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