Okay Doodles
Verified contract
Active on
Ethereum with 2,154 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 "Okay Doodles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20609440 | 3 months ago | | | 0 | 0.000053824603 | |
| 20593312 | 3 months ago | | | 0 | 0.00028838832 | |
| 19624833 | 7 months ago | | | 0 | 0.00080750496 | |
| 19624831 | 7 months ago | | | 0 | 0.00097134449 | |
| 19335957 | 9 months ago | | | 0 | 0.0022087394 | |
| 19127856 | 10 months ago | | | 0 | 0.0013610827 | |
| 19004970 | 10 months ago | | | 0 | 0.0016889534 | |
| 18870709 | a year ago | | | 0 | 0.0010807562 | |
| 17470416 | a year ago | | | 0 | 0.00066429618 | |
| 17110765 | 2 years ago | | | 0 | 0.0010521863 |
ABI
ABI objects
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 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipReveal()
flipSale()
mint(uint256 amt) 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()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()