AtomicSolver

Git Source

Inherits: IAtomicSolver, Owned, ERC721Holder

Author:

State Variables

_solving

bool private _solving;

_balancerVault

address private immutable _balancerVault;

approvedToCallFinishSolve

mapping(address => bool) private approvedToCallFinishSolve;

Functions

constructor

constructor(address _owner, address _vault) Owned(_owner);

updateMapping

finishSolve

doStuff

receiveFlashLoan

getEth

receive

Was this helpful?