Moonrabbits

Verified contract

Active on Ethereum with 6,171 txns
Deployed by via 0x92df993e at 15079016
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Moonrabbits"

0xb360e1acdb1fee36b33597e8ae2120b9897127285fb00551d05d9f90a6f79bed
0x3755d18de12349231a0afab98eab2dd8bd3620a31f58bc1667b2eb6bcb93695c
0xfeba7f987b71bdcb3c24d56377cba74dbec80a6be4b584b01e6998e2bd339750
0xc1880ac69fa4049331b514a659c88f7b66ac8910850f38395144b49673a285fd
0xad785fa37a60a500808c39ab60f7e1bdeb139b52b893f90a5111757a0a5e203a
0x8bfc746e6ebdd228b5b9474179dcd1aadcf4af62825da374b35637b807b7ce55
0x6258dcef9c6fa52fb39cd6e6ab7dcc78cf4d7d41a02dd350106cb5d5cde7def5
0x53ffc01ae312f50bd657b566bf88d6cab40479c6c769a55e51ffc254ad7735df
0x4b27b82a5abb0ca469eac6eb599166ced2f128c9716b4855fdad7c7024ee0f09
0x976b0cc6e25a9f785b3a52debdfd992bbcfda4b99eee738027f0b36da93a3a25

Functions
Getter at block 20999013
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
maxMintAmountPerTx(view returns (uint256)
3
maxPerWallet(view returns (uint256)
2
maxPerWalletWhitelist(view returns (uint256)
3
maxSupply(view returns (uint256)
8888
merkleRoot(view returns (bytes32)
0xeb63cf4a91530dd16a0f43689f94f58f2af0f09d06847a9c2280aa9353e6878c
name(view returns (string)
Moonrabbits
owner(view returns (address)
0xd8bfaabf39d7857db4643301dc31b846f8b18c8d
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
MRABBITS
totalSupply(view returns (uint256)
8888
uriPrefix(view returns (string)
https://gateway.pinata.cloud/ipfs/QmaJs11jyWnizEa3HvCNCFL7BEjw19a8GiCwpfLdVZWusq/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
burntByOwner(addressview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedByOwner(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBurntByAddress(uint256 _burnAmountaddress _address
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxPerWallet(uint256 _maxPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(