AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,980 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20595146 | 3 months ago | | | 0 | 0.000055037108 | |
| 20553104 | 3 months ago | | | 0 | 0.000066948206 | |
| 20553045 | 3 months ago | | | 0 | 0.000054891220 | |
| 20101949 | 5 months ago | | | 0 | 0.00014237282 | |
| 19223235 | 9 months ago | | | 0 | 0.00072461091 | |
| 19076826 | 10 months ago | | | 0 | 0.00079135893 | |
| 19024194 | 10 months ago | | | 0 | 0.0010448980 | |
| 18609840 | a year ago | | | 0 | 0.00068035279 | |
| 18609809 | a year ago | | | 0 | 0.00084921296 | |
| 18609729 | a year ago | | | 0 | 0.0011585724 |
ABI
ABI objects
Getter at block 21172961
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PLATFORM_ROLE() view returns (bytes32)
0x797343f8d6a29aafeb3aaf0910a8973e0081c60c2f6c1f775cd9f76ea348fc1e
asyncSaleFeesRecipient() view returns (address)
0xdb8ac7027ce4a09c640ea07d582c700e78b95536
basisPointsDenominator() view returns (uint256)
10000
defaultArtistPrimarySalePercentage() view returns (uint256)
7500
defaultArtistSecondarySalePercentage() view returns (uint256)
1000
defaultPlatformSecondarySalePercentage() view returns (uint256)
500
Read-only
artistAddress(uint256) view returns (address)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) 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 account, address operator) view returns (bool)
isPreorder(uint256) view returns (bool)
numberOfTokens(uint256) view returns (uint256)
pricePerToken(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
_initialize()
addGlobalOperator(address operatorAddress)
addPlatformAddress(address platformAddress)
changeArtistAddress(uint256 tokenId, address _artistAddress)
changeDefaultArtistPrimarySalePercentage(uint256 _basisPoints)
changeDefaultArtistSecondarySalePercentage(uint256 _basisPoints)
changeDefaultPlatformSecondarySalePercentage(uint256 _basisPoints)
changeMinimumPrice(uint256 tokenId, uint256 _pricePerToken)
createPreorder(uint256 _preorderTokenId, uint256 _numberOfEditions, address _artistAddress, uint256 _minimumPrice)
grantRole(bytes32 role, address account)
initialize(string uri)
preorderArtwork(uint256 tokenId, uint256 numberOfEditionsToBuy) payable
preorderArtworkPlatform(uint256 tokenId, uint256 numberOfEditionsToBuy)
redeemPreorder(uint256 tokenId, uint256 numberOfEditions)
removeGlobalOperator(address operatorAddress)
removePlatformAddress(address platformAddress)
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)
setAsyncFeeRecipient(address _asyncSaleFeesRecipient)
updateTokenUri(string newUri)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ArtistAddressUpdated(uint256 tokenId, address artistAddress)
ArtworkPreordered(uint256 tokenId, uint256 numberOfEditionsToBuy, address user)
ArtworkPreorderedPlatform(uint256 tokenId, uint256 numberOfEditionsAcquired)
MinimumPriceUpdated(uint256 tokenId, uint256 pricePerToken)
PreorderCreated(uint256 preorderTokenId, uint256 numberOfEditions, uint256 minimumPrice, address artistAddress)
PreorderRedeemed(uint256 tokenId, uint256 numberOfEditions, address user)
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)
UpdateAsyncSaleFeesRecipient(address asyncSaleFeesRecipient)
V0ContractsLaunched(address initialAsyncAdmin)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.