Timed Locker
Locker Beneficiary Value (ETH) Unlock Timestamp
{{ lock.locker }} {{ lock.beneficiary }} {{ formatValue(lock.value) }} {{ new Date(lock.unlockTimestamp * 1000).toLocaleString() }}
Note: You can use this UI to interact with the Timed Locker smart contract, which is deployed to the same address on multiple chains. Think of this app as a deposit safe where you can park some ETH with a time lock for yourself or someone else. You can only lock for others if they have designated you as a locker.

The contract address is {{ contract.address }}.

Supported networks: Ethereum, Base, Arbitrum, Optimism, Polygon, and the Sepolia testnet.
{{ messagePanelText }}