Forever Supper by Async
Verified contract
Proxy
Active on
Ethereum with 106 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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 4 additional slots
8 additional
variables
Balances ($0.00)
No balances found for "Forever Supper by Async"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20931045 | 22 days ago | | | 0 | 0.00084275528 | |
| 20757453 | 2 months ago | | | 0 | 0.00026713398 | |
| 20743462 | 2 months ago | | | 0 | 0.00031905733 | |
| 20660716 | 2 months ago | | | 0 | 0.000048085777 | |
| 20660714 | 2 months ago | | | 0 | 0.000049566691 | |
| 20660712 | 2 months ago | | | 0 | 0.000045726187 | |
| 20660710 | 2 months ago | | | 0 | 0.000044094910 | |
| 20660708 | 2 months ago | | | 0 | 0.000046525306 | |
| 20644107 | 2 months ago | | | 0 | 0.000065542892 | |
| 20451263 | 3 months ago | | | 0 | 0.000084735221 |
ABI
ABI objects
Getter at block 21087719 blueprint() view returns (uint64 capacity, uint64 mintedCount, uint64 erc721TokenIndex, bool tokenUriLocked, string baseTokenUri, bool metadataUriLocked, string blueprintMetadata, bool prepared, bool isSoulbound)
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/bp/63fe742c74e62000a8cf7bb8
latestErc721TokenIndex() view returns (uint64)
0
metadataURI() view returns (string)
https://metadata.async.art/dbp/0xf62d291a22886fa0b81e5b13c7b6dab2d4c33f31
minterAddress() view returns (address)
0x60874f721a66a2b9018c7cacc46151708864f52d
name() view returns (string)
Forever Supper by Async
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
platform() view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
symbol() view returns (string)
FRVR
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint32[])
getFeeRecipients(uint256) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdsToURI(uint256) view returns (string tokenURI, bool isFrozen)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addOperatorFiltererSubscription(address subscription)
approve(address operator, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(struct IDynamicBlueprintDynamicBlueprintsInput dynamicBlueprintsInput, address _platform, address _minter, struct IRoyaltyRoyalty _royaltyParameters, address[] storefrontMinters, address _broadcast, struct IOperatorFiltererOperatorFiltererInputs operatorFiltererInputs)
lockBlueprintMetadataUri()
lockBlueprintTokenUri()
lockPerTokenURI(uint256 _tokenId)
mintBlueprints(uint32 purchaseQuantity, address nftRecipient)
prepareBlueprintAndCreateSale(struct IDynamicBlueprintBlueprintPreparationConfig config, struct IStorefrontSale sale, address storefront)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
updateBlueprintArtist(address _newArtist)
updateBlueprintCapacity(uint64 _newCapacity, uint64 _newLatestErc721TokenIndex)
updateBlueprintMetadataUri(string newMetadataUri)
updateBlueprintTokenUri(string newBaseTokenUri)
updateMinterAddress(address newMinterAddress)
updateOperatorFilterAndRegister(address newRegistry, address coriCuratedSubscriptionAddress)
updateOperatorFilterRegistryAddress(address newRegistry)
updatePerTokenURI(uint256 _tokenId, string _newURI)
updatePlatformAddress(address _platform)
updateRoyalty(struct IRoyaltyRoyalty newRoyalty)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlueprintMinted(uint128 indexed tokenId, uint64 newMintedCount, address recipient)
BlueprintPrepared(address indexed artist, uint64 capacity, string blueprintMetaData, string baseTokenUri)
BlueprintTokenUriUpdated(string newBaseTokenUri)
Initialized(uint8 version)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address beacon, bytes data)
fallback()
receive()
OperatorNotAllowed(address operator)