Creature Land
Verified contract
Active on
Ethereum with 4,953 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 "Creature Land"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20946575 | 2 months ago | | | 0 | 0.00063875999 | |
| 20916328 | 2 months ago | | | 0 | 0.00099113521 | |
| 20766401 | 3 months ago | | | 0 | 0.00014465361 | |
| 20668321 | 3 months ago | | | 0 | 0.000067058965 | |
| 20480715 | 4 months ago | | | 0 | 0.00020884382 | |
| 20252263 | 5 months ago | | | 0 | 0.000054863707 | |
| 20194067 | 5 months ago | | | 0 | 0.000099678981 | |
| 20194062 | 5 months ago | | | 0 | 0.000097246761 | |
| 20073709 | 6 months ago | | | 0 | 0.00022286390 | |
| 19851346 | 7 months ago | | | 0 | 0.00014681750 |
ABI
ABI objects
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[] proof) view returns (bool)
balanceOf(address owner) 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 operator, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxSupply(uint256 _maxSupply)
setMerkleRoots(bytes32 root)
setMintCost(uint256 _cost)
setParams(uint256 _maxSupply, uint256 _publicMintCost, uint256 _whitelistMintCost, uint256 _maxFreeMintAmountPerWallet, uint256 _teamSupply, string _uriPrefix, string _hiddenURI)
setPaused(bool _state)
setRevealed(bool _state)
setTeamAmount(uint256 _teamSupply)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
teamMint(address[] _staff_address) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] proof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxSupply, uint256 _publicMintCost, uint256 _whitelistMintCost, uint256 _maxFreeMintAmountPerWallet, uint256 _teamSupply, string _uriPrefix, string _hiddenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()