AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 8 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 48 additional slots
-
variable spans 999 additional slots
-
variable spans 999 additional slots
Balances ($9,273.22)
Native
Value
$5,133.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.658472 | $3,095.12 |
$5,133.17 | |
WETH | ERC-20 | 1.327695 | $3,094.62 |
$4,108.71 | |
RARI | ERC-20 | 14.05 | $1.75 |
$24.59 | |
DAI | ERC-20 | 6.75 | $1.001 |
$6.76 | |
E21 | ERC-20 | 513 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17530565 | a year ago | | | 0 | 0.0073153072 | |
| 16271576 | 2 years ago | | | 0 | 0.00038919601 | |
| 15634834 | 2 years ago | | | 0 | 0.00071635350 | |
| 15634821 | 2 years ago | | | 0 | 0.00021931609 | |
| 11648672 | 4 years ago | | | 0 | 0.0045852601 | |
| 11648672 | 4 years ago | | | 0 | 0.0045845401 | |
| 11648672 | 4 years ago | | | 0 | 0.0045852601 | |
| 11648672 | 4 years ago | | | 0 | 0.0045852601 |
ABI
ABI objects
Getter at block 21224928
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
Read-only
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)
isAdmin(address account) view returns (bool)
isOperator(address account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
grantAdmin(address account)
grantOperator(address account)
grantRole(bytes32 role, address account)
initialize(address admin)
renounceRole(bytes32 role, address account)
revokeAdmin(address account)
revokeOperator(address account)
revokeRole(bytes32 role, address account)
withdrawFromEscrow(address market)
withdrawFunds(address to, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
FundsWithdrawn(address indexed to, uint256 amount)
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)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.