TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 14 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 48 additional slots
-
variable spans 47 additional slots
Balances ($13,800,918.00)
Native
Value
$96.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025349 | $3,814.33 |
$96.69 | |
RARI | ERC-20 | 4.59989M | $3.00 |
$13,799,670.39 | |
WETH | ERC-20 | 0.30187 | $3,812.49 |
$1,150.88 | |
USDC | ERC-20 | 0.05 | $1.001 |
$0.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19035102 | a year ago | | | 0 | 0.0022151567 | |
| 19035087 | a year ago | | | 0 | 0.0031500224 | |
| 19020689 | a year ago | | | 0 | 0.0019405800 | |
| 19020665 | a year ago | | | 0 | 0.0035307600 | |
| 18370788 | a year ago | | | 0 | 0.0011769200 | |
| 15719178 | 2 years ago | | | 0 | 0.0015103170 | |
| 15719176 | 2 years ago | | | 0 | 0.0015103170 | |
| 15719156 | 2 years ago | | | 0 | 0.0024126860 | |
| 15719154 | 2 years ago | | | 0 | 0.0024126860 | |
| 15674142 | 2 years ago | | | 0 | 0.00066306600 |
ABI
ABI objects
Getter at block 21380681
CANCELLER_ROLE() view returns (bytes32)
0xfd643c72710c63c0180259aba6b2d05451e3591a24e58b62239378085726f783
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXECUTOR_ROLE() view returns (bytes32)
0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63
PROPOSER_ROLE() view returns (bytes32)
0xb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc1
TIMELOCK_ADMIN_ROLE() view returns (bytes32)
0x5f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca5
getMinDelay() view returns (uint256 duration)
172800
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getTimestamp(bytes32 id) view returns (uint256 timestamp)
hasRole(bytes32 role, address account) view returns (bool)
hashOperation(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt) pure returns (bytes32 hash)
hashOperationBatch(address[] targets, uint256[] values, bytes[] payloads, bytes32 predecessor, bytes32 salt) pure returns (bytes32 hash)
isOperation(bytes32 id) view returns (bool registered)
isOperationDone(bytes32 id) view returns (bool done)
isOperationPending(bytes32 id) view returns (bool pending)
isOperationReady(bytes32 id) view returns (bool ready)
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
__RariTimelockController_init(uint256 minDelay, address[] proposers, address[] executors)
cancel(bytes32 id)
execute(address target, uint256 value, bytes payload, bytes32 predecessor, bytes32 salt) payable
executeBatch(address[] targets, uint256[] values, bytes[] payloads, bytes32 predecessor, bytes32 salt) payable
grantRole(bytes32 role, address account)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
schedule(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt, uint256 delay)
scheduleBatch(address[] targets, uint256[] values, bytes[] payloads, bytes32 predecessor, bytes32 salt, uint256 delay)
updateDelay(uint256 newDelay)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CallExecuted(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data)
CallScheduled(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data, bytes32 predecessor, uint256 delay)
Cancelled(bytes32 indexed id)
Initialized(uint8 version)
MinDelayChange(uint256 oldDuration, uint256 newDuration)
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.