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