@latticexyz/world-modules 2.0.0-main-f99e8898 → 2.0.0-main-e4e7d774

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/out/AccessControl.sol/AccessControl.abi.json +1 -0
  2. package/out/AccessControl.sol/AccessControl.json +1651 -0
  3. package/out/ArrayLib.sol/ArrayLib.json +477 -477
  4. package/out/Balances.sol/Balances.abi.json +1 -0
  5. package/out/Balances.sol/Balances.json +13002 -0
  6. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +350 -350
  7. package/out/CallboundDelegations.sol/CallboundDelegations.json +4497 -4497
  8. package/out/DelegationControl.sol/DelegationControl.json +135 -135
  9. package/out/FunctionSelectors.sol/FunctionSelectors.abi.json +1 -0
  10. package/out/FunctionSelectors.sol/FunctionSelectors.json +17874 -0
  11. package/out/Hooks.sol/Hooks.json +45 -45
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  14. package/out/IBaseWorld.sol/IBaseWorld.json +81 -81
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +15 -15
  16. package/out/IDelegationControl.sol/IDelegationControl.json +7 -7
  17. package/out/ISystemHook.sol/ISystemHook.json +12 -12
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +25 -25
  19. package/out/IWorldErrors.sol/IWorldErrors.json +19 -19
  20. package/out/IWorldKernel.sol/IWorldCall.json +10 -10
  21. package/out/IWorldKernel.sol/IWorldKernel.json +10 -10
  22. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +10 -10
  23. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +39 -39
  24. package/out/KeysInTable.sol/KeysInTable.json +18190 -18190
  25. package/out/KeysInTableHook.sol/KeysInTableHook.json +1407 -1407
  26. package/out/KeysInTableModule.sol/KeysInTableModule.json +838 -838
  27. package/out/KeysWithValue.sol/KeysWithValue.json +6631 -6631
  28. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1557 -1557
  29. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +650 -650
  30. package/out/Module.sol/Module.json +119 -119
  31. package/out/NamespaceOwner.sol/NamespaceOwner.abi.json +1 -0
  32. package/out/NamespaceOwner.sol/NamespaceOwner.json +13016 -0
  33. package/out/ResourceAccess.sol/ResourceAccess.abi.json +1 -0
  34. package/out/ResourceAccess.sol/ResourceAccess.json +17296 -0
  35. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  36. package/out/Schema.sol/SchemaInstance.json +30 -30
  37. package/out/Schema.sol/SchemaLib.json +30 -30
  38. package/out/SchemaType.sol/SchemaType.json +729 -729
  39. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +448 -448
  40. package/out/StoreHook.sol/StoreHook.json +639 -639
  41. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  42. package/out/System.sol/System.json +32 -32
  43. package/out/SystemHooks.sol/SystemHooks.abi.json +1 -0
  44. package/out/SystemHooks.sol/SystemHooks.json +32460 -0
  45. package/out/SystemSwitch.sol/SystemSwitch.abi.json +1 -0
  46. package/out/SystemSwitch.sol/SystemSwitch.json +2879 -0
  47. package/out/Systems.sol/Systems.abi.json +1 -0
  48. package/out/Systems.sol/Systems.json +18508 -0
  49. package/out/Tables.sol/Tables.json +73 -73
  50. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +183 -183
  51. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +3474 -3474
  52. package/out/UniqueEntity.sol/UniqueEntity.json +2345 -2345
  53. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +482 -482
  54. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +128 -128
  55. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +4590 -4590
  56. package/out/WorldContext.sol/WorldContextConsumer.json +14 -14
  57. package/out/WorldContext.sol/WorldContextConsumerLib.json +14 -14
  58. package/out/WorldContext.sol/WorldContextProviderLib.json +14 -14
  59. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  60. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  61. package/out/constants.sol/constants.json +194 -194
  62. package/out/getKeysInTable.sol/getKeysInTable.json +918 -918
  63. package/out/getKeysWithValue.sol/getKeysWithValue.json +431 -431
  64. package/out/getTargetTableId.sol/getTargetTableId.json +272 -272
  65. package/out/getUniqueEntity.sol/getUniqueEntity.json +389 -240
  66. package/out/hasKey.sol/hasKey.json +215 -215
  67. package/out/index.sol/index.json +73 -73
  68. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +171 -171
  69. package/out/query.sol/query.json +1892 -1892
  70. package/out/revertWithBytes.sol/revertWithBytes.json +52 -52
  71. package/out/src/Bytes.sol/Bytes.json +3766 -3766
  72. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +1204 -1204
  73. package/out/src/FieldLayout.sol/FieldLayoutLib.json +1204 -1204
  74. package/out/src/Hook.sol/HookInstance.abi.json +1 -0
  75. package/out/src/Hook.sol/HookInstance.json +2823 -0
  76. package/out/src/Hook.sol/HookLib.abi.json +1 -0
  77. package/out/src/Hook.sol/HookLib.json +2823 -0
  78. package/out/src/IStore.sol/IStore.json +73 -73
  79. package/out/src/ISystemHook.sol/ISystemHook.abi.json +67 -0
  80. package/out/src/ISystemHook.sol/ISystemHook.abi.json.d.ts +68 -0
  81. package/out/src/ISystemHook.sol/ISystemHook.json +852 -0
  82. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json +189 -0
  83. package/out/src/IWorldErrors.sol/IWorldErrors.abi.json.d.ts +190 -0
  84. package/out/src/IWorldErrors.sol/IWorldErrors.json +1463 -0
  85. package/out/src/IWorldKernel.sol/IWorldCall.json +258 -258
  86. package/out/src/IWorldKernel.sol/IWorldKernel.json +258 -258
  87. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +258 -258
  88. package/out/src/Memory.sol/Memory.json +242 -242
  89. package/out/src/PackedCounter.sol/PackedCounterInstance.json +1633 -1633
  90. package/out/src/PackedCounter.sol/PackedCounterLib.json +1633 -1633
  91. package/out/src/ResourceId.sol/ResourceIdInstance.json +206 -206
  92. package/out/src/ResourceId.sol/ResourceIdLib.json +206 -206
  93. package/out/src/Schema.sol/SchemaInstance.json +1351 -1351
  94. package/out/src/Schema.sol/SchemaLib.json +1351 -1351
  95. package/out/src/Slice.sol/SliceInstance.json +802 -802
  96. package/out/src/Slice.sol/SliceLib.json +802 -802
  97. package/out/src/StoreCore.sol/StoreCore.json +7412 -7412
  98. package/out/src/StoreCore.sol/StoreCoreInternal.json +7412 -7412
  99. package/out/src/StoreSwitch.sol/StoreSwitch.json +4064 -4064
  100. package/out/src/WorldContext.sol/WorldContextConsumer.json +805 -805
  101. package/out/src/WorldContext.sol/WorldContextConsumerLib.json +807 -807
  102. package/out/src/WorldContext.sol/WorldContextProviderLib.json +807 -807
  103. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +809 -809
  104. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +809 -809
  105. package/out/storeHookTypes.sol/storeHookTypes.json +204 -204
  106. package/out/storeResourceTypes.sol/storeResourceTypes.json +23 -23
  107. package/out/systemHookTypes.sol/systemHookTypes.json +270 -0
  108. package/out/tables/ResourceIds.sol/ResourceIds.json +2922 -2922
  109. package/out/tables/Tables.sol/Tables.json +12189 -12189
  110. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +6883 -6883
  111. package/out/types.sol/types.json +71 -71
  112. package/out/worldResourceTypes.sol/worldResourceTypes.json +92 -92
  113. package/package.json +8 -8
  114. package/src/modules/uniqueentity/getUniqueEntity.sol +5 -3
  115. package/src/utils/SystemSwitch.sol +82 -0
@@ -160,12 +160,12 @@
160
160
  ],
161
161
  "bytecode": {
162
162
  "object": "0x608060405234801561001057600080fd5b50611380806100206000396000f3fe608060405234801561001057600080fd5b50600436106100725760003560e01c806345ec93541161005057806345ec9354146100df578063d043756a146100f2578063e1af802c1461010757600080fd5b806301ffc9a714610077578063119df25f1461009f5780631a86b550146100cc575b600080fd5b61008a610085366004610f68565b61010f565b60405190151581526020015b60405180910390f35b6100a76101f4565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610096565b61008a6100da366004610fe4565b610203565b604051601f193601358152602001610096565b6101056101003660046110af565b610223565b005b6100a7610239565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167faea79dd00000000000000000000000000000000000000000000000000000000014806101a257507fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000145b806101ee57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60006101fe610243565b905090565b600080610217856102126101f4565b610275565b42111595945050505050565b61023561022e6101f4565b838361039e565b5050565b60006101fe6104db565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102725750335b90565b604080516002808252606082018352600092839291906020830190803683370190505090508373ffffffffffffffffffffffffffffffffffffffff1660001b816000815181106102c7576102c76110d9565b6020026020010181815250508273ffffffffffffffffffffffffffffffffffffffff1660001b81600181518110610300576103006110d9565b60209081029190910181019190915260408051613a3160f11b928101929092526000602283018190527f54696d65626f756e6444656c6567617400000000000000000000000000000000603084015291610395910160405160208183030381529060405261036d906110ef565b8360007e20010020000000000000000000000000000000000000000000000000000000610527565b95945050505050565b6040805160028082526060820183526000926020830190803683370190505090508373ffffffffffffffffffffffffffffffffffffffff1660001b816000815181106103ec576103ec6110d9565b6020026020010181815250508273ffffffffffffffffffffffffffffffffffffffff1660001b81600181518110610425576104256110d9565b60209081029190910181019190915260408051613a3160f11b81840152600060228201527f54696d65626f756e6444656c6567617400000000000000000000000000000000603082015281518082039093018352810190526104d59061048a906110ef565b826000856040516020016104a091815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000610606565b50505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff1680610522573391505090565b919050565b6000806105326104db565b90503073ffffffffffffffffffffffffffffffffffffffff8216036105655761055d868686866106d6565b9150506105fe565b6040517f8c364d5900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690638c364d59906105bd908990899089908990600401611151565b602060405180830381865afa1580156105da573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055d9190611180565b949350505050565b60006106106104db565b90503073ffffffffffffffffffffffffffffffffffffffff8216036106415761063c8686868686610703565b6106ce565b6040517f390baae000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82169063390baae09061069b90899089908990899089906004016111df565b600060405180830381600087803b1580156106b557600080fd5b505af11580156106c9573d6000803e3d6000fd5b505050505b505050505050565b60006103956106e5868661071f565b60ff858116601b0360080285901c166106fe8587610775565b6107b8565b61071885856107128487610775565b85610809565b5050505050565b60008282604051602001610734929190611226565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156107b05761079c60ff601b83900360080287901c1683611277565b9150806107a88161128a565b91505061077a565b509392505050565b6000602082106107de576020820484019350602082816107da576107da6112a4565b0691505b508254600882021b6020829003808411156107b0576001850154600882021c82179150509392505050565b6000610815858561071f565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161084b939291906112ba565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461088757506104d5565b600061089286610a6b565b905060005b81518110156109715760008282815181106108b4576108b46110d9565b602002602001015190506108e06004826affffffffffffffffffffff1916610b4b90919063ffffffff16565b1561095e576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d9061092b908b908b908b908b906004016112f7565b600060405180830381600087803b15801561094557600080fd5b505af1158015610959573d6000803e3d6000fd5b505050505b50806109698161128a565b915050610897565b50610985828565ffffffffffff1685610b69565b60005b8151811015610a625760008282815181106109a5576109a56110d9565b602002602001015190506109d16008826affffffffffffffffffffff1916610b4b90919063ffffffff16565b15610a4f576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190610a1c908b908b908b908b906004016112f7565b600060405180830381600087803b158015610a3657600080fd5b505af1158015610a4a573d6000803e3d6000fd5b505050505b5080610a5a8161128a565b915050610988565b50505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110610aa557610aa56110d9565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201528151808203909301835281019052600090610b3490610b2c906110ef565b836000610b7e565b90506105fe610b468260008451610bb8565b610c51565b60008160ff1682610b5c8560581c90565b1660ff1614905092915050565b610b798383602084018451610c69565b505050565b60606105fe610b8e858585610d29565b610bb184610b9c8888610da9565b9060ff166028026038011c64ffffffffff1690565b6000610dbc565b6000818311158015610bcb575083518211155b610c10578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610c079392919061133b565b60405180910390fd5b60208401610c1e8482611277565b90506000610c2c8585611360565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610c628360156000610ddf565b9392505050565b8215610ce35760208310610c9357602083048401935060208381610c8f57610c8f6112a4565b0692505b8215610ce35760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311610cd45750506104d5565b50600194909401939182019190035b5b60208110610d055781518455600190930192602090910190601f1901610ce4565b80156104d5576000600019600883021c198554845182169119161785555050505050565b60008383604051602001610d3e929190611226565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610c62610db88484610e5a565b5490565b60405160208101601f19603f85840101166040528382526107b085858584610eb0565b60606000610ded8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610e1357610e136112a4565b04905060405193506020840160208202810160405281855260005b82811015610e4e578451871c825293870193602090910190600101610e2e565b50505050509392505050565b60008282604051602001610e6f929190611226565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115610f225760208210610eda57602082048401935060208281610ed657610ed66112a4565b0691505b8115610f225760208290036000600019600883021c1990508554600885021b811984511682821617845250818511610f135750506104d5565b50600194909401939283900392015b5b60208310610f445783548152600190930192601f1990920191602001610f23565b82156104d5576000600019600885021c198251865482169119161782525050505050565b600060208284031215610f7a57600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610c6257600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461052257600080fd5b634e487b7160e01b600052604160045260246000fd5b600080600060608486031215610ff957600080fd5b61100284610faa565b925060208401359150604084013567ffffffffffffffff8082111561102657600080fd5b818601915086601f83011261103a57600080fd5b81358181111561104c5761104c610fce565b604051601f8201601f19908116603f0116810190838211818310171561107457611074610fce565b8160405282815289602084870101111561108d57600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b600080604083850312156110c257600080fd5b6110cb83610faa565b946020939093013593505050565b634e487b7160e01b600052603260045260246000fd5b80516020808301519190811015611110576000198160200360031b1b821691505b50919050565b600081518084526020808501945080840160005b838110156111465781518752958201959082019060010161112a565b509495945050505050565b84815260806020820152600061116a6080830186611116565b60ff949094166040830152506060015292915050565b60006020828403121561119257600080fd5b5051919050565b6000815180845260005b818110156111bf576020818501810151868301820152016111a3565b506000602082860101526020601f19601f83011685010191505092915050565b85815260a0602082015260006111f860a0830187611116565b60ff8616604084015282810360608401526112138186611199565b9150508260808301529695505050505050565b82815260006020808301845182860160005b8281101561125457815184529284019290840190600101611238565b5091979650505050505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101ee576101ee611261565b6000600019820361129d5761129d611261565b5060010190565b634e487b7160e01b600052601260045260246000fd5b6060815260006112cd6060830186611116565b65ffffffffffff8516602084015282810360408401526112ed8185611199565b9695505050505050565b8481526080602082015260006113106080830186611116565b65ffffffffffff8516604084015282810360608401526113308185611199565b979650505050505050565b60608152600061134e6060830186611199565b60208301949094525060400152919050565b818103818111156101ee576101ee61126156fea164736f6c6343000815000a",
163
- "sourceMap": "287:984:129:-:0;;;;;;;;;;;;;;;;;;;",
163
+ "sourceMap": "287:984:139:-:0;;;;;;;;;;;;;;;;;;;",
164
164
  "linkReferences": {}
165
165
  },
