Expansion
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
2 additional
variables
Balances ($0.00)
No balances found for "Expansion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Expansion"
ABI
ABI objects
Getter at block 21085299
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
STOREFRONT_MINTER_ROLE() view returns (bytes32)
0x19ab2f9935ea21aae55c105da3820c7987d916dba8c3fce092f947cc9aa9f9f0
artist() view returns (address)
0x0000000000000000000000000000000000000000
broadcast() view returns (address)
0x0000000000000000000000000000000000000000
contractURI() view returns (string)
gasAmountDeposited() view returns (uint256)
0
name() view returns (string)
numPacks() view returns (uint256)
0
numTokens() view returns (uint256)
0
operatorFilterRegistry() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
platform() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getFeeBps(uint256) view returns (uint32[])
getFeeRecipients(uint256) view returns (address[])
getPack(uint256 packId) view returns (struct IExpansionPack)
getPacks(uint256[] packIds) view returns (struct IExpansionPack[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenPack(uint256 tokenId) view returns (struct IExpansionPack)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isPlatform(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events addOperatorFiltererSubscription(address subscription)
grantRole(bytes32 role, address account)
initialize(address[] storefrontMinters, address initialPlatform, address initialMinter, string _contractURI, address _artist, struct IRoyaltyRoyalty initialRoyalty, address _broadcast, struct IOperatorFiltererOperatorFiltererInputs operatorFiltererInputs, uint256 _gasAmountDeposited, string _name, string _symbol)
lockBaseUri(uint256 packId)
mintDifferentCombination(uint256 packId, uint256[][] tokenIdCombinations, uint32[] numCombinationPurchases, address nftRecipient)
mintSameCombination(uint256 packId, uint256[] tokenIds, uint32 numTimes, address nftRecipient)
preparePack(struct IExpansionPack pack) payable
preparePackAndSale(struct IExpansionPack pack, struct IStorefrontSale sale, address storefront)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(uint256 packId, string newBaseUri)
topUpGasFunds() payable
updateArtist(address newArtist)
updateOperatorFilterAndRegister(address newRegistry, address newSubscription)
updateOperatorFilterRegistryAddress(address newRegistry)
updatePlatformAddress(address _platform)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
PackPrepared(uint256 indexed packId, uint256 capacity, string baseUri)
PacksMinted(uint256 indexed packId, address recipient, uint256[][] tokenIdCombinations, uint32[] numMintsOfCombination)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)