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