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