DEV Community

Discussion on: Building an Aavegotchi DApp using React + Web3

Collapse
 
ccoyotedev profile image
Caleb Coyote

Sorry for the late reply. Have you imported in the abi correctly?

It should be an array of objects like so:

[
  {
    "inputs": [
      { "internalType": "uint256", "name": "_tokenId", "type": "uint256" }
    ],
    "name": "aavegotchiClaimTime",
   ...

Enter fullscreen mode Exit fullscreen mode