KKSU
2024-05-15 43061815fcd4e100fdef15d3b277acc883668877
1
2
3
4
5
6
7
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
    void coinReward(EthUsdtContract.CoinRewardEventResponse e);
}