Monkey King Token
Verified contract
Active on
Ethereum with 11,462 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 |
---|---|---|---|---|---|
MKT | ERC-20 | 101.402382 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16658199 | 2 years ago | | | 0 | 0.0011646713 | |
| 15583592 | 2 years ago | | | 0 | 0.0016638704 | |
| 14414802 | 3 years ago | | | 0 | 0.0022652059 | |
| 13537609 | 3 years ago | | | 0 | 0.010744254 | |
| 13529021 | 3 years ago | | | 0 | 0.0057113460 | |
| 13515786 | 3 years ago | | | 0 | 0.0094142400 | |
| 13515783 | 3 years ago | | | 0 | 0.0051156360 | |
| 13515782 | 3 years ago | | | 0 | 0.0051156360 | |
| 13515775 | 3 years ago | | | 0 | 0.0047051220 | |
| 13515775 | 3 years ago | | | 0 | 0.0047051220 |
ABI
ABI objects
Getter at block 21168463
decimals() view returns (uint256)
6
name() view returns (string)
Monkey King Token
owner() view returns (address)
0xf37ba1455a6d7a790ecee7f8e79125cdb969e071
symbol() view returns (string)
MKT
totalSupply() view returns (uint256)
526582944000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
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)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 decimals, uint256 totalSupply)
fallback()
This contract contains no error objects.