fix
wzy
2022-10-29 be2e1f6efb67f481be39384dc2dc4a8f9e9d4bf5
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);
}