Skip to content

token:burn

Burn tokens from the connected account (ERC20Burnable burn function).

token:burn <token> <amount>
Name Type Description
token address Token address
amount number Amount in token units (wei)
load token
set $token 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb
token:burn $token 100e18
  • Burns from the connected account (ERC20Burnable).