ERC20BurnableFacet
Inherits: IERC20Burnable, ERC20Base, AccessControlBase, Facet
Functions
ERC20Burnable_init
burn
Burns an amount of the token of the sender.
Parameters
Name
Type
Description
amount
uint256
The amount that will be burnt.
burnFrom
Burns an amount of the token of a given account.
Parameters
Name
Type
Description
account
address
The account whose tokens will be burnt.
amount
uint256
The amount that will be burnt.
Was this helpful?