{
  "contractName": "ZeroExExchangeInterface",
  "abi": [
    {
      "constant": true,
      "inputs": [],
      "name": "ZRX_TOKEN_CONTRACT",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "TOKEN_TRANSFER_PROXY_CONTRACT",
      "outputs": [
        {
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6]"
        },
        {
          "name": "fillTakerTokenAmount",
          "type": "uint256"
        },
        {
          "name": "shouldThrowOnInsufficientBalanceOrAllowance",
          "type": "bool"
        },
        {
          "name": "v",
          "type": "uint8"
        },
        {
          "name": "r",
          "type": "bytes32"
        },
        {
          "name": "s",
          "type": "bytes32"
        }
      ],
      "name": "fillOrder",
      "outputs": [
        {
          "name": "filledTakerTokenAmount",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6]"
        },
        {
          "name": "cancelTakerTokenAmount",
          "type": "uint256"
        }
      ],
      "name": "cancelOrder",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6]"
        },
        {
          "name": "fillTakerTokenAmount",
          "type": "uint256"
        },
        {
          "name": "v",
          "type": "uint8"
        },
        {
          "name": "r",
          "type": "bytes32"
        },
        {
          "name": "s",
          "type": "bytes32"
        }
      ],
      "name": "fillOrKillOrder",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5][]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6][]"
        },
        {
          "name": "fillTakerTokenAmounts",
          "type": "uint256[]"
        },
        {
          "name": "shouldThrowOnInsufficientBalanceOrAllowance",
          "type": "bool"
        },
        {
          "name": "v",
          "type": "uint8[]"
        },
        {
          "name": "r",
          "type": "bytes32[]"
        },
        {
          "name": "s",
          "type": "bytes32[]"
        }
      ],
      "name": "batchFillOrders",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5][]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6][]"
        },
        {
          "name": "fillTakerTokenAmounts",
          "type": "uint256[]"
        },
        {
          "name": "v",
          "type": "uint8[]"
        },
        {
          "name": "r",
          "type": "bytes32[]"
        },
        {
          "name": "s",
          "type": "bytes32[]"
        }
      ],
      "name": "batchFillOrKillOrders",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5][]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6][]"
        },
        {
          "name": "fillTakerTokenAmount",
          "type": "uint256"
        },
        {
          "name": "shouldThrowOnInsufficientBalanceOrAllowance",
          "type": "bool"
        },
        {
          "name": "v",
          "type": "uint8[]"
        },
        {
          "name": "r",
          "type": "bytes32[]"
        },
        {
          "name": "s",
          "type": "bytes32[]"
        }
      ],
      "name": "fillOrdersUpTo",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5][]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6][]"
        },
        {
          "name": "cancelTakerTokenAmounts",
          "type": "uint256[]"
        }
      ],
      "name": "batchCancelOrders",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "orderAddresses",
          "type": "address[5]"
        },
        {
          "name": "orderValues",
          "type": "uint256[6]"
        }
      ],
      "name": "getOrderHash",
      "outputs": [
        {
          "name": "",
          "type": "bytes32"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "signer",
          "type": "address"
        },
        {
          "name": "hash",
          "type": "bytes32"
        },
        {
          "name": "v",
          "type": "uint8"
        },
        {
          "name": "r",
          "type": "bytes32"
        },
        {
          "name": "s",
          "type": "bytes32"
        }
      ],
      "name": "isValidSignature",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "numerator",
          "type": "uint256"
        },
        {
          "name": "denominator",
          "type": "uint256"
        },
        {
          "name": "target",
          "type": "uint256"
        }
      ],
      "name": "isRoundingError",
      "outputs": [
        {
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "numerator",
          "type": "uint256"
        },
        {
          "name": "denominator",
          "type": "uint256"
        },
        {
          "name": "target",
          "type": "uint256"
        }
      ],
      "name": "getPartialAmount",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "name": "orderHash",
          "type": "bytes32"
        }
      ],
      "name": "getUnavailableTakerTokenAmount",
      "outputs": [
        {
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "sourceMap": "",
  "deployedSourceMap": "",
  "source": "pragma solidity ^0.4.21;\n\ncontract ZeroExExchangeInterface {\n\n  // Error Codes\n  enum Errors {\n    ORDER_EXPIRED,                    // Order has already expired\n    ORDER_FULLY_FILLED_OR_CANCELLED,  // Order has already been fully filled or cancelled\n    ROUNDING_ERROR_TOO_LARGE,         // Rounding error too large\n    INSUFFICIENT_BALANCE_OR_ALLOWANCE // Insufficient balance or allowance for token transfer\n  }\n\n  address public ZRX_TOKEN_CONTRACT;\n  address public TOKEN_TRANSFER_PROXY_CONTRACT;\n\n  /// @dev Fills the input order.\n  /// @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n  /// @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n  /// @param fillTakerTokenAmount Desired amount of takerToken to fill.\n  /// @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfer will fail before attempting.\n  /// @param v ECDSA signature parameter v.\n  /// @param r ECDSA signature parameters r.\n  /// @param s ECDSA signature parameters s.\n  /// @return Total amount of takerToken filled in trade.\n  function fillOrder(\n    address[5] orderAddresses,\n    uint[6] orderValues,\n    uint fillTakerTokenAmount,\n    bool shouldThrowOnInsufficientBalanceOrAllowance,\n    uint8 v,\n    bytes32 r,\n    bytes32 s)\n  public\n  returns (uint filledTakerTokenAmount);\n\n  /// @dev Cancels the input order.\n  /// @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n  /// @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n  /// @param cancelTakerTokenAmount Desired amount of takerToken to cancel in order.\n  /// @return Amount of takerToken cancelled.\n  function cancelOrder(\n    address[5] orderAddresses,\n    uint[6] orderValues,\n    uint cancelTakerTokenAmount)\n  public\n  returns (uint);\n\n  /*\n  * Wrapper functions\n  */\n\n  /// @dev Fills an order with specified parameters and ECDSA signature, throws if specified amount not filled entirely.\n  /// @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n  /// @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n  /// @param fillTakerTokenAmount Desired amount of takerToken to fill.\n  /// @param v ECDSA signature parameter v.\n  /// @param r ECDSA signature parameters r.\n  /// @param s ECDSA signature parameters s.\n  function fillOrKillOrder(\n    address[5] orderAddresses,\n    uint[6] orderValues,\n    uint fillTakerTokenAmount,\n    uint8 v,\n    bytes32 r,\n    bytes32 s)\n  public;\n\n  /// @dev Synchronously executes multiple fill orders in a single transaction.\n  /// @param orderAddresses Array of address arrays containing individual order addresses.\n  /// @param orderValues Array of uint arrays containing individual order values.\n  /// @param fillTakerTokenAmounts Array of desired amounts of takerToken to fill in orders.\n  /// @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfers will fail before attempting.\n  /// @param v Array ECDSA signature v parameters.\n  /// @param r Array of ECDSA signature r parameters.\n  /// @param s Array of ECDSA signature s parameters.\n  function batchFillOrders(\n    address[5][] orderAddresses,\n    uint[6][] orderValues,\n    uint[] fillTakerTokenAmounts,\n    bool shouldThrowOnInsufficientBalanceOrAllowance,\n    uint8[] v,\n    bytes32[] r,\n    bytes32[] s)\n  public;\n\n  /// @dev Synchronously executes multiple fillOrKill orders in a single transaction.\n  /// @param orderAddresses Array of address arrays containing individual order addresses.\n  /// @param orderValues Array of uint arrays containing individual order values.\n  /// @param fillTakerTokenAmounts Array of desired amounts of takerToken to fill in orders.\n  /// @param v Array ECDSA signature v parameters.\n  /// @param r Array of ECDSA signature r parameters.\n  /// @param s Array of ECDSA signature s parameters.\n  function batchFillOrKillOrders(\n    address[5][] orderAddresses,\n    uint[6][] orderValues,\n    uint[] fillTakerTokenAmounts,\n    uint8[] v,\n    bytes32[] r,\n    bytes32[] s)\n  public;\n\n  /// @dev Synchronously executes multiple fill orders in a single transaction until total fillTakerTokenAmount filled.\n  /// @param orderAddresses Array of address arrays containing individual order addresses.\n  /// @param orderValues Array of uint arrays containing individual order values.\n  /// @param fillTakerTokenAmount Desired total amount of takerToken to fill in orders.\n  /// @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfers will fail before attempting.\n  /// @param v Array ECDSA signature v parameters.\n  /// @param r Array of ECDSA signature r parameters.\n  /// @param s Array of ECDSA signature s parameters.\n  /// @return Total amount of fillTakerTokenAmount filled in orders.\n  function fillOrdersUpTo(\n    address[5][] orderAddresses,\n    uint[6][] orderValues,\n    uint fillTakerTokenAmount,\n    bool shouldThrowOnInsufficientBalanceOrAllowance,\n    uint8[] v,\n    bytes32[] r,\n    bytes32[] s)\n  public\n  returns (uint);\n\n  /// @dev Synchronously cancels multiple orders in a single transaction.\n  /// @param orderAddresses Array of address arrays containing individual order addresses.\n  /// @param orderValues Array of uint arrays containing individual order values.\n  /// @param cancelTakerTokenAmounts Array of desired amounts of takerToken to cancel in orders.\n  function batchCancelOrders(\n    address[5][] orderAddresses,\n    uint[6][] orderValues,\n    uint[] cancelTakerTokenAmounts)\n  public;\n\n  /*\n  * Constant public functions\n  */\n\n  /// @dev Calculates Keccak-256 hash of order with specified parameters.\n  /// @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n  /// @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n  /// @return Keccak-256 hash of order.\n  function getOrderHash(address[5] orderAddresses, uint[6] orderValues)\n  public\n  constant\n  returns (bytes32);\n\n  /// @dev Verifies that an order signature is valid.\n  /// @param signer address of signer.\n  /// @param hash Signed Keccak-256 hash.\n  /// @param v ECDSA signature parameter v.\n  /// @param r ECDSA signature parameters r.\n  /// @param s ECDSA signature parameters s.\n  /// @return Validity of order signature.\n  function isValidSignature(\n    address signer,\n    bytes32 hash,\n    uint8 v,\n    bytes32 r,\n    bytes32 s)\n  public\n  constant\n  returns (bool);\n\n  /// @dev Checks if rounding error > 0.1%.\n  /// @param numerator Numerator.\n  /// @param denominator Denominator.\n  /// @param target Value to multiply with numerator/denominator.\n  /// @return Rounding error is present.\n  function isRoundingError(uint numerator, uint denominator, uint target)\n  public\n  constant\n  returns (bool);\n\n  /// @dev Calculates partial value given a numerator and denominator.\n  /// @param numerator Numerator.\n  /// @param denominator Denominator.\n  /// @param target Value to calculate partial of.\n  /// @return Partial value of target.\n  function getPartialAmount(uint numerator, uint denominator, uint target)\n  public\n  constant\n  returns (uint);\n\n  /// @dev Calculates the sum of values already filled and cancelled for a given order.\n  /// @param orderHash The Keccak-256 hash of the given order.\n  /// @return Sum of values already filled and cancelled.\n  function getUnavailableTakerTokenAmount(bytes32 orderHash)\n  public\n  constant\n  returns (uint);\n\n}\n",
  "sourcePath": "/Users/Freydal/RubymineProjects/ParadigmContractExamples/0xV1/contracts/ZeroExExchangeInterface.sol",
  "ast": {
    "absolutePath": "/Users/Freydal/RubymineProjects/ParadigmContractExamples/0xV1/contracts/ZeroExExchangeInterface.sol",
    "exportedSymbols": {
      "ZeroExExchangeInterface": [
        318
      ]
    },
    "id": 319,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 98,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".21"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:2"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": false,
        "id": 318,
        "linearizedBaseContracts": [
          318
        ],
        "name": "ZeroExExchangeInterface",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "canonicalName": "ZeroExExchangeInterface.Errors",
            "id": 103,
            "members": [
              {
                "id": 99,
                "name": "ORDER_EXPIRED",
                "nodeType": "EnumValue",
                "src": "99:13:2"
              },
              {
                "id": 100,
                "name": "ORDER_FULLY_FILLED_OR_CANCELLED",
                "nodeType": "EnumValue",
                "src": "166:31:2"
              },
              {
                "id": 101,
                "name": "ROUNDING_ERROR_TOO_LARGE",
                "nodeType": "EnumValue",
                "src": "256:24:2"
              },
              {
                "id": 102,
                "name": "INSUFFICIENT_BALANCE_OR_ALLOWANCE",
                "nodeType": "EnumValue",
                "src": "322:33:2"
              }
            ],
            "name": "Errors",
            "nodeType": "EnumDefinition",
            "src": "81:334:2"
          },
          {
            "constant": false,
            "id": 105,
            "name": "ZRX_TOKEN_CONTRACT",
            "nodeType": "VariableDeclaration",
            "scope": 318,
            "src": "419:33:2",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 104,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "419:7:2",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 107,
            "name": "TOKEN_TRANSFER_PROXY_CONTRACT",
            "nodeType": "VariableDeclaration",
            "scope": 318,
            "src": "456:44:2",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 106,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "456:7:2",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Fills the input order.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @param fillTakerTokenAmount Desired amount of takerToken to fill.\n @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfer will fail before attempting.\n @param v ECDSA signature parameter v.\n @param r ECDSA signature parameters r.\n @param s ECDSA signature parameters s.\n @return Total amount of takerToken filled in trade.",
            "id": 130,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "fillOrder",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 126,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 111,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1165:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 108,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "1165:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 110,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 109,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1173:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1165:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 115,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1196:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 112,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "1196:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 114,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 113,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1201:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1196:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 117,
                  "name": "fillTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1221:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 116,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1221:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 119,
                  "name": "shouldThrowOnInsufficientBalanceOrAllowance",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1252:48:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 118,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1252:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 121,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1306:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 120,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "1306:5:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 123,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1319:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 122,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1319:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 125,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1334:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 124,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1334:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1159:185:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 129,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 128,
                  "name": "filledTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1365:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 127,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1365:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1364:29:2"
            },
            "scope": 318,
            "src": "1141:253:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Cancels the input order.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @param cancelTakerTokenAmount Desired amount of takerToken to cancel in order.\n @return Amount of takerToken cancelled.",
            "id": 145,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "cancelOrder",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 141,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 134,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1826:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 131,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "1826:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 133,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 132,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1834:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1826:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 138,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1857:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 135,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "1857:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 137,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 136,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1862:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1857:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 140,
                  "name": "cancelTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1882:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 139,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1882:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1820:90:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 144,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 143,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1931:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 142,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1931:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1930:6:2"
            },
            "scope": 318,
            "src": "1800:137:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Fills an order with specified parameters and ECDSA signature, throws if specified amount not filled entirely.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @param fillTakerTokenAmount Desired amount of takerToken to fill.\n @param v ECDSA signature parameter v.\n @param r ECDSA signature parameters r.\n @param s ECDSA signature parameters s.",
            "id": 164,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "fillOrKillOrder",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 162,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 149,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2566:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 146,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "2566:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 148,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 147,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2574:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "2566:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 153,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2597:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 150,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "2597:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 152,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 151,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2602:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "2597:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 155,
                  "name": "fillTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2622:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 154,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "2622:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 157,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2653:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 156,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "2653:5:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 159,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2666:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 158,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "2666:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 161,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2681:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 160,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "2681:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2560:131:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 163,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2700:0:2"
            },
            "scope": 318,
            "src": "2536:165:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously executes multiple fill orders in a single transaction.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param fillTakerTokenAmounts Array of desired amounts of takerToken to fill in orders.\n @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfers will fail before attempting.\n @param v Array ECDSA signature v parameters.\n @param r Array of ECDSA signature r parameters.\n @param s Array of ECDSA signature s parameters.",
            "id": 191,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "batchFillOrders",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 189,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 169,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3344:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 165,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "3344:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 167,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 166,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3352:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "3344:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 168,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3344:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 174,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3377:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 170,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "3377:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 172,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 171,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3382:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "3377:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 173,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3377:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 177,
                  "name": "fillTakerTokenAmounts",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3404:28:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 175,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "3404:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 176,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3404:6:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 179,
                  "name": "shouldThrowOnInsufficientBalanceOrAllowance",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3438:48:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 178,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "3438:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 182,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3492:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint8_$dyn_memory_ptr",
                    "typeString": "uint8[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 180,
                      "name": "uint8",
                      "nodeType": "ElementaryTypeName",
                      "src": "3492:5:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint8",
                        "typeString": "uint8"
                      }
                    },
                    "id": 181,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3492:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint8_$dyn_storage_ptr",
                      "typeString": "uint8[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 185,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3507:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 183,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "3507:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 184,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3507:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 188,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3524:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 186,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "3524:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 187,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3524:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "3338:198:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 190,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3545:0:2"
            },
            "scope": 318,
            "src": "3314:232:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously executes multiple fillOrKill orders in a single transaction.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param fillTakerTokenAmounts Array of desired amounts of takerToken to fill in orders.\n @param v Array ECDSA signature v parameters.\n @param r Array of ECDSA signature r parameters.\n @param s Array of ECDSA signature s parameters.",
            "id": 216,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "batchFillOrKillOrders",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 214,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 196,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4097:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 192,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "4097:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 194,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 193,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4105:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "4097:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 195,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4097:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 201,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4130:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 197,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "4130:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 199,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 198,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4135:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "4130:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 200,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4130:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 204,
                  "name": "fillTakerTokenAmounts",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4157:28:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 202,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "4157:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 203,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4157:6:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 207,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4191:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint8_$dyn_memory_ptr",
                    "typeString": "uint8[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 205,
                      "name": "uint8",
                      "nodeType": "ElementaryTypeName",
                      "src": "4191:5:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint8",
                        "typeString": "uint8"
                      }
                    },
                    "id": 206,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4191:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint8_$dyn_storage_ptr",
                      "typeString": "uint8[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 210,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4206:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 208,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "4206:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 209,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4206:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 213,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4223:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 211,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "4223:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 212,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4223:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4091:144:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 215,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4244:0:2"
            },
            "scope": 318,
            "src": "4061:184:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously executes multiple fill orders in a single transaction until total fillTakerTokenAmount filled.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param fillTakerTokenAmount Desired total amount of takerToken to fill in orders.\n @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfers will fail before attempting.\n @param v Array ECDSA signature v parameters.\n @param r Array of ECDSA signature r parameters.\n @param s Array of ECDSA signature s parameters.\n @return Total amount of fillTakerTokenAmount filled in orders.",
            "id": 244,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "fillOrdersUpTo",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 240,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 221,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "4991:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 217,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "4991:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 219,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 218,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4999:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "4991:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 220,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4991:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 226,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5024:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 222,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "5024:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 224,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 223,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5029:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "5024:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 225,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5024:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 228,
                  "name": "fillTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5051:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 227,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "5051:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 230,
                  "name": "shouldThrowOnInsufficientBalanceOrAllowance",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5082:48:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 229,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "5082:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 233,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5136:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint8_$dyn_memory_ptr",
                    "typeString": "uint8[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 231,
                      "name": "uint8",
                      "nodeType": "ElementaryTypeName",
                      "src": "5136:5:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint8",
                        "typeString": "uint8"
                      }
                    },
                    "id": 232,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5136:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint8_$dyn_storage_ptr",
                      "typeString": "uint8[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 236,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5151:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 234,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "5151:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 235,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5151:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 239,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5168:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 237,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "5168:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 238,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5168:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4985:195:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 243,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 242,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5201:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 241,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "5201:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "5200:6:2"
            },
            "scope": 318,
            "src": "4962:245:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously cancels multiple orders in a single transaction.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param cancelTakerTokenAmounts Array of desired amounts of takerToken to cancel in orders.",
            "id": 260,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "batchCancelOrders",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 258,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 249,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 260,
                  "src": "5587:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 245,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "5587:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 247,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 246,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5595:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "5587:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 248,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5587:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 254,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 260,
                  "src": "5620:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 250,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "5620:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 252,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 251,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5625:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "5620:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 253,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5620:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 257,
                  "name": "cancelTakerTokenAmounts",
                  "nodeType": "VariableDeclaration",
                  "scope": 260,
                  "src": "5647:30:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 255,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "5647:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 256,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5647:6:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "5581:97:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 259,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5687:0:2"
            },
            "scope": 318,
            "src": "5555:133:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Calculates Keccak-256 hash of order with specified parameters.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @return Keccak-256 hash of order.",
            "id": 273,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getOrderHash",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 269,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 264,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 273,
                  "src": "6104:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 261,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "6104:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 263,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 262,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "6112:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "6104:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 268,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 273,
                  "src": "6131:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 265,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "6131:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 267,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 266,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "6136:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "6131:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6103:48:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 272,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 271,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 273,
                  "src": "6183:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 270,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6183:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6182:9:2"
            },
            "scope": 318,
            "src": "6082:110:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Verifies that an order signature is valid.\n @param signer address of signer.\n @param hash Signed Keccak-256 hash.\n @param v ECDSA signature parameter v.\n @param r ECDSA signature parameters r.\n @param s ECDSA signature parameters s.\n @return Validity of order signature.",
            "id": 288,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "isValidSignature",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 284,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 275,
                  "name": "signer",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6539:14:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 274,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "6539:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 277,
                  "name": "hash",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6559:12:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 276,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6559:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 279,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6577:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 278,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "6577:5:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 281,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6590:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 280,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6590:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 283,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6605:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 282,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6605:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6533:82:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 287,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 286,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6647:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 285,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "6647:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6646:6:2"
            },
            "scope": 318,
            "src": "6508:145:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Checks if rounding error > 0.1%.\n @param numerator Numerator.\n @param denominator Denominator.\n @param target Value to multiply with numerator/denominator.\n @return Rounding error is present.",
            "id": 299,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "isRoundingError",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 295,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 290,
                  "name": "numerator",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6905:14:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 289,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "6905:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 292,
                  "name": "denominator",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6921:16:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 291,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "6921:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 294,
                  "name": "target",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6939:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 293,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "6939:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6904:47:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 298,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 297,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6983:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 296,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "6983:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6982:6:2"
            },
            "scope": 318,
            "src": "6880:109:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Calculates partial value given a numerator and denominator.\n @param numerator Numerator.\n @param denominator Denominator.\n @param target Value to calculate partial of.\n @return Partial value of target.",
            "id": 310,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getPartialAmount",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 306,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 301,
                  "name": "numerator",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7252:14:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 300,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7252:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 303,
                  "name": "denominator",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7268:16:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 302,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7268:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 305,
                  "name": "target",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7286:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 304,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7286:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7251:47:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 309,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 308,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7330:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 307,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7330:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7329:6:2"
            },
            "scope": 318,
            "src": "7226:110:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Calculates the sum of values already filled and cancelled for a given order.\n @param orderHash The Keccak-256 hash of the given order.\n @return Sum of values already filled and cancelled.",
            "id": 317,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getUnavailableTakerTokenAmount",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 313,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 312,
                  "name": "orderHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 317,
                  "src": "7589:17:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 311,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "7589:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7588:19:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 316,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 315,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 317,
                  "src": "7639:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 314,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7639:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7638:6:2"
            },
            "scope": 318,
            "src": "7549:96:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 319,
        "src": "26:7622:2"
      }
    ],
    "src": "0:7649:2"
  },
  "legacyAST": {
    "absolutePath": "/Users/Freydal/RubymineProjects/ParadigmContractExamples/0xV1/contracts/ZeroExExchangeInterface.sol",
    "exportedSymbols": {
      "ZeroExExchangeInterface": [
        318
      ]
    },
    "id": 319,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 98,
        "literals": [
          "solidity",
          "^",
          "0.4",
          ".21"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:24:2"
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": false,
        "id": 318,
        "linearizedBaseContracts": [
          318
        ],
        "name": "ZeroExExchangeInterface",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "canonicalName": "ZeroExExchangeInterface.Errors",
            "id": 103,
            "members": [
              {
                "id": 99,
                "name": "ORDER_EXPIRED",
                "nodeType": "EnumValue",
                "src": "99:13:2"
              },
              {
                "id": 100,
                "name": "ORDER_FULLY_FILLED_OR_CANCELLED",
                "nodeType": "EnumValue",
                "src": "166:31:2"
              },
              {
                "id": 101,
                "name": "ROUNDING_ERROR_TOO_LARGE",
                "nodeType": "EnumValue",
                "src": "256:24:2"
              },
              {
                "id": 102,
                "name": "INSUFFICIENT_BALANCE_OR_ALLOWANCE",
                "nodeType": "EnumValue",
                "src": "322:33:2"
              }
            ],
            "name": "Errors",
            "nodeType": "EnumDefinition",
            "src": "81:334:2"
          },
          {
            "constant": false,
            "id": 105,
            "name": "ZRX_TOKEN_CONTRACT",
            "nodeType": "VariableDeclaration",
            "scope": 318,
            "src": "419:33:2",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 104,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "419:7:2",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 107,
            "name": "TOKEN_TRANSFER_PROXY_CONTRACT",
            "nodeType": "VariableDeclaration",
            "scope": 318,
            "src": "456:44:2",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_address",
              "typeString": "address"
            },
            "typeName": {
              "id": 106,
              "name": "address",
              "nodeType": "ElementaryTypeName",
              "src": "456:7:2",
              "typeDescriptions": {
                "typeIdentifier": "t_address",
                "typeString": "address"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Fills the input order.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @param fillTakerTokenAmount Desired amount of takerToken to fill.\n @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfer will fail before attempting.\n @param v ECDSA signature parameter v.\n @param r ECDSA signature parameters r.\n @param s ECDSA signature parameters s.\n @return Total amount of takerToken filled in trade.",
            "id": 130,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "fillOrder",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 126,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 111,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1165:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 108,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "1165:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 110,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 109,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1173:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1165:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 115,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1196:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 112,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "1196:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 114,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 113,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1201:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1196:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 117,
                  "name": "fillTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1221:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 116,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1221:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 119,
                  "name": "shouldThrowOnInsufficientBalanceOrAllowance",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1252:48:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 118,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1252:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 121,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1306:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 120,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "1306:5:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 123,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1319:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 122,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1319:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 125,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1334:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 124,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "1334:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1159:185:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 129,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 128,
                  "name": "filledTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 130,
                  "src": "1365:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 127,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1365:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1364:29:2"
            },
            "scope": 318,
            "src": "1141:253:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Cancels the input order.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @param cancelTakerTokenAmount Desired amount of takerToken to cancel in order.\n @return Amount of takerToken cancelled.",
            "id": 145,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "cancelOrder",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 141,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 134,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1826:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 131,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "1826:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 133,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 132,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1834:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1826:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 138,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1857:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 135,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "1857:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 137,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 136,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1862:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "1857:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 140,
                  "name": "cancelTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1882:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 139,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1882:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1820:90:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 144,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 143,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 145,
                  "src": "1931:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 142,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "1931:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "1930:6:2"
            },
            "scope": 318,
            "src": "1800:137:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Fills an order with specified parameters and ECDSA signature, throws if specified amount not filled entirely.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @param fillTakerTokenAmount Desired amount of takerToken to fill.\n @param v ECDSA signature parameter v.\n @param r ECDSA signature parameters r.\n @param s ECDSA signature parameters s.",
            "id": 164,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "fillOrKillOrder",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 162,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 149,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2566:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 146,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "2566:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 148,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 147,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2574:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "2566:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 153,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2597:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 150,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "2597:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 152,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 151,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "2602:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "2597:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 155,
                  "name": "fillTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2622:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 154,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "2622:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 157,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2653:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 156,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "2653:5:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 159,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2666:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 158,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "2666:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 161,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 164,
                  "src": "2681:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 160,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "2681:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "2560:131:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 163,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2700:0:2"
            },
            "scope": 318,
            "src": "2536:165:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously executes multiple fill orders in a single transaction.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param fillTakerTokenAmounts Array of desired amounts of takerToken to fill in orders.\n @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfers will fail before attempting.\n @param v Array ECDSA signature v parameters.\n @param r Array of ECDSA signature r parameters.\n @param s Array of ECDSA signature s parameters.",
            "id": 191,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "batchFillOrders",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 189,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 169,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3344:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 165,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "3344:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 167,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 166,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3352:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "3344:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 168,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3344:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 174,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3377:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 170,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "3377:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 172,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 171,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "3382:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "3377:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 173,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3377:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 177,
                  "name": "fillTakerTokenAmounts",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3404:28:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 175,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "3404:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 176,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3404:6:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 179,
                  "name": "shouldThrowOnInsufficientBalanceOrAllowance",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3438:48:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 178,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "3438:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 182,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3492:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint8_$dyn_memory_ptr",
                    "typeString": "uint8[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 180,
                      "name": "uint8",
                      "nodeType": "ElementaryTypeName",
                      "src": "3492:5:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint8",
                        "typeString": "uint8"
                      }
                    },
                    "id": 181,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3492:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint8_$dyn_storage_ptr",
                      "typeString": "uint8[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 185,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3507:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 183,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "3507:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 184,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3507:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 188,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 191,
                  "src": "3524:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 186,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "3524:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 187,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "3524:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "3338:198:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 190,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3545:0:2"
            },
            "scope": 318,
            "src": "3314:232:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously executes multiple fillOrKill orders in a single transaction.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param fillTakerTokenAmounts Array of desired amounts of takerToken to fill in orders.\n @param v Array ECDSA signature v parameters.\n @param r Array of ECDSA signature r parameters.\n @param s Array of ECDSA signature s parameters.",
            "id": 216,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "batchFillOrKillOrders",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 214,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 196,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4097:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 192,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "4097:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 194,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 193,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4105:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "4097:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 195,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4097:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 201,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4130:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 197,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "4130:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 199,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 198,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4135:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "4130:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 200,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4130:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 204,
                  "name": "fillTakerTokenAmounts",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4157:28:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 202,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "4157:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 203,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4157:6:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 207,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4191:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint8_$dyn_memory_ptr",
                    "typeString": "uint8[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 205,
                      "name": "uint8",
                      "nodeType": "ElementaryTypeName",
                      "src": "4191:5:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint8",
                        "typeString": "uint8"
                      }
                    },
                    "id": 206,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4191:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint8_$dyn_storage_ptr",
                      "typeString": "uint8[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 210,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4206:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 208,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "4206:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 209,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4206:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 213,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 216,
                  "src": "4223:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 211,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "4223:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 212,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4223:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4091:144:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 215,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "4244:0:2"
            },
            "scope": 318,
            "src": "4061:184:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously executes multiple fill orders in a single transaction until total fillTakerTokenAmount filled.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param fillTakerTokenAmount Desired total amount of takerToken to fill in orders.\n @param shouldThrowOnInsufficientBalanceOrAllowance Test if transfers will fail before attempting.\n @param v Array ECDSA signature v parameters.\n @param r Array of ECDSA signature r parameters.\n @param s Array of ECDSA signature s parameters.\n @return Total amount of fillTakerTokenAmount filled in orders.",
            "id": 244,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "fillOrdersUpTo",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 240,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 221,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "4991:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 217,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "4991:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 219,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 218,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "4999:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "4991:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 220,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "4991:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 226,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5024:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 222,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "5024:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 224,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 223,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5029:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "5024:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 225,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5024:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 228,
                  "name": "fillTakerTokenAmount",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5051:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 227,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "5051:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 230,
                  "name": "shouldThrowOnInsufficientBalanceOrAllowance",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5082:48:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 229,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "5082:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 233,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5136:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint8_$dyn_memory_ptr",
                    "typeString": "uint8[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 231,
                      "name": "uint8",
                      "nodeType": "ElementaryTypeName",
                      "src": "5136:5:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint8",
                        "typeString": "uint8"
                      }
                    },
                    "id": 232,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5136:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint8_$dyn_storage_ptr",
                      "typeString": "uint8[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 236,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5151:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 234,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "5151:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 235,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5151:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 239,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5168:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr",
                    "typeString": "bytes32[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 237,
                      "name": "bytes32",
                      "nodeType": "ElementaryTypeName",
                      "src": "5168:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_bytes32",
                        "typeString": "bytes32"
                      }
                    },
                    "id": 238,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5168:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr",
                      "typeString": "bytes32[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "4985:195:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 243,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 242,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 244,
                  "src": "5201:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 241,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "5201:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "5200:6:2"
            },
            "scope": 318,
            "src": "4962:245:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Synchronously cancels multiple orders in a single transaction.\n @param orderAddresses Array of address arrays containing individual order addresses.\n @param orderValues Array of uint arrays containing individual order values.\n @param cancelTakerTokenAmounts Array of desired amounts of takerToken to cancel in orders.",
            "id": 260,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": false,
            "modifiers": [],
            "name": "batchCancelOrders",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 258,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 249,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 260,
                  "src": "5587:27:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_address_$5_memory_$dyn_memory_ptr",
                    "typeString": "address[5][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 245,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "5587:7:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "id": 247,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "35",
                        "id": 246,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5595:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "5"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "5587:10:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                        "typeString": "address[5]"
                      }
                    },
                    "id": 248,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5587:12:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_address_$5_storage_$dyn_storage_ptr",
                      "typeString": "address[5][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 254,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 260,
                  "src": "5620:21:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_array$_t_uint256_$6_memory_$dyn_memory_ptr",
                    "typeString": "uint256[6][]"
                  },
                  "typeName": {
                    "baseType": {
                      "baseType": {
                        "id": 250,
                        "name": "uint",
                        "nodeType": "ElementaryTypeName",
                        "src": "5620:4:2",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 252,
                      "length": {
                        "argumentTypes": null,
                        "hexValue": "36",
                        "id": 251,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "number",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "5625:1:2",
                        "subdenomination": null,
                        "typeDescriptions": {
                          "typeIdentifier": null,
                          "typeString": null
                        },
                        "value": "6"
                      },
                      "nodeType": "ArrayTypeName",
                      "src": "5620:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                        "typeString": "uint256[6]"
                      }
                    },
                    "id": 253,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5620:9:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_array$_t_uint256_$6_storage_$dyn_storage_ptr",
                      "typeString": "uint256[6][]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 257,
                  "name": "cancelTakerTokenAmounts",
                  "nodeType": "VariableDeclaration",
                  "scope": 260,
                  "src": "5647:30:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
                    "typeString": "uint256[]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 255,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "5647:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 256,
                    "length": null,
                    "nodeType": "ArrayTypeName",
                    "src": "5647:6:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr",
                      "typeString": "uint256[]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "5581:97:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 259,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "5687:0:2"
            },
            "scope": 318,
            "src": "5555:133:2",
            "stateMutability": "nonpayable",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Calculates Keccak-256 hash of order with specified parameters.\n @param orderAddresses Array of order's maker, taker, makerToken, takerToken, and feeRecipient.\n @param orderValues Array of order's makerTokenAmount, takerTokenAmount, makerFee, takerFee, expirationTimestampInSec, and salt.\n @return Keccak-256 hash of order.",
            "id": 273,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getOrderHash",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 269,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 264,
                  "name": "orderAddresses",
                  "nodeType": "VariableDeclaration",
                  "scope": 273,
                  "src": "6104:25:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_address_$5_memory_ptr",
                    "typeString": "address[5]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 261,
                      "name": "address",
                      "nodeType": "ElementaryTypeName",
                      "src": "6104:7:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      }
                    },
                    "id": 263,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "35",
                      "id": 262,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "6112:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "5"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "6104:10:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_address_$5_storage_ptr",
                      "typeString": "address[5]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 268,
                  "name": "orderValues",
                  "nodeType": "VariableDeclaration",
                  "scope": 273,
                  "src": "6131:19:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_array$_t_uint256_$6_memory_ptr",
                    "typeString": "uint256[6]"
                  },
                  "typeName": {
                    "baseType": {
                      "id": 265,
                      "name": "uint",
                      "nodeType": "ElementaryTypeName",
                      "src": "6131:4:2",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "id": 267,
                    "length": {
                      "argumentTypes": null,
                      "hexValue": "36",
                      "id": 266,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "6136:1:2",
                      "subdenomination": null,
                      "typeDescriptions": {
                        "typeIdentifier": null,
                        "typeString": null
                      },
                      "value": "6"
                    },
                    "nodeType": "ArrayTypeName",
                    "src": "6131:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_array$_t_uint256_$6_storage_ptr",
                      "typeString": "uint256[6]"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6103:48:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 272,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 271,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 273,
                  "src": "6183:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 270,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6183:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6182:9:2"
            },
            "scope": 318,
            "src": "6082:110:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Verifies that an order signature is valid.\n @param signer address of signer.\n @param hash Signed Keccak-256 hash.\n @param v ECDSA signature parameter v.\n @param r ECDSA signature parameters r.\n @param s ECDSA signature parameters s.\n @return Validity of order signature.",
            "id": 288,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "isValidSignature",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 284,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 275,
                  "name": "signer",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6539:14:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 274,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "6539:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 277,
                  "name": "hash",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6559:12:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 276,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6559:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 279,
                  "name": "v",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6577:7:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 278,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "6577:5:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 281,
                  "name": "r",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6590:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 280,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6590:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 283,
                  "name": "s",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6605:9:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 282,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "6605:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6533:82:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 287,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 286,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 288,
                  "src": "6647:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 285,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "6647:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6646:6:2"
            },
            "scope": 318,
            "src": "6508:145:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Checks if rounding error > 0.1%.\n @param numerator Numerator.\n @param denominator Denominator.\n @param target Value to multiply with numerator/denominator.\n @return Rounding error is present.",
            "id": 299,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "isRoundingError",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 295,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 290,
                  "name": "numerator",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6905:14:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 289,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "6905:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 292,
                  "name": "denominator",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6921:16:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 291,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "6921:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 294,
                  "name": "target",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6939:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 293,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "6939:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6904:47:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 298,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 297,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 299,
                  "src": "6983:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 296,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "6983:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "6982:6:2"
            },
            "scope": 318,
            "src": "6880:109:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Calculates partial value given a numerator and denominator.\n @param numerator Numerator.\n @param denominator Denominator.\n @param target Value to calculate partial of.\n @return Partial value of target.",
            "id": 310,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getPartialAmount",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 306,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 301,
                  "name": "numerator",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7252:14:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 300,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7252:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 303,
                  "name": "denominator",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7268:16:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 302,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7268:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 305,
                  "name": "target",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7286:11:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 304,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7286:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7251:47:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 309,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 308,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 310,
                  "src": "7330:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 307,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7330:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7329:6:2"
            },
            "scope": 318,
            "src": "7226:110:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          },
          {
            "body": null,
            "documentation": "@dev Calculates the sum of values already filled and cancelled for a given order.\n @param orderHash The Keccak-256 hash of the given order.\n @return Sum of values already filled and cancelled.",
            "id": 317,
            "implemented": false,
            "isConstructor": false,
            "isDeclaredConst": true,
            "modifiers": [],
            "name": "getUnavailableTakerTokenAmount",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 313,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 312,
                  "name": "orderHash",
                  "nodeType": "VariableDeclaration",
                  "scope": 317,
                  "src": "7589:17:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 311,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "7589:7:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7588:19:2"
            },
            "payable": false,
            "returnParameters": {
              "id": 316,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 315,
                  "name": "",
                  "nodeType": "VariableDeclaration",
                  "scope": 317,
                  "src": "7639:4:2",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 314,
                    "name": "uint",
                    "nodeType": "ElementaryTypeName",
                    "src": "7639:4:2",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "value": null,
                  "visibility": "internal"
                }
              ],
              "src": "7638:6:2"
            },
            "scope": 318,
            "src": "7549:96:2",
            "stateMutability": "view",
            "superFunction": null,
            "visibility": "public"
          }
        ],
        "scope": 319,
        "src": "26:7622:2"
      }
    ],
    "src": "0:7649:2"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2018-10-12T15:37:28.623Z"
}