Okay Doodles

Verified contract

Active on Ethereum with 2,154 txns
Deployed by via 0x712d9a51 at 14816065
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Okay Doodles"

0x74a31c47dcb39fdee2c118a4c724f59178e9694c7ca1b85f867c5efb71ae5fc9
0x4f836795265e62c9a8a30f7140ed47b4db6823f88a581b0276cc9b53ab4d3fe4
0x2b97348bcf2202a616b5ae383ad2fddb5f20eb58c77e80c94f7956e486c47eda
0x20bbde78fa50ce435b18aac55a7d35d5e57f90c04a72b4fece953d43b15400b2
0x0170007b7d9f3ff894fb3c829877438dc88fc40f83939b7b89edd39da974354e
0xe92ff0608c0070fce9e9eb08610ced3880b6974f93d83b28aacec69592d1ca0b
0xe1127e936ff99f154370fe2ef417ab2f96c6af399e718bb45e3622fbd1ef3e7f
0xd763ca96d52d14f61ca80cfcf2caa47d207f03a80fdc18491c34c64ef1673163
0x1a1f0b7df029e534f46faebd07047c52faea79a434658bffa5532560d994679a
0xf9e84c48fab27e656af2d4cb20d26ecbc4753a92563037d72b8df38c72704c45

Functions
Getter at block 21215637
baseURI(view returns (string)
maxPerTx(view returns (uint256)
20
maxPerWallet(view returns (uint256)
90
maxSuply(view returns (uint256)
100000
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
Okay Doodles
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0xf1858545daf6484a781184f273e91c59c18bd927
price(view returns (uint256)
2000000000000000
revealed(view returns (bool)
false
symbol(view returns (string)
OKD
totalFree(view returns (uint256)
3000
totalSupply(view returns (uint256)
10000
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipReveal(
flipSale(
mint(uint256 amtpayable 
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(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(