IBurnableERC20
thirdweb
Methods
burn
function burn(uint256 amount) external nonpayableDestroys amount tokens from the caller. See {ERC20-_burn}.
Parameters
Name
Type
Description
amount
uint256
undefined
burnFrom
function burnFrom(address account, uint256 amount) external nonpayableDestroys 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