SimpleSolver

Verified contract

Active on Ethereum with 165 txns
Deployed by via 0x8d54cfbf at 18943397
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x2f0d9140a03e7567ecd2fb9a60c1f2348a96ec208a5194191122f059fa9907a7
0x9cb99ec1253fa81d1584d9c9c3a23dd2dd514e06400ffc0612a0a0020965dff7
0x9cea365b73f98537e46c887f671a6d881e3786d1aefbc554d911a97f9a542093
0xd4486a041bedde6f9d3bda6ddc70a80bfd7d6c721d3f5bc24e606bf78b4c90ee
0x867f2071162166a0f5cd88a45eac12a190c386f2065e356c9e64480e95bd932b
0xbb0f1f7b1abf878f0c7ff17772467358a8955a06f670f6150c8654b806daf09d
0xffe49ade8d9b932585e8bf6c596aae648460db57f2c4744d4c314cd20959a715
0x3e223bfcb44e5c9e50a5a3be14f19696b199be02ab4030031e5990db6b118e73
0x2a7b4ffbe4caf69d2ff52973e2a62e88c592fa188663c5c0bb899600451395b6
0xec1a96285133fb03ebfe8a90248c81a0d72ff4704437a1edfbd9cc1a5a4d4d28

Functions
Getter at block 20892429
queue(view returns (address)
0x5751d75b642975e4e7fde39f35f9a6c11b867169
Read-only

This contract contains no read-only function objects.

State-modifying
finishSolve(bytes runDataaddress initiatoruint256 sharesReceiveduint256 assetApprovalAmount
p2pSolve(address shareaddress[] usersuint256 minSharesReceiveduint256 maxAssets
redeemSolve(address shareaddress[] usersuint256 minAssetDeltauint256 maxAssets
Events

This contract contains no event objects.

Constructor
constructor(address _queue
Fallback and receive

This contract contains no fallback and receive objects.

Errors
SimpleSolver___AlreadyInSolveContext(
SimpleSolver___OnlyQueue(
SimpleSolver___P2PSolveMinSharesNotMet(uint256 actualSharesuint256 minShares
SimpleSolver___RedeemSolveMinAssetDeltaNotMet(uint256 actualDeltauint256 minDelta
SimpleSolver___SolveMaxAssetsExceeded(uint256 actualAssetsuint256 maxAssets
SimpleSolver___WrongInitiator(