mint_nft
Create and assign a new NFT for mintable ERC721 contracts on the Rootstock blockchain by specifying contract address, recipient, token ID, and optional metadata URI using the Mint NFT tool.
Instructions
Mint a new NFT for mintable ERC721 contracts
Input Schema
Name | Required | Description | Default |
---|---|---|---|
gasLimit | No | Optional gas limit | |
gasPrice | No | Optional gas price | |
to | Yes | Address to mint NFT to | |
tokenAddress | Yes | Contract address of the mintable NFT | |
tokenId | Yes | Token ID for the new NFT | |
tokenURI | No | Metadata URI for the NFT (optional) |