{
  "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": false,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "time",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "blockNumber",
          "type": "uint256"
        }
      ],
      "name": "LogUsd1Transfer",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "time",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "blockNumber",
          "type": "uint256"
        }
      ],
      "name": "LogUsd1TransferFrom",
      "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": "60806040523480156200001157600080fd5b50604080518082018252601081526f55534420436f696e202d2044554d4d5960801b6020808301918252835180850190945260048452635553444360e01b908401528151919291620000669160039162000196565b5080516200007c90600490602084019062000196565b505050620000a462000093620000aa60201b60201c565b69d3c21bcecceda1000000620000ae565b6200029e565b3390565b6001600160a01b038216620001095760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b80600260008282546200011d91906200023c565b90915550506001600160a01b038216600090815260208190526040812080548392906200014c9084906200023c565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620001a49062000261565b90600052602060002090601f016020900481019282620001c8576000855562000213565b82601f10620001e357805160ff191683800117855562000213565b8280016001018555821562000213579182015b8281111562000213578251825591602001919060010190620001f6565b506200022192915062000225565b5090565b5b8082111562000221576000815560010162000226565b600082198211156200025c57634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806200027657607f821691505b602082108114156200029857634e487b7160e01b600052602260045260246000fd5b50919050565b610a1580620002ae6000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c80633950935111610097578063a457c2d711610066578063a457c2d7146101ef578063a9059cbb14610202578063dd62ed3e14610215578063f76f8d7814610228576100f5565b8063395093511461019257806370a08231146101a557806395d89b41146101b8578063a3f4df7e146101c0576100f5565b806323b872dd116100d357806323b872dd1461014d5780632e0f2625146101605780632ff2e9dc1461017a578063313ce5671461018b576100f5565b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b61010261024b565b60405161010f919061092d565b60405180910390f35b61012b610126366004610904565b6102dd565b604051901515815260200161010f565b6002545b60405190815260200161010f565b61012b61015b3660046108c9565b6102f5565b610168600681565b60405160ff909116815260200161010f565b61013f69d3c21bcecceda100000081565b6006610168565b61012b6101a0366004610904565b610362565b61013f6101b3366004610876565b610384565b6101026103a3565b6101026040518060400160405280601081526020016f55534420436f696e202d2044554d4d5960801b81525081565b61012b6101fd366004610904565b6103b2565b61012b610210366004610904565b61043d565b61013f610223366004610897565b6104a1565b610102604051806040016040528060048152602001635553444360e01b81525081565b60606003805461025a906109a4565b80601f0160208091040260200160405190810160405280929190818152602001828054610286906109a4565b80156102d35780601f106102a8576101008083540402835291602001916102d3565b820191906000526020600020905b8154815290600101906020018083116102b657829003601f168201915b5050505050905090565b6000336102eb8185856104cc565b5060019392505050565b604080516001600160a01b038086168252841660208201529081018290524260608201524360808201526000907fbebbf968ce34a42435040695b1cae18b56e2b2592359e5bf161f2f6993caa9bc9060a00160405180910390a161035a8484846105f0565b949350505050565b6000336102eb81858561037583836104a1565b61037f9190610980565b6104cc565b6001600160a01b0381166000908152602081905260409020545b919050565b60606004805461025a906109a4565b600033816103c082866104a1565b9050838110156104255760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b61043282868684036104cc565b506001949350505050565b60408051338082526001600160a01b03851660208301528183018490524260608301524360808301529151600092917fbebbf968ce34a42435040695b1cae18b56e2b2592359e5bf161f2f6993caa9bc919081900360a00190a161035a8484610609565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661052e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161041c565b6001600160a01b03821661058f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161041c565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6000336105fe858285610617565b610432858585610691565b6000336102eb818585610691565b600061062384846104a1565b9050600019811461068b578181101561067e5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161041c565b61068b84848484036104cc565b50505050565b6001600160a01b0383166106f55760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161041c565b6001600160a01b0382166107575760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161041c565b6001600160a01b038316600090815260208190526040902054818110156107cf5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161041c565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290610806908490610980565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161085291815260200190565b60405180910390a361068b565b80356001600160a01b038116811461039e57600080fd5b600060208284031215610887578081fd5b6108908261085f565b9392505050565b600080604083850312156108a9578081fd5b6108b28361085f565b91506108c06020840161085f565b90509250929050565b6000806000606084860312156108dd578081fd5b6108e68461085f565b92506108f46020850161085f565b9150604084013590509250925092565b60008060408385031215610916578182fd5b61091f8361085f565b946020939093013593505050565b6000602080835283518082850152825b818110156109595785810183015185820160400152820161093d565b8181111561096a5783604083870101525b50601f01601f1916929092016040019392505050565b6000821982111561099f57634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806109b857607f821691505b602082108114156109d957634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220a6af7cb9e0ac72efba9fa49d4eb3a989adbf52f3a29effedbc11d0b8403b805d64736f6c63430008020033",
  "bytecodeSha1": "ae29e1bef6de5afe1a96492d3c6d94a3420d85f5",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.2+commit.661d1103"
  },
  "contractName": "USD1",
  "coverageMap": {
    "branches": {
      "11": {},
      "3": {
        "ERC20._approve": {
          "33": [
            10241,
            10260,
            true
          ],
          "34": [
            10319,
            10340,
            true
          ]
        },
        "ERC20._spendAllowance": {
          "35": [
            10957,
            10994,
            false
          ],
          "36": [
            11018,
            11044,
            true
          ]
        },
        "ERC20._transfer": {
          "37": [
            7601,
            7619,
            true
          ],
          "38": [
            7679,
            7695,
            true
          ],
          "39": [
            7850,
            7871,
            true
          ]
        },
        "ERC20.decreaseAllowance": {
          "32": [
            6811,
            6846,
            true
          ]
        }
      },
      "4": {},
      "5": {},
      "66": {}
    },
    "statements": {
      "11": {
        "Context._msgSender": {
          "2": [
            712,
            729
          ]
        }
      },
      "3": {
        "ERC20._approve": {
          "16": [
            10233,
            10301
          ],
          "17": [
            10311,
            10379
          ],
          "18": [
            10390,
            10426
          ],
          "19": [
            10436,
            10473
          ]
        },
        "ERC20._spendAllowance": {
          "23": [
            11010,
            11078
          ],
          "24": [
            11120,
            11171
          ]
        },
        "ERC20._transfer": {
          "25": [
            7593,
            7661
          ],
          "26": [
            7671,
            7735
          ],
          "27": [
            7842,
            7914
          ],
          "28": [
            7948,
            7986
          ],
          "29": [
            8006,
            8029
          ],
          "30": [
            8040,
            8071
          ],
          "31": [
            8082,
            8119
          ]
        },
        "ERC20.allowance": {
          "15": [
            4084,
            4118
          ]
        },
        "ERC20.approve": {
          "3": [
            4570,
            4602
          ],
          "4": [
            4612,
            4623
          ]
        },
        "ERC20.balanceOf": {
          "8": [
            3501,
            3526
          ]
        },
        "ERC20.decreaseAllowance": {
          "10": [
            6803,
            6888
          ],
          "11": [
            6922,
            6982
          ],
          "12": [
            7003,
            7014
          ]
        },
        "ERC20.increaseAllowance": {
          "7": [
            6015,
            6079
          ]
        },
        "ERC20.name": {
          "1": [
            2235,
            2247
          ]
        },
        "ERC20.symbol": {
          "9": [
            2448,
            2462
          ]
        },
        "ERC20.totalSupply": {
          "0": [
            3324,
            3343
          ]
        },
        "ERC20.transfer": {
          "22": [
            3862,
            3890
          ]
        },
        "ERC20.transferFrom": {
          "20": [
            5375,
            5413
          ],
          "21": [
            5423,
            5450
          ]
        }
      },
      "4": {},
      "5": {},
      "66": {
        "USD1.transfer": {
          "13": [
            1083,
            1156
          ],
          "14": [
            1166,
            1199
          ]
        },
        "USD1.transferFrom": {
          "5": [
            1397,
            1470
          ],
          "6": [
            1480,
            1523
          ]
        }
      }
    }
  },
  "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": "608060405234801561001057600080fd5b50600436106100f55760003560e01c80633950935111610097578063a457c2d711610066578063a457c2d7146101ef578063a9059cbb14610202578063dd62ed3e14610215578063f76f8d7814610228576100f5565b8063395093511461019257806370a08231146101a557806395d89b41146101b8578063a3f4df7e146101c0576100f5565b806323b872dd116100d357806323b872dd1461014d5780632e0f2625146101605780632ff2e9dc1461017a578063313ce5671461018b576100f5565b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b61010261024b565b60405161010f919061092d565b60405180910390f35b61012b610126366004610904565b6102dd565b604051901515815260200161010f565b6002545b60405190815260200161010f565b61012b61015b3660046108c9565b6102f5565b610168600681565b60405160ff909116815260200161010f565b61013f69d3c21bcecceda100000081565b6006610168565b61012b6101a0366004610904565b610362565b61013f6101b3366004610876565b610384565b6101026103a3565b6101026040518060400160405280601081526020016f55534420436f696e202d2044554d4d5960801b81525081565b61012b6101fd366004610904565b6103b2565b61012b610210366004610904565b61043d565b61013f610223366004610897565b6104a1565b610102604051806040016040528060048152602001635553444360e01b81525081565b60606003805461025a906109a4565b80601f0160208091040260200160405190810160405280929190818152602001828054610286906109a4565b80156102d35780601f106102a8576101008083540402835291602001916102d3565b820191906000526020600020905b8154815290600101906020018083116102b657829003601f168201915b5050505050905090565b6000336102eb8185856104cc565b5060019392505050565b604080516001600160a01b038086168252841660208201529081018290524260608201524360808201526000907fbebbf968ce34a42435040695b1cae18b56e2b2592359e5bf161f2f6993caa9bc9060a00160405180910390a161035a8484846105f0565b949350505050565b6000336102eb81858561037583836104a1565b61037f9190610980565b6104cc565b6001600160a01b0381166000908152602081905260409020545b919050565b60606004805461025a906109a4565b600033816103c082866104a1565b9050838110156104255760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b61043282868684036104cc565b506001949350505050565b60408051338082526001600160a01b03851660208301528183018490524260608301524360808301529151600092917fbebbf968ce34a42435040695b1cae18b56e2b2592359e5bf161f2f6993caa9bc919081900360a00190a161035a8484610609565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661052e5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161041c565b6001600160a01b03821661058f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161041c565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6000336105fe858285610617565b610432858585610691565b6000336102eb818585610691565b600061062384846104a1565b9050600019811461068b578181101561067e5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161041c565b61068b84848484036104cc565b50505050565b6001600160a01b0383166106f55760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161041c565b6001600160a01b0382166107575760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161041c565b6001600160a01b038316600090815260208190526040902054818110156107cf5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161041c565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290610806908490610980565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161085291815260200190565b60405180910390a361068b565b80356001600160a01b038116811461039e57600080fd5b600060208284031215610887578081fd5b6108908261085f565b9392505050565b600080604083850312156108a9578081fd5b6108b28361085f565b91506108c06020840161085f565b90509250929050565b6000806000606084860312156108dd578081fd5b6108e68461085f565b92506108f46020850161085f565b9150604084013590509250925092565b60008060408385031215610916578182fd5b61091f8361085f565b946020939093013593505050565b6000602080835283518082850152825b818110156109595785810183015185820160400152820161093d565b8181111561096a5783604083870101525b50601f01601f1916929092016040019392505050565b6000821982111561099f57634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806109b857607f821691505b602082108114156109d957634e487b7160e01b600052602260045260246000fd5b5091905056fea2646970667358221220a6af7cb9e0ac72efba9fa49d4eb3a989adbf52f3a29effedbc11d0b8403b805d64736f6c63430008020033",
  "deployedSourceMap": "133:1403:66:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2156:98:3;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4433:197;;;;;;:::i;:::-;;:::i;:::-;;;1969:14:67;;1962:22;1944:41;;1932:2;1917:18;4433:197:3;1899:92:67;3244:106:3;3331:12;;3244:106;;;5539:25:67;;;5527:2;5512:18;3244:106:3;5494:76:67;1216:314:66;;;;;;:::i;:::-;;:::i;358:34::-;;391:1;358:34;;;;;5747:4:67;5735:17;;;5717:36;;5705:2;5690:18;358:34:66;5672:87:67;399:47:66;;440:6;399:47;;803:88;391:1;803:88;;5873:234:3;;;;;;:::i;:::-;;:::i;3408:125::-;;;;;;:::i;:::-;;:::i;2367:102::-;;;:::i;260:48:66:-;;;;;;;;;;;;;;;-1:-1:-1;;;260:48:66;;;;;6594:427:3;;;;;;:::i;:::-;;:::i;897:309:66:-;;;;;;:::i;:::-;;:::i;3976:149:3:-;;;;;;:::i;:::-;;:::i;314:38:66:-;;;;;;;;;;;;;;;-1:-1:-1;;;314: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;1216:314:66:-;1402:68;;;-1:-1:-1;;;;;1595:15:67;;;1577:34;;1647:15;;1642:2;1627:18;;1620:43;1679:18;;;1672:34;;;1440:15:66;1737:2:67;1722:18;;1715:34;1457:12:66;1780:3:67;1765:19;;1758:35;1322:4:66;;1402:68;;1526:3:67;1511:19;1402:68:66;;;;;;;1487:36;1506:4;1512:2;1516:6;1487:18;:36::i;:::-;1480:43;1216:314;-1:-1:-1;;;;1216:314:66:o;5873:234:3:-;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;;5189:2:67;6803:85:3;;;5171:21:67;5228:2;5208:18;;;5201:30;5267:34;5247:18;;;5240:62;-1:-1:-1;;;5318:18:67;;;5311:35;5363:19;;6803:85:3;;;;;;;;;6922:60;6931:5;6938:7;6966:15;6947:16;:34;6922:8;:60::i;:::-;-1:-1:-1;7010:4:3;;6594:427;-1:-1:-1;;;;6594:427:3:o;897:309:66:-;1088:68;;;719:10:11;1577:34:67;;;-1:-1:-1;;;;;1647:15:67;;1642:2;1627:18;;1620:43;1679:18;;;1672:34;;;1126:15:66;1737:2:67;1722:18;;1715:34;1143:12:66;1780:3:67;1765:19;;1758:35;1088:68:66;;976:4;;719:10:11;1088:68:66;;;;;;1526:3:67;1088:68:66;;;1173:26;1188:2;1192:6;1173:14;:26::i;3976:149:3:-;-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;;4784:2:67;10233:68:3;;;4766:21:67;4823:2;4803:18;;;4796:30;4862:34;4842:18;;;4835:62;-1:-1:-1;;;4913:18:67;;;4906:34;4957:19;;10233:68:3;4756:226:67;10233:68:3;-1:-1:-1;;;;;10319:21:3;;10311:68;;;;-1:-1:-1;;;10311:68:3;;3210:2:67;10311:68:3;;;3192:21:67;3249:2;3229:18;;;3222:30;3288:34;3268:18;;;3261:62;-1:-1:-1;;;3339:18:67;;;3332:32;3381:19;;10311:68:3;3182:224:67;10311:68:3;-1:-1:-1;;;;;10390:18:3;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;10441:32;;5539:25:67;;;10441:32:3;;5512:18:67;10441:32:3;;;;;;;10110:370;;;:::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;3729:189::-;3808:4;719:10:11;3862:28:3;719:10:11;3879:2:3;3883:6;3862:9;:28::i;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;;3613:2:67;11010:68:3;;;3595:21:67;3652:2;3632:18;;;3625:30;3691:31;3671:18;;;3664:59;3740:18;;11010:68:3;3585: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;;4378:2:67;7593:68:3;;;4360:21:67;4417:2;4397:18;;;4390:30;4456:34;4436:18;;;4429:62;-1:-1:-1;;;4507:18:67;;;4500:35;4552:19;;7593:68:3;4350:227:67;7593:68:3;-1:-1:-1;;;;;7679:16:3;;7671:64;;;;-1:-1:-1;;;7671:64:3;;2806:2:67;7671:64:3;;;2788:21:67;2845:2;2825:18;;;2818:30;2884:34;2864:18;;;2857:62;-1:-1:-1;;;2935:18:67;;;2928:33;2978:19;;7671:64:3;2778: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;;3971:2:67;7842:72:3;;;3953:21:67;4010:2;3990:18;;;3983:30;4049:34;4029:18;;;4022:62;-1:-1:-1;;;4100:18:67;;;4093:36;4146:19;;7842:72:3;3943: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;;;;5539:25:67;;5527:2;5512:18;;5494: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;1996:603::-;;2137:2;2166;2155:9;2148:21;2198:6;2192:13;2241:6;2236:2;2225:9;2221:18;2214:34;2266:4;2279:140;2293:6;2290:1;2287:13;2279:140;;;2388:14;;;2384:23;;2378:30;2354:17;;;2373:2;2350:26;2343:66;2308:10;;2279:140;;;2437:6;2434:1;2431:13;2428:2;;;2507:4;2502:2;2493:6;2482:9;2478:22;2474:31;2467:45;2428:2;-1:-1:-1;2583:2:67;2562:15;-1:-1:-1;;2558:29:67;2543:45;;;;2590:2;2539:54;;2117:482;-1:-1:-1;;;2117:482:67:o;5764:229::-;;5835:1;5831:6;5828:1;5825:13;5822:2;;;-1:-1:-1;;;5861:33:67;;5917:4;5914:1;5907:15;5947:4;5868:3;5935:17;5822:2;-1:-1:-1;5978:9:67;;5812:181::o;5998:380::-;6083:1;6073:12;;6130:1;6120:12;;;6141:2;;6195:4;6187:6;6183:17;6173:27;;6141:2;6248;6240:6;6237:14;6217:18;6214:38;6211:2;;;6294:10;6289:3;6285:20;6282:1;6275:31;6329:4;6326:1;6319:15;6357:4;6354:1;6347:15;6211:2;;6053: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": [
    133,
    1536
  ],
  "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 0x1EF JUMPI DUP1 PUSH4 0xA9059CBB EQ PUSH2 0x202 JUMPI DUP1 PUSH4 0xDD62ED3E EQ PUSH2 0x215 JUMPI DUP1 PUSH4 0xF76F8D78 EQ PUSH2 0x228 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 0x24B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x10F SWAP2 SWAP1 PUSH2 0x92D JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x12B PUSH2 0x126 CALLDATASIZE PUSH1 0x4 PUSH2 0x904 JUMP JUMPDEST PUSH2 0x2DD 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 0x8C9 JUMP JUMPDEST PUSH2 0x2F5 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 0x904 JUMP JUMPDEST PUSH2 0x362 JUMP JUMPDEST PUSH2 0x13F PUSH2 0x1B3 CALLDATASIZE PUSH1 0x4 PUSH2 0x876 JUMP JUMPDEST PUSH2 0x384 JUMP JUMPDEST PUSH2 0x102 PUSH2 0x3A3 JUMP JUMPDEST PUSH2 0x102 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x10 DUP2 MSTORE PUSH1 0x20 ADD PUSH16 0x55534420436F696E202D2044554D4D59 PUSH1 0x80 SHL DUP2 MSTORE POP DUP2 JUMP JUMPDEST PUSH2 0x12B PUSH2 0x1FD CALLDATASIZE PUSH1 0x4 PUSH2 0x904 JUMP JUMPDEST PUSH2 0x3B2 JUMP JUMPDEST PUSH2 0x12B PUSH2 0x210 CALLDATASIZE PUSH1 0x4 PUSH2 0x904 JUMP JUMPDEST PUSH2 0x43D JUMP JUMPDEST PUSH2 0x13F PUSH2 0x223 CALLDATASIZE PUSH1 0x4 PUSH2 0x897 JUMP JUMPDEST PUSH2 0x4A1 JUMP JUMPDEST PUSH2 0x102 PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x4 DUP2 MSTORE PUSH1 0x20 ADD PUSH4 0x55534443 PUSH1 0xE0 SHL DUP2 MSTORE POP DUP2 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x3 DUP1 SLOAD PUSH2 0x25A SWAP1 PUSH2 0x9A4 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 0x286 SWAP1 PUSH2 0x9A4 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2D3 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2A8 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2D3 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 0x2B6 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 0x2EB DUP2 DUP6 DUP6 PUSH2 0x4CC JUMP JUMPDEST POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP7 AND DUP3 MSTORE DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE SWAP1 DUP2 ADD DUP3 SWAP1 MSTORE TIMESTAMP PUSH1 0x60 DUP3 ADD MSTORE NUMBER PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH32 0xBEBBF968CE34A42435040695B1CAE18B56E2B2592359E5BF161F2F6993CAA9BC SWAP1 PUSH1 0xA0 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH2 0x35A DUP5 DUP5 DUP5 PUSH2 0x5F0 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x2EB DUP2 DUP6 DUP6 PUSH2 0x375 DUP4 DUP4 PUSH2 0x4A1 JUMP JUMPDEST PUSH2 0x37F SWAP2 SWAP1 PUSH2 0x980 JUMP JUMPDEST PUSH2 0x4CC 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 0x25A SWAP1 PUSH2 0x9A4 JUMP JUMPDEST PUSH1 0x0 CALLER DUP2 PUSH2 0x3C0 DUP3 DUP7 PUSH2 0x4A1 JUMP JUMPDEST SWAP1 POP DUP4 DUP2 LT ISZERO PUSH2 0x425 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 0x432 DUP3 DUP7 DUP7 DUP5 SUB PUSH2 0x4CC JUMP JUMPDEST POP PUSH1 0x1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD CALLER DUP1 DUP3 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x20 DUP4 ADD MSTORE DUP2 DUP4 ADD DUP5 SWAP1 MSTORE TIMESTAMP PUSH1 0x60 DUP4 ADD MSTORE NUMBER PUSH1 0x80 DUP4 ADD MSTORE SWAP2 MLOAD PUSH1 0x0 SWAP3 SWAP2 PUSH32 0xBEBBF968CE34A42435040695B1CAE18B56E2B2592359E5BF161F2F6993CAA9BC SWAP2 SWAP1 DUP2 SWAP1 SUB PUSH1 0xA0 ADD SWAP1 LOG1 PUSH2 0x35A DUP5 DUP5 PUSH2 0x609 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 0x52E 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 0x41C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x58F 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 0x41C 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 CALLER PUSH2 0x5FE DUP6 DUP3 DUP6 PUSH2 0x617 JUMP JUMPDEST PUSH2 0x432 DUP6 DUP6 DUP6 PUSH2 0x691 JUMP JUMPDEST PUSH1 0x0 CALLER PUSH2 0x2EB DUP2 DUP6 DUP6 PUSH2 0x691 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x623 DUP5 DUP5 PUSH2 0x4A1 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 NOT DUP2 EQ PUSH2 0x68B JUMPI DUP2 DUP2 LT ISZERO PUSH2 0x67E 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 0x41C JUMP JUMPDEST PUSH2 0x68B DUP5 DUP5 DUP5 DUP5 SUB PUSH2 0x4CC JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH2 0x6F5 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 0x41C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x757 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 0x41C 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 0x7CF 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 0x41C 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 0x806 SWAP1 DUP5 SWAP1 PUSH2 0x980 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 0x852 SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 PUSH2 0x68B JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x39E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x887 JUMPI DUP1 DUP2 REVERT JUMPDEST PUSH2 0x890 DUP3 PUSH2 0x85F JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x8A9 JUMPI DUP1 DUP2 REVERT JUMPDEST PUSH2 0x8B2 DUP4 PUSH2 0x85F JUMP JUMPDEST SWAP2 POP PUSH2 0x8C0 PUSH1 0x20 DUP5 ADD PUSH2 0x85F JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x8DD JUMPI DUP1 DUP2 REVERT JUMPDEST PUSH2 0x8E6 DUP5 PUSH2 0x85F JUMP JUMPDEST SWAP3 POP PUSH2 0x8F4 PUSH1 0x20 DUP6 ADD PUSH2 0x85F 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 0x916 JUMPI DUP2 DUP3 REVERT JUMPDEST PUSH2 0x91F DUP4 PUSH2 0x85F 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 0x959 JUMPI DUP6 DUP2 ADD DUP4 ADD MLOAD DUP6 DUP3 ADD PUSH1 0x40 ADD MSTORE DUP3 ADD PUSH2 0x93D JUMP JUMPDEST DUP2 DUP2 GT ISZERO PUSH2 0x96A 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 0x99F 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 0x9B8 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 EQ ISZERO PUSH2 0x9D9 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 0xA6 0xAF PUSH29 0xB9E0AC72EFBA9FA49D4EB3A989ADBF52F3A29EFFEDBC11D0B8403B805D PUSH5 0x736F6C6343 STOP ADDMOD MUL STOP CALLER ",
  "pcMap": {
    "0": {
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x80"
    },
    "2": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "4": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "5": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "CALLVALUE",
      "path": "66"
    },
    "6": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "7": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "ISZERO",
      "path": "66"
    },
    "8": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x10"
    },
    "11": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "12": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "14": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "15": {
      "dev": "Cannot send ether to nonpayable function",
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "REVERT",
      "path": "66"
    },
    "16": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "17": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "POP",
      "path": "66"
    },
    "18": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x4"
    },
    "20": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "CALLDATASIZE",
      "path": "66"
    },
    "21": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "LT",
      "path": "66"
    },
    "22": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "25": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "26": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "28": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "CALLDATALOAD",
      "path": "66"
    },
    "29": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0xE0"
    },
    "31": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "SHR",
      "path": "66"
    },
    "32": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "33": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x39509351"
    },
    "38": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "GT",
      "path": "66"
    },
    "39": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x97"
    },
    "42": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "43": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "44": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA457C2D7"
    },
    "49": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "GT",
      "path": "66"
    },
    "50": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x66"
    },
    "53": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "54": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "55": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA457C2D7"
    },
    "60": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "61": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1EF"
    },
    "64": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "65": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "66": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA9059CBB"
    },
    "71": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "72": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x202"
    },
    "75": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "76": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "77": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xDD62ED3E"
    },
    "82": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "83": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x215"
    },
    "86": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "87": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "88": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xF76F8D78"
    },
    "93": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "94": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x228"
    },
    "97": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "98": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "101": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMP",
      "path": "66"
    },
    "102": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "103": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "104": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x39509351"
    },
    "109": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "110": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x192"
    },
    "113": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "114": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "115": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x70A08231"
    },
    "120": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "121": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1A5"
    },
    "124": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "125": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "126": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x95D89B41"
    },
    "131": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "132": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1B8"
    },
    "135": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "136": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "137": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0xA3F4DF7E"
    },
    "142": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "143": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x1C0"
    },
    "146": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "147": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "150": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMP",
      "path": "66"
    },
    "151": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "152": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "153": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x23B872DD"
    },
    "158": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "GT",
      "path": "66"
    },
    "159": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xD3"
    },
    "162": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "163": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "164": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x23B872DD"
    },
    "169": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "170": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x14D"
    },
    "173": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "174": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "175": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x2E0F2625"
    },
    "180": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "181": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x160"
    },
    "184": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "185": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "186": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x2FF2E9DC"
    },
    "191": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "192": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x17A"
    },
    "195": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "196": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "197": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x313CE567"
    },
    "202": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "203": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x18B"
    },
    "206": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "207": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xF5"
    },
    "210": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMP",
      "path": "66"
    },
    "211": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "212": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "213": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x6FDDE03"
    },
    "218": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "219": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0xFA"
    },
    "222": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "223": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "224": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x95EA7B3"
    },
    "229": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "230": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x118"
    },
    "233": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "234": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "235": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH4",
      "path": "66",
      "value": "0x18160DDD"
    },
    "240": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "EQ",
      "path": "66"
    },
    "241": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x13B"
    },
    "244": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPI",
      "path": "66"
    },
    "245": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "246": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "248": {
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "op": "DUP1",
      "path": "66"
    },
    "249": {
      "first_revert": true,
      "fn": null,
      "offset": [
        133,
        1536
      ],
      "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": "0x24B"
    },
    "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": "0x92D"
    },
    "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": "0x904"
    },
    "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": "0x2DD"
    },
    "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": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "334": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x12B"
    },
    "337": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x15B"
    },
    "340": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "CALLDATASIZE",
      "path": "66"
    },
    "341": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x4"
    },
    "343": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x8C9"
    },
    "346": {
      "fn": "USD1.transferFrom",
      "jump": "i",
      "offset": [
        1216,
        1530
      ],
      "op": "JUMP",
      "path": "66"
    },
    "347": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "348": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x2F5"
    },
    "351": {
      "fn": "USD1.transferFrom",
      "jump": "i",
      "offset": [
        1216,
        1530
      ],
      "op": "JUMP",
      "path": "66"
    },
    "352": {
      "offset": [
        358,
        392
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "353": {
      "fn": "USD1.transferFrom",
      "offset": [
        358,
        392
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x168"
    },
    "356": {
      "offset": [
        391,
        392
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x6"
    },
    "358": {
      "offset": [
        358,
        392
      ],
      "op": "DUP2",
      "path": "66"
    },
    "359": {
      "fn": "USD1.transferFrom",
      "offset": [
        358,
        392
      ],
      "op": "JUMP",
      "path": "66"
    },
    "360": {
      "fn": "USD1.transferFrom",
      "offset": [
        358,
        392
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "361": {
      "fn": "USD1.transferFrom",
      "offset": [
        358,
        392
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "363": {
      "fn": "USD1.transferFrom",
      "offset": [
        358,
        392
      ],
      "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": [
        358,
        392
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x10F"
    },
    "377": {
      "op": "JUMP"
    },
    "378": {
      "offset": [
        399,
        446
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "379": {
      "fn": "USD1.transferFrom",
      "offset": [
        399,
        446
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x13F"
    },
    "382": {
      "offset": [
        440,
        446
      ],
      "op": "PUSH10",
      "path": "66",
      "value": "0xD3C21BCECCEDA1000000"
    },
    "393": {
      "offset": [
        399,
        446
      ],
      "op": "DUP2",
      "path": "66"
    },
    "394": {
      "fn": "USD1.transferFrom",
      "offset": [
        399,
        446
      ],
      "op": "JUMP",
      "path": "66"
    },
    "395": {
      "fn": "USD1.decimals",
      "offset": [
        803,
        891
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "396": {
      "offset": [
        391,
        392
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x6"
    },
    "398": {
      "fn": "USD1.decimals",
      "offset": [
        803,
        891
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x168"
    },
    "401": {
      "fn": "USD1.decimals",
      "offset": [
        803,
        891
      ],
      "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": "0x904"
    },
    "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": "0x362"
    },
    "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": "0x876"
    },
    "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": "0x384"
    },
    "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": "0x3A3"
    },
    "447": {
      "fn": "ERC20.symbol",
      "jump": "i",
      "offset": [
        2367,
        2469
      ],
      "op": "JUMP",
      "path": "3"
    },
    "448": {
      "offset": [
        260,
        308
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "449": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x102"
    },
    "452": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "454": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "455": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "DUP1",
      "path": "66"
    },
    "456": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "458": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "ADD",
      "path": "66"
    },
    "459": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "461": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "462": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "DUP1",
      "path": "66"
    },
    "463": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x10"
    },
    "465": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "DUP2",
      "path": "66"
    },
    "466": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "467": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x20"
    },
    "469": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "ADD",
      "path": "66"
    },
    "470": {
      "op": "PUSH16",
      "value": "0x55534420436F696E202D2044554D4D59"
    },
    "487": {
      "op": "PUSH1",
      "value": "0x80"
    },
    "489": {
      "op": "SHL"
    },
    "490": {
      "offset": [
        260,
        308
      ],
      "op": "DUP2",
      "path": "66"
    },
    "491": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "492": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "POP",
      "path": "66"
    },
    "493": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "DUP2",
      "path": "66"
    },
    "494": {
      "fn": "ERC20.symbol",
      "offset": [
        260,
        308
      ],
      "op": "JUMP",
      "path": "66"
    },
    "495": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "496": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x12B"
    },
    "499": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x1FD"
    },
    "502": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "503": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "505": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x904"
    },
    "508": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMP",
      "path": "3"
    },
    "509": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "510": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3B2"
    },
    "513": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMP",
      "path": "3"
    },
    "514": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "515": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x12B"
    },
    "518": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x210"
    },
    "521": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "CALLDATASIZE",
      "path": "66"
    },
    "522": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x4"
    },
    "524": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x904"
    },
    "527": {
      "fn": "USD1.transfer",
      "jump": "i",
      "offset": [
        897,
        1206
      ],
      "op": "JUMP",
      "path": "66"
    },
    "528": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "529": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x43D"
    },
    "532": {
      "fn": "USD1.transfer",
      "jump": "i",
      "offset": [
        897,
        1206
      ],
      "op": "JUMP",
      "path": "66"
    },
    "533": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "534": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x13F"
    },
    "537": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x223"
    },
    "540": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "CALLDATASIZE",
      "path": "3"
    },
    "541": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "543": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x897"
    },
    "546": {
      "fn": "ERC20.allowance",
      "jump": "i",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMP",
      "path": "3"
    },
    "547": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "548": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4A1"
    },
    "551": {
      "fn": "ERC20.allowance",
      "jump": "i",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMP",
      "path": "3"
    },
    "552": {
      "offset": [
        314,
        352
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "553": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x102"
    },
    "556": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "558": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "559": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "DUP1",
      "path": "66"
    },
    "560": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "562": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "ADD",
      "path": "66"
    },
    "563": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "565": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "566": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "DUP1",
      "path": "66"
    },
    "567": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x4"
    },
    "569": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "DUP2",
      "path": "66"
    },
    "570": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "571": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x20"
    },
    "573": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "ADD",
      "path": "66"
    },
    "574": {
      "op": "PUSH4",
      "value": "0x55534443"
    },
    "579": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "581": {
      "op": "SHL"
    },
    "582": {
      "offset": [
        314,
        352
      ],
      "op": "DUP2",
      "path": "66"
    },
    "583": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "MSTORE",
      "path": "66"
    },
    "584": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "POP",
      "path": "66"
    },
    "585": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "DUP2",
      "path": "66"
    },
    "586": {
      "fn": "ERC20.allowance",
      "offset": [
        314,
        352
      ],
      "op": "JUMP",
      "path": "66"
    },
    "587": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "588": {
      "fn": "ERC20.name",
      "offset": [
        2210,
        2223
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x60"
    },
    "590": {
      "fn": "ERC20.name",
      "offset": [
        2242,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 1,
      "value": "0x3"
    },
    "592": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "593": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "594": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x25A"
    },
    "597": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "598": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x9A4"
    },
    "601": {
      "fn": "ERC20.name",
      "jump": "i",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMP",
      "path": "3"
    },
    "602": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "603": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "604": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1F"
    },
    "606": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "607": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "609": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "610": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "611": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DIV",
      "path": "3"
    },
    "612": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MUL",
      "path": "3"
    },
    "613": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "615": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "616": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "618": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "619": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "620": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "621": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "622": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "624": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "625": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "626": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "627": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "628": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "629": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "630": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "631": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "632": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "634": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "635": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "636": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "637": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "638": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x286"
    },
    "641": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "642": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x9A4"
    },
    "645": {
      "fn": "ERC20.name",
      "jump": "i",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMP",
      "path": "3"
    },
    "646": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "647": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "648": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "649": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2D3"
    },
    "652": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "653": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "654": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1F"
    },
    "656": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "LT",
      "path": "3"
    },
    "657": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2A8"
    },
    "660": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "661": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x100"
    },
    "664": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "665": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP4",
      "path": "3"
    },
    "666": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "667": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DIV",
      "path": "3"
    },
    "668": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MUL",
      "path": "3"
    },
    "669": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP4",
      "path": "3"
    },
    "670": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "671": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "672": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "674": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "675": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "676": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2D3"
    },
    "679": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMP",
      "path": "3"
    },
    "680": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "681": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "682": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "683": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "684": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "685": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "687": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "688": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "690": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "692": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "693": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "694": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "695": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "696": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "697": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP2",
      "path": "3"
    },
    "698": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "699": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "700": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1"
    },
    "702": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "703": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "704": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "706": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "707": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP1",
      "path": "3"
    },
    "708": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP4",
      "path": "3"
    },
    "709": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "GT",
      "path": "3"
    },
    "710": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x2B6"
    },
    "713": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "714": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "715": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "716": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SUB",
      "path": "3"
    },
    "717": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1F"
    },
    "719": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "AND",
      "path": "3"
    },
    "720": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "DUP3",
      "path": "3"
    },
    "721": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "ADD",
      "path": "3"
    },
    "722": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "723": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "724": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "725": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "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": "SWAP1",
      "path": "3"
    },
    "730": {
      "fn": "ERC20.name",
      "offset": [
        2235,
        2247
      ],
      "op": "POP",
      "path": "3"
    },
    "731": {
      "fn": "ERC20.name",
      "offset": [
        2156,
        2254
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "732": {
      "fn": "ERC20.name",
      "jump": "o",
      "offset": [
        2156,
        2254
      ],
      "op": "JUMP",
      "path": "3"
    },
    "733": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "734": {
      "fn": "ERC20.approve",
      "offset": [
        4516,
        4520
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "736": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11",
      "statement": 2
    },
    "737": {
      "fn": "ERC20.approve",
      "offset": [
        4570,
        4602
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 3,
      "value": "0x2EB"
    },
    "740": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP2",
      "path": "11"
    },
    "741": {
      "fn": "ERC20.approve",
      "offset": [
        4586,
        4593
      ],
      "op": "DUP6",
      "path": "3"
    },
    "742": {
      "fn": "ERC20.approve",
      "offset": [
        4595,
        4601
      ],
      "op": "DUP6",
      "path": "3"
    },
    "743": {
      "fn": "ERC20.approve",
      "offset": [
        4570,
        4578
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4CC"
    },
    "746": {
      "fn": "ERC20.approve",
      "jump": "i",
      "offset": [
        4570,
        4602
      ],
      "op": "JUMP",
      "path": "3"
    },
    "747": {
      "fn": "ERC20.approve",
      "offset": [
        4570,
        4602
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "748": {
      "op": "POP"
    },
    "749": {
      "fn": "ERC20.approve",
      "offset": [
        4619,
        4623
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 4,
      "value": "0x1"
    },
    "751": {
      "fn": "ERC20.approve",
      "offset": [
        4619,
        4623
      ],
      "op": "SWAP4",
      "path": "3"
    },
    "752": {
      "fn": "ERC20.approve",
      "offset": [
        4433,
        4630
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "753": {
      "op": "POP"
    },
    "754": {
      "op": "POP"
    },
    "755": {
      "op": "POP"
    },
    "756": {
      "fn": "ERC20.approve",
      "jump": "o",
      "offset": [
        4433,
        4630
      ],
      "op": "JUMP",
      "path": "3"
    },
    "757": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "758": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "PUSH1",
      "path": "66",
      "statement": 5,
      "value": "0x40"
    },
    "760": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "DUP1",
      "path": "66"
    },
    "761": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "762": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "764": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "766": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "768": {
      "op": "SHL"
    },
    "769": {
      "op": "SUB"
    },
    "770": {
      "op": "DUP1"
    },
    "771": {
      "op": "DUP7"
    },
    "772": {
      "op": "AND"
    },
    "773": {
      "op": "DUP3"
    },
    "774": {
      "op": "MSTORE"
    },
    "775": {
      "op": "DUP5"
    },
    "776": {
      "op": "AND"
    },
    "777": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "779": {
      "op": "DUP3"
    },
    "780": {
      "op": "ADD"
    },
    "781": {
      "op": "MSTORE"
    },
    "782": {
      "op": "SWAP1"
    },
    "783": {
      "op": "DUP2"
    },
    "784": {
      "op": "ADD"
    },
    "785": {
      "op": "DUP3"
    },
    "786": {
      "op": "SWAP1"
    },
    "787": {
      "op": "MSTORE"
    },
    "788": {
      "fn": "USD1.transferFrom",
      "offset": [
        1440,
        1455
      ],
      "op": "TIMESTAMP",
      "path": "66"
    },
    "789": {
      "op": "PUSH1",
      "value": "0x60"
    },
    "791": {
      "op": "DUP3"
    },
    "792": {
      "op": "ADD"
    },
    "793": {
      "op": "MSTORE"
    },
    "794": {
      "fn": "USD1.transferFrom",
      "offset": [
        1457,
        1469
      ],
      "op": "NUMBER",
      "path": "66"
    },
    "795": {
      "op": "PUSH1",
      "value": "0x80"
    },
    "797": {
      "op": "DUP3"
    },
    "798": {
      "op": "ADD"
    },
    "799": {
      "op": "MSTORE"
    },
    "800": {
      "fn": "USD1.transferFrom",
      "offset": [
        1322,
        1326
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "802": {
      "fn": "USD1.transferFrom",
      "offset": [
        1322,
        1326
      ],
      "op": "SWAP1",
      "path": "66"
    },
    "803": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "PUSH32",
      "path": "66",
      "value": "0xBEBBF968CE34A42435040695B1CAE18B56E2B2592359E5BF161F2F6993CAA9BC"
    },
    "836": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "SWAP1",
      "path": "66"
    },
    "837": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "839": {
      "op": "ADD"
    },
    "840": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x40"
    },
    "842": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "843": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "DUP1",
      "path": "66"
    },
    "844": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "SWAP2",
      "path": "66"
    },
    "845": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "SUB",
      "path": "66"
    },
    "846": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "SWAP1",
      "path": "66"
    },
    "847": {
      "fn": "USD1.transferFrom",
      "offset": [
        1402,
        1470
      ],
      "op": "LOG1",
      "path": "66"
    },
    "848": {
      "fn": "USD1.transferFrom",
      "offset": [
        1487,
        1523
      ],
      "op": "PUSH2",
      "path": "66",
      "statement": 6,
      "value": "0x35A"
    },
    "851": {
      "fn": "USD1.transferFrom",
      "offset": [
        1506,
        1510
      ],
      "op": "DUP5",
      "path": "66"
    },
    "852": {
      "fn": "USD1.transferFrom",
      "offset": [
        1512,
        1514
      ],
      "op": "DUP5",
      "path": "66"
    },
    "853": {
      "fn": "USD1.transferFrom",
      "offset": [
        1516,
        1522
      ],
      "op": "DUP5",
      "path": "66"
    },
    "854": {
      "fn": "USD1.transferFrom",
      "offset": [
        1487,
        1505
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x5F0"
    },
    "857": {
      "fn": "USD1.transferFrom",
      "jump": "i",
      "offset": [
        1487,
        1523
      ],
      "op": "JUMP",
      "path": "66"
    },
    "858": {
      "fn": "USD1.transferFrom",
      "offset": [
        1487,
        1523
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "859": {
      "fn": "USD1.transferFrom",
      "offset": [
        1480,
        1523
      ],
      "op": "SWAP5",
      "path": "66"
    },
    "860": {
      "fn": "USD1.transferFrom",
      "offset": [
        1216,
        1530
      ],
      "op": "SWAP4",
      "path": "66"
    },
    "861": {
      "op": "POP"
    },
    "862": {
      "op": "POP"
    },
    "863": {
      "op": "POP"
    },
    "864": {
      "op": "POP"
    },
    "865": {
      "fn": "USD1.transferFrom",
      "jump": "o",
      "offset": [
        1216,
        1530
      ],
      "op": "JUMP",
      "path": "66"
    },
    "866": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5873,
        6107
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "867": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        5961,
        5965
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "869": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "870": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6015,
        6079
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 7,
      "value": "0x2EB"
    },
    "873": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP2",
      "path": "11"
    },
    "874": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6031,
        6038
      ],
      "op": "DUP6",
      "path": "3"
    },
    "875": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6068,
        6078
      ],
      "op": "DUP6",
      "path": "3"
    },
    "876": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6065
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x375"
    },
    "879": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP4",
      "path": "11"
    },
    "880": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6031,
        6038
      ],
      "op": "DUP4",
      "path": "3"
    },
    "881": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6049
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4A1"
    },
    "884": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        6040,
        6065
      ],
      "op": "JUMP",
      "path": "3"
    },
    "885": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6065
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "886": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x37F"
    },
    "889": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "890": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "891": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x980"
    },
    "894": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        6040,
        6078
      ],
      "op": "JUMP",
      "path": "3"
    },
    "895": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6040,
        6078
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "896": {
      "fn": "ERC20.increaseAllowance",
      "offset": [
        6015,
        6023
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4CC"
    },
    "899": {
      "fn": "ERC20.increaseAllowance",
      "jump": "i",
      "offset": [
        6015,
        6079
      ],
      "op": "JUMP",
      "path": "3"
    },
    "900": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "901": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "903": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "905": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "907": {
      "op": "SHL"
    },
    "908": {
      "op": "SUB"
    },
    "909": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "DUP2",
      "path": "3",
      "statement": 8
    },
    "910": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "AND",
      "path": "3"
    },
    "911": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3482,
        3489
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "913": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "914": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "DUP2",
      "path": "3"
    },
    "915": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "916": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "918": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "DUP2",
      "path": "3"
    },
    "919": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "920": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "921": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "923": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "924": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "925": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3508,
        3526
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "926": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "927": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "928": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "929": {
      "fn": "ERC20.balanceOf",
      "offset": [
        3408,
        3533
      ],
      "op": "POP",
      "path": "3"
    },
    "930": {
      "fn": "ERC20.balanceOf",
      "jump": "o",
      "offset": [
        3408,
        3533
      ],
      "op": "JUMP",
      "path": "3"
    },
    "931": {
      "fn": "ERC20.symbol",
      "offset": [
        2367,
        2469
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "932": {
      "fn": "ERC20.symbol",
      "offset": [
        2423,
        2436
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x60"
    },
    "934": {
      "fn": "ERC20.symbol",
      "offset": [
        2455,
        2462
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 9,
      "value": "0x4"
    },
    "936": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "DUP1",
      "path": "3"
    },
    "937": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "938": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x25A"
    },
    "941": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "942": {
      "fn": "ERC20.symbol",
      "offset": [
        2448,
        2462
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x9A4"
    },
    "945": {
      "fn": "ERC20.symbol",
      "jump": "i",
      "offset": [
        2448,
        2462
      ],
      "op": "JUMP",
      "path": "3"
    },
    "946": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "947": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6687,
        6691
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "949": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "950": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6687,
        6691
      ],
      "op": "DUP2",
      "path": "3"
    },
    "951": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6768,
        6793
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x3C0"
    },
    "954": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP3",
      "path": "11"
    },
    "955": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6785,
        6792
      ],
      "op": "DUP7",
      "path": "3"
    },
    "956": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6768,
        6777
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4A1"
    },
    "959": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6768,
        6793
      ],
      "op": "JUMP",
      "path": "3"
    },
    "960": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6768,
        6793
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "961": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6741,
        6793
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "962": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6741,
        6793
      ],
      "op": "POP",
      "path": "3"
    },
    "963": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6831,
        6846
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 10
    },
    "964": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6811,
        6827
      ],
      "op": "DUP2",
      "path": "3"
    },
    "965": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6811,
        6846
      ],
      "op": "LT",
      "path": "3"
    },
    "966": {
      "branch": 32,
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6811,
        6846
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "967": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x425"
    },
    "970": {
      "branch": 32,
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "971": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "973": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "974": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "978": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "980": {
      "op": "SHL"
    },
    "981": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "DUP2",
      "path": "3"
    },
    "982": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "983": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "985": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "987": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "DUP3",
      "path": "3"
    },
    "988": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "ADD",
      "path": "3"
    },
    "989": {
      "op": "MSTORE"
    },
    "990": {
      "op": "PUSH1",
      "value": "0x25"
    },
    "992": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "994": {
      "op": "DUP3"
    },
    "995": {
      "op": "ADD"
    },
    "996": {
      "op": "MSTORE"
    },
    "997": {
      "op": "PUSH32",
      "value": "0x45524332303A2064656372656173656420616C6C6F77616E63652062656C6F77"
    },
    "1030": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1032": {
      "op": "DUP3"
    },
    "1033": {
      "op": "ADD"
    },
    "1034": {
      "op": "MSTORE"
    },
    "1035": {
      "op": "PUSH5",
      "value": "0x207A65726F"
    },
    "1041": {
      "op": "PUSH1",
      "value": "0xD8"
    },
    "1043": {
      "op": "SHL"
    },
    "1044": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1046": {
      "op": "DUP3"
    },
    "1047": {
      "op": "ADD"
    },
    "1048": {
      "op": "MSTORE"
    },
    "1049": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1051": {
      "op": "ADD"
    },
    "1052": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1053": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1055": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1056": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1057": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1058": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "SUB",
      "path": "3"
    },
    "1059": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1060": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "REVERT",
      "optimizer_revert": true,
      "path": "3"
    },
    "1061": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6803,
        6888
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1062": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6922,
        6982
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 11,
      "value": "0x432"
    },
    "1065": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6931,
        6936
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1066": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6938,
        6945
      ],
      "op": "DUP7",
      "path": "3"
    },
    "1067": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6966,
        6981
      ],
      "op": "DUP7",
      "path": "3"
    },
    "1068": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6947,
        6963
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1069": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6947,
        6981
      ],
      "op": "SUB",
      "path": "3"
    },
    "1070": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6922,
        6930
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4CC"
    },
    "1073": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "i",
      "offset": [
        6922,
        6982
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1074": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6922,
        6982
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1075": {
      "op": "POP"
    },
    "1076": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        7010,
        7014
      ],
      "op": "PUSH1",
      "path": "3",
      "statement": 12,
      "value": "0x1"
    },
    "1078": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        7010,
        7014
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1079": {
      "fn": "ERC20.decreaseAllowance",
      "offset": [
        6594,
        7021
      ],
      "op": "SWAP4",
      "path": "3"
    },
    "1080": {
      "op": "POP"
    },
    "1081": {
      "op": "POP"
    },
    "1082": {
      "op": "POP"
    },
    "1083": {
      "op": "POP"
    },
    "1084": {
      "fn": "ERC20.decreaseAllowance",
      "jump": "o",
      "offset": [
        6594,
        7021
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1085": {
      "fn": "USD1.transfer",
      "offset": [
        897,
        1206
      ],
      "op": "JUMPDEST",
      "path": "66"
    },
    "1086": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "PUSH1",
      "path": "66",
      "statement": 13,
      "value": "0x40"
    },
    "1088": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "DUP1",
      "path": "66"
    },
    "1089": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "1090": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "1091": {
      "op": "DUP1"
    },
    "1092": {
      "op": "DUP3"
    },
    "1093": {
      "op": "MSTORE"
    },
    "1094": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1096": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1098": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1100": {
      "op": "SHL"
    },
    "1101": {
      "op": "SUB"
    },
    "1102": {
      "op": "DUP6"
    },
    "1103": {
      "op": "AND"
    },
    "1104": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1106": {
      "op": "DUP4"
    },
    "1107": {
      "op": "ADD"
    },
    "1108": {
      "op": "MSTORE"
    },
    "1109": {
      "op": "DUP2"
    },
    "1110": {
      "op": "DUP4"
    },
    "1111": {
      "op": "ADD"
    },
    "1112": {
      "op": "DUP5"
    },
    "1113": {
      "op": "SWAP1"
    },
    "1114": {
      "op": "MSTORE"
    },
    "1115": {
      "fn": "USD1.transfer",
      "offset": [
        1126,
        1141
      ],
      "op": "TIMESTAMP",
      "path": "66"
    },
    "1116": {
      "op": "PUSH1",
      "value": "0x60"
    },
    "1118": {
      "op": "DUP4"
    },
    "1119": {
      "op": "ADD"
    },
    "1120": {
      "op": "MSTORE"
    },
    "1121": {
      "fn": "USD1.transfer",
      "offset": [
        1143,
        1155
      ],
      "op": "NUMBER",
      "path": "66"
    },
    "1122": {
      "op": "PUSH1",
      "value": "0x80"
    },
    "1124": {
      "op": "DUP4"
    },
    "1125": {
      "op": "ADD"
    },
    "1126": {
      "op": "MSTORE"
    },
    "1127": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "SWAP2",
      "path": "66"
    },
    "1128": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "MLOAD",
      "path": "66"
    },
    "1129": {
      "fn": "USD1.transfer",
      "offset": [
        976,
        980
      ],
      "op": "PUSH1",
      "path": "66",
      "value": "0x0"
    },
    "1131": {
      "fn": "USD1.transfer",
      "offset": [
        976,
        980
      ],
      "op": "SWAP3",
      "path": "66"
    },
    "1132": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "SWAP2",
      "path": "11"
    },
    "1133": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "PUSH32",
      "path": "66",
      "value": "0xBEBBF968CE34A42435040695B1CAE18B56E2B2592359E5BF161F2F6993CAA9BC"
    },
    "1166": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "SWAP2",
      "path": "66"
    },
    "1167": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "SWAP1",
      "path": "66"
    },
    "1168": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "DUP2",
      "path": "66"
    },
    "1169": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "SWAP1",
      "path": "66"
    },
    "1170": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "SUB",
      "path": "66"
    },
    "1171": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1173": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "ADD",
      "path": "66"
    },
    "1174": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "SWAP1",
      "path": "66"
    },
    "1175": {
      "fn": "USD1.transfer",
      "offset": [
        1088,
        1156
      ],
      "op": "LOG1",
      "path": "66"
    },
    "1176": {
      "fn": "USD1.transfer",
      "offset": [
        1173,
        1199
      ],
      "op": "PUSH2",
      "path": "66",
      "statement": 14,
      "value": "0x35A"
    },
    "1179": {
      "fn": "USD1.transfer",
      "offset": [
        1188,
        1190
      ],
      "op": "DUP5",
      "path": "66"
    },
    "1180": {
      "fn": "USD1.transfer",
      "offset": [
        1192,
        1198
      ],
      "op": "DUP5",
      "path": "66"
    },
    "1181": {
      "fn": "USD1.transfer",
      "offset": [
        1173,
        1187
      ],
      "op": "PUSH2",
      "path": "66",
      "value": "0x609"
    },
    "1184": {
      "fn": "USD1.transfer",
      "jump": "i",
      "offset": [
        1173,
        1199
      ],
      "op": "JUMP",
      "path": "66"
    },
    "1185": {
      "fn": "ERC20.allowance",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1186": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1188": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1190": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1192": {
      "op": "SHL"
    },
    "1193": {
      "op": "SUB"
    },
    "1194": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "SWAP2",
      "path": "3",
      "statement": 15
    },
    "1195": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1196": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "AND",
      "path": "3"
    },
    "1197": {
      "fn": "ERC20.allowance",
      "offset": [
        4065,
        4072
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1199": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1200": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1201": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1202": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4102
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1"
    },
    "1204": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1206": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1207": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1208": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1209": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1211": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1212": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "DUP4",
      "path": "3"
    },
    "1213": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4109
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1214": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP4",
      "path": "3"
    },
    "1215": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1216": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1217": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "AND",
      "path": "3"
    },
    "1218": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1219": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1220": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1221": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1222": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1223": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1224": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1225": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "1226": {
      "fn": "ERC20.allowance",
      "offset": [
        4091,
        4118
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1227": {
      "fn": "ERC20.allowance",
      "jump": "o",
      "offset": [
        3976,
        4125
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1228": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1229": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1231": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1233": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1235": {
      "op": "SHL"
    },
    "1236": {
      "op": "SUB"
    },
    "1237": {
      "fn": "ERC20._approve",
      "offset": [
        10241,
        10260
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 16
    },
    "1238": {
      "branch": 33,
      "fn": "ERC20._approve",
      "offset": [
        10241,
        10260
      ],
      "op": "AND",
      "path": "3"
    },
    "1239": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x52E"
    },
    "1242": {
      "branch": 33,
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1243": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1245": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1246": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1250": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1252": {
      "op": "SHL"
    },
    "1253": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1254": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1255": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1257": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1259": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1260": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "ADD",
      "path": "3"
    },
    "1261": {
      "op": "MSTORE"
    },
    "1262": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1264": {
      "op": "DUP1"
    },
    "1265": {
      "op": "DUP3"
    },
    "1266": {
      "op": "ADD"
    },
    "1267": {
      "op": "MSTORE"
    },
    "1268": {
      "op": "PUSH32",
      "value": "0x45524332303A20617070726F76652066726F6D20746865207A65726F20616464"
    },
    "1301": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1303": {
      "op": "DUP3"
    },
    "1304": {
      "op": "ADD"
    },
    "1305": {
      "op": "MSTORE"
    },
    "1306": {
      "op": "PUSH4",
      "value": "0x72657373"
    },
    "1311": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "1313": {
      "op": "SHL"
    },
    "1314": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1316": {
      "op": "DUP3"
    },
    "1317": {
      "op": "ADD"
    },
    "1318": {
      "op": "MSTORE"
    },
    "1319": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1321": {
      "op": "ADD"
    },
    "1322": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x41C"
    },
    "1325": {
      "op": "JUMP"
    },
    "1326": {
      "fn": "ERC20._approve",
      "offset": [
        10233,
        10301
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1327": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1329": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1331": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1333": {
      "op": "SHL"
    },
    "1334": {
      "op": "SUB"
    },
    "1335": {
      "fn": "ERC20._approve",
      "offset": [
        10319,
        10340
      ],
      "op": "DUP3",
      "path": "3",
      "statement": 17
    },
    "1336": {
      "branch": 34,
      "fn": "ERC20._approve",
      "offset": [
        10319,
        10340
      ],
      "op": "AND",
      "path": "3"
    },
    "1337": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x58F"
    },
    "1340": {
      "branch": 34,
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1341": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1343": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1344": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1348": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1350": {
      "op": "SHL"
    },
    "1351": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1352": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1353": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1355": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1357": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1358": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "ADD",
      "path": "3"
    },
    "1359": {
      "op": "MSTORE"
    },
    "1360": {
      "op": "PUSH1",
      "value": "0x22"
    },
    "1362": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1364": {
      "op": "DUP3"
    },
    "1365": {
      "op": "ADD"
    },
    "1366": {
      "op": "MSTORE"
    },
    "1367": {
      "op": "PUSH32",
      "value": "0x45524332303A20617070726F766520746F20746865207A65726F206164647265"
    },
    "1400": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1402": {
      "op": "DUP3"
    },
    "1403": {
      "op": "ADD"
    },
    "1404": {
      "op": "MSTORE"
    },
    "1405": {
      "op": "PUSH2",
      "value": "0x7373"
    },
    "1408": {
      "op": "PUSH1",
      "value": "0xF0"
    },
    "1410": {
      "op": "SHL"
    },
    "1411": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1413": {
      "op": "DUP3"
    },
    "1414": {
      "op": "ADD"
    },
    "1415": {
      "op": "MSTORE"
    },
    "1416": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1418": {
      "op": "ADD"
    },
    "1419": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x41C"
    },
    "1422": {
      "op": "JUMP"
    },
    "1423": {
      "fn": "ERC20._approve",
      "offset": [
        10311,
        10379
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1424": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1426": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1428": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1430": {
      "op": "SHL"
    },
    "1431": {
      "op": "SUB"
    },
    "1432": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 18
    },
    "1433": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1434": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "AND",
      "path": "3"
    },
    "1435": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1437": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1438": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1439": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1440": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10401
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x1"
    },
    "1442": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1444": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1445": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1446": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1447": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1449": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1450": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "DUP4",
      "path": "3"
    },
    "1451": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10408
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1452": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1453": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP8",
      "path": "3"
    },
    "1454": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "AND",
      "path": "3"
    },
    "1455": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1456": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1457": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1458": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP5",
      "path": "3"
    },
    "1459": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1460": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1461": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1462": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1463": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1464": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10417
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1465": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10426
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1466": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10426
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1467": {
      "fn": "ERC20._approve",
      "offset": [
        10390,
        10426
      ],
      "op": "SSTORE",
      "path": "3"
    },
    "1468": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP1",
      "path": "3",
      "statement": 19
    },
    "1469": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1470": {
      "op": "DUP5"
    },
    "1471": {
      "op": "DUP2"
    },
    "1472": {
      "op": "MSTORE"
    },
    "1473": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "PUSH32",
      "path": "3",
      "value": "0x8C5BE1E5EBEC7D5BD14F71427D1E84F3DD0314C0F7B2291E5B200AC8C7C3B925"
    },
    "1506": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1507": {
      "op": "ADD"
    },
    "1508": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1510": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1511": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "DUP1",
      "path": "3"
    },
    "1512": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "1513": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SUB",
      "path": "3"
    },
    "1514": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1515": {
      "fn": "ERC20._approve",
      "offset": [
        10441,
        10473
      ],
      "op": "LOG3",
      "path": "3"
    },
    "1516": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "POP",
      "path": "3"
    },
    "1517": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "POP",
      "path": "3"
    },
    "1518": {
      "fn": "ERC20._approve",
      "offset": [
        10110,
        10480
      ],
      "op": "POP",
      "path": "3"
    },
    "1519": {
      "fn": "ERC20._approve",
      "jump": "o",
      "offset": [
        10110,
        10480
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1520": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5192,
        5478
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1521": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5319,
        5323
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1523": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "1524": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5375,
        5413
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 20,
      "value": "0x5FE"
    },
    "1527": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5391,
        5395
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1528": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP3",
      "path": "11"
    },
    "1529": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5406,
        5412
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1530": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5375,
        5390
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x617"
    },
    "1533": {
      "fn": "ERC20.transferFrom",
      "jump": "i",
      "offset": [
        5375,
        5413
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1534": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5375,
        5413
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1535": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5423,
        5450
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 21,
      "value": "0x432"
    },
    "1538": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5433,
        5437
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1539": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5439,
        5441
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1540": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5443,
        5449
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1541": {
      "fn": "ERC20.transferFrom",
      "offset": [
        5423,
        5432
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x691"
    },
    "1544": {
      "fn": "ERC20.transferFrom",
      "jump": "i",
      "offset": [
        5423,
        5450
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1545": {
      "fn": "ERC20.transfer",
      "offset": [
        3729,
        3918
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1546": {
      "fn": "ERC20.transfer",
      "offset": [
        3808,
        3812
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1548": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "CALLER",
      "path": "11"
    },
    "1549": {
      "fn": "ERC20.transfer",
      "offset": [
        3862,
        3890
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 22,
      "value": "0x2EB"
    },
    "1552": {
      "fn": "Context._msgSender",
      "offset": [
        719,
        729
      ],
      "op": "DUP2",
      "path": "11"
    },
    "1553": {
      "fn": "ERC20.transfer",
      "offset": [
        3879,
        3881
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1554": {
      "fn": "ERC20.transfer",
      "offset": [
        3883,
        3889
      ],
      "op": "DUP6",
      "path": "3"
    },
    "1555": {
      "fn": "ERC20.transfer",
      "offset": [
        3862,
        3871
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x691"
    },
    "1558": {
      "fn": "ERC20.transfer",
      "jump": "i",
      "offset": [
        3862,
        3890
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1559": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1560": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10891,
        10915
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1562": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10918,
        10943
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x623"
    },
    "1565": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10928,
        10933
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1566": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10935,
        10942
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1567": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10918,
        10927
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4A1"
    },
    "1570": {
      "fn": "ERC20._spendAllowance",
      "jump": "i",
      "offset": [
        10918,
        10943
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1571": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10918,
        10943
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1572": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10891,
        10943
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1573": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10891,
        10943
      ],
      "op": "POP",
      "path": "3"
    },
    "1574": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "1576": {
      "op": "NOT"
    },
    "1577": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10957,
        10973
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1578": {
      "branch": 35,
      "fn": "ERC20._spendAllowance",
      "offset": [
        10957,
        10994
      ],
      "op": "EQ",
      "path": "3"
    },
    "1579": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10953,
        11196
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x68B"
    },
    "1582": {
      "branch": 35,
      "fn": "ERC20._spendAllowance",
      "offset": [
        10953,
        11196
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1583": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11038,
        11044
      ],
      "op": "DUP2",
      "path": "3",
      "statement": 23
    },
    "1584": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11018,
        11034
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1585": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11018,
        11044
      ],
      "op": "LT",
      "path": "3"
    },
    "1586": {
      "branch": 36,
      "fn": "ERC20._spendAllowance",
      "offset": [
        11018,
        11044
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "1587": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x67E"
    },
    "1590": {
      "branch": 36,
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1591": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1593": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1594": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1598": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1600": {
      "op": "SHL"
    },
    "1601": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1602": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1603": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1605": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1607": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1608": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "ADD",
      "path": "3"
    },
    "1609": {
      "op": "MSTORE"
    },
    "1610": {
      "op": "PUSH1",
      "value": "0x1D"
    },
    "1612": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1614": {
      "op": "DUP3"
    },
    "1615": {
      "op": "ADD"
    },
    "1616": {
      "op": "MSTORE"
    },
    "1617": {
      "op": "PUSH32",
      "value": "0x45524332303A20696E73756666696369656E7420616C6C6F77616E6365000000"
    },
    "1650": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1652": {
      "op": "DUP3"
    },
    "1653": {
      "op": "ADD"
    },
    "1654": {
      "op": "MSTORE"
    },
    "1655": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1657": {
      "op": "ADD"
    },
    "1658": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x41C"
    },
    "1661": {
      "op": "JUMP"
    },
    "1662": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11010,
        11078
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1663": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11120,
        11171
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 24,
      "value": "0x68B"
    },
    "1666": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11129,
        11134
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1667": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11136,
        11143
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1668": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11164,
        11170
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1669": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11145,
        11161
      ],
      "op": "DUP5",
      "path": "3"
    },
    "1670": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11145,
        11170
      ],
      "op": "SUB",
      "path": "3"
    },
    "1671": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11120,
        11128
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x4CC"
    },
    "1674": {
      "fn": "ERC20._spendAllowance",
      "jump": "i",
      "offset": [
        11120,
        11171
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1675": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        11120,
        11171
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1676": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1677": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1678": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1679": {
      "fn": "ERC20._spendAllowance",
      "offset": [
        10761,
        11202
      ],
      "op": "POP",
      "path": "3"
    },
    "1680": {
      "fn": "ERC20._spendAllowance",
      "jump": "o",
      "offset": [
        10761,
        11202
      ],
      "op": "JUMP",
      "path": "3"
    },
    "1681": {
      "fn": "ERC20._transfer",
      "offset": [
        7475,
        8126
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1682": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1684": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1686": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1688": {
      "op": "SHL"
    },
    "1689": {
      "op": "SUB"
    },
    "1690": {
      "fn": "ERC20._transfer",
      "offset": [
        7601,
        7619
      ],
      "op": "DUP4",
      "path": "3",
      "statement": 25
    },
    "1691": {
      "branch": 37,
      "fn": "ERC20._transfer",
      "offset": [
        7601,
        7619
      ],
      "op": "AND",
      "path": "3"
    },
    "1692": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x6F5"
    },
    "1695": {
      "branch": 37,
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1696": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1698": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1699": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1703": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1705": {
      "op": "SHL"
    },
    "1706": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1707": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1708": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1710": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1712": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1713": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "ADD",
      "path": "3"
    },
    "1714": {
      "op": "MSTORE"
    },
    "1715": {
      "op": "PUSH1",
      "value": "0x25"
    },
    "1717": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1719": {
      "op": "DUP3"
    },
    "1720": {
      "op": "ADD"
    },
    "1721": {
      "op": "MSTORE"
    },
    "1722": {
      "op": "PUSH32",
      "value": "0x45524332303A207472616E736665722066726F6D20746865207A65726F206164"
    },
    "1755": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1757": {
      "op": "DUP3"
    },
    "1758": {
      "op": "ADD"
    },
    "1759": {
      "op": "MSTORE"
    },
    "1760": {
      "op": "PUSH5",
      "value": "0x6472657373"
    },
    "1766": {
      "op": "PUSH1",
      "value": "0xD8"
    },
    "1768": {
      "op": "SHL"
    },
    "1769": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1771": {
      "op": "DUP3"
    },
    "1772": {
      "op": "ADD"
    },
    "1773": {
      "op": "MSTORE"
    },
    "1774": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1776": {
      "op": "ADD"
    },
    "1777": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x41C"
    },
    "1780": {
      "op": "JUMP"
    },
    "1781": {
      "fn": "ERC20._transfer",
      "offset": [
        7593,
        7661
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1782": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1784": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1786": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1788": {
      "op": "SHL"
    },
    "1789": {
      "op": "SUB"
    },
    "1790": {
      "fn": "ERC20._transfer",
      "offset": [
        7679,
        7695
      ],
      "op": "DUP3",
      "path": "3",
      "statement": 26
    },
    "1791": {
      "branch": 38,
      "fn": "ERC20._transfer",
      "offset": [
        7679,
        7695
      ],
      "op": "AND",
      "path": "3"
    },
    "1792": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x757"
    },
    "1795": {
      "branch": 38,
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1796": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1798": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1799": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1803": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1805": {
      "op": "SHL"
    },
    "1806": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1807": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1808": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1810": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1812": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1813": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "ADD",
      "path": "3"
    },
    "1814": {
      "op": "MSTORE"
    },
    "1815": {
      "op": "PUSH1",
      "value": "0x23"
    },
    "1817": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1819": {
      "op": "DUP3"
    },
    "1820": {
      "op": "ADD"
    },
    "1821": {
      "op": "MSTORE"
    },
    "1822": {
      "op": "PUSH32",
      "value": "0x45524332303A207472616E7366657220746F20746865207A65726F2061646472"
    },
    "1855": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1857": {
      "op": "DUP3"
    },
    "1858": {
      "op": "ADD"
    },
    "1859": {
      "op": "MSTORE"
    },
    "1860": {
      "op": "PUSH3",
      "value": "0x657373"
    },
    "1864": {
      "op": "PUSH1",
      "value": "0xE8"
    },
    "1866": {
      "op": "SHL"
    },
    "1867": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1869": {
      "op": "DUP3"
    },
    "1870": {
      "op": "ADD"
    },
    "1871": {
      "op": "MSTORE"
    },
    "1872": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1874": {
      "op": "ADD"
    },
    "1875": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x41C"
    },
    "1878": {
      "op": "JUMP"
    },
    "1879": {
      "fn": "ERC20._transfer",
      "offset": [
        7671,
        7735
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "1880": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1882": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "1884": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "1886": {
      "op": "SHL"
    },
    "1887": {
      "op": "SUB"
    },
    "1888": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "DUP4",
      "path": "3"
    },
    "1889": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "AND",
      "path": "3"
    },
    "1890": {
      "fn": "ERC20._transfer",
      "offset": [
        7795,
        7814
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "1892": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1893": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1894": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1895": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "1897": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1898": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1899": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1900": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1902": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "1903": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "1904": {
      "fn": "ERC20._transfer",
      "offset": [
        7817,
        7832
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "1905": {
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "DUP2",
      "path": "3",
      "statement": 27
    },
    "1906": {
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1907": {
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "LT",
      "path": "3"
    },
    "1908": {
      "branch": 39,
      "fn": "ERC20._transfer",
      "offset": [
        7850,
        7871
      ],
      "op": "ISZERO",
      "path": "3"
    },
    "1909": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x7CF"
    },
    "1912": {
      "branch": 39,
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "JUMPI",
      "path": "3"
    },
    "1913": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "1915": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "1916": {
      "op": "PUSH3",
      "value": "0x461BCD"
    },
    "1920": {
      "op": "PUSH1",
      "value": "0xE5"
    },
    "1922": {
      "op": "SHL"
    },
    "1923": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "DUP2",
      "path": "3"
    },
    "1924": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "1925": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "1927": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x4"
    },
    "1929": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "DUP3",
      "path": "3"
    },
    "1930": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "ADD",
      "path": "3"
    },
    "1931": {
      "op": "MSTORE"
    },
    "1932": {
      "op": "PUSH1",
      "value": "0x26"
    },
    "1934": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "1936": {
      "op": "DUP3"
    },
    "1937": {
      "op": "ADD"
    },
    "1938": {
      "op": "MSTORE"
    },
    "1939": {
      "op": "PUSH32",
      "value": "0x45524332303A207472616E7366657220616D6F756E7420657863656564732062"
    },
    "1972": {
      "op": "PUSH1",
      "value": "0x44"
    },
    "1974": {
      "op": "DUP3"
    },
    "1975": {
      "op": "ADD"
    },
    "1976": {
      "op": "MSTORE"
    },
    "1977": {
      "op": "PUSH6",
      "value": "0x616C616E6365"
    },
    "1984": {
      "op": "PUSH1",
      "value": "0xD0"
    },
    "1986": {
      "op": "SHL"
    },
    "1987": {
      "op": "PUSH1",
      "value": "0x64"
    },
    "1989": {
      "op": "DUP3"
    },
    "1990": {
      "op": "ADD"
    },
    "1991": {
      "op": "MSTORE"
    },
    "1992": {
      "op": "PUSH1",
      "value": "0x84"
    },
    "1994": {
      "op": "ADD"
    },
    "1995": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x41C"
    },
    "1998": {
      "op": "JUMP"
    },
    "1999": {
      "fn": "ERC20._transfer",
      "offset": [
        7842,
        7914
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "2000": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2002": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2004": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "2006": {
      "op": "SHL"
    },
    "2007": {
      "op": "SUB"
    },
    "2008": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP1",
      "path": "3",
      "statement": 28
    },
    "2009": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP6",
      "path": "3"
    },
    "2010": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "AND",
      "path": "3"
    },
    "2011": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7957
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x0"
    },
    "2013": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2014": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP2",
      "path": "3"
    },
    "2015": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "2016": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x20"
    },
    "2018": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP2",
      "path": "3"
    },
    "2019": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2020": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "2021": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "2023": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP1",
      "path": "3"
    },
    "2024": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "DUP3",
      "path": "3"
    },
    "2025": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7963
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "2026": {
      "fn": "ERC20._transfer",
      "offset": [
        7966,
        7986
      ],
      "op": "DUP6",
      "path": "3"
    },
    "2027": {
      "fn": "ERC20._transfer",
      "offset": [
        7966,
        7986
      ],
      "op": "DUP6",
      "path": "3"
    },
    "2028": {
      "fn": "ERC20._transfer",
      "offset": [
        7966,
        7986
      ],
      "op": "SUB",
      "path": "3"
    },
    "2029": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7986
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2030": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7986
      ],
      "op": "SSTORE",
      "path": "3"
    },
    "2031": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "SWAP2",
      "path": "3",
      "statement": 29
    },
    "2032": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "DUP6",
      "path": "3"
    },
    "2033": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "AND",
      "path": "3"
    },
    "2034": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "DUP2",
      "path": "3"
    },
    "2035": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "MSTORE",
      "path": "3"
    },
    "2036": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2037": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "DUP2",
      "path": "3"
    },
    "2038": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8019
      ],
      "op": "KECCAK256",
      "path": "3"
    },
    "2039": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "DUP1",
      "path": "3"
    },
    "2040": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SLOAD",
      "path": "3"
    },
    "2041": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "DUP5",
      "path": "3"
    },
    "2042": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "2043": {
      "fn": "ERC20._transfer",
      "offset": [
        7948,
        7957
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2044": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x806"
    },
    "2047": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2048": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "DUP5",
      "path": "3"
    },
    "2049": {
      "fn": "ERC20._transfer",
      "offset": [
        7980,
        7986
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2050": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x980"
    },
    "2053": {
      "fn": "ERC20._transfer",
      "jump": "i",
      "offset": [
        8006,
        8029
      ],
      "op": "JUMP",
      "path": "3"
    },
    "2054": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "2055": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SWAP3",
      "path": "3"
    },
    "2056": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "POP",
      "path": "3"
    },
    "2057": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "POP",
      "path": "3"
    },
    "2058": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "DUP2",
      "path": "3"
    },
    "2059": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2060": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "SSTORE",
      "path": "3"
    },
    "2061": {
      "fn": "ERC20._transfer",
      "offset": [
        8006,
        8029
      ],
      "op": "POP",
      "path": "3"
    },
    "2062": {
      "fn": "ERC20._transfer",
      "offset": [
        8060,
        8062
      ],
      "op": "DUP3",
      "path": "3",
      "statement": 30
    },
    "2063": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2065": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2067": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "2069": {
      "op": "SHL"
    },
    "2070": {
      "op": "SUB"
    },
    "2071": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "AND",
      "path": "3"
    },
    "2072": {
      "fn": "ERC20._transfer",
      "offset": [
        8054,
        8058
      ],
      "op": "DUP5",
      "path": "3"
    },
    "2073": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2075": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2077": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "2079": {
      "op": "SHL"
    },
    "2080": {
      "op": "SUB"
    },
    "2081": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "AND",
      "path": "3"
    },
    "2082": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH32",
      "path": "3",
      "value": "0xDDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF"
    },
    "2115": {
      "fn": "ERC20._transfer",
      "offset": [
        8064,
        8070
      ],
      "op": "DUP5",
      "path": "3"
    },
    "2116": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "2118": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "2119": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH2",
      "path": "3",
      "value": "0x852"
    },
    "2122": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "2123": {
      "op": "DUP2"
    },
    "2124": {
      "op": "MSTORE"
    },
    "2125": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2127": {
      "op": "ADD"
    },
    "2128": {
      "op": "SWAP1"
    },
    "2129": {
      "op": "JUMP"
    },
    "2130": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "JUMPDEST",
      "path": "3"
    },
    "2131": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "PUSH1",
      "path": "3",
      "value": "0x40"
    },
    "2133": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "MLOAD",
      "path": "3"
    },
    "2134": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "DUP1",
      "path": "3"
    },
    "2135": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SWAP2",
      "path": "3"
    },
    "2136": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SUB",
      "path": "3"
    },
    "2137": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "SWAP1",
      "path": "3"
    },
    "2138": {
      "fn": "ERC20._transfer",
      "offset": [
        8045,
        8071
      ],
      "op": "LOG3",
      "path": "3"
    },
    "2139": {
      "fn": "ERC20._transfer",
      "offset": [
        8082,
        8119
      ],
      "op": "PUSH2",
      "path": "3",
      "statement": 31,
      "value": "0x68B"
    },
    "2142": {
      "fn": "ERC20._beforeTokenTransfer",
      "offset": [
        11786,
        11907
      ],
      "op": "JUMP",
      "path": "3"
    },
    "2143": {
      "op": "JUMPDEST"
    },
    "2144": {
      "op": "DUP1"
    },
    "2145": {
      "op": "CALLDATALOAD"
    },
    "2146": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2148": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2150": {
      "op": "PUSH1",
      "value": "0xA0"
    },
    "2152": {
      "op": "SHL"
    },
    "2153": {
      "op": "SUB"
    },
    "2154": {
      "op": "DUP2"
    },
    "2155": {
      "op": "AND"
    },
    "2156": {
      "op": "DUP2"
    },
    "2157": {
      "op": "EQ"
    },
    "2158": {
      "op": "PUSH2",
      "value": "0x39E"
    },
    "2161": {
      "op": "JUMPI"
    },
    "2162": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2164": {
      "op": "DUP1"
    },
    "2165": {
      "op": "REVERT"
    },
    "2166": {
      "op": "JUMPDEST"
    },
    "2167": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2169": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2171": {
      "op": "DUP3"
    },
    "2172": {
      "op": "DUP5"
    },
    "2173": {
      "op": "SUB"
    },
    "2174": {
      "op": "SLT"
    },
    "2175": {
      "op": "ISZERO"
    },
    "2176": {
      "op": "PUSH2",
      "value": "0x887"
    },
    "2179": {
      "op": "JUMPI"
    },
    "2180": {
      "op": "DUP1"
    },
    "2181": {
      "op": "DUP2"
    },
    "2182": {
      "op": "REVERT"
    },
    "2183": {
      "op": "JUMPDEST"
    },
    "2184": {
      "op": "PUSH2",
      "value": "0x890"
    },
    "2187": {
      "op": "DUP3"
    },
    "2188": {
      "op": "PUSH2",
      "value": "0x85F"
    },
    "2191": {
      "jump": "i",
      "op": "JUMP"
    },
    "2192": {
      "op": "JUMPDEST"
    },
    "2193": {
      "op": "SWAP4"
    },
    "2194": {
      "op": "SWAP3"
    },
    "2195": {
      "op": "POP"
    },
    "2196": {
      "op": "POP"
    },
    "2197": {
      "op": "POP"
    },
    "2198": {
      "jump": "o",
      "op": "JUMP"
    },
    "2199": {
      "op": "JUMPDEST"
    },
    "2200": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2202": {
      "op": "DUP1"
    },
    "2203": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2205": {
      "op": "DUP4"
    },
    "2206": {
      "op": "DUP6"
    },
    "2207": {
      "op": "SUB"
    },
    "2208": {
      "op": "SLT"
    },
    "2209": {
      "op": "ISZERO"
    },
    "2210": {
      "op": "PUSH2",
      "value": "0x8A9"
    },
    "2213": {
      "op": "JUMPI"
    },
    "2214": {
      "op": "DUP1"
    },
    "2215": {
      "op": "DUP2"
    },
    "2216": {
      "op": "REVERT"
    },
    "2217": {
      "op": "JUMPDEST"
    },
    "2218": {
      "op": "PUSH2",
      "value": "0x8B2"
    },
    "2221": {
      "op": "DUP4"
    },
    "2222": {
      "op": "PUSH2",
      "value": "0x85F"
    },
    "2225": {
      "jump": "i",
      "op": "JUMP"
    },
    "2226": {
      "op": "JUMPDEST"
    },
    "2227": {
      "op": "SWAP2"
    },
    "2228": {
      "op": "POP"
    },
    "2229": {
      "op": "PUSH2",
      "value": "0x8C0"
    },
    "2232": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2234": {
      "op": "DUP5"
    },
    "2235": {
      "op": "ADD"
    },
    "2236": {
      "op": "PUSH2",
      "value": "0x85F"
    },
    "2239": {
      "jump": "i",
      "op": "JUMP"
    },
    "2240": {
      "op": "JUMPDEST"
    },
    "2241": {
      "op": "SWAP1"
    },
    "2242": {
      "op": "POP"
    },
    "2243": {
      "op": "SWAP3"
    },
    "2244": {
      "op": "POP"
    },
    "2245": {
      "op": "SWAP3"
    },
    "2246": {
      "op": "SWAP1"
    },
    "2247": {
      "op": "POP"
    },
    "2248": {
      "jump": "o",
      "op": "JUMP"
    },
    "2249": {
      "op": "JUMPDEST"
    },
    "2250": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2252": {
      "op": "DUP1"
    },
    "2253": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2255": {
      "op": "PUSH1",
      "value": "0x60"
    },
    "2257": {
      "op": "DUP5"
    },
    "2258": {
      "op": "DUP7"
    },
    "2259": {
      "op": "SUB"
    },
    "2260": {
      "op": "SLT"
    },
    "2261": {
      "op": "ISZERO"
    },
    "2262": {
      "op": "PUSH2",
      "value": "0x8DD"
    },
    "2265": {
      "op": "JUMPI"
    },
    "2266": {
      "op": "DUP1"
    },
    "2267": {
      "op": "DUP2"
    },
    "2268": {
      "op": "REVERT"
    },
    "2269": {
      "op": "JUMPDEST"
    },
    "2270": {
      "op": "PUSH2",
      "value": "0x8E6"
    },
    "2273": {
      "op": "DUP5"
    },
    "2274": {
      "op": "PUSH2",
      "value": "0x85F"
    },
    "2277": {
      "jump": "i",
      "op": "JUMP"
    },
    "2278": {
      "op": "JUMPDEST"
    },
    "2279": {
      "op": "SWAP3"
    },
    "2280": {
      "op": "POP"
    },
    "2281": {
      "op": "PUSH2",
      "value": "0x8F4"
    },
    "2284": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2286": {
      "op": "DUP6"
    },
    "2287": {
      "op": "ADD"
    },
    "2288": {
      "op": "PUSH2",
      "value": "0x85F"
    },
    "2291": {
      "jump": "i",
      "op": "JUMP"
    },
    "2292": {
      "op": "JUMPDEST"
    },
    "2293": {
      "op": "SWAP2"
    },
    "2294": {
      "op": "POP"
    },
    "2295": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2297": {
      "op": "DUP5"
    },
    "2298": {
      "op": "ADD"
    },
    "2299": {
      "op": "CALLDATALOAD"
    },
    "2300": {
      "op": "SWAP1"
    },
    "2301": {
      "op": "POP"
    },
    "2302": {
      "op": "SWAP3"
    },
    "2303": {
      "op": "POP"
    },
    "2304": {
      "op": "SWAP3"
    },
    "2305": {
      "op": "POP"
    },
    "2306": {
      "op": "SWAP3"
    },
    "2307": {
      "jump": "o",
      "op": "JUMP"
    },
    "2308": {
      "op": "JUMPDEST"
    },
    "2309": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2311": {
      "op": "DUP1"
    },
    "2312": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2314": {
      "op": "DUP4"
    },
    "2315": {
      "op": "DUP6"
    },
    "2316": {
      "op": "SUB"
    },
    "2317": {
      "op": "SLT"
    },
    "2318": {
      "op": "ISZERO"
    },
    "2319": {
      "op": "PUSH2",
      "value": "0x916"
    },
    "2322": {
      "op": "JUMPI"
    },
    "2323": {
      "op": "DUP2"
    },
    "2324": {
      "op": "DUP3"
    },
    "2325": {
      "op": "REVERT"
    },
    "2326": {
      "op": "JUMPDEST"
    },
    "2327": {
      "op": "PUSH2",
      "value": "0x91F"
    },
    "2330": {
      "op": "DUP4"
    },
    "2331": {
      "op": "PUSH2",
      "value": "0x85F"
    },
    "2334": {
      "jump": "i",
      "op": "JUMP"
    },
    "2335": {
      "op": "JUMPDEST"
    },
    "2336": {
      "op": "SWAP5"
    },
    "2337": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2339": {
      "op": "SWAP4"
    },
    "2340": {
      "op": "SWAP1"
    },
    "2341": {
      "op": "SWAP4"
    },
    "2342": {
      "op": "ADD"
    },
    "2343": {
      "op": "CALLDATALOAD"
    },
    "2344": {
      "op": "SWAP4"
    },
    "2345": {
      "op": "POP"
    },
    "2346": {
      "op": "POP"
    },
    "2347": {
      "op": "POP"
    },
    "2348": {
      "jump": "o",
      "op": "JUMP"
    },
    "2349": {
      "op": "JUMPDEST"
    },
    "2350": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2352": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2354": {
      "op": "DUP1"
    },
    "2355": {
      "op": "DUP4"
    },
    "2356": {
      "op": "MSTORE"
    },
    "2357": {
      "op": "DUP4"
    },
    "2358": {
      "op": "MLOAD"
    },
    "2359": {
      "op": "DUP1"
    },
    "2360": {
      "op": "DUP3"
    },
    "2361": {
      "op": "DUP6"
    },
    "2362": {
      "op": "ADD"
    },
    "2363": {
      "op": "MSTORE"
    },
    "2364": {
      "op": "DUP3"
    },
    "2365": {
      "op": "JUMPDEST"
    },
    "2366": {
      "op": "DUP2"
    },
    "2367": {
      "op": "DUP2"
    },
    "2368": {
      "op": "LT"
    },
    "2369": {
      "op": "ISZERO"
    },
    "2370": {
      "op": "PUSH2",
      "value": "0x959"
    },
    "2373": {
      "op": "JUMPI"
    },
    "2374": {
      "op": "DUP6"
    },
    "2375": {
      "op": "DUP2"
    },
    "2376": {
      "op": "ADD"
    },
    "2377": {
      "op": "DUP4"
    },
    "2378": {
      "op": "ADD"
    },
    "2379": {
      "op": "MLOAD"
    },
    "2380": {
      "op": "DUP6"
    },
    "2381": {
      "op": "DUP3"
    },
    "2382": {
      "op": "ADD"
    },
    "2383": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2385": {
      "op": "ADD"
    },
    "2386": {
      "op": "MSTORE"
    },
    "2387": {
      "op": "DUP3"
    },
    "2388": {
      "op": "ADD"
    },
    "2389": {
      "op": "PUSH2",
      "value": "0x93D"
    },
    "2392": {
      "op": "JUMP"
    },
    "2393": {
      "op": "JUMPDEST"
    },
    "2394": {
      "op": "DUP2"
    },
    "2395": {
      "op": "DUP2"
    },
    "2396": {
      "op": "GT"
    },
    "2397": {
      "op": "ISZERO"
    },
    "2398": {
      "op": "PUSH2",
      "value": "0x96A"
    },
    "2401": {
      "op": "JUMPI"
    },
    "2402": {
      "op": "DUP4"
    },
    "2403": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2405": {
      "op": "DUP4"
    },
    "2406": {
      "op": "DUP8"
    },
    "2407": {
      "op": "ADD"
    },
    "2408": {
      "op": "ADD"
    },
    "2409": {
      "op": "MSTORE"
    },
    "2410": {
      "op": "JUMPDEST"
    },
    "2411": {
      "op": "POP"
    },
    "2412": {
      "op": "PUSH1",
      "value": "0x1F"
    },
    "2414": {
      "op": "ADD"
    },
    "2415": {
      "op": "PUSH1",
      "value": "0x1F"
    },
    "2417": {
      "op": "NOT"
    },
    "2418": {
      "op": "AND"
    },
    "2419": {
      "op": "SWAP3"
    },
    "2420": {
      "op": "SWAP1"
    },
    "2421": {
      "op": "SWAP3"
    },
    "2422": {
      "op": "ADD"
    },
    "2423": {
      "op": "PUSH1",
      "value": "0x40"
    },
    "2425": {
      "op": "ADD"
    },
    "2426": {
      "op": "SWAP4"
    },
    "2427": {
      "op": "SWAP3"
    },
    "2428": {
      "op": "POP"
    },
    "2429": {
      "op": "POP"
    },
    "2430": {
      "op": "POP"
    },
    "2431": {
      "jump": "o",
      "op": "JUMP"
    },
    "2432": {
      "op": "JUMPDEST"
    },
    "2433": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2435": {
      "op": "DUP3"
    },
    "2436": {
      "op": "NOT"
    },
    "2437": {
      "op": "DUP3"
    },
    "2438": {
      "op": "GT"
    },
    "2439": {
      "op": "ISZERO"
    },
    "2440": {
      "op": "PUSH2",
      "value": "0x99F"
    },
    "2443": {
      "op": "JUMPI"
    },
    "2444": {
      "op": "PUSH4",
      "value": "0x4E487B71"
    },
    "2449": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "2451": {
      "op": "SHL"
    },
    "2452": {
      "op": "DUP2"
    },
    "2453": {
      "op": "MSTORE"
    },
    "2454": {
      "op": "PUSH1",
      "value": "0x11"
    },
    "2456": {
      "op": "PUSH1",
      "value": "0x4"
    },
    "2458": {
      "op": "MSTORE"
    },
    "2459": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "2461": {
      "op": "DUP2"
    },
    "2462": {
      "op": "REVERT"
    },
    "2463": {
      "op": "JUMPDEST"
    },
    "2464": {
      "op": "POP"
    },
    "2465": {
      "op": "ADD"
    },
    "2466": {
      "op": "SWAP1"
    },
    "2467": {
      "jump": "o",
      "op": "JUMP"
    },
    "2468": {
      "op": "JUMPDEST"
    },
    "2469": {
      "op": "PUSH1",
      "value": "0x2"
    },
    "2471": {
      "op": "DUP2"
    },
    "2472": {
      "op": "DIV"
    },
    "2473": {
      "op": "PUSH1",
      "value": "0x1"
    },
    "2475": {
      "op": "DUP3"
    },
    "2476": {
      "op": "AND"
    },
    "2477": {
      "op": "DUP1"
    },
    "2478": {
      "op": "PUSH2",
      "value": "0x9B8"
    },
    "2481": {
      "op": "JUMPI"
    },
    "2482": {
      "op": "PUSH1",
      "value": "0x7F"
    },
    "2484": {
      "op": "DUP3"
    },
    "2485": {
      "op": "AND"
    },
    "2486": {
      "op": "SWAP2"
    },
    "2487": {
      "op": "POP"
    },
    "2488": {
      "op": "JUMPDEST"
    },
    "2489": {
      "op": "PUSH1",
      "value": "0x20"
    },
    "2491": {
      "op": "DUP3"
    },
    "2492": {
      "op": "LT"
    },
    "2493": {
      "op": "DUP2"
    },
    "2494": {
      "op": "EQ"
    },
    "2495": {
      "op": "ISZERO"
    },
    "2496": {
      "op": "PUSH2",
      "value": "0x9D9"
    },
    "2499": {
      "op": "JUMPI"
    },
    "2500": {
      "op": "PUSH4",
      "value": "0x4E487B71"
    },
    "2505": {
      "op": "PUSH1",
      "value": "0xE0"
    },
    "2507": {
      "op": "SHL"
    },
    "2508": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2510": {
      "op": "MSTORE"
    },
    "2511": {
      "op": "PUSH1",
      "value": "0x22"
    },
    "2513": {
      "op": "PUSH1",
      "value": "0x4"
    },
    "2515": {
      "op": "MSTORE"
    },
    "2516": {
      "op": "PUSH1",
      "value": "0x24"
    },
    "2518": {
      "op": "PUSH1",
      "value": "0x0"
    },
    "2520": {
      "op": "REVERT"
    },
    "2521": {
      "op": "JUMPDEST"
    },
    "2522": {
      "op": "POP"
    },
    "2523": {
      "op": "SWAP2"
    },
    "2524": {
      "op": "SWAP1"
    },
    "2525": {
      "op": "POP"
    },
    "2526": {
      "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": "133:1403:66:-:0;;;665:132;;;;;;;;;-1:-1:-1;693:4:66;;;;;;;;;;;-1:-1:-1;;;693:4:66;;;;;;;699:6;;;;;;;;;;;-1:-1:-1;;;699:6:66;;;;2044:13:3;;693:4:66;;699:6;2044:13:3;;:5;;:13;:::i;:::-;-1:-1:-1;2067:17:3;;;;:7;;:17;;;;;:::i;:::-;;1978:113;;721:69:66::1;740:12;:10;;;:12;;:::i;:::-;440:6;721:5;:69::i;:::-;133:1403:::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;133:1403:66:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;133:1403:66;;;-1:-1:-1;133:1403: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;:::-;133:1403:66;;;;;;",
  "sourcePath": "contracts/test/Tokens.sol",
  "type": "contract"
}