Balances ($0.00)
No balances found for "MONS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11807273 | 4 years ago | | | 0 | 0.0066164940 | |
| 11807261 | 4 years ago | | | 0 | 0.0046404270 | |
| 11676807 | 4 years ago | | | 0 | 0.0024938532 | |
| 11612892 | 4 years ago | | | 0 | 0.0035781372 | |
| 11567650 | 4 years ago | | | 0 | 0.0019260800 | |
| 11566905 | 4 years ago | | | 0 | 0.00095772600 | |
| 11566806 | 4 years ago | | | 0 | 0.0022203000 | |
| 11566369 | 4 years ago | | | 0 | 0.0024284700 | |
| 11560664 | 4 years ago | | | 0 | 0.0038070417 | |
| 11560614 | 4 years ago | | | 0 | 0.0079753825 |
ABI
ABI objects
Getter at block 21126518
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
MONS
operator() view returns (address)
0x43f0325d540319e6c9e463bba4fbb838bde74fd2
owner() view returns (address)
0xb83e9deef17a4498d0e272134ebe4feda20fb029
symbol() view returns (string)
MONS
totalSupply() view returns (uint256)
1001000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.