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