Land, Sea, and Sky

Verified contract

Active on Base with 3,317 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Land, Sea, and Sky"

0x7b234e5d7d9a34c918ba7b4921807bf5bc8d2f997f02b2fde57c32655c210f04
0x8ccd63fc610411da021d7eab89faa893ef45914e01b9e957d56e0ea58c628ad7
0x4933d9f0a2c8473282c78ab1cfc1c0093fdebd732c92759e598d379bc58be044
0x9bce8445040097357d9b38b5fa2ef506028b1c7f84ef4e3166f1a9559dbec56f
0xda5504bfe2ecaacd4d4ccd249050268778e0535ebc6e9ae0481787a16a1bbbe9
0x9050d26fc3e6170722de2fa55237c6b0b7f62c952547baee75d0838a3d36ffdf
0x440568daf3ab5982de01e30204955a8b8f6c9a1f83dc31397463acf97d075952
0x802810e3d00d15b61ef19d0c5e67f78bb46526958b3bd379c622f28aae22865c
0x17153e534de726d205e7c7e7b730b22ae67d21d5373f4c091118f16074023da5
0xb18a75be50de5d2466f0b7125ee693693a8cead9456a8b1275a86394db20b75d

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
upgraded(uint256view returns (bool)
State-modifying
approve(address touint256 tokenId
mintFor(address _recipient
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeToken(uint256 _tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _svgRenderer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyUpgraded(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 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(