One-Eyed NFT

Verified contract

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

No balances found for "One-Eyed NFT"

0x3c7b33425843e15f491e716db23178d81e3e6a9f96ee4a93cc4ad4b0ca414cab
0x22ba36bcdbb86e4a106de54556b41faee855630c1dcee5d44f4a5ae2fb1dda58
0xdd1f2957878fc1bb0be83031af0768ef7817ccc5afd4fd277328b64366dc8bfa
0x370731796aa3d979caf6a127f6d0cc0ff0f2275ecf74d3eb8bb4c6a05fdd57c2
0xe0cca4a62dbd38e8a7bd21827c027b50ffe5565479300b5be0f55576ebee2a37
0xde1eef5c5e8ad1974c7a40a4bb452278fd19534b088cc5819000a1abdcbaccfb
From
0xf083a51f558a71de1337d0d8b04de8bc3c9cf42ad914d447d358a3dc630895cf
0x55b1a805f6599a95d1e55c3a5cef0ab9dbde943f935083764ce1f100008a11ac
0xb11ea5e3d32cc335c4600efdfb26dd618f15c4c3b30a6d1241fb808d6b38fea4
0xab643c6597d75dcee3df523505d01cc744f9ffb539c7b55eb91aa7adf8c82d06

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(