Mint ERC-20 Tokens From Signature

Use a signed payload to mint a ERC-20 tokens.

About

Use this action to mint ERC-20 tokens from a signed payload.

This signed payload is generated using the Generate ERC-20 Mint Signature action.

Parent Element

Smart Contracts Actions

Drop this element onto the page first to access this action.

Action Name

Signature Mint - Mint ERC-721 From Signature a Smart Contracts Actions.

Action Parameters

Press "Show Documentation" under the input for more information on each field.

The connected wallet must have a balance of "Native Token" to cover the network fee for interacting with the contract. (eg. ETH on Ethereum, or MATIC on Polygon).

Gasless Transaction 😱

As mentioned above, when a user would like to claim an NFT from your smart contract they must hold a balance of native tokens in their connected wallet to pay the network fee (gas fee) to claim the NFT from your contract.

This can lead to poor UX for new web3 users!

A solution to this problem is to use a Biconomy relayer to cover this gas fee for your users. All your user will need to do is sign a transaction with their connected wallet, then the transaction will be relayed to your Biconomy account to pay the gas fee to claim the NFT.

Learn how to set up a Biconomy relayer here

Exposed States

The following states are available once this action has run.

Signature Mint - ERC-20 Mint Receipt

The transaction receipt of the signature minted ERC-20 tokens.

Signature Mint - ERC-20 Mint Error

The error that occurred while signature minting ERC-20 tokens.

Events

Signature Mint - ERC-20 Tokens Signature Minted

An ERC-20 Tokens was successfully signature minted.

Signature Mint - ERC-20 Mint Error

An error occurred while signature minting an ERC-20 Tokens.

More questions? Join our Discord

Last updated