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