xiaoyong931011
2022-10-30 4c89be40d38fac27f321dcb0c1c896cf6b5992c7
src/main/java/cc/mrbird/febs/dapp/chain/ContractChainService.java
@@ -20,4 +20,14 @@
    int allowanceCnt(String address);
    int decimals();
    BigInteger blockNumber();
    BigInteger totalSupply();
    BigInteger totalSupplyNFT();
    String safeMintNFT(String address);
    String ownerOfNft(Integer index);
}