exploring-base-world
Verified contract
Proxy
Active on
Base with 42 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
0x4e0a…19f1
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "exploring-base-world"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19333389 | 2 months ago | | | 0 | 1.6590333e-7 | |
| 19333366 | 2 months ago | | | 0 | 1.6547029e-7 | |
| 7648165 | a year ago | | | 0 | 0.0000071703039 | |
| 7627119 | a year ago | | | 0 | 0.000014076708 | |
| 7627109 | a year ago | | | 0 | 0.000015125108 | |
| 7334514 | a year ago | | | 0 | 0.0000063814038 | |
| 7333516 | a year ago | | | 0 | 0.0000063814038 | |
| 7333507 | a year ago | | | 0 | 0.000011135606 | |
| 7203366 | a year ago | | | 0 | 0.0000062214036 | |
| 7203361 | a year ago | | | 0 | 0.0000062214036 |
ABI
ABI objects
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 owner) view returns (uint256)
encryptDecrypt(bytes data, bytes key) pure returns (bytes result)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenGroupingId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenManager(uint256 id) view returns (address manager)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
freezeMints()
initialize(address creator, string _contractURI, struct IRoyaltyManagerRoyalty defaultRoyalty, address _defaultTokenManager, string _name, string _symbol, address trustedForwarder, address initialMinter, string newBaseURI, uint256 _limitSupply, bool useMarketplaceFiltererRegistry, address _observability)
initialize(bytes data)
mintAmountToOneRecipient(address recipient, uint256 amount)
mintOneToMultipleRecipients(address[] recipients)
mintOneToOneRecipient(address recipient) returns (uint256)
mintSameAmountToMultipleRecipients(address[] recipients, uint256 amount)
mintSpecificTokenToOneRecipient(address recipient, uint256 tokenId)
mintSpecificTokensToOneRecipient(address recipient, uint256[] tokenIds)
registerMinter(address minter)
removeDefaultTokenManager()
removeGranularTokenManagers(uint256[] _ids)
removeMarketplaceFiltererRegistryAndUnregister()
removeRoyaltyManager()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractMetadata(string newName, string newSymbol, string newContractUri)
setCustomMarketplaceFiltererRegistryAndRegisterDefaultSubscription(address newRegistry)
setDefaultRoyalty(struct IRoyaltyManagerRoyalty _royalty)
setDefaultTokenManager(address _defaultTokenManager)
setGranularRoyalties(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
setGranularTokenManagers(uint256[] _ids, address[] _tokenManagers)
setLimitSupply(uint256 _limitSupply)
setMarketplaceFiltererRegistryAndRegisterDefaultSubscription()
setRoyaltyManager(address _royaltyManager)
setTokenURIs(uint256[] ids, string[] uris)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unregisterMinter(address minter)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string oldBaseUri, string newBaseURI)
DefaultRoyaltySet(address indexed recipientAddress, uint16 indexed royaltyPercentageBPS)
DefaultTokenManagerChanged(address indexed newDefaultTokenManager)
GranularRoyaltiesSet(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
GranularTokenManagersRemoved(uint256[] _ids)
GranularTokenManagersSet(uint256[] _ids, address[] _tokenManagers)
Initialized(uint8 version)
LimitSupplySet(uint256 indexed newLimitSupply)
MinterRegistrationChanged(address indexed minter, bool indexed registered)
MintsFrozen()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyManagerChanged(address indexed newRoyaltyManager)
TokenURIsSet(uint256[] ids, string[] uris)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address implementation_, bytes initializeData, bytes mintVectorData)
fallback()
receive()
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()