Expansion

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf8a0cded at 17538050
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 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

No balances found for "Expansion"

No transactions found for "Expansion"


Functions
Getter at block 21086524
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getFeeBps(uint256view returns (uint32[])
getFeeRecipients(uint256view returns (address[])
getPack(uint256 packIdview returns (struct IExpansionPack)
getPacks(uint256[] packIdsview returns (struct IExpansionPack[])
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenPack(uint256 tokenIdview returns (struct IExpansionPack)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isPlatform(address accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
addOperatorFiltererSubscription(address subscription
grantRole(bytes32 roleaddress account
initialize(address[] storefrontMintersaddress initialPlatformaddress initialMinterstring _contractURIaddress _artiststruct IRoyaltyRoyalty initialRoyaltyaddress _broadcaststruct IOperatorFiltererOperatorFiltererInputs operatorFiltererInputsuint256 _gasAmountDepositedstring _namestring _symbol
lockBaseUri(uint256 packId
mintDifferentCombination(uint256 packIduint256[][] tokenIdCombinationsuint32[] numCombinationPurchasesaddress nftRecipient
mintSameCombination(uint256 packIduint256[] tokenIdsuint32 numTimesaddress nftRecipient
preparePack(struct IExpansionPack packpayable 
preparePackAndSale(struct IExpansionPack packstruct IStorefrontSale saleaddress storefront
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setBaseUri(uint256 packIdstring newBaseUri
topUpGasFunds(payable 
updateArtist(address newArtist
updateOperatorFilterAndRegister(address newRegistryaddress newSubscription
updateOperatorFilterRegistryAddress(address newRegistry
updatePlatformAddress(address _platform
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
PackPrepared(uint256 indexed packIduint256 capacitystring baseUri
PacksMinted(uint256 indexed packIdaddress recipientuint256[][] tokenIdCombinationsuint32[] numMintsOfCombination
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SecondarySaleFees(uint256 tokenIdaddress[] recipientsuint256[] bps
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator