atlasSolverCall
Solver Interface
interface ISolverContract {
function atlasSolverCall(
address solverOpFrom,
address executionEnvironment,
address bidToken,
uint256 bidAmount,
bytes calldata solverOpData,
bytes calldata extraReturnData
)
external payable;
}Name
Type
Description
Important Modifiers
1. safetyFirst Modifier:
safetyFirst Modifier:2. payBids Modifier:
payBids Modifier:Last updated