xiaoyong931011
2022-10-21 61b15a65f9ee92cb592efbcc96625c815dfdac73
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);
}