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