KKSU
2024-06-07 bbfe18ba5355007d13b0bb4012dc2ecc2028717a
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}