Closed dblodorn closed 2 years ago
Adding more data, and added guards for initial max per address. Now need to retrieve how much an address already owns for a second check if minting again. Also need to add processing state, and tx hash.
Return balanceOf for connected address so we can adjust UI accordingly: (currently doing a contract read with wagmi for this)
balance: {
walletLimit: false,
walletBalance: undefined,
},
Also have implemented in the sample react app.