Land, Sea, and Sky
Verified contract
Active on
Base with 3,317 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x591a…8d8c
Balances ($0.00)
No balances found for "Land, Sea, and Sky"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16674153 | 5 months ago | | | 0 | 2.3034500e-7 | |
| 15804493 | 5 months ago | | | 0 | 5.1441645e-7 | |
| 15750344 | 5 months ago | | | 0 | 5.3984852e-7 | |
| 15384581 | 6 months ago | | | 0 | 1.9912250e-7 | |
| 14293589 | 6 months ago | | | 0 | 0.0000027400148 | |
| 14263293 | 6 months ago | | | 0 | 0.0000050631162 | |
| 13889552 | 7 months ago | | | 0 | 5.5185548e-7 | |
| 13752038 | 7 months ago | | | 0 | 0.0000032078105 | |
| 13576780 | 7 months ago | | | 0 | 0.0000020521998 | |
| 13576778 | 7 months ago | | | 0 | 0.0000036127782 |
ABI
ABI objects
Getter at block 22760966
MAX_SUPPLY() view returns (uint256)
2222
counter() view returns (uint256)
2222
name() view returns (string)
Land, Sea, and Sky
owner() view returns (address)
0x83957ef9df51257bd59743fcbde02f2752d6498d
symbol() view returns (string)
LSS
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
upgraded(uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintFor(address _recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeToken(uint256 _tokenId)
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(address _svgRenderer)
This contract contains no fallback and receive objects.
AlreadyUpgraded()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
InvalidTokenId(uint256 tokenId)
MaxSupplyReached()
OneMintPerAddress()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UpgradesClosed()