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