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