+
+
+
+
+
+ {/* Safe */}
+
+
+
+
+ {/* Txs decoded */}
+
+
+
+
+
+
+ {!isMultiSend && }
+
+ {/* Warning gas estimation */}
+ {params?.safeTxGas && (
+
+ SafeTxGas
+ {params?.safeTxGas}
+
+
+ )}
+
+ {/* Tx Parameters */}
+
+
+
+ {/* Gas info */}
+ {txEstimationExecutionStatus === EstimationStatus.LOADING ? null : (
+
+
+
+ )}
+
+ {/* Buttons */}
+
+ confirmTransactions(txParameters)}
+ okDisabled={areTxsMalformed}
+ okText="Submit"
+ />
+
+
+ )}
+