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