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