This contract is being backfilled. You may encounter incomplete storage history.

exploring-base-world

Verified contract

Proxy

Active on Base with 42 txns
Deployed by via 0xf15be49b at 2591910
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 48 additional slots
3 additional variables

No balances found for "exploring-base-world"

0x729351f2b805a78d9b1c3cbae9d9215154ab6670d2da0dea8ae4b04a006c85a0
0x9b5388b8646194f840035cae6bec381841dfeb49dca123b7c71420fe541dd0cb
0x8638823c06927eeb9959f6a21724a4450fc5afa15a4ba91d9435841f468ca617
0xcb47dde7b0d3766a14860e617613a8ebb63daa51f18ddb60d037ef15c3b5ecd1
0xf21d38386c9e5b02724d79ec1386bc21811e0addb8c04d04bda7e091e58722a3
0x8e873d9cf365f4aaa467e95fb0e267e3414f7d61756fec43c57e7d1f40afc901
0xb7505d2b70f1c7148e650bdf6f7809d72f86242f9c28ed9ba8b784fdbcdd98e2
0x4e45072452607646be00e14c1bb9544e0f2e812ac5fb1f45fb6b29c758e08898
0x6122d65a7d2ffb379f856577e5e459a47958f0380d7989003d8cbec538a78ff0
0x5edf8c93a6c96079009004139b6f277f9e5847d45fe63159bf458853bfda5f99

Functions
Getter at block 21829916
implementation(view returns (address)
0x79307cee06153ca7986759b0727023a2472f395b
standard(pure returns (string)
Series
DEFAULT_SUBSCRIPTION(view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
MARKETPLACE_FILTERER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
https://highlight-creator-assets.highlight.xyz/main/base-dir/f17ef1c5-c780-4ee3-81f3-bdfabc9d5857/onChainDir
contractURI(view returns (string)
https://arweave.net/WaSBwmYppRkLfiUEMVefeLz6kO8grYOiYpcuUbm_iyU
defaultManager(view returns (address)
0x0000000000000000000000000000000000000000
limitSupply(view returns (uint256)
165
minters(view returns (address[])
[0x8087039152c472Fa74F47398628fF002994056EA]
name(view returns (string)
exploring-base-world
observability(view returns (address)
0x4e0afba59894060369881f4bc9ba05731a4119f1
operatorFiltererRegistry(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xfd0b0a2c4851362fed015a5e8ed862ffed48bdf2
royaltyManager(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CNTRCT
totalSupply(view returns (uint256)
92
Read-only
balanceOf(address ownerview returns (uint256)
encryptDecrypt(bytes databytes keypure returns (bytes result)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenGroupingIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenManager(uint256 idview returns (address manager)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
freezeMints(
initialize(address creatorstring _contractURIstruct IRoyaltyManagerRoyalty defaultRoyaltyaddress _defaultTokenManagerstring _namestring _symboladdress trustedForwarderaddress initialMinterstring newBaseURIuint256 _limitSupplybool useMarketplaceFiltererRegistryaddress _observability
initialize(bytes data
mintAmountToOneRecipient(address recipientuint256 amount
mintOneToMultipleRecipients(address[] recipients
mintOneToOneRecipient(address recipientreturns (uint256)
mintSameAmountToMultipleRecipients(address[] recipientsuint256 amount
mintSpecificTokenToOneRecipient(address recipientuint256 tokenId
mintSpecificTokensToOneRecipient(address recipientuint256[] tokenIds
registerMinter(address minter
removeDefaultTokenManager(
removeGranularTokenManagers(uint256[] _ids
removeMarketplaceFiltererRegistryAndUnregister(
removeRoyaltyManager(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractMetadata(string newNamestring newSymbolstring newContractUri
setCustomMarketplaceFiltererRegistryAndRegisterDefaultSubscription(address newRegistry
setDefaultRoyalty(struct IRoyaltyManagerRoyalty _royalty
setDefaultTokenManager(address _defaultTokenManager
setGranularRoyalties(uint256[] idsstruct IRoyaltyManagerRoyalty[] _newRoyalties
setGranularTokenManagers(uint256[] _idsaddress[] _tokenManagers
setLimitSupply(uint256 _limitSupply
setMarketplaceFiltererRegistryAndRegisterDefaultSubscription(
setRoyaltyManager(address _royaltyManager
setTokenURIs(uint256[] idsstring[] uris
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unregisterMinter(address minter
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseURISet(string oldBaseUristring newBaseURI
DefaultRoyaltySet(address indexed recipientAddressuint16 indexed royaltyPercentageBPS
DefaultTokenManagerChanged(address indexed newDefaultTokenManager
GranularRoyaltiesSet(uint256[] idsstruct IRoyaltyManagerRoyalty[] _newRoyalties
GranularTokenManagersRemoved(uint256[] _ids
GranularTokenManagersSet(uint256[] _idsaddress[] _tokenManagers
Initialized(uint8 version
LimitSupplySet(uint256 indexed newLimitSupply
MinterRegistrationChanged(address indexed minterbool indexed registered
MintsFrozen(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltyManagerChanged(address indexed newRoyaltyManager
TokenURIsSet(uint256[] idsstring[] uris
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address implementation_bytes initializeDatabytes mintVectorData
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
EmptyString(
InvalidManager(
ManagerDoesNotExist(
ManagerRemoveBlocked(
ManagerSwapBlocked(
MintERC2309QuantityExceedsLimit(
MintFrozen(
MintToZeroAddress(
MintZeroQuantity(
MinterRegistrationInvalid(
MismatchedArrayLengths(
NotAContract(
NotMinter(
OperatorNotAllowed(address operator
OverLimitSupply(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
QuantityTooLarge(
RoyaltyBPSInvalid(
RoyaltySetBlocked(
TokenDoesNotExist(
TokenMintedAlready(
TokenNotInRange(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(