BeaconProxy
Verified contract
Proxy
Active on
Ethereum with 49 txns
Unified 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
6 additional
variables
Balances ($0.00)
No balances found for "BeaconProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17762083 | a year ago | | | 0 | 0.0020792806 | |
| 17741310 | a year ago | | | 0 | 0.0013762948 | |
| 17676511 | a year ago | | | 0 | 0.00099134044 | |
| 17669697 | a year ago | | | 0 | 0.00096889640 | |
| 17655774 | a year ago | | | 0 | 0.00095868623 | |
| 17641174 | a year ago | | | 0 | 0.0014204573 | |
| 17606013 | a year ago | | | 0 | 0.00094251699 | |
| 17605796 | a year ago | | | 0 | 0.00083102538 | |
| 17601226 | a year ago | | | 0 | 0.0010299678 | |
| 17600537 | a year ago | | | 0 | 0.0010865851 |
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)
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 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)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address beacon, bytes data)
fallback()
receive()
OperatorNotAllowed(address operator)