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