Land of Valeria
Verified contract
Active on
Ethereum with 20,779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOL | ERC-721 | 1 | -- | -- | |
LOV | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217780 | 8 days ago | | | 0 | 0.00034572642 | |
| 21119771 | 21 days ago | | | 0 | 0.000096856652 | |
| 21106448 | 23 days ago | | | 0 | 0.000090009900 | |
| 21104563 | 23 days ago | | | 0 | 0.000086979175 | |
| 21036051 | a month ago | | | 0 | 0.00075938028 | |
| 20981169 | a month ago | | | 0 | 0.00026581830 | |
| 20903954 | 2 months ago | | | 0 | 0.00010207260 | |
| 20895259 | 2 months ago | | | 0 | 0.00010522005 | |
| 20895248 | 2 months ago | | | 0 | 0.000099185132 | |
| 20603456 | 3 months ago | | | 0 | 0.000040405494 |
ABI
ABI objects
Getter at block 21272823
cost() view returns (uint256)
100000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmRuypu5CX9eV4FFwggmqVMwL8hbmb6AyoPoLBTkD1hXXv/migration.json
maxMintAmountPerTx() view returns (uint256)
2
maxPerWhitelist() view returns (uint256)
2
maxSupply() view returns (uint256)
10000
merkleRoot() view returns (bytes32)
0xbc159f697770c39832f9cf37f13aaba3efc9ef709281dc20d64c197c4e88b60b
name() view returns (string)
Land of Valeria
owner() view returns (address)
0x7d26b65599a86f99b477f7ef6414a5abca1a5e4e
paused() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
LOV
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://Qmc8QDbpwQ2QjbHEDJahS1kWN7Km8AhxjGReNLJ4gbxRMH/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
true
Read-only
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[])
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerWhitelist(uint256 _maxPerWhitelist)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.