Questions tagged [lazy-minting]

3 questions
2
votes
0 answers

List Rarible Lazy Minted Tokens on OpenSea

How can I list Rarible Lazy Minted off-chain tokens on OpenSea? I am Lazy Minting tokens on Rarible that go to a custom smart contract during the sale. Before the sale, the tokens are stored off-chain but still listed on Rarible. How do I get these…
Clay Risser
  • 3,272
  • 1
  • 25
  • 28
0
votes
0 answers

Is that possible to increase the total supply of the cardano native tokens on mainnet of already deployed tokens?

I want to increase the total supply of my cardano native tokens. I have already minted 50000 tokens but I want to mint 500M tokens total, is there any way we can increase total supply. like we have already 50k tokens and now we mint more 500M - 50k…
0
votes
0 answers

invalid BigNumber value (argument="value", value={"mint":{"type":"BigNumber",..}code=INVALID_ARGUMENT, version=bignumber/5.7.0)

I am getting error when i am trying this code,I pass the arguments in the form of string and also not in object but getting the bignumber or invalid error again... const web3Modal = new Web3Modal() const connection = await web3Modal.connect() …