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