Moonkeys
Verified contract
Active on
Ethereum with 4,602 txns
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 "Moonkeys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154496 | 18 days ago | | | 0 | 0.00081539653 | |
| 21154475 | 18 days ago | | | 0 | 0.00083542569 | |
| 21062187 | a month ago | | | 0 | 0.00013613376 | |
| 20619414 | 3 months ago | | | 0 | 0.000026654210 | |
| 20405624 | 4 months ago | | | 0 | 0.000084089598 | |
| 20060624 | 6 months ago | | | 0 | 0.00012341121 | |
| 19993222 | 6 months ago | | | 0 | 0.00039114646 | |
| 19643875 | 7 months ago | | | 0 | 0.00028785003 | |
| 19159499 | 10 months ago | | | 0 | 0.00030819395 | |
| 18900832 | a year ago | | | 0 | 0.00091731818 |
ABI
ABI objects
Getter at block 21285203
FREE_MAX_MINT() view returns (uint256)
3
FREE_SUPPLY() view returns (uint256)
1500
MAX_SUPPLY() view returns (uint256)
8888
PUBLIC_MAX_MINT() view returns (uint256)
10
PUBLIC_PRICE() view returns (uint256)
8000000000000000
RESERVED_AMOUNT() view returns (uint256)
125
baseURI() view returns (string)
ipfs://QmeMqVQp1kxdW8gamevkEHZbtqLjyuYSHd6FfuMqcRLW2a/
name() view returns (string)
Moonkeys
owner() view returns (address)
0xb5af8ad4d37541dcaf3c3de0790b37935cfea6af
state() view returns (uint8)
2
symbol() view returns (string)
MOONKEYS
tokensReserved() view returns (uint256)
125
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeListMint(uint256 amount, bytes32[] proof) payable
publicMint(uint256 amount) payable
renounceOwnership()
reserve(address recipient, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setFreeListRoot(bytes32 _freeListRoot)
setState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePublicPrice(uint256 price)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReservedToken(address minter, address recipient, uint256 amount)
StateChanged(uint8 state)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()