Base Explorer

Unverified contract

Proxy

Active on Base with 86 txns
Deployed by via 0xcc342daf at 1751699
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
9 additional variables

No balances found for "Base Explorer"

0xd953fd85c1d1a6c2a3ff80d977f449dffbb3a5004302a1502f3a77a0401acf7e
0x8b51fe33768bb6a5a34fd099e1c8b4371c214be65717e13fe9b679417d5a2f5f
0x0f4a13329af926a38864cb681fb9e7d3216de88de4fbbc23048a80ef54293f25
0x55b76fb94036943f01289c3434f791bbedf0e2f21d15e55d17fbf568e36b79a7
0xe4fe26213129aa9998f5584c5e49e1984dbae57a68b624681c42f8246ea7d775
0xe9cdda5779d8c3d1f719d08456e6a3153b7f835a5c75b8c212e383d55b132250
0xc244ee9ad825471efe79ab8a1d4bb4ce033799f83ecdaa3a584e316025c8e5ce
0x51e0cd4a04aacbe62b6f740d59e332af3e8edd6cd896520bb422462beeac5544
0xaffb2e47a5475b2b7c7f469523819cf0a3b0bc96ad54e31d31eb937bd2039cdd
0x4ac7f1c4777b49275dcf85b234abef6f0611efd762ab7309bfd9eb6ecf86a602

Functions
Getter at block 23086219
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=1)
contractURI(view returns (string)
ipfs://QmUWhETg1T1q9qNST77Q6kRvXKAtDZ32bxnejb1qLZ7P79/0
getActiveClaimConditionId(view returns (uint256)
0
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xede3a75aca635c531b6198c230f3da67949678fe, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xede3a75aca635c531b6198c230f3da67949678fe, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xede3a75aca635c531b6198c230f3da67949678fe, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
Base Explorer
nextTokenIdToClaim(view returns (uint256)
78
nextTokenIdToMint(view returns (uint256)
78
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0xede3a75aca635c531b6198c230f3da67949678fe
primarySaleRecipient(view returns (address)
0xede3a75aca635c531b6198c230f3da67949678fe
 
sharedMetadata(view returns (string namestring descriptionstring imageURIstring animationURI)
startTokenId(pure returns (uint256)
1
symbol(view returns (string)
totalMinted(view returns (uint256)
77
totalSupply(view returns (uint256)
77
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getClaimConditionById(uint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getSupplyClaimedByWallet(uint256 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata
subscribeToRegistry(address _subscription
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
SharedMetadataUpdated(string namestring descriptionstring imageURIstring animationURI
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(