Accountability
Token & LP locker
Time-lock any ERC-20 or LP position and get a public certificate id.
LPLocker is used by every graduation that chooses to lock LP, and is available standalone for any Robinhood Chain token.
| Function | Who | What |
|---|---|---|
lock(token, amount, unlockAt, owner) | anyone | Locks tokens until unlockAt; returns the lock id (Locked) |
extend(id, unlockAt) | lock owner | Pushes the unlock date later, never earlier |
transferLock(id, to) | lock owner | Moves ownership of the lock (the tokens stay locked) |
withdraw(id, to) | lock owner | After unlockAt only |
The lock id is the certificate shown on token pages (/locker/<id> in the app), with token, amount, owner, lock date and unlock date. Nobody, including Pinarc, can shorten a lock. Use it at app.pinarc.io/locker.