BeaconProxy

Verified contract

Proxy

Active on Ethereum with 30 txns
Deployed by via 0x93c7fe37 at 17443925
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
6 additional variables

No balances found for "BeaconProxy"

0x9cc33c58b928d4802482872e5b1dc3d4f6b1b88de9c5103f1e32c49cf0d31595
0xc064087f70b712adba84bf50f4e0a994b18c7a2423233a2c6ab26d2ea26557ca
0x232ffc18001f21bbe3faffc4ff07d24241bf079fb9313ac7729f53579b121e5d
0x083ca7891a291bc83a9be9bebc99e0fdb0986bc2705e35ebb8f54d03cc9f967d
0x5e2178db33d08470439313ec27583e43b26d077adbe53c56d75c4eee1b3d1ff8
0xa98a411831d2c34f07fe39d89a4d143b9a8c7598f669e11fc793f03e8bc1e2c7
0x2192c00be7419c76adbc0a83494b6708ce81362f596bbf6c07222a5ed20e20ed
0x36c2b507b12696125e37532fa8a7220416f67ad7feee3ef848aa8715e9ba2019
0x9105c2df37db369c8fefec1dfbde8d5aa631768d4fd6cba08ba70ad50fffd866
0x0ea1e77cab679a07129374f692856dcf91469b68a9ec3e74eec1d082e8cd222a

Functions
Getter at block 21086513
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
STOREFRONT_MINTER_ROLE(view returns (bytes32)
0x19ab2f9935ea21aae55c105da3820c7987d916dba8c3fce092f947cc9aa9f9f0
artist(view returns (address)
0x4298e663517593284ad4fe199b21815bd48a9969
broadcast(view returns (address)
0x434ae7c01924685b40f75b4ba19c0ee45f9b1bb2
contractURI(view returns (string)
https://metadata.async.art/c/648246ec30556c97d3c44857
gasAmountDeposited(view returns (uint256)
0
name(view returns (string)
numPacks(view returns (uint256)
2
numTokens(view returns (uint256)
14
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
platform(view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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
constructor(address beaconbytes data
Fallback and receive
fallback(
receive(
Errors
OperatorNotAllowed(address operator