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