BeaconProxy

Verified contract

Proxy

Active on Ethereum with 49 txns
Deployed by via 0xe0d68d50 at 17442388
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"

0x30862ecacb52e1a5783a90863f3a7795ceb5580fc6379f700dea2489fc7ce22f
0x800967cd37a618207895026760de08c6e85047f464eff12ca7c3b1422b1a6660
0x7d5198cc12b70a54da797cea1d4b8831b28b7acbf4c1ed8c89c19f4875f1c6df
From
0x8f4a45959b0ff2c3037640d2caf14856c74d8856ae094d4ad1721bf0396604ad
0xb1cdb1e5f762ea34b01e21b6516864c803ee810b32e106deac1c25234b362fc0
0x5951e1513986d8f5b5e269e652bc36b4023b60fb5d47d7202fdb33239f53fa58
From
0xbb0d29dd4a0532e8411b0104461fbef050968072063fbee7ccf231f96b44cb5d
0x49bd36741f1fd320b2df086a3237357a6e88bb06994187ecd4895c54d581a614
0x7906da45f31c16646e2b4067215abddc308373b2e5f40886aa9e44bb3ecd8c73
0xc727f40babff8543f0dbcef20b3b013e2904b4126a9cff39f2e2ce1fcd0d6dcb

Functions
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)
0x60874f721a66a2b9018c7cacc46151708864f52d
broadcast(view returns (address)
0x434ae7c01924685b40f75b4ba19c0ee45f9b1bb2
contractURI(view returns (string)
https://metadata.async.art/c/64830befcbefe85942b65ca5
gasAmountDeposited(view returns (uint256)
0
name(view returns (string)
numPacks(view returns (uint256)
2
numTokens(view returns (uint256)
8
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