166
166
  "deployedBytecode": {
167
167
  "object": "0x608060405234801561001057600080fd5b50600436106100725760003560e01c806345ec93541161005057806345ec9354146100df578063d043756a146100f2578063e1af802c1461010757600080fd5b806301ffc9a714610077578063119df25f1461009f5780631a86b550146100cc575b600080fd5b61008a610085366004610f68565b61010f565b60405190151581526020015b60405180910390f35b6100a76101f4565b60405173ffffffffffffffffffffffffffffffffffffffff9091168152602001610096565b61008a6100da366004610fe4565b610203565b604051601f193601358152602001610096565b6101056101003660046110af565b610223565b005b6100a7610239565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167faea79dd00000000000000000000000000000000000000000000000000000000014806101a257507fffffffff0000000000000000000000000000000000000000000000000000000082167fb421288000000000000000000000000000000000000000000000000000000000145b806101ee57507fffffffff0000000000000000000000000000000000000000000000000000000082167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b60006101fe610243565b905090565b600080610217856102126101f4565b610275565b42111595945050505050565b61023561022e6101f4565b838361039e565b5050565b60006101fe6104db565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffcc36013560601c806102725750335b90565b604080516002808252606082018352600092839291906020830190803683370190505090508373ffffffffffffffffffffffffffffffffffffffff1660001b816000815181106102c7576102c76110d9565b6020026020010181815250508273ffffffffffffffffffffffffffffffffffffffff1660001b81600181518110610300576103006110d9565b60209081029190910181019190915260408051613a3160f11b928101929092526000602283018190527f54696d65626f756e6444656c6567617400000000000000000000000000000000603084015291610395910160405160208183030381529060405261036d906110ef565b8360007e20010020000000000000000000000000000000000000000000000000000000610527565b95945050505050565b6040805160028082526060820183526000926020830190803683370190505090508373ffffffffffffffffffffffffffffffffffffffff1660001b816000815181106103ec576103ec6110d9565b6020026020010181815250508273ffffffffffffffffffffffffffffffffffffffff1660001b81600181518110610425576104256110d9565b60209081029190910181019190915260408051613a3160f11b81840152600060228201527f54696d65626f756e6444656c6567617400000000000000000000000000000000603082015281518082039093018352810190526104d59061048a906110ef565b826000856040516020016104a091815260200190565b60408051601f198184030181529190527e20010020000000000000000000000000000000000000000000000000000000610606565b50505050565b7f629a4c26e296b22a8e0856e9f6ecb2d1008d7e00081111962cd175fa7488e1755460009073ffffffffffffffffffffffffffffffffffffffff1680610522573391505090565b919050565b6000806105326104db565b90503073ffffffffffffffffffffffffffffffffffffffff8216036105655761055d868686866106d6565b9150506105fe565b6040517f8c364d5900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff821690638c364d59906105bd908990899089908990600401611151565b602060405180830381865afa1580156105da573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061055d9190611180565b949350505050565b60006106106104db565b90503073ffffffffffffffffffffffffffffffffffffffff8216036106415761063c8686868686610703565b6106ce565b6040517f390baae000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff82169063390baae09061069b90899089908990899089906004016111df565b600060405180830381600087803b1580156106b557600080fd5b505af11580156106c9573d6000803e3d6000fd5b505050505b505050505050565b60006103956106e5868661071f565b60ff858116601b0360080285901c166106fe8587610775565b6107b8565b61071885856107128487610775565b85610809565b5050505050565b60008282604051602001610734929190611226565b60408051601f1981840301815291905280516020909101207f86425bff6b57326c7859e89024fe4f238ca327a1ae4a230180dd2f0e88aaa7d9189392505050565b600080805b8360ff168110156107b05761079c60ff601b83900360080287901c1683611277565b9150806107a88161128a565b91505061077a565b509392505050565b6000602082106107de576020820484019350602082816107da576107da6112a4565b0691505b508254600882021b6020829003808411156107b0576001850154600882021c82179150509392505050565b6000610815858561071f565b9050847f8c0b5119d4cec7b284c6b1b39252a03d1e2f2d7451a5895562524c113bb952be85858560405161084b939291906112ba565b60405180910390a2613a3160f11b857fffff000000000000000000000000000000000000000000000000000000000000161461088757506104d5565b600061089286610a6b565b905060005b81518110156109715760008282815181106108b4576108b46110d9565b602002602001015190506108e06004826affffffffffffffffffffff1916610b4b90919063ffffffff16565b1561095e576040517f964f667d000000000000000000000000000000000000000000000000000000008152606082901c9063964f667d9061092b908b908b908b908b906004016112f7565b600060405180830381600087803b15801561094557600080fd5b505af1158015610959573d6000803e3d6000fd5b505050505b50806109698161128a565b915050610897565b50610985828565ffffffffffff1685610b69565b60005b8151811015610a625760008282815181106109a5576109a56110d9565b602002602001015190506109d16008826affffffffffffffffffffff1916610b4b90919063ffffffff16565b15610a4f576040517fa8ba8721000000000000000000000000000000000000000000000000000000008152606082901c9063a8ba872190610a1c908b908b908b908b906004016112f7565b600060405180830381600087803b158015610a3657600080fd5b505af1158015610a4a573d6000803e3d6000fd5b505050505b5080610a5a8161128a565b915050610988565b50505050505050565b60408051600180825281830190925260609160009190602080830190803683370190505090508281600081518110610aa557610aa56110d9565b60209081029190910181019190915260408051613a3160f11b818401527f73746f726500000000000000000000000000000000000000000000000000000060228201527f53746f7265486f6f6b730000000000000000000000000000000000000000000060308201528151808203909301835281019052600090610b3490610b2c906110ef565b836000610b7e565b90506105fe610b468260008451610bb8565b610c51565b60008160ff1682610b5c8560581c90565b1660ff1614905092915050565b610b798383602084018451610c69565b505050565b60606105fe610b8e858585610d29565b610bb184610b9c8888610da9565b9060ff166028026038011c64ffffffffff1690565b6000610dbc565b6000818311158015610bcb575083518211155b610c10578383836040517f23230fa3000000000000000000000000000000000000000000000000000000008152600401610c079392919061133b565b60405180910390fd5b60208401610c1e8482611277565b90506000610c2c8585611360565b6fffffffffffffffffffffffffffffffff1660809290921b9190911795945050505050565b60606000610c628360156000610ddf565b9392505050565b8215610ce35760208310610c9357602083048401935060208381610c8f57610c8f6112a4565b0692505b8215610ce35760208390036000600019600884021c1990506008850281811c91508451811c9050811987541682821617875550818311610cd45750506104d5565b50600194909401939182019190035b5b60208110610d055781518455600190930192602090910190601f1901610ce4565b80156104d5576000600019600883021c198554845182169119161785555050505050565b60008383604051602001610d3e929190611226565b604051602081830303815290604052805190602001208260f81b7effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff19167f3b4102da22e32d82fc925482184f16c09fd4281692720b87d124aef6da48a0f1181860001c90509392505050565b6000610c62610db88484610e5a565b5490565b60405160208101601f19603f85840101166040528382526107b085858584610eb0565b60606000610ded8560801c90565b90506fffffffffffffffffffffffffffffffff85166000858281610e1357610e136112a4565b04905060405193506020840160208202810160405281855260005b82811015610e4e578451871c825293870193602090910190600101610e2e565b50505050509392505050565b60008282604051602001610e6f929190611226565b60408051601f1981840301815291905280516020909101207f14e2fcc58e58e68ec7edc30c8d50dccc3ce2714a623ec81f46b6a63922d76569189392505050565b8115610f225760208210610eda57602082048401935060208281610ed657610ed66112a4565b0691505b8115610f225760208290036000600019600883021c1990508554600885021b811984511682821617845250818511610f135750506104d5565b50600194909401939283900392015b5b60208310610f445783548152600190930192601f1990920191602001610f23565b82156104d5576000600019600885021c198251865482169119161782525050505050565b600060208284031215610f7a57600080fd5b81357fffffffff0000000000000000000000000000000000000000000000000000000081168114610c6257600080fd5b803573ffffffffffffffffffffffffffffffffffffffff8116811461052257600080fd5b634e487b7160e01b600052604160045260246000fd5b600080600060608486031215610ff957600080fd5b61100284610faa565b925060208401359150604084013567ffffffffffffffff8082111561102657600080fd5b818601915086601f83011261103a57600080fd5b81358181111561104c5761104c610fce565b604051601f8201601f19908116603f0116810190838211818310171561107457611074610fce565b8160405282815289602084870101111561108d57600080fd5b8260208601602083013760006020848301015280955050505050509250925092565b600080604083850312156110c257600080fd5b6110cb83610faa565b946020939093013593505050565b634e487b7160e01b600052603260045260246000fd5b80516020808301519190811015611110576000198160200360031b1b821691505b50919050565b600081518084526020808501945080840160005b838110156111465781518752958201959082019060010161112a565b509495945050505050565b84815260806020820152600061116a6080830186611116565b60ff949094166040830152506060015292915050565b60006020828403121561119257600080fd5b5051919050565b6000815180845260005b818110156111bf576020818501810151868301820152016111a3565b506000602082860101526020601f19601f83011685010191505092915050565b85815260a0602082015260006111f860a0830187611116565b60ff8616604084015282810360608401526112138186611199565b9150508260808301529695505050505050565b82815260006020808301845182860160005b8281101561125457815184529284019290840190600101611238565b5091979650505050505050565b634e487b7160e01b600052601160045260246000fd5b808201808211156101ee576101ee611261565b6000600019820361129d5761129d611261565b5060010190565b634e487b7160e01b600052601260045260246000fd5b6060815260006112cd6060830186611116565b65ffffffffffff8516602084015282810360408401526112ed8185611199565b9695505050505050565b8481526080602082015260006113106080830186611116565b65ffffffffffff8516604084015282810360608401526113308185611199565b979650505050505050565b60608152600061134e6060830186611199565b60208301949094525060400152919050565b818103818111156101ee576101ee61126156fea164736f6c6343000815000a",
168
- "sourceMap": "287:984:129:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;969:304:87;;;;;;:::i;:::-;;:::i;:::-;;;516:14:139;;509:22;491:41;;479:2;464:18;969:304:87;;;;;;;;1245:113:97;;;:::i;:::-;;;719:42:139;707:55;;;689:74;;677:2;662:18;1245:113:97;543:226:139;577:392:129;;;;;;:::i;:::-;;:::i;1599:110:97:-;;;-1:-1:-1;;3585:14:97;3581:23;3568:37;2469:25:139;;2457:2;2442:18;1599:110:97;2323:177:139;1083:186:129;;;;;;:::i;:::-;;:::i;:::-;;1925:95:97;;;:::i;969:304:87:-;1093:4;1118:46;;;457:74:88;1118:46:87;;:106;;-1:-1:-1;1174:50:87;;;485:152:92;1174:50:87;1118:106;:150;;;-1:-1:-1;1234:34:87;;;188::89;1234::87;1118:150;1105:163;969:304;-1:-1:-1;;969:304:87:o;1245:113:97:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;577:392:129:-;659:4;730:20;753:75;791:9;813:12;:10;:12::i;:::-;753:24;:75::i;:::-;933:15;:31;;;577:392;-1:-1:-1;;;;;577:392:129:o;1083:186::-;1161:103;1199:12;:10;:12::i;:::-;1224:9;1249:12;1161:24;:103::i;:::-;1083:186;;:::o;1925:95:97:-;1964:7;1986:29;:27;:29::i;2779:381::-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:97;3110:45;2779:381;:::o;5092:391:132:-;5223:16;;;5237:1;5223:16;;;;;;;;5166:20;;;;5223:16;5237:1;5223:16;;;;;;;;;;-1:-1:-1;5223:16:132;5194:45;;5284:9;5268:27;;5260:36;;5245:9;5255:1;5245:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;5341:9;5325:27;;5317:36;;5302:9;5312:1;5302:12;;;;;;;;:::i;:::-;;;;;;;;;;;:51;;;;1164:74;;;-1:-1:-1;;;1164:74:132;;;3136:92:139;;;;5360:13:132;3244:11:139;;;3237:100;;;1210:27:132;3353:12:139;;;3346:101;5360:13:132;5376:64;;3463:12:139;1164:74:132;;;;;;;;;;;;1156:83;;;:::i;:::-;5413:9;5424:1;1360:66;5376:26;:64::i;:::-;5360:80;5092:391;-1:-1:-1;;;;;5092:391:132:o;7728:357::-;7845:16;;;7859:1;7845:16;;;;;;;;7816:26;;7845:16;;;;;;;;;;-1:-1:-1;7845:16:132;7816:45;;7906:9;7890:27;;7882:36;;7867:9;7877:1;7867:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;7963:9;7947:27;;7939:36;;7924:9;7934:1;7924:12;;;;;;;;:::i;:::-;;;;;;;;;;;:51;;;;1164:74;;;-1:-1:-1;;;1164:74:132;;;3136:92:139;-1:-1:-1;3244:11:139;;;3237:100;1210:27:132;3353:12:139;;;3346:101;1164:74:132;;;;;;;;;;3463:12:139;;1164:74:132;;7982:98;;1156:83;;;:::i;:::-;8019:9;8030:1;8051:12;8033:32;;;;;;3977:19:139;;4021:2;4012:12;;3848:182;8033:32:132;;;;-1:-1:-1;;8033:32:132;;;;;;;;;1360:66;7982:26;:98::i;:::-;7810:275;7728:357;;;:::o;1766:227:73:-;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:73:o;17702:457::-;17859:7;17874:21;17898:17;:15;:17::i;:::-;17874:41;-1:-1:-1;17950:4:73;17925:30;;;;17921:234;;17972:68;17997:7;18006:8;18016:10;18028:11;17972:24;:68::i;:::-;17965:75;;;;;17921:234;18068:80;;;;;:36;;;;;;:80;;18105:7;;18114:8;;18124:10;;18136:11;;18068:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;17702:457::-;;;;;;;:::o;10690:455::-;10862:21;10886:17;:15;:17::i;:::-;10862:41;-1:-1:-1;10938:4:73;10913:30;;;;10909:232;;10953:74;10978:7;10987:8;10997:10;11009:4;11015:11;10953:24;:74::i;:::-;10909:232;;;11048:86;;;;;:36;;;;;;:86;;11085:7;;11094:8;;11104:10;;11116:4;;11122:11;;11048:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10909:232;10856:289;10690:455;;;;;:::o;35212:541:71:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:54;:27;537:1:79;4043:44:54;4009:79;;;3996:93;35676:63:71;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;22277:355::-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;:::-;22277:355;;;;;:::o;49619:191::-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:71;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:71:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:54;4044:19;:27;;;537:1:79;4043:44:54;4009:79;;;3996:93;50816:32:71;;:::i;:::-;;-1:-1:-1;50803:3:71;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:71;50636:242;-1:-1:-1;;;50636:242:71:o;8680:790:70:-;8778:14;8814:2;8804:6;:12;8800:112;;8873:2;8864:6;:11;8846:29;;;;8895:2;8885:12;;;;;;:::i;:::-;;;;8800:112;-1:-1:-1;9092:21:70;;9088:1;9076:14;;9072:42;9240:2;:11;;;9322:22;;;9318:148;;;9447:1;9431:14;9427:22;9421:29;9417:1;9402:13;9398:21;9394:57;9386:6;9383:69;9373:79;;8794:676;8680:790;;;;;:::o;16359:1506:71:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:71;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:81;17129:4:71;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:55;;;;;17182:54:71;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:71;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:81;17625:4:71;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:55;;;;;17677:53:71;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:71;;;;:::i;:::-;;;;17535:326;;;;16474:1391;;16359:1506;;;;:::o;5054:342:77:-;5170:16;;;5184:1;5170:16;;;;;;;;;5111:22;;5141:26;;5170:16;;;;;;;;;;;;-1:-1:-1;5170:16:77;5141:45;;5225:7;5192:9;5202:1;5192:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:77;;;3136:92:139;1080:16:77;3244:11:139;;;3237:100;1098:21:77;3353:12:139;;;3346:101;1047:73:77;;;;;;;;;;3463:12:139;;1047:73:77;;-1:-1:-1;;5261:49:77;;1039:82;;;:::i;:::-;5297:9;5308:1;5261:25;:49::i;:::-;5240:70;;5324:66;:44;5345:5;5352:1;5355:5;:12;5324:20;:44::i;:::-;:64;:66::i;2891:136:55:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;850:162:70:-;939:68;945:14;961:6;826:4:65;816:15;;995:4:70;:11;939:5;:68::i;:::-;850:162;;;:::o;36221:522:71:-;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:66;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:71;36728:1;36481:12;:257::i;2022:570:69:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;2196:85;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:69;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:69:o;40037:220:83:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;:::-;40135:65;40037:220;-1:-1:-1;;;40037:220:83:o;1373:2326:70:-;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;2077:31:70;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:70;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:70;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;3626:21:70;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:70;;;;:::o;51555:274:71:-;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;52752:301::-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:70;;4466:137;4903:665;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:70;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;2631:1127:85:-;2751:22;2781:21;2805;:11;2946:3:69;2924:25;;2850:104;2805:21:85;2781:45;-1:-1:-1;643:17:69;3187:38;;2832:20:85;2994:11;3187:38:69;2994:11:85;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;52184:230:71:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:71;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:71:o;5933:2258:70:-;6050:10;;6046:1421;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1064;;6609:2;:11;;;6483:21;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;6641:38:70;;6863:14;6857:21;6853:1;6845:6;6841:14;6837:42;7110:4;7106:9;7090:13;7084:20;7080:36;7011:4;6999:10;6995:21;6938:192;6911:13;6891:251;;7201:13;7191:6;:23;7187:36;;7216:7;;;;7187:36;-1:-1:-1;7364:1:70;7346:19;;;;;7419:23;;;;;7377:30;6397:1064;7496:253;7513:2;7503:6;:12;7496:253;;7607:21;;7585:44;;7682:1;7664:19;;;;-1:-1:-1;;7722:12:70;;;;7710:2;7693:19;7496:253;;;7817:10;;7813:374;;7837:12;-1:-1:-1;;1080:1:80;1067:14;;1045:37;1043:40;8119:20:70;;8034:21;;8030:32;;8141:9;;8115:36;7979:184;7936:237;;-1:-1:-1;5933:2258:70;;;;:::o;14:332:139:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;774:196;842:20;;902:42;891:54;;881:65;;871:93;;960:1;957;950:12;975:184;-1:-1:-1;;;1024:1:139;1017:88;1124:4;1121:1;1114:15;1148:4;1145:1;1138:15;1164:1154;1282:6;1290;1298;1351:2;1339:9;1330:7;1326:23;1322:32;1319:52;;;1367:1;1364;1357:12;1319:52;1390:29;1409:9;1390:29;:::i;:::-;1380:39;;1466:2;1455:9;1451:18;1438:32;1428:42;;1521:2;1510:9;1506:18;1493:32;1544:18;1585:2;1577:6;1574:14;1571:34;;;1601:1;1598;1591:12;1571:34;1639:6;1628:9;1624:22;1614:32;;1684:7;1677:4;1673:2;1669:13;1665:27;1655:55;;1706:1;1703;1696:12;1655:55;1742:2;1729:16;1764:2;1760;1757:10;1754:36;;;1770:18;;:::i;:::-;1904:2;1898:9;1966:4;1958:13;;-1:-1:-1;;1954:22:139;;;1978:2;1950:31;1946:40;1934:53;;;2002:18;;;2022:22;;;1999:46;1996:72;;;2048:18;;:::i;:::-;2088:10;2084:2;2077:22;2123:2;2115:6;2108:18;2163:7;2158:2;2153;2149;2145:11;2141:20;2138:33;2135:53;;;2184:1;2181;2174:12;2135:53;2240:2;2235;2231;2227:11;2222:2;2214:6;2210:15;2197:46;2285:1;2280:2;2275;2267:6;2263:15;2259:24;2252:35;2306:6;2296:16;;;;;;;1164:1154;;;;;:::o;2505:254::-;2573:6;2581;2634:2;2622:9;2613:7;2609:23;2605:32;2602:52;;;2650:1;2647;2640:12;2602:52;2673:29;2692:9;2673:29;:::i;:::-;2663:39;2749:2;2734:18;;;;2721:32;;-1:-1:-1;;;2505:254:139:o;2764:184::-;-1:-1:-1;;;2813:1:139;2806:88;2913:4;2910:1;2903:15;2937:4;2934:1;2927:15;3486:357;3604:12;;3651:4;3640:16;;;3634:23;;3604:12;3669:16;;3666:171;;;-1:-1:-1;;3749:6:139;3743:4;3739:17;3736:1;3732:25;3728:98;3721:5;3717:110;3708:119;;3666:171;;3486:357;;;:::o;4035:435::-;4088:3;4126:5;4120:12;4153:6;4148:3;4141:19;4179:4;4208:2;4203:3;4199:12;4192:19;;4245:2;4238:5;4234:14;4266:1;4276:169;4290:6;4287:1;4284:13;4276:169;;;4351:13;;4339:26;;4385:12;;;;4420:15;;;;4312:1;4305:9;4276:169;;;-1:-1:-1;4461:3:139;;4035:435;-1:-1:-1;;;;;4035:435:139:o;4475:548::-;4799:6;4788:9;4781:25;4842:3;4837:2;4826:9;4822:18;4815:31;4762:4;4863:57;4915:3;4904:9;4900:19;4892:6;4863:57;:::i;:::-;4968:4;4956:17;;;;4951:2;4936:18;;4929:45;-1:-1:-1;5005:2:139;4990:18;4983:34;4855:65;4475:548;-1:-1:-1;;4475:548:139:o;5028:184::-;5098:6;5151:2;5139:9;5130:7;5126:23;5122:32;5119:52;;;5167:1;5164;5157:12;5119:52;-1:-1:-1;5190:16:139;;5028:184;-1:-1:-1;5028:184:139:o;5217:481::-;5258:3;5296:5;5290:12;5323:6;5318:3;5311:19;5348:1;5358:162;5372:6;5369:1;5366:13;5358:162;;;5434:4;5490:13;;;5486:22;;5480:29;5462:11;;;5458:20;;5451:59;5387:12;5358:162;;;5362:3;5565:1;5558:4;5549:6;5544:3;5540:16;5536:27;5529:38;5687:4;-1:-1:-1;;5612:2:139;5604:6;5600:15;5596:88;5591:3;5587:98;5583:109;5576:116;;;5217:481;;;;:::o;5703:709::-;6073:6;6062:9;6055:25;6116:3;6111:2;6100:9;6096:18;6089:31;6036:4;6143:57;6195:3;6184:9;6180:19;6172:6;6143:57;:::i;:::-;6248:4;6240:6;6236:17;6231:2;6220:9;6216:18;6209:45;6302:9;6294:6;6290:22;6285:2;6274:9;6270:18;6263:50;6330:32;6355:6;6347;6330:32;:::i;:::-;6322:40;;;6399:6;6393:3;6382:9;6378:19;6371:35;5703:709;;;;;;;;:::o;6417:640::-;6668:6;6663:3;6656:19;6638:3;6694:2;6727;6722:3;6718:12;6759:6;6753:13;6824:2;6816:6;6812:15;6845:1;6855:175;6869:6;6866:1;6863:13;6855:175;;;6932:13;;6918:28;;6968:14;;;;7005:15;;;;6891:1;6884:9;6855:175;;;-1:-1:-1;7046:5:139;;6417:640;-1:-1:-1;;;;;;;6417:640:139:o;7062:184::-;-1:-1:-1;;;7111:1:139;7104:88;7211:4;7208:1;7201:15;7235:4;7232:1;7225:15;7251:125;7316:9;;;7337:10;;;7334:36;;;7350:18;;:::i;7381:195::-;7420:3;-1:-1:-1;;7444:5:139;7441:77;7438:103;;7521:18;;:::i;:::-;-1:-1:-1;7568:1:139;7557:13;;7381:195::o;7581:184::-;-1:-1:-1;;;7630:1:139;7623:88;7730:4;7727:1;7720:15;7754:4;7751:1;7744:15;7770:511;8021:2;8010:9;8003:21;7984:4;8047:56;8099:2;8088:9;8084:18;8076:6;8047:56;:::i;:::-;8151:14;8143:6;8139:27;8134:2;8123:9;8119:18;8112:55;8215:9;8207:6;8203:22;8198:2;8187:9;8183:18;8176:50;8243:32;8268:6;8260;8243:32;:::i;:::-;8235:40;7770:511;-1:-1:-1;;;;;;7770:511:139:o;8286:616::-;8597:6;8586:9;8579:25;8640:3;8635:2;8624:9;8620:18;8613:31;8560:4;8667:57;8719:3;8708:9;8704:19;8696:6;8667:57;:::i;:::-;8772:14;8764:6;8760:27;8755:2;8744:9;8740:18;8733:55;8836:9;8828:6;8824:22;8819:2;8808:9;8804:18;8797:50;8864:32;8889:6;8881;8864:32;:::i;:::-;8856:40;8286:616;-1:-1:-1;;;;;;;8286:616:139:o;8907:359::-;9110:2;9099:9;9092:21;9073:4;9130:44;9170:2;9159:9;9155:18;9147:6;9130:44;:::i;:::-;9205:2;9190:18;;9183:34;;;;-1:-1:-1;9248:2:139;9233:18;9226:34;9122:52;8907:359;-1:-1:-1;8907:359:139:o;9271:128::-;9338:9;;;9359:11;;;9356:37;;;9373:18;;:::i",
168
+ "sourceMap": "287:984:139:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;969:304:90;;;;;;:::i;:::-;;:::i;:::-;;;516:14:150;;509:22;491:41;;479:2;464:18;969:304:90;;;;;;;;1245:113:100;;;:::i;:::-;;;719:42:150;707:55;;;689:74;;677:2;662:18;1245:113:100;543:226:150;577:392:139;;;;;;:::i;:::-;;:::i;1599:110:100:-;;;-1:-1:-1;;3585:14:100;3581:23;3568:37;2469:25:150;;2457:2;2442:18;1599:110:100;2323:177:150;1083:186:139;;;;;;:::i;:::-;;:::i;:::-;;1925:95:100;;;:::i;969:304:90:-;1093:4;1118:46;;;457:74:91;1118:46:90;;:106;;-1:-1:-1;1174:50:90;;;485:152:95;1174:50:90;1118:106;:150;;;-1:-1:-1;1234:34:90;;;188::92;1234::90;1118:150;1105:163;969:304;-1:-1:-1;;969:304:90:o;1245:113:100:-;1288:14;1317:36;:34;:36::i;:::-;1310:43;;1245:113;:::o;577:392:139:-;659:4;730:20;753:75;791:9;813:12;:10;:12::i;:::-;753:24;:75::i;:::-;933:15;:31;;;577:392;-1:-1:-1;;;;;577:392:139:o;1083:186::-;1161:103;1199:12;:10;:12::i;:::-;1224:9;1249:12;1161:24;:103::i;:::-;1083:186;;:::o;1925:95:100:-;1964:7;1986:29;:27;:29::i;2779:381::-;3063:34;3067:14;3063:34;3050:48;3046:2;3042:57;;3110:45;;-1:-1:-1;3145:10:100;3110:45;2779:381;:::o;5092:391:142:-;5223:16;;;5237:1;5223:16;;;;;;;;5166:20;;;;5223:16;5237:1;5223:16;;;;;;;;;;-1:-1:-1;5223:16:142;5194:45;;5284:9;5268:27;;5260:36;;5245:9;5255:1;5245:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;5341:9;5325:27;;5317:36;;5302:9;5312:1;5302:12;;;;;;;;:::i;:::-;;;;;;;;;;;:51;;;;1164:74;;;-1:-1:-1;;;1164:74:142;;;3136:92:150;;;;5360:13:142;3244:11:150;;;3237:100;;;1210:27:142;3353:12:150;;;3346:101;5360:13:142;5376:64;;3463:12:150;1164:74:142;;;;;;;;;;;;1156:83;;;:::i;:::-;5413:9;5424:1;1360:66;5376:26;:64::i;:::-;5360:80;5092:391;-1:-1:-1;;;;;5092:391:142:o;7728:357::-;7845:16;;;7859:1;7845:16;;;;;;;;7816:26;;7845:16;;;;;;;;;;-1:-1:-1;7845:16:142;7816:45;;7906:9;7890:27;;7882:36;;7867:9;7877:1;7867:12;;;;;;;;:::i;:::-;;;;;;:51;;;;;7963:9;7947:27;;7939:36;;7924:9;7934:1;7924:12;;;;;;;;:::i;:::-;;;;;;;;;;;:51;;;;1164:74;;;-1:-1:-1;;;1164:74:142;;;3136:92:150;-1:-1:-1;3244:11:150;;;3237:100;1210:27:142;3353:12:150;;;3346:101;1164:74:142;;;;;;;;;;3463:12:150;;1164:74:142;;7982:98;;1156:83;;;:::i;:::-;8019:9;8030:1;8051:12;8033:32;;;;;;3977:19:150;;4021:2;4012:12;;3848:182;8033:32:142;;;;-1:-1:-1;;8033:32:142;;;;;;;;;1360:66;7982:26;:98::i;:::-;7810:275;7728:357;;;:::o;1766:227:75:-;996:42;1855:22;1816:7;;1855:22;;;1883:106;;1931:10;1924:17;;;1766:227;:::o;1883:106::-;1969:13;1766:227;-1:-1:-1;1766:227:75:o;17702:457::-;17859:7;17874:21;17898:17;:15;:17::i;:::-;17874:41;-1:-1:-1;17950:4:75;17925:30;;;;17921:234;;17972:68;17997:7;18006:8;18016:10;18028:11;17972:24;:68::i;:::-;17965:75;;;;;17921:234;18068:80;;;;;:36;;;;;;:80;;18105:7;;18114:8;;18124:10;;18136:11;;18068:80;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;17702:457::-;;;;;;;:::o;10690:455::-;10862:21;10886:17;:15;:17::i;:::-;10862:41;-1:-1:-1;10938:4:75;10913:30;;;;10909:232;;10953:74;10978:7;10987:8;10997:10;11009:4;11015:11;10953:24;:74::i;:::-;10909:232;;;11048:86;;;;;:36;;;;;;:86;;11085:7;;11094:8;;11104:10;;11116:4;;11122:11;;11048:86;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10909:232;10856:289;10690:455;;;;;:::o;35212:541:73:-;35369:7;35506:242;35550:59;35591:7;35600:8;35550:40;:59::i;:::-;35627:31;;;;4044:19:56;:27;537:1:81;4043:44:56;4009:79;;;3996:93;35676:63:73;35715:11;35728:10;35676:38;:63::i;:::-;35506:17;:242::i;22277:355::-;22449:178;22483:7;22508:8;22538:63;22577:11;22590:10;22538:38;:63::i;:::-;22616:4;22449:16;:178::i;:::-;22277:355;;;;;:::o;49619:191::-;49721:7;49785;49794:8;49768:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;49768:35:73;;;;;;;;;49758:46;;49768:35;49758:46;;;;41226:22;49751:53;;49619:191;-1:-1:-1;;;49619:191:73:o;50636:242::-;50732:7;;;50771:84;50791:10;50787:14;;:1;:14;50771:84;;;50816:32;3996:93:56;4044:19;:27;;;537:1:81;4043:44:56;4009:79;;;3996:93;50816:32:73;;:::i;:::-;;-1:-1:-1;50803:3:73;;;;:::i;:::-;;;;50771:84;;;-1:-1:-1;50867:6:73;50636:242;-1:-1:-1;;;50636:242:73:o;8680:790:72:-;8778:14;8814:2;8804:6;:12;8800:112;;8873:2;8864:6;:11;8846:29;;;;8895:2;8885:12;;;;;;:::i;:::-;;;;8800:112;-1:-1:-1;9092:21:72;;9088:1;9076:14;;9072:42;9240:2;:11;;;9322:22;;;9318:148;;;9447:1;9431:14;9427:22;9421:29;9417:1;9402:13;9398:21;9394:57;9386:6;9383:69;9373:79;;8794:676;8680:790;;;;;:::o;16359:1506:73:-;16480:16;16499:59;16540:7;16549:8;16499:40;:59::i;:::-;16480:78;;16660:7;16616:100;16679:8;16696:5;16709:4;16616:100;;;;;;;;:::i;:::-;;;;;;;;-1:-1:-1;;;16781:7:73;:35;;;16777:62;;16826:7;;;16777:62;16984:22;17009:24;17025:7;17009:15;:24::i;:::-;16984:49;;17044:9;17039:328;17059:5;:12;17055:1;:16;17039:328;;;17086:9;17108:5;17114:1;17108:8;;;;;;;;:::i;:::-;;;;;;;17086:31;;17129:41;548:6:83;17129:4:73;:14;;;;;:41;;;;:::i;:::-;17125:236;;;17182:170;;;;;3392:35:57;;;;;17182:54:73;;:170;;17258:7;;17287:8;;17314:5;;17337:4;;17182:170;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17125:236;-1:-1:-1;17073:3:73;;;;:::i;:::-;;;;17039:328;;;;17416:70;17448:8;17466:5;17416:70;;17479:4;17416:13;:70::i;:::-;17540:9;17535:326;17555:5;:12;17551:1;:16;17535:326;;;17582:9;17604:5;17610:1;17604:8;;;;;;;;:::i;:::-;;;;;;;17582:31;;17625:40;657:6:83;17625:4:73;:14;;;;;:40;;;;:::i;:::-;17621:234;;;17677:169;;;;;3392:35:57;;;;;17677:53:73;;:169;;17752:7;;17781:8;;17808:5;;17831:4;;17677:169;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17621:234;-1:-1:-1;17569:3:73;;;;:::i;:::-;;;;17535:326;;;;16474:1391;;16359:1506;;;;:::o;5054:342:79:-;5170:16;;;5184:1;5170:16;;;;;;;;;5111:22;;5141:26;;5170:16;;;;;;;;;;;;-1:-1:-1;5170:16:79;5141:45;;5225:7;5192:9;5202:1;5192:12;;;;;;;;:::i;:::-;;;;;;;;;;;:41;;;;1047:73;;;-1:-1:-1;;;1047:73:79;;;3136:92:150;1080:16:79;3244:11:150;;;3237:100;1098:21:79;3353:12:150;;;3346:101;1047:73:79;;;;;;;;;;3463:12:150;;1047:73:79;;-1:-1:-1;;5261:49:79;;1039:82;;;:::i;:::-;5297:9;5308:1;5261:25;:49::i;:::-;5240:70;;5324:66;:44;5345:5;5352:1;5355:5;:12;5324:20;:44::i;:::-;:64;:66::i;2891:136:57:-;2961:4;3013:9;2980:42;;2999:9;2981:15;2991:4;3790:26;;;3660:162;2981:15;:27;2980:42;;;2973:49;;2891:136;;;;:::o;850:162:72:-;939:68;945:14;961:6;826:4:67;816:15;;995:4:72;:11;939:5;:68::i;:::-;850:162;;;:::o;36221:522:73:-;36357:12;36481:257;36520:79;36562:7;36571:8;36581:17;36520:41;:79::i;:::-;36617:93;36692:17;36617:66;36665:7;36674:8;36617:47;:66::i;:::-;:74;6743:16:68;;862:5;6743:16;785:5;6732:27;6692:68;6670:92;;;6555:218;36617:93:73;36728:1;36481:12;:257::i;2022:570:71:-;2113:5;2211:3;2202:5;:12;;:34;;;;;2225:4;:11;2218:3;:18;;2202:34;2196:85;;2264:4;2270:5;2277:3;2246:35;;;;;;;;;;;;;:::i;:::-;;;;;;;;2196:85;2349:4;2339:15;;2396:17;2408:5;2339:15;2396:17;:::i;:::-;;-1:-1:-1;2419:12:71;2434:11;2440:5;2434:3;:11;:::i;:::-;643:17;2570:15;2562:3;2550:15;;;;2549:37;;;;;;-1:-1:-1;;;;;2022:570:71:o;40037:220:85:-;40103:24;40135:30;40168:32;40186:6;40194:2;40198:1;40168:17;:32::i;:::-;40135:65;40037:220;-1:-1:-1;;;40037:220:85:o;1373:2326:72:-;1486:10;;1482:1491;;1639:2;1629:6;:12;1625:122;;1702:2;1693:6;:11;1675:29;;;;1726:2;1716:12;;;;;;:::i;:::-;;;;1625:122;1837:10;;1833:1134;;2045:2;:11;;;1919:21;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;2077:31:72;;2277:1;2269:6;2265:14;2313:4;2302:9;2298:20;2290:28;;2368:13;2362:20;2351:9;2347:36;2329:54;;2616:4;2612:9;2595:14;2589:21;2585:37;2516:4;2504:10;2500:21;2443:193;2415:14;2395:253;;2707:13;2697:6;:23;2693:36;;2722:7;;;;2693:36;-1:-1:-1;2870:1:72;2852:19;;;;;2883:30;;;;2925:23;;1833:1134;3003:253;3020:2;3010:6;:12;3003:253;;3115:20;;3092:44;;3189:1;3171:19;;;;3217:2;3200:19;;;;-1:-1:-1;;3229:12:72;3003:253;;;3324:10;;3320:375;;3344:12;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;3626:21:72;;3542:20;;3538:31;;3649:9;;3622:37;3487:184;3443:238;;-1:-1:-1;1373:2326:72;;;;:::o;51555:274:73:-;51699:7;51804;51813:8;51787:35;;;;;;;;;:::i;:::-;;;;;;;;;;;;;51777:46;;;;;;51756:17;51749:25;;51729:45;;;41298:34;51729:45;:94;51721:103;;51714:110;;51555:274;;;;;:::o;52752:301::-;52873:13;52965:82;52996:48;53026:7;53035:8;52996:29;:48::i;:::-;4572:21:72;;4466:137;4903:665;5315:4;5309:11;5356:4;5344:17;;-1:-1:-1;;5234:14:72;5403:26;;;5234:14;5230:28;5375:4;5368:63;5475:6;5467;5460:22;5493:51;5498:14;5514:6;5522;5530:13;5493:4;:51::i;2631:1127:87:-;2751:22;2781:21;2805;:11;2946:3:71;2924:25;;2850:104;2805:21:87;2781:45;-1:-1:-1;643:17:71;3187:38;;2832:20:87;2994:11;3187:38:71;2994:11:87;2979:26;;;;:::i;:::-;;2965:40;;3114:4;3108:11;3099:20;;3157:4;3150:5;3146:16;3217:2;3204:11;3200:20;3186:12;3182:39;3176:4;3169:53;3265:11;3258:5;3251:26;3308:1;3285:463;3324:11;3321:1;3318:18;3285:463;;;3718:20;;3697:42;;3676:64;;3590:31;;;;3503:4;3485:23;;;;3411:1;3404:9;3285:463;;;3289:28;;3066:688;;;2631:1127;;;;;:::o;52184:230:73:-;52305:7;52389;52398:8;52372:35;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;52372:35:73;;;;;;;;;52362:46;;52372:35;52362:46;;;;41389:40;52335:73;;52184:230;-1:-1:-1;;;52184:230:73:o;5933:2258:72:-;6050:10;;6046:1421;;6203:2;6193:6;:12;6189:122;;6266:2;6257:6;:11;6239:29;;;;6290:2;6280:12;;;;;;:::i;:::-;;;;6189:122;6401:10;;6397:1064;;6609:2;:11;;;6483:21;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;6641:38:72;;6863:14;6857:21;6853:1;6845:6;6841:14;6837:42;7110:4;7106:9;7090:13;7084:20;7080:36;7011:4;6999:10;6995:21;6938:192;6911:13;6891:251;;7201:13;7191:6;:23;7187:36;;7216:7;;;;7187:36;-1:-1:-1;7364:1:72;7346:19;;;;;7419:23;;;;;7377:30;6397:1064;7496:253;7513:2;7503:6;:12;7496:253;;7607:21;;7585:44;;7682:1;7664:19;;;;-1:-1:-1;;7722:12:72;;;;7710:2;7693:19;7496:253;;;7817:10;;7813:374;;7837:12;-1:-1:-1;;1080:1:82;1067:14;;1045:37;1043:40;8119:20:72;;8034:21;;8030:32;;8141:9;;8115:36;7979:184;7936:237;;-1:-1:-1;5933:2258:72;;;;:::o;14:332:150:-;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;180:9;167:23;230:66;223:5;219:78;212:5;209:89;199:117;;312:1;309;302:12;774:196;842:20;;902:42;891:54;;881:65;;871:93;;960:1;957;950:12;975:184;-1:-1:-1;;;1024:1:150;1017:88;1124:4;1121:1;1114:15;1148:4;1145:1;1138:15;1164:1154;1282:6;1290;1298;1351:2;1339:9;1330:7;1326:23;1322:32;1319:52;;;1367:1;1364;1357:12;1319:52;1390:29;1409:9;1390:29;:::i;:::-;1380:39;;1466:2;1455:9;1451:18;1438:32;1428:42;;1521:2;1510:9;1506:18;1493:32;1544:18;1585:2;1577:6;1574:14;1571:34;;;1601:1;1598;1591:12;1571:34;1639:6;1628:9;1624:22;1614:32;;1684:7;1677:4;1673:2;1669:13;1665:27;1655:55;;1706:1;1703;1696:12;1655:55;1742:2;1729:16;1764:2;1760;1757:10;1754:36;;;1770:18;;:::i;:::-;1904:2;1898:9;1966:4;1958:13;;-1:-1:-1;;1954:22:150;;;1978:2;1950:31;1946:40;1934:53;;;2002:18;;;2022:22;;;1999:46;1996:72;;;2048:18;;:::i;:::-;2088:10;2084:2;2077:22;2123:2;2115:6;2108:18;2163:7;2158:2;2153;2149;2145:11;2141:20;2138:33;2135:53;;;2184:1;2181;2174:12;2135:53;2240:2;2235;2231;2227:11;2222:2;2214:6;2210:15;2197:46;2285:1;2280:2;2275;2267:6;2263:15;2259:24;2252:35;2306:6;2296:16;;;;;;;1164:1154;;;;;:::o;2505:254::-;2573:6;2581;2634:2;2622:9;2613:7;2609:23;2605:32;2602:52;;;2650:1;2647;2640:12;2602:52;2673:29;2692:9;2673:29;:::i;:::-;2663:39;2749:2;2734:18;;;;2721:32;;-1:-1:-1;;;2505:254:150:o;2764:184::-;-1:-1:-1;;;2813:1:150;2806:88;2913:4;2910:1;2903:15;2937:4;2934:1;2927:15;3486:357;3604:12;;3651:4;3640:16;;;3634:23;;3604:12;3669:16;;3666:171;;;-1:-1:-1;;3749:6:150;3743:4;3739:17;3736:1;3732:25;3728:98;3721:5;3717:110;3708:119;;3666:171;;3486:357;;;:::o;4035:435::-;4088:3;4126:5;4120:12;4153:6;4148:3;4141:19;4179:4;4208:2;4203:3;4199:12;4192:19;;4245:2;4238:5;4234:14;4266:1;4276:169;4290:6;4287:1;4284:13;4276:169;;;4351:13;;4339:26;;4385:12;;;;4420:15;;;;4312:1;4305:9;4276:169;;;-1:-1:-1;4461:3:150;;4035:435;-1:-1:-1;;;;;4035:435:150:o;4475:548::-;4799:6;4788:9;4781:25;4842:3;4837:2;4826:9;4822:18;4815:31;4762:4;4863:57;4915:3;4904:9;4900:19;4892:6;4863:57;:::i;:::-;4968:4;4956:17;;;;4951:2;4936:18;;4929:45;-1:-1:-1;5005:2:150;4990:18;4983:34;4855:65;4475:548;-1:-1:-1;;4475:548:150:o;5028:184::-;5098:6;5151:2;5139:9;5130:7;5126:23;5122:32;5119:52;;;5167:1;5164;5157:12;5119:52;-1:-1:-1;5190:16:150;;5028:184;-1:-1:-1;5028:184:150:o;5217:481::-;5258:3;5296:5;5290:12;5323:6;5318:3;5311:19;5348:1;5358:162;5372:6;5369:1;5366:13;5358:162;;;5434:4;5490:13;;;5486:22;;5480:29;5462:11;;;5458:20;;5451:59;5387:12;5358:162;;;5362:3;5565:1;5558:4;5549:6;5544:3;5540:16;5536:27;5529:38;5687:4;-1:-1:-1;;5612:2:150;5604:6;5600:15;5596:88;5591:3;5587:98;5583:109;5576:116;;;5217:481;;;;:::o;5703:709::-;6073:6;6062:9;6055:25;6116:3;6111:2;6100:9;6096:18;6089:31;6036:4;6143:57;6195:3;6184:9;6180:19;6172:6;6143:57;:::i;:::-;6248:4;6240:6;6236:17;6231:2;6220:9;6216:18;6209:45;6302:9;6294:6;6290:22;6285:2;6274:9;6270:18;6263:50;6330:32;6355:6;6347;6330:32;:::i;:::-;6322:40;;;6399:6;6393:3;6382:9;6378:19;6371:35;5703:709;;;;;;;;:::o;6417:640::-;6668:6;6663:3;6656:19;6638:3;6694:2;6727;6722:3;6718:12;6759:6;6753:13;6824:2;6816:6;6812:15;6845:1;6855:175;6869:6;6866:1;6863:13;6855:175;;;6932:13;;6918:28;;6968:14;;;;7005:15;;;;6891:1;6884:9;6855:175;;;-1:-1:-1;7046:5:150;;6417:640;-1:-1:-1;;;;;;;6417:640:150:o;7062:184::-;-1:-1:-1;;;7111:1:150;7104:88;7211:4;7208:1;7201:15;7235:4;7232:1;7225:15;7251:125;7316:9;;;7337:10;;;7334:36;;;7350:18;;:::i;7381:195::-;7420:3;-1:-1:-1;;7444:5:150;7441:77;7438:103;;7521:18;;:::i;:::-;-1:-1:-1;7568:1:150;7557:13;;7381:195::o;7581:184::-;-1:-1:-1;;;7630:1:150;7623:88;7730:4;7727:1;7720:15;7754:4;7751:1;7744:15;7770:511;8021:2;8010:9;8003:21;7984:4;8047:56;8099:2;8088:9;8084:18;8076:6;8047:56;:::i;:::-;8151:14;8143:6;8139:27;8134:2;8123:9;8119:18;8112:55;8215:9;8207:6;8203:22;8198:2;8187:9;8183:18;8176:50;8243:32;8268:6;8260;8243:32;:::i;:::-;8235:40;7770:511;-1:-1:-1;;;;;;7770:511:150:o;8286:616::-;8597:6;8586:9;8579:25;8640:3;8635:2;8624:9;8620:18;8613:31;8560:4;8667:57;8719:3;8708:9;8704:19;8696:6;8667:57;:::i;:::-;8772:14;8764:6;8760:27;8755:2;8744:9;8740:18;8733:55;8836:9;8828:6;8824:22;8819:2;8808:9;8804:18;8797:50;8864:32;8889:6;8881;8864:32;:::i;:::-;8856:40;8286:616;-1:-1:-1;;;;;;;8286:616:150:o;8907:359::-;9110:2;9099:9;9092:21;9073:4;9130:44;9170:2;9159:9;9155:18;9147:6;9130:44;:::i;:::-;9205:2;9190:18;;9183:34;;;;-1:-1:-1;9248:2:150;9233:18;9226:34;9122:52;8907:359;-1:-1:-1;8907:359:150:o;9271:128::-;9338:9;;;9359:11;;;9356:37;;;9373:18;;:::i",
169
169
  "linkReferences": {}
170
170
  },
