AgentTimelock

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xb9e6b1a0 at 4393131
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "AgentTimelock"

No transactions found for "AgentTimelock"


Functions
Getter at block 21823206
gateway(view returns (address)
0x0000000000000000000000000000000000000000
getMinDelay(view returns (uint256)
0
isMotherChain(view returns (bool)
true
motherChainId(view returns (string)
motherTimelock(view returns (address)
0x0000000000000000000000000000000000000000
newImplementation(view returns (address)
0x0000000000000000000000000000000000000000
ovnAgent(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getTimestamp(bytes32 idview returns (uint256)
hashOperation(address targetuint256 valuebytes databytes32 predecessorbytes32 saltpure returns (bytes32)
hashOperationBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltpure returns (bytes32)
isOperation(bytes32 idview returns (bool)
isOperationDone(bytes32 idview returns (bool)
isOperationPending(bytes32 idview returns (bool)
isOperationReady(bytes32 idview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
_onlyAgent(
_onlyAgentMembers(
cancel(bytes32 id
execute(address targetuint256 valuebytes payloadbytes32 predecessorbytes32 saltpayable 
execute(bytes32 commandIdstring sourceChainstring sourceAddressbytes payload
executeBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltpayable 
initialize(address _gatewayaddress _motherTimelockaddress _ovnAgentstring _motherChainId
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
schedule(address targetuint256 valuebytes databytes32 predecessorbytes32 saltuint256 delay
scheduleBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltuint256 delay
setNewImplementation(address _newImplementation
setOvnAgent(address _ovnAgent
updateDelay(uint256 newDelay
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
CallExecuted(bytes32 indexed iduint256 indexed indexaddress targetuint256 valuebytes data
CallSalt(bytes32 indexed idbytes32 salt
CallScheduled(bytes32 indexed iduint256 indexed indexaddress targetuint256 valuebytes databytes32 predecessoruint256 delay
Cancelled(bytes32 indexed id
Initialized(uint8 version
MinDelayChange(uint256 oldDurationuint256 newDuration
NewImplementationUpdate(address newImplementation
OvnAgentUpdated(address ovnAgent
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive
receive(
Errors
InvalidAddressString(
NotApprovedByGateway(