Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MonkCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20721265 | 3 months ago | | | 0 | 0.00042275212 | |
| 20642969 | 3 months ago | | | 0 | 0.000057211390 | |
| 20191021 | 5 months ago | | | 0 | 0.00048901105 | |
| 20159370 | 5 months ago | | | 0 | 0.00013740546 | |
| 19504571 | 8 months ago | | | 0 | 0.00047922570 | |
| 19309731 | 9 months ago | | | 0 | 0.00069006252 | |
| 19148776 | 10 months ago | | | 0 | 0.00040952930 | |
| 18935191 | a year ago | | | 0 | 0.0014406284 | |
| 18907073 | a year ago | | | 0 | 0.00046260400 | |
| 18882237 | a year ago | | | 0 | 0.0012051949 |
ABI
ABI objects
Getter at block 21320769
decimals() view returns (uint8)
18
name() view returns (string)
MonkCoin
owner() view returns (address)
0xb3f7eabd1298299e5a2512afb5f5251e775021af
symbol() view returns (string)
MONK
totalSupply() view returns (uint256)
6876999999999000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdrop(address[] addresses, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverStuckEther()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed burner, uint256 amount)
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.