Eye

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2473ff2f at 15418166
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
4 additional variables

No balances found for "Eye"

No transactions found for "Eye"


Functions
Getter at block 21207947
curatorAddress(view returns (address)
0x0000000000000000000000000000000000000000
currentArtifactSupply(view returns (uint256)
0
friendMintOpen(view returns (bool)
false
getArtifactName(view returns (string)
getCollectionCuration(view returns (struct IEyeStory[] storiesList)
[]
getPrice(view returns (uint256)
0
maxArtifactSupply(view returns (uint256)
0
maxSupply(view returns (uint256)
0
metadataAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintCost(view returns (uint256)
0
mintingPhase(view returns (uint8)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address ownerview returns (uint256)
curatedLibrariumIds(uint256view returns (bytes32)
curatedStoryIds(uint256view returns (uint16)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
friendMintClaimed(uint256addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getAttunement(uint256 tokenIdview returns (string)
getAttunementIndex(uint256 tokenIdview returns (uint256)
getConditionIndex(uint256 tokenIdview returns (uint256)
getGreatness(uint256 tokenIdpure returns (uint256)
getIndividualCuration(uint256 tokenIdview returns (bytes32[] storiesOnNFT)
getName(uint256 tokenIdview returns (string)
getNamePrefix(uint256 tokenIdview returns (string)
getNameSuffix(uint256 tokenIdview returns (string)
getOrder(uint256 tokenIdview returns (string)
getOrderIndex(uint256 tokenIdview returns (uint256)
getVision(uint256 tokenIdview returns (string)
getVisionIndex(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isFriendMintClaimable(bytes32[] merkleProofview returns (bool)
isPreMintClaimable(bytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
preMintClaimed(uint256addressview returns (uint256)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(address eyeConstantsAddress_uint256 maxSupply_address curatorAddress_
initializeArtifact(string _artifactName_uint256 mintCost_uint256 maxArtifactSupply_uint16 reservedSupply_
mint(uint256 amountpayable 
mintDistribution(uint256 amountaddress[] addr
mintFriend(bytes32[] merkleProof
preMint(uint256 amountbytes32[] merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setFriendMerkleRoot(bytes32 newRoot
setMetadataAddress(address addr
setPreMintMerkleRoot(bytes32 newRoot
startPreMint(
startPublicMint(
toggleFriendMintOpen(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateCollectionCuration(struct IEyeStory[] stories
updateCuratorAddress(address curator
updateIndividualCuration(uint256 tokenIdbytes32[] librariumIds
updateIndividualCurationByCurator(uint256 tokenIdbytes32[] librariumIds
withdraw(
withdrawERC20(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
FriendMintingIsOpen(bool isOpen
Initialized(uint8 version
MetadataAddressUpdated(address addr
MintingPhaseStarted(uint8 phase
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
EyeNotFound(
InvalidAddress(
InvalidQueryRange(
MerkleProofInvalid(
MintAlreadyClaimed(
MintERC2309QuantityExceedsLimit(
MintMaxReached(
MintNotAuthorized(
MintPhaseNotOpen(
MintToZeroAddress(
MintTooManyEyes(
MintZeroQuantity(
NoBalance(
NotCurator(
NotEyeOwner(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PaymentAmountInvalid(
StoryIdExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(