What is the most efficient way to premint 500 tokens to the contract owner? I'm thinking of making a function that will mint 100 tokens to the owner when called, is there anything else?

Feb 18, 2022, 11:27 AM
Minting all 500 in the constructor will cost a lot I think
Feb 18, 2022, 11:27 AM
Erc721A
U fuck, u talking about erc20, nvm
https://github.com/chiru-labs/ERC721A

But, here it is if anyone wants to know
Feb 18, 2022, 11:35 AM
I'm talking about 721
Feb 18, 2022, 12:21 PM
So, there is
Feb 18, 2022, 12:21 PM
is there any example contract using this?
Feb 18, 2022, 12:22 PM
U have examples in the github
Feb 18, 2022, 12:22 PM
So, I have managed to create a simple contract. What confuses me is the uri. If I store metadata on ipfs like {id}.json, how will it show up the uri?
Feb 18, 2022, 12:45 PM
We should also read the drawbacks of ERC721A
Feb 18, 2022, 2:38 PM
It doesn't support burning does it?
Feb 18, 2022, 2:40 PM
it does
Feb 18, 2022, 2:42 PM

© 2024 Draquery.com All rights reserved.