CreateraGenesisLand
Verified contract
Active on
Ethereum with 7,882 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "CreateraGenesisLand"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102711 | 18 days ago | | | 0 | 0.00012799939 | |
| 21101710 | 18 days ago | | | 0 | 0.00034161766 | |
| 21101709 | 18 days ago | | | 0 | 0.00031855464 | |
| 21101709 | 18 days ago | | | 0 | 0.00031855464 | |
| 21093287 | 19 days ago | | | 0 | 0.0014454450 | |
| 21093055 | 19 days ago | | | 0 | 0.00043477955 | |
| 21077694 | 21 days ago | | | 0 | 0.00097304447 | |
| 21064629 | 23 days ago | | | 0 | 0.00075489322 | |
| 21048737 | 25 days ago | | | 0 | 0.00025467891 | |
| 21012838 | a month ago | | | 0 | 0.00042192959 |
ABI
ABI objects
Getter at block 21228554
MAX_MINT_PER_ADDRESS() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
2500
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PREMIUM_WHITELIST_MAX_SUPPLY() view returns (uint256)
1400
RESERVE_MAX_SUPPLY() view returns (uint256)
600
baseURI() view returns (string)
https://assets.createra.fun/nc/land/
mintedDevSupply() view returns (uint256)
600
mintedPremiumSupply() view returns (uint256)
1300
mintedStandardSupply() view returns (uint256)
600
name() view returns (string)
CreateraGenesisLand
owner() view returns (address)
0xb001d0eb7459ed3b9042b578c18881e306f77a02
paused() view returns (bool)
false
premiumWhitelistMerkleRoot() view returns (bytes32)
0xc4351064e9382b35d0b7c4f4a74bff5377afed7e3ec77abdbb0c4b46de5be336
standardWhitelistMerkleRoot() view returns (bytes32)
0x3b1c3e247bd0acca15d0bc9c57711e27661f592ebec5d75d3d59946e6767fedb
symbol() view returns (string)
CGL
timeConfig() view returns (uint256 premiumSaleStartTime, uint256 standardSaleStartTime, uint256 standardSaleEndTime)
(premiumSaleStartTime=1673629200, standardSaleStartTime=1673715600, standardSaleEndTime=1673802000)
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPremiumWhitelisted(address _account, bytes32[] _merkleProof) view returns (bool)
isStandardWhitelisted(address _account, bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
premiumMinted(address) view returns (bool)
standardMinted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
pause()
premiumWhitelistMint(bytes32[] _merkleProof)
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _tokenBaseURI)
setPremiumSaleStartTime(uint32 timestamp)
setPremiumWhitelistMerkleRoot(bytes32 _merkleRoot)
setStandardSaleEndTime(uint32 timestamp)
setStandardSaleStartTime(uint32 timestamp)
setStandardWhitelistMerkleRoot(bytes32 _merkleRoot)
standardWhitelistMint(bytes32[] _merkleProof)
teamMint(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdrawETH()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string initBaseURI, bytes32 _premiumWhitelistMerkleRoot, bytes32 _standardWhitelistMerkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()