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