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