Okay Dogs
Verified contract
Active on
Ethereum with 10,223 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 Dogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315876 | 7 hours ago | | | 0 | 0.0015833052 | |
| 21315642 | 8 hours ago | | | 0 | 0.0015269766 | |
| 21313375 | 16 hours ago | | | 0 | 0.00058946086 | |
| 21312598 | 18 hours ago | | | 0 | 0.00050395641 | |
| 21312464 | 19 hours ago | | | 0 | 0.00071300637 | |
| 21311396 | a day ago | | | 0 | 0.00069059414 | |
| 21311388 | a day ago | | | 0 | 0.00069279056 | |
| 21309882 | a day ago | | | 0 | 0.00091955880 | |
| 21309819 | a day ago | | | 0 | 0.00083248601 | |
| 21308726 | a day ago | | | 0 | 0.0010777413 |
ABI
ABI objects
Getter at block 21318088
DEFAULT_OPERATOR_WHITELIST_ID() view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL() view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR() view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
artifactAddress() view returns (address)
0x5988a46c633a2bea1a8104f8eada5b4629fc2e78
bulkRevealOpen() view returns (bool)
false
getPermittedContractReceivers() view returns (address[])
[]
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x0000000000000000000000000000000000000000
getWhitelistedOperators() view returns (address[])
[]
name() view returns (string)
Okay Dogs
owner() view returns (address)
0xbff1c68520f860f983303add6572459a4a85103d
revealOpen() view returns (bool)
true
symbol() view returns (string)
OKD
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
bulkReveal(address receiver, uint256[] tokenIds)
renounceOwnership()
reveal(address receiver, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setArtifactContract(address artifact)
setBaseURI(string baseURI)
setBulkRevealOpen(bool value)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setRevealOpen(bool value)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferValidator(address transferValidator_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DefaultRoyaltySet(address indexed receiver, uint96 feeNumerator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenRoyaltySet(uint256 indexed tokenId, address indexed receiver, uint96 feeNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
constructor(address artifact, address royaltyReceiver_, string name_, string symbol_)
This contract contains no fallback and receive objects.
ArtifactNotSet()
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
NotOwnerOfToken()
RevealNotOpen()
ShouldNotMintToBurnAddress()
TokenDoesNotExist()