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