Send token With MetaMask

Parameters

Parameter name
Type
Description

Token to send

Text

Optional field. Token contract address. By default it will use the native token (ETH,BNB etc.). To send chain native token, leave the field empty.

Amount

Number

Amount to send. It will be auto-converted to WEI.

Wallet to receive

Text

Wallet address that will receive the token.

Gas Price

Text

Optional field. If you want to increase the default gas price. The default gas price is calculated automatically by the wallet, not by the plugin. It will be auto-converted to WEI.

Events

This action uses only the common events that are used in other actions as-well, read the details of it in Common Events section.

States

Transaction status and Transaction Hash ID from Common States

This demo shows an example of a simple checkout page with a custom ERC20 token on Goerli testnet.

Last updated