Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 19.413964K | $0.999579 |
$19,405.79 | |
USDC | ERC-20 | 15.957786K | $0.999365 |
$15,947.65 | |
WETH | ERC-20 | 0.186397 | $3,585.79 |
$668.38 | |
USDT | ERC-20 | 29.827777 | $1.00 |
$29.83 | |
FRAX | ERC-20 | 1 | $0.994915 |
$0.99 | |
YSFRAX6MMS | ERC-20 | 100 | -- | -- | |
YSFRAX6MJD | ERC-20 | 100 | -- | -- | |
YSFRAX6MJD | ERC-20 | 100 | -- | -- | |
YSETH6MJD | ERC-20 | 0.02 | -- | -- | |
YSETH6MMS | ERC-20 | 0.02 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18419771 | a year ago | | | 0 | 0.0013712600 | |
| 17713608 | a year ago | | | 0 | 0.074761785 | |
| 17713484 | a year ago | | | 0 | 0.0060540800 | |
| 17713476 | a year ago | | | 0 | 0.22660188 | |
| 17713470 | a year ago | | | 0 | 0.23996656 | |
| 17684988 | a year ago | | | 0 | 0.064081530 | |
| 17684956 | a year ago | | | 0 | 0.0016474500 | |
| 17684942 | a year ago | | | 0 | 0.0016323000 | |
| 17684933 | a year ago | | | 0 | 0.0090057600 | |
| 17683705 | a year ago | | | 0 | 0.0010882000 |
ABI
ABI objects
Getter at block 21295994
GRACE_PERIOD() view returns (uint32)
1209600
LOCK() view returns (bytes4)
0xffffffff
LOCK8605463013() view returns (bytes4)
0xffffffff
MAXIMUM_DELAY() view returns (uint32)
2592000
MINIMUM_DELAY() view returns (uint32)
172800
ROOT() view returns (bytes4)
0x00000000
ROOT4146650865() view returns (bytes4)
0x00000000
delay() view returns (uint32)
172800
Read-only
getRoleAdmin(bytes4 role) view returns (bytes4)
hasRole(bytes4 role, address account) view returns (bool)
hash(struct ITimelockCall[] functionCalls) pure returns (bytes32 txHash)
hashRepeated(struct ITimelockCall[] functionCalls, uint256 salt) pure returns (bytes32 txHash)
proposals(bytes32) view returns (uint8 state, uint32 eta)
State-modifying
Events approve(bytes32 txHash) returns (uint32 eta)
execute(struct ITimelockCall[] functionCalls) returns (bytes[] results)
executeRepeated(struct ITimelockCall[] functionCalls, uint256 salt) returns (bytes[] results)
grantRole(bytes4 role, address account)
grantRoles(bytes4[] roles, address account)
lockRole(bytes4 role)
propose(struct ITimelockCall[] functionCalls) returns (bytes32 txHash)
proposeRepeated(struct ITimelockCall[] functionCalls, uint256 salt) returns (bytes32 txHash)
renounceRole(bytes4 role, address account)
revokeRole(bytes4 role, address account)
revokeRoles(bytes4[] roles, address account)
setDelay(uint32 delay_)
setRoleAdmin(bytes4 role, bytes4 adminRole)
Approved(bytes32 indexed txHash, uint32 eta)
DelaySet(uint256 indexed delay)
Executed(bytes32 indexed txHash)
Proposed(bytes32 indexed txHash)
RoleAdminChanged(bytes4 indexed role, bytes4 indexed newAdminRole)
RoleGranted(bytes4 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes4 indexed role, address indexed account, address indexed sender)
constructor(address governor, address executor)
This contract contains no fallback and receive objects.
This contract contains no error objects.