Quirkies

Verified contract

Proxy

Active on Ethereum with 4,517 txns
Deployed by via 0xb62cb361 at 17022025
Slot
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

No balances found for "Quirkies"

0x2e85c12d9a2768ca316ee76155d8481242c53362e97770f2ac2afa8c9ca90aa2
0x8e923f299b1e48380dc46b7ece965f75338649cb0b5b78515ce9608292be6445
0x999518e61fd90d1fe003c836eb2ee63070dcca5e0046c644d581a74ad67f9787
0xa0061f3d7c94eef62d29d9037ac7aadd619c2116b026be5673495816d4eed598
0xd9f65d3e1d7055516719e791ec4048c217860c5d9b62e3dd62c85b143928f78e
0xdb2ed76de3f42e591c78367c721890c10fc2e2c1e2cfb910ed1f3c6ed3b7889e
0xc22a19848bcadf42e32580534519080b3fdf26ae989957bb69a1b031b78947a8
0x3c3e130f1372055aea4a8b1d435790975a73d6aa2fdf8d3dfa4c5b105eec4f89
0x557c2244d1e902b3717006cd666681084c95920e160e202aee39f09b167195a9
0xd5ad6e7167ab19b99edef7796e4995d805a1a29949e923da9bdd25d7e3efe87b

Functions
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)
ipfs://bafybeihstf4htvxr2kq4zoakj7h4gpojy2w2ecg5wxn4coiqqpfj6synii/
getPermittedContractReceivers(view returns (address[])
[]
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
(3, 5, 0)
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=true)
getTransferValidator(view returns (address)
0xa000027a9b2802e1ddf7000061001e5c005a0000
 
getWhitelistedOperators(view returns (address[])
name(view returns (string)
Quirkies
operatorWhitelistID(view returns (uint256)
5
owner(view returns (address)
0xb4edd0d89bb0ea0864ffaa381fa226087d8ee8c9
stakedBaseURI(view returns (string)
ipfs://bafybeifjqgbjqvl4wu44opbksssl6uqvs4qsuwbej7lf4a7iila2clxvrm/
symbol(view returns (string)
QRKS
totalSupply(pure returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isContractReceiverPermitted(address receiverview returns (bool)
isOperatorWhitelisted(address operatorview returns (bool)
isStaked(uint256 tokenID_view returns (bool)
isStakingContract(address address_view returns (bool)
isTransferAllowed(address calleraddress fromaddress toview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addAccountToAuthorizers(address account_
addAccountsToAuthorizers(address[] accounts_
addToWhitelist(address[] addrs_
approve(address touint256 tokenId
initialize(address quirkiesV1Address_string baseURI_address teamWallet_
removeAccountFromAuthorizers(address account_
removeAccountsFromAuthorizers(address[] accounts_
removeFromWhitelist(address[] addrs_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
setStaked(uint256 tokenID_bool staked_
setStakedBaseURI(string stakedBaseURI_
setStakingContract(address stakingContract_bool isStakingContract_
setToCustomSecurityPolicy(uint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToCustomValidatorAndSecurityPolicy(address validatoruint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToDefaultSecurityPolicy(
setTransferValidator(address transferValidator_
setupV5Validator(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Constructor
constructor(address logic_address admin_bytes data_
Fallback and receive
fallback(
receive(
Errors
CreatorTokenBase__InvalidTransferValidatorContract(
CreatorTokenBase__SetTransferValidatorFirst(
ErrAlreadySetupValidator(
ErrNotOwner(
ErrNotStaked(
ErrStaked(
ErrUnauthorizedStaker(
ShouldNotMintToBurnAddress(