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