Llamascape Land
Verified contract
Active on
Ethereum with 13,774 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 |
---|---|---|---|---|---|
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- | |
LLAMALAND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299815 | 7 hours ago | | | 0 | 0.00062998347 | |
| 21295674 | 21 hours ago | | | 0 | 0.00063155723 | |
| 21295671 | 21 hours ago | | | 0 | 0.00039207224 | |
| 21295671 | 21 hours ago | | | 0 | 0.00078802328 | |
| 21290291 | 2 days ago | | | 0 | 0.00029122307 | |
| 21273983 | 4 days ago | | | 0 | 0.00055329086 | |
| 21262216 | 6 days ago | | | 0 | 0.00040522072 | |
| 21260396 | 6 days ago | | | 0 | 0.00077111437 | |
| 21259847 | 6 days ago | | | 0 | 0.00039121076 | |
| 21228302 | 10 days ago | | | 0 | 0.00070349288 |
ABI
ABI objects
Getter at block 21301842
baseURI() view returns (string)
https://storage.gridcraft.net/ipfs/QmdP1vNHQYrFkhWABoBmfmGY6HBH2JsZu73UB3oATJyjFs/
maxSupply() view returns (uint256)
9800
mintCoordinator() view returns (address)
0x6d6f8b21803f6a265e435f410519b33fe39ed4c7
name() view returns (string)
Llamascape Land
owner() view returns (address)
0xddd29670c4b424df5b79c879e37c8939ecc835e7
provenance() view returns (string)
remaining() view returns (uint256 nftsRemaining)
3343
reserved() view returns (uint256)
0
revealDate() view returns (uint256)
4796668800
startingIndex() view returns (uint256)
0
startingIndexBlock() view returns (uint256)
0
symbol() view returns (string)
LLAMALAND
totalSupply() view returns (uint256)
6457
Read-only
_addressTokens(address, uint256) view returns (uint16)
_owners(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenStaked(uint16 _tokenId) view returns (bool)
isTrueOwnerOfTokens(address _user, uint16[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
stakedIdsByOwner(address _user) view returns (uint16[])
stakedNumberByOwner(address _user) view returns (uint16 stakedCount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint16[])
unstakedIdsByOwner(address _user) view returns (uint16[])
unstakedNumberByOwner(address _user) view returns (uint16 unstakedCount)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address _recepient, uint256 _amount, bool _startStaking)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(address _recepient, uint256 _amount, bool _startStaking)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseTokenURI)
setCoordinator(address _newCoordinator)
setProvenanceHash(string provenanceHash)
setRevealDate(uint256 _newReveal)
stake(uint16[] _tokenIds)
stakeAll()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint16[] _tokenIds)
unstakeAll()
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.
This contract contains no error objects.