Moonkeys

Verified contract

Active on Ethereum with 4,602 txns
Deployed by via 0xad27529d at 15034110
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moonkeys"

0x16f2113514e3710c32d942fa76fcf52c4c16561de1f25345840a8ec028dfef74
0xc118518871e089cb3c45d83d658f6da20d85a421b54f4effd8b6acb66b0d457f
0x0489f5375e9ae6a78ddbec7e78d082c093bcdd866a684987f78d11692d6d7447
From
0x9f3d2661e3b9541ba960fb73f8558a0512b803d895ee86d6d9453f0189f4099a
From
0x9712ace7c4f91240f60900e900138ef33ca81b83edc0682d98b96af7fe830b69
0x5737ae87ef1eb69f99bee9f6b6bc05a9ec20b7a96c328a45b424cb4fd02a6f27
0xc2347e6e84d89dc9502d87e12695d6f3907c5ba6da567750942325d2f054a8c4
0xf06c4b6a49b1041cdf771d4a5ccaaa675982ae914125127aa6bdee53eb89c792
0x5d5578e8aa2878b7b66eb64c857ae7450b5e5c01f6963fdbea527976d9dc5193
0xf3539474f363f6a297b9182f953aa8c3d977777707ff675ad140d6ac7d6df358

Functions
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 ownerview returns (uint256)
freeMintedBalance(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeListMint(uint256 amountbytes32[] proofpayable 
publicMint(uint256 amountpayable 
renounceOwnership(
reserve(address recipientuint256 amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setFreeListRoot(bytes32 _freeListRoot
setState(uint8 _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePublicPrice(uint256 price
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURIChanged(string newBaseURI
Minted(address minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReservedToken(address minteraddress recipientuint256 amount
StateChanged(uint8 state
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(