OptimisticTimelock
Verified contract
Active on
Ethereum with 92 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POPCORN | ERC-20 | 75M | -- | -- | |
SILO | ERC-20 | 42.5M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15040712 | 2 years ago | | | 0 | 0.0045840088 | |
| 15040707 | 2 years ago | | | 0 | 0.0049131335 | |
| 15040707 | 2 years ago | | | 0 | 0.0056549484 | |
| 15040693 | 2 years ago | | | 0 | 0.0051455216 | |
| 14998682 | 2 years ago | | | 0 | 0.0018614786 | |
| 14989835 | 3 years ago | | | 0 | 0.0011442006 | |
| 14989575 | 3 years ago | | | 0 | 0.0017001001 | |
| 14989570 | 3 years ago | | | 0 | 0.0019375404 | |
| 14989568 | 3 years ago | | | 0 | 0.0021592984 | |
| 14989566 | 3 years ago | | | 0 | 0.0017571911 |
ABI
ABI objects
Getter at block 21436513
CONTRACT_ADMIN_ROLE() view returns (bytes32)
0x899bd46557473cb80307a9dabc297131ced39608330a2d29b2d52b660c03923e
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
core() view returns (address)
0x8d5ed43dca8c2f7dfb20cf7b53cc7e593635d7b9
fei() view returns (address)
0x956f47f50a910163d8bf957cf5846d573e7f87ca
feiBalance() view returns (uint256)
0
getMinDelay() view returns (uint256 duration)
345600
paused() view returns (bool)
false
tribe() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
tribeBalance() view returns (uint256)
0
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[] datas, bytes32 predecessor, bytes32 salt) pure returns (bytes32 hash)
isContractAdmin(address _admin) view returns (bool)
isOperation(bytes32 id) view returns (bool pending)
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 becomeAdmin()
cancel(bytes32 id)
execute(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt) payable
executeBatch(address[] targets, uint256[] values, bytes[] datas, bytes32 predecessor, bytes32 salt) payable
grantRole(bytes32 role, address account)
pause()
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[] datas, bytes32 predecessor, bytes32 salt, uint256 delay)
setContractAdminRole(bytes32 newContractAdminRole)
setCore(address newCore)
unpause()
updateDelay(uint256 newDelay)
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)
ContractAdminRoleUpdate(bytes32 indexed oldContractAdminRole, bytes32 indexed newContractAdminRole)
CoreUpdate(address indexed oldCore, address indexed newCore)
MinDelayChange(uint256 oldDuration, uint256 newDuration)
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 core_, uint256 minDelay, address[] proposers, address[] executors)
receive()
This contract contains no error objects.