All Questions
1 question
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 ...