Overview

  • name: IMultiSend
  • path: IMultiSend.sol
  • context: general
  • title: IMultiSend
  • notice: This contract allows batching multiple transactions into a single transaction
  • dev: Interface for the MultiSend contract on Katana

Addresses

Function signatures

multiSend(bytes)

ABI

[
  {
    "inputs": [
      {
        "internalType": "bytes",
        "name": "transactions",
        "type": "bytes"
      }
    ],
    "name": "multiSend",
    "outputs": [],
    "stateMutability": "payable",
    "type": "function"
  }
]