One-Eyed NFT
Verified contract
Active on
Ethereum with 126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "One-Eyed NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16483546 | 2 years ago | | | 0 | 0.00040682750 | |
| 16482879 | 2 years ago | | | 0 | 0.00065288009 | |
| 16482492 | 2 years ago | | | 0.001 | 0.0012022745 | |
| 16482427 | 2 years ago | | | 0 | 0.00069885643 | |
| 16482414 | 2 years ago | | | 0.006 | 0.0011538366 | |
| 16482404 | 2 years ago | | | 0.012 | 0.0016647223 | |
| 16482375 | 2 years ago | | | 0.012 | 0.0013815536 | |
| 16482365 | 2 years ago | | | 0.006 | 0.0015530527 | |
| 16482348 | 2 years ago | | | 0.012 | 0.0013129818 | |
| 16482318 | 2 years ago | | | 0.006 | 0.0012493929 |
ABI
ABI objects
Getter at block 21287086
maxFreePerWallet() view returns (uint256)
6
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
666
mintEnabled() view returns (bool)
true
name() view returns (string)
One-Eyed NFT
owner() view returns (address)
0x29f26b048d41345fd2fa68692242123d54eede2b
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
OY
totalFree() view returns (uint256)
611
totalSupply() view returns (uint256)
666
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()