of the erc721 smart contract? Tried lot of things but still doesn't work
through etherscan
Need to do it through the code
try with ethers.js import { Contract } from '@ethersproject/contracts' const provider = new Web3Provider(window.ethereum) const signer = provider.getSigner() const contract = new Contract(addr, ABI, signer) console.log(await contract.totalSupply())
Обсуждают сегодня