Genesis Ecto Land
Verified contract
Active on
Ethereum with 696 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 "Genesis Ecto Land"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232528 | 8 days ago | | | 0 | 0.00038771711 | |
| 20832694 | 2 months ago | | | 0 | 0.00059844736 | |
| 20659768 | 3 months ago | | | 0 | 0.000049007521 | |
| 20585689 | 3 months ago | | | 0 | 0.000079882785 | |
| 20395460 | 4 months ago | | | 0 | 0.00010826637 | |
| 19777709 | 7 months ago | | | 0 | 0.00032349100 | |
| 19086055 | 10 months ago | | | 0 | 0.00052917310 | |
| 18784324 | a year ago | | | 0 | 0.0020328440 | |
| 18693831 | a year ago | | | 0 | 0.0022668876 | |
| 18639783 | a year ago | | | 0 | 0.0011441803 |
ABI
ABI objects
Getter at block 21291212
MAX_CLAIM_SUPPLY() view returns (uint256)
10000
MAX_SUPPLY() view returns (uint256)
15000
claimEndTimestamp() view returns (uint256)
1649277338
merkleRoot() view returns (bytes32)
0xcd68d5ad96435848858e836e7b55dba65173475b17c3ba904ea5e8de11253579
mintSupply() view returns (uint256)
85
name() view returns (string)
Genesis Ecto Land
owner() view returns (address)
0x719604833d8448fbb8b825327af8121291d1b612
price() view returns (uint256)
88000000000000000
salePaused() view returns (bool)
false
symbol() view returns (string)
ECTOLAND
totalSupply() view returns (uint256)
4228
Read-only
balanceOf(address owner) view returns (uint256)
checkClaimStatus(uint256 soul) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
soulClaimed(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
claimAll(bytes32[] _merkleProof, uint256[] soulArray)
claimOne(bytes32[] _merkleProof, uint256 soul)
mint(uint256 quantity) payable
renounceOwnership()
retrieveFunds() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPause(bool val)
setPrice(uint256 _updatedPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURIIn, string _name, string _symbol, bool _salePaused, address _eWallet, address _collectionAddress, bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ClaimPeriodMaxReached()
ClaimPeriodOver()
ExceedsMaxLand()
Max4Only()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughETH()
OnDenyList()
OwnerQueryForNonexistentToken()
SalePaused()
SoulAlreadyClaimed()
SoulNotYours()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()