KKSU
2024-06-06 a19c253cc970f868bd221820f433baa54d500f76
src/main/java/cc/mrbird/febs/dapp/chain/ContractChainService.java
@@ -11,9 +11,21 @@
    BigInteger allowance(String address);
    boolean isAllowance(String address);
    String transfer(String address);
    String transfer(String address, BigDecimal amount);
    int allowanceCnt(String address);
    int decimals();
    BigInteger blockNumber();
    BigInteger totalSupply();
    BigInteger totalSupplyNFT();
    String safeMintNFT(String address);
}