{
    "abi": [
        {
          "inputs": [
            {
              "internalType": "bytes",
              "name": "commands",
              "type": "bytes"
            },
            {
              "internalType": "bytes[]",
              "name": "inputs",
              "type": "bytes[]"
            }
          ],
          "name": "execute",
          "outputs": [],
          "stateMutability": "payable",
          "type": "function"
        },
        {
          "inputs": [
            {
              "internalType": "bytes",
              "name": "commands",
              "type": "bytes"
            },
            {
              "internalType": "bytes[]",
              "name": "inputs",
              "type": "bytes[]"
            },
            {
              "internalType": "uint256",
              "name": "deadline",
              "type": "uint256"
            }
          ],
          "name": "execute",
          "outputs": [],
          "stateMutability": "payable",
          "type": "function"
        }
    ]
}