QuirkiesComicsVol1

Verified contract

Proxy

Active on Ethereum with 251 txns
Deployed by via 0x5cbc1522 at 17022066
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 "QuirkiesComicsVol1"

0x17c2bae25d92dea5f900d4b30fbbc96567fb3513b7629deff86af0d8b559160f
0xf2f5f5f00b0e0a014c6da91b2f10cf5e05f9736b4b5b3c1af16133d30df5736d
0x77a877e40d437c67bb2ddb3df8b88f0f6c8c17422eaf2f9c58c4c157b85cc9c2
0x2447ce700d658b380a53e8191ed6996337280d226c3618e31768b6844d176324
0x501c18941f2f3a15c41ad6624118dbdead536992dbe1011b4ac6ddfdea738035
0x27fdada393c68fd333efbab4bf1e2e385d3c17474664b08bd9cdcc94b6a5f06b
0xb20e96d55d4e696da381a09d65f3422c2c3dd9a7f72ae7c39c66c2c68ac4af88
0x11185639f6a68a133c5247226bcca364b13cb13b0a63c3368c5ac8c1de6c6458
0x2004d8a202af38087e9e3286216fc5ecab2981bbb500f5592903c0a7b58819df
0x9b992232220efd67dfed0cf8fb1e172c03727938f4509680c46d8966a6cafc3c

Functions
Getter at block 21164117
baseURI(view returns (string)
ipfs://bafybeidr3xw62upwnfemjsqra44suzyf57onkurecjmh2cpo2zuv26kwsa/
claimOpen(view returns (bool)
false
migrateOpen(view returns (bool)
false
name(view returns (string)
QuirkiesComicsVol1
owner(view returns (address)
0x01387736dc18d02e3787495f114a6874bf5c64a7
symbol(view returns (string)
QRKC
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaimed(uint256 tokenID_view 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 
airdrop(struct QuirkiesComicsVol1ImplementationV2Holder[] holders_
approve(address operatoruint256 tokenId
claimV2(uint256[] tokenIDs_
initialize(address comicsV1Address_address quirkiesV1Address_address quirklingsV1Address_address quirkiesV2Address_address quirklingsV2Address_string baseURI_address teamWallet_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setDefaultRoyalty(address receiveruint96 feeNumerator
toggleClaimOpen(
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
EvClaimedV2(address indexed senderuint256[] tokenIDs_
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address logic_address admin_bytes data_
Fallback and receive
fallback(
receive(
Errors
ErrAlreadyClaimed(
ErrClaimNotOpen(
ErrNotV2Owner(
OperatorNotAllowed(address operator