xiaoyong931011
2023-06-04 f922185560da4b4001268d5a32ae6319e21a903f
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}