xiaoyong931011
2023-01-06 18522ab4afb6c35d2915f4f8fe2102126c2651e0
1
2
3
4
5
6
package cc.mrbird.febs.mall.chain.service;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}