OwnerBurnableToken

View Source: contracts/token/OwnerBurnableToken.sol

↗ Extends: Ownable, ERC20Mintable ↘ Derived Contracts: BProToken, DocToken, MoCToken

OwnerBurnableToken - version: 0.1.12

Token that allows the owner to irreversibly burned (destroyed) any token.

Functions

burn

Burns a specific amount of tokens for the address.

function burn(address who, uint256 value) public nonpayable onlyOwner 

Arguments

NameTypeDescription

who

address

who's tokens are gona be burned

value

uint256

The amount of token to be burned.

Last updated