ERC20 Approve
Last updated
Was this helpful?
Last updated
Was this helpful?
The ERC20 Approve
node approves a specified amount of ERC20 tokens for a given spender from a wallet.
wallet:
description: The wallet object for the EVM-compatible wallet.
allowed types:
default value: None
token:
description: The EVM address of the ERC20 token. It must be the token contract address, not its name.
allowed types:
default value: None
spender:
description: The EVM address or wallet instance of the spender.
allowed types: ,
default value: None
amount:
description: The amount of ERC20 tokens to approve.
allowed types: decimal
default value: 0
blockchain:
description: The name of the blockchain on which the tokens will be approved.
allowed types:
default value: None
description: The transaction object representing the approval.
crypto
EVM
ERC20
type: