xiaoyong931011
2022-12-01 8845e56ec5052b5402c790826c3a6921b628f032
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}