MonkeyCoin
Verified contract
Active on
Ethereum with 16,293 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MC | ERC-20 | 100 | -- | -- | |
MYOU | ERC-20 | 0.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098554 | 10 days ago | | | 0 | 0.00020440657 | |
| 21050033 | 17 days ago | | | 0 | 0.0011273680 | |
| 20653950 | 2 months ago | | | 0 | 0.000027542372 | |
| 20453213 | 3 months ago | | | 0 | 0.000056044000 | |
| 20261786 | 4 months ago | | | 0 | 0.00015373200 | |
| 19586129 | 7 months ago | | | 0 | 0.0011669598 | |
| 19325260 | 8 months ago | | | 0 | 0.0026326749 | |
| 19217978 | 9 months ago | | | 0 | 0.0011879381 | |
| 18974993 | 10 months ago | | | 0 | 0.0011118324 | |
| 18779955 | a year ago | | | 0 | 0.0026648847 |
ABI
ABI objects
Getter at block 21170967
decimals() view returns (uint8)
18
name() view returns (string)
MonkeyCoin
owner() view returns (address)
0xe96e448851ada33f69b6a575fdec01f8550280fe
symbol() view returns (string)
MC
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.