Deploy
Put it on the chain.
DROPLOCK has no owner, so it has no deployer either: the addresses are known in advance and any wallet can create the contracts on Robinhood Chain. Whoever clicks first pays the gas; everyone uses the same contracts.
Deterministic deployer
0x4e59b44847b379578588920cA78FbF26c0B4956C
Arachnid's CREATE2 proxy. Each contract's address is a pure function of its bytecode and a salt, so it is the same on every chain that has the proxy — and the same whoever sends the transaction. A recompiled contract is a different address, never a swap.
Droplock
Checking…The boxes. Holds what is dropped, verifies claim signatures, pays out. No owner, no fee.
- salt
- 0xce52ae8a…28edf2c7
- init code hash
- 0xfc9e5311…973aff1d
Connect
HoldsToken
Checking…Condition: the recipient holds at least N of a token or NFT. Stateless, shared by every box.
- salt
- 0x127347a5…39fbc5a5
- init code hash
- 0x4bd45dba…853aeb6c
Connect
Cosign
Checking…Condition: a named wallet must release the box first. Bound to this Droplock's address.
- salt
- 0x7bad0346…dbaccb87
- init code hash
- 0xbbcfedaa…471b6635
Connect