171
171
  "methodIdentifiers": {
@@ -780,28 +780,28 @@
780
780
  },
781
781
  "ast": {
782
782
  "absolutePath": "src/modules/std-delegations/TimeboundDelegationControl.sol",
783
- "id": 53575,
783
+ "id": 62717,
784
784
  "exportedSymbols": {
785
785
  "DelegationControl": [
786
- 39070
786
+ 41684
787
787
  ],
788
788
  "ResourceId": [
789
- 26605
789
+ 29121
790
790
  ],
791
791
  "TimeboundDelegationControl": [
792
- 53574
792
+ 62716
793
793
  ],
794
794
  "TimeboundDelegations": [
795
- 56710
795
+ 65852
796
796
  ]
797
797
  },
798
798
  "nodeType": "SourceUnit",
799
- "src": "32:1240:129",
799
+ "src": "32:1240:139",
800
800
  "nodes": [
801
801
  {
802
- "id": 53519,
802
+ "id": 62661,
803
803
  "nodeType": "PragmaDirective",
804
- "src": "32:25:129",
804
+ "src": "32:25:139",
805
805
  "nodes": [],
806
806
  "literals": [
807
807
  "solidity",
@@ -811,24 +811,24 @@
811
811
  ]
812
812
  },
813
813
  {
814
- "id": 53521,
814
+ "id": 62663,
815
815
  "nodeType": "ImportDirective",
816
- "src": "59:80:129",
816
+ "src": "59:80:139",
817
817
  "nodes": [],
818
818
  "absolutePath": "node_modules/@latticexyz/world/src/DelegationControl.sol",
819
819
  "file": "@latticexyz/world/src/DelegationControl.sol",
820
820
  "nameLocation": "-1:-1:-1",
821
- "scope": 53575,
822
- "sourceUnit": 39071,
821
+ "scope": 62717,
822
+ "sourceUnit": 41685,
823
823
  "symbolAliases": [
824
824
  {
825
825
  "foreign": {
826
- "id": 53520,
826
+ "id": 62662,
827
827
  "name": "DelegationControl",
828
828
  "nodeType": "Identifier",
829
829
  "overloadedDeclarations": [],
830
- "referencedDeclaration": 39070,
831
- "src": "68:17:129",
830
+ "referencedDeclaration": 41684,
831
+ "src": "68:17:139",
832
832
  "typeDescriptions": {}
833
833
  },
834
834
  "nameLocation": "-1:-1:-1"
@@ -837,24 +837,24 @@
837
837
  "unitAlias": ""
838
838
  },
839
839
  {
840
- "id": 53523,
840
+ "id": 62665,
841
841
  "nodeType": "ImportDirective",
842
- "src": "140:71:129",
842
+ "src": "140:71:139",
843
843
  "nodes": [],
844
844
  "absolutePath": "node_modules/@latticexyz/world/src/WorldResourceId.sol",
845
845
  "file": "@latticexyz/world/src/WorldResourceId.sol",
846
846
  "nameLocation": "-1:-1:-1",
847
- "scope": 53575,
848
- "sourceUnit": 39740,
847
+ "scope": 62717,
848
+ "sourceUnit": 42493,
849
849
  "symbolAliases": [
850
850
  {
851
851
  "foreign": {
852
- "id": 53522,
852
+ "id": 62664,
853
853
  "name": "ResourceId",
854
854
  "nodeType": "Identifier",
855
855
  "overloadedDeclarations": [],
856
- "referencedDeclaration": 26605,
857
- "src": "149:10:129",
856
+ "referencedDeclaration": 29121,
857
+ "src": "149:10:139",
858
858
  "typeDescriptions": {}
859
859
  },
860
860
  "nameLocation": "-1:-1:-1"
@@ -863,24 +863,24 @@
863
863
  "unitAlias": ""
864
864
  },
865
865
  {
866
- "id": 53525,
866
+ "id": 62667,
867
867
  "nodeType": "ImportDirective",
868
- "src": "212:73:129",
868
+ "src": "212:73:139",
869
869
  "nodes": [],
870
870
  "absolutePath": "src/modules/std-delegations/tables/TimeboundDelegations.sol",
871
871
  "file": "./tables/TimeboundDelegations.sol",
872
872
  "nameLocation": "-1:-1:-1",
873
- "scope": 53575,
874
- "sourceUnit": 56711,
873
+ "scope": 62717,
874
+ "sourceUnit": 65853,
875
875
  "symbolAliases": [
876
876
  {
877
877
  "foreign": {
878
- "id": 53524,
878
+ "id": 62666,
879
879
  "name": "TimeboundDelegations",
880
880
  "nodeType": "Identifier",
881
881
  "overloadedDeclarations": [],
882
- "referencedDeclaration": 56710,
883
- "src": "221:20:129",
882
+ "referencedDeclaration": 65852,
883
+ "src": "221:20:139",
884
884
  "typeDescriptions": {}
885
885
  },
886
886
  "nameLocation": "-1:-1:-1"
@@ -889,35 +889,35 @@
889
889
  "unitAlias": ""
890
890
  },
891
891
  {
892
- "id": 53574,
892
+ "id": 62716,
893
893
  "nodeType": "ContractDefinition",
894
- "src": "287:984:129",
894
+ "src": "287:984:139",
895
895
  "nodes": [
896
896
  {
897
- "id": 53555,
897
+ "id": 62697,
898
898
  "nodeType": "FunctionDefinition",
899
- "src": "577:392:129",
899
+ "src": "577:392:139",
900
900
  "nodes": [],
901
901
  "body": {
902
- "id": 53554,
902
+ "id": 62696,
903
903
  "nodeType": "Block",
904
- "src": "665:304:129",
904
+ "src": "665:304:139",
905
905
  "nodes": [],
906
906
  "statements": [
907
907
  {
908
908
  "assignments": [
909
- 53541
909
+ 62683
910
910
  ],
911
911
  "declarations": [
912
912
  {
913
913
  "constant": false,
914
- "id": 53541,
914
+ "id": 62683,
915
915
  "mutability": "mutable",
916
916
  "name": "maxTimestamp",
917
- "nameLocation": "738:12:129",
917
+ "nameLocation": "738:12:139",
918
918
  "nodeType": "VariableDeclaration",
919
- "scope": 53554,
920
- "src": "730:20:129",
919
+ "scope": 62696,
920
+ "src": "730:20:139",
921
921
  "stateVariable": false,
922
922
  "storageLocation": "default",
923
923
  "typeDescriptions": {
@@ -925,10 +925,10 @@
925
925
  "typeString": "uint256"
926
926
  },
927
927
  "typeName": {
928
- "id": 53540,
928
+ "id": 62682,
929
929
  "name": "uint256",
930
930
  "nodeType": "ElementaryTypeName",
931
- "src": "730:7:129",
931
+ "src": "730:7:139",
932
932
  "typeDescriptions": {
933
933
  "typeIdentifier": "t_uint256",
934
934
  "typeString": "uint256"
@@ -937,16 +937,16 @@
937
937
  "visibility": "internal"
938
938
  }
939
939
  ],
940
- "id": 53548,
940
+ "id": 62690,
941
941
  "initialValue": {
942
942
  "arguments": [
943
943
  {
944
- "id": 53544,
944
+ "id": 62686,
945
945
  "name": "delegator",
946
946
  "nodeType": "Identifier",
947
947
  "overloadedDeclarations": [],
948
- "referencedDeclaration": 53530,
949
- "src": "791:9:129",
948
+ "referencedDeclaration": 62672,
949
+ "src": "791:9:139",
950
950
  "typeDescriptions": {
951
951
  "typeIdentifier": "t_address",
952
952
  "typeString": "address"
@@ -956,18 +956,18 @@
956
956
  "arguments": [],
957
957
  "expression": {
958
958
  "argumentTypes": [],
959
- "id": 53545,
959
+ "id": 62687,
960
960
  "name": "_msgSender",
961
961
  "nodeType": "Identifier",
962
962
  "overloadedDeclarations": [],
963
- "referencedDeclaration": 39221,
964
- "src": "813:10:129",
963
+ "referencedDeclaration": 41974,
964
+ "src": "813:10:139",
965
965
  "typeDescriptions": {
966
966
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
967
967
  "typeString": "function () view returns (address)"
968
968
  }
969
969
  },
970
- "id": 53546,
970
+ "id": 62688,
971
971
  "isConstant": false,
972
972
  "isLValue": false,
973
973
  "isPure": false,
@@ -976,7 +976,7 @@
976
976
  "nameLocations": [],
977
977
  "names": [],
978
978
  "nodeType": "FunctionCall",
979
- "src": "813:12:129",
979
+ "src": "813:12:139",
980
980
  "tryCall": false,
981
981
  "typeDescriptions": {
982
982
  "typeIdentifier": "t_address",
@@ -996,48 +996,48 @@
996
996
  }
997
997
  ],
998
998
  "expression": {
999
- "id": 53542,
999
+ "id": 62684,
1000
1000
  "name": "TimeboundDelegations",
1001
1001
  "nodeType": "Identifier",
1002
1002
  "overloadedDeclarations": [],
1003
- "referencedDeclaration": 56710,
1004
- "src": "753:20:129",
1003
+ "referencedDeclaration": 65852,
1004
+ "src": "753:20:139",
1005
1005
  "typeDescriptions": {
1006
- "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$56710_$",
1006
+ "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$65852_$",
1007
1007
  "typeString": "type(library TimeboundDelegations)"
1008
1008
  }
1009
1009
  },
1010
- "id": 53543,
1010
+ "id": 62685,
1011
1011
  "isConstant": false,
1012
1012
  "isLValue": false,
1013
1013
  "isPure": false,
1014
1014
  "lValueRequested": false,
1015
- "memberLocation": "774:3:129",
1015
+ "memberLocation": "774:3:139",
1016
1016
  "memberName": "get",
1017
1017
  "nodeType": "MemberAccess",
1018
- "referencedDeclaration": 55886,
1019
- "src": "753:24:129",
1018
+ "referencedDeclaration": 65028,
1019
+ "src": "753:24:139",
1020
1020
  "typeDescriptions": {
1021
1021
  "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$returns$_t_uint256_$",
1022
1022
  "typeString": "function (address,address) view returns (uint256)"
1023
1023
  }
1024
1024
  },
1025
- "id": 53547,
1025
+ "id": 62689,
1026
1026
  "isConstant": false,
1027
1027
  "isLValue": false,
1028
1028
  "isPure": false,
1029
1029
  "kind": "functionCall",
1030
1030
  "lValueRequested": false,
1031
1031
  "nameLocations": [
1032
- "780:9:129",
1033
- "802:9:129"
1032
+ "780:9:139",
1033
+ "802:9:139"
1034
1034
  ],
1035
1035
  "names": [
1036
1036
  "delegator",
1037
1037
  "delegatee"
1038
1038
  ],
1039
1039
  "nodeType": "FunctionCall",
1040
- "src": "753:75:129",
1040
+ "src": "753:75:139",
1041
1041
  "tryCall": false,
1042
1042
  "typeDescriptions": {
1043
1043
  "typeIdentifier": "t_uint256",
@@ -1045,7 +1045,7 @@
1045
1045
  }
1046
1046
  },
1047
1047
  "nodeType": "VariableDeclarationStatement",
1048
- "src": "730:98:129"
1048
+ "src": "730:98:139"
1049
1049
  },
1050
1050
  {
1051
1051
  "expression": {
@@ -1053,33 +1053,33 @@
1053
1053
  "typeIdentifier": "t_uint256",
1054
1054
  "typeString": "uint256"
1055
1055
  },
1056
- "id": 53552,
1056
+ "id": 62694,
1057
1057
  "isConstant": false,
1058
1058
  "isLValue": false,
1059
1059
  "isPure": false,
1060
1060
  "lValueRequested": false,
1061
1061
  "leftExpression": {
1062
1062
  "expression": {
1063
- "id": 53549,
1063
+ "id": 62691,
1064
1064
  "name": "block",
1065
1065
  "nodeType": "Identifier",
1066
1066
  "overloadedDeclarations": [],
1067
1067
  "referencedDeclaration": -4,
1068
- "src": "933:5:129",
1068
+ "src": "933:5:139",
1069
1069
  "typeDescriptions": {
1070
1070
  "typeIdentifier": "t_magic_block",
1071
1071
  "typeString": "block"
1072
1072
  }
1073
1073
  },
1074
- "id": 53550,
1074
+ "id": 62692,
1075
1075
  "isConstant": false,
1076
1076
  "isLValue": false,
1077
1077
  "isPure": false,
1078
1078
  "lValueRequested": false,
1079
- "memberLocation": "939:9:129",
1079
+ "memberLocation": "939:9:139",
1080
1080
  "memberName": "timestamp",
1081
1081
  "nodeType": "MemberAccess",
1082
- "src": "933:15:129",
1082
+ "src": "933:15:139",
1083
1083
  "typeDescriptions": {
1084
1084
  "typeIdentifier": "t_uint256",
1085
1085
  "typeString": "uint256"
@@ -1088,37 +1088,37 @@
1088
1088
  "nodeType": "BinaryOperation",
1089
1089
  "operator": "<=",
1090
1090
  "rightExpression": {
1091
- "id": 53551,
1091
+ "id": 62693,
1092
1092
  "name": "maxTimestamp",
1093
1093
  "nodeType": "Identifier",
1094
1094
  "overloadedDeclarations": [],
1095
- "referencedDeclaration": 53541,
1096
- "src": "952:12:129",
1095
+ "referencedDeclaration": 62683,
1096
+ "src": "952:12:139",
1097
1097
  "typeDescriptions": {
1098
1098
  "typeIdentifier": "t_uint256",
1099
1099
  "typeString": "uint256"
1100
1100
  }
1101
1101
  },
1102
- "src": "933:31:129",
1102
+ "src": "933:31:139",
1103
1103
  "typeDescriptions": {
1104
1104
  "typeIdentifier": "t_bool",
1105
1105
  "typeString": "bool"
1106
1106
  }
1107
1107
  },
1108
- "functionReturnParameters": 53539,
1109
- "id": 53553,
1108
+ "functionReturnParameters": 62681,
1109
+ "id": 62695,
1110
1110
  "nodeType": "Return",
1111
- "src": "926:38:129"
1111
+ "src": "926:38:139"
1112
1112
  }
1113
1113
  ]
1114
1114
  },
1115
1115
  "baseFunctions": [
1116
- 61481
1116
+ 75578
1117
1117
  ],
1118
1118
  "documentation": {
1119
- "id": 53528,
1119
+ "id": 62670,
1120
1120
  "nodeType": "StructuredDocumentation",
1121
- "src": "348:226:129",
1121
+ "src": "348:226:139",
1122
1122
  "text": " Verify a delegation by checking if the current block timestamp is not larger than the max valid timestamp for the delegation.\n Note: the delegation control check ignores the systemId and callData parameters."
1123
1123
  },
1124
1124
  "functionSelector": "1a86b550",
@@ -1126,20 +1126,20 @@
1126
1126
  "kind": "function",
1127
1127
  "modifiers": [],
1128
1128
  "name": "verify",
1129
- "nameLocation": "586:6:129",
1129
+ "nameLocation": "586:6:139",
1130
1130
  "parameters": {
1131
- "id": 53536,
1131
+ "id": 62678,
1132
1132
  "nodeType": "ParameterList",
1133
1133
  "parameters": [
1134
1134
  {
1135
1135
  "constant": false,
1136
- "id": 53530,
1136
+ "id": 62672,
1137
1137
  "mutability": "mutable",
1138
1138
  "name": "delegator",
1139
- "nameLocation": "601:9:129",
1139
+ "nameLocation": "601:9:139",
1140
1140
  "nodeType": "VariableDeclaration",
1141
- "scope": 53555,
1142
- "src": "593:17:129",
1141
+ "scope": 62697,
1142
+ "src": "593:17:139",
1143
1143
  "stateVariable": false,
1144
1144
  "storageLocation": "default",
1145
1145
  "typeDescriptions": {
@@ -1147,10 +1147,10 @@
1147
1147
  "typeString": "address"
1148
1148
  },
1149
1149
  "typeName": {
1150
- "id": 53529,
1150
+ "id": 62671,
1151
1151
  "name": "address",
1152
1152
  "nodeType": "ElementaryTypeName",
1153
- "src": "593:7:129",
1153
+ "src": "593:7:139",
1154
1154
  "stateMutability": "nonpayable",
1155
1155
  "typeDescriptions": {
1156
1156
  "typeIdentifier": "t_address",
@@ -1161,36 +1161,36 @@
1161
1161
  },
1162
1162
  {
1163
1163
  "constant": false,
1164
- "id": 53533,
1164
+ "id": 62675,
1165
1165
  "mutability": "mutable",
1166
1166
  "name": "",
1167
1167
  "nameLocation": "-1:-1:-1",
1168
1168
  "nodeType": "VariableDeclaration",
1169
- "scope": 53555,
1170
- "src": "612:10:129",
1169
+ "scope": 62697,
1170
+ "src": "612:10:139",
1171
1171
  "stateVariable": false,
1172
1172
  "storageLocation": "default",
1173
1173
  "typeDescriptions": {
1174
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1174
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1175
1175
  "typeString": "ResourceId"
1176
1176
  },
1177
1177
  "typeName": {
1178
- "id": 53532,
1178
+ "id": 62674,
1179
1179
  "nodeType": "UserDefinedTypeName",
1180
1180
  "pathNode": {
1181
- "id": 53531,
1181
+ "id": 62673,
1182
1182
  "name": "ResourceId",
1183
1183
  "nameLocations": [
1184
- "612:10:129"
1184
+ "612:10:139"
1185
1185
  ],
1186
1186
  "nodeType": "IdentifierPath",
1187
- "referencedDeclaration": 26605,
1188
- "src": "612:10:129"
1187
+ "referencedDeclaration": 29121,
1188
+ "src": "612:10:139"
1189
1189
  },
1190
- "referencedDeclaration": 26605,
1191
- "src": "612:10:129",
1190
+ "referencedDeclaration": 29121,
1191
+ "src": "612:10:139",
1192
1192
  "typeDescriptions": {
1193
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$26605",
1193
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$29121",
1194
1194
  "typeString": "ResourceId"
1195
1195
  }
1196
1196
  },
@@ -1198,13 +1198,13 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "constant": false,
1201
- "id": 53535,
1201
+ "id": 62677,
1202
1202
  "mutability": "mutable",
1203
1203
  "name": "",
1204
1204
  "nameLocation": "-1:-1:-1",
1205
1205
  "nodeType": "VariableDeclaration",
1206
- "scope": 53555,
1207
- "src": "624:12:129",
1206
+ "scope": 62697,
1207
+ "src": "624:12:139",
1208
1208
  "stateVariable": false,
1209
1209
  "storageLocation": "memory",
1210
1210
  "typeDescriptions": {
@@ -1212,10 +1212,10 @@
1212
1212
  "typeString": "bytes"
1213
1213
  },
1214
1214
  "typeName": {
1215
- "id": 53534,
1215
+ "id": 62676,
1216
1216
  "name": "bytes",
1217
1217
  "nodeType": "ElementaryTypeName",
1218
- "src": "624:5:129",
1218
+ "src": "624:5:139",
1219
1219
  "typeDescriptions": {
1220
1220
  "typeIdentifier": "t_bytes_storage_ptr",
1221
1221
  "typeString": "bytes"
@@ -1224,21 +1224,21 @@
1224
1224
  "visibility": "internal"
1225
1225
  }
1226
1226
  ],
1227
- "src": "592:45:129"
1227
+ "src": "592:45:139"
1228
1228
  },
1229
1229
  "returnParameters": {
1230
- "id": 53539,
1230
+ "id": 62681,
1231
1231
  "nodeType": "ParameterList",
1232
1232
  "parameters": [
1233
1233
  {
1234
1234
  "constant": false,
1235
- "id": 53538,
1235
+ "id": 62680,
1236
1236
  "mutability": "mutable",
1237
1237
  "name": "",
1238
1238
  "nameLocation": "-1:-1:-1",
1239
1239
  "nodeType": "VariableDeclaration",
1240
- "scope": 53555,
1241
- "src": "659:4:129",
1240
+ "scope": 62697,
1241
+ "src": "659:4:139",
1242
1242
  "stateVariable": false,
1243
1243
  "storageLocation": "default",
1244
1244
  "typeDescriptions": {
@@ -1246,10 +1246,10 @@
1246
1246
  "typeString": "bool"
1247
1247
  },
1248
1248
  "typeName": {
1249
- "id": 53537,
1249
+ "id": 62679,
1250
1250
  "name": "bool",
1251
1251
  "nodeType": "ElementaryTypeName",
1252
- "src": "659:4:129",
1252
+ "src": "659:4:139",
1253
1253
  "typeDescriptions": {
1254
1254
  "typeIdentifier": "t_bool",
1255
1255
  "typeString": "bool"
@@ -1258,22 +1258,22 @@
1258
1258
  "visibility": "internal"
1259
1259
  }
1260
1260
  ],
1261
- "src": "658:6:129"
1261
+ "src": "658:6:139"
1262
1262
  },
1263
- "scope": 53574,
1263
+ "scope": 62716,
1264
1264
  "stateMutability": "view",
1265
1265
  "virtual": false,
1266
1266
  "visibility": "public"
1267
1267
  },
1268
1268
  {
1269
- "id": 53573,
1269
+ "id": 62715,
1270
1270
  "nodeType": "FunctionDefinition",
1271
- "src": "1083:186:129",
1271
+ "src": "1083:186:139",
1272
1272
  "nodes": [],
1273
1273
  "body": {
1274
- "id": 53572,
1274
+ "id": 62714,
1275
1275
  "nodeType": "Block",
1276
- "src": "1155:114:129",
1276
+ "src": "1155:114:139",
1277
1277
  "nodes": [],
1278
1278
  "statements": [
1279
1279
  {
@@ -1283,18 +1283,18 @@
1283
1283
  "arguments": [],
1284
1284
  "expression": {
1285
1285
  "argumentTypes": [],
1286
- "id": 53566,
1286
+ "id": 62708,
1287
1287
  "name": "_msgSender",
1288
1288
  "nodeType": "Identifier",
1289
1289
  "overloadedDeclarations": [],
1290
- "referencedDeclaration": 39221,
1291
- "src": "1199:10:129",
1290
+ "referencedDeclaration": 41974,
1291
+ "src": "1199:10:139",
1292
1292
  "typeDescriptions": {
1293
1293
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1294
1294
  "typeString": "function () view returns (address)"
1295
1295
  }
1296
1296
  },
1297
- "id": 53567,
1297
+ "id": 62709,
1298
1298
  "isConstant": false,
1299
1299
  "isLValue": false,
1300
1300
  "isPure": false,
@@ -1303,7 +1303,7 @@
1303
1303
  "nameLocations": [],
1304
1304
  "names": [],
1305
1305
  "nodeType": "FunctionCall",
1306
- "src": "1199:12:129",
1306
+ "src": "1199:12:139",
1307
1307
  "tryCall": false,
1308
1308
  "typeDescriptions": {
1309
1309
  "typeIdentifier": "t_address",
@@ -1311,24 +1311,24 @@
1311
1311
  }
1312
1312
  },
1313
1313
  {
1314
- "id": 53568,
1314
+ "id": 62710,
1315
1315
  "name": "delegatee",
1316
1316
  "nodeType": "Identifier",
1317
1317
  "overloadedDeclarations": [],
1318
- "referencedDeclaration": 53558,
1319
- "src": "1224:9:129",
1318
+ "referencedDeclaration": 62700,
1319
+ "src": "1224:9:139",
1320
1320
  "typeDescriptions": {
1321
1321
  "typeIdentifier": "t_address",
1322
1322
  "typeString": "address"
1323
1323
  }
1324
1324
  },
1325
1325
  {
1326
- "id": 53569,
1326
+ "id": 62711,
1327
1327
  "name": "maxTimestamp",
1328
1328
  "nodeType": "Identifier",
1329
1329
  "overloadedDeclarations": [],
1330
- "referencedDeclaration": 53560,
1331
- "src": "1249:12:129",
1330
+ "referencedDeclaration": 62702,
1331
+ "src": "1249:12:139",
1332
1332
  "typeDescriptions": {
1333
1333
  "typeIdentifier": "t_uint256",
1334
1334
  "typeString": "uint256"
@@ -1351,42 +1351,42 @@
1351
1351
  }
1352
1352
  ],
1353
1353
  "expression": {
1354
- "id": 53563,
1354
+ "id": 62705,
1355
1355
  "name": "TimeboundDelegations",
1356
1356
  "nodeType": "Identifier",
1357
1357
  "overloadedDeclarations": [],
1358
- "referencedDeclaration": 56710,
1359
- "src": "1161:20:129",
1358
+ "referencedDeclaration": 65852,
1359
+ "src": "1161:20:139",
1360
1360
  "typeDescriptions": {
1361
- "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$56710_$",
1361
+ "typeIdentifier": "t_type$_t_contract$_TimeboundDelegations_$65852_$",
1362
1362
  "typeString": "type(library TimeboundDelegations)"
1363
1363
  }
1364
1364
  },
1365
- "id": 53565,
1365
+ "id": 62707,
1366
1366
  "isConstant": false,
1367
1367
  "isLValue": false,
1368
1368
  "isPure": false,
1369
1369
  "lValueRequested": false,
1370
- "memberLocation": "1182:3:129",
1370
+ "memberLocation": "1182:3:139",
1371
1371
  "memberName": "set",
1372
1372
  "nodeType": "MemberAccess",
1373
- "referencedDeclaration": 56298,
1374
- "src": "1161:24:129",
1373
+ "referencedDeclaration": 65440,
1374
+ "src": "1161:24:139",
1375
1375
  "typeDescriptions": {
1376
1376
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
1377
1377
  "typeString": "function (address,address,uint256)"
1378
1378
  }
1379
1379
  },
1380
- "id": 53570,
1380
+ "id": 62712,
1381
1381
  "isConstant": false,
1382
1382
  "isLValue": false,
1383
1383
  "isPure": false,
1384
1384
  "kind": "functionCall",
1385
1385
  "lValueRequested": false,
1386
1386
  "nameLocations": [
1387
- "1188:9:129",
1388
- "1213:9:129",
1389
- "1235:12:129"
1387
+ "1188:9:139",
1388
+ "1213:9:139",
1389
+ "1235:12:139"
1390
1390
  ],
1391
1391
  "names": [
1392
1392
  "delegator",
@@ -1394,23 +1394,23 @@
1394
1394
  "maxTimestamp"
1395
1395
  ],
1396
1396
  "nodeType": "FunctionCall",
1397
- "src": "1161:103:129",
1397
+ "src": "1161:103:139",
1398
1398
  "tryCall": false,
1399
1399
  "typeDescriptions": {
1400
1400
  "typeIdentifier": "t_tuple$__$",
1401
1401
  "typeString": "tuple()"
1402
1402
  }
1403
1403
  },
1404
- "id": 53571,
1404
+ "id": 62713,
1405
1405
  "nodeType": "ExpressionStatement",
1406
- "src": "1161:103:129"
1406
+ "src": "1161:103:139"
1407
1407
  }
1408
1408
  ]
1409
1409
  },
1410
1410
  "documentation": {
1411
- "id": 53556,
1411
+ "id": 62698,
1412
1412
  "nodeType": "StructuredDocumentation",
1413
- "src": "973:107:129",
1413
+ "src": "973:107:139",
1414
1414
  "text": " Initialize a delegation by setting the max valid timestamp in the TimeboundDelegations table"
1415
1415
  },
1416
1416
  "functionSelector": "d043756a",
@@ -1418,20 +1418,20 @@
1418
1418
  "kind": "function",
1419
1419
  "modifiers": [],
1420
1420
  "name": "initDelegation",
1421
- "nameLocation": "1092:14:129",
1421
+ "nameLocation": "1092:14:139",
1422
1422
  "parameters": {
1423
- "id": 53561,
1423
+ "id": 62703,
1424
1424
  "nodeType": "ParameterList",
1425
1425
  "parameters": [
1426
1426
  {
1427
1427
  "constant": false,
1428
- "id": 53558,
1428
+ "id": 62700,
1429
1429
  "mutability": "mutable",
1430
1430
  "name": "delegatee",
1431
- "nameLocation": "1115:9:129",
1431
+ "nameLocation": "1115:9:139",
1432
1432
  "nodeType": "VariableDeclaration",
1433
- "scope": 53573,
1434
- "src": "1107:17:129",
1433
+ "scope": 62715,
1434
+ "src": "1107:17:139",
1435
1435
  "stateVariable": false,
1436
1436
  "storageLocation": "default",
1437
1437
  "typeDescriptions": {
@@ -1439,10 +1439,10 @@
1439
1439
  "typeString": "address"
1440
1440
  },
1441
1441
  "typeName": {
1442
- "id": 53557,
1442
+ "id": 62699,
1443
1443
  "name": "address",
1444
1444
  "nodeType": "ElementaryTypeName",
1445
- "src": "1107:7:129",
1445
+ "src": "1107:7:139",
1446
1446
  "stateMutability": "nonpayable",
1447
1447
  "typeDescriptions": {
1448
1448
  "typeIdentifier": "t_address",
@@ -1453,13 +1453,13 @@
1453
1453
  },
1454
1454
  {
1455
1455
  "constant": false,
1456
- "id": 53560,
1456
+ "id": 62702,
1457
1457
  "mutability": "mutable",
1458
1458
  "name": "maxTimestamp",
1459
- "nameLocation": "1134:12:129",
1459
+ "nameLocation": "1134:12:139",
1460
1460
  "nodeType": "VariableDeclaration",
1461
- "scope": 53573,
1462
- "src": "1126:20:129",
1461
+ "scope": 62715,
1462
+ "src": "1126:20:139",
1463
1463
  "stateVariable": false,
1464
1464
  "storageLocation": "default",
1465
1465
  "typeDescriptions": {
@@ -1467,10 +1467,10 @@
1467
1467
  "typeString": "uint256"
1468
1468
  },
1469
1469
  "typeName": {
1470
- "id": 53559,
1470
+ "id": 62701,
1471
1471
  "name": "uint256",
1472
1472
  "nodeType": "ElementaryTypeName",
1473
- "src": "1126:7:129",
1473
+ "src": "1126:7:139",
1474
1474
  "typeDescriptions": {
1475
1475
  "typeIdentifier": "t_uint256",
1476
1476
  "typeString": "uint256"
@@ -1479,15 +1479,15 @@
1479
1479
  "visibility": "internal"
1480
1480
  }
1481
1481
  ],
1482
- "src": "1106:41:129"
1482
+ "src": "1106:41:139"
1483
1483
  },
1484
1484
  "returnParameters": {
1485
- "id": 53562,
1485
+ "id": 62704,
1486
1486
  "nodeType": "ParameterList",
1487
1487
  "parameters": [],
1488
- "src": "1155:0:129"
1488
+ "src": "1155:0:139"
1489
1489
  },
1490
- "scope": 53574,
1490
+ "scope": 62716,
1491
1491
  "stateMutability": "nonpayable",
1492
1492
  "virtual": false,
1493
1493
  "visibility": "public"
@@ -1497,18 +1497,18 @@
1497
1497
  "baseContracts": [
1498
1498
  {
1499
1499
  "baseName": {
1500
- "id": 53526,
1500
+ "id": 62668,
1501
1501
  "name": "DelegationControl",
1502
1502
  "nameLocations": [
1503
- "326:17:129"
1503
+ "326:17:139"
1504
1504
  ],
1505
1505
  "nodeType": "IdentifierPath",
1506
- "referencedDeclaration": 39070,
1507
- "src": "326:17:129"
1506
+ "referencedDeclaration": 41684,
1507
+ "src": "326:17:139"
1508
1508
  },
1509
- "id": 53527,
1509
+ "id": 62669,
1510
1510
  "nodeType": "InheritanceSpecifier",
1511
- "src": "326:17:129"
1511
+ "src": "326:17:139"
1512
1512
  }
1513
1513
  ],
1514
1514
  "canonicalName": "TimeboundDelegationControl",
@@ -1516,25 +1516,25 @@
1516
1516
  "contractKind": "contract",
1517
1517
  "fullyImplemented": true,
1518
1518
  "linearizedBaseContracts": [
1519
- 53574,
1520
- 39070,
1521
- 61482,
1522
- 39261,
1523
- 61543,
1524
- 61500
1519
+ 62716,
1520
+ 41684,
1521
+ 75579,
1522
+ 42014,
1523
+ 75640,
1524
+ 75597
1525
1525
  ],
1526
1526
  "name": "TimeboundDelegationControl",
1527
- "nameLocation": "296:26:129",
1528
- "scope": 53575,
1527
+ "nameLocation": "296:26:139",
1528
+ "scope": 62717,
1529
1529
  "usedErrors": [
1530
- 27181
1530
+ 29697
1531
1531
  ],
1532
1532
  "usedEvents": [
1533
- 27493
1533
+ 30009
1534
1534
  ]
1535
1535
  }
1536
1536
  ],
1537
1537
  "license": "MIT"
1538
1538
  },
1539
- "id": 129
1539
+ "id": 139
1540
1540
  }