SeamTimelockController
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "SeamTimelockController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SeamTimelockController"
ABI
ABI objects
Getter at block 22756542
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
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getMinDelay() view returns (uint256)
0
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getOperationState(bytes32 id) view returns (uint8)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTimestamp(bytes32 id) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
hashOperation(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt) pure returns (bytes32)
hashOperationBatch(address[] targets, uint256[] values, bytes[] payloads, bytes32 predecessor, bytes32 salt) pure returns (bytes32)
isOperation(bytes32 id) view returns (bool)
isOperationDone(bytes32 id) view returns (bool)
isOperationPending(bytes32 id) view returns (bool)
isOperationReady(bytes32 id) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events 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)
initialize(uint256 minDelay, address[] proposers, address[] executors, address admin)
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 callerConfirmation)
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)
upgradeToAndCall(address newImplementation, bytes data) payable
CallExecuted(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data)
CallSalt(bytes32 indexed id, bytes32 salt)
CallScheduled(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data, bytes32 predecessor, uint256 delay)
Cancelled(bytes32 indexed id)
Initialized(uint64 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)
Upgraded(address indexed implementation)
constructor()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
TimelockInsufficientDelay(uint256 delay, uint256 minDelay)
TimelockInvalidOperationLength(uint256 targets, uint256 payloads, uint256 values)
TimelockUnauthorizedCaller(address caller)
TimelockUnexecutedPredecessor(bytes32 predecessorId)
TimelockUnexpectedOperationState(bytes32 operationId, bytes32 expectedStates)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)