Myst3ry L4nd
Verified contract
Active on
Ethereum with 489 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Myst3ry L4nd"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16909363 | 2 years ago | | | 0 | 0.00064890512 | |
| 16866601 | 2 years ago | | | 0 | 0.00087381778 | |
| 15924567 | 2 years ago | | | 0 | 0.00059988300 | |
| 15843072 | 2 years ago | | | 0 | 0.00052335109 | |
| 15819663 | 2 years ago | | | 0 | 0.0023137285 | |
| 15660138 | 2 years ago | | | 0 | 0.00031156049 | |
| 15657766 | 2 years ago | | | 0 | 0.00025946974 | |
| 15656939 | 2 years ago | | | 0 | 0.00027802321 | |
| 15651896 | 2 years ago | | | 0 | 0.00029164392 | |
| 15651687 | 2 years ago | | | 0 | 0.00030417573 |
ABI
ABI objects
Getter at block 21212243
cost() view returns (uint256)
2000000000000000
freeMaxMintAmount() view returns (uint256)
5
get_current_epoch() view returns (string)
0
hiddenMetadataUri() view returns (string)
ipfs://QmQ2x29YxanhGZ5kZ22i8kXMcW9vriWXrfCoZFmdwXmVH5/hidden.json
land_merge_status() view returns (string)
0
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
999
merge_initiation_block() view returns (string)
1664780000
myst3ry_token_claimed() view returns (string)
0
name() view returns (string)
Myst3ry L4nd
number_of_buildings() view returns (string)
0
number_of_citizens() view returns (string)
0
owner() view returns (address)
0x71640bbe8b56646fbeed6949665ad056d0d23293
paused() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
M3L4
totalMaxMintAmount() view returns (uint256)
10
totalSupply() view returns (uint256)
999
uriPrefix() view returns (string)
ipfs://bafkreiaph6o7eguw7mjym2eukrjffn2pqeesaf7dxitrscbvj76ykfts24/hidden.json
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
ownerMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxMintAmount(uint256 _freeMaxMintAmount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPublicSale(bool _state)
setRevealed(bool _state)
setTotalMaxMintAmount(uint256 _amount)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()