Proxy Implementation
Creating a proxy contract
Last updated
Creating a proxy contract
Last updated
Searchers who do not wish to directly implement the atlasSolverCall
into their contract or who use a smart contract outside of their direct control can create their own FastLane Searcher Proxy contract.
Implement ISolverContract
interface
Authenticate the calling address
Call the desired function on the targeted contract with the correct call data.
Pay the searcher's bid amount to the Solver execution environment (address provided during execution)