Contracts
Retriev is currently deployed on:
- Base Sepolia: 0x6A530F53428736Bd198811Dc28DCb6033936357d
- FEVM Testnet: 0x0dce95c62a3a7294ab9bc3387a547ff70b52566e
- FEVM Mainnet: 0x4af766736b5334f09b8B4B825A204A5a4f171CfB
Retriev Contract
Relevant parameters
appeal_timeout
: 86400proposal_timeout
: 86400max_appeals
: 5 (max appeals for a single deal)min_duration
: 86400rounds_limit
: 12 (number of referee rounds)slashes_threshold
: 12 (number of referee failures)
Relevant Methods
createAppeal
: Start an appeal for a specific dealuint256 deal_index
: deal index to appeal
createDealProposal
: Creates a deal proposal for the specific argumentsaddress owner
: Owner of the dealstring data_uri
: If an IPFS address specifyipfs://
uint256 duration
: Duration of the dealaddress[] providers
: Providers that can accept the dealaddress[] appeal_addresses
: Addresses that can start the appeal process