TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 462 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17891858 | a year ago | | | 0 | 0.0011026445 | |
| 17819603 | a year ago | | | 0.04 | 0.0091595856 | |
| 17819596 | a year ago | | | 0.04 | 0.0080421439 | |
| 17819542 | a year ago | | | 0.04 | 0.010086760 | |
| 17819538 | a year ago | | | 0.04 | 0.010295868 | |
| 17819532 | a year ago | | | 0.04 | 0.0088682529 | |
| 17819514 | a year ago | | | 0.04 | 0.0085619982 | |
| 17819476 | a year ago | | | 0.04 | 0.0075036823 | |
| 17818852 | a year ago | | | 0.04 | 0.0068131937 | |
| 17818820 | a year ago | | | 0.04 | 0.0085403373 |
ABI
ABI objects
Getter at block 21306955
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
paused() view returns (bool)
false
validator() view returns (address)
0xfa8c3406a2ef4df94a583911d1603845e7a1938f
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
grantRole(bytes32 role, address account)
initialize(string name, string version, address validator_)
pause()
purchaseFixedPrice(struct IPrimaryMarketplaceTransactionMessage message, bytes signature) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setValidator(address validator_)
unpause()
withdrawCommission(uint256 commissionAmount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
FixedPricePurchased(address paymentReceiver, address tokenReceiver, uint256 payment, address collection, uint256 tokenId)
Initialized(uint8 version)
Paused(address account)
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)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.