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