For the complete documentation index, see llms.txt. This page is also available as Markdown.

Escrow

Escrow

Manages refunds to pool via escrow, like across expired deposits.

Deployed per pool per OpType via CREATE2 for deterministic addressing

TokensDonated

event TokensDonated(address token, uint256 amount)

Emitted when tokens are donated back to the pool

pool

address pool

The pool this escrow is associated with

opType

enum OpType opType

The operation type this escrow handles (Transfer or Sync)

InvalidAmount

error InvalidAmount()

InvalidPool

UnsupportedToken

constructor

The passed pool must be a Rigoblock pool, i.e. implement donate with unlock.

refundVault

Allows anyone to send owned to the target Rigoblock pool.

Parameters

Name
Type
Description

token

address

The token address to claim.

Last updated