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