IBurnableERC20
thirdweb
Methods
burn
Destroys amount
tokens from the caller. See {ERC20-_burn}.
Parameters
Name
Type
Description
amount
uint256
undefined
burnFrom
Destroys amount
tokens from account
, deducting from the caller's allowance. See {ERC20-_burn} and {ERC20-allowance}. Requirements: - the caller must have allowance for accounts
's tokens of at least amount
.
Parameters
Name
Type
Description
account
address
undefined
amount
uint256
undefined
Last updated