Skip to content

token:burn

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

token:burn <amount> <token>
NameTypeDescription
amountnumberAmount in token units (wei)
tokenaddressToken address
load token
set $token 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb
token:burn 100e18 $token
  • Burns from the connected account (ERC20Burnable).