Payment Service Contract
Details of the contract
API
Receive funds
receive() external payableCreate New Task
function createNewTask(
bytes32 batchMerkleRoot,
string calldata batchDataPointer,
address[] calldata proofSubmitters,
uint256 gasForAggregator,
uint256 gasPerProof
) external onlyBatcherWithdraw
Last updated