{
  "abi": [
    {
      "inputs": [],
      "stateMutability": "nonpayable",
      "type": "constructor"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "value",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "DECIMALS",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "INITIAL_SUPPLY",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "NAME",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "SYMBOL",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        }
      ],
      "name": "allowance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "decimals",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "stateMutability": "pure",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "subtractedValue",
          "type": "uint256"
        }
      ],
      "name": "decreaseAllowance",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "addedValue",
          "type": "uint256"
        }
      ],
      "name": "increaseAllowance",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transfer",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "inputs": [
        {
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "allSourcePaths": {
    "11": "/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.7.3/contracts/utils/Context.sol",
    "3": "/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.7.3/contracts/token/ERC20/ERC20.sol",
    "4": "/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.7.3/contracts/token/ERC20/IERC20.sol",
    "5": "/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.7.3/contracts/token/ERC20/extensions/IERC20Metadata.sol",
    "66": "contracts/test/Tokens.sol"
  },
  "ast": {
    "absolutePath": "contracts/test/Tokens.sol",
    "exportedSymbols": {
      "DIP": [
        9363
      ],
      "ERC20": [
        15626
      ],
      "USD1": [
        9239
      ],
      "USD2": [
        9279
      ],
      "USD3": [
        9319
      ]
    },
    "id": 9364,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 9111,
        "literals": [
          "solidity",
          "0.8",
          ".2"
        ],
        "nodeType": "PragmaDirective",
        "src": "39:22:66"
      },
      {
        "absolutePath": "/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.7.3/contracts/token/ERC20/ERC20.sol",
        "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
        "id": 9113,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 9364,
        "sourceUnit": 15627,
        "src": "63:68:66",
        "symbolAliases": [
          {
            "foreign": {
              "id": 9112,
              "name": "ERC20",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "71:5:66",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 9114,
              "name": "ERC20",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 15626,
              "src": "150:5:66"
            },
            "id": 9115,
            "nodeType": "InheritanceSpecifier",
            "src": "150:5:66"
          }
        ],
        "contractDependencies": [
          9510,
          15626,
          15648,
          15820
        ],
        "contractKind": "contract",
        "fullyImplemented": true,
        "id": 9239,
        "linearizedBaseContracts": [
          9239,
          15626,
          9510,
          15820,
          15648
        ],
        "name": "USD1",
        "nameLocation": "142:4:66",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "functionSelector": "a3f4df7e",
            "id": 9118,
            "mutability": "constant",
            "name": "NAME",
            "nameLocation": "283:4:66",
            "nodeType": "VariableDeclaration",
            "scope": 9239,
            "src": "260:48:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9116,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "260:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "55534420436f696e202d2044554d4d59",
              "id": 9117,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "290:18:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_f1f77fb2c2c60421f2302e24a7e4cd9881e813fbb52a287a66078d21b2506554",
                "typeString": "literal_string \"USD Coin - DUMMY\""
              },
              "value": "USD Coin - DUMMY"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "f76f8d78",
            "id": 9121,
            "mutability": "constant",
            "name": "SYMBOL",
            "nameLocation": "337:6:66",
            "nodeType": "VariableDeclaration",
            "scope": 9239,
            "src": "314:38:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9119,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "314:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "55534443",
              "id": 9120,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "346:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_d6aca1be9729c13d677335161321649cccae6a591554772516700f986f942eaa",
                "typeString": "literal_string \"USDC\""
              },
              "value": "USDC"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2e0f2625",
            "id": 9124,
            "mutability": "constant",
            "name": "DECIMALS",
            "nameLocation": "380:8:66",
            "nodeType": "VariableDeclaration",
            "scope": 9239,
            "src": "358:34:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint8",
              "typeString": "uint8"
            },
            "typeName": {
              "id": 9122,
              "name": "uint8",
              "nodeType": "ElementaryTypeName",
              "src": "358:5:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint8",
                "typeString": "uint8"
              }
            },
            "value": {
              "hexValue": "36",
              "id": 9123,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "391:1:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_6_by_1",
                "typeString": "int_const 6"
              },
              "value": "6"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2ff2e9dc",
            "id": 9129,
            "mutability": "constant",
            "name": "INITIAL_SUPPLY",
            "nameLocation": "423:14:66",
            "nodeType": "VariableDeclaration",
            "scope": 9239,
            "src": "399:47:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 9125,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "399:7:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "commonType": {
                "typeIdentifier": "t_rational_1000000000000000000000000_by_1",
                "typeString": "int_const 1000000000000000000000000"
              },
              "id": 9128,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "lValueRequested": false,
              "leftExpression": {
                "hexValue": "3130",
                "id": 9126,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "440:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_10_by_1",
                  "typeString": "int_const 10"
                },
                "value": "10"
              },
              "nodeType": "BinaryOperation",
              "operator": "**",
              "rightExpression": {
                "hexValue": "3234",
                "id": 9127,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "444:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_24_by_1",
                  "typeString": "int_const 24"
                },
                "value": "24"
              },
              "src": "440:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_1000000000000000000000000_by_1",
                "typeString": "int_const 1000000000000000000000000"
              }
            },
            "visibility": "public"
          },
          {
            "anonymous": false,
            "id": 9141,
            "name": "LogUsd1Transfer",
            "nameLocation": "459:15:66",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 9140,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9131,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "483:4:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9141,
                  "src": "475:12:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9130,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "475:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9133,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "497:2:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9141,
                  "src": "489:10:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9132,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "489:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9135,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "509:6:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9141,
                  "src": "501:14:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9134,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "501:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9137,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "time",
                  "nameLocation": "525:4:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9141,
                  "src": "517:12:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9136,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "517:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9139,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "blockNumber",
                  "nameLocation": "539:11:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9141,
                  "src": "531:19:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9138,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "531:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "474:77:66"
            },
            "src": "453:99:66"
          },
          {
            "anonymous": false,
            "id": 9153,
            "name": "LogUsd1TransferFrom",
            "nameLocation": "563:19:66",
            "nodeType": "EventDefinition",
            "parameters": {
              "id": 9152,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9143,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "591:4:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9153,
                  "src": "583:12:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9142,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "583:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9145,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "605:2:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9153,
                  "src": "597:10:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9144,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "597:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9147,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "617:6:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9153,
                  "src": "609:14:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9146,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "609:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9149,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "time",
                  "nameLocation": "633:4:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9153,
                  "src": "625:12:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9148,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "625:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9151,
                  "indexed": false,
                  "mutability": "mutable",
                  "name": "blockNumber",
                  "nameLocation": "647:11:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9153,
                  "src": "639:19:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9150,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "639:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "582:77:66"
            },
            "src": "557:103:66"
          },
          {
            "body": {
              "id": 9166,
              "nodeType": "Block",
              "src": "711:86:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [],
                        "expression": {
                          "argumentTypes": [],
                          "id": 9161,
                          "name": "_msgSender",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15638,
                          "src": "740:10:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
                            "typeString": "function () view returns (address)"
                          }
                        },
                        "id": 9162,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "740:12:66",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9163,
                        "name": "INITIAL_SUPPLY",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9129,
                        "src": "766:14:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 9160,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15443,
                      "src": "721:5:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 9164,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "721:69:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 9165,
                  "nodeType": "ExpressionStatement",
                  "src": "721:69:66"
                }
              ]
            },
            "id": 9167,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "id": 9156,
                    "name": "NAME",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9118,
                    "src": "693:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  },
                  {
                    "id": 9157,
                    "name": "SYMBOL",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9121,
                    "src": "699:6:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  }
                ],
                "id": 9158,
                "modifierName": {
                  "id": 9155,
                  "name": "ERC20",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 15626,
                  "src": "687:5:66"
                },
                "nodeType": "ModifierInvocation",
                "src": "687:19:66"
              }
            ],
            "name": "",
            "nameLocation": "-1:-1:-1",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 9154,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "676:2:66"
            },
            "returnParameters": {
              "id": 9159,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "711:0:66"
            },
            "scope": 9239,
            "src": "665:132:66",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              15115
            ],
            "body": {
              "id": 9175,
              "nodeType": "Block",
              "src": "859:32:66",
              "statements": [
                {
                  "expression": {
                    "id": 9173,
                    "name": "DECIMALS",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9124,
                    "src": "876:8:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "functionReturnParameters": 9172,
                  "id": 9174,
                  "nodeType": "Return",
                  "src": "869:15:66"
                }
              ]
            },
            "functionSelector": "313ce567",
            "id": 9176,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "decimals",
            "nameLocation": "812:8:66",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 9169,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "835:8:66"
            },
            "parameters": {
              "id": 9168,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "820:2:66"
            },
            "returnParameters": {
              "id": 9172,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9171,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 9176,
                  "src": "852:5:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 9170,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "852:5:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "851:7:66"
            },
            "scope": 9239,
            "src": "803:88:66",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              15164
            ],
            "body": {
              "id": 9207,
              "nodeType": "Block",
              "src": "982:224:66",
              "statements": [
                {
                  "assignments": [
                    9187
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 9187,
                      "mutability": "mutable",
                      "name": "from",
                      "nameLocation": "1000:4:66",
                      "nodeType": "VariableDeclaration",
                      "scope": 9207,
                      "src": "992:12:66",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_address",
                        "typeString": "address"
                      },
                      "typeName": {
                        "id": 9186,
                        "name": "address",
                        "nodeType": "ElementaryTypeName",
                        "src": "992:7:66",
                        "stateMutability": "nonpayable",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      "visibility": "internal"
                    }
                  ],
                  "id": 9190,
                  "initialValue": {
                    "arguments": [],
                    "expression": {
                      "argumentTypes": [],
                      "id": 9188,
                      "name": "_msgSender",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15638,
                      "src": "1007:10:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
                        "typeString": "function () view returns (address)"
                      }
                    },
                    "id": 9189,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1007:12:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "992:27:66"
                },
                {
                  "eventCall": {
                    "arguments": [
                      {
                        "id": 9192,
                        "name": "from",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9187,
                        "src": "1108:4:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9193,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9178,
                        "src": "1114:2:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9194,
                        "name": "amount",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9180,
                        "src": "1118:6:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      {
                        "expression": {
                          "id": 9195,
                          "name": "block",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": -4,
                          "src": "1126:5:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_block",
                            "typeString": "block"
                          }
                        },
                        "id": 9196,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "timestamp",
                        "nodeType": "MemberAccess",
                        "src": "1126:15:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      {
                        "expression": {
                          "id": 9197,
                          "name": "block",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": -4,
                          "src": "1143:5:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_block",
                            "typeString": "block"
                          }
                        },
                        "id": 9198,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "number",
                        "nodeType": "MemberAccess",
                        "src": "1143:12:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 9191,
                      "name": "LogUsd1TransferFrom",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 9153,
                      "src": "1088:19:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_uint256_$returns$__$",
                        "typeString": "function (address,address,uint256,uint256,uint256)"
                      }
                    },
                    "id": 9199,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1088:68:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 9200,
                  "nodeType": "EmitStatement",
                  "src": "1083:73:66"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 9203,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9178,
                        "src": "1188:2:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9204,
                        "name": "amount",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9180,
                        "src": "1192:6:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "id": 9201,
                        "name": "super",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": -25,
                        "src": "1173:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_super$_USD1_$9239_$",
                          "typeString": "type(contract super USD1)"
                        }
                      },
                      "id": 9202,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "transfer",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 15164,
                      "src": "1173:14:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$_t_bool_$",
                        "typeString": "function (address,uint256) returns (bool)"
                      }
                    },
                    "id": 9205,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1173:26:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 9185,
                  "id": 9206,
                  "nodeType": "Return",
                  "src": "1166:33:66"
                }
              ]
            },
            "functionSelector": "a9059cbb",
            "id": 9208,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "transfer",
            "nameLocation": "906:8:66",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 9182,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "958:8:66"
            },
            "parameters": {
              "id": 9181,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9178,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "923:2:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9208,
                  "src": "915:10:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9177,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "915:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9180,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "935:6:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9208,
                  "src": "927:14:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9179,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "927:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "914:28:66"
            },
            "returnParameters": {
              "id": 9185,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9184,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 9208,
                  "src": "976:4:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 9183,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "976:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "975:6:66"
            },
            "scope": 9239,
            "src": "897:309:66",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              15240
            ],
            "body": {
              "id": 9237,
              "nodeType": "Block",
              "src": "1333:197:66",
              "statements": [
                {
                  "eventCall": {
                    "arguments": [
                      {
                        "id": 9221,
                        "name": "from",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9210,
                        "src": "1422:4:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9222,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9212,
                        "src": "1428:2:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9223,
                        "name": "amount",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9214,
                        "src": "1432:6:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      {
                        "expression": {
                          "id": 9224,
                          "name": "block",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": -4,
                          "src": "1440:5:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_block",
                            "typeString": "block"
                          }
                        },
                        "id": 9225,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "timestamp",
                        "nodeType": "MemberAccess",
                        "src": "1440:15:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      {
                        "expression": {
                          "id": 9226,
                          "name": "block",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": -4,
                          "src": "1457:5:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_magic_block",
                            "typeString": "block"
                          }
                        },
                        "id": 9227,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "memberName": "number",
                        "nodeType": "MemberAccess",
                        "src": "1457:12:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 9220,
                      "name": "LogUsd1TransferFrom",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 9153,
                      "src": "1402:19:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$_t_uint256_$_t_uint256_$returns$__$",
                        "typeString": "function (address,address,uint256,uint256,uint256)"
                      }
                    },
                    "id": 9228,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1402:68:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 9229,
                  "nodeType": "EmitStatement",
                  "src": "1397:73:66"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "id": 9232,
                        "name": "from",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9210,
                        "src": "1506:4:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9233,
                        "name": "to",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9212,
                        "src": "1512:2:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9234,
                        "name": "amount",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9214,
                        "src": "1516:6:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "expression": {
                        "id": 9230,
                        "name": "super",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": -25,
                        "src": "1487:5:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_type$_t_super$_USD1_$9239_$",
                          "typeString": "type(contract super USD1)"
                        }
                      },
                      "id": 9231,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": false,
                      "lValueRequested": false,
                      "memberName": "transferFrom",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 15240,
                      "src": "1487:18:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$_t_bool_$",
                        "typeString": "function (address,address,uint256) returns (bool)"
                      }
                    },
                    "id": 9235,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1487:36:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "functionReturnParameters": 9219,
                  "id": 9236,
                  "nodeType": "Return",
                  "src": "1480:43:66"
                }
              ]
            },
            "functionSelector": "23b872dd",
            "id": 9238,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "transferFrom",
            "nameLocation": "1225:12:66",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 9216,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "1304:8:66"
            },
            "parameters": {
              "id": 9215,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9210,
                  "mutability": "mutable",
                  "name": "from",
                  "nameLocation": "1246:4:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9238,
                  "src": "1238:12:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9209,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1238:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9212,
                  "mutability": "mutable",
                  "name": "to",
                  "nameLocation": "1260:2:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9238,
                  "src": "1252:10:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_address",
                    "typeString": "address"
                  },
                  "typeName": {
                    "id": 9211,
                    "name": "address",
                    "nodeType": "ElementaryTypeName",
                    "src": "1252:7:66",
                    "stateMutability": "nonpayable",
                    "typeDescriptions": {
                      "typeIdentifier": "t_address",
                      "typeString": "address"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 9214,
                  "mutability": "mutable",
                  "name": "amount",
                  "nameLocation": "1272:6:66",
                  "nodeType": "VariableDeclaration",
                  "scope": 9238,
                  "src": "1264:14:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 9213,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "1264:7:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1237:42:66"
            },
            "returnParameters": {
              "id": 9219,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9218,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 9238,
                  "src": "1322:4:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bool",
                    "typeString": "bool"
                  },
                  "typeName": {
                    "id": 9217,
                    "name": "bool",
                    "nodeType": "ElementaryTypeName",
                    "src": "1322:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bool",
                      "typeString": "bool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1321:6:66"
            },
            "scope": 9239,
            "src": "1216:314:66",
            "stateMutability": "nonpayable",
            "virtual": true,
            "visibility": "public"
          }
        ],
        "scope": 9364,
        "src": "133:1403:66"
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 9240,
              "name": "ERC20",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 15626,
              "src": "1556:5:66"
            },
            "id": 9241,
            "nodeType": "InheritanceSpecifier",
            "src": "1556:5:66"
          }
        ],
        "contractDependencies": [
          9510,
          15626,
          15648,
          15820
        ],
        "contractKind": "contract",
        "fullyImplemented": true,
        "id": 9279,
        "linearizedBaseContracts": [
          9279,
          15626,
          9510,
          15820,
          15648
        ],
        "name": "USD2",
        "nameLocation": "1548:4:66",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "functionSelector": "a3f4df7e",
            "id": 9244,
            "mutability": "constant",
            "name": "NAME",
            "nameLocation": "1671:4:66",
            "nodeType": "VariableDeclaration",
            "scope": 9279,
            "src": "1648:50:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9242,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "1648:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "54657468657220555344202d2044554d4d59",
              "id": 9243,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "1678:20:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_01b685621f391bcf137a793808016bdd9d545f7fa4b1262a5e028fd59cd7203f",
                "typeString": "literal_string \"Tether USD - DUMMY\""
              },
              "value": "Tether USD - DUMMY"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "f76f8d78",
            "id": 9247,
            "mutability": "constant",
            "name": "SYMBOL",
            "nameLocation": "1727:6:66",
            "nodeType": "VariableDeclaration",
            "scope": 9279,
            "src": "1704:38:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9245,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "1704:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "55534454",
              "id": 9246,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "1736:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_8b1a1d9c2b109e527c9134b25b1a1833b16b6594f92daa9f6d9b7a6024bce9d0",
                "typeString": "literal_string \"USDT\""
              },
              "value": "USDT"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2e0f2625",
            "id": 9250,
            "mutability": "constant",
            "name": "DECIMALS",
            "nameLocation": "1770:8:66",
            "nodeType": "VariableDeclaration",
            "scope": 9279,
            "src": "1748:34:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint8",
              "typeString": "uint8"
            },
            "typeName": {
              "id": 9248,
              "name": "uint8",
              "nodeType": "ElementaryTypeName",
              "src": "1748:5:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint8",
                "typeString": "uint8"
              }
            },
            "value": {
              "hexValue": "36",
              "id": 9249,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "1781:1:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_6_by_1",
                "typeString": "int_const 6"
              },
              "value": "6"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2ff2e9dc",
            "id": 9255,
            "mutability": "constant",
            "name": "INITIAL_SUPPLY",
            "nameLocation": "1813:14:66",
            "nodeType": "VariableDeclaration",
            "scope": 9279,
            "src": "1789:47:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 9251,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "1789:7:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "commonType": {
                "typeIdentifier": "t_rational_1000000000000000000000000_by_1",
                "typeString": "int_const 1000000000000000000000000"
              },
              "id": 9254,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "lValueRequested": false,
              "leftExpression": {
                "hexValue": "3130",
                "id": 9252,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1830:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_10_by_1",
                  "typeString": "int_const 10"
                },
                "value": "10"
              },
              "nodeType": "BinaryOperation",
              "operator": "**",
              "rightExpression": {
                "hexValue": "3234",
                "id": 9253,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "1834:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_24_by_1",
                  "typeString": "int_const 24"
                },
                "value": "24"
              },
              "src": "1830:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_1000000000000000000000000_by_1",
                "typeString": "int_const 1000000000000000000000000"
              }
            },
            "visibility": "public"
          },
          {
            "body": {
              "id": 9268,
              "nodeType": "Block",
              "src": "1889:86:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [],
                        "expression": {
                          "argumentTypes": [],
                          "id": 9263,
                          "name": "_msgSender",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15638,
                          "src": "1918:10:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
                            "typeString": "function () view returns (address)"
                          }
                        },
                        "id": 9264,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "1918:12:66",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9265,
                        "name": "INITIAL_SUPPLY",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9255,
                        "src": "1944:14:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 9262,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15443,
                      "src": "1899:5:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 9266,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1899:69:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 9267,
                  "nodeType": "ExpressionStatement",
                  "src": "1899:69:66"
                }
              ]
            },
            "id": 9269,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "id": 9258,
                    "name": "NAME",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9244,
                    "src": "1871:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  },
                  {
                    "id": 9259,
                    "name": "SYMBOL",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9247,
                    "src": "1877:6:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  }
                ],
                "id": 9260,
                "modifierName": {
                  "id": 9257,
                  "name": "ERC20",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 15626,
                  "src": "1865:5:66"
                },
                "nodeType": "ModifierInvocation",
                "src": "1865:19:66"
              }
            ],
            "name": "",
            "nameLocation": "-1:-1:-1",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 9256,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1854:2:66"
            },
            "returnParameters": {
              "id": 9261,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1889:0:66"
            },
            "scope": 9279,
            "src": "1843:132:66",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              15115
            ],
            "body": {
              "id": 9277,
              "nodeType": "Block",
              "src": "2037:32:66",
              "statements": [
                {
                  "expression": {
                    "id": 9275,
                    "name": "DECIMALS",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9250,
                    "src": "2054:8:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "functionReturnParameters": 9274,
                  "id": 9276,
                  "nodeType": "Return",
                  "src": "2047:15:66"
                }
              ]
            },
            "functionSelector": "313ce567",
            "id": 9278,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "decimals",
            "nameLocation": "1990:8:66",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 9271,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2013:8:66"
            },
            "parameters": {
              "id": 9270,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1998:2:66"
            },
            "returnParameters": {
              "id": 9274,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9273,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 9278,
                  "src": "2030:5:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 9272,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "2030:5:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2029:7:66"
            },
            "scope": 9279,
            "src": "1981:88:66",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "public"
          }
        ],
        "scope": 9364,
        "src": "1539:532:66"
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 9280,
              "name": "ERC20",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 15626,
              "src": "2091:5:66"
            },
            "id": 9281,
            "nodeType": "InheritanceSpecifier",
            "src": "2091:5:66"
          }
        ],
        "contractDependencies": [
          9510,
          15626,
          15648,
          15820
        ],
        "contractKind": "contract",
        "fullyImplemented": true,
        "id": 9319,
        "linearizedBaseContracts": [
          9319,
          15626,
          9510,
          15820,
          15648
        ],
        "name": "USD3",
        "nameLocation": "2083:4:66",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "functionSelector": "a3f4df7e",
            "id": 9284,
            "mutability": "constant",
            "name": "NAME",
            "nameLocation": "2206:4:66",
            "nodeType": "VariableDeclaration",
            "scope": 9319,
            "src": "2183:49:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9282,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "2183:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "44756d6d7920555344202d2044554d4d59",
              "id": 9283,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "2213:19:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_546826c9a0b968abffd1342d5c7319417e3b449f67b4e20e1e06fed705561a74",
                "typeString": "literal_string \"Dummy USD - DUMMY\""
              },
              "value": "Dummy USD - DUMMY"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "f76f8d78",
            "id": 9287,
            "mutability": "constant",
            "name": "SYMBOL",
            "nameLocation": "2261:6:66",
            "nodeType": "VariableDeclaration",
            "scope": 9319,
            "src": "2238:38:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9285,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "2238:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "44555344",
              "id": 9286,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "2270:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_b5a2d780925236f5bfea61107e924aee1063d3bd844416a64826b7188a75681c",
                "typeString": "literal_string \"DUSD\""
              },
              "value": "DUSD"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2e0f2625",
            "id": 9290,
            "mutability": "constant",
            "name": "DECIMALS",
            "nameLocation": "2304:8:66",
            "nodeType": "VariableDeclaration",
            "scope": 9319,
            "src": "2282:35:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint8",
              "typeString": "uint8"
            },
            "typeName": {
              "id": 9288,
              "name": "uint8",
              "nodeType": "ElementaryTypeName",
              "src": "2282:5:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint8",
                "typeString": "uint8"
              }
            },
            "value": {
              "hexValue": "3133",
              "id": 9289,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "2315:2:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_13_by_1",
                "typeString": "int_const 13"
              },
              "value": "13"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2ff2e9dc",
            "id": 9295,
            "mutability": "constant",
            "name": "INITIAL_SUPPLY",
            "nameLocation": "2348:14:66",
            "nodeType": "VariableDeclaration",
            "scope": 9319,
            "src": "2324:47:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 9291,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "2324:7:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "commonType": {
                "typeIdentifier": "t_rational_1000000000000000000000000_by_1",
                "typeString": "int_const 1000000000000000000000000"
              },
              "id": 9294,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "lValueRequested": false,
              "leftExpression": {
                "hexValue": "3130",
                "id": 9292,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "2365:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_10_by_1",
                  "typeString": "int_const 10"
                },
                "value": "10"
              },
              "nodeType": "BinaryOperation",
              "operator": "**",
              "rightExpression": {
                "hexValue": "3234",
                "id": 9293,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "2369:2:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_24_by_1",
                  "typeString": "int_const 24"
                },
                "value": "24"
              },
              "src": "2365:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_1000000000000000000000000_by_1",
                "typeString": "int_const 1000000000000000000000000"
              }
            },
            "visibility": "public"
          },
          {
            "body": {
              "id": 9308,
              "nodeType": "Block",
              "src": "2424:86:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [],
                        "expression": {
                          "argumentTypes": [],
                          "id": 9303,
                          "name": "_msgSender",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15638,
                          "src": "2453:10:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
                            "typeString": "function () view returns (address)"
                          }
                        },
                        "id": 9304,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "2453:12:66",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9305,
                        "name": "INITIAL_SUPPLY",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9295,
                        "src": "2479:14:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 9302,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15443,
                      "src": "2434:5:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 9306,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "2434:69:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 9307,
                  "nodeType": "ExpressionStatement",
                  "src": "2434:69:66"
                }
              ]
            },
            "id": 9309,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "id": 9298,
                    "name": "NAME",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9284,
                    "src": "2406:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  },
                  {
                    "id": 9299,
                    "name": "SYMBOL",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9287,
                    "src": "2412:6:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  }
                ],
                "id": 9300,
                "modifierName": {
                  "id": 9297,
                  "name": "ERC20",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 15626,
                  "src": "2400:5:66"
                },
                "nodeType": "ModifierInvocation",
                "src": "2400:19:66"
              }
            ],
            "name": "",
            "nameLocation": "-1:-1:-1",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 9296,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2389:2:66"
            },
            "returnParameters": {
              "id": 9301,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2424:0:66"
            },
            "scope": 9319,
            "src": "2378:132:66",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              15115
            ],
            "body": {
              "id": 9317,
              "nodeType": "Block",
              "src": "2572:32:66",
              "statements": [
                {
                  "expression": {
                    "id": 9315,
                    "name": "DECIMALS",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9290,
                    "src": "2589:8:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "functionReturnParameters": 9314,
                  "id": 9316,
                  "nodeType": "Return",
                  "src": "2582:15:66"
                }
              ]
            },
            "functionSelector": "313ce567",
            "id": 9318,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "decimals",
            "nameLocation": "2525:8:66",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 9311,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "2548:8:66"
            },
            "parameters": {
              "id": 9310,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "2533:2:66"
            },
            "returnParameters": {
              "id": 9314,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9313,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 9318,
                  "src": "2565:5:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 9312,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "2565:5:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "2564:7:66"
            },
            "scope": 9319,
            "src": "2516:88:66",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "public"
          }
        ],
        "scope": 9364,
        "src": "2074:532:66"
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "baseName": {
              "id": 9320,
              "name": "ERC20",
              "nodeType": "IdentifierPath",
              "referencedDeclaration": 15626,
              "src": "2625:5:66"
            },
            "id": 9321,
            "nodeType": "InheritanceSpecifier",
            "src": "2625:5:66"
          }
        ],
        "contractDependencies": [
          9510,
          15626,
          15648,
          15820
        ],
        "contractKind": "contract",
        "fullyImplemented": true,
        "id": 9363,
        "linearizedBaseContracts": [
          9363,
          15626,
          9510,
          15820,
          15648
        ],
        "name": "DIP",
        "nameLocation": "2618:3:66",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": true,
            "functionSelector": "a3f4df7e",
            "id": 9324,
            "mutability": "constant",
            "name": "NAME",
            "nameLocation": "2751:4:66",
            "nodeType": "VariableDeclaration",
            "scope": 9363,
            "src": "2728:72:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9322,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "2728:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "446563656e7472616c697a656420496e737572616e63652050726f746f636f6c202d2044554d4d59",
              "id": 9323,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "2758:42:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_5c4837f8420c2a8423d33065abeba95b62388053f0bab017605196b03a41129f",
                "typeString": "literal_string \"Decentralized Insurance Protocol - DUMMY\""
              },
              "value": "Decentralized Insurance Protocol - DUMMY"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "f76f8d78",
            "id": 9327,
            "mutability": "constant",
            "name": "SYMBOL",
            "nameLocation": "2829:6:66",
            "nodeType": "VariableDeclaration",
            "scope": 9363,
            "src": "2806:37:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_string_memory_ptr",
              "typeString": "string"
            },
            "typeName": {
              "id": 9325,
              "name": "string",
              "nodeType": "ElementaryTypeName",
              "src": "2806:6:66",
              "typeDescriptions": {
                "typeIdentifier": "t_string_storage_ptr",
                "typeString": "string"
              }
            },
            "value": {
              "hexValue": "444950",
              "id": 9326,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "string",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "2838:5:66",
              "typeDescriptions": {
                "typeIdentifier": "t_stringliteral_d238ec68acc8443a59aaf11baf3e3983604c4aac1b7adcfe802a126a2dec24fc",
                "typeString": "literal_string \"DIP\""
              },
              "value": "DIP"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2e0f2625",
            "id": 9330,
            "mutability": "constant",
            "name": "DECIMALS",
            "nameLocation": "2871:8:66",
            "nodeType": "VariableDeclaration",
            "scope": 9363,
            "src": "2849:35:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint8",
              "typeString": "uint8"
            },
            "typeName": {
              "id": 9328,
              "name": "uint8",
              "nodeType": "ElementaryTypeName",
              "src": "2849:5:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint8",
                "typeString": "uint8"
              }
            },
            "value": {
              "hexValue": "3138",
              "id": 9329,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "kind": "number",
              "lValueRequested": false,
              "nodeType": "Literal",
              "src": "2882:2:66",
              "typeDescriptions": {
                "typeIdentifier": "t_rational_18_by_1",
                "typeString": "int_const 18"
              },
              "value": "18"
            },
            "visibility": "public"
          },
          {
            "constant": true,
            "functionSelector": "2ff2e9dc",
            "id": 9339,
            "mutability": "constant",
            "name": "INITIAL_SUPPLY",
            "nameLocation": "2914:14:66",
            "nodeType": "VariableDeclaration",
            "scope": 9363,
            "src": "2890:61:66",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 9331,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "2890:7:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": {
              "commonType": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              },
              "id": 9338,
              "isConstant": false,
              "isLValue": false,
              "isPure": true,
              "lValueRequested": false,
              "leftExpression": {
                "commonType": {
                  "typeIdentifier": "t_rational_1000000000_by_1",
                  "typeString": "int_const 1000000000"
                },
                "id": 9334,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "lValueRequested": false,
                "leftExpression": {
                  "hexValue": "3130",
                  "id": 9332,
                  "isConstant": false,
                  "isLValue": false,
                  "isPure": true,
                  "kind": "number",
                  "lValueRequested": false,
                  "nodeType": "Literal",
                  "src": "2931:2:66",
                  "typeDescriptions": {
                    "typeIdentifier": "t_rational_10_by_1",
                    "typeString": "int_const 10"
                  },
                  "value": "10"
                },
                "nodeType": "BinaryOperation",
                "operator": "**",
                "rightExpression": {
                  "hexValue": "39",
                  "id": 9333,
                  "isConstant": false,
                  "isLValue": false,
                  "isPure": true,
                  "kind": "number",
                  "lValueRequested": false,
                  "nodeType": "Literal",
                  "src": "2935:1:66",
                  "typeDescriptions": {
                    "typeIdentifier": "t_rational_9_by_1",
                    "typeString": "int_const 9"
                  },
                  "value": "9"
                },
                "src": "2931:5:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_1000000000_by_1",
                  "typeString": "int_const 1000000000"
                }
              },
              "nodeType": "BinaryOperation",
              "operator": "*",
              "rightExpression": {
                "commonType": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                },
                "id": 9337,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "lValueRequested": false,
                "leftExpression": {
                  "hexValue": "3130",
                  "id": 9335,
                  "isConstant": false,
                  "isLValue": false,
                  "isPure": true,
                  "kind": "number",
                  "lValueRequested": false,
                  "nodeType": "Literal",
                  "src": "2939:2:66",
                  "typeDescriptions": {
                    "typeIdentifier": "t_rational_10_by_1",
                    "typeString": "int_const 10"
                  },
                  "value": "10"
                },
                "nodeType": "BinaryOperation",
                "operator": "**",
                "rightExpression": {
                  "id": 9336,
                  "name": "DECIMALS",
                  "nodeType": "Identifier",
                  "overloadedDeclarations": [],
                  "referencedDeclaration": 9330,
                  "src": "2943:8:66",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  }
                },
                "src": "2939:12:66",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "src": "2931:20:66",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "visibility": "public"
          },
          {
            "body": {
              "id": 9352,
              "nodeType": "Block",
              "src": "3081:89:66",
              "statements": [
                {
                  "expression": {
                    "arguments": [
                      {
                        "arguments": [],
                        "expression": {
                          "argumentTypes": [],
                          "id": 9347,
                          "name": "_msgSender",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 15638,
                          "src": "3110:10:66",
                          "typeDescriptions": {
                            "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
                            "typeString": "function () view returns (address)"
                          }
                        },
                        "id": 9348,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "kind": "functionCall",
                        "lValueRequested": false,
                        "names": [],
                        "nodeType": "FunctionCall",
                        "src": "3110:12:66",
                        "tryCall": false,
                        "typeDescriptions": {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        }
                      },
                      {
                        "id": 9349,
                        "name": "INITIAL_SUPPLY",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 9339,
                        "src": "3136:14:66",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_address",
                          "typeString": "address"
                        },
                        {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      ],
                      "id": 9346,
                      "name": "_mint",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 15443,
                      "src": "3091:5:66",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint256_$returns$__$",
                        "typeString": "function (address,uint256)"
                      }
                    },
                    "id": 9350,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "3091:69:66",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 9351,
                  "nodeType": "ExpressionStatement",
                  "src": "3091:69:66"
                }
              ]
            },
            "id": 9353,
            "implemented": true,
            "kind": "constructor",
            "modifiers": [
              {
                "arguments": [
                  {
                    "id": 9342,
                    "name": "NAME",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9324,
                    "src": "3063:4:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  },
                  {
                    "id": 9343,
                    "name": "SYMBOL",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9327,
                    "src": "3069:6:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_string_memory_ptr",
                      "typeString": "string memory"
                    }
                  }
                ],
                "id": 9344,
                "modifierName": {
                  "id": 9341,
                  "name": "ERC20",
                  "nodeType": "IdentifierPath",
                  "referencedDeclaration": 15626,
                  "src": "3057:5:66"
                },
                "nodeType": "ModifierInvocation",
                "src": "3057:19:66"
              }
            ],
            "name": "",
            "nameLocation": "-1:-1:-1",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 9340,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3046:2:66"
            },
            "returnParameters": {
              "id": 9345,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3081:0:66"
            },
            "scope": 9363,
            "src": "3035:135:66",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "public"
          },
          {
            "baseFunctions": [
              15115
            ],
            "body": {
              "id": 9361,
              "nodeType": "Block",
              "src": "3232:32:66",
              "statements": [
                {
                  "expression": {
                    "id": 9359,
                    "name": "DECIMALS",
                    "nodeType": "Identifier",
                    "overloadedDeclarations": [],
                    "referencedDeclaration": 9330,
                    "src": "3249:8:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "functionReturnParameters": 9358,
                  "id": 9360,
                  "nodeType": "Return",
                  "src": "3242:15:66"
                }
              ]
            },
            "functionSelector": "313ce567",
            "id": 9362,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "decimals",
            "nameLocation": "3185:8:66",
            "nodeType": "FunctionDefinition",
            "overrides": {
              "id": 9355,
              "nodeType": "OverrideSpecifier",
              "overrides": [],
              "src": "3208:8:66"
            },
            "parameters": {
              "id": 9354,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "3193:2:66"
            },
            "returnParameters": {
              "id": 9358,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 9357,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 9362,
                  "src": "3225:5:66",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint8",
                    "typeString": "uint8"
                  },
                  "typeName": {
                    "id": 9356,
                    "name": "uint8",
                    "nodeType": "ElementaryTypeName",
                    "src": "3225:5:66",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint8",
                      "typeString": "uint8"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "3224:7:66"
            },
            "scope": 9363,
            "src": "3176:88:66",
            "stateMutability": "pure",
            "virtual": false,
            "visibility": "public"
          }
        ],
        "scope": 9364,
        "src": "2609:657:66"
      }
    ],
    "src": "39:3228:66"
  },
  "bytecode": "60806040523480156200001157600080fd5b50604080518082018252601281527154657468657220555344202d2044554d4d5960701b6020808301918252835180850190945260048452631554d11560e21b908401528151919291620000689160039162000198565b5080516200007e90600490602084019062000198565b505050620000a662000095620000ac60201b60201c565b69d3c21bcecceda1000000620000b0565b620002a0565b3390565b6001600160a01b0382166200010b5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b80600260008282546200011f91906200023e565b90915550506001600160a01b038216600090815260208190526040812080548392906200014e9084906200023e565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620001a69062000263565b90600052602060002090601f016020900481019282620001ca576000855562000215565b82601f10620001e557805160ff191683800117855562000215565b8280016001018555821562000215579182015b8281111562000215578251825591602001919060010190620001f8565b506200022392915062000227565b5090565b5b8082111562000223576000815560010162000228565b600082198211156200025e57634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806200027857607f821691505b602082108114156200029a57634e487b7160e01b600052602260045260246000fd5b50919050565b61094680620002b06000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c80633950935111610097578063a457c2d711610066578063a457c2d7146101f1578063a9059cbb14610204578063dd62ed3e14610217578063f76f8d781461022a576100f5565b8063395093511461019257806370a08231146101a557806395d89b41146101b8578063a3f4df7e146101c0576100f5565b806323b872dd116100d357806323b872dd1461014d5780632e0f2625146101605780632ff2e9dc1461017a578063313ce5671461018b576100f5565b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b61010261024d565b60405161010f919061085e565b60405180910390f35b61012b610126366004610835565b6102df565b604051901515815260200161010f565b6002545b60405190815260200161010f565b61012b61015b3660046107fa565b6102f7565b610168600681565b60405160ff909116815260200161010f565b61013f69d3c21bcecceda100000081565b6006610168565b61012b6101a0366004610835565b61031b565b61013f6101b33660046107a7565b61033d565b61010261035c565b6101026040518060400160405280601281526020017154657468657220555344202d2044554d4d5960701b81525081565b61012b6101ff366004610835565b61036b565b61012b610212366004610835565b6103eb565b61013f6102253660046107c8565b6103f9565b610102604051806040016040528060048152602001631554d11560e21b81525081565b60606003805461025c906108d5565b80601f0160208091040260200160405190810160405280929190818152602001828054610288906108d5565b80156102d55780601f106102aa576101008083540402835291602001916102d5565b820191906000526020600020905b8154815290600101906020018083116102b857829003601f168201915b5050505050905090565b6000336102ed818585610424565b5060019392505050565b600033610305858285610548565b6103108585856105c2565b506001949350505050565b6000336102ed81858561032e83836103f9565b61033891906108b1565b610424565b6001600160a01b0381166000908152602081905260409020545b919050565b60606004805461025c906108d5565b6000338161037982866103f9565b9050838110156103de5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6103108286868403610424565b6000336102ed8185856105c2565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104865760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016103d5565b6001600160a01b0382166104e75760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016103d5565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b600061055484846103f9565b905060001981146105bc57818110156105af5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016103d5565b6105bc8484848403610424565b50505050565b6001600160a01b0383166106265760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016103d5565b6001600160a01b0382166106885760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016103d5565b6001600160a01b038316600090815260208190526040902054818110156107005760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016103d5565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906107379084906108b1565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161078391815260200190565b60405180910390a36105bc565b80356001600160a01b038116811461035757600080fd5b6000602082840312156107b8578081fd5b6107c182610790565b9392505050565b600080604083850312156107da578081fd5b6107e383610790565b91506107f160208401610790565b90509250929050565b60008060006060848603121561080e578081fd5b61081784610790565b925061082560208501610790565b9150604084013590509250925092565b60008060408385031215610847578182fd5b61085083610790565b946020939093013593505050565b6000602080835283518082850152825b8181101561088a5785810183015185820160400152820161086e565b8181111561089b5783604083870101525b50601f01601f1916929092016040019392505050565b600082198211156108d057634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806108e957607f821691505b6020821081141561090a57634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220ec5e7ad5b51b77125368706e494d40183bc2a89b1d2557563bf5ae9da755c2b664736f6c63430008020033",
  "bytecodeSha1": "8db1680388484bde3684e495ef6dbd8f3b8114d1",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.2+commit.661d1103"
  },
  "contractName": "USD2",
  "coverageMap": {
    "branches": {
      "11": {},
      "3": {
        "ERC20._approve": {
          "29": [
            10241,
            10260,
            true
          ],
          "30": [
            10319,
            10340,
            true
          ]
        },
        "ERC20._spendAllowance": {
          "31": [
            10957,
            10994,
            false
          ],
          "32": [
            11018,
            11044,
            true
          ]
        },
        "ERC20._transfer": {
          "33": [
            7601,
            7619,
            true
          ],
          "34": [
            7679,
            7695,
            true
          ],
          "35": [
            7850,
            7871,
            true
          ]
        },
        "ERC20.decreaseAllowance": {
          "28": [
            6811,
            6846,
            true
          ]
        }
      },
      "4": {},
      "5": {},
      "66": {}
    },
    "statements": {
      "11": {
        "Context._msgSender": {
          "2": [
            712,
            729
          ]
        }
      },
      "3": {
        "ERC20._approve": {
          "15": [
            10233,
            10301
          ],
          "16": [
            10311,
            10379
          ],
          "17": [
            10390,
            10426
          ],
          "18": [
            10436,
            10473
          ]
        },
        "ERC20._spendAllowance": {
          "19": [
            11010,
            11078
          ],
          "20": [
            11120,
            11171
          ]
        },
        "ERC20._transfer": {
          "21": [
            7593,
            7661
          ],
          "22": [
            7671,
            7735
          ],
          "23": [
            7842,
            7914
          ],
          "24": [
            7948,
            7986
          ],
          "25": [
            8006,
            8029
          ],
          "26": [
            8040,
            8071
          ],
          "27": [
            8082,
            8119
          ]
        },
        "ERC20.allowance": {
          "14": [
            4084,
            4118
          ]
        },
        "ERC20.approve": {
          "3": [
            4570,
            4602
          ],
          "4": [
            4612,
            4623
          ]
        },
        "ERC20.balanceOf": {
          "9": [
            3501,
            3526
          ]
        },
        "ERC20.decreaseAllowance": {
          "11": [
            6803,
            6888
          ],
          "12": [
            6922,
            6982
          ]
        },
        "ERC20.increaseAllowance": {
          "8": [
            6015,
            6079
          ]
        },
        "ERC20.name": {
          "1": [
            2235,
            2247
          ]
        },
        "ERC20.symbol": {
          "10": [
            2448,
            2462
          ]
        },
        "ERC20.totalSupply": {
          "0": [
            3324,
            3343
          ]
        },
        "ERC20.transfer": {
          "13": [
            3862,
            3890
          ]
        },
        "ERC20.transferFrom": {
          "5": [
            5375,
            5413
          ],
          "6": [
            5423,
            5450
          ],
          "7": [
            5460,
            5471
          ]
        }
      },
      "4": {},
      "5": {},
      "66": {}
    }
  },
  "dependencies": [
    "OpenZeppelin/openzeppelin-contracts@4.7.3/Context",
    "OpenZeppelin/openzeppelin-contracts@4.7.3/ERC20",
    "OpenZeppelin/openzeppelin-contracts@4.7.3/IERC20",
    "OpenZeppelin/openzeppelin-contracts@4.7.3/IERC20Metadata"
  ],
  "deployedBytecode": "608060405234801561001057600080fd5b50600436106100f55760003560e01c80633950935111610097578063a457c2d711610066578063a457c2d7146101f1578063a9059cbb14610204578063dd62ed3e14610217578063f76f8d781461022a576100f5565b8063395093511461019257806370a08231146101a557806395d89b41146101b8578063a3f4df7e146101c0576100f5565b806323b872dd116100d357806323b872dd1461014d5780632e0f2625146101605780632ff2e9dc1461017a578063313ce5671461018b576100f5565b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b61010261024d565b60405161010f919061085e565b60405180910390f35b61012b610126366004610835565b6102df565b604051901515815260200161010f565b6002545b60405190815260200161010f565b61012b61015b3660046107fa565b6102f7565b610168600681565b60405160ff909116815260200161010f565b61013f69d3c21bcecceda100000081565b6006610168565b61012b6101a0366004610835565b61031b565b61013f6101b33660046107a7565b61033d565b61010261035c565b6101026040518060400160405280601281526020017154657468657220555344202d2044554d4d5960701b81525081565b61012b6101ff366004610835565b61036b565b61012b610212366004610835565b6103eb565b61013f6102253660046107c8565b6103f9565b610102604051806040016040528060048152602001631554d11560e21b81525081565b60606003805461025c906108d5565b80601f0160208091040260200160405190810160405280929190818152602001828054610288906108d5565b80156102d55780601f106102aa576101008083540402835291602001916102d5565b820191906000526020600020905b8154815290600101906020018083116102b857829003601f168201915b5050505050905090565b6000336102ed818585610424565b5060019392505050565b600033610305858285610548565b6103108585856105c2565b506001949350505050565b6000336102ed81858561032e83836103f9565b61033891906108b1565b610424565b6001600160a01b0381166000908152602081905260409020545b919050565b60606004805461025c906108d5565b6000338161037982866103f9565b9050838110156103de5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b6103108286868403610424565b6000336102ed8185856105c2565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104865760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016103d5565b6001600160a01b0382166104e75760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016103d5565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b600061055484846103f9565b905060001981146105bc57818110156105af5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016103d5565b6105bc8484848403610424565b50505050565b6001600160a01b0383166106265760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016103d5565b6001600160a01b0382166106885760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016103d5565b6001600160a01b038316600090815260208190526040902054818110156107005760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016103d5565b6001600160a01b038085166000908152602081905260408082208585039055918516815290812080548492906107379084906108b1565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161078391815260200190565b60405180910390a36105bc565b80356001600160a01b038116811461035757600080fd5b6000602082840312156107b8578081fd5b6107c182610790565b9392505050565b600080604083850312156107da578081fd5b6107e383610790565b91506107f160208401610790565b90509250929050565b60008060006060848603121561080e578081fd5b61081784610790565b925061082560208501610790565b9150604084013590509250925092565b60008060408385031215610847578182fd5b61085083610790565b946020939093013593505050565b6000602080835283518082850152825b8181101561088a5785810183015185820160400152820161086e565b8181111561089b5783604083870101525b50601f01601f1916929092016040019392505050565b600082198211156108d057634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806108e957607f821691505b6020821081141561090a57634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220ec5e7ad5b51b77125368706e494d40183bc2a89b1d2557563bf5ae9da755c2b664736f6c63430008020033",
  "deployedSourceMap": "1539:532:66:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2156:98:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4433:197;;;;;;:::i;:::-;;:::i;:::-;;;1445:14:67;;1438:22;1420:41;;1408:2;1393:18;4433:197:3;1375:92:67;3244:106:3;3331:12;;3244:106;;;5015:25:67;;;5003:2;4988:18;3244:106:3;4970:76:67;5192:286:3;;;;;;:::i;:::-;;:::i;1748:34:66:-;;1781:1;1748:34;;;;;5223:4:67;5211:17;;;5193:36;;5181:2;5166:18;1748:34:66;5148:87:67;1789:47:66;;1830:6;1789:47;;1981:88;1781:1;1981:88;;5873:234:3;;;;;;:::i;:::-;;:::i;3408:125::-;;;;;;:::i;:::-;;:::i;2367:102::-;;;:::i;1648:50:66:-;;;;;;;;;;;;;;;-1:-1:-1;;;1648:50:66;;;;;6594:427:3;;;;;;:::i;:::-;;:::i;3729:189::-;;;;;;:::i;:::-;;:::i;3976:149::-;;;;;;:::i;:::-;;:::i;1704:38:66:-;;;;;;;;;;;;;;;-1:-1:-1;;;1704:38:66;;;;;2156:98:3;2210:13;2242:5;2235:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2156:98;:::o;4433:197::-;4516:4;719:10:11;4570:32:3;719:10:11;4586:7:3;4595:6;4570:8;:32::i;:::-;-1:-1:-1;4619:4:3;;4433:197;-1:-1:-1;;;4433:197:3:o;5192:286::-;5319:4;719:10:11;5375:38:3;5391:4;719:10:11;5406:6:3;5375:15;:38::i;:::-;5423:27;5433:4;5439:2;5443:6;5423:9;:27::i;:::-;-1:-1:-1;5467:4:3;;5192:286;-1:-1:-1;;;;5192:286:3:o;5873:234::-;5961:4;719:10:11;6015:64:3;719:10:11;6031:7:3;6068:10;6040:25;719:10:11;6031:7:3;6040:9;:25::i;:::-;:38;;;;:::i;:::-;6015:8;:64::i;3408:125::-;-1:-1:-1;;;;;3508:18:3;;3482:7;3508:18;;;;;;;;;;;3408:125;;;;:::o;2367:102::-;2423:13;2455:7;2448:14;;;;;:::i;6594:427::-;6687:4;719:10:11;6687:4:3;6768:25;719:10:11;6785:7:3;6768:9;:25::i;:::-;6741:52;;6831:15;6811:16;:35;;6803:85;;;;-1:-1:-1;;;6803:85:3;;4665:2:67;6803:85:3;;;4647:21:67;4704:2;4684:18;;;4677:30;4743:34;4723:18;;;4716:62;-1:-1:-1;;;4794:18:67;;;4787:35;4839:19;;6803:85:3;;;;;;;;;6922:60;6931:5;6938:7;6966:15;6947:16;:34;6922:8;:60::i;3729:189::-;3808:4;719:10:11;3862:28:3;719:10:11;3879:2:3;3883:6;3862:9;:28::i;3976:149::-;-1:-1:-1;;;;;4091:18:3;;;4065:7;4091:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;3976:149::o;10110:370::-;-1:-1:-1;;;;;10241:19:3;;10233:68;;;;-1:-1:-1;;;10233:68:3;;4260:2:67;10233:68:3;;;4242:21:67;4299:2;4279:18;;;4272:30;4338:34;4318:18;;;4311:62;-1:-1:-1;;;4389:18:67;;;4382:34;4433:19;;10233:68:3;4232:226:67;10233:68:3;-1:-1:-1;;;;;10319:21:3;;10311:68;;;;-1:-1:-1;;;10311:68:3;;2686:2:67;10311:68:3;;;2668:21:67;2725:2;2705:18;;;2698:30;2764:34;2744:18;;;2737:62;-1:-1:-1;;;2815:18:67;;;2808:32;2857:19;;10311:68:3;2658:224:67;10311:68:3;-1:-1:-1;;;;;10390:18:3;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;10441:32;;5015:25:67;;;10441:32:3;;4988:18:67;10441:32:3;;;;;;;10110:370;;;:::o;10761:441::-;10891:24;10918:25;10928:5;10935:7;10918:9;:25::i;:::-;10891:52;;-1:-1:-1;;10957:16:3;:37;10953:243;;11038:6;11018:16;:26;;11010:68;;;;-1:-1:-1;;;11010:68:3;;3089:2:67;11010:68:3;;;3071:21:67;3128:2;3108:18;;;3101:30;3167:31;3147:18;;;3140:59;3216:18;;11010:68:3;3061:179:67;11010:68:3;11120:51;11129:5;11136:7;11164:6;11145:16;:25;11120:8;:51::i;:::-;10761:441;;;;:::o;7475:651::-;-1:-1:-1;;;;;7601:18:3;;7593:68;;;;-1:-1:-1;;;7593:68:3;;3854:2:67;7593:68:3;;;3836:21:67;3893:2;3873:18;;;3866:30;3932:34;3912:18;;;3905:62;-1:-1:-1;;;3983:18:67;;;3976:35;4028:19;;7593:68:3;3826:227:67;7593:68:3;-1:-1:-1;;;;;7679:16:3;;7671:64;;;;-1:-1:-1;;;7671:64:3;;2282:2:67;7671:64:3;;;2264:21:67;2321:2;2301:18;;;2294:30;2360:34;2340:18;;;2333:62;-1:-1:-1;;;2411:18:67;;;2404:33;2454:19;;7671:64:3;2254:225:67;7671:64:3;-1:-1:-1;;;;;7817:15:3;;7795:19;7817:15;;;;;;;;;;;7850:21;;;;7842:72;;;;-1:-1:-1;;;7842:72:3;;3447:2:67;7842:72:3;;;3429:21:67;3486:2;3466:18;;;3459:30;3525:34;3505:18;;;3498:62;-1:-1:-1;;;3576:18:67;;;3569:36;3622:19;;7842:72:3;3419:228:67;7842:72:3;-1:-1:-1;;;;;7948:15:3;;;:9;:15;;;;;;;;;;;7966:20;;;7948:38;;8006:13;;;;;;;;:23;;7980:6;;7948:9;8006:23;;7980:6;;8006:23;:::i;:::-;;;;;;;;8060:2;-1:-1:-1;;;;;8045:26:3;8054:4;-1:-1:-1;;;;;8045:26:3;;8064:6;8045:26;;;;5015:25:67;;5003:2;4988:18;;4970:76;8045:26:3;;;;;;;;8082:37;11786:121;14:173:67;82:20;;-1:-1:-1;;;;;131:31:67;;121:42;;111:2;;177:1;174;167:12;192:196;;304:2;292:9;283:7;279:23;275:32;272:2;;;325:6;317;310:22;272:2;353:29;372:9;353:29;:::i;:::-;343:39;262:126;-1:-1:-1;;;262:126:67:o;393:270::-;;;522:2;510:9;501:7;497:23;493:32;490:2;;;543:6;535;528:22;490:2;571:29;590:9;571:29;:::i;:::-;561:39;;619:38;653:2;642:9;638:18;619:38;:::i;:::-;609:48;;480:183;;;;;:::o;668:338::-;;;;814:2;802:9;793:7;789:23;785:32;782:2;;;835:6;827;820:22;782:2;863:29;882:9;863:29;:::i;:::-;853:39;;911:38;945:2;934:9;930:18;911:38;:::i;:::-;901:48;;996:2;985:9;981:18;968:32;958:42;;772:234;;;;;:::o;1011:264::-;;;1140:2;1128:9;1119:7;1115:23;1111:32;1108:2;;;1161:6;1153;1146:22;1108:2;1189:29;1208:9;1189:29;:::i;:::-;1179:39;1265:2;1250:18;;;;1237:32;;-1:-1:-1;;;1098:177:67:o;1472:603::-;;1613:2;1642;1631:9;1624:21;1674:6;1668:13;1717:6;1712:2;1701:9;1697:18;1690:34;1742:4;1755:140;1769:6;1766:1;1763:13;1755:140;;;1864:14;;;1860:23;;1854:30;1830:17;;;1849:2;1826:26;1819:66;1784:10;;1755:140;;;1913:6;1910:1;1907:13;1904:2;;;1983:4;1978:2;1969:6;1958:9;1954:22;1950:31;1943:45;1904:2;-1:-1:-1;2059:2:67;2038:15;-1:-1:-1;;2034:29:67;2019:45;;;;2066:2;2015:54;;1593:482;-1:-1:-1;;;1593:482:67:o;5240:229::-;;5311:1;5307:6;5304:1;5301:13;5298:2;;;-1:-1:-1;;;5337:33:67;;5393:4;5390:1;5383:15;5423:4;5344:3;5411:17;5298:2;-1:-1:-1;5454:9:67;;5288:181::o;5474:380::-;5559:1;5549:12;;5606:1;5596:12;;;5617:2;;5671:4;5663:6;5659:17;5649:27;;5617:2;5724;5716:6;5713:14;5693:18;5690:38;5687:2;;;5770:10;5765:3;5761:20;5758:1;5751:31;5805:4;5802:1;5795:15;5833:4;5830:1;5823:15;5687:2;;5529:325;;;:::o",
  "language": "Solidity",
  "natspec": {
    "kind": "dev",
    "methods": {
      "allowance(address,address)": {
        "details": "See {IERC20-allowance}."
      },
      "approve(address,uint256)": {
        "details": "See {IERC20-approve}. NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on `transferFrom`. This is semantically equivalent to an infinite approval. Requirements: - `spender` cannot be the zero address."
      },
      "balanceOf(address)": {
        "details": "See {IERC20-balanceOf}."
      },
      "decimals()": {
        "details": "Returns the number of decimals used to get its user representation. For example, if `decimals` equals `2`, a balance of `505` tokens should be displayed to a user as `5.05` (`505 / 10 ** 2`). Tokens usually opt for a value of 18, imitating the relationship between Ether and Wei. This is the value {ERC20} uses, unless this function is overridden; NOTE: This information is only used for _display_ purposes: it in no way affects any of the arithmetic of the contract, including {IERC20-balanceOf} and {IERC20-transfer}."
      },
      "decreaseAllowance(address,uint256)": {
        "details": "Atomically decreases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address. - `spender` must have allowance for the caller of at least `subtractedValue`."
      },
      "increaseAllowance(address,uint256)": {
        "details": "Atomically increases the allowance granted to `spender` by the caller. This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}. Emits an {Approval} event indicating the updated allowance. Requirements: - `spender` cannot be the zero address."
      },
      "name()": {
        "details": "Returns the name of the token."
      },
      "symbol()": {
        "details": "Returns the symbol of the token, usually a shorter version of the name."
      },
      "totalSupply()": {
        "details": "See {IERC20-totalSupply}."
      },
      "transfer(address,uint256)": {
        "details": "See {IERC20-transfer}. Requirements: - `to` cannot be the zero address. - the caller must have a balance of at least `amount`."
      },
      "transferFrom(address,address,uint256)": {
        "details": "See {IERC20-transferFrom}. Emits an {Approval} event indicating the updated allowance. This is not required by the EIP. See the note at the beginning of {ERC20}. NOTE: Does not update the allowance if the current allowance is the maximum `uint256`. Requirements: - `from` and `to` cannot be the zero address. - `from` must have a balance of at least `amount`. - the caller must have allowance for ``from``'s tokens of at least `amount`."
      }
    },
    "version": 1
  },
  "offset": [
    1539,
    2071
  ],
  "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xF5 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x39509351 GT PUSH2 0x97 JUMPI DUP1 PUSH4 0xA457C2D7 GT PUSH2 0x66 JUMPI DUP1 PUSH4 0xA457C2D7 EQ PUSH2 0x1F1 JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x204 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x217 JUMPI DUP1 PUSH4 0xF76F8D78 EQ PUSH2 0x22A JUMPI PUSH2 0xF5 JUMP JUMPDEST DUP1 PUSH4 0x39509351 EQ PUSH2 0x192 JUMPI DUP1 PUSH4 0x70A08231 EQ PUSH2 0x1A5 JUMPI DUP1 PUSH4 0x95D89B41 EQ PUSH2 0x1B8 JUMPI DUP1 PUSH4 0xA3F4DF7E EQ PUSH2 0x1C0 JUMPI PUSH2 0xF5 JUMP JUMPDEST DUP1 PUSH4 0x23B872DD GT PUSH2 0xD3 JUMPI DUP1 PUSH4 0x23B872DD EQ PUSH2 0x14D JUMPI DUP1 PUSH4 0x2E0F2625 EQ PUSH2 0x160 JUMPI DUP1 PUSH4 0x2FF2E9DC EQ PUSH2 0x17A JUMPI DUP1 PUSH4 0x313CE567 EQ PUSH2 0x18B JUMPI PUSH2 0xF5 JUMP JUMPDEST DUP1 PUSH4 0x6FDDE03 EQ PUSH2 0xFA JUMPI DUP1 PUSH4 0x95EA7B3 EQ PUSH2 0x118 JUMPI DUP1 PUSH4 0x18160DDD EQ PUSH2 0x13B JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x102 PUSH2 0x24D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x10F SWAP2 SWAP1 PUSH2 0x85E JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x12B PUSH2 0x126 CALLDATASIZE PUSH1 0x4 PUSH2 0x835 JUMP JUMPDEST PUSH2 0x2DF JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x10F JUMP JUMPDEST PUSH1 0x2 SLOAD JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x10F JUMP JUMPDEST PUSH2 0x12B PUSH2 0x15B CALLDATASIZE PUSH1 0x4 PUSH2 0x7FA JUMP JUMPDEST PUSH2 0x2F7 JUMP JUMPDEST PUSH2 0x168 PUSH1 0x6 DUP2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x10F JUMP JUMPDEST PUSH2 0x13F PUSH10 0xD3C21BCECCEDA1000000 DUP2 JUMP JUMPDEST PUSH1 0x6 PUSH2 0x168 JUMP JUMPDEST PUSH2 0x12B PUSH2 0x1A0 CALLDATASIZE PUSH1 0x4 PUSH2 0x835 JUMP JUMPDEST PUSH2 0x31B JUMP JUMPDEST PUSH2 0x13F PUSH2 0x1B3 CALLDATASIZE PUSH1 0x4 PUSH2 0x7A7 JUMP JUMPDEST PUSH2 0x33D JUMP JUMPDEST PUSH2 0x102 PUSH2 0x35C JUMP JUMPDEST PUSH2 0x102 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x12 DUP2 MSTORE PUSH1 0x20 ADD PUSH18 0x54657468657220555344202D2044554D4D59 PUSH1 0x70 SHL DUP2 MSTORE POP DUP2 JUMP JUMPDEST PUSH2 0x12B PUSH2 0x1FF CALLDATASIZE PUSH1 0x4 PUSH2 0x835 JUMP JUMPDEST PUSH2 0x36B JUMP JUMPDEST PUSH2 0x12B PUSH2 0x212 CALLDATASIZE PUSH1 0x4 PUSH2 0x835 JUMP JUMPDEST PUSH2 0x3EB JUMP JUMPDEST PUSH2 0x13F PUSH2 0x225 CALLDATASIZE PUSH1 0x4 PUSH2 0x7C8 JUMP JUMPDEST PUSH2 0x3F9 JUMP JUMPDEST PUSH2 0x102 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x4 DUP2 MSTORE PUSH1 0x20 ADD PUSH4 0x1554D115 PUSH1 0xE2 SHL DUP2 MSTORE POP DUP2 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x25C SWAP1 PUSH2 0x8D5 JUMP JUMPDEST DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP3 DUP1 SLOAD PUSH2 0x288 SWAP1 PUSH2 0x8D5 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2D5 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2AA JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2D5 JUMP JUMPDEST DUP3 ADD SWAP2 SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 JUMPDEST DUP2 SLOAD DUP2 MSTORE SWAP1 PUSH1 0x1 ADD SWAP1 PUSH1 0x20 ADD DUP1 DUP4 GT PUSH2 0x2B8 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x2ED DUP2 DUP6 DUP6 PUSH2 0x424 JUMP JUMPDEST POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x305 DUP6 DUP3 DUP6 PUSH2 0x548 JUMP JUMPDEST PUSH2 0x310 DUP6 DUP6 DUP6 PUSH2 0x5C2 JUMP JUMPDEST POP PUSH1 0x1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x2ED DUP2 DUP6 DUP6 PUSH2 0x32E DUP4 DUP4 PUSH2 0x3F9 JUMP JUMPDEST PUSH2 0x338 SWAP2 SWAP1 PUSH2 0x8B1 JUMP JUMPDEST PUSH2 0x424 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x4 DUP1 SLOAD PUSH2 0x25C SWAP1 PUSH2 0x8D5 JUMP JUMPDEST PUSH1 0x0 CALLER DUP2 PUSH2 0x379 DUP3 DUP7 PUSH2 0x3F9 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x3DE JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x25 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77 PUSH1 0x44 DUP3 ADD MSTORE PUSH5 0x207A65726F PUSH1 0xD8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x310 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x424 JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x2ED DUP2 DUP6 DUP6 PUSH2 0x5C2 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP2 DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP4 SWAP1 SWAP5 AND DUP3 MSTORE SWAP2 SWAP1 SWAP2 MSTORE KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x486 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP1 DUP3 ADD MSTORE PUSH32 0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464 PUSH1 0x44 DUP3 ADD MSTORE PUSH4 0x72657373 PUSH1 0xE0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3D5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x4E7 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x22 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A20617070726F766520746F20746865207A65726F206164647265 PUSH1 0x44 DUP3 ADD MSTORE PUSH2 0x7373 PUSH1 0xF0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3D5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP5 DUP8 AND DUP1 DUP5 MSTORE SWAP5 DUP3 MSTORE SWAP2 DUP3 SWAP1 KECCAK256 DUP6 SWAP1 SSTORE SWAP1 MLOAD DUP5 DUP2 MSTORE PUSH32 0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x554 DUP5 DUP5 PUSH2 0x3F9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 NOT DUP2 EQ PUSH2 0x5BC JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x5AF JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1D PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x3D5 JUMP JUMPDEST PUSH2 0x5BC DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x424 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x626 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x25 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E736665722066726F6D20746865207A65726F206164 PUSH1 0x44 DUP3 ADD MSTORE PUSH5 0x6472657373 PUSH1 0xD8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3D5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x688 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x23 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E7366657220746F20746865207A65726F2061646472 PUSH1 0x44 DUP3 ADD MSTORE PUSH3 0x657373 PUSH1 0xE8 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3D5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP2 DUP2 LT ISZERO PUSH2 0x700 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x26 PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x45524332303A207472616E7366657220616D6F756E7420657863656564732062 PUSH1 0x44 DUP3 ADD MSTORE PUSH6 0x616C616E6365 PUSH1 0xD0 SHL PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x3D5 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP6 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP6 DUP6 SUB SWAP1 SSTORE SWAP2 DUP6 AND DUP2 MSTORE SWAP1 DUP2 KECCAK256 DUP1 SLOAD DUP5 SWAP3 SWAP1 PUSH2 0x737 SWAP1 DUP5 SWAP1 PUSH2 0x8B1 JUMP JUMPDEST SWAP3 POP POP DUP2 SWAP1 SSTORE POP DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF DUP5 PUSH1 0x40 MLOAD PUSH2 0x783 SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0x5BC JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x357 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x7B8 JUMPI DUP1 DUP2 REVERT JUMPDEST PUSH2 0x7C1 DUP3 PUSH2 0x790 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x7DA JUMPI DUP1 DUP2 REVERT JUMPDEST PUSH2 0x7E3 DUP4 PUSH2 0x790 JUMP JUMPDEST SWAP2 POP PUSH2 0x7F1 PUSH1 0x20 DUP5 ADD PUSH2 0x790 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x80E JUMPI DUP1 DUP2 REVERT JUMPDEST PUSH2 0x817 DUP5 PUSH2 0x790 JUMP JUMPDEST SWAP3 POP PUSH2 0x825 PUSH1 0x20 DUP6 ADD PUSH2 0x790 JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x847 JUMPI DUP2 DUP3 REVERT JUMPDEST PUSH2 0x850 DUP4 PUSH2 0x790 JUMP JUMPDEST SWAP5 PUSH1 0x20 SWAP4 SWAP1 SWAP4 ADD CALLDATALOAD SWAP4 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP1 DUP4 MSTORE DUP4 MLOAD DUP1 DUP3 DUP6 ADD MSTORE DUP3 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x88A JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x40 ADD MSTORE DUP3 ADD PUSH2 0x86E JUMP JUMPDEST DUP2 DUP2 GT ISZERO PUSH2 0x89B JUMPI DUP4 PUSH1 0x40 DUP4 DUP8 ADD ADD MSTORE JUMPDEST POP PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x40 ADD SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 NOT DUP3 GT ISZERO PUSH2 0x8D0 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 DUP2 REVERT JUMPDEST POP ADD SWAP1 JUMP JUMPDEST PUSH1 0x2 DUP2 DIV PUSH1 0x1 DUP3 AND DUP1 PUSH2 0x8E9 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x90A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xEC 0x5E PUSH27 0xD5B51B77125368706E494D40183BC2A89B1D2557563BF5AE9DA755 0xC2 0xB6 PUSH5 0x736F6C6343 STOP ADDMOD MUL STOP CALLER ",
  "pcMap": {
    "0": {
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x80"
    },
    "2": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "4": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "5": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "CALLVALUE",
      "path": "66"
    },
    "6": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "7": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "ISZERO",
      "path": "66"
    },
    "8": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x10"
    },
    "11": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "12": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "14": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "15": {
      "dev": "Cannot send ether to nonpayable function",
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "REVERT",
      "path": "66"
    },
    "16": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "17": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "POP",
      "path": "66"
    },
    "18": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x4"
    },
    "20": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "CALLDATASIZE",
      "path": "66"
    },
    "21": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "LT",
      "path": "66"
    },
    "22": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "25": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "26": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "28": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "CALLDATALOAD",
      "path": "66"
    },
    "29": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0xE0"
    },
    "31": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "SHR",
      "path": "66"
    },
    "32": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "33": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x39509351"
    },
    "38": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "GT",
      "path": "66"
    },
    "39": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x97"
    },
    "42": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "43": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "44": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA457C2D7"
    },
    "49": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "GT",
      "path": "66"
    },
    "50": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x66"
    },
    "53": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "54": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "55": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA457C2D7"
    },
    "60": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "61": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1F1"
    },
    "64": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "65": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "66": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA9059CBB"
    },
    "71": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "72": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x204"
    },
    "75": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "76": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "77": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xDD62ED3E"
    },
    "82": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "83": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x217"
    },
    "86": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "87": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "88": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xF76F8D78"
    },
    "93": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "94": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x22A"
    },
    "97": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "98": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "101": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMP",
      "path": "66"
    },
    "102": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "103": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "104": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x39509351"
    },
    "109": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "110": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x192"
    },
    "113": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "114": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "115": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x70A08231"
    },
    "120": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "121": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1A5"
    },
    "124": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "125": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "126": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x95D89B41"
    },
    "131": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "132": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1B8"
    },
    "135": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "136": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "137": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA3F4DF7E"
    },
    "142": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "143": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1C0"
    },
    "146": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "147": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "150": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMP",
      "path": "66"
    },
    "151": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "152": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "153": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x23B872DD"
    },
    "158": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "GT",
      "path": "66"
    },
    "159": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xD3"
    },
    "162": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "163": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "164": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x23B872DD"
    },
    "169": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "170": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x14D"
    },
    "173": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "174": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "175": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x2E0F2625"
    },
    "180": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "181": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x160"
    },
    "184": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "185": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "186": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x2FF2E9DC"
    },
    "191": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "192": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x17A"
    },
    "195": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "196": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "197": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x313CE567"
    },
    "202": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "203": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x18B"
    },
    "206": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "207": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "210": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMP",
      "path": "66"
    },
    "211": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "212": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "213": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x6FDDE03"
    },
    "218": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "219": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xFA"
    },
    "222": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "223": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "224": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x95EA7B3"
    },
    "229": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "230": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x118"
    },
    "233": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "234": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "235": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x18160DDD"
    },
    "240": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "EQ",
      "path": "66"
    },
    "241": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x13B"
    },
    "244": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "245": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "246": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "248": {
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "DUP1",
      "path": "66"
    },
    "249": {
      "first_revert": true,
      "fn": null,
      "offset": [
        1539,
        2071
      ],
      "op": "REVERT",
      "path": "66"
    },
    "250": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "251": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x102"
    },
    "254": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x24D"
    },
    "257": {
      "fn": "ERC20.name",
      "jump": "i",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMP",
      "path": "3"
    },
    "258": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "259": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "261": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "262": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x10F"
    },
    "265": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "266": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "267": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x85E"
    },
    "270": {
      "fn": "ERC20.name",
      "jump": "i",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMP",
      "path": "3"
    },
    "271": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "272": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "274": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "275": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "DUP1",
      "path": "3"
    },
    "276": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "277": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SUB",
      "path": "3"
    },
    "278": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "279": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "RETURN",
      "path": "3"
    },
    "280": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "281": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x12B"
    },
    "284": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x126"
    },
    "287": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "288": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "290": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x835"
    },
    "293": {
      "fn": "ERC20.approve",
      "jump": "i",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMP",
      "path": "3"
    },
    "294": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "295": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2DF"
    },
    "298": {
      "fn": "ERC20.approve",
      "jump": "i",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMP",
      "path": "3"
    },
    "299": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "300": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "302": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "303": {
      "op": "SWAP1"
    },
    "304": {
      "op": "ISZERO"
    },
    "305": {
      "op": "ISZERO"
    },
    "306": {
      "op": "DUP2"
    },
    "307": {
      "op": "MSTORE"
    },
    "308": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "310": {
      "op": "ADD"
    },
    "311": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x10F"
    },
    "314": {
      "op": "JUMP"
    },
    "315": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3244,
        3350
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "316": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3331,
        3343
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 0,
      "value": "0x2"
    },
    "318": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3331,
        3343
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "319": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3244,
        3350
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "320": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3244,
        3350
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "322": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3244,
        3350
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "323": {
      "op": "SWAP1"
    },
    "324": {
      "op": "DUP2"
    },
    "325": {
      "op": "MSTORE"
    },
    "326": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "328": {
      "op": "ADD"
    },
    "329": {
      "fn": "ERC20.totalSupply",
      "offset": [
        3244,
        3350
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x10F"
    },
    "332": {
      "op": "JUMP"
    },
    "333": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "334": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x12B"
    },
    "337": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x15B"
    },
    "340": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "341": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "343": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x7FA"
    },
    "346": {
      "fn": "ERC20.transferFrom",
      "jump": "i",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMP",
      "path": "3"
    },
    "347": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "348": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2F7"
    },
    "351": {
      "fn": "ERC20.transferFrom",
      "jump": "i",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMP",
      "path": "3"
    },
    "352": {
      "offset": [
        1748,
        1782
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "353": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1748,
        1782
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x168"
    },
    "356": {
      "offset": [
        1781,
        1782
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x6"
    },
    "358": {
      "offset": [
        1748,
        1782
      ],
      "op": "DUP2",
      "path": "66"
    },
    "359": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1748,
        1782
      ],
      "op": "JUMP",
      "path": "66"
    },
    "360": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1748,
        1782
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "361": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1748,
        1782
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "363": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1748,
        1782
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "364": {
      "op": "PUSH1",
      "value": "0xFF"
    },
    "366": {
      "op": "SWAP1"
    },
    "367": {
      "op": "SWAP2"
    },
    "368": {
      "op": "AND"
    },
    "369": {
      "op": "DUP2"
    },
    "370": {
      "op": "MSTORE"
    },
    "371": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "373": {
      "op": "ADD"
    },
    "374": {
      "offset": [
        1748,
        1782
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x10F"
    },
    "377": {
      "op": "JUMP"
    },
    "378": {
      "offset": [
        1789,
        1836
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "379": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1789,
        1836
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x13F"
    },
    "382": {
      "offset": [
        1830,
        1836
      ],
      "op": "PUSH10",
      "path": "66",
      "value": "0xD3C21BCECCEDA1000000"
    },
    "393": {
      "offset": [
        1789,
        1836
      ],
      "op": "DUP2",
      "path": "66"
    },
    "394": {
      "fn": "ERC20.transferFrom",
      "offset": [
        1789,
        1836
      ],
      "op": "JUMP",
      "path": "66"
    },
    "395": {
      "fn": "USD2.decimals",
      "offset": [
        1981,
        2069
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "396": {
      "offset": [
        1781,
        1782
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x6"
    },
    "398": {
      "fn": "USD2.decimals",
      "offset": [
        1981,
        2069
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x168"
    },
    "401": {
      "fn": "USD2.decimals",
      "offset": [
        1981,
        2069
      ],
      "op": "JUMP",
      "path": "66"
    },
    "402": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "403": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x12B"
    },
    "406": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x1A0"
    },
    "409": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "410": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "412": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x835"
    },
    "415": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        5873,
        6107
      ],
      "op": "JUMP",
      "path": "3"
    },
    "416": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "417": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x31B"
    },
    "420": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        5873,
        6107
      ],
      "op": "JUMP",
      "path": "3"
    },
    "421": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "422": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x13F"
    },
    "425": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x1B3"
    },
    "428": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "429": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "431": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x7A7"
    },
    "434": {
      "fn": "ERC20.balanceOf",
      "jump": "i",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMP",
      "path": "3"
    },
    "435": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "436": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x33D"
    },
    "439": {
      "fn": "ERC20.balanceOf",
      "jump": "i",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMP",
      "path": "3"
    },
    "440": {
      "fn": "ERC20.symbol",
      "offset": [
        2367,
        2469
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "441": {
      "fn": "ERC20.symbol",
      "offset": [
        2367,
        2469
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x102"
    },
    "444": {
      "fn": "ERC20.symbol",
      "offset": [
        2367,
        2469
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x35C"
    },
    "447": {
      "fn": "ERC20.symbol",
      "jump": "i",
      "offset": [
        2367,
        2469
      ],
      "op": "JUMP",
      "path": "3"
    },
    "448": {
      "offset": [
        1648,
        1698
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "449": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x102"
    },
    "452": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "454": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "455": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "DUP1",
      "path": "66"
    },
    "456": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "458": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "ADD",
      "path": "66"
    },
    "459": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "461": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "462": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "DUP1",
      "path": "66"
    },
    "463": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x12"
    },
    "465": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "DUP2",
      "path": "66"
    },
    "466": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "467": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x20"
    },
    "469": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "ADD",
      "path": "66"
    },
    "470": {
      "op": "PUSH18",
      "value": "0x54657468657220555344202D2044554D4D59"
    },
    "489": {
      "op": "PUSH1",
      "value": "0x70"
    },
    "491": {
      "op": "SHL"
    },
    "492": {
      "offset": [
        1648,
        1698
      ],
      "op": "DUP2",
      "path": "66"
    },
    "493": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "494": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "POP",
      "path": "66"
    },
    "495": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "DUP2",
      "path": "66"
    },
    "496": {
      "fn": "ERC20.symbol",
      "offset": [
        1648,
        1698
      ],
      "op": "JUMP",
      "path": "66"
    },
    "497": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "498": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x12B"
    },
    "501": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x1FF"
    },
    "504": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "505": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "507": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x835"
    },
    "510": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMP",
      "path": "3"
    },
    "511": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "512": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x36B"
    },
    "515": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMP",
      "path": "3"
    },
    "516": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "517": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x12B"
    },
    "520": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x212"
    },
    "523": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "524": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "526": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x835"
    },
    "529": {
      "fn": "ERC20.transfer",
      "jump": "i",
      "offset": [
        3729,
        3918
      ],
      "op": "JUMP",
      "path": "3"
    },
    "530": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "531": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3EB"
    },
    "534": {
      "fn": "ERC20.transfer",
      "jump": "i",
      "offset": [
        3729,
        3918
      ],
      "op": "JUMP",
      "path": "3"
    },
    "535": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "536": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x13F"
    },
    "539": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x225"
    },
    "542": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "543": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "545": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x7C8"
    },
    "548": {
      "fn": "ERC20.allowance",
      "jump": "i",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMP",
      "path": "3"
    },
    "549": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "550": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3F9"
    },
    "553": {
      "fn": "ERC20.allowance",
      "jump": "i",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMP",
      "path": "3"
    },
    "554": {
      "offset": [
        1704,
        1742
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "555": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x102"
    },
    "558": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "560": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "561": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "DUP1",
      "path": "66"
    },
    "562": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "564": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "ADD",
      "path": "66"
    },
    "565": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "567": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "568": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "DUP1",
      "path": "66"
    },
    "569": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x4"
    },
    "571": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "DUP2",
      "path": "66"
    },
    "572": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "573": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x20"
    },
    "575": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "ADD",
      "path": "66"
    },
    "576": {
      "op": "PUSH4",
      "value": "0x1554D115"
    },
    "581": {
      "op": "PUSH1",
      "value": "0xE2"
    },
    "583": {
      "op": "SHL"
    },
    "584": {
      "offset": [
        1704,
        1742
      ],
      "op": "DUP2",
      "path": "66"
    },
    "585": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "586": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "POP",
      "path": "66"
    },
    "587": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "DUP2",
      "path": "66"
    },
    "588": {
      "fn": "ERC20.allowance",
      "offset": [
        1704,
        1742
      ],
      "op": "JUMP",
      "path": "66"
    },
    "589": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "590": {
      "fn": "ERC20.name",
      "offset": [
        2210,
        2223
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x60"
    },
    "592": {
      "fn": "ERC20.name",
      "offset": [
        2242,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 1,
      "value": "0x3"
    },
    "594": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "595": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "596": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x25C"
    },
    "599": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "600": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x8D5"
    },
    "603": {
      "fn": "ERC20.name",
      "jump": "i",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMP",
      "path": "3"
    },
    "604": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "605": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "606": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1F"
    },
    "608": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "609": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "611": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "612": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "613": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DIV",
      "path": "3"
    },
    "614": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MUL",
      "path": "3"
    },
    "615": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "617": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "618": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "620": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "621": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "622": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "623": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "624": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "626": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "627": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "628": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "629": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "630": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "631": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "632": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "633": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "634": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "636": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "637": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "638": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "639": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "640": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x288"
    },
    "643": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "644": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x8D5"
    },
    "647": {
      "fn": "ERC20.name",
      "jump": "i",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMP",
      "path": "3"
    },
    "648": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "649": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "650": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "651": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2D5"
    },
    "654": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "655": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "656": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1F"
    },
    "658": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "LT",
      "path": "3"
    },
    "659": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2AA"
    },
    "662": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "663": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x100"
    },
    "666": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "667": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP4",
      "path": "3"
    },
    "668": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "669": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DIV",
      "path": "3"
    },
    "670": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MUL",
      "path": "3"
    },
    "671": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP4",
      "path": "3"
    },
    "672": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "673": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "674": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "676": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "677": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "678": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2D5"
    },
    "681": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMP",
      "path": "3"
    },
    "682": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "683": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "684": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "685": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "686": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "687": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "689": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "690": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "692": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "694": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "695": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "696": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "697": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "698": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "699": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "700": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "701": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "702": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1"
    },
    "704": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "705": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "706": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "708": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "709": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "710": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP4",
      "path": "3"
    },
    "711": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "GT",
      "path": "3"
    },
    "712": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2B8"
    },
    "715": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "716": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "717": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "718": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SUB",
      "path": "3"
    },
    "719": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1F"
    },
    "721": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "AND",
      "path": "3"
    },
    "722": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "723": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "724": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "725": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "726": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "727": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "728": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "729": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "730": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "731": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "732": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "733": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "734": {
      "fn": "ERC20.name",
      "jump": "o",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMP",
      "path": "3"
    },
    "735": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "736": {
      "fn": "ERC20.approve",
      "offset": [
        4516,
        4520
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "738": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11",
      "statement": 2
    },
    "739": {
      "fn": "ERC20.approve",
      "offset": [
        4570,
        4602
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 3,
      "value": "0x2ED"
    },
    "742": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP2",
      "path": "11"
    },
    "743": {
      "fn": "ERC20.approve",
      "offset": [
        4586,
        4593
      ],
      "op": "DUP6",
      "path": "3"
    },
    "744": {
      "fn": "ERC20.approve",
      "offset": [
        4595,
        4601
      ],
      "op": "DUP6",
      "path": "3"
    },
    "745": {
      "fn": "ERC20.approve",
      "offset": [
        4570,
        4578
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x424"
    },
    "748": {
      "fn": "ERC20.approve",
      "jump": "i",
      "offset": [
        4570,
        4602
      ],
      "op": "JUMP",
      "path": "3"
    },
    "749": {
      "fn": "ERC20.approve",
      "offset": [
        4570,
        4602
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "750": {
      "op": "POP"
    },
    "751": {
      "fn": "ERC20.approve",
      "offset": [
        4619,
        4623
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 4,
      "value": "0x1"
    },
    "753": {
      "fn": "ERC20.approve",
      "offset": [
        4619,
        4623
      ],
      "op": "SWAP4",
      "path": "3"
    },
    "754": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "755": {
      "op": "POP"
    },
    "756": {
      "op": "POP"
    },
    "757": {
      "op": "POP"
    },
    "758": {
      "fn": "ERC20.approve",
      "jump": "o",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMP",
      "path": "3"
    },
    "759": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "760": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5319,
        5323
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "762": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "763": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5375,
        5413
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 5,
      "value": "0x305"
    },
    "766": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5391,
        5395
      ],
      "op": "DUP6",
      "path": "3"
    },
    "767": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP3",
      "path": "11"
    },
    "768": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5406,
        5412
      ],
      "op": "DUP6",
      "path": "3"
    },
    "769": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5375,
        5390
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x548"
    },
    "772": {
      "fn": "ERC20.transferFrom",
      "jump": "i",
      "offset": [
        5375,
        5413
      ],
      "op": "JUMP",
      "path": "3"
    },
    "773": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5375,
        5413
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "774": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5423,
        5450
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 6,
      "value": "0x310"
    },
    "777": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5433,
        5437
      ],
      "op": "DUP6",
      "path": "3"
    },
    "778": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5439,
        5441
      ],
      "op": "DUP6",
      "path": "3"
    },
    "779": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5443,
        5449
      ],
      "op": "DUP6",
      "path": "3"
    },
    "780": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5423,
        5432
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x5C2"
    },
    "783": {
      "fn": "ERC20.transferFrom",
      "jump": "i",
      "offset": [
        5423,
        5450
      ],
      "op": "JUMP",
      "path": "3"
    },
    "784": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5423,
        5450
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "785": {
      "op": "POP"
    },
    "786": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5467,
        5471
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 7,
      "value": "0x1"
    },
    "788": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5467,
        5471
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "789": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "SWAP4",
      "path": "3"
    },
    "790": {
      "op": "POP"
    },
    "791": {
      "op": "POP"
    },
    "792": {
      "op": "POP"
    },
    "793": {
      "op": "POP"
    },
    "794": {
      "fn": "ERC20.transferFrom",
      "jump": "o",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMP",
      "path": "3"
    },
    "795": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "796": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5961,
        5965
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "798": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "799": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6015,
        6079
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 8,
      "value": "0x2ED"
    },
    "802": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP2",
      "path": "11"
    },
    "803": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6031,
        6038
      ],
      "op": "DUP6",
      "path": "3"
    },
    "804": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6068,
        6078
      ],
      "op": "DUP6",
      "path": "3"
    },
    "805": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6065
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x32E"
    },
    "808": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP4",
      "path": "11"
    },
    "809": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6031,
        6038
      ],
      "op": "DUP4",
      "path": "3"
    },
    "810": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6049
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3F9"
    },
    "813": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        6040,
        6065
      ],
      "op": "JUMP",
      "path": "3"
    },
    "814": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6065
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "815": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x338"
    },
    "818": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "819": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "820": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x8B1"
    },
    "823": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        6040,
        6078
      ],
      "op": "JUMP",
      "path": "3"
    },
    "824": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "825": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6015,
        6023
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x424"
    },
    "828": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        6015,
        6079
      ],
      "op": "JUMP",
      "path": "3"
    },
    "829": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "830": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "832": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "834": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "836": {
      "op": "SHL"
    },
    "837": {
      "op": "SUB"
    },
    "838": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "DUP2",
      "path": "3",
      "statement": 9
    },
    "839": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "AND",
      "path": "3"
    },
    "840": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3482,
        3489
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "842": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "843": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "DUP2",
      "path": "3"
    },
    "844": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "845": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "847": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "DUP2",
      "path": "3"
    },
    "848": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "849": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "850": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "852": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "853": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "854": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "855": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "856": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "857": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "858": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "POP",
      "path": "3"
    },
    "859": {
      "fn": "ERC20.balanceOf",
      "jump": "o",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMP",
      "path": "3"
    },
    "860": {
      "fn": "ERC20.symbol",
      "offset": [
        2367,
        2469
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "861": {
      "fn": "ERC20.symbol",
      "offset": [
        2423,
        2436
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x60"
    },
    "863": {
      "fn": "ERC20.symbol",
      "offset": [
        2455,
        2462
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 10,
      "value": "0x4"
    },
    "865": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "DUP1",
      "path": "3"
    },
    "866": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "867": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x25C"
    },
    "870": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "871": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x8D5"
    },
    "874": {
      "fn": "ERC20.symbol",
      "jump": "i",
      "offset": [
        2448,
        2462
      ],
      "op": "JUMP",
      "path": "3"
    },
    "875": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "876": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6687,
        6691
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "878": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "879": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6687,
        6691
      ],
      "op": "DUP2",
      "path": "3"
    },
    "880": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6768,
        6793
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x379"
    },
    "883": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP3",
      "path": "11"
    },
    "884": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6785,
        6792
      ],
      "op": "DUP7",
      "path": "3"
    },
    "885": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6768,
        6777
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3F9"
    },
    "888": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6768,
        6793
      ],
      "op": "JUMP",
      "path": "3"
    },
    "889": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6768,
        6793
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "890": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6741,
        6793
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "891": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6741,
        6793
      ],
      "op": "POP",
      "path": "3"
    },
    "892": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6831,
        6846
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 11
    },
    "893": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6811,
        6827
      ],
      "op": "DUP2",
      "path": "3"
    },
    "894": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6811,
        6846
      ],
      "op": "LT",
      "path": "3"
    },
    "895": {
      "branch": 28,
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6811,
        6846
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "896": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3DE"
    },
    "899": {
      "branch": 28,
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "900": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "902": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "903": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "907": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "909": {
      "op": "SHL"
    },
    "910": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "DUP2",
      "path": "3"
    },
    "911": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "912": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "914": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "916": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "DUP3",
      "path": "3"
    },
    "917": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "ADD",
      "path": "3"
    },
    "918": {
      "op": "MSTORE"
    },
    "919": {
      "op": "PUSH1",
      "value": "0x25"
    },
    "921": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "923": {
      "op": "DUP3"
    },
    "924": {
      "op": "ADD"
    },
    "925": {
      "op": "MSTORE"
    },
    "926": {
      "op": "PUSH32",
      "value": "0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77"
    },
    "959": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "961": {
      "op": "DUP3"
    },
    "962": {
      "op": "ADD"
    },
    "963": {
      "op": "MSTORE"
    },
    "964": {
      "op": "PUSH5",
      "value": "0x207A65726F"
    },
    "970": {
      "op": "PUSH1",
      "value": "0xD8"
    },
    "972": {
      "op": "SHL"
    },
    "973": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "975": {
      "op": "DUP3"
    },
    "976": {
      "op": "ADD"
    },
    "977": {
      "op": "MSTORE"
    },
    "978": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "980": {
      "op": "ADD"
    },
    "981": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "982": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "984": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "985": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "DUP1",
      "path": "3"
    },
    "986": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "987": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "SUB",
      "path": "3"
    },
    "988": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "989": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "REVERT",
      "optimizer_revert": true,
      "path": "3"
    },
    "990": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "991": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6922,
        6982
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 12,
      "value": "0x310"
    },
    "994": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6931,
        6936
      ],
      "op": "DUP3",
      "path": "3"
    },
    "995": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6938,
        6945
      ],
      "op": "DUP7",
      "path": "3"
    },
    "996": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6966,
        6981
      ],
      "op": "DUP7",
      "path": "3"
    },
    "997": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6947,
        6963
      ],
      "op": "DUP5",
      "path": "3"
    },
    "998": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6947,
        6981
      ],
      "op": "SUB",
      "path": "3"
    },
    "999": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6922,
        6930
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x424"
    },
    "1002": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6922,
        6982
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1003": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1004": {
      "fn": "ERC20.transfer",
      "offset": [
        3808,
        3812
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1006": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "1007": {
      "fn": "ERC20.transfer",
      "offset": [
        3862,
        3890
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 13,
      "value": "0x2ED"
    },
    "1010": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP2",
      "path": "11"
    },
    "1011": {
      "fn": "ERC20.transfer",
      "offset": [
        3879,
        3881
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1012": {
      "fn": "ERC20.transfer",
      "offset": [
        3883,
        3889
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1013": {
      "fn": "ERC20.transfer",
      "offset": [
        3862,
        3871
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x5C2"
    },
    "1016": {
      "fn": "ERC20.transfer",
      "jump": "i",
      "offset": [
        3862,
        3890
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1017": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1018": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1020": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1022": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1024": {
      "op": "SHL"
    },
    "1025": {
      "op": "SUB"
    },
    "1026": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "SWAP2",
      "path": "3",
      "statement": 14
    },
    "1027": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1028": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "AND",
      "path": "3"
    },
    "1029": {
      "fn": "ERC20.allowance",
      "offset": [
        4065,
        4072
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1031": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1032": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1033": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1034": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4102
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1"
    },
    "1036": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1038": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1039": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1040": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1041": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1043": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1044": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP4",
      "path": "3"
    },
    "1045": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1046": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP4",
      "path": "3"
    },
    "1047": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1048": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1049": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "AND",
      "path": "3"
    },
    "1050": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1051": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1052": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1053": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1054": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1055": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1056": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1057": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "1058": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1059": {
      "fn": "ERC20.allowance",
      "jump": "o",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1060": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1061": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1063": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1065": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1067": {
      "op": "SHL"
    },
    "1068": {
      "op": "SUB"
    },
    "1069": {
      "fn": "ERC20._approve",
      "offset": [
        10241,
        10260
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 15
    },
    "1070": {
      "branch": 29,
      "fn": "ERC20._approve",
      "offset": [
        10241,
        10260
      ],
      "op": "AND",
      "path": "3"
    },
    "1071": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x486"
    },
    "1074": {
      "branch": 29,
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1075": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1077": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1078": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1082": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1084": {
      "op": "SHL"
    },
    "1085": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1086": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1087": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1089": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1091": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1092": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "ADD",
      "path": "3"
    },
    "1093": {
      "op": "MSTORE"
    },
    "1094": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1096": {
      "op": "DUP1"
    },
    "1097": {
      "op": "DUP3"
    },
    "1098": {
      "op": "ADD"
    },
    "1099": {
      "op": "MSTORE"
    },
    "1100": {
      "op": "PUSH32",
      "value": "0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464"
    },
    "1133": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1135": {
      "op": "DUP3"
    },
    "1136": {
      "op": "ADD"
    },
    "1137": {
      "op": "MSTORE"
    },
    "1138": {
      "op": "PUSH4",
      "value": "0x72657373"
    },
    "1143": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "1145": {
      "op": "SHL"
    },
    "1146": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1148": {
      "op": "DUP3"
    },
    "1149": {
      "op": "ADD"
    },
    "1150": {
      "op": "MSTORE"
    },
    "1151": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1153": {
      "op": "ADD"
    },
    "1154": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3D5"
    },
    "1157": {
      "op": "JUMP"
    },
    "1158": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1159": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1161": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1163": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1165": {
      "op": "SHL"
    },
    "1166": {
      "op": "SUB"
    },
    "1167": {
      "fn": "ERC20._approve",
      "offset": [
        10319,
        10340
      ],
      "op": "DUP3",
      "path": "3",
      "statement": 16
    },
    "1168": {
      "branch": 30,
      "fn": "ERC20._approve",
      "offset": [
        10319,
        10340
      ],
      "op": "AND",
      "path": "3"
    },
    "1169": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4E7"
    },
    "1172": {
      "branch": 30,
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1173": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1175": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1176": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1180": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1182": {
      "op": "SHL"
    },
    "1183": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1184": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1185": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1187": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1189": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1190": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "ADD",
      "path": "3"
    },
    "1191": {
      "op": "MSTORE"
    },
    "1192": {
      "op": "PUSH1",
      "value": "0x22"
    },
    "1194": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1196": {
      "op": "DUP3"
    },
    "1197": {
      "op": "ADD"
    },
    "1198": {
      "op": "MSTORE"
    },
    "1199": {
      "op": "PUSH32",
      "value": "0x45524332303A20617070726F766520746F20746865207A65726F206164647265"
    },
    "1232": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1234": {
      "op": "DUP3"
    },
    "1235": {
      "op": "ADD"
    },
    "1236": {
      "op": "MSTORE"
    },
    "1237": {
      "op": "PUSH2",
      "value": "0x7373"
    },
    "1240": {
      "op": "PUSH1",
      "value": "0xF0"
    },
    "1242": {
      "op": "SHL"
    },
    "1243": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1245": {
      "op": "DUP3"
    },
    "1246": {
      "op": "ADD"
    },
    "1247": {
      "op": "MSTORE"
    },
    "1248": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1250": {
      "op": "ADD"
    },
    "1251": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3D5"
    },
    "1254": {
      "op": "JUMP"
    },
    "1255": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1256": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1258": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1260": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1262": {
      "op": "SHL"
    },
    "1263": {
      "op": "SUB"
    },
    "1264": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 17
    },
    "1265": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1266": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "AND",
      "path": "3"
    },
    "1267": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1269": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1270": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1271": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1272": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10401
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1"
    },
    "1274": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1276": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1277": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1278": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1279": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1281": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1282": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP4",
      "path": "3"
    },
    "1283": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1284": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1285": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP8",
      "path": "3"
    },
    "1286": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "AND",
      "path": "3"
    },
    "1287": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1288": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1289": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1290": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1291": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1292": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1293": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1294": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1295": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1296": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1297": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10426
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1298": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10426
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1299": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10426
      ],
      "op": "SSTORE",
      "path": "3"
    },
    "1300": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP1",
      "path": "3",
      "statement": 18
    },
    "1301": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1302": {
      "op": "DUP5"
    },
    "1303": {
      "op": "DUP2"
    },
    "1304": {
      "op": "MSTORE"
    },
    "1305": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "PUSH32",
      "path": "3",
      "value": "0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925"
    },
    "1338": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1339": {
      "op": "ADD"
    },
    "1340": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1342": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1343": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1344": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1345": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SUB",
      "path": "3"
    },
    "1346": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1347": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "LOG3",
      "path": "3"
    },
    "1348": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "POP",
      "path": "3"
    },
    "1349": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "POP",
      "path": "3"
    },
    "1350": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "POP",
      "path": "3"
    },
    "1351": {
      "fn": "ERC20._approve",
      "jump": "o",
      "offset": [
        10110,
        10480
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1352": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1353": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10891,
        10915
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1355": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10918,
        10943
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x554"
    },
    "1358": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10928,
        10933
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1359": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10935,
        10942
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1360": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10918,
        10927
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3F9"
    },
    "1363": {
      "fn": "ERC20._spendAllowance",
      "jump": "i",
      "offset": [
        10918,
        10943
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1364": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10918,
        10943
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1365": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10891,
        10943
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1366": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10891,
        10943
      ],
      "op": "POP",
      "path": "3"
    },
    "1367": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1369": {
      "op": "NOT"
    },
    "1370": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10957,
        10973
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1371": {
      "branch": 31,
      "fn": "ERC20._spendAllowance",
      "offset": [
        10957,
        10994
      ],
      "op": "EQ",
      "path": "3"
    },
    "1372": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10953,
        11196
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x5BC"
    },
    "1375": {
      "branch": 31,
      "fn": "ERC20._spendAllowance",
      "offset": [
        10953,
        11196
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1376": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11038,
        11044
      ],
      "op": "DUP2",
      "path": "3",
      "statement": 19
    },
    "1377": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11018,
        11034
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1378": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11018,
        11044
      ],
      "op": "LT",
      "path": "3"
    },
    "1379": {
      "branch": 32,
      "fn": "ERC20._spendAllowance",
      "offset": [
        11018,
        11044
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "1380": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x5AF"
    },
    "1383": {
      "branch": 32,
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1384": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1386": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1387": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1391": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1393": {
      "op": "SHL"
    },
    "1394": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1395": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1396": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1398": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1400": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1401": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "ADD",
      "path": "3"
    },
    "1402": {
      "op": "MSTORE"
    },
    "1403": {
      "op": "PUSH1",
      "value": "0x1D"
    },
    "1405": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1407": {
      "op": "DUP3"
    },
    "1408": {
      "op": "ADD"
    },
    "1409": {
      "op": "MSTORE"
    },
    "1410": {
      "op": "PUSH32",
      "value": "0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000"
    },
    "1443": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1445": {
      "op": "DUP3"
    },
    "1446": {
      "op": "ADD"
    },
    "1447": {
      "op": "MSTORE"
    },
    "1448": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1450": {
      "op": "ADD"
    },
    "1451": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3D5"
    },
    "1454": {
      "op": "JUMP"
    },
    "1455": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1456": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11120,
        11171
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 20,
      "value": "0x5BC"
    },
    "1459": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11129,
        11134
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1460": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11136,
        11143
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1461": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11164,
        11170
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1462": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11145,
        11161
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1463": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11145,
        11170
      ],
      "op": "SUB",
      "path": "3"
    },
    "1464": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11120,
        11128
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x424"
    },
    "1467": {
      "fn": "ERC20._spendAllowance",
      "jump": "i",
      "offset": [
        11120,
        11171
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1468": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11120,
        11171
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1469": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1470": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1471": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1472": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1473": {
      "fn": "ERC20._spendAllowance",
      "jump": "o",
      "offset": [
        10761,
        11202
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1474": {
      "fn": "ERC20._transfer",
      "offset": [
        7475,
        8126
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1475": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1477": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1479": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1481": {
      "op": "SHL"
    },
    "1482": {
      "op": "SUB"
    },
    "1483": {
      "fn": "ERC20._transfer",
      "offset": [
        7601,
        7619
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 21
    },
    "1484": {
      "branch": 33,
      "fn": "ERC20._transfer",
      "offset": [
        7601,
        7619
      ],
      "op": "AND",
      "path": "3"
    },
    "1485": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x626"
    },
    "1488": {
      "branch": 33,
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1489": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1491": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1492": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1496": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1498": {
      "op": "SHL"
    },
    "1499": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1500": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1501": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1503": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1505": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1506": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "ADD",
      "path": "3"
    },
    "1507": {
      "op": "MSTORE"
    },
    "1508": {
      "op": "PUSH1",
      "value": "0x25"
    },
    "1510": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1512": {
      "op": "DUP3"
    },
    "1513": {
      "op": "ADD"
    },
    "1514": {
      "op": "MSTORE"
    },
    "1515": {
      "op": "PUSH32",
      "value": "0x45524332303A207472616E736665722066726F6D20746865207A65726F206164"
    },
    "1548": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1550": {
      "op": "DUP3"
    },
    "1551": {
      "op": "ADD"
    },
    "1552": {
      "op": "MSTORE"
    },
    "1553": {
      "op": "PUSH5",
      "value": "0x6472657373"
    },
    "1559": {
      "op": "PUSH1",
      "value": "0xD8"
    },
    "1561": {
      "op": "SHL"
    },
    "1562": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1564": {
      "op": "DUP3"
    },
    "1565": {
      "op": "ADD"
    },
    "1566": {
      "op": "MSTORE"
    },
    "1567": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1569": {
      "op": "ADD"
    },
    "1570": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3D5"
    },
    "1573": {
      "op": "JUMP"
    },
    "1574": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1575": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1577": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1579": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1581": {
      "op": "SHL"
    },
    "1582": {
      "op": "SUB"
    },
    "1583": {
      "fn": "ERC20._transfer",
      "offset": [
        7679,
        7695
      ],
      "op": "DUP3",
      "path": "3",
      "statement": 22
    },
    "1584": {
      "branch": 34,
      "fn": "ERC20._transfer",
      "offset": [
        7679,
        7695
      ],
      "op": "AND",
      "path": "3"
    },
    "1585": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x688"
    },
    "1588": {
      "branch": 34,
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1589": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1591": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1592": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1596": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1598": {
      "op": "SHL"
    },
    "1599": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1600": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1601": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1603": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1605": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1606": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "ADD",
      "path": "3"
    },
    "1607": {
      "op": "MSTORE"
    },
    "1608": {
      "op": "PUSH1",
      "value": "0x23"
    },
    "1610": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1612": {
      "op": "DUP3"
    },
    "1613": {
      "op": "ADD"
    },
    "1614": {
      "op": "MSTORE"
    },
    "1615": {
      "op": "PUSH32",
      "value": "0x45524332303A207472616E7366657220746F20746865207A65726F2061646472"
    },
    "1648": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1650": {
      "op": "DUP3"
    },
    "1651": {
      "op": "ADD"
    },
    "1652": {
      "op": "MSTORE"
    },
    "1653": {
      "op": "PUSH3",
      "value": "0x657373"
    },
    "1657": {
      "op": "PUSH1",
      "value": "0xE8"
    },
    "1659": {
      "op": "SHL"
    },
    "1660": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1662": {
      "op": "DUP3"
    },
    "1663": {
      "op": "ADD"
    },
    "1664": {
      "op": "MSTORE"
    },
    "1665": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1667": {
      "op": "ADD"
    },
    "1668": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3D5"
    },
    "1671": {
      "op": "JUMP"
    },
    "1672": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1673": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1675": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1677": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1679": {
      "op": "SHL"
    },
    "1680": {
      "op": "SUB"
    },
    "1681": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "DUP4",
      "path": "3"
    },
    "1682": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "AND",
      "path": "3"
    },
    "1683": {
      "fn": "ERC20._transfer",
      "offset": [
        7795,
        7814
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1685": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1686": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1687": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1688": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1690": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1691": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1692": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1693": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1695": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1696": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1697": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "1698": {
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "DUP2",
      "path": "3",
      "statement": 23
    },
    "1699": {
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1700": {
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "LT",
      "path": "3"
    },
    "1701": {
      "branch": 35,
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "1702": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x700"
    },
    "1705": {
      "branch": 35,
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1706": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1708": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1709": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1713": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1715": {
      "op": "SHL"
    },
    "1716": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1717": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1718": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1720": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1722": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1723": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "ADD",
      "path": "3"
    },
    "1724": {
      "op": "MSTORE"
    },
    "1725": {
      "op": "PUSH1",
      "value": "0x26"
    },
    "1727": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1729": {
      "op": "DUP3"
    },
    "1730": {
      "op": "ADD"
    },
    "1731": {
      "op": "MSTORE"
    },
    "1732": {
      "op": "PUSH32",
      "value": "0x45524332303A207472616E7366657220616D6F756E7420657863656564732062"
    },
    "1765": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1767": {
      "op": "DUP3"
    },
    "1768": {
      "op": "ADD"
    },
    "1769": {
      "op": "MSTORE"
    },
    "1770": {
      "op": "PUSH6",
      "value": "0x616C616E6365"
    },
    "1777": {
      "op": "PUSH1",
      "value": "0xD0"
    },
    "1779": {
      "op": "SHL"
    },
    "1780": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1782": {
      "op": "DUP3"
    },
    "1783": {
      "op": "ADD"
    },
    "1784": {
      "op": "MSTORE"
    },
    "1785": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1787": {
      "op": "ADD"
    },
    "1788": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3D5"
    },
    "1791": {
      "op": "JUMP"
    },
    "1792": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1793": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1795": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1797": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1799": {
      "op": "SHL"
    },
    "1800": {
      "op": "SUB"
    },
    "1801": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP1",
      "path": "3",
      "statement": 24
    },
    "1802": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1803": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "AND",
      "path": "3"
    },
    "1804": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7957
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1806": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1807": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1808": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1809": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1811": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1812": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1813": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1814": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1816": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1817": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1818": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1819": {
      "fn": "ERC20._transfer",
      "offset": [
        7966,
        7986
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1820": {
      "fn": "ERC20._transfer",
      "offset": [
        7966,
        7986
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1821": {
      "fn": "ERC20._transfer",
      "offset": [
        7966,
        7986
      ],
      "op": "SUB",
      "path": "3"
    },
    "1822": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7986
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1823": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7986
      ],
      "op": "SSTORE",
      "path": "3"
    },
    "1824": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "SWAP2",
      "path": "3",
      "statement": 25
    },
    "1825": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1826": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "AND",
      "path": "3"
    },
    "1827": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1828": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1829": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1830": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1831": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1832": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1833": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "1834": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1835": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "1836": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7957
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1837": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x737"
    },
    "1840": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1841": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1842": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1843": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x8B1"
    },
    "1846": {
      "fn": "ERC20._transfer",
      "jump": "i",
      "offset": [
        8006,
        8029
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1847": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1848": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "1849": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "POP",
      "path": "3"
    },
    "1850": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "POP",
      "path": "3"
    },
    "1851": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1852": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1853": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SSTORE",
      "path": "3"
    },
    "1854": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "POP",
      "path": "3"
    },
    "1855": {
      "fn": "ERC20._transfer",
      "offset": [
        8060,
        8062
      ],
      "op": "DUP3",
      "path": "3",
      "statement": 26
    },
    "1856": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1858": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1860": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1862": {
      "op": "SHL"
    },
    "1863": {
      "op": "SUB"
    },
    "1864": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "AND",
      "path": "3"
    },
    "1865": {
      "fn": "ERC20._transfer",
      "offset": [
        8054,
        8058
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1866": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1868": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1870": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1872": {
      "op": "SHL"
    },
    "1873": {
      "op": "SUB"
    },
    "1874": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "AND",
      "path": "3"
    },
    "1875": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH32",
      "path": "3",
      "value": "0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF"
    },
    "1908": {
      "fn": "ERC20._transfer",
      "offset": [
        8064,
        8070
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1909": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1911": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1912": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x783"
    },
    "1915": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1916": {
      "op": "DUP2"
    },
    "1917": {
      "op": "MSTORE"
    },
    "1918": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1920": {
      "op": "ADD"
    },
    "1921": {
      "op": "SWAP1"
    },
    "1922": {
      "op": "JUMP"
    },
    "1923": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1924": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1926": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1927": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1928": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1929": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SUB",
      "path": "3"
    },
    "1930": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1931": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "LOG3",
      "path": "3"
    },
    "1932": {
      "fn": "ERC20._transfer",
      "offset": [
        8082,
        8119
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 27,
      "value": "0x5BC"
    },
    "1935": {
      "fn": "ERC20._beforeTokenTransfer",
      "offset": [
        11786,
        11907
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1936": {
      "op": "JUMPDEST"
    },
    "1937": {
      "op": "DUP1"
    },
    "1938": {
      "op": "CALLDATALOAD"
    },
    "1939": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1941": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1943": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1945": {
      "op": "SHL"
    },
    "1946": {
      "op": "SUB"
    },
    "1947": {
      "op": "DUP2"
    },
    "1948": {
      "op": "AND"
    },
    "1949": {
      "op": "DUP2"
    },
    "1950": {
      "op": "EQ"
    },
    "1951": {
      "op": "PUSH2",
      "value": "0x357"
    },
    "1954": {
      "op": "JUMPI"
    },
    "1955": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1957": {
      "op": "DUP1"
    },
    "1958": {
      "op": "REVERT"
    },
    "1959": {
      "op": "JUMPDEST"
    },
    "1960": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1962": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1964": {
      "op": "DUP3"
    },
    "1965": {
      "op": "DUP5"
    },
    "1966": {
      "op": "SUB"
    },
    "1967": {
      "op": "SLT"
    },
    "1968": {
      "op": "ISZERO"
    },
    "1969": {
      "op": "PUSH2",
      "value": "0x7B8"
    },
    "1972": {
      "op": "JUMPI"
    },
    "1973": {
      "op": "DUP1"
    },
    "1974": {
      "op": "DUP2"
    },
    "1975": {
      "op": "REVERT"
    },
    "1976": {
      "op": "JUMPDEST"
    },
    "1977": {
      "op": "PUSH2",
      "value": "0x7C1"
    },
    "1980": {
      "op": "DUP3"
    },
    "1981": {
      "op": "PUSH2",
      "value": "0x790"
    },
    "1984": {
      "jump": "i",
      "op": "JUMP"
    },
    "1985": {
      "op": "JUMPDEST"
    },
    "1986": {
      "op": "SWAP4"
    },
    "1987": {
      "op": "SWAP3"
    },
    "1988": {
      "op": "POP"
    },
    "1989": {
      "op": "POP"
    },
    "1990": {
      "op": "POP"
    },
    "1991": {
      "jump": "o",
      "op": "JUMP"
    },
    "1992": {
      "op": "JUMPDEST"
    },
    "1993": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1995": {
      "op": "DUP1"
    },
    "1996": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "1998": {
      "op": "DUP4"
    },
    "1999": {
      "op": "DUP6"
    },
    "2000": {
      "op": "SUB"
    },
    "2001": {
      "op": "SLT"
    },
    "2002": {
      "op": "ISZERO"
    },
    "2003": {
      "op": "PUSH2",
      "value": "0x7DA"
    },
    "2006": {
      "op": "JUMPI"
    },
    "2007": {
      "op": "DUP1"
    },
    "2008": {
      "op": "DUP2"
    },
    "2009": {
      "op": "REVERT"
    },
    "2010": {
      "op": "JUMPDEST"
    },
    "2011": {
      "op": "PUSH2",
      "value": "0x7E3"
    },
    "2014": {
      "op": "DUP4"
    },
    "2015": {
      "op": "PUSH2",
      "value": "0x790"
    },
    "2018": {
      "jump": "i",
      "op": "JUMP"
    },
    "2019": {
      "op": "JUMPDEST"
    },
    "2020": {
      "op": "SWAP2"
    },
    "2021": {
      "op": "POP"
    },
    "2022": {
      "op": "PUSH2",
      "value": "0x7F1"
    },
    "2025": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2027": {
      "op": "DUP5"
    },
    "2028": {
      "op": "ADD"
    },
    "2029": {
      "op": "PUSH2",
      "value": "0x790"
    },
    "2032": {
      "jump": "i",
      "op": "JUMP"
    },
    "2033": {
      "op": "JUMPDEST"
    },
    "2034": {
      "op": "SWAP1"
    },
    "2035": {
      "op": "POP"
    },
    "2036": {
      "op": "SWAP3"
    },
    "2037": {
      "op": "POP"
    },
    "2038": {
      "op": "SWAP3"
    },
    "2039": {
      "op": "SWAP1"
    },
    "2040": {
      "op": "POP"
    },
    "2041": {
      "jump": "o",
      "op": "JUMP"
    },
    "2042": {
      "op": "JUMPDEST"
    },
    "2043": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2045": {
      "op": "DUP1"
    },
    "2046": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2048": {
      "op": "PUSH1",
      "value": "0x60"
    },
    "2050": {
      "op": "DUP5"
    },
    "2051": {
      "op": "DUP7"
    },
    "2052": {
      "op": "SUB"
    },
    "2053": {
      "op": "SLT"
    },
    "2054": {
      "op": "ISZERO"
    },
    "2055": {
      "op": "PUSH2",
      "value": "0x80E"
    },
    "2058": {
      "op": "JUMPI"
    },
    "2059": {
      "op": "DUP1"
    },
    "2060": {
      "op": "DUP2"
    },
    "2061": {
      "op": "REVERT"
    },
    "2062": {
      "op": "JUMPDEST"
    },
    "2063": {
      "op": "PUSH2",
      "value": "0x817"
    },
    "2066": {
      "op": "DUP5"
    },
    "2067": {
      "op": "PUSH2",
      "value": "0x790"
    },
    "2070": {
      "jump": "i",
      "op": "JUMP"
    },
    "2071": {
      "op": "JUMPDEST"
    },
    "2072": {
      "op": "SWAP3"
    },
    "2073": {
      "op": "POP"
    },
    "2074": {
      "op": "PUSH2",
      "value": "0x825"
    },
    "2077": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2079": {
      "op": "DUP6"
    },
    "2080": {
      "op": "ADD"
    },
    "2081": {
      "op": "PUSH2",
      "value": "0x790"
    },
    "2084": {
      "jump": "i",
      "op": "JUMP"
    },
    "2085": {
      "op": "JUMPDEST"
    },
    "2086": {
      "op": "SWAP2"
    },
    "2087": {
      "op": "POP"
    },
    "2088": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2090": {
      "op": "DUP5"
    },
    "2091": {
      "op": "ADD"
    },
    "2092": {
      "op": "CALLDATALOAD"
    },
    "2093": {
      "op": "SWAP1"
    },
    "2094": {
      "op": "POP"
    },
    "2095": {
      "op": "SWAP3"
    },
    "2096": {
      "op": "POP"
    },
    "2097": {
      "op": "SWAP3"
    },
    "2098": {
      "op": "POP"
    },
    "2099": {
      "op": "SWAP3"
    },
    "2100": {
      "jump": "o",
      "op": "JUMP"
    },
    "2101": {
      "op": "JUMPDEST"
    },
    "2102": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2104": {
      "op": "DUP1"
    },
    "2105": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2107": {
      "op": "DUP4"
    },
    "2108": {
      "op": "DUP6"
    },
    "2109": {
      "op": "SUB"
    },
    "2110": {
      "op": "SLT"
    },
    "2111": {
      "op": "ISZERO"
    },
    "2112": {
      "op": "PUSH2",
      "value": "0x847"
    },
    "2115": {
      "op": "JUMPI"
    },
    "2116": {
      "op": "DUP2"
    },
    "2117": {
      "op": "DUP3"
    },
    "2118": {
      "op": "REVERT"
    },
    "2119": {
      "op": "JUMPDEST"
    },
    "2120": {
      "op": "PUSH2",
      "value": "0x850"
    },
    "2123": {
      "op": "DUP4"
    },
    "2124": {
      "op": "PUSH2",
      "value": "0x790"
    },
    "2127": {
      "jump": "i",
      "op": "JUMP"
    },
    "2128": {
      "op": "JUMPDEST"
    },
    "2129": {
      "op": "SWAP5"
    },
    "2130": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2132": {
      "op": "SWAP4"
    },
    "2133": {
      "op": "SWAP1"
    },
    "2134": {
      "op": "SWAP4"
    },
    "2135": {
      "op": "ADD"
    },
    "2136": {
      "op": "CALLDATALOAD"
    },
    "2137": {
      "op": "SWAP4"
    },
    "2138": {
      "op": "POP"
    },
    "2139": {
      "op": "POP"
    },
    "2140": {
      "op": "POP"
    },
    "2141": {
      "jump": "o",
      "op": "JUMP"
    },
    "2142": {
      "op": "JUMPDEST"
    },
    "2143": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2145": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2147": {
      "op": "DUP1"
    },
    "2148": {
      "op": "DUP4"
    },
    "2149": {
      "op": "MSTORE"
    },
    "2150": {
      "op": "DUP4"
    },
    "2151": {
      "op": "MLOAD"
    },
    "2152": {
      "op": "DUP1"
    },
    "2153": {
      "op": "DUP3"
    },
    "2154": {
      "op": "DUP6"
    },
    "2155": {
      "op": "ADD"
    },
    "2156": {
      "op": "MSTORE"
    },
    "2157": {
      "op": "DUP3"
    },
    "2158": {
      "op": "JUMPDEST"
    },
    "2159": {
      "op": "DUP2"
    },
    "2160": {
      "op": "DUP2"
    },
    "2161": {
      "op": "LT"
    },
    "2162": {
      "op": "ISZERO"
    },
    "2163": {
      "op": "PUSH2",
      "value": "0x88A"
    },
    "2166": {
      "op": "JUMPI"
    },
    "2167": {
      "op": "DUP6"
    },
    "2168": {
      "op": "DUP2"
    },
    "2169": {
      "op": "ADD"
    },
    "2170": {
      "op": "DUP4"
    },
    "2171": {
      "op": "ADD"
    },
    "2172": {
      "op": "MLOAD"
    },
    "2173": {
      "op": "DUP6"
    },
    "2174": {
      "op": "DUP3"
    },
    "2175": {
      "op": "ADD"
    },
    "2176": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2178": {
      "op": "ADD"
    },
    "2179": {
      "op": "MSTORE"
    },
    "2180": {
      "op": "DUP3"
    },
    "2181": {
      "op": "ADD"
    },
    "2182": {
      "op": "PUSH2",
      "value": "0x86E"
    },
    "2185": {
      "op": "JUMP"
    },
    "2186": {
      "op": "JUMPDEST"
    },
    "2187": {
      "op": "DUP2"
    },
    "2188": {
      "op": "DUP2"
    },
    "2189": {
      "op": "GT"
    },
    "2190": {
      "op": "ISZERO"
    },
    "2191": {
      "op": "PUSH2",
      "value": "0x89B"
    },
    "2194": {
      "op": "JUMPI"
    },
    "2195": {
      "op": "DUP4"
    },
    "2196": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2198": {
      "op": "DUP4"
    },
    "2199": {
      "op": "DUP8"
    },
    "2200": {
      "op": "ADD"
    },
    "2201": {
      "op": "ADD"
    },
    "2202": {
      "op": "MSTORE"
    },
    "2203": {
      "op": "JUMPDEST"
    },
    "2204": {
      "op": "POP"
    },
    "2205": {
      "op": "PUSH1",
      "value": "0x1F"
    },
    "2207": {
      "op": "ADD"
    },
    "2208": {
      "op": "PUSH1",
      "value": "0x1F"
    },
    "2210": {
      "op": "NOT"
    },
    "2211": {
      "op": "AND"
    },
    "2212": {
      "op": "SWAP3"
    },
    "2213": {
      "op": "SWAP1"
    },
    "2214": {
      "op": "SWAP3"
    },
    "2215": {
      "op": "ADD"
    },
    "2216": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2218": {
      "op": "ADD"
    },
    "2219": {
      "op": "SWAP4"
    },
    "2220": {
      "op": "SWAP3"
    },
    "2221": {
      "op": "POP"
    },
    "2222": {
      "op": "POP"
    },
    "2223": {
      "op": "POP"
    },
    "2224": {
      "jump": "o",
      "op": "JUMP"
    },
    "2225": {
      "op": "JUMPDEST"
    },
    "2226": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2228": {
      "op": "DUP3"
    },
    "2229": {
      "op": "NOT"
    },
    "2230": {
      "op": "DUP3"
    },
    "2231": {
      "op": "GT"
    },
    "2232": {
      "op": "ISZERO"
    },
    "2233": {
      "op": "PUSH2",
      "value": "0x8D0"
    },
    "2236": {
      "op": "JUMPI"
    },
    "2237": {
      "op": "PUSH4",
      "value": "0x4E487B71"
    },
    "2242": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "2244": {
      "op": "SHL"
    },
    "2245": {
      "op": "DUP2"
    },
    "2246": {
      "op": "MSTORE"
    },
    "2247": {
      "op": "PUSH1",
      "value": "0x11"
    },
    "2249": {
      "op": "PUSH1",
      "value": "0x4"
    },
    "2251": {
      "op": "MSTORE"
    },
    "2252": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "2254": {
      "op": "DUP2"
    },
    "2255": {
      "op": "REVERT"
    },
    "2256": {
      "op": "JUMPDEST"
    },
    "2257": {
      "op": "POP"
    },
    "2258": {
      "op": "ADD"
    },
    "2259": {
      "op": "SWAP1"
    },
    "2260": {
      "jump": "o",
      "op": "JUMP"
    },
    "2261": {
      "op": "JUMPDEST"
    },
    "2262": {
      "op": "PUSH1",
      "value": "0x2"
    },
    "2264": {
      "op": "DUP2"
    },
    "2265": {
      "op": "DIV"
    },
    "2266": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2268": {
      "op": "DUP3"
    },
    "2269": {
      "op": "AND"
    },
    "2270": {
      "op": "DUP1"
    },
    "2271": {
      "op": "PUSH2",
      "value": "0x8E9"
    },
    "2274": {
      "op": "JUMPI"
    },
    "2275": {
      "op": "PUSH1",
      "value": "0x7F"
    },
    "2277": {
      "op": "DUP3"
    },
    "2278": {
      "op": "AND"
    },
    "2279": {
      "op": "SWAP2"
    },
    "2280": {
      "op": "POP"
    },
    "2281": {
      "op": "JUMPDEST"
    },
    "2282": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2284": {
      "op": "DUP3"
    },
    "2285": {
      "op": "LT"
    },
    "2286": {
      "op": "DUP2"
    },
    "2287": {
      "op": "EQ"
    },
    "2288": {
      "op": "ISZERO"
    },
    "2289": {
      "op": "PUSH2",
      "value": "0x90A"
    },
    "2292": {
      "op": "JUMPI"
    },
    "2293": {
      "op": "PUSH4",
      "value": "0x4E487B71"
    },
    "2298": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "2300": {
      "op": "SHL"
    },
    "2301": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2303": {
      "op": "MSTORE"
    },
    "2304": {
      "op": "PUSH1",
      "value": "0x22"
    },
    "2306": {
      "op": "PUSH1",
      "value": "0x4"
    },
    "2308": {
      "op": "MSTORE"
    },
    "2309": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "2311": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2313": {
      "op": "REVERT"
    },
    "2314": {
      "op": "JUMPDEST"
    },
    "2315": {
      "op": "POP"
    },
    "2316": {
      "op": "SWAP2"
    },
    "2317": {
      "op": "SWAP1"
    },
    "2318": {
      "op": "POP"
    },
    "2319": {
      "jump": "o",
      "op": "JUMP"
    }
  },
  "sha1": "259b85784dfaf57f2e4f7e5d987c3b6b7e57556d",
  "source": "// SPDX-License-Identifier: Apache-2.0\npragma solidity 0.8.2;\n\nimport {ERC20} from \"@openzeppelin/contracts/token/ERC20/ERC20.sol\";\n\ncontract USD1 is ERC20 {\n\n    // https://etherscan.io/address/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48#readProxyContract\n    string public constant NAME = \"USD Coin - DUMMY\";\n    string public constant SYMBOL = \"USDC\";\n    uint8 public constant DECIMALS = 6;\n\n    uint256 public constant INITIAL_SUPPLY = 10**24;\n\n    event LogUsd1Transfer(address from, address to, uint256 amount, uint256 time, uint256 blockNumber);\n    event LogUsd1TransferFrom(address from, address to, uint256 amount, uint256 time, uint256 blockNumber);\n    constructor()\n        ERC20(NAME, SYMBOL)\n    {\n        _mint(\n            _msgSender(),\n            INITIAL_SUPPLY\n        );\n    }\n\n    function decimals() public pure override returns(uint8) {\n        return DECIMALS;\n    }\n\n    function transfer(address to, uint256 amount) public virtual override returns (bool) {\n        address from = _msgSender();\n        // solhint-disable-next-line not-rely-on-time\n        emit LogUsd1TransferFrom(from, to, amount, block.timestamp, block.number);\n        return super.transfer(to, amount);\n    }\n    \n    function transferFrom(address from, address to, uint256 amount) \n        public virtual override returns (bool) \n    {\n        // solhint-disable-next-line not-rely-on-time\n        emit LogUsd1TransferFrom(from, to, amount, block.timestamp, block.number);\n        return super.transferFrom(from, to, amount);\n    }    \n}\n\n\ncontract USD2 is ERC20 {\n\n    // https://etherscan.io/address/0xdac17f958d2ee523a2206206994597c13d831ec7\n    string public constant NAME = \"Tether USD - DUMMY\";\n    string public constant SYMBOL = \"USDT\";\n    uint8 public constant DECIMALS = 6;\n\n    uint256 public constant INITIAL_SUPPLY = 10**24;\n\n    constructor()\n        ERC20(NAME, SYMBOL)\n    {\n        _mint(\n            _msgSender(),\n            INITIAL_SUPPLY\n        );\n    }\n\n    function decimals() public pure override returns(uint8) {\n        return DECIMALS;\n    }\n}\n\n\ncontract USD3 is ERC20 {\n\n    // https://etherscan.io/address/0xdac17f958d2ee523a2206206994597c13d831ec7\n    string public constant NAME = \"Dummy USD - DUMMY\";\n    string public constant SYMBOL = \"DUSD\";\n    uint8 public constant DECIMALS = 13;\n\n    uint256 public constant INITIAL_SUPPLY = 10**24;\n\n    constructor()\n        ERC20(NAME, SYMBOL)\n    {\n        _mint(\n            _msgSender(),\n            INITIAL_SUPPLY\n        );\n    }\n\n    function decimals() public pure override returns(uint8) {\n        return DECIMALS;\n    }\n}\n\n\ncontract DIP is ERC20 {\n\n    // https://etherscan.io/token/0xc719d010b63e5bbf2c0551872cd5316ed26acd83#readContract\n    string public constant NAME = \"Decentralized Insurance Protocol - DUMMY\";\n    string public constant SYMBOL = \"DIP\";\n    uint8 public constant DECIMALS = 18;\n    uint256 public constant INITIAL_SUPPLY = 10**9 * 10**DECIMALS; // 1 Billion 1'000'000'000\n    // decimals == 18 (openzeppelin erc20 default)\n    constructor()\n        ERC20(NAME, SYMBOL)\n    {\n        _mint(\n            _msgSender(),\n            INITIAL_SUPPLY\n        );   \n    }\n\n    function decimals() public pure override returns(uint8) {\n        return DECIMALS;\n    }\n}\n",
  "sourceMap": "1539:532:66:-:0;;;1843:132;;;;;;;;;-1:-1:-1;1871:4:66;;;;;;;;;;;-1:-1:-1;;;1871:4:66;;;;;;;1877:6;;;;;;;;;;;-1:-1:-1;;;1877:6:66;;;;2044:13:3;;1871:4:66;;1877:6;2044:13:3;;:5;;:13;:::i;:::-;-1:-1:-1;2067:17:3;;;;:7;;:17;;;;;:::i;:::-;;1978:113;;1899:69:66::1;1918:12;:10;;;:12;;:::i;:::-;1830:6;1899:5;:69::i;:::-;1539:532:::0;;640:96:11;719:10;640:96;:::o;8402:389:3:-;-1:-1:-1;;;;;8485:21:3;;8477:65;;;;-1:-1:-1;;;8477:65:3;;216:2:67;8477:65:3;;;198:21:67;255:2;235:18;;;228:30;294:33;274:18;;;267:61;345:18;;8477:65:3;;;;;;;;8629:6;8613:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;8645:18:3;;:9;:18;;;;;;;;;;:28;;8667:6;;8645:9;:28;;8667:6;;8645:28;:::i;:::-;;;;-1:-1:-1;;8688:37:3;;520:25:67;;;-1:-1:-1;;;;;8688:37:3;;;8705:1;;8688:37;;508:2:67;493:18;8688:37:3;;;;;;;8402:389;;:::o;1539:532:66:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1539:532:66;;;-1:-1:-1;1539:532:66;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;556:229:67;;627:1;623:6;620:1;617:13;614:2;;;-1:-1:-1;;;653:33:67;;709:4;706:1;699:15;739:4;660:3;727:17;614:2;-1:-1:-1;770:9:67;;604:181::o;790:380::-;875:1;865:12;;922:1;912:12;;;933:2;;987:4;979:6;975:17;965:27;;933:2;1040;1032:6;1029:14;1009:18;1006:38;1003:2;;;1086:10;1081:3;1077:20;1074:1;1067:31;1121:4;1118:1;1111:15;1149:4;1146:1;1139:15;1003:2;;845:325;;;:::o;:::-;1539:532:66;;;;;;",
  "sourcePath": "contracts/test/Tokens.sol",
  "type": "contract"
}