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