mint_nft
Mint a new NFT on Rootstock by specifying the contract address, recipient, and token ID, with optional metadata URI, gas limit, and gas price.
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) |