Creature Land

Verified contract

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

No balances found for "Creature Land"

0x5bfcd106c410d2e6e96d790ac91e1896ff59a5309864e6c137fdb4f9a1f2234d
0x2aa641f2baecc5e9efb03e70e62cca0f3dfa930152a14ec888706421425fa8a0
0x89c86e0f626f59e5b70740d985a99d6bbcf988fcbb386e6c1f9085bfca603c45
0xc91ba9667665537836356bf125144d3b0f02e02321a289fe8922b0d479502c64
0x8911de95ff2d034047ff1c6a5c3b517d59e502718374eab464749c12a0dab606
0x2e7dea8aec41beeb13a96d9b88d6fd31e6c550f1ccd2a0aea7f9e65e685b6150
0xdca18bd20752e532f57d4c872b8242fc554c618cbc7fd32f20b4c0d52e933d1f
0x7a8c553836f725d14c48ef18f285f7dd0c8cde5ac9fa2f1e4c3913243302deac
0xde92c589e8e0e8e1e8208b40deaab223aa095e67e0fa89719c38f3d3a876ecc6
0x650ae0a86dba465487de3948a75ecad87ec33c997f3934802edb143ece684497

Functions
Getter at block 21321743
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_currentIndex(view returns (uint256)
7777
hiddenMetadataUri(view returns (string)
https://creatureland.xyz/api/metadata/x.json
maxFreeMintAmountPerWallet(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
0
maxSupply(view returns (uint256)
7777
merkleRoot(view returns (bytes32)
0x71ec533f366f15fcf31a4d2675dad19ba2bb6c00d4914ca6853bee9134eee89b
name(view returns (string)
Creature Land
owner(view returns (address)
0x4e4bb8696239abe713c94c14be446ccb6497f456
paused(view returns (bool)
false
publicMintCost(view returns (uint256)
6000000000000000
revealed(view returns (bool)
false
symbol(view returns (string)
CREATURE
teamSupply(view returns (uint256)
2
totalSupply(view returns (uint256)
7775
uriPrefix(view returns (string)
http
uriSuffix(view returns (string)
.json
whitelistMintCost(view returns (uint256)
4000000000000000
Read-only
amIOnTheWhitelist(bytes32[] proofview returns (bool)
balanceOf(address ownerview 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 operatoruint256 tokenIdpayable 
burn(uint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxSupply(uint256 _maxSupply
setMerkleRoots(bytes32 root
setMintCost(uint256 _cost
setParams(uint256 _maxSupplyuint256 _publicMintCostuint256 _whitelistMintCostuint256 _maxFreeMintAmountPerWalletuint256 _teamSupplystring _uriPrefixstring _hiddenURI
setPaused(bool _state
setRevealed(bool _state
setTeamAmount(uint256 _teamSupply
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
teamMint(address[] _staff_addresspayable 
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] proofpayable 
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(uint256 _maxSupplyuint256 _publicMintCostuint256 _whitelistMintCostuint256 _maxFreeMintAmountPerWalletuint256 _teamSupplystring _uriPrefixstring _hiddenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(