Moonkys
Verified contract
Active on
Ethereum with 5,573 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($90.80)
Native
Value
$90.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025 | $3,632.09 |
$90.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163566 | 22 days ago | | | 0 | 0.00064153970 | |
| 21110706 | a month ago | | | 0 | 0.000085960759 | |
| 20851294 | 2 months ago | | | 0 | 0.00031086632 | |
| 20851290 | 2 months ago | | | 0 | 0.00034985196 | |
| 20851288 | 2 months ago | | | 0 | 0.00031327605 | |
| 20735198 | 3 months ago | | | 0 | 0.00066515553 | |
| 20687468 | 3 months ago | | | 0 | 0.00010920093 | |
| 20146922 | 5 months ago | | | 0 | 0.000096810642 | |
| 20141016 | 5 months ago | | | 0 | 0.00019624268 | |
| 20140321 | 5 months ago | | | 0 | 0.00021194516 |
ABI
ABI objects
Getter at block 21318477
MAX_SUPPLY() view returns (uint256)
9000
getPrice() view returns (uint256)
0
name() view returns (string)
Moonkys
owner() view returns (address)
0x94f65107eb422c67e61588682fcf9d85aac940b8
paused() view returns (bool)
false
symbol() view returns (string)
MOONK
totalSupply() view returns (uint256)
8968
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTBalance(address _owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaleClaimed(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adopt(uint256 num) payable
approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
pause()
presale(uint256 num, uint256 _total, bool _presale, bytes sig) payable
presalePause()
presaleUnpause()
publicPause()
publicUnpause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setImportantAddress(address importantAddress)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.