Lucky Hellicorn

Verified contract

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

No balances found for "Lucky Hellicorn"

0x112a45873bc4e1de3746cbb99d8eb9bed29bfd14c9abb658120aebb51272d9e7
0xc9c61c5ff5d98e3d90dfa962712e8c2746f4a2db6dafa2ac67d0afa38034688c
0x4a394f459e069107b8aedfdead859bacc213038e387e8457254901db3ec787c2
0xbf7e25f844a7fcc85546b13d29000dbc84139238fa0020868535a70fea03c33e
0x5f0caf7ee7d9e38696331e3d805f2195722525a69e8770a9724ae6429d2343d0
0xe68a9b609cc9e73770a193cf160a3416c098d2367ea78d19c27e99eb1be93ab9
0x9dae6465493d2e35cd13b83abe146905414c062804af33c3e5441fee67c6391e
0xaa4109bf92956fd211faab3bbaf3dcac23c1367b178882467d14b7a142b1db9b
0x90438288bf4029053bc7d666e765a675c11ab37054b31c641436269d80a49d0f
0x19c89e11fb06371adc8bdf074eab9081a7d26cf0724fcdc1509bef59ff0a5e83

Functions
Getter at block 20902918
MAX_PER_WALLET(view returns (uint256)
13
contractURI(pure returns (string)
maxSupply(view returns (uint256)
10000
name(view returns (string)
Lucky Hellicorn
owner(view returns (address)
0x6e7756dadc401d3bcdd6d4b434c883ad900cf300
symbol(view returns (string)
LH
totalSupply(view returns (uint256)
9990
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(