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