{
  "contractName": "CheckpointedTokenStorage",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "uint256",
          "name": "checkpointId",
          "type": "uint256"
        }
      ],
      "name": "CheckpointCreated",
      "type": "event"
    },
    {
      "inputs": [],
      "name": "holderCount",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "metadata": "{\"compiler\":{\"version\":\"0.6.11+commit.5ef660b1\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"checkpointId\",\"type\":\"uint256\"}],\"name\":\"CheckpointCreated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"holderCount\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/CheckpointedToken/CheckpointedTokenStorage.sol\":\"CheckpointedTokenStorage\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/Checkpoint/Checkpoint.sol\":{\"keccak256\":\"0xece3763697d7adc64207d921125eefa45f1ecf0e66d372a985efa5279b16e7bb\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://d5a3fdc8bd568e92f6f0c8f46bc2e3727911e580f9d3f3625b01af5ef8913710\",\"dweb:/ipfs/QmXXSt5oq8oxYXVHeXGnawCUDgQ1cA7zhsbz4VDYd6FnFN\"]},\"/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/Checkpoint/CheckpointStorage.sol\":{\"keccak256\":\"0x7e5c553e1ff9d469c2f732f34ea25fa709e2711ff2e2259ff1472bb89208e558\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://4c2f3706e10d710c658700fc26a7be1ee31b2a982f1f7856e559f3b5ca088ea6\",\"dweb:/ipfs/QmTcuAa1M8BqVBKaKubrf7RunMC99uzmmKK1YRWqNFwnpY\"]},\"/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/CheckpointedToken/CheckpointedTokenStorage.sol\":{\"keccak256\":\"0x5dc109b8a927dd9e7c2dd14c7546d8b791490a3b7b129b68987ee47fc2894513\",\"license\":\"Apache-2.0\",\"urls\":[\"bzz-raw://6e8fccad6b9cf0375093cdc024014ee1829d05e8c1c8858e17771d6d1728998a\",\"dweb:/ipfs/QmUnCaQBp927wwLm5XmLpUbpQoLDKgDDDmq3WZ8avQzWBc\"]}},\"version\":1}",
  "bytecode": "0x6080604052348015600f57600080fd5b50608c8061001e6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80631aab9a9f14602d575b600080fd5b60336047565b604051603e9190604d565b60405180910390f35b60045481565b9081526020019056fea26469706673582212200a90c859bfa10fab782fd69567c054c08c8bc94b07cbc181f412f713acb25ad564736f6c634300060b0033",
  "deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c80631aab9a9f14602d575b600080fd5b60336047565b604051603e9190604d565b60405180910390f35b60045481565b9081526020019056fea26469706673582212200a90c859bfa10fab782fd69567c054c08c8bc94b07cbc181f412f713acb25ad564736f6c634300060b0033",
  "immutableReferences": {},
  "sourceMap": "141:396:61:-:0;;;;;;;;;;;;;;;;;;;",
  "deployedSourceMap": "141:396:61:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;460:26;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;;;;;:::o;125:222:-1:-;76:37;;;252:2;237:18;;223:124::o",
  "source": "// \"SPDX-License-Identifier: Apache-2.0\"\npragma solidity 0.6.11;\npragma experimental ABIEncoderV2;\n\nimport \"../Checkpoint/Checkpoint.sol\";\n\n\ncontract CheckpointedTokenStorage is Checkpoint {\n\n    Checkpoint[] checkpointTotalSupply;\n\n    // Map each holder to a series of checkpoints\n    mapping(address => Checkpoint[]) checkpointBalances;\n\n    address[] holders;\n\n    mapping(address => bool) holderExists;\n\n    // Number of holders with non-zero balance\n    uint256 public holderCount;\n\n    // Reserved\n    uint256[10] private __gap;\n}\n",
  "sourcePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/CheckpointedToken/CheckpointedTokenStorage.sol",
  "ast": {
    "absolutePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/CheckpointedToken/CheckpointedTokenStorage.sol",
    "exportedSymbols": {
      "CheckpointedTokenStorage": [
        20578
      ]
    },
    "id": 20579,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 20552,
        "literals": [
          "solidity",
          "0.6",
          ".11"
        ],
        "nodeType": "PragmaDirective",
        "src": "41:23:61"
      },
      {
        "id": 20553,
        "literals": [
          "experimental",
          "ABIEncoderV2"
        ],
        "nodeType": "PragmaDirective",
        "src": "65:33:61"
      },
      {
        "absolutePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/Checkpoint/Checkpoint.sol",
        "file": "../Checkpoint/Checkpoint.sol",
        "id": 20554,
        "nodeType": "ImportDirective",
        "scope": 20579,
        "sourceUnit": 19985,
        "src": "100:38:61",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 20555,
              "name": "Checkpoint",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 19984,
              "src": "178:10:61",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Checkpoint_$19984",
                "typeString": "contract Checkpoint"
              }
            },
            "id": 20556,
            "nodeType": "InheritanceSpecifier",
            "src": "178:10:61"
          }
        ],
        "contractDependencies": [
          19984,
          19992
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 20578,
        "linearizedBaseContracts": [
          20578,
          19984,
          19992
        ],
        "name": "CheckpointedTokenStorage",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 20559,
            "mutability": "mutable",
            "name": "checkpointTotalSupply",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "196:34:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage",
              "typeString": "struct CheckpointStorage.Checkpoint[]"
            },
            "typeName": {
              "baseType": {
                "contractScope": null,
                "id": 20557,
                "name": "Checkpoint",
                "nodeType": "UserDefinedTypeName",
                "referencedDeclaration": 19991,
                "src": "196:10:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_struct$_Checkpoint_$19991_storage_ptr",
                  "typeString": "struct CheckpointStorage.Checkpoint"
                }
              },
              "id": 20558,
              "length": null,
              "nodeType": "ArrayTypeName",
              "src": "196:12:61",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_ptr",
                "typeString": "struct CheckpointStorage.Checkpoint[]"
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 20564,
            "mutability": "mutable",
            "name": "checkpointBalances",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "287:51:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_$",
              "typeString": "mapping(address => struct CheckpointStorage.Checkpoint[])"
            },
            "typeName": {
              "id": 20563,
              "keyType": {
                "id": 20560,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "295:7:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "nodeType": "Mapping",
              "src": "287:32:61",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_$",
                "typeString": "mapping(address => struct CheckpointStorage.Checkpoint[])"
              },
              "valueType": {
                "baseType": {
                  "contractScope": null,
                  "id": 20561,
                  "name": "Checkpoint",
                  "nodeType": "UserDefinedTypeName",
                  "referencedDeclaration": 19991,
                  "src": "306:10:61",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Checkpoint_$19991_storage_ptr",
                    "typeString": "struct CheckpointStorage.Checkpoint"
                  }
                },
                "id": 20562,
                "length": null,
                "nodeType": "ArrayTypeName",
                "src": "306:12:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_ptr",
                  "typeString": "struct CheckpointStorage.Checkpoint[]"
                }
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 20567,
            "mutability": "mutable",
            "name": "holders",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "345:17:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_address_$dyn_storage",
              "typeString": "address[]"
            },
            "typeName": {
              "baseType": {
                "id": 20565,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "345:7:61",
                "stateMutability": "nonpayable",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "id": 20566,
              "length": null,
              "nodeType": "ArrayTypeName",
              "src": "345:9:61",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                "typeString": "address[]"
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 20571,
            "mutability": "mutable",
            "name": "holderExists",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "369:37:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
              "typeString": "mapping(address => bool)"
            },
            "typeName": {
              "id": 20570,
              "keyType": {
                "id": 20568,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "377:7:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "nodeType": "Mapping",
              "src": "369:24:61",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
                "typeString": "mapping(address => bool)"
              },
              "valueType": {
                "id": 20569,
                "name": "bool",
                "nodeType": "ElementaryTypeName",
                "src": "388:4:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_bool",
                  "typeString": "bool"
                }
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "functionSelector": "1aab9a9f",
            "id": 20573,
            "mutability": "mutable",
            "name": "holderCount",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "460:26:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 20572,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "460:7:61",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 20577,
            "mutability": "mutable",
            "name": "__gap",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "509:25:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$10_storage",
              "typeString": "uint256[10]"
            },
            "typeName": {
              "baseType": {
                "id": 20574,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "509:7:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 20576,
              "length": {
                "argumentTypes": null,
                "hexValue": "3130",
                "id": 20575,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "517:2:61",
                "subdenomination": null,
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_10_by_1",
                  "typeString": "int_const 10"
                },
                "value": "10"
              },
              "nodeType": "ArrayTypeName",
              "src": "509:11:61",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$10_storage_ptr",
                "typeString": "uint256[10]"
              }
            },
            "value": null,
            "visibility": "private"
          }
        ],
        "scope": 20579,
        "src": "141:396:61"
      }
    ],
    "src": "41:497:61"
  },
  "legacyAST": {
    "absolutePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/CheckpointedToken/CheckpointedTokenStorage.sol",
    "exportedSymbols": {
      "CheckpointedTokenStorage": [
        20578
      ]
    },
    "id": 20579,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 20552,
        "literals": [
          "solidity",
          "0.6",
          ".11"
        ],
        "nodeType": "PragmaDirective",
        "src": "41:23:61"
      },
      {
        "id": 20553,
        "literals": [
          "experimental",
          "ABIEncoderV2"
        ],
        "nodeType": "PragmaDirective",
        "src": "65:33:61"
      },
      {
        "absolutePath": "/Users/johannes/Documents/dev/actus-protocol/ap-monorepo/packages/ap-contracts/contracts/ICT/Checkpoint/Checkpoint.sol",
        "file": "../Checkpoint/Checkpoint.sol",
        "id": 20554,
        "nodeType": "ImportDirective",
        "scope": 20579,
        "sourceUnit": 19985,
        "src": "100:38:61",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [
          {
            "arguments": null,
            "baseName": {
              "contractScope": null,
              "id": 20555,
              "name": "Checkpoint",
              "nodeType": "UserDefinedTypeName",
              "referencedDeclaration": 19984,
              "src": "178:10:61",
              "typeDescriptions": {
                "typeIdentifier": "t_contract$_Checkpoint_$19984",
                "typeString": "contract Checkpoint"
              }
            },
            "id": 20556,
            "nodeType": "InheritanceSpecifier",
            "src": "178:10:61"
          }
        ],
        "contractDependencies": [
          19984,
          19992
        ],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 20578,
        "linearizedBaseContracts": [
          20578,
          19984,
          19992
        ],
        "name": "CheckpointedTokenStorage",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "constant": false,
            "id": 20559,
            "mutability": "mutable",
            "name": "checkpointTotalSupply",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "196:34:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage",
              "typeString": "struct CheckpointStorage.Checkpoint[]"
            },
            "typeName": {
              "baseType": {
                "contractScope": null,
                "id": 20557,
                "name": "Checkpoint",
                "nodeType": "UserDefinedTypeName",
                "referencedDeclaration": 19991,
                "src": "196:10:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_struct$_Checkpoint_$19991_storage_ptr",
                  "typeString": "struct CheckpointStorage.Checkpoint"
                }
              },
              "id": 20558,
              "length": null,
              "nodeType": "ArrayTypeName",
              "src": "196:12:61",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_ptr",
                "typeString": "struct CheckpointStorage.Checkpoint[]"
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 20564,
            "mutability": "mutable",
            "name": "checkpointBalances",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "287:51:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_$",
              "typeString": "mapping(address => struct CheckpointStorage.Checkpoint[])"
            },
            "typeName": {
              "id": 20563,
              "keyType": {
                "id": 20560,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "295:7:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "nodeType": "Mapping",
              "src": "287:32:61",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_address_$_t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_$",
                "typeString": "mapping(address => struct CheckpointStorage.Checkpoint[])"
              },
              "valueType": {
                "baseType": {
                  "contractScope": null,
                  "id": 20561,
                  "name": "Checkpoint",
                  "nodeType": "UserDefinedTypeName",
                  "referencedDeclaration": 19991,
                  "src": "306:10:61",
                  "typeDescriptions": {
                    "typeIdentifier": "t_struct$_Checkpoint_$19991_storage_ptr",
                    "typeString": "struct CheckpointStorage.Checkpoint"
                  }
                },
                "id": 20562,
                "length": null,
                "nodeType": "ArrayTypeName",
                "src": "306:12:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_array$_t_struct$_Checkpoint_$19991_storage_$dyn_storage_ptr",
                  "typeString": "struct CheckpointStorage.Checkpoint[]"
                }
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 20567,
            "mutability": "mutable",
            "name": "holders",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "345:17:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_address_$dyn_storage",
              "typeString": "address[]"
            },
            "typeName": {
              "baseType": {
                "id": 20565,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "345:7:61",
                "stateMutability": "nonpayable",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "id": 20566,
              "length": null,
              "nodeType": "ArrayTypeName",
              "src": "345:9:61",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
                "typeString": "address[]"
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "id": 20571,
            "mutability": "mutable",
            "name": "holderExists",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "369:37:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
              "typeString": "mapping(address => bool)"
            },
            "typeName": {
              "id": 20570,
              "keyType": {
                "id": 20568,
                "name": "address",
                "nodeType": "ElementaryTypeName",
                "src": "377:7:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_address",
                  "typeString": "address"
                }
              },
              "nodeType": "Mapping",
              "src": "369:24:61",
              "typeDescriptions": {
                "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
                "typeString": "mapping(address => bool)"
              },
              "valueType": {
                "id": 20569,
                "name": "bool",
                "nodeType": "ElementaryTypeName",
                "src": "388:4:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_bool",
                  "typeString": "bool"
                }
              }
            },
            "value": null,
            "visibility": "internal"
          },
          {
            "constant": false,
            "functionSelector": "1aab9a9f",
            "id": 20573,
            "mutability": "mutable",
            "name": "holderCount",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "460:26:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_uint256",
              "typeString": "uint256"
            },
            "typeName": {
              "id": 20572,
              "name": "uint256",
              "nodeType": "ElementaryTypeName",
              "src": "460:7:61",
              "typeDescriptions": {
                "typeIdentifier": "t_uint256",
                "typeString": "uint256"
              }
            },
            "value": null,
            "visibility": "public"
          },
          {
            "constant": false,
            "id": 20577,
            "mutability": "mutable",
            "name": "__gap",
            "nodeType": "VariableDeclaration",
            "overrides": null,
            "scope": 20578,
            "src": "509:25:61",
            "stateVariable": true,
            "storageLocation": "default",
            "typeDescriptions": {
              "typeIdentifier": "t_array$_t_uint256_$10_storage",
              "typeString": "uint256[10]"
            },
            "typeName": {
              "baseType": {
                "id": 20574,
                "name": "uint256",
                "nodeType": "ElementaryTypeName",
                "src": "509:7:61",
                "typeDescriptions": {
                  "typeIdentifier": "t_uint256",
                  "typeString": "uint256"
                }
              },
              "id": 20576,
              "length": {
                "argumentTypes": null,
                "hexValue": "3130",
                "id": 20575,
                "isConstant": false,
                "isLValue": false,
                "isPure": true,
                "kind": "number",
                "lValueRequested": false,
                "nodeType": "Literal",
                "src": "517:2:61",
                "subdenomination": null,
                "typeDescriptions": {
                  "typeIdentifier": "t_rational_10_by_1",
                  "typeString": "int_const 10"
                },
                "value": "10"
              },
              "nodeType": "ArrayTypeName",
              "src": "509:11:61",
              "typeDescriptions": {
                "typeIdentifier": "t_array$_t_uint256_$10_storage_ptr",
                "typeString": "uint256[10]"
              }
            },
            "value": null,
            "visibility": "private"
          }
        ],
        "scope": 20579,
        "src": "141:396:61"
      }
    ],
    "src": "41:497:61"
  },
  "compiler": {
    "name": "solc",
    "version": "0.6.11+commit.5ef660b1.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "3.2.0",
  "updatedAt": "2020-08-12T09:47:18.197Z",
  "devdoc": {
    "kind": "dev",
    "methods": {},
    "version": 1
  },
  "userdoc": {
    "kind": "user",
    "methods": {},
    "version": 1
  }
}