xiaoyong931011
2023-03-24 a6595316ae375294e41cc502701814a2c7f7b994
1
2
3
4
5
6
package cc.mrbird.febs.mall.chain.service;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}