nft-merkle-allowlist-scaffold
nft-merkle-allowlist-scaffold copied to clipboard
Unhandled Runtime Error- TypeError: Cannot read properties of undefined (reading 'methods') : Any idea what's going on?
33 | } 34 | async function checkIfClaimed() {
35 | sampleNFT.methods.claimed(account).call({ from: account }).then((result) => { | ^ 36 | setAlreadyClaimed(result); 37 | }).catch((err) => { 38 | setAlreadyClaimed(false);