QuirkiesImplementationV6
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 47 additional slots
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "QuirkiesImplementationV6"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "QuirkiesImplementationV6"
ABI
ABI objects
Getter at block 21126299
DEFAULT_OPERATOR_WHITELIST_ID() view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL() view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR() view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
baseURI() view returns (string)
getPermittedContractReceivers() view returns (address[])
[]
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator() view returns (address)
0x0000000000000000000000000000000000000000
getWhitelistedOperators() view returns (address[])
[]
name() view returns (string)
operatorWhitelistID() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
stakedBaseURI() view returns (string)
symbol() view returns (string)
totalSupply() pure returns (uint256)
5000
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)
isStaked(uint256 tokenID_) view returns (bool)
isStakingContract(address address_) 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 addAccountToAuthorizers(address account_)
addAccountsToAuthorizers(address[] accounts_)
addToWhitelist(address[] addrs_)
approve(address to, uint256 tokenId)
initialize(address quirkiesV1Address_, string baseURI_, address teamWallet_)
removeAccountFromAuthorizers(address account_)
removeAccountsFromAuthorizers(address[] accounts_)
removeFromWhitelist(address[] addrs_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setStaked(uint256 tokenID_, bool staked_)
setStakedBaseURI(string stakedBaseURI_)
setStakingContract(address stakingContract_, bool isStakingContract_)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTransferValidator(address transferValidator_)
setupV5Validator()
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
ErrAlreadySetupValidator()
ErrNotOwner()
ErrNotStaked()
ErrStaked()
ErrUnauthorizedStaker()
ShouldNotMintToBurnAddress()