{
  "abi": [],
  "allSourcePaths": {
    "84": "node_modules/@openzeppelin/contracts-upgradeable/utils/CountersUpgradeable.sol"
  },
  "ast": {
    "absolutePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/CountersUpgradeable.sol",
    "exportedSymbols": {
      "CountersUpgradeable": [
        22490
      ]
    },
    "id": 22491,
    "license": "MIT",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 22418,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "87:23:84"
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "library",
        "documentation": {
          "id": 22419,
          "nodeType": "StructuredDocumentation",
          "src": "112:311:84",
          "text": " @title Counters\n @author Matt Condon (@shrugs)\n @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number\n of elements in a mapping, issuing ERC721 ids, or counting request ids.\n Include with `using Counters for Counters.Counter;`"
        },
        "fullyImplemented": true,
        "id": 22490,
        "linearizedBaseContracts": [
          22490
        ],
        "name": "CountersUpgradeable",
        "nameLocation": "432:19:84",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "canonicalName": "CountersUpgradeable.Counter",
            "id": 22422,
            "members": [
              {
                "constant": false,
                "id": 22421,
                "mutability": "mutable",
                "name": "_value",
                "nameLocation": "805:6:84",
                "nodeType": "VariableDeclaration",
                "scope": 22422,
                "src": "797:14:84",
                "stateVariable": false,
                "storageLocation": "default",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                },
                "typeName": {
                  "id": 22420,
                  "name": "uint256",
                  "nodeType": "ElementaryTypeName",
                  "src": "797:7:84",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  }
                },
                "visibility": "internal"
              }
            ],
            "name": "Counter",
            "nameLocation": "465:7:84",
            "nodeType": "StructDefinition",
            "scope": 22490,
            "src": "458:374:84",
            "visibility": "public"
          },
          {
            "body": {
              "id": 22433,
              "nodeType": "Block",
              "src": "912:38:84",
              "statements": [
                {
                  "expression": {
                    "expression": {
                      "id": 22430,
                      "name": "counter",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 22425,
                      "src": "929:7:84",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                        "typeString": "struct CountersUpgradeable.Counter storage pointer"
                      }
                    },
                    "id": 22431,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "_value",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 22421,
                    "src": "929:14:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "functionReturnParameters": 22429,
                  "id": 22432,
                  "nodeType": "Return",
                  "src": "922:21:84"
                }
              ]
            },
            "id": 22434,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "current",
            "nameLocation": "847:7:84",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 22426,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 22425,
                  "mutability": "mutable",
                  "name": "counter",
                  "nameLocation": "871:7:84",
                  "nodeType": "VariableDeclaration",
                  "scope": 22434,
                  "src": "855:23:84",
                  "stateVariable": false,
                  "storageLocation": "storage",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                    "typeString": "struct CountersUpgradeable.Counter"
                  },
                  "typeName": {
                    "id": 22424,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 22423,
                      "name": "Counter",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 22422,
                      "src": "855:7:84"
                    },
                    "referencedDeclaration": 22422,
                    "src": "855:7:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                      "typeString": "struct CountersUpgradeable.Counter"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "854:25:84"
            },
            "returnParameters": {
              "id": 22429,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 22428,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 22434,
                  "src": "903:7:84",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint256",
                    "typeString": "uint256"
                  },
                  "typeName": {
                    "id": 22427,
                    "name": "uint256",
                    "nodeType": "ElementaryTypeName",
                    "src": "903:7:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "902:9:84"
            },
            "scope": 22490,
            "src": "838:112:84",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 22447,
              "nodeType": "Block",
              "src": "1009:70:84",
              "statements": [
                {
                  "id": 22446,
                  "nodeType": "UncheckedBlock",
                  "src": "1019:54:84",
                  "statements": [
                    {
                      "expression": {
                        "id": 22444,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftHandSide": {
                          "expression": {
                            "id": 22440,
                            "name": "counter",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22437,
                            "src": "1043:7:84",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                              "typeString": "struct CountersUpgradeable.Counter storage pointer"
                            }
                          },
                          "id": 22442,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": true,
                          "memberName": "_value",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 22421,
                          "src": "1043:14:84",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "nodeType": "Assignment",
                        "operator": "+=",
                        "rightHandSide": {
                          "hexValue": "31",
                          "id": 22443,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "1061:1:84",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_1_by_1",
                            "typeString": "int_const 1"
                          },
                          "value": "1"
                        },
                        "src": "1043:19:84",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 22445,
                      "nodeType": "ExpressionStatement",
                      "src": "1043:19:84"
                    }
                  ]
                }
              ]
            },
            "id": 22448,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "increment",
            "nameLocation": "965:9:84",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 22438,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 22437,
                  "mutability": "mutable",
                  "name": "counter",
                  "nameLocation": "991:7:84",
                  "nodeType": "VariableDeclaration",
                  "scope": 22448,
                  "src": "975:23:84",
                  "stateVariable": false,
                  "storageLocation": "storage",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                    "typeString": "struct CountersUpgradeable.Counter"
                  },
                  "typeName": {
                    "id": 22436,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 22435,
                      "name": "Counter",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 22422,
                      "src": "975:7:84"
                    },
                    "referencedDeclaration": 22422,
                    "src": "975:7:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                      "typeString": "struct CountersUpgradeable.Counter"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "974:25:84"
            },
            "returnParameters": {
              "id": 22439,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1009:0:84"
            },
            "scope": 22490,
            "src": "956:123:84",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 22475,
              "nodeType": "Block",
              "src": "1138:176:84",
              "statements": [
                {
                  "assignments": [
                    22455
                  ],
                  "declarations": [
                    {
                      "constant": false,
                      "id": 22455,
                      "mutability": "mutable",
                      "name": "value",
                      "nameLocation": "1156:5:84",
                      "nodeType": "VariableDeclaration",
                      "scope": 22475,
                      "src": "1148:13:84",
                      "stateVariable": false,
                      "storageLocation": "default",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      },
                      "typeName": {
                        "id": 22454,
                        "name": "uint256",
                        "nodeType": "ElementaryTypeName",
                        "src": "1148:7:84",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "visibility": "internal"
                    }
                  ],
                  "id": 22458,
                  "initialValue": {
                    "expression": {
                      "id": 22456,
                      "name": "counter",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [],
                      "referencedDeclaration": 22451,
                      "src": "1164:7:84",
                      "typeDescriptions": {
                        "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                        "typeString": "struct CountersUpgradeable.Counter storage pointer"
                      }
                    },
                    "id": 22457,
                    "isConstant": false,
                    "isLValue": true,
                    "isPure": false,
                    "lValueRequested": false,
                    "memberName": "_value",
                    "nodeType": "MemberAccess",
                    "referencedDeclaration": 22421,
                    "src": "1164:14:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "nodeType": "VariableDeclarationStatement",
                  "src": "1148:30:84"
                },
                {
                  "expression": {
                    "arguments": [
                      {
                        "commonType": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        },
                        "id": 22462,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftExpression": {
                          "id": 22460,
                          "name": "value",
                          "nodeType": "Identifier",
                          "overloadedDeclarations": [],
                          "referencedDeclaration": 22455,
                          "src": "1196:5:84",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "nodeType": "BinaryOperation",
                        "operator": ">",
                        "rightExpression": {
                          "hexValue": "30",
                          "id": 22461,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": true,
                          "kind": "number",
                          "lValueRequested": false,
                          "nodeType": "Literal",
                          "src": "1204:1:84",
                          "typeDescriptions": {
                            "typeIdentifier": "t_rational_0_by_1",
                            "typeString": "int_const 0"
                          },
                          "value": "0"
                        },
                        "src": "1196:9:84",
                        "typeDescriptions": {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        }
                      },
                      {
                        "hexValue": "436f756e7465723a2064656372656d656e74206f766572666c6f77",
                        "id": 22463,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": true,
                        "kind": "string",
                        "lValueRequested": false,
                        "nodeType": "Literal",
                        "src": "1207:29:84",
                        "typeDescriptions": {
                          "typeIdentifier": "t_stringliteral_1dfd0d5389474d871b8e8929aab9d4def041f55f90f625754fb5f9a9ba08af6f",
                          "typeString": "literal_string \"Counter: decrement overflow\""
                        },
                        "value": "Counter: decrement overflow"
                      }
                    ],
                    "expression": {
                      "argumentTypes": [
                        {
                          "typeIdentifier": "t_bool",
                          "typeString": "bool"
                        },
                        {
                          "typeIdentifier": "t_stringliteral_1dfd0d5389474d871b8e8929aab9d4def041f55f90f625754fb5f9a9ba08af6f",
                          "typeString": "literal_string \"Counter: decrement overflow\""
                        }
                      ],
                      "id": 22459,
                      "name": "require",
                      "nodeType": "Identifier",
                      "overloadedDeclarations": [
                        -18,
                        -18
                      ],
                      "referencedDeclaration": -18,
                      "src": "1188:7:84",
                      "typeDescriptions": {
                        "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$",
                        "typeString": "function (bool,string memory) pure"
                      }
                    },
                    "id": 22464,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "kind": "functionCall",
                    "lValueRequested": false,
                    "names": [],
                    "nodeType": "FunctionCall",
                    "src": "1188:49:84",
                    "tryCall": false,
                    "typeDescriptions": {
                      "typeIdentifier": "t_tuple$__$",
                      "typeString": "tuple()"
                    }
                  },
                  "id": 22465,
                  "nodeType": "ExpressionStatement",
                  "src": "1188:49:84"
                },
                {
                  "id": 22474,
                  "nodeType": "UncheckedBlock",
                  "src": "1247:61:84",
                  "statements": [
                    {
                      "expression": {
                        "id": 22472,
                        "isConstant": false,
                        "isLValue": false,
                        "isPure": false,
                        "lValueRequested": false,
                        "leftHandSide": {
                          "expression": {
                            "id": 22466,
                            "name": "counter",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22451,
                            "src": "1271:7:84",
                            "typeDescriptions": {
                              "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                              "typeString": "struct CountersUpgradeable.Counter storage pointer"
                            }
                          },
                          "id": 22468,
                          "isConstant": false,
                          "isLValue": true,
                          "isPure": false,
                          "lValueRequested": true,
                          "memberName": "_value",
                          "nodeType": "MemberAccess",
                          "referencedDeclaration": 22421,
                          "src": "1271:14:84",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "nodeType": "Assignment",
                        "operator": "=",
                        "rightHandSide": {
                          "commonType": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          },
                          "id": 22471,
                          "isConstant": false,
                          "isLValue": false,
                          "isPure": false,
                          "lValueRequested": false,
                          "leftExpression": {
                            "id": 22469,
                            "name": "value",
                            "nodeType": "Identifier",
                            "overloadedDeclarations": [],
                            "referencedDeclaration": 22455,
                            "src": "1288:5:84",
                            "typeDescriptions": {
                              "typeIdentifier": "t_uint256",
                              "typeString": "uint256"
                            }
                          },
                          "nodeType": "BinaryOperation",
                          "operator": "-",
                          "rightExpression": {
                            "hexValue": "31",
                            "id": 22470,
                            "isConstant": false,
                            "isLValue": false,
                            "isPure": true,
                            "kind": "number",
                            "lValueRequested": false,
                            "nodeType": "Literal",
                            "src": "1296:1:84",
                            "typeDescriptions": {
                              "typeIdentifier": "t_rational_1_by_1",
                              "typeString": "int_const 1"
                            },
                            "value": "1"
                          },
                          "src": "1288:9:84",
                          "typeDescriptions": {
                            "typeIdentifier": "t_uint256",
                            "typeString": "uint256"
                          }
                        },
                        "src": "1271:26:84",
                        "typeDescriptions": {
                          "typeIdentifier": "t_uint256",
                          "typeString": "uint256"
                        }
                      },
                      "id": 22473,
                      "nodeType": "ExpressionStatement",
                      "src": "1271:26:84"
                    }
                  ]
                }
              ]
            },
            "id": 22476,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "decrement",
            "nameLocation": "1094:9:84",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 22452,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 22451,
                  "mutability": "mutable",
                  "name": "counter",
                  "nameLocation": "1120:7:84",
                  "nodeType": "VariableDeclaration",
                  "scope": 22476,
                  "src": "1104:23:84",
                  "stateVariable": false,
                  "storageLocation": "storage",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                    "typeString": "struct CountersUpgradeable.Counter"
                  },
                  "typeName": {
                    "id": 22450,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 22449,
                      "name": "Counter",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 22422,
                      "src": "1104:7:84"
                    },
                    "referencedDeclaration": 22422,
                    "src": "1104:7:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                      "typeString": "struct CountersUpgradeable.Counter"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1103:25:84"
            },
            "returnParameters": {
              "id": 22453,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1138:0:84"
            },
            "scope": 22490,
            "src": "1085:229:84",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          },
          {
            "body": {
              "id": 22488,
              "nodeType": "Block",
              "src": "1369:35:84",
              "statements": [
                {
                  "expression": {
                    "id": 22486,
                    "isConstant": false,
                    "isLValue": false,
                    "isPure": false,
                    "lValueRequested": false,
                    "leftHandSide": {
                      "expression": {
                        "id": 22482,
                        "name": "counter",
                        "nodeType": "Identifier",
                        "overloadedDeclarations": [],
                        "referencedDeclaration": 22479,
                        "src": "1379:7:84",
                        "typeDescriptions": {
                          "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                          "typeString": "struct CountersUpgradeable.Counter storage pointer"
                        }
                      },
                      "id": 22484,
                      "isConstant": false,
                      "isLValue": true,
                      "isPure": false,
                      "lValueRequested": true,
                      "memberName": "_value",
                      "nodeType": "MemberAccess",
                      "referencedDeclaration": 22421,
                      "src": "1379:14:84",
                      "typeDescriptions": {
                        "typeIdentifier": "t_uint256",
                        "typeString": "uint256"
                      }
                    },
                    "nodeType": "Assignment",
                    "operator": "=",
                    "rightHandSide": {
                      "hexValue": "30",
                      "id": 22485,
                      "isConstant": false,
                      "isLValue": false,
                      "isPure": true,
                      "kind": "number",
                      "lValueRequested": false,
                      "nodeType": "Literal",
                      "src": "1396:1:84",
                      "typeDescriptions": {
                        "typeIdentifier": "t_rational_0_by_1",
                        "typeString": "int_const 0"
                      },
                      "value": "0"
                    },
                    "src": "1379:18:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint256",
                      "typeString": "uint256"
                    }
                  },
                  "id": 22487,
                  "nodeType": "ExpressionStatement",
                  "src": "1379:18:84"
                }
              ]
            },
            "id": 22489,
            "implemented": true,
            "kind": "function",
            "modifiers": [],
            "name": "reset",
            "nameLocation": "1329:5:84",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 22480,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 22479,
                  "mutability": "mutable",
                  "name": "counter",
                  "nameLocation": "1351:7:84",
                  "nodeType": "VariableDeclaration",
                  "scope": 22489,
                  "src": "1335:23:84",
                  "stateVariable": false,
                  "storageLocation": "storage",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                    "typeString": "struct CountersUpgradeable.Counter"
                  },
                  "typeName": {
                    "id": 22478,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 22477,
                      "name": "Counter",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 22422,
                      "src": "1335:7:84"
                    },
                    "referencedDeclaration": 22422,
                    "src": "1335:7:84",
                    "typeDescriptions": {
                      "typeIdentifier": "t_struct$_Counter_$22422_storage_ptr",
                      "typeString": "struct CountersUpgradeable.Counter"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "1334:25:84"
            },
            "returnParameters": {
              "id": 22481,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "1369:0:84"
            },
            "scope": 22490,
            "src": "1320:84:84",
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "internal"
          }
        ],
        "scope": 22491,
        "src": "424:982:84",
        "usedErrors": []
      }
    ],
    "src": "87:1320:84"
  },
  "bytecode": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200b7e5c698cb48f805fe30b4f04f36e33d9fdb88998396f1b07553778022ac89e64736f6c63430008060033",
  "bytecodeSha1": "1ce946f6a4eaa185320328620ccf999b9e86db7c",
  "compiler": {
    "evm_version": "istanbul",
    "optimizer": {
      "enabled": true,
      "runs": 200
    },
    "version": "0.8.6+commit.11564f7e"
  },
  "contractName": "CountersUpgradeable",
  "coverageMap": {
    "branches": {
      "84": {}
    },
    "statements": {
      "84": {}
    }
  },
  "dependencies": [],
  "deployedBytecode": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200b7e5c698cb48f805fe30b4f04f36e33d9fdb88998396f1b07553778022ac89e64736f6c63430008060033",
  "deployedSourceMap": "424:982:84:-:0;;;;;;;;",
  "language": "Solidity",
  "natspec": {
    "author": "Matt Condon (@shrugs)",
    "details": "Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number of elements in a mapping, issuing ERC721 ids, or counting request ids. Include with `using Counters for Counters.Counter;`",
    "kind": "dev",
    "methods": {},
    "title": "Counters",
    "version": 1
  },
  "offset": [
    424,
    1406
  ],
  "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SIGNEXTEND PUSH31 0x5C698CB48F805FE30B4F04F36E33D9FDB88998396F1B07553778022AC89E64 PUSH20 0x6F6C634300080600330000000000000000000000 ",
  "pcMap": {
    "0": {
      "offset": [
        424,
        1406
      ],
      "op": "PUSH20",
      "path": "84",
      "value": "0x0"
    },
    "21": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "ADDRESS",
      "path": "84"
    },
    "22": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "EQ",
      "path": "84"
    },
    "23": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "PUSH1",
      "path": "84",
      "value": "0x80"
    },
    "25": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "PUSH1",
      "path": "84",
      "value": "0x40"
    },
    "27": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "MSTORE",
      "path": "84"
    },
    "28": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "PUSH1",
      "path": "84",
      "value": "0x0"
    },
    "30": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "DUP1",
      "path": "84"
    },
    "31": {
      "fn": null,
      "offset": [
        424,
        1406
      ],
      "op": "REVERT",
      "path": "84"
    }
  },
  "sha1": "78b2079231b258d38d96ad352e0b2463740f85e1",
  "source": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts v4.4.1 (utils/Counters.sol)\n\npragma solidity ^0.8.0;\n\n/**\n * @title Counters\n * @author Matt Condon (@shrugs)\n * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number\n * of elements in a mapping, issuing ERC721 ids, or counting request ids.\n *\n * Include with `using Counters for Counters.Counter;`\n */\nlibrary CountersUpgradeable {\n    struct Counter {\n        // This variable should never be directly accessed by users of the library: interactions must be restricted to\n        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add\n        // this feature: see https://github.com/ethereum/solidity/issues/4637\n        uint256 _value; // default: 0\n    }\n\n    function current(Counter storage counter) internal view returns (uint256) {\n        return counter._value;\n    }\n\n    function increment(Counter storage counter) internal {\n        unchecked {\n            counter._value += 1;\n        }\n    }\n\n    function decrement(Counter storage counter) internal {\n        uint256 value = counter._value;\n        require(value > 0, \"Counter: decrement overflow\");\n        unchecked {\n            counter._value = value - 1;\n        }\n    }\n\n    function reset(Counter storage counter) internal {\n        counter._value = 0;\n    }\n}\n",
  "sourceMap": "424:982:84:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;424:982:84;;;;;;;;;;;;;;;;;",
  "sourcePath": "node_modules/@openzeppelin/contracts-upgradeable/utils/CountersUpgradeable.sol",
  "type": "library"
}