fix
wzy
2022-08-26 b507b7d1f2501eb1c6202f89b5c8681f88cbbdf1
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}