The Eye
Verified contract
Proxy
Active on
Ethereum with 1,951 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
8 additional
variables
Balances ($33.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.01088 | $3,099.57 |
$33.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20896431 | a month ago | | | 0 | 0.000087622600 | |
| 20896431 | a month ago | | | 0 | 0.00013936260 | |
| 20869811 | 2 months ago | | | 0 | 0.00080060913 | |
| 20817121 | 2 months ago | | | 0 | 0.00085515704 | |
| 20582352 | 3 months ago | | | 0 | 0.000068670389 | |
| 20580387 | 3 months ago | | | 0 | 0.000055540323 | |
| 20424988 | 4 months ago | | | 0 | 0.00018421362 | |
| 19884323 | 6 months ago | | | 0 | 0.00024575377 | |
| 19828204 | 6 months ago | | | 0 | 0.00012254022 | |
| 19791406 | 6 months ago | | | 0 | 0.00028643554 |
ABI
ABI objects
Getter at block 21207947 getCollectionCuration() view returns (struct IEyeStory[] storiesList)
curatorAddress() view returns (address)
0x2307d72208d1196ea3bcf693df19274794a7cdb8
currentArtifactSupply() view returns (uint256)
1600
friendMintOpen() view returns (bool)
true
getArtifactName() view returns (string)
Genesis Eye
getPrice() view returns (uint256)
160000000000000000
maxArtifactSupply() view returns (uint256)
1600
maxSupply() view returns (uint256)
16000
metadataAddress() view returns (address)
0xdf132a61083c23334df8d62eb2c5f491388b555c
mintCost() view returns (uint256)
160000000000000000
mintingPhase() view returns (uint8)
3
name() view returns (string)
The Eye
owner() view returns (address)
0xd462bfe2035d76dfd029c3989bd25396f23b8042
symbol() view returns (string)
EYE
totalSupply() view returns (uint256)
1616
Read-only
balanceOf(address owner) view returns (uint256)
curatedLibrariumIds(uint256) view returns (bytes32)
curatedStoryIds(uint256) view returns (uint16)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
friendMintClaimed(uint256, address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getAttunement(uint256 tokenId) view returns (string)
getAttunementIndex(uint256 tokenId) view returns (uint256)
getConditionIndex(uint256 tokenId) view returns (uint256)
getGreatness(uint256 tokenId) pure returns (uint256)
getIndividualCuration(uint256 tokenId) view returns (bytes32[] storiesOnNFT)
getName(uint256 tokenId) view returns (string)
getNamePrefix(uint256 tokenId) view returns (string)
getNameSuffix(uint256 tokenId) view returns (string)
getOrder(uint256 tokenId) view returns (string)
getOrderIndex(uint256 tokenId) view returns (uint256)
getVision(uint256 tokenId) view returns (string)
getVisionIndex(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isFriendMintClaimable(bytes32[] merkleProof) view returns (bool)
isPreMintClaimable(bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preMintClaimed(uint256, address) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address eyeConstantsAddress_, uint256 maxSupply_, address curatorAddress_)
initializeArtifact(string _artifactName_, uint256 mintCost_, uint256 maxArtifactSupply_, uint16 reservedSupply_)
mint(uint256 amount) payable
mintDistribution(uint256 amount, address[] addr)
mintFriend(bytes32[] merkleProof)
preMint(uint256 amount, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFriendMerkleRoot(bytes32 newRoot)
setMetadataAddress(address addr)
setPreMintMerkleRoot(bytes32 newRoot)
startPreMint()
startPublicMint()
toggleFriendMintOpen()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateCollectionCuration(struct IEyeStory[] stories)
updateCuratorAddress(address curator)
updateIndividualCuration(uint256 tokenId, bytes32[] librariumIds)
updateIndividualCurationByCurator(uint256 tokenId, bytes32[] librariumIds)
withdraw()
withdrawERC20(address token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
FriendMintingIsOpen(bool isOpen)
Initialized(uint8 version)
MetadataAddressUpdated(address addr)
MintingPhaseStarted(uint8 phase)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
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()