HELIX Land

Verified contract

Active on Ethereum with 490 txns
Deployed by via 0x814546e1 at 16190712
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HELIX Land"

0xbeeb156e9cac99dea68da2d26b8e7a5b536a82f1c6fb205d74a8cb78132285ce
0x3b5707ac373a29f88ac98a13796bb8bbbd0f3ec0959b5d936ef67b1fd040988c
0x91d6763560cccd07f050c0c960560ccd87ffc0f57f18dc49c871ba56b2c1e80d
0x9b46a32a80f82d83f64c0aeae1624ee259e6c64c1e47b345205b60d943c204ed
0x88e76d62fc580005bf742754f23430b189de44b5609a8a0f6e9a1a8d00b4542d
0x73510e3462fa6750c7cef0e26dd7f0df6c4c1c329ed8efce350d0a1c420e3f62
0x4fad6603af78e8b18cea6c6ca2ab91749f611f075fdee8712832b226aa9bbd41
0xe261b43ed45572d54b985c265cef8866486204a6eeae36bbf1ce06f97e2bee55
0xda069d19178be7bae7befed18edebb63ddac5c095e40ace23d6e625c490d6753
0x9740799db528010243569c9519a69b26bbc45e873f8366d601c9da7dfb08c562

Functions
Getter at block 20938507
MAX_PER_WALLET(view returns (uint256)
39
contractURI(pure returns (string)
maxSupply(view returns (uint256)
20000
name(view returns (string)
HELIX Land
owner(view returns (address)
0x0ae2890cd6484e7c1ae8d20294b4058880099c65
symbol(view returns (string)
HLX
totalSupply(view returns (uint256)
18202
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(