All Questions
Tagged with nextjs contract-deployment
3 questions
1
vote
1
answer
22
views
How do i fix the issue of Invalid Bytecode, code: invalid argument when deploying?
I am building a dapp on Ethereum using hardhat and next.js() which utilises scaffold-eth-2. When I try to deploy my contracts I get the error processing, invalid bytecode bytecode: value, code=...
0
votes
1
answer
79
views
How do I remove Gas limit on Solidity Code
I am new at Solidity and Blockchain. I Have written this solidity code to send all NFTs in wallet.
contract MultiERC721Transfer {
// Mapping to keep track of approved contracts
mapping(address ...
0
votes
2
answers
2k
views
TypeError: Cannot read properties of undefined (reading 'map')
Hello Everyone Here is my next js code actually I try to fetch the event data from smart contract but when I mapping the data this error is occur TypeError: Cannot read properties of undefined (...