xiaoyong931011
2022-10-19 6c4d0c0cdf9f1991e538b4b600aa32980347c824
src/main/java/cc/mrbird/febs/dapp/chain/ContractChainService.java
@@ -11,9 +11,23 @@
    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);
    String ownerOfNft(Integer index);
}