Main Contract
Search…
Introduction
Money on Chain platform
Main concepts
System states
Public actions
Contracts architecture
Contract mocks
Relevant patterns and choices
Data dictionary
Getting started
Integration with MoC platform
Introduction to MoC
Getting BPros
Getting DoCs
Getting BTCx
Commission fees values
Vendors
Fees calculation
From outside the blockchain
Smart contracts
Contracts verification
ABIs documentation
BProToken
BtcPriceProviderMock
DocToken
ERC20Mintable
Governed
Initializable
MakeStoppable
MakeUnstoppable
MoC
MoCBProxManager
MoCBProxManagerUpdater
MoCBucketContainer
MoCConnector
MoCConverter
MoCEMACalculator
MoCExchange
MoCHelperLib
MoCHelperLibMock
MoCInrate
MoCLibConnection
MoCPriceProviderMock
MoCSettlement
MoCSettlementMock
MoCState
MoCStateMock
MoCToken
MoCVendors
MoCWhitelist
MockMakeStoppable
MockMakeUnstoppable
MockStopper
MockUpgradeDelegator
MockUpgraderTemplate
OwnerBurnableToken
Pausable
PriceFeed
PriceFeederAdder
PriceFeederRemover
PriceProvider
RevertingOnSend
Stoppable
Stopper
UpgradeDelegator
UpgraderTemplate
Powered By
GitBook
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(address who, uint256 value)
​
burn
Burns a specific amount of tokens for the address.
function burn(address who, uint256 value) public nonpayable onlyOwner
Arguments
Name
Type
Description
who
address
who's tokens are gona be burned
value
uint256
The amount of token to be burned.
Previous
MockUpgraderTemplate
Next
Pausable
Last modified
9mo ago
Copy link
Outline
Functions
burn