Balances ($0.00)
No balances found for "MON"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12215737 | 9 months ago | | | 0 | 9.3980489e-7 | |
| 12215309 | 9 months ago | | | 0 | 0.000011295223 | |
| 12215114 | 9 months ago | | | 0 | 0.000010682846 | |
| 12215110 | 9 months ago | | | 0 | 0.0000065111675 | |
| 12215012 | 9 months ago | | | 0 | 0.0000066512318 | |
| 12215006 | 9 months ago | | | 0 | 0.0000066474503 | |
| 12215003 | 9 months ago | | | 0 | 0.0000060585532 | |
| 12214778 | 9 months ago | | | 0 | 0.0000091949639 | |
| 12214751 | 9 months ago | | | 0 | 0.0000040914354 | |
| 12214748 | 9 months ago | | | 0 | 0.0000092965880 |
ABI
ABI objects
Getter at block 23610677
decimals() view returns (uint8)
18
name() view returns (string)
MON
owner() view returns (address)
0x4c93dbf9acf7d92383b0e33921a75dc0ea4e4f22
symbol() view returns (string)
MON
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)