UNPKG

intents-framework

Version:

A reference ERC7683 implementation with TypeScript support

2,079 lines 48 kB
[ { "type": "constructor", "inputs": [ { "name": "permitt2", "type": "address", "internalType": "address" } ], "stateMutability": "nonpayable" }, { "type": "function", "name": "FILLED", "inputs": [], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "OPENED", "inputs": [], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "PERMIT2", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "contract IPermit2" } ], "stateMutability": "view" }, { "type": "function", "name": "REFUNDED", "inputs": [], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "RESOLVED_CROSS_CHAIN_ORDER_TYPEHASH", "inputs": [], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "SETTLED", "inputs": [], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "UNKNOWN", "inputs": [], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "dispatchedOrderIds", "inputs": [ { "name": "", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "dispatchedOrdersFillerData", "inputs": [ { "name": "", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "view" }, { "type": "function", "name": "dispatchedOriginDomain", "inputs": [], "outputs": [ { "name": "", "type": "uint32", "internalType": "uint32" } ], "stateMutability": "view" }, { "type": "function", "name": "fill", "inputs": [ { "name": "_orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "_originData", "type": "bytes", "internalType": "bytes" }, { "name": "_fillerData", "type": "bytes", "internalType": "bytes" } ], "outputs": [], "stateMutability": "payable" }, { "type": "function", "name": "fillOrder", "inputs": [ { "name": "_orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "_originData", "type": "bytes", "internalType": "bytes" }, { "name": "_empty", "type": "bytes", "internalType": "bytes" } ], "outputs": [], "stateMutability": "payable" }, { "type": "function", "name": "filledOrders", "inputs": [ { "name": "orderId", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [ { "name": "originData", "type": "bytes", "internalType": "bytes" }, { "name": "fillerData", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "view" }, { "type": "function", "name": "getOrderId", "inputs": [ { "name": "_order", "type": "tuple", "internalType": "struct GaslessCrossChainOrder", "components": [ { "name": "originSettler", "type": "address", "internalType": "address" }, { "name": "user", "type": "address", "internalType": "address" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "pure" }, { "type": "function", "name": "getOrderId", "inputs": [ { "name": "_order", "type": "tuple", "internalType": "struct OnchainCrossChainOrder", "components": [ { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "pure" }, { "type": "function", "name": "handleRefundOrder", "inputs": [ { "name": "_orderId", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "handleSettleOrder", "inputs": [ { "name": "_orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "_receiver", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "invalidateNonces", "inputs": [ { "name": "_nonce", "type": "uint256", "internalType": "uint256" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "isValidNonce", "inputs": [ { "name": "_from", "type": "address", "internalType": "address" }, { "name": "_nonce", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "open", "inputs": [ { "name": "_order", "type": "tuple", "internalType": "struct OnchainCrossChainOrder", "components": [ { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [], "stateMutability": "payable" }, { "type": "function", "name": "openFor", "inputs": [ { "name": "_order", "type": "tuple", "internalType": "struct GaslessCrossChainOrder", "components": [ { "name": "originSettler", "type": "address", "internalType": "address" }, { "name": "user", "type": "address", "internalType": "address" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] }, { "name": "_signature", "type": "bytes", "internalType": "bytes" }, { "name": "_originFillerData", "type": "bytes", "internalType": "bytes" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "openOrders", "inputs": [ { "name": "orderId", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [ { "name": "orderData", "type": "bytes", "internalType": "bytes" } ], "stateMutability": "view" }, { "type": "function", "name": "orderStatus", "inputs": [ { "name": "orderId", "type": "bytes32", "internalType": "bytes32" } ], "outputs": [ { "name": "status", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "view" }, { "type": "function", "name": "refund", "inputs": [ { "name": "_orders", "type": "tuple[]", "internalType": "struct OnchainCrossChainOrder[]", "components": [ { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [], "stateMutability": "payable" }, { "type": "function", "name": "refund", "inputs": [ { "name": "_orders", "type": "tuple[]", "internalType": "struct GaslessCrossChainOrder[]", "components": [ { "name": "originSettler", "type": "address", "internalType": "address" }, { "name": "user", "type": "address", "internalType": "address" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [], "stateMutability": "payable" }, { "type": "function", "name": "refundOrders", "inputs": [ { "name": "_orders", "type": "tuple[]", "internalType": "struct GaslessCrossChainOrder[]", "components": [ { "name": "originSettler", "type": "address", "internalType": "address" }, { "name": "user", "type": "address", "internalType": "address" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] }, { "name": "_orderIds", "type": "bytes32[]", "internalType": "bytes32[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "refundOrders", "inputs": [ { "name": "_orders", "type": "tuple[]", "internalType": "struct OnchainCrossChainOrder[]", "components": [ { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] }, { "name": "_orderIds", "type": "bytes32[]", "internalType": "bytes32[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "resolve", "inputs": [ { "name": "_order", "type": "tuple", "internalType": "struct OnchainCrossChainOrder", "components": [ { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [ { "name": "_resolvedOrder", "type": "tuple", "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] } ], "stateMutability": "view" }, { "type": "function", "name": "resolveFor", "inputs": [ { "name": "_order", "type": "tuple", "internalType": "struct GaslessCrossChainOrder", "components": [ { "name": "originSettler", "type": "address", "internalType": "address" }, { "name": "user", "type": "address", "internalType": "address" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] }, { "name": "_originFillerData", "type": "bytes", "internalType": "bytes" } ], "outputs": [ { "name": "_resolvedOrder", "type": "tuple", "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] } ], "stateMutability": "view" }, { "type": "function", "name": "resolveOrder", "inputs": [ { "name": "order", "type": "tuple", "internalType": "struct GaslessCrossChainOrder", "components": [ { "name": "originSettler", "type": "address", "internalType": "address" }, { "name": "user", "type": "address", "internalType": "address" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] }, { "name": "_dummy", "type": "bytes", "internalType": "bytes" } ], "outputs": [ { "name": "", "type": "tuple", "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" } ], "stateMutability": "view" }, { "type": "function", "name": "resolveOrder", "inputs": [ { "name": "order", "type": "tuple", "internalType": "struct OnchainCrossChainOrder", "components": [ { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderDataType", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [ { "name": "", "type": "tuple", "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "nonce", "type": "uint256", "internalType": "uint256" } ], "stateMutability": "view" }, { "type": "function", "name": "resolvedOrder", "inputs": [ { "name": "_orderType", "type": "bytes32", "internalType": "bytes32" }, { "name": "_sender", "type": "address", "internalType": "address" }, { "name": "_openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "_fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "_orderData", "type": "bytes", "internalType": "bytes" } ], "outputs": [ { "name": "rOrder", "type": "tuple", "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] } ], "stateMutability": "view" }, { "type": "function", "name": "setOrderOpened", "inputs": [ { "name": "_orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "orderData", "type": "tuple", "internalType": "struct OrderData", "components": [ { "name": "sender", "type": "bytes32", "internalType": "bytes32" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "inputToken", "type": "bytes32", "internalType": "bytes32" }, { "name": "outputToken", "type": "bytes32", "internalType": "bytes32" }, { "name": "amountIn", "type": "uint256", "internalType": "uint256" }, { "name": "amountOut", "type": "uint256", "internalType": "uint256" }, { "name": "senderNonce", "type": "uint256", "internalType": "uint256" }, { "name": "originDomain", "type": "uint32", "internalType": "uint32" }, { "name": "destinationDomain", "type": "uint32", "internalType": "uint32" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "data", "type": "bytes", "internalType": "bytes" } ] } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "settle", "inputs": [ { "name": "_orderIds", "type": "bytes32[]", "internalType": "bytes32[]" } ], "outputs": [], "stateMutability": "payable" }, { "type": "function", "name": "settleOrders", "inputs": [ { "name": "_orderIds", "type": "bytes32[]", "internalType": "bytes32[]" }, { "name": "ordersOriginData", "type": "bytes[]", "internalType": "bytes[]" }, { "name": "ordersFillerData", "type": "bytes[]", "internalType": "bytes[]" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "function", "name": "usedNonces", "inputs": [ { "name": "", "type": "address", "internalType": "address" }, { "name": "", "type": "uint256", "internalType": "uint256" } ], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "witnessHash", "inputs": [ { "name": "_resolvedOrder", "type": "tuple", "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] } ], "outputs": [ { "name": "", "type": "bytes32", "internalType": "bytes32" } ], "stateMutability": "pure" }, { "type": "function", "name": "witnessTypeString", "inputs": [], "outputs": [ { "name": "", "type": "string", "internalType": "string" } ], "stateMutability": "view" }, { "type": "event", "name": "Filled", "inputs": [ { "name": "orderId", "type": "bytes32", "indexed": false, "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "indexed": false, "internalType": "bytes" }, { "name": "fillerData", "type": "bytes", "indexed": false, "internalType": "bytes" } ], "anonymous": false }, { "type": "event", "name": "NonceInvalidation", "inputs": [ { "name": "owner", "type": "address", "indexed": true, "internalType": "address" }, { "name": "nonce", "type": "uint256", "indexed": false, "internalType": "uint256" } ], "anonymous": false }, { "type": "event", "name": "Open", "inputs": [ { "name": "orderId", "type": "bytes32", "indexed": true, "internalType": "bytes32" }, { "name": "resolvedOrder", "type": "tuple", "indexed": false, "internalType": "struct ResolvedCrossChainOrder", "components": [ { "name": "user", "type": "address", "internalType": "address" }, { "name": "originChainId", "type": "uint256", "internalType": "uint256" }, { "name": "openDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "fillDeadline", "type": "uint32", "internalType": "uint32" }, { "name": "orderId", "type": "bytes32", "internalType": "bytes32" }, { "name": "maxSpent", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "minReceived", "type": "tuple[]", "internalType": "struct Output[]", "components": [ { "name": "token", "type": "bytes32", "internalType": "bytes32" }, { "name": "amount", "type": "uint256", "internalType": "uint256" }, { "name": "recipient", "type": "bytes32", "internalType": "bytes32" }, { "name": "chainId", "type": "uint256", "internalType": "uint256" } ] }, { "name": "fillInstructions", "type": "tuple[]", "internalType": "struct FillInstruction[]", "components": [ { "name": "destinationChainId", "type": "uint256", "internalType": "uint256" }, { "name": "destinationSettler", "type": "bytes32", "internalType": "bytes32" }, { "name": "originData", "type": "bytes", "internalType": "bytes" } ] } ] } ], "anonymous": false }, { "type": "event", "name": "Refund", "inputs": [ { "name": "orderIds", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" } ], "anonymous": false }, { "type": "event", "name": "Refunded", "inputs": [ { "name": "orderId", "type": "bytes32", "indexed": false, "internalType": "bytes32" }, { "name": "receiver", "type": "address", "indexed": false, "internalType": "address" } ], "anonymous": false }, { "type": "event", "name": "Settle", "inputs": [ { "name": "orderIds", "type": "bytes32[]", "indexed": false, "internalType": "bytes32[]" }, { "name": "ordersFillerData", "type": "bytes[]", "indexed": false, "internalType": "bytes[]" } ], "anonymous": false }, { "type": "event", "name": "Settled", "inputs": [ { "name": "orderId", "type": "bytes32", "indexed": false, "internalType": "bytes32" }, { "name": "receiver", "type": "address", "indexed": false, "internalType": "address" } ], "anonymous": false }, { "type": "error", "name": "InvalidDomain", "inputs": [] }, { "type": "error", "name": "InvalidGaslessOrderOrigin", "inputs": [] }, { "type": "error", "name": "InvalidGaslessOrderSettler", "inputs": [] }, { "type": "error", "name": "InvalidNativeAmount", "inputs": [] }, { "type": "error", "name": "InvalidNonce", "inputs": [] }, { "type": "error", "name": "InvalidOrderDomain", "inputs": [] }, { "type": "error", "name": "InvalidOrderId", "inputs": [] }, { "type": "error", "name": "InvalidOrderOrigin", "inputs": [] }, { "type": "error", "name": "InvalidOrderStatus", "inputs": [] }, { "type": "error", "name": "InvalidOrderType", "inputs": [ { "name": "orderType", "type": "bytes32", "internalType": "bytes32" } ] }, { "type": "error", "name": "InvalidOriginDomain", "inputs": [ { "name": "originDomain", "type": "uint32", "internalType": "uint32" } ] }, { "type": "error", "name": "InvalidSender", "inputs": [] }, { "type": "error", "name": "OrderFillExpired", "inputs": [] }, { "type": "error", "name": "OrderFillNotExpired", "inputs": [] }, { "type": "error", "name": "OrderOpenExpired", "inputs": [] } ]