IMultiSendCallOnly: This contract allows batching multiple transactions into a single transaction, but only allows CALL operations (no delegatecall) (Interface for the MultiSendCallOnly contract on Katana)
IMultiSendCallOnly.sol
0xA1dabEF33b3B82c7814B6D82A79e50F4AC44102B
multiSend(bytes)
[ { "inputs": [ { "internalType": "bytes", "name": "transactions", "type": "bytes" } ], "name": "multiSend", "outputs": [], "stateMutability": "payable", "type": "function" } ]
Was this page helpful?