@etherisc/gif-next 0.0.2-f626d92-602 → 0.0.2-f62dcdf-553
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.
- package/README.md +51 -5
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/Distribution.sol/Distribution.json +272 -553
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +252 -292
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +207 -336
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +313 -2006
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +178 -109
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +403 -2855
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1078 -309
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +240 -424
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +140 -159
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -54
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/IProductComponent.sol/IProductComponent.json → oracle/IOracleComponent.sol/IOracleComponent.json} +231 -273
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +281 -231
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +337 -414
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → pool/IBundleService.sol/IBundleService.json} +420 -304
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components/IPoolComponent.sol/IPoolComponent.json → pool/Pool.sol/Pool.json} +411 -377
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +423 -417
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +91 -167
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IPricingService.sol/IPricingService.json} +201 -229
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +41 -62
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +59 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +435 -29
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -110
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -18
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +865 -68
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +333 -245
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +138 -95
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/Component.sol/Component.json} +314 -196
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IClaimService.sol/IClaimService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +124 -125
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +142 -115
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +46 -6
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json} +239 -252
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +58 -112
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +382 -9
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- package/contracts/authorization/AccessAdmin.sol +596 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/{components → distribution}/Distribution.sol +170 -165
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/{instance/service → distribution}/IDistributionService.sol +40 -38
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +73 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +415 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/{BundleManager.sol → BundleSet.sol} +30 -31
- package/contracts/instance/IInstance.sol +41 -73
- package/contracts/instance/IInstanceService.sol +37 -37
- package/contracts/instance/Instance.sol +153 -248
- package/contracts/instance/InstanceAdmin.sol +277 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +264 -60
- package/contracts/instance/InstanceService.sol +259 -343
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +18 -21
- package/contracts/instance/module/IAccess.sol +4 -12
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +26 -16
- package/contracts/instance/module/IDistribution.sol +6 -6
- package/contracts/instance/module/IPolicy.sol +47 -35
- package/contracts/instance/module/IRisk.sol +1 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +291 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +154 -0
- package/contracts/pool/BasicPoolAuthorization.sol +57 -0
- package/contracts/pool/BundleService.sol +493 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +143 -0
- package/contracts/pool/IPoolComponent.sol +68 -0
- package/contracts/pool/IPoolService.sol +167 -0
- package/contracts/pool/Pool.sol +335 -0
- package/contracts/pool/PoolService.sol +544 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +612 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +16 -35
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +691 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +455 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +75 -38
- package/contracts/registry/IRegistry.sol +96 -26
- package/contracts/registry/IRegistryService.sol +34 -40
- package/contracts/registry/ITransferInterceptor.sol +1 -2
- package/contracts/registry/Registry.sol +445 -195
- package/contracts/registry/RegistryAdmin.sol +448 -0
- package/contracts/registry/RegistryService.sol +87 -128
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +501 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +265 -0
- package/contracts/shared/ComponentService.sol +745 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +126 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +74 -0
- package/contracts/shared/IComponentService.sol +120 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +4 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +12 -3
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
- package/contracts/shared/InstanceLinkedComponent.sol +213 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +32 -25
- package/contracts/shared/PolicyHolder.sol +22 -41
- package/contracts/shared/Registerable.sol +32 -21
- package/contracts/shared/RegistryLinked.sol +3 -7
- package/contracts/shared/Service.sol +48 -36
- package/contracts/shared/TokenHandler.sol +115 -9
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +497 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +407 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +26 -3
- package/contracts/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +24 -22
- package/contracts/{types → type}/NftId.sol +15 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +2 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +16 -2
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +47 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +21 -2
- package/contracts/{types → type}/UFixed.sol +38 -9
- package/contracts/{types → type}/Version.sol +4 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
- package/package.json +9 -5
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -778
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -256
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1039
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -673
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1231
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -721
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -817
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -641
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -805
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1092
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -697
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1237
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -840
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -653
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -559
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -596
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -161
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -142
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -267
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/Component.sol +0 -253
- package/contracts/components/IComponent.sol +0 -76
- package/contracts/components/IDistributionComponent.sol +0 -71
- package/contracts/components/IPoolComponent.sol +0 -113
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/components/Pool.sol +0 -303
- package/contracts/components/Product.sol +0 -293
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/Cloneable.sol +0 -51
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/base/ComponentService.sol +0 -121
- package/contracts/instance/base/KeyValueStore.sol +0 -180
- package/contracts/instance/base/Lifecycle.sol +0 -109
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -350
- package/contracts/instance/service/BundleService.sol +0 -431
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -435
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -93
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IPolicyService.sol +0 -72
- package/contracts/instance/service/IPoolService.sol +0 -99
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -362
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -303
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -324
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/Amount.sol +0 -60
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -157
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RoleId.sol +0 -97
- package/contracts/types/Seconds.sol +0 -54
- /package/contracts/{types → type}/DistributorType.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
| @@ -0,0 +1,1768 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "ComponentService",
         | 
| 4 | 
            +
              "sourceName": "contracts/shared/ComponentService.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [
         | 
| 8 | 
            +
                    {
         | 
| 9 | 
            +
                      "internalType": "address",
         | 
| 10 | 
            +
                      "name": "authority",
         | 
| 11 | 
            +
                      "type": "address"
         | 
| 12 | 
            +
                    }
         | 
| 13 | 
            +
                  ],
         | 
| 14 | 
            +
                  "name": "AccessManagedInvalidAuthority",
         | 
| 15 | 
            +
                  "type": "error"
         | 
| 16 | 
            +
                },
         | 
| 17 | 
            +
                {
         | 
| 18 | 
            +
                  "inputs": [
         | 
| 19 | 
            +
                    {
         | 
| 20 | 
            +
                      "internalType": "address",
         | 
| 21 | 
            +
                      "name": "caller",
         | 
| 22 | 
            +
                      "type": "address"
         | 
| 23 | 
            +
                    },
         | 
| 24 | 
            +
                    {
         | 
| 25 | 
            +
                      "internalType": "uint32",
         | 
| 26 | 
            +
                      "name": "delay",
         | 
| 27 | 
            +
                      "type": "uint32"
         | 
| 28 | 
            +
                    }
         | 
| 29 | 
            +
                  ],
         | 
| 30 | 
            +
                  "name": "AccessManagedRequiredDelay",
         | 
| 31 | 
            +
                  "type": "error"
         | 
| 32 | 
            +
                },
         | 
| 33 | 
            +
                {
         | 
| 34 | 
            +
                  "inputs": [
         | 
| 35 | 
            +
                    {
         | 
| 36 | 
            +
                      "internalType": "address",
         | 
| 37 | 
            +
                      "name": "caller",
         | 
| 38 | 
            +
                      "type": "address"
         | 
| 39 | 
            +
                    }
         | 
| 40 | 
            +
                  ],
         | 
| 41 | 
            +
                  "name": "AccessManagedUnauthorized",
         | 
| 42 | 
            +
                  "type": "error"
         | 
| 43 | 
            +
                },
         | 
| 44 | 
            +
                {
         | 
| 45 | 
            +
                  "inputs": [
         | 
| 46 | 
            +
                    {
         | 
| 47 | 
            +
                      "internalType": "address",
         | 
| 48 | 
            +
                      "name": "component",
         | 
| 49 | 
            +
                      "type": "address"
         | 
| 50 | 
            +
                    }
         | 
| 51 | 
            +
                  ],
         | 
| 52 | 
            +
                  "name": "ErrorComponentServiceAlreadyRegistered",
         | 
| 53 | 
            +
                  "type": "error"
         | 
| 54 | 
            +
                },
         | 
| 55 | 
            +
                {
         | 
| 56 | 
            +
                  "inputs": [
         | 
| 57 | 
            +
                    {
         | 
| 58 | 
            +
                      "internalType": "address",
         | 
| 59 | 
            +
                      "name": "component",
         | 
| 60 | 
            +
                      "type": "address"
         | 
| 61 | 
            +
                    },
         | 
| 62 | 
            +
                    {
         | 
| 63 | 
            +
                      "internalType": "ObjectType",
         | 
| 64 | 
            +
                      "name": "requiredType",
         | 
| 65 | 
            +
                      "type": "uint8"
         | 
| 66 | 
            +
                    },
         | 
| 67 | 
            +
                    {
         | 
| 68 | 
            +
                      "internalType": "ObjectType",
         | 
| 69 | 
            +
                      "name": "componentType",
         | 
| 70 | 
            +
                      "type": "uint8"
         | 
| 71 | 
            +
                    }
         | 
| 72 | 
            +
                  ],
         | 
| 73 | 
            +
                  "name": "ErrorComponentServiceInvalidType",
         | 
| 74 | 
            +
                  "type": "error"
         | 
| 75 | 
            +
                },
         | 
| 76 | 
            +
                {
         | 
| 77 | 
            +
                  "inputs": [],
         | 
| 78 | 
            +
                  "name": "ErrorComponentServiceNewWalletAddressZero",
         | 
| 79 | 
            +
                  "type": "error"
         | 
| 80 | 
            +
                },
         | 
| 81 | 
            +
                {
         | 
| 82 | 
            +
                  "inputs": [
         | 
| 83 | 
            +
                    {
         | 
| 84 | 
            +
                      "internalType": "address",
         | 
| 85 | 
            +
                      "name": "component",
         | 
| 86 | 
            +
                      "type": "address"
         | 
| 87 | 
            +
                    }
         | 
| 88 | 
            +
                  ],
         | 
| 89 | 
            +
                  "name": "ErrorComponentServiceNotComponent",
         | 
| 90 | 
            +
                  "type": "error"
         | 
| 91 | 
            +
                },
         | 
| 92 | 
            +
                {
         | 
| 93 | 
            +
                  "inputs": [
         | 
| 94 | 
            +
                    {
         | 
| 95 | 
            +
                      "internalType": "address",
         | 
| 96 | 
            +
                      "name": "component",
         | 
| 97 | 
            +
                      "type": "address"
         | 
| 98 | 
            +
                    }
         | 
| 99 | 
            +
                  ],
         | 
| 100 | 
            +
                  "name": "ErrorComponentServiceNotInstanceLinkedComponent",
         | 
| 101 | 
            +
                  "type": "error"
         | 
| 102 | 
            +
                },
         | 
| 103 | 
            +
                {
         | 
| 104 | 
            +
                  "inputs": [
         | 
| 105 | 
            +
                    {
         | 
| 106 | 
            +
                      "internalType": "NftId",
         | 
| 107 | 
            +
                      "name": "nftId",
         | 
| 108 | 
            +
                      "type": "uint96"
         | 
| 109 | 
            +
                    },
         | 
| 110 | 
            +
                    {
         | 
| 111 | 
            +
                      "internalType": "ObjectType",
         | 
| 112 | 
            +
                      "name": "objectType",
         | 
| 113 | 
            +
                      "type": "uint8"
         | 
| 114 | 
            +
                    }
         | 
| 115 | 
            +
                  ],
         | 
| 116 | 
            +
                  "name": "ErrorComponentServiceParentNotInstance",
         | 
| 117 | 
            +
                  "type": "error"
         | 
| 118 | 
            +
                },
         | 
| 119 | 
            +
                {
         | 
| 120 | 
            +
                  "inputs": [
         | 
| 121 | 
            +
                    {
         | 
| 122 | 
            +
                      "internalType": "NftId",
         | 
| 123 | 
            +
                      "name": "nftId",
         | 
| 124 | 
            +
                      "type": "uint96"
         | 
| 125 | 
            +
                    },
         | 
| 126 | 
            +
                    {
         | 
| 127 | 
            +
                      "internalType": "ObjectType",
         | 
| 128 | 
            +
                      "name": "objectType",
         | 
| 129 | 
            +
                      "type": "uint8"
         | 
| 130 | 
            +
                    }
         | 
| 131 | 
            +
                  ],
         | 
| 132 | 
            +
                  "name": "ErrorComponentServiceParentNotProduct",
         | 
| 133 | 
            +
                  "type": "error"
         | 
| 134 | 
            +
                },
         | 
| 135 | 
            +
                {
         | 
| 136 | 
            +
                  "inputs": [
         | 
| 137 | 
            +
                    {
         | 
| 138 | 
            +
                      "internalType": "address",
         | 
| 139 | 
            +
                      "name": "component",
         | 
| 140 | 
            +
                      "type": "address"
         | 
| 141 | 
            +
                    },
         | 
| 142 | 
            +
                    {
         | 
| 143 | 
            +
                      "internalType": "VersionPart",
         | 
| 144 | 
            +
                      "name": "componentRelease",
         | 
| 145 | 
            +
                      "type": "uint8"
         | 
| 146 | 
            +
                    },
         | 
| 147 | 
            +
                    {
         | 
| 148 | 
            +
                      "internalType": "VersionPart",
         | 
| 149 | 
            +
                      "name": "parentRelease",
         | 
| 150 | 
            +
                      "type": "uint8"
         | 
| 151 | 
            +
                    }
         | 
| 152 | 
            +
                  ],
         | 
| 153 | 
            +
                  "name": "ErrorComponentServiceReleaseMismatch",
         | 
| 154 | 
            +
                  "type": "error"
         | 
| 155 | 
            +
                },
         | 
| 156 | 
            +
                {
         | 
| 157 | 
            +
                  "inputs": [
         | 
| 158 | 
            +
                    {
         | 
| 159 | 
            +
                      "internalType": "NftId",
         | 
| 160 | 
            +
                      "name": "senderNftId",
         | 
| 161 | 
            +
                      "type": "uint96"
         | 
| 162 | 
            +
                    },
         | 
| 163 | 
            +
                    {
         | 
| 164 | 
            +
                      "internalType": "NftId",
         | 
| 165 | 
            +
                      "name": "compnentParentNftId",
         | 
| 166 | 
            +
                      "type": "uint96"
         | 
| 167 | 
            +
                    }
         | 
| 168 | 
            +
                  ],
         | 
| 169 | 
            +
                  "name": "ErrorComponentServiceSenderNotComponentParent",
         | 
| 170 | 
            +
                  "type": "error"
         | 
| 171 | 
            +
                },
         | 
| 172 | 
            +
                {
         | 
| 173 | 
            +
                  "inputs": [
         | 
| 174 | 
            +
                    {
         | 
| 175 | 
            +
                      "internalType": "address",
         | 
| 176 | 
            +
                      "name": "sender",
         | 
| 177 | 
            +
                      "type": "address"
         | 
| 178 | 
            +
                    }
         | 
| 179 | 
            +
                  ],
         | 
| 180 | 
            +
                  "name": "ErrorComponentServiceSenderNotRegistered",
         | 
| 181 | 
            +
                  "type": "error"
         | 
| 182 | 
            +
                },
         | 
| 183 | 
            +
                {
         | 
| 184 | 
            +
                  "inputs": [
         | 
| 185 | 
            +
                    {
         | 
| 186 | 
            +
                      "internalType": "address",
         | 
| 187 | 
            +
                      "name": "component",
         | 
| 188 | 
            +
                      "type": "address"
         | 
| 189 | 
            +
                    },
         | 
| 190 | 
            +
                    {
         | 
| 191 | 
            +
                      "internalType": "ObjectType",
         | 
| 192 | 
            +
                      "name": "invalidType",
         | 
| 193 | 
            +
                      "type": "uint8"
         | 
| 194 | 
            +
                    }
         | 
| 195 | 
            +
                  ],
         | 
| 196 | 
            +
                  "name": "ErrorComponentServiceTypeNotSupported",
         | 
| 197 | 
            +
                  "type": "error"
         | 
| 198 | 
            +
                },
         | 
| 199 | 
            +
                {
         | 
| 200 | 
            +
                  "inputs": [],
         | 
| 201 | 
            +
                  "name": "ErrorComponentServiceWalletAddressIsSameAsCurrent",
         | 
| 202 | 
            +
                  "type": "error"
         | 
| 203 | 
            +
                },
         | 
| 204 | 
            +
                {
         | 
| 205 | 
            +
                  "inputs": [],
         | 
| 206 | 
            +
                  "name": "ErrorComponentServiceWalletAddressZero",
         | 
| 207 | 
            +
                  "type": "error"
         | 
| 208 | 
            +
                },
         | 
| 209 | 
            +
                {
         | 
| 210 | 
            +
                  "inputs": [
         | 
| 211 | 
            +
                    {
         | 
| 212 | 
            +
                      "internalType": "address",
         | 
| 213 | 
            +
                      "name": "wallet",
         | 
| 214 | 
            +
                      "type": "address"
         | 
| 215 | 
            +
                    },
         | 
| 216 | 
            +
                    {
         | 
| 217 | 
            +
                      "internalType": "address",
         | 
| 218 | 
            +
                      "name": "spender",
         | 
| 219 | 
            +
                      "type": "address"
         | 
| 220 | 
            +
                    },
         | 
| 221 | 
            +
                    {
         | 
| 222 | 
            +
                      "internalType": "uint256",
         | 
| 223 | 
            +
                      "name": "allowance",
         | 
| 224 | 
            +
                      "type": "uint256"
         | 
| 225 | 
            +
                    },
         | 
| 226 | 
            +
                    {
         | 
| 227 | 
            +
                      "internalType": "uint256",
         | 
| 228 | 
            +
                      "name": "amount",
         | 
| 229 | 
            +
                      "type": "uint256"
         | 
| 230 | 
            +
                    }
         | 
| 231 | 
            +
                  ],
         | 
| 232 | 
            +
                  "name": "ErrorComponentServiceWalletAllowanceTooSmall",
         | 
| 233 | 
            +
                  "type": "error"
         | 
| 234 | 
            +
                },
         | 
| 235 | 
            +
                {
         | 
| 236 | 
            +
                  "inputs": [
         | 
| 237 | 
            +
                    {
         | 
| 238 | 
            +
                      "internalType": "Amount",
         | 
| 239 | 
            +
                      "name": "withdrawnAmount",
         | 
| 240 | 
            +
                      "type": "uint96"
         | 
| 241 | 
            +
                    },
         | 
| 242 | 
            +
                    {
         | 
| 243 | 
            +
                      "internalType": "Amount",
         | 
| 244 | 
            +
                      "name": "withdrawLimit",
         | 
| 245 | 
            +
                      "type": "uint96"
         | 
| 246 | 
            +
                    }
         | 
| 247 | 
            +
                  ],
         | 
| 248 | 
            +
                  "name": "ErrorComponentServiceWithdrawAmountExceedsLimit",
         | 
| 249 | 
            +
                  "type": "error"
         | 
| 250 | 
            +
                },
         | 
| 251 | 
            +
                {
         | 
| 252 | 
            +
                  "inputs": [],
         | 
| 253 | 
            +
                  "name": "ErrorComponentServiceWithdrawAmountIsZero",
         | 
| 254 | 
            +
                  "type": "error"
         | 
| 255 | 
            +
                },
         | 
| 256 | 
            +
                {
         | 
| 257 | 
            +
                  "inputs": [
         | 
| 258 | 
            +
                    {
         | 
| 259 | 
            +
                      "internalType": "NftId",
         | 
| 260 | 
            +
                      "name": "componentNftId",
         | 
| 261 | 
            +
                      "type": "uint96"
         | 
| 262 | 
            +
                    }
         | 
| 263 | 
            +
                  ],
         | 
| 264 | 
            +
                  "name": "ErrorComponentVerifyingServiceComponentIsLocked",
         | 
| 265 | 
            +
                  "type": "error"
         | 
| 266 | 
            +
                },
         | 
| 267 | 
            +
                {
         | 
| 268 | 
            +
                  "inputs": [
         | 
| 269 | 
            +
                    {
         | 
| 270 | 
            +
                      "internalType": "NftId",
         | 
| 271 | 
            +
                      "name": "componentNftId",
         | 
| 272 | 
            +
                      "type": "uint96"
         | 
| 273 | 
            +
                    },
         | 
| 274 | 
            +
                    {
         | 
| 275 | 
            +
                      "internalType": "ObjectType",
         | 
| 276 | 
            +
                      "name": "expectedType",
         | 
| 277 | 
            +
                      "type": "uint8"
         | 
| 278 | 
            +
                    },
         | 
| 279 | 
            +
                    {
         | 
| 280 | 
            +
                      "internalType": "ObjectType",
         | 
| 281 | 
            +
                      "name": "actualType",
         | 
| 282 | 
            +
                      "type": "uint8"
         | 
| 283 | 
            +
                    }
         | 
| 284 | 
            +
                  ],
         | 
| 285 | 
            +
                  "name": "ErrorComponentVerifyingServiceComponentTypeInvalid",
         | 
| 286 | 
            +
                  "type": "error"
         | 
| 287 | 
            +
                },
         | 
| 288 | 
            +
                {
         | 
| 289 | 
            +
                  "inputs": [
         | 
| 290 | 
            +
                    {
         | 
| 291 | 
            +
                      "internalType": "NftId",
         | 
| 292 | 
            +
                      "name": "nftId",
         | 
| 293 | 
            +
                      "type": "uint96"
         | 
| 294 | 
            +
                    }
         | 
| 295 | 
            +
                  ],
         | 
| 296 | 
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         | 
| 297 | 
            +
                  "type": "error"
         | 
| 298 | 
            +
                },
         | 
| 299 | 
            +
                {
         | 
| 300 | 
            +
                  "inputs": [
         | 
| 301 | 
            +
                    {
         | 
| 302 | 
            +
                      "internalType": "address",
         | 
| 303 | 
            +
                      "name": "contractAddress",
         | 
| 304 | 
            +
                      "type": "address"
         | 
| 305 | 
            +
                    }
         | 
| 306 | 
            +
                  ],
         | 
| 307 | 
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         | 
| 308 | 
            +
                  "type": "error"
         | 
| 309 | 
            +
                },
         | 
| 310 | 
            +
                {
         | 
| 311 | 
            +
                  "inputs": [],
         | 
| 312 | 
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         | 
| 313 | 
            +
                  "type": "error"
         | 
| 314 | 
            +
                },
         | 
| 315 | 
            +
                {
         | 
| 316 | 
            +
                  "inputs": [
         | 
| 317 | 
            +
                    {
         | 
| 318 | 
            +
                      "internalType": "NftId",
         | 
| 319 | 
            +
                      "name": "nftId",
         | 
| 320 | 
            +
                      "type": "uint96"
         | 
| 321 | 
            +
                    },
         | 
| 322 | 
            +
                    {
         | 
| 323 | 
            +
                      "internalType": "ObjectType",
         | 
| 324 | 
            +
                      "name": "expectedObjectType",
         | 
| 325 | 
            +
                      "type": "uint8"
         | 
| 326 | 
            +
                    }
         | 
| 327 | 
            +
                  ],
         | 
| 328 | 
            +
                  "name": "ErrorNftOwnableInvalidType",
         | 
| 329 | 
            +
                  "type": "error"
         | 
| 330 | 
            +
                },
         | 
| 331 | 
            +
                {
         | 
| 332 | 
            +
                  "inputs": [
         | 
| 333 | 
            +
                    {
         | 
| 334 | 
            +
                      "internalType": "address",
         | 
| 335 | 
            +
                      "name": "account",
         | 
| 336 | 
            +
                      "type": "address"
         | 
| 337 | 
            +
                    }
         | 
| 338 | 
            +
                  ],
         | 
| 339 | 
            +
                  "name": "ErrorNftOwnableNotOwner",
         | 
| 340 | 
            +
                  "type": "error"
         | 
| 341 | 
            +
                },
         | 
| 342 | 
            +
                {
         | 
| 343 | 
            +
                  "inputs": [
         | 
| 344 | 
            +
                    {
         | 
| 345 | 
            +
                      "internalType": "address",
         | 
| 346 | 
            +
                      "name": "registryAddress",
         | 
| 347 | 
            +
                      "type": "address"
         | 
| 348 | 
            +
                    }
         | 
| 349 | 
            +
                  ],
         | 
| 350 | 
            +
                  "name": "ErrorNotRegistry",
         | 
| 351 | 
            +
                  "type": "error"
         | 
| 352 | 
            +
                },
         | 
| 353 | 
            +
                {
         | 
| 354 | 
            +
                  "inputs": [
         | 
| 355 | 
            +
                    {
         | 
| 356 | 
            +
                      "internalType": "NftId",
         | 
| 357 | 
            +
                      "name": "productNftId",
         | 
| 358 | 
            +
                      "type": "uint96"
         | 
| 359 | 
            +
                    },
         | 
| 360 | 
            +
                    {
         | 
| 361 | 
            +
                      "internalType": "NftId",
         | 
| 362 | 
            +
                      "name": "distributionNftId",
         | 
| 363 | 
            +
                      "type": "uint96"
         | 
| 364 | 
            +
                    }
         | 
| 365 | 
            +
                  ],
         | 
| 366 | 
            +
                  "name": "ErrorProductServiceDistributionAlreadyRegistered",
         | 
| 367 | 
            +
                  "type": "error"
         | 
| 368 | 
            +
                },
         | 
| 369 | 
            +
                {
         | 
| 370 | 
            +
                  "inputs": [
         | 
| 371 | 
            +
                    {
         | 
| 372 | 
            +
                      "internalType": "NftId",
         | 
| 373 | 
            +
                      "name": "productNftId",
         | 
| 374 | 
            +
                      "type": "uint96"
         | 
| 375 | 
            +
                    }
         | 
| 376 | 
            +
                  ],
         | 
| 377 | 
            +
                  "name": "ErrorProductServiceNoDistributionExpected",
         | 
| 378 | 
            +
                  "type": "error"
         | 
| 379 | 
            +
                },
         | 
| 380 | 
            +
                {
         | 
| 381 | 
            +
                  "inputs": [
         | 
| 382 | 
            +
                    {
         | 
| 383 | 
            +
                      "internalType": "NftId",
         | 
| 384 | 
            +
                      "name": "productNftId",
         | 
| 385 | 
            +
                      "type": "uint96"
         | 
| 386 | 
            +
                    }
         | 
| 387 | 
            +
                  ],
         | 
| 388 | 
            +
                  "name": "ErrorProductServiceNoOraclesExpected",
         | 
| 389 | 
            +
                  "type": "error"
         | 
| 390 | 
            +
                },
         | 
| 391 | 
            +
                {
         | 
| 392 | 
            +
                  "inputs": [
         | 
| 393 | 
            +
                    {
         | 
| 394 | 
            +
                      "internalType": "NftId",
         | 
| 395 | 
            +
                      "name": "productNftId",
         | 
| 396 | 
            +
                      "type": "uint96"
         | 
| 397 | 
            +
                    },
         | 
| 398 | 
            +
                    {
         | 
| 399 | 
            +
                      "internalType": "uint8",
         | 
| 400 | 
            +
                      "name": "expectedOracles",
         | 
| 401 | 
            +
                      "type": "uint8"
         | 
| 402 | 
            +
                    }
         | 
| 403 | 
            +
                  ],
         | 
| 404 | 
            +
                  "name": "ErrorProductServiceOraclesAlreadyRegistered",
         | 
| 405 | 
            +
                  "type": "error"
         | 
| 406 | 
            +
                },
         | 
| 407 | 
            +
                {
         | 
| 408 | 
            +
                  "inputs": [
         | 
| 409 | 
            +
                    {
         | 
| 410 | 
            +
                      "internalType": "NftId",
         | 
| 411 | 
            +
                      "name": "productNftId",
         | 
| 412 | 
            +
                      "type": "uint96"
         | 
| 413 | 
            +
                    },
         | 
| 414 | 
            +
                    {
         | 
| 415 | 
            +
                      "internalType": "NftId",
         | 
| 416 | 
            +
                      "name": "poolNftId",
         | 
| 417 | 
            +
                      "type": "uint96"
         | 
| 418 | 
            +
                    }
         | 
| 419 | 
            +
                  ],
         | 
| 420 | 
            +
                  "name": "ErrorProductServicePoolAlreadyRegistered",
         | 
| 421 | 
            +
                  "type": "error"
         | 
| 422 | 
            +
                },
         | 
| 423 | 
            +
                {
         | 
| 424 | 
            +
                  "inputs": [],
         | 
| 425 | 
            +
                  "name": "ErrorServiceNotImplemented",
         | 
| 426 | 
            +
                  "type": "error"
         | 
| 427 | 
            +
                },
         | 
| 428 | 
            +
                {
         | 
| 429 | 
            +
                  "inputs": [],
         | 
| 430 | 
            +
                  "name": "InvalidInitialization",
         | 
| 431 | 
            +
                  "type": "error"
         | 
| 432 | 
            +
                },
         | 
| 433 | 
            +
                {
         | 
| 434 | 
            +
                  "inputs": [],
         | 
| 435 | 
            +
                  "name": "NotInitializing",
         | 
| 436 | 
            +
                  "type": "error"
         | 
| 437 | 
            +
                },
         | 
| 438 | 
            +
                {
         | 
| 439 | 
            +
                  "inputs": [],
         | 
| 440 | 
            +
                  "name": "ReentrancyGuardReentrantCall",
         | 
| 441 | 
            +
                  "type": "error"
         | 
| 442 | 
            +
                },
         | 
| 443 | 
            +
                {
         | 
| 444 | 
            +
                  "anonymous": false,
         | 
| 445 | 
            +
                  "inputs": [
         | 
| 446 | 
            +
                    {
         | 
| 447 | 
            +
                      "indexed": false,
         | 
| 448 | 
            +
                      "internalType": "address",
         | 
| 449 | 
            +
                      "name": "authority",
         | 
| 450 | 
            +
                      "type": "address"
         | 
| 451 | 
            +
                    }
         | 
| 452 | 
            +
                  ],
         | 
| 453 | 
            +
                  "name": "AuthorityUpdated",
         | 
| 454 | 
            +
                  "type": "event"
         | 
| 455 | 
            +
                },
         | 
| 456 | 
            +
                {
         | 
| 457 | 
            +
                  "anonymous": false,
         | 
| 458 | 
            +
                  "inputs": [
         | 
| 459 | 
            +
                    {
         | 
| 460 | 
            +
                      "indexed": false,
         | 
| 461 | 
            +
                      "internalType": "uint64",
         | 
| 462 | 
            +
                      "name": "version",
         | 
| 463 | 
            +
                      "type": "uint64"
         | 
| 464 | 
            +
                    }
         | 
| 465 | 
            +
                  ],
         | 
| 466 | 
            +
                  "name": "Initialized",
         | 
| 467 | 
            +
                  "type": "event"
         | 
| 468 | 
            +
                },
         | 
| 469 | 
            +
                {
         | 
| 470 | 
            +
                  "anonymous": false,
         | 
| 471 | 
            +
                  "inputs": [
         | 
| 472 | 
            +
                    {
         | 
| 473 | 
            +
                      "indexed": false,
         | 
| 474 | 
            +
                      "internalType": "NftId",
         | 
| 475 | 
            +
                      "name": "componentNftId",
         | 
| 476 | 
            +
                      "type": "uint96"
         | 
| 477 | 
            +
                    },
         | 
| 478 | 
            +
                    {
         | 
| 479 | 
            +
                      "indexed": false,
         | 
| 480 | 
            +
                      "internalType": "address",
         | 
| 481 | 
            +
                      "name": "recipient",
         | 
| 482 | 
            +
                      "type": "address"
         | 
| 483 | 
            +
                    },
         | 
| 484 | 
            +
                    {
         | 
| 485 | 
            +
                      "indexed": false,
         | 
| 486 | 
            +
                      "internalType": "address",
         | 
| 487 | 
            +
                      "name": "token",
         | 
| 488 | 
            +
                      "type": "address"
         | 
| 489 | 
            +
                    },
         | 
| 490 | 
            +
                    {
         | 
| 491 | 
            +
                      "indexed": false,
         | 
| 492 | 
            +
                      "internalType": "Amount",
         | 
| 493 | 
            +
                      "name": "withdrawnAmount",
         | 
| 494 | 
            +
                      "type": "uint96"
         | 
| 495 | 
            +
                    }
         | 
| 496 | 
            +
                  ],
         | 
| 497 | 
            +
                  "name": "LogComponentServiceComponentFeesWithdrawn",
         | 
| 498 | 
            +
                  "type": "event"
         | 
| 499 | 
            +
                },
         | 
| 500 | 
            +
                {
         | 
| 501 | 
            +
                  "anonymous": false,
         | 
| 502 | 
            +
                  "inputs": [
         | 
| 503 | 
            +
                    {
         | 
| 504 | 
            +
                      "indexed": false,
         | 
| 505 | 
            +
                      "internalType": "NftId",
         | 
| 506 | 
            +
                      "name": "distributionNftId",
         | 
| 507 | 
            +
                      "type": "uint96"
         | 
| 508 | 
            +
                    }
         | 
| 509 | 
            +
                  ],
         | 
| 510 | 
            +
                  "name": "LogComponentServiceDistributionFeesUpdated",
         | 
| 511 | 
            +
                  "type": "event"
         | 
| 512 | 
            +
                },
         | 
| 513 | 
            +
                {
         | 
| 514 | 
            +
                  "anonymous": false,
         | 
| 515 | 
            +
                  "inputs": [
         | 
| 516 | 
            +
                    {
         | 
| 517 | 
            +
                      "indexed": false,
         | 
| 518 | 
            +
                      "internalType": "NftId",
         | 
| 519 | 
            +
                      "name": "poolNftId",
         | 
| 520 | 
            +
                      "type": "uint96"
         | 
| 521 | 
            +
                    }
         | 
| 522 | 
            +
                  ],
         | 
| 523 | 
            +
                  "name": "LogComponentServicePoolFeesUpdated",
         | 
| 524 | 
            +
                  "type": "event"
         | 
| 525 | 
            +
                },
         | 
| 526 | 
            +
                {
         | 
| 527 | 
            +
                  "anonymous": false,
         | 
| 528 | 
            +
                  "inputs": [
         | 
| 529 | 
            +
                    {
         | 
| 530 | 
            +
                      "indexed": false,
         | 
| 531 | 
            +
                      "internalType": "NftId",
         | 
| 532 | 
            +
                      "name": "productNftId",
         | 
| 533 | 
            +
                      "type": "uint96"
         | 
| 534 | 
            +
                    }
         | 
| 535 | 
            +
                  ],
         | 
| 536 | 
            +
                  "name": "LogComponentServiceProductFeesUpdated",
         | 
| 537 | 
            +
                  "type": "event"
         | 
| 538 | 
            +
                },
         | 
| 539 | 
            +
                {
         | 
| 540 | 
            +
                  "anonymous": false,
         | 
| 541 | 
            +
                  "inputs": [
         | 
| 542 | 
            +
                    {
         | 
| 543 | 
            +
                      "indexed": false,
         | 
| 544 | 
            +
                      "internalType": "NftId",
         | 
| 545 | 
            +
                      "name": "instanceNftId",
         | 
| 546 | 
            +
                      "type": "uint96"
         | 
| 547 | 
            +
                    },
         | 
| 548 | 
            +
                    {
         | 
| 549 | 
            +
                      "indexed": false,
         | 
| 550 | 
            +
                      "internalType": "NftId",
         | 
| 551 | 
            +
                      "name": "componentNftId",
         | 
| 552 | 
            +
                      "type": "uint96"
         | 
| 553 | 
            +
                    },
         | 
| 554 | 
            +
                    {
         | 
| 555 | 
            +
                      "indexed": false,
         | 
| 556 | 
            +
                      "internalType": "ObjectType",
         | 
| 557 | 
            +
                      "name": "componentType",
         | 
| 558 | 
            +
                      "type": "uint8"
         | 
| 559 | 
            +
                    },
         | 
| 560 | 
            +
                    {
         | 
| 561 | 
            +
                      "indexed": false,
         | 
| 562 | 
            +
                      "internalType": "address",
         | 
| 563 | 
            +
                      "name": "component",
         | 
| 564 | 
            +
                      "type": "address"
         | 
| 565 | 
            +
                    },
         | 
| 566 | 
            +
                    {
         | 
| 567 | 
            +
                      "indexed": false,
         | 
| 568 | 
            +
                      "internalType": "address",
         | 
| 569 | 
            +
                      "name": "token",
         | 
| 570 | 
            +
                      "type": "address"
         | 
| 571 | 
            +
                    },
         | 
| 572 | 
            +
                    {
         | 
| 573 | 
            +
                      "indexed": false,
         | 
| 574 | 
            +
                      "internalType": "address",
         | 
| 575 | 
            +
                      "name": "initialOwner",
         | 
| 576 | 
            +
                      "type": "address"
         | 
| 577 | 
            +
                    }
         | 
| 578 | 
            +
                  ],
         | 
| 579 | 
            +
                  "name": "LogComponentServiceRegistered",
         | 
| 580 | 
            +
                  "type": "event"
         | 
| 581 | 
            +
                },
         | 
| 582 | 
            +
                {
         | 
| 583 | 
            +
                  "anonymous": false,
         | 
| 584 | 
            +
                  "inputs": [
         | 
| 585 | 
            +
                    {
         | 
| 586 | 
            +
                      "indexed": false,
         | 
| 587 | 
            +
                      "internalType": "NftId",
         | 
| 588 | 
            +
                      "name": "nftId",
         | 
| 589 | 
            +
                      "type": "uint96"
         | 
| 590 | 
            +
                    },
         | 
| 591 | 
            +
                    {
         | 
| 592 | 
            +
                      "indexed": false,
         | 
| 593 | 
            +
                      "internalType": "string",
         | 
| 594 | 
            +
                      "name": "feeName",
         | 
| 595 | 
            +
                      "type": "string"
         | 
| 596 | 
            +
                    },
         | 
| 597 | 
            +
                    {
         | 
| 598 | 
            +
                      "indexed": false,
         | 
| 599 | 
            +
                      "internalType": "UFixed",
         | 
| 600 | 
            +
                      "name": "previousFractionalFee",
         | 
| 601 | 
            +
                      "type": "uint256"
         | 
| 602 | 
            +
                    },
         | 
| 603 | 
            +
                    {
         | 
| 604 | 
            +
                      "indexed": false,
         | 
| 605 | 
            +
                      "internalType": "uint256",
         | 
| 606 | 
            +
                      "name": "previousFixedFee",
         | 
| 607 | 
            +
                      "type": "uint256"
         | 
| 608 | 
            +
                    },
         | 
| 609 | 
            +
                    {
         | 
| 610 | 
            +
                      "indexed": false,
         | 
| 611 | 
            +
                      "internalType": "UFixed",
         | 
| 612 | 
            +
                      "name": "newFractionalFee",
         | 
| 613 | 
            +
                      "type": "uint256"
         | 
| 614 | 
            +
                    },
         | 
| 615 | 
            +
                    {
         | 
| 616 | 
            +
                      "indexed": false,
         | 
| 617 | 
            +
                      "internalType": "uint256",
         | 
| 618 | 
            +
                      "name": "newFixedFee",
         | 
| 619 | 
            +
                      "type": "uint256"
         | 
| 620 | 
            +
                    }
         | 
| 621 | 
            +
                  ],
         | 
| 622 | 
            +
                  "name": "LogComponentServiceUpdateFee",
         | 
| 623 | 
            +
                  "type": "event"
         | 
| 624 | 
            +
                },
         | 
| 625 | 
            +
                {
         | 
| 626 | 
            +
                  "anonymous": false,
         | 
| 627 | 
            +
                  "inputs": [
         | 
| 628 | 
            +
                    {
         | 
| 629 | 
            +
                      "indexed": false,
         | 
| 630 | 
            +
                      "internalType": "NftId",
         | 
| 631 | 
            +
                      "name": "componentNftId",
         | 
| 632 | 
            +
                      "type": "uint96"
         | 
| 633 | 
            +
                    },
         | 
| 634 | 
            +
                    {
         | 
| 635 | 
            +
                      "indexed": false,
         | 
| 636 | 
            +
                      "internalType": "address",
         | 
| 637 | 
            +
                      "name": "currentWallet",
         | 
| 638 | 
            +
                      "type": "address"
         | 
| 639 | 
            +
                    },
         | 
| 640 | 
            +
                    {
         | 
| 641 | 
            +
                      "indexed": false,
         | 
| 642 | 
            +
                      "internalType": "address",
         | 
| 643 | 
            +
                      "name": "newWallet",
         | 
| 644 | 
            +
                      "type": "address"
         | 
| 645 | 
            +
                    }
         | 
| 646 | 
            +
                  ],
         | 
| 647 | 
            +
                  "name": "LogComponentServiceWalletAddressChanged",
         | 
| 648 | 
            +
                  "type": "event"
         | 
| 649 | 
            +
                },
         | 
| 650 | 
            +
                {
         | 
| 651 | 
            +
                  "inputs": [],
         | 
| 652 | 
            +
                  "name": "GIF_RELEASE",
         | 
| 653 | 
            +
                  "outputs": [
         | 
| 654 | 
            +
                    {
         | 
| 655 | 
            +
                      "internalType": "uint256",
         | 
| 656 | 
            +
                      "name": "",
         | 
| 657 | 
            +
                      "type": "uint256"
         | 
| 658 | 
            +
                    }
         | 
| 659 | 
            +
                  ],
         | 
| 660 | 
            +
                  "stateMutability": "view",
         | 
| 661 | 
            +
                  "type": "function"
         | 
| 662 | 
            +
                },
         | 
| 663 | 
            +
                {
         | 
| 664 | 
            +
                  "inputs": [],
         | 
| 665 | 
            +
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         | 
| 666 | 
            +
                  "outputs": [
         | 
| 667 | 
            +
                    {
         | 
| 668 | 
            +
                      "internalType": "bytes32",
         | 
| 669 | 
            +
                      "name": "",
         | 
| 670 | 
            +
                      "type": "bytes32"
         | 
| 671 | 
            +
                    }
         | 
| 672 | 
            +
                  ],
         | 
| 673 | 
            +
                  "stateMutability": "view",
         | 
| 674 | 
            +
                  "type": "function"
         | 
| 675 | 
            +
                },
         | 
| 676 | 
            +
                {
         | 
| 677 | 
            +
                  "inputs": [],
         | 
| 678 | 
            +
                  "name": "REGISTERABLE_LOCATION_V1",
         | 
| 679 | 
            +
                  "outputs": [
         | 
| 680 | 
            +
                    {
         | 
| 681 | 
            +
                      "internalType": "bytes32",
         | 
| 682 | 
            +
                      "name": "",
         | 
| 683 | 
            +
                      "type": "bytes32"
         | 
| 684 | 
            +
                    }
         | 
| 685 | 
            +
                  ],
         | 
| 686 | 
            +
                  "stateMutability": "view",
         | 
| 687 | 
            +
                  "type": "function"
         | 
| 688 | 
            +
                },
         | 
| 689 | 
            +
                {
         | 
| 690 | 
            +
                  "inputs": [],
         | 
| 691 | 
            +
                  "name": "authority",
         | 
| 692 | 
            +
                  "outputs": [
         | 
| 693 | 
            +
                    {
         | 
| 694 | 
            +
                      "internalType": "address",
         | 
| 695 | 
            +
                      "name": "",
         | 
| 696 | 
            +
                      "type": "address"
         | 
| 697 | 
            +
                    }
         | 
| 698 | 
            +
                  ],
         | 
| 699 | 
            +
                  "stateMutability": "view",
         | 
| 700 | 
            +
                  "type": "function"
         | 
| 701 | 
            +
                },
         | 
| 702 | 
            +
                {
         | 
| 703 | 
            +
                  "inputs": [
         | 
| 704 | 
            +
                    {
         | 
| 705 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 706 | 
            +
                      "name": "instanceStore",
         | 
| 707 | 
            +
                      "type": "address"
         | 
| 708 | 
            +
                    },
         | 
| 709 | 
            +
                    {
         | 
| 710 | 
            +
                      "internalType": "NftId",
         | 
| 711 | 
            +
                      "name": "bundleNftId",
         | 
| 712 | 
            +
                      "type": "uint96"
         | 
| 713 | 
            +
                    },
         | 
| 714 | 
            +
                    {
         | 
| 715 | 
            +
                      "internalType": "Amount",
         | 
| 716 | 
            +
                      "name": "amount",
         | 
| 717 | 
            +
                      "type": "uint96"
         | 
| 718 | 
            +
                    },
         | 
| 719 | 
            +
                    {
         | 
| 720 | 
            +
                      "internalType": "Amount",
         | 
| 721 | 
            +
                      "name": "feeAmount",
         | 
| 722 | 
            +
                      "type": "uint96"
         | 
| 723 | 
            +
                    }
         | 
| 724 | 
            +
                  ],
         | 
| 725 | 
            +
                  "name": "decreaseBundleBalance",
         | 
| 726 | 
            +
                  "outputs": [],
         | 
| 727 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 728 | 
            +
                  "type": "function"
         | 
| 729 | 
            +
                },
         | 
| 730 | 
            +
                {
         | 
| 731 | 
            +
                  "inputs": [
         | 
| 732 | 
            +
                    {
         | 
| 733 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 734 | 
            +
                      "name": "instanceStore",
         | 
| 735 | 
            +
                      "type": "address"
         | 
| 736 | 
            +
                    },
         | 
| 737 | 
            +
                    {
         | 
| 738 | 
            +
                      "internalType": "NftId",
         | 
| 739 | 
            +
                      "name": "distributionNftId",
         | 
| 740 | 
            +
                      "type": "uint96"
         | 
| 741 | 
            +
                    },
         | 
| 742 | 
            +
                    {
         | 
| 743 | 
            +
                      "internalType": "Amount",
         | 
| 744 | 
            +
                      "name": "amount",
         | 
| 745 | 
            +
                      "type": "uint96"
         | 
| 746 | 
            +
                    },
         | 
| 747 | 
            +
                    {
         | 
| 748 | 
            +
                      "internalType": "Amount",
         | 
| 749 | 
            +
                      "name": "feeAmount",
         | 
| 750 | 
            +
                      "type": "uint96"
         | 
| 751 | 
            +
                    }
         | 
| 752 | 
            +
                  ],
         | 
| 753 | 
            +
                  "name": "decreaseDistributionBalance",
         | 
| 754 | 
            +
                  "outputs": [],
         | 
| 755 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 756 | 
            +
                  "type": "function"
         | 
| 757 | 
            +
                },
         | 
| 758 | 
            +
                {
         | 
| 759 | 
            +
                  "inputs": [
         | 
| 760 | 
            +
                    {
         | 
| 761 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 762 | 
            +
                      "name": "instanceStore",
         | 
| 763 | 
            +
                      "type": "address"
         | 
| 764 | 
            +
                    },
         | 
| 765 | 
            +
                    {
         | 
| 766 | 
            +
                      "internalType": "NftId",
         | 
| 767 | 
            +
                      "name": "distributorNftId",
         | 
| 768 | 
            +
                      "type": "uint96"
         | 
| 769 | 
            +
                    },
         | 
| 770 | 
            +
                    {
         | 
| 771 | 
            +
                      "internalType": "Amount",
         | 
| 772 | 
            +
                      "name": "amount",
         | 
| 773 | 
            +
                      "type": "uint96"
         | 
| 774 | 
            +
                    },
         | 
| 775 | 
            +
                    {
         | 
| 776 | 
            +
                      "internalType": "Amount",
         | 
| 777 | 
            +
                      "name": "feeAmount",
         | 
| 778 | 
            +
                      "type": "uint96"
         | 
| 779 | 
            +
                    }
         | 
| 780 | 
            +
                  ],
         | 
| 781 | 
            +
                  "name": "decreaseDistributorBalance",
         | 
| 782 | 
            +
                  "outputs": [],
         | 
| 783 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 784 | 
            +
                  "type": "function"
         | 
| 785 | 
            +
                },
         | 
| 786 | 
            +
                {
         | 
| 787 | 
            +
                  "inputs": [
         | 
| 788 | 
            +
                    {
         | 
| 789 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 790 | 
            +
                      "name": "instanceStore",
         | 
| 791 | 
            +
                      "type": "address"
         | 
| 792 | 
            +
                    },
         | 
| 793 | 
            +
                    {
         | 
| 794 | 
            +
                      "internalType": "NftId",
         | 
| 795 | 
            +
                      "name": "poolNftId",
         | 
| 796 | 
            +
                      "type": "uint96"
         | 
| 797 | 
            +
                    },
         | 
| 798 | 
            +
                    {
         | 
| 799 | 
            +
                      "internalType": "Amount",
         | 
| 800 | 
            +
                      "name": "amount",
         | 
| 801 | 
            +
                      "type": "uint96"
         | 
| 802 | 
            +
                    },
         | 
| 803 | 
            +
                    {
         | 
| 804 | 
            +
                      "internalType": "Amount",
         | 
| 805 | 
            +
                      "name": "feeAmount",
         | 
| 806 | 
            +
                      "type": "uint96"
         | 
| 807 | 
            +
                    }
         | 
| 808 | 
            +
                  ],
         | 
| 809 | 
            +
                  "name": "decreasePoolBalance",
         | 
| 810 | 
            +
                  "outputs": [],
         | 
| 811 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 812 | 
            +
                  "type": "function"
         | 
| 813 | 
            +
                },
         | 
| 814 | 
            +
                {
         | 
| 815 | 
            +
                  "inputs": [
         | 
| 816 | 
            +
                    {
         | 
| 817 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 818 | 
            +
                      "name": "instanceStore",
         | 
| 819 | 
            +
                      "type": "address"
         | 
| 820 | 
            +
                    },
         | 
| 821 | 
            +
                    {
         | 
| 822 | 
            +
                      "internalType": "NftId",
         | 
| 823 | 
            +
                      "name": "productNftId",
         | 
| 824 | 
            +
                      "type": "uint96"
         | 
| 825 | 
            +
                    },
         | 
| 826 | 
            +
                    {
         | 
| 827 | 
            +
                      "internalType": "Amount",
         | 
| 828 | 
            +
                      "name": "feeAmount",
         | 
| 829 | 
            +
                      "type": "uint96"
         | 
| 830 | 
            +
                    }
         | 
| 831 | 
            +
                  ],
         | 
| 832 | 
            +
                  "name": "decreaseProductFees",
         | 
| 833 | 
            +
                  "outputs": [],
         | 
| 834 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 835 | 
            +
                  "type": "function"
         | 
| 836 | 
            +
                },
         | 
| 837 | 
            +
                {
         | 
| 838 | 
            +
                  "inputs": [],
         | 
| 839 | 
            +
                  "name": "getDomain",
         | 
| 840 | 
            +
                  "outputs": [
         | 
| 841 | 
            +
                    {
         | 
| 842 | 
            +
                      "internalType": "ObjectType",
         | 
| 843 | 
            +
                      "name": "serviceDomain",
         | 
| 844 | 
            +
                      "type": "uint8"
         | 
| 845 | 
            +
                    }
         | 
| 846 | 
            +
                  ],
         | 
| 847 | 
            +
                  "stateMutability": "pure",
         | 
| 848 | 
            +
                  "type": "function"
         | 
| 849 | 
            +
                },
         | 
| 850 | 
            +
                {
         | 
| 851 | 
            +
                  "inputs": [],
         | 
| 852 | 
            +
                  "name": "getInitialInfo",
         | 
| 853 | 
            +
                  "outputs": [
         | 
| 854 | 
            +
                    {
         | 
| 855 | 
            +
                      "components": [
         | 
| 856 | 
            +
                        {
         | 
| 857 | 
            +
                          "internalType": "NftId",
         | 
| 858 | 
            +
                          "name": "nftId",
         | 
| 859 | 
            +
                          "type": "uint96"
         | 
| 860 | 
            +
                        },
         | 
| 861 | 
            +
                        {
         | 
| 862 | 
            +
                          "internalType": "NftId",
         | 
| 863 | 
            +
                          "name": "parentNftId",
         | 
| 864 | 
            +
                          "type": "uint96"
         | 
| 865 | 
            +
                        },
         | 
| 866 | 
            +
                        {
         | 
| 867 | 
            +
                          "internalType": "ObjectType",
         | 
| 868 | 
            +
                          "name": "objectType",
         | 
| 869 | 
            +
                          "type": "uint8"
         | 
| 870 | 
            +
                        },
         | 
| 871 | 
            +
                        {
         | 
| 872 | 
            +
                          "internalType": "bool",
         | 
| 873 | 
            +
                          "name": "isInterceptor",
         | 
| 874 | 
            +
                          "type": "bool"
         | 
| 875 | 
            +
                        },
         | 
| 876 | 
            +
                        {
         | 
| 877 | 
            +
                          "internalType": "address",
         | 
| 878 | 
            +
                          "name": "objectAddress",
         | 
| 879 | 
            +
                          "type": "address"
         | 
| 880 | 
            +
                        },
         | 
| 881 | 
            +
                        {
         | 
| 882 | 
            +
                          "internalType": "address",
         | 
| 883 | 
            +
                          "name": "initialOwner",
         | 
| 884 | 
            +
                          "type": "address"
         | 
| 885 | 
            +
                        },
         | 
| 886 | 
            +
                        {
         | 
| 887 | 
            +
                          "internalType": "bytes",
         | 
| 888 | 
            +
                          "name": "data",
         | 
| 889 | 
            +
                          "type": "bytes"
         | 
| 890 | 
            +
                        }
         | 
| 891 | 
            +
                      ],
         | 
| 892 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 893 | 
            +
                      "name": "info",
         | 
| 894 | 
            +
                      "type": "tuple"
         | 
| 895 | 
            +
                    }
         | 
| 896 | 
            +
                  ],
         | 
| 897 | 
            +
                  "stateMutability": "view",
         | 
| 898 | 
            +
                  "type": "function"
         | 
| 899 | 
            +
                },
         | 
| 900 | 
            +
                {
         | 
| 901 | 
            +
                  "inputs": [],
         | 
| 902 | 
            +
                  "name": "getNftId",
         | 
| 903 | 
            +
                  "outputs": [
         | 
| 904 | 
            +
                    {
         | 
| 905 | 
            +
                      "internalType": "NftId",
         | 
| 906 | 
            +
                      "name": "",
         | 
| 907 | 
            +
                      "type": "uint96"
         | 
| 908 | 
            +
                    }
         | 
| 909 | 
            +
                  ],
         | 
| 910 | 
            +
                  "stateMutability": "view",
         | 
| 911 | 
            +
                  "type": "function"
         | 
| 912 | 
            +
                },
         | 
| 913 | 
            +
                {
         | 
| 914 | 
            +
                  "inputs": [],
         | 
| 915 | 
            +
                  "name": "getOwner",
         | 
| 916 | 
            +
                  "outputs": [
         | 
| 917 | 
            +
                    {
         | 
| 918 | 
            +
                      "internalType": "address",
         | 
| 919 | 
            +
                      "name": "",
         | 
| 920 | 
            +
                      "type": "address"
         | 
| 921 | 
            +
                    }
         | 
| 922 | 
            +
                  ],
         | 
| 923 | 
            +
                  "stateMutability": "view",
         | 
| 924 | 
            +
                  "type": "function"
         | 
| 925 | 
            +
                },
         | 
| 926 | 
            +
                {
         | 
| 927 | 
            +
                  "inputs": [],
         | 
| 928 | 
            +
                  "name": "getRegistry",
         | 
| 929 | 
            +
                  "outputs": [
         | 
| 930 | 
            +
                    {
         | 
| 931 | 
            +
                      "internalType": "contract IRegistry",
         | 
| 932 | 
            +
                      "name": "",
         | 
| 933 | 
            +
                      "type": "address"
         | 
| 934 | 
            +
                    }
         | 
| 935 | 
            +
                  ],
         | 
| 936 | 
            +
                  "stateMutability": "view",
         | 
| 937 | 
            +
                  "type": "function"
         | 
| 938 | 
            +
                },
         | 
| 939 | 
            +
                {
         | 
| 940 | 
            +
                  "inputs": [],
         | 
| 941 | 
            +
                  "name": "getRelease",
         | 
| 942 | 
            +
                  "outputs": [
         | 
| 943 | 
            +
                    {
         | 
| 944 | 
            +
                      "internalType": "VersionPart",
         | 
| 945 | 
            +
                      "name": "release",
         | 
| 946 | 
            +
                      "type": "uint8"
         | 
| 947 | 
            +
                    }
         | 
| 948 | 
            +
                  ],
         | 
| 949 | 
            +
                  "stateMutability": "pure",
         | 
| 950 | 
            +
                  "type": "function"
         | 
| 951 | 
            +
                },
         | 
| 952 | 
            +
                {
         | 
| 953 | 
            +
                  "inputs": [],
         | 
| 954 | 
            +
                  "name": "getRoleId",
         | 
| 955 | 
            +
                  "outputs": [
         | 
| 956 | 
            +
                    {
         | 
| 957 | 
            +
                      "internalType": "RoleId",
         | 
| 958 | 
            +
                      "name": "serviceRoleId",
         | 
| 959 | 
            +
                      "type": "uint64"
         | 
| 960 | 
            +
                    }
         | 
| 961 | 
            +
                  ],
         | 
| 962 | 
            +
                  "stateMutability": "pure",
         | 
| 963 | 
            +
                  "type": "function"
         | 
| 964 | 
            +
                },
         | 
| 965 | 
            +
                {
         | 
| 966 | 
            +
                  "inputs": [],
         | 
| 967 | 
            +
                  "name": "getVersion",
         | 
| 968 | 
            +
                  "outputs": [
         | 
| 969 | 
            +
                    {
         | 
| 970 | 
            +
                      "internalType": "Version",
         | 
| 971 | 
            +
                      "name": "",
         | 
| 972 | 
            +
                      "type": "uint24"
         | 
| 973 | 
            +
                    }
         | 
| 974 | 
            +
                  ],
         | 
| 975 | 
            +
                  "stateMutability": "pure",
         | 
| 976 | 
            +
                  "type": "function"
         | 
| 977 | 
            +
                },
         | 
| 978 | 
            +
                {
         | 
| 979 | 
            +
                  "inputs": [
         | 
| 980 | 
            +
                    {
         | 
| 981 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 982 | 
            +
                      "name": "instanceStore",
         | 
| 983 | 
            +
                      "type": "address"
         | 
| 984 | 
            +
                    },
         | 
| 985 | 
            +
                    {
         | 
| 986 | 
            +
                      "internalType": "NftId",
         | 
| 987 | 
            +
                      "name": "bundleNftId",
         | 
| 988 | 
            +
                      "type": "uint96"
         | 
| 989 | 
            +
                    },
         | 
| 990 | 
            +
                    {
         | 
| 991 | 
            +
                      "internalType": "Amount",
         | 
| 992 | 
            +
                      "name": "amount",
         | 
| 993 | 
            +
                      "type": "uint96"
         | 
| 994 | 
            +
                    },
         | 
| 995 | 
            +
                    {
         | 
| 996 | 
            +
                      "internalType": "Amount",
         | 
| 997 | 
            +
                      "name": "feeAmount",
         | 
| 998 | 
            +
                      "type": "uint96"
         | 
| 999 | 
            +
                    }
         | 
| 1000 | 
            +
                  ],
         | 
| 1001 | 
            +
                  "name": "increaseBundleBalance",
         | 
| 1002 | 
            +
                  "outputs": [],
         | 
| 1003 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1004 | 
            +
                  "type": "function"
         | 
| 1005 | 
            +
                },
         | 
| 1006 | 
            +
                {
         | 
| 1007 | 
            +
                  "inputs": [
         | 
| 1008 | 
            +
                    {
         | 
| 1009 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 1010 | 
            +
                      "name": "instanceStore",
         | 
| 1011 | 
            +
                      "type": "address"
         | 
| 1012 | 
            +
                    },
         | 
| 1013 | 
            +
                    {
         | 
| 1014 | 
            +
                      "internalType": "NftId",
         | 
| 1015 | 
            +
                      "name": "distributionNftId",
         | 
| 1016 | 
            +
                      "type": "uint96"
         | 
| 1017 | 
            +
                    },
         | 
| 1018 | 
            +
                    {
         | 
| 1019 | 
            +
                      "internalType": "Amount",
         | 
| 1020 | 
            +
                      "name": "amount",
         | 
| 1021 | 
            +
                      "type": "uint96"
         | 
| 1022 | 
            +
                    },
         | 
| 1023 | 
            +
                    {
         | 
| 1024 | 
            +
                      "internalType": "Amount",
         | 
| 1025 | 
            +
                      "name": "feeAmount",
         | 
| 1026 | 
            +
                      "type": "uint96"
         | 
| 1027 | 
            +
                    }
         | 
| 1028 | 
            +
                  ],
         | 
| 1029 | 
            +
                  "name": "increaseDistributionBalance",
         | 
| 1030 | 
            +
                  "outputs": [],
         | 
| 1031 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1032 | 
            +
                  "type": "function"
         | 
| 1033 | 
            +
                },
         | 
| 1034 | 
            +
                {
         | 
| 1035 | 
            +
                  "inputs": [
         | 
| 1036 | 
            +
                    {
         | 
| 1037 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 1038 | 
            +
                      "name": "instanceStore",
         | 
| 1039 | 
            +
                      "type": "address"
         | 
| 1040 | 
            +
                    },
         | 
| 1041 | 
            +
                    {
         | 
| 1042 | 
            +
                      "internalType": "NftId",
         | 
| 1043 | 
            +
                      "name": "distributorNftId",
         | 
| 1044 | 
            +
                      "type": "uint96"
         | 
| 1045 | 
            +
                    },
         | 
| 1046 | 
            +
                    {
         | 
| 1047 | 
            +
                      "internalType": "Amount",
         | 
| 1048 | 
            +
                      "name": "amount",
         | 
| 1049 | 
            +
                      "type": "uint96"
         | 
| 1050 | 
            +
                    },
         | 
| 1051 | 
            +
                    {
         | 
| 1052 | 
            +
                      "internalType": "Amount",
         | 
| 1053 | 
            +
                      "name": "feeAmount",
         | 
| 1054 | 
            +
                      "type": "uint96"
         | 
| 1055 | 
            +
                    }
         | 
| 1056 | 
            +
                  ],
         | 
| 1057 | 
            +
                  "name": "increaseDistributorBalance",
         | 
| 1058 | 
            +
                  "outputs": [],
         | 
| 1059 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1060 | 
            +
                  "type": "function"
         | 
| 1061 | 
            +
                },
         | 
| 1062 | 
            +
                {
         | 
| 1063 | 
            +
                  "inputs": [
         | 
| 1064 | 
            +
                    {
         | 
| 1065 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 1066 | 
            +
                      "name": "instanceStore",
         | 
| 1067 | 
            +
                      "type": "address"
         | 
| 1068 | 
            +
                    },
         | 
| 1069 | 
            +
                    {
         | 
| 1070 | 
            +
                      "internalType": "NftId",
         | 
| 1071 | 
            +
                      "name": "poolNftId",
         | 
| 1072 | 
            +
                      "type": "uint96"
         | 
| 1073 | 
            +
                    },
         | 
| 1074 | 
            +
                    {
         | 
| 1075 | 
            +
                      "internalType": "Amount",
         | 
| 1076 | 
            +
                      "name": "amount",
         | 
| 1077 | 
            +
                      "type": "uint96"
         | 
| 1078 | 
            +
                    },
         | 
| 1079 | 
            +
                    {
         | 
| 1080 | 
            +
                      "internalType": "Amount",
         | 
| 1081 | 
            +
                      "name": "feeAmount",
         | 
| 1082 | 
            +
                      "type": "uint96"
         | 
| 1083 | 
            +
                    }
         | 
| 1084 | 
            +
                  ],
         | 
| 1085 | 
            +
                  "name": "increasePoolBalance",
         | 
| 1086 | 
            +
                  "outputs": [],
         | 
| 1087 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1088 | 
            +
                  "type": "function"
         | 
| 1089 | 
            +
                },
         | 
| 1090 | 
            +
                {
         | 
| 1091 | 
            +
                  "inputs": [
         | 
| 1092 | 
            +
                    {
         | 
| 1093 | 
            +
                      "internalType": "contract InstanceStore",
         | 
| 1094 | 
            +
                      "name": "instanceStore",
         | 
| 1095 | 
            +
                      "type": "address"
         | 
| 1096 | 
            +
                    },
         | 
| 1097 | 
            +
                    {
         | 
| 1098 | 
            +
                      "internalType": "NftId",
         | 
| 1099 | 
            +
                      "name": "productNftId",
         | 
| 1100 | 
            +
                      "type": "uint96"
         | 
| 1101 | 
            +
                    },
         | 
| 1102 | 
            +
                    {
         | 
| 1103 | 
            +
                      "internalType": "Amount",
         | 
| 1104 | 
            +
                      "name": "feeAmount",
         | 
| 1105 | 
            +
                      "type": "uint96"
         | 
| 1106 | 
            +
                    }
         | 
| 1107 | 
            +
                  ],
         | 
| 1108 | 
            +
                  "name": "increaseProductFees",
         | 
| 1109 | 
            +
                  "outputs": [],
         | 
| 1110 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1111 | 
            +
                  "type": "function"
         | 
| 1112 | 
            +
                },
         | 
| 1113 | 
            +
                {
         | 
| 1114 | 
            +
                  "inputs": [
         | 
| 1115 | 
            +
                    {
         | 
| 1116 | 
            +
                      "internalType": "address",
         | 
| 1117 | 
            +
                      "name": "activatedBy",
         | 
| 1118 | 
            +
                      "type": "address"
         | 
| 1119 | 
            +
                    },
         | 
| 1120 | 
            +
                    {
         | 
| 1121 | 
            +
                      "internalType": "bytes",
         | 
| 1122 | 
            +
                      "name": "data",
         | 
| 1123 | 
            +
                      "type": "bytes"
         | 
| 1124 | 
            +
                    }
         | 
| 1125 | 
            +
                  ],
         | 
| 1126 | 
            +
                  "name": "initializeVersionable",
         | 
| 1127 | 
            +
                  "outputs": [],
         | 
| 1128 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1129 | 
            +
                  "type": "function"
         | 
| 1130 | 
            +
                },
         | 
| 1131 | 
            +
                {
         | 
| 1132 | 
            +
                  "inputs": [],
         | 
| 1133 | 
            +
                  "name": "isConsumingScheduledOp",
         | 
| 1134 | 
            +
                  "outputs": [
         | 
| 1135 | 
            +
                    {
         | 
| 1136 | 
            +
                      "internalType": "bytes4",
         | 
| 1137 | 
            +
                      "name": "",
         | 
| 1138 | 
            +
                      "type": "bytes4"
         | 
| 1139 | 
            +
                    }
         | 
| 1140 | 
            +
                  ],
         | 
| 1141 | 
            +
                  "stateMutability": "view",
         | 
| 1142 | 
            +
                  "type": "function"
         | 
| 1143 | 
            +
                },
         | 
| 1144 | 
            +
                {
         | 
| 1145 | 
            +
                  "inputs": [],
         | 
| 1146 | 
            +
                  "name": "linkToRegisteredNftId",
         | 
| 1147 | 
            +
                  "outputs": [
         | 
| 1148 | 
            +
                    {
         | 
| 1149 | 
            +
                      "internalType": "NftId",
         | 
| 1150 | 
            +
                      "name": "nftId",
         | 
| 1151 | 
            +
                      "type": "uint96"
         | 
| 1152 | 
            +
                    }
         | 
| 1153 | 
            +
                  ],
         | 
| 1154 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1155 | 
            +
                  "type": "function"
         | 
| 1156 | 
            +
                },
         | 
| 1157 | 
            +
                {
         | 
| 1158 | 
            +
                  "inputs": [],
         | 
| 1159 | 
            +
                  "name": "lock",
         | 
| 1160 | 
            +
                  "outputs": [],
         | 
| 1161 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1162 | 
            +
                  "type": "function"
         | 
| 1163 | 
            +
                },
         | 
| 1164 | 
            +
                {
         | 
| 1165 | 
            +
                  "inputs": [
         | 
| 1166 | 
            +
                    {
         | 
| 1167 | 
            +
                      "internalType": "address",
         | 
| 1168 | 
            +
                      "name": "component",
         | 
| 1169 | 
            +
                      "type": "address"
         | 
| 1170 | 
            +
                    }
         | 
| 1171 | 
            +
                  ],
         | 
| 1172 | 
            +
                  "name": "registerComponent",
         | 
| 1173 | 
            +
                  "outputs": [
         | 
| 1174 | 
            +
                    {
         | 
| 1175 | 
            +
                      "internalType": "NftId",
         | 
| 1176 | 
            +
                      "name": "componentNftId",
         | 
| 1177 | 
            +
                      "type": "uint96"
         | 
| 1178 | 
            +
                    }
         | 
| 1179 | 
            +
                  ],
         | 
| 1180 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1181 | 
            +
                  "type": "function"
         | 
| 1182 | 
            +
                },
         | 
| 1183 | 
            +
                {
         | 
| 1184 | 
            +
                  "inputs": [
         | 
| 1185 | 
            +
                    {
         | 
| 1186 | 
            +
                      "internalType": "address",
         | 
| 1187 | 
            +
                      "name": "productAddress",
         | 
| 1188 | 
            +
                      "type": "address"
         | 
| 1189 | 
            +
                    }
         | 
| 1190 | 
            +
                  ],
         | 
| 1191 | 
            +
                  "name": "registerProduct",
         | 
| 1192 | 
            +
                  "outputs": [
         | 
| 1193 | 
            +
                    {
         | 
| 1194 | 
            +
                      "internalType": "NftId",
         | 
| 1195 | 
            +
                      "name": "productNftId",
         | 
| 1196 | 
            +
                      "type": "uint96"
         | 
| 1197 | 
            +
                    }
         | 
| 1198 | 
            +
                  ],
         | 
| 1199 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1200 | 
            +
                  "type": "function"
         | 
| 1201 | 
            +
                },
         | 
| 1202 | 
            +
                {
         | 
| 1203 | 
            +
                  "inputs": [
         | 
| 1204 | 
            +
                    {
         | 
| 1205 | 
            +
                      "internalType": "address",
         | 
| 1206 | 
            +
                      "name": "newAuthority",
         | 
| 1207 | 
            +
                      "type": "address"
         | 
| 1208 | 
            +
                    }
         | 
| 1209 | 
            +
                  ],
         | 
| 1210 | 
            +
                  "name": "setAuthority",
         | 
| 1211 | 
            +
                  "outputs": [],
         | 
| 1212 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1213 | 
            +
                  "type": "function"
         | 
| 1214 | 
            +
                },
         | 
| 1215 | 
            +
                {
         | 
| 1216 | 
            +
                  "inputs": [
         | 
| 1217 | 
            +
                    {
         | 
| 1218 | 
            +
                      "components": [
         | 
| 1219 | 
            +
                        {
         | 
| 1220 | 
            +
                          "internalType": "UFixed",
         | 
| 1221 | 
            +
                          "name": "fractionalFee",
         | 
| 1222 | 
            +
                          "type": "uint256"
         | 
| 1223 | 
            +
                        },
         | 
| 1224 | 
            +
                        {
         | 
| 1225 | 
            +
                          "internalType": "uint256",
         | 
| 1226 | 
            +
                          "name": "fixedFee",
         | 
| 1227 | 
            +
                          "type": "uint256"
         | 
| 1228 | 
            +
                        }
         | 
| 1229 | 
            +
                      ],
         | 
| 1230 | 
            +
                      "internalType": "struct Fee",
         | 
| 1231 | 
            +
                      "name": "distributionFee",
         | 
| 1232 | 
            +
                      "type": "tuple"
         | 
| 1233 | 
            +
                    },
         | 
| 1234 | 
            +
                    {
         | 
| 1235 | 
            +
                      "components": [
         | 
| 1236 | 
            +
                        {
         | 
| 1237 | 
            +
                          "internalType": "UFixed",
         | 
| 1238 | 
            +
                          "name": "fractionalFee",
         | 
| 1239 | 
            +
                          "type": "uint256"
         | 
| 1240 | 
            +
                        },
         | 
| 1241 | 
            +
                        {
         | 
| 1242 | 
            +
                          "internalType": "uint256",
         | 
| 1243 | 
            +
                          "name": "fixedFee",
         | 
| 1244 | 
            +
                          "type": "uint256"
         | 
| 1245 | 
            +
                        }
         | 
| 1246 | 
            +
                      ],
         | 
| 1247 | 
            +
                      "internalType": "struct Fee",
         | 
| 1248 | 
            +
                      "name": "minDistributionOwnerFee",
         | 
| 1249 | 
            +
                      "type": "tuple"
         | 
| 1250 | 
            +
                    }
         | 
| 1251 | 
            +
                  ],
         | 
| 1252 | 
            +
                  "name": "setDistributionFees",
         | 
| 1253 | 
            +
                  "outputs": [],
         | 
| 1254 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1255 | 
            +
                  "type": "function"
         | 
| 1256 | 
            +
                },
         | 
| 1257 | 
            +
                {
         | 
| 1258 | 
            +
                  "inputs": [
         | 
| 1259 | 
            +
                    {
         | 
| 1260 | 
            +
                      "components": [
         | 
| 1261 | 
            +
                        {
         | 
| 1262 | 
            +
                          "internalType": "UFixed",
         | 
| 1263 | 
            +
                          "name": "fractionalFee",
         | 
| 1264 | 
            +
                          "type": "uint256"
         | 
| 1265 | 
            +
                        },
         | 
| 1266 | 
            +
                        {
         | 
| 1267 | 
            +
                          "internalType": "uint256",
         | 
| 1268 | 
            +
                          "name": "fixedFee",
         | 
| 1269 | 
            +
                          "type": "uint256"
         | 
| 1270 | 
            +
                        }
         | 
| 1271 | 
            +
                      ],
         | 
| 1272 | 
            +
                      "internalType": "struct Fee",
         | 
| 1273 | 
            +
                      "name": "poolFee",
         | 
| 1274 | 
            +
                      "type": "tuple"
         | 
| 1275 | 
            +
                    },
         | 
| 1276 | 
            +
                    {
         | 
| 1277 | 
            +
                      "components": [
         | 
| 1278 | 
            +
                        {
         | 
| 1279 | 
            +
                          "internalType": "UFixed",
         | 
| 1280 | 
            +
                          "name": "fractionalFee",
         | 
| 1281 | 
            +
                          "type": "uint256"
         | 
| 1282 | 
            +
                        },
         | 
| 1283 | 
            +
                        {
         | 
| 1284 | 
            +
                          "internalType": "uint256",
         | 
| 1285 | 
            +
                          "name": "fixedFee",
         | 
| 1286 | 
            +
                          "type": "uint256"
         | 
| 1287 | 
            +
                        }
         | 
| 1288 | 
            +
                      ],
         | 
| 1289 | 
            +
                      "internalType": "struct Fee",
         | 
| 1290 | 
            +
                      "name": "stakingFee",
         | 
| 1291 | 
            +
                      "type": "tuple"
         | 
| 1292 | 
            +
                    },
         | 
| 1293 | 
            +
                    {
         | 
| 1294 | 
            +
                      "components": [
         | 
| 1295 | 
            +
                        {
         | 
| 1296 | 
            +
                          "internalType": "UFixed",
         | 
| 1297 | 
            +
                          "name": "fractionalFee",
         | 
| 1298 | 
            +
                          "type": "uint256"
         | 
| 1299 | 
            +
                        },
         | 
| 1300 | 
            +
                        {
         | 
| 1301 | 
            +
                          "internalType": "uint256",
         | 
| 1302 | 
            +
                          "name": "fixedFee",
         | 
| 1303 | 
            +
                          "type": "uint256"
         | 
| 1304 | 
            +
                        }
         | 
| 1305 | 
            +
                      ],
         | 
| 1306 | 
            +
                      "internalType": "struct Fee",
         | 
| 1307 | 
            +
                      "name": "performanceFee",
         | 
| 1308 | 
            +
                      "type": "tuple"
         | 
| 1309 | 
            +
                    }
         | 
| 1310 | 
            +
                  ],
         | 
| 1311 | 
            +
                  "name": "setPoolFees",
         | 
| 1312 | 
            +
                  "outputs": [],
         | 
| 1313 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1314 | 
            +
                  "type": "function"
         | 
| 1315 | 
            +
                },
         | 
| 1316 | 
            +
                {
         | 
| 1317 | 
            +
                  "inputs": [
         | 
| 1318 | 
            +
                    {
         | 
| 1319 | 
            +
                      "components": [
         | 
| 1320 | 
            +
                        {
         | 
| 1321 | 
            +
                          "internalType": "UFixed",
         | 
| 1322 | 
            +
                          "name": "fractionalFee",
         | 
| 1323 | 
            +
                          "type": "uint256"
         | 
| 1324 | 
            +
                        },
         | 
| 1325 | 
            +
                        {
         | 
| 1326 | 
            +
                          "internalType": "uint256",
         | 
| 1327 | 
            +
                          "name": "fixedFee",
         | 
| 1328 | 
            +
                          "type": "uint256"
         | 
| 1329 | 
            +
                        }
         | 
| 1330 | 
            +
                      ],
         | 
| 1331 | 
            +
                      "internalType": "struct Fee",
         | 
| 1332 | 
            +
                      "name": "productFee",
         | 
| 1333 | 
            +
                      "type": "tuple"
         | 
| 1334 | 
            +
                    },
         | 
| 1335 | 
            +
                    {
         | 
| 1336 | 
            +
                      "components": [
         | 
| 1337 | 
            +
                        {
         | 
| 1338 | 
            +
                          "internalType": "UFixed",
         | 
| 1339 | 
            +
                          "name": "fractionalFee",
         | 
| 1340 | 
            +
                          "type": "uint256"
         | 
| 1341 | 
            +
                        },
         | 
| 1342 | 
            +
                        {
         | 
| 1343 | 
            +
                          "internalType": "uint256",
         | 
| 1344 | 
            +
                          "name": "fixedFee",
         | 
| 1345 | 
            +
                          "type": "uint256"
         | 
| 1346 | 
            +
                        }
         | 
| 1347 | 
            +
                      ],
         | 
| 1348 | 
            +
                      "internalType": "struct Fee",
         | 
| 1349 | 
            +
                      "name": "processingFee",
         | 
| 1350 | 
            +
                      "type": "tuple"
         | 
| 1351 | 
            +
                    }
         | 
| 1352 | 
            +
                  ],
         | 
| 1353 | 
            +
                  "name": "setProductFees",
         | 
| 1354 | 
            +
                  "outputs": [],
         | 
| 1355 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1356 | 
            +
                  "type": "function"
         | 
| 1357 | 
            +
                },
         | 
| 1358 | 
            +
                {
         | 
| 1359 | 
            +
                  "inputs": [
         | 
| 1360 | 
            +
                    {
         | 
| 1361 | 
            +
                      "internalType": "address",
         | 
| 1362 | 
            +
                      "name": "newWallet",
         | 
| 1363 | 
            +
                      "type": "address"
         | 
| 1364 | 
            +
                    }
         | 
| 1365 | 
            +
                  ],
         | 
| 1366 | 
            +
                  "name": "setWallet",
         | 
| 1367 | 
            +
                  "outputs": [],
         | 
| 1368 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1369 | 
            +
                  "type": "function"
         | 
| 1370 | 
            +
                },
         | 
| 1371 | 
            +
                {
         | 
| 1372 | 
            +
                  "inputs": [
         | 
| 1373 | 
            +
                    {
         | 
| 1374 | 
            +
                      "internalType": "bytes4",
         | 
| 1375 | 
            +
                      "name": "interfaceId",
         | 
| 1376 | 
            +
                      "type": "bytes4"
         | 
| 1377 | 
            +
                    }
         | 
| 1378 | 
            +
                  ],
         | 
| 1379 | 
            +
                  "name": "supportsInterface",
         | 
| 1380 | 
            +
                  "outputs": [
         | 
| 1381 | 
            +
                    {
         | 
| 1382 | 
            +
                      "internalType": "bool",
         | 
| 1383 | 
            +
                      "name": "",
         | 
| 1384 | 
            +
                      "type": "bool"
         | 
| 1385 | 
            +
                    }
         | 
| 1386 | 
            +
                  ],
         | 
| 1387 | 
            +
                  "stateMutability": "view",
         | 
| 1388 | 
            +
                  "type": "function"
         | 
| 1389 | 
            +
                },
         | 
| 1390 | 
            +
                {
         | 
| 1391 | 
            +
                  "inputs": [],
         | 
| 1392 | 
            +
                  "name": "unlock",
         | 
| 1393 | 
            +
                  "outputs": [],
         | 
| 1394 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1395 | 
            +
                  "type": "function"
         | 
| 1396 | 
            +
                },
         | 
| 1397 | 
            +
                {
         | 
| 1398 | 
            +
                  "inputs": [
         | 
| 1399 | 
            +
                    {
         | 
| 1400 | 
            +
                      "internalType": "bytes",
         | 
| 1401 | 
            +
                      "name": "data",
         | 
| 1402 | 
            +
                      "type": "bytes"
         | 
| 1403 | 
            +
                    }
         | 
| 1404 | 
            +
                  ],
         | 
| 1405 | 
            +
                  "name": "upgradeVersionable",
         | 
| 1406 | 
            +
                  "outputs": [],
         | 
| 1407 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1408 | 
            +
                  "type": "function"
         | 
| 1409 | 
            +
                },
         | 
| 1410 | 
            +
                {
         | 
| 1411 | 
            +
                  "inputs": [
         | 
| 1412 | 
            +
                    {
         | 
| 1413 | 
            +
                      "internalType": "Amount",
         | 
| 1414 | 
            +
                      "name": "amount",
         | 
| 1415 | 
            +
                      "type": "uint96"
         | 
| 1416 | 
            +
                    }
         | 
| 1417 | 
            +
                  ],
         | 
| 1418 | 
            +
                  "name": "withdrawFees",
         | 
| 1419 | 
            +
                  "outputs": [
         | 
| 1420 | 
            +
                    {
         | 
| 1421 | 
            +
                      "internalType": "Amount",
         | 
| 1422 | 
            +
                      "name": "withdrawnAmount",
         | 
| 1423 | 
            +
                      "type": "uint96"
         | 
| 1424 | 
            +
                    }
         | 
| 1425 | 
            +
                  ],
         | 
| 1426 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1427 | 
            +
                  "type": "function"
         | 
| 1428 | 
            +
                }
         | 
| 1429 | 
            +
              ],
         | 
| 1430 | 
            +
              "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615cb2806100d65f395ff3fe608060405234801561000f575f80fd5b506004361061021e575f3560e01c80636c741e781161012a578063a69df4b5116100b4578063d165cb6411610079578063d165cb6414610500578063d56cd3d514610513578063deaa59df14610526578063e618053f14610539578063f83d08ba146102a7575f80fd5b8063a69df4b5146102a7578063ada9652e146104b5578063b68d1809146104c9578063bf7e214f146104d0578063c142a303146104ed575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461045e5780638899278a14610471578063893d20e81461047957806389fad8a2146104815780638fb3603714610494575f80fd5b80636c741e78146103fe5780636e1728071461041e57806374933c2f1461043157806376b707b714610444575f80fd5b8063329d6e74116101ab5780636078a3b21161017b5780636078a3b214610395578063644c45e0146103a857806366101781146103c557806367438c50146103d857806367ba1c10146103eb575f80fd5b8063329d6e741461033757806337a897ee1461034a57806349bb9e4b1461035d5780635ab1bd5314610370575f80fd5b8063138461e0116101f1578063138461e0146102a95780631c6b2190146102c95780631eff4b22146102dc57806325e451d3146103115780632d46f5df14610324575f80fd5b806301ffc9a7146102225780630d8e6e2c146102635780630fec111c1461027f57806311a1467714610294575b5f80fd5b61024e610230366004614c91565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b61054c565b60405162ffffff909116815260200161025a565b6102876105d3565b60405161025a9190614ce6565b6102a76102a2366004614da2565b61075f565b005b6102b161077d565b6040516001600160601b03909116815260200161025a565b6102b16102d7366004614dfb565b610787565b6103037f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161025a565b6102a761031f366004614da2565b610ebd565b6102b1610332366004614e16565b610ed6565b6102a7610345366004614f9f565b6110b7565b6102a7610358366004614fff565b611201565b6102a761036b366004615029565b611524565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161025a565b6102b16103a3366004614e16565b611612565b5f80516020615c1d833981519152546001600160601b03166102b1565b6102a76103d3366004614da2565b6117af565b6102a76103e6366004615075565b6117ba565b6102a76103f9366004614fff565b611842565b610406611bb2565b6040516001600160401b03909116815260200161025a565b6102a761042c366004615075565b611c3e565b6102a761043f366004614da2565b611c96565b61044c611ca1565b60405160ff909116815260200161025a565b6102a761046c366004614e16565b611d15565b610303600381565b61037d611db1565b6102a761048f366004614da2565b611ee2565b61049c611eed565b6040516001600160e01b0319909116815260200161025a565b6103035f80516020615c1d83398151915281565b600b61044c565b5f80516020615c3d833981519152546001600160a01b031661037d565b6102a76104fb3660046150bd565b611f24565b6102a761050e366004614da2565b6122c5565b6102a7610521366004614da2565b6122d0565b6102a7610534366004614e16565b6122db565b6102a7610547366004614da2565b61257d565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615100565b905090565b6105db614c54565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610651573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106759190615132565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106bd611db1565b6001600160a01b031681526020018260010180546106da9061514d565b80601f01602080910402602001604051908101604052809291908181526020018280546107069061514d565b80156107515780601f1061072857610100808354040283529160200191610751565b820191905f5260205f20905b81548152906001019060200180831161073457829003601f168201915b505050505081525091505090565b61076a83600e612584565b6107775f8585858561263b565b50505050565b5f6105ce30612a35565b5f8080610794600b612c2e565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107fa919061517f565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015610846573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261086d91908101906151f9565b90505f81606001519050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190615132565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610954573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097891906152e2565b15610a5557826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109dd919061517f565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610a2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4e9190615132565b9450610c7c565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acf91906152e2565b15610aed5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4e919061517f565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610b9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbf9190615132565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610c20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4491906152e2565b15610c7a5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610d525f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ce0919061517f565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4c9190615132565b8961263b565b5f610d656001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610db2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd6919061517f565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610e9d575f80fd5b505af1158015610eaf573d5f803e3d5ffd5b505050505050505050919050565b610ec883601f612584565b61077760018585858561263b565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401610f189291906152fb565b602060405180830381865af4158015610f33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5791906152e2565b610f7f5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f80610f8c85600c612cca565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b03808516926308c253c692899286169163c108bd4c916004808301925f9291908290030181865afa158015610fe7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261100e91908101906153ee565b6040518363ffffffff1660e01b815260040161102b9291906156e4565b5f604051808303815f87803b158015611042575f80fd5b505af1158015611054573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b158015611098575f80fd5b505af11580156110aa573d5f803e3d5ffd5b5050505050505050919050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6110d961054c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611117573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061113b9190615724565b5f80516020615c5d8339815191528054600160401b900460ff168061116d575080546001600160401b03808416911610155b1561118b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556111b5836131d4565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8061120d600e612c2e565b92505091505f8061127d836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611277919061517f565b856131dc565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101200151896040518363ffffffff1660e01b81526004016112c092919061573f565b602060405180830381865af41580156112db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ff91906152e2565b6113475761133b836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461012001518a613339565b50610120810186905260015b61014082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161138491908a9060040161573f565b602060405180830381865af415801561139f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c391906152e2565b6114195761140d836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610140015189613339565b50610140810185905260015b801561151b57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561145b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147f919061517f565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b81526004016114af93929190615765565b5f604051808303815f87803b1580156114c6575f80fd5b505af11580156114d8573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f80516020615c5d8339815191528054600160401b810460ff1615906001600160401b03165f811580156115555750825b90505f826001600160401b031660011480156115705750303b155b90508115801561157e575080155b1561159c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c657845460ff60401b1916600160401b1785555b6115d0878761338c565b831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b81526004016116549291906152fb565b602060405180830381865af415801561166f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061169391906152e2565b6116bb5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156116f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261171e9190810190615799565b60400151905061173481600f6134fb565b6134fb565b1561174a576117428461350b565b9250506117a9565b61175581600e6134fb565b1561176357611742846137e2565b61176e81600d6134fb565b1561177c57611742846139f4565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610c71565b50919050565b61076a83601d612584565b6117c582600c612584565b61183d6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118379190615132565b8561263b565b505050565b5f8061184e600c612c2e565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611890573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b4919061517f565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611900573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261192791908101906153ee565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360e00151886040518363ffffffff1660e01b815260040161196792919061573f565b602060405180830381865af4158015611982573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119a691906152e2565b6119e7576119dc846040518060400160405280600a81526020016950726f6475637446656560b01b8152508460e0015189613339565b5060e0810185905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611a249190899060040161573f565b602060405180830381865af4158015611a3f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a6391906152e2565b611aa957611a9d846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610100015188613339565b50610100810184905260015b8015611baa57826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aeb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0f919061517f565b6001600160a01b0316638ad6e023858460ff6040518463ffffffff1660e01b8152600401611b3f93929190615765565b5f604051808303815f87803b158015611b56575f80fd5b505af1158015611b68573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611bd7611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611c1a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615724565b611c4982600c612584565b61183d5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b610ec883600e612584565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611cf1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615869565b33611d345f80516020615c3d833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611d6f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610c71565b816001600160a01b03163b5f03611da4576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c71565b611dad82613b65565b5050565b5f805f80516020615c1d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4191906152e2565b15611ecc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ea2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec6919061517f565b91505090565b54600160601b90046001600160a01b0316919050565b61076a83600f612584565b5f80516020615c3d83398151915280545f9190600160a01b900460ff16611f14575f611ec6565b638fb3603760e01b91505090565b565b5f80611f30600f612c2e565b92505091505f80611f76836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361016001518a6040518363ffffffff1660e01b8152600401611fb992919061573f565b602060405180830381865af4158015611fd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff891906152e2565b6120385761202c8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461016001518b613339565b50610160810187905260015b61018082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161207591908b9060040161573f565b602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b491906152e2565b6120f7576120eb836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508461018001518a613339565b50610180810186905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161213491908a9060040161573f565b602060405180830381865af415801561214f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061217391906152e2565b6121ba576121ae836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101a0015189613339565b506101a0810185905260015b80156122bb57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612220919061517f565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b815260040161225093929190615765565b5f604051808303815f87803b158015612267575f80fd5b505af1158015612279573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610ec883601d612584565b610ec883600f612584565b5f806122e7600b612c2e565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612329573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061234d919061517f565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612399573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123c091908101906151f9565b60608101519091506001600160a01b0385166123ef5760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b0381166124165760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b0316036124485760405163e5bf1f2160e01b815260040160405180910390fd5b8482606001906001600160a01b031690816001600160a01b031681525050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156124a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124c6919061517f565b6001600160a01b031663d3eb4e47858460ff6040518463ffffffff1660e01b81526004016124f6939291906158f0565b5f604051808303815f87803b15801561250d575f80fd5b505af115801561251f573d5f803e3d5ffd5b5050604080516001600160601b03881681526001600160a01b03858116602083015289168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a15050505050565b61076a83601f5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156125e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061260a91906152e2565b611dad5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c71565b5f6126468383613bc5565b90508515612845576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156126a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126c891906152e2565b1561274757604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015612721573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127459190615132565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561279d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127c191906152e2565b156128405760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af115801561281a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061283e9190615132565b505b611baa565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561289b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128bf91906152e2565b1561293e5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612918573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293c9190615132565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612994573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b891906152e2565b15611baa576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612a11573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151b9190615132565b5f805f80516020615c1d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac591906152e2565b15612af15780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c71565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612b43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b6791906152e2565b612b8f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c71565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612be1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c059190615132565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f612c37614c54565b5f612c4a6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612c8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb29190615132565b9250612cc083856001613c50565b9395909450915050565b5f805f805f805f805f612cef612ce86001546001600160a01b031690565b8c8c613eec565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d3f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d63919061517f565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612da1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dc5919061517f565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e27919061517f565b9650612e348a600c6134fb565b15612eb857600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af1158015612e89573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612eb09190810190615799565b519450612f3c565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af1158015612f11573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f389190810190615799565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612f78573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f9f91908101906151f9565b90505f8160200151905073__$51089c37ca0df1177a910c640c8c5f8165$__63825e7279828c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613000573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613024919061517f565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015291166024820152604401602060405180830381865af415801561306d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613091919061517f565b6001600160a01b03908116604080850191909152516338327fe960e11b8152908a1690637064ffd2906130ca908a908690600401615911565b5f604051808303815f87803b1580156130e1575f80fd5b505af11580156130f3573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015613134573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131589190615132565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b61021e61452a565b5f6132b3604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b6132bc83614560565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015613309573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261333091908101906153ee565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db9461337e948a948a949293909290615932565b60405180910390a150505050565b5f80516020615c5d8339815191528054600160401b810460ff1615906001600160401b03165f811580156133bd5750825b90505f826001600160401b031660011480156133d85750303b155b9050811580156133e6575080155b156134045760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561342e57845460ff60401b1916600160401b1785555b5f80878060200190518101906134449190615978565b9150915061345382828b6145f0565b61345d6002614730565b600280546001600160a01b0319166001600160a01b0392909216919091179055613487600a614730565b600380546001600160a01b0319166001600160a01b03929092169190911790556134b7630476a7a160e01b6147c1565b5050831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b60ff828116908216145b92915050565b5f8080808061351b86600f612cca565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613574573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261359b91908101906153ee565b60808101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156135fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061361e91906152e2565b156136555760808101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610c71565b5f879050836001600160a01b0316637d8486fe88836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040161010060405180830381865afa1580156136a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136ca91906159b0565b6040518363ffffffff1660e01b81526004016136e7929190615a4a565b5f604051808303815f87803b1580156136fe575f80fd5b505af1158015613710573d5f803e3d5ffd5b505050506001600160601b0387166080830152604051638ad6e02360e01b81526001600160a01b03851690638ad6e02390613754908690869060ff90600401615765565b5f604051808303815f87803b15801561376b575f80fd5b505af115801561377d573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b1580156137c1575f80fd5b505af11580156137d3573d5f803e3d5ffd5b50505050505050505050919050565b5f808080806137f286600e612cca565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa15801561384b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261387291908101906153ee565b905080602001516138a15760405163931d421760e01b81526001600160601b0383166004820152602401610c71565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156138fd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061392191906152e2565b156139585760a08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610c71565b6001600160601b03861660a08201526001600160a01b038316638ad6e023838360ff5b6040518463ffffffff1660e01b815260040161399993929190615765565b5f604051808303815f87803b1580156139b0575f80fd5b505af11580156139c2573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610e86565b5f80808080613a0486600d612cca565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613a5d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a8491908101906153ee565b9050806040015160ff165f03613ab857604051634435e56b60e01b81526001600160601b0383166004820152602401610c71565b806040015160ff16816060015160ff1603613b005760408082015190516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610c71565b858160c00151826060015160ff1681518110613b1e57613b1e615ad9565b6001600160601b039092166020928302919091019091015260608101805190613b4682615aed565b60ff169052506001600160a01b038316638ad6e023838361397b60ff90565b5f80516020615c3d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613c25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c499190615132565b9392505050565b613c58614c54565b5f80613c6c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613cb9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613ce09190810190615799565b9250613cf585600b5b60ff9081169116141590565b15613d4b57604083015160ff868116911614613d4657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b613ddc565b613d5b836040015161172f600c90565b80613d715750613d71836040015161172f600f90565b80613d875750613d87836040015161172f600e90565b80613d9d5750613d9d836040015161172f600d90565b613ddc57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b613de681846147ed565b91508315613ee357816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e4e919061517f565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613e96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613eba91906152e2565b15613ee357604051637d71120960e11b81526001600160601b0387166004820152602401610c71565b50935093915050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa158015613f39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613f609190810190615799565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015613fbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fe091906152e2565b156140005760405163f75940a160e01b8152336004820152602401610c71565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015614045573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261406c9190810190615799565b905061408381604001518960ff9081169116141590565b156140c3576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610c71565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa158015614115573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141399190615132565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614190573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141b491906152e2565b156141dd576040516322e6526160e11b81526001600160a01b038a166004820152602401610c71565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa15801561422a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061424e919061517f565b9050614313856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561428f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142b39190615869565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156142ef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ce99190615869565b1561440e5789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614355573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143799190615869565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156143b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143d99190615869565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610c71565b61441f8260200151845f015161489e565b156144575782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610c71565b61446289600c6134fb565b156144b9576144778360400151613ce9600a90565b156144b0578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610c71565b82519750614509565b6144c98360400151613ce9600c90565b15614501578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610c71565b826020015197505b8160a00151935061451a8b89614922565b9650505050939792965093509350565b5f80516020615c5d83398151915254600160401b900460ff16611f2257604051631afcd79f60e31b815260040160405180910390fd5b5f6145736001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156145bf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145e69190810190615799565b6020015192915050565b6145f861452a565b614600614993565b6001600160a01b0382161561461d57614618826149a3565b614694565b5f6146286002614730565b9050614692816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015614669573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061468d919061517f565b6149a3565b505b61471083846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156146d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146f89190615132565b60085f8560405180602001604052805f8152506149b7565b614720634a531f3360e01b6147c1565b61183d63daf9067160e01b6147c1565b5f6147436001546001600160a01b031690565b6001600160a01b031663d39e60438361475a611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561479d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613505919061517f565b6147c961452a565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6147fe826040015161172f600c90565b1561481857614811838360200151614922565b9050613505565b60208201516040516305247a1760e51b81526001600160601b039091166004820152613c499084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561486e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526148959190810190615799565b60200151614922565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156148fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c4991906152e2565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561496f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c49919061517f565b61499b61452a565b611f22614a52565b6149ab61452a565b6149b481614a80565b50565b6149bf61452a565b6149c98683614a91565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016122bb8382615b62565b614a5a61452a565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614a8861452a565b6149b481613b65565b614a9961452a565b614aa282614b07565b614aaa614c0f565b6001600160a01b038116614ad15760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615c1d83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b614b0f61452a565b806001600160a01b03163b5f03614b445760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015614bbe575060408051601f3d908101601f19168201909252614bbb918101906152e2565b60015b614be65760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b80611dad5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610c71565b614c1761452a565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614ca1575f80fd5b81356001600160e01b031981168114613c49575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614d2e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614d72610100840182614cb8565b949350505050565b6001600160a01b03811681146149b4575f80fd5b6001600160601b03811681146149b4575f80fd5b5f805f8060808587031215614db5575f80fd5b8435614dc081614d7a565b93506020850135614dd081614d8e565b92506040850135614de081614d8e565b91506060850135614df081614d8e565b939692955090935050565b5f60208284031215614e0b575f80fd5b8135613c4981614d8e565b5f60208284031215614e26575f80fd5b8135613c4981614d7a565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715614e6757614e67614e31565b60405290565b60405160a081016001600160401b0381118282101715614e6757614e67614e31565b6040516101c081016001600160401b0381118282101715614e6757614e67614e31565b60405160e081016001600160401b0381118282101715614e6757614e67614e31565b60405161010081016001600160401b0381118282101715614e6757614e67614e31565b604051601f8201601f191681016001600160401b0381118282101715614f1f57614f1f614e31565b604052919050565b5f6001600160401b03821115614f3f57614f3f614e31565b50601f01601f191660200190565b5f82601f830112614f5c575f80fd5b8135614f6f614f6a82614f27565b614ef7565b818152846020838601011115614f83575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614faf575f80fd5b81356001600160401b03811115614fc4575f80fd5b614d7284828501614f4d565b5f60408284031215614fe0575f80fd5b614fe8614e45565b823581526020928301359281019290925250919050565b5f8060808385031215615010575f80fd5b61501a8484614fd0565b91506133308460408501614fd0565b5f806040838503121561503a575f80fd5b823561504581614d7a565b915060208301356001600160401b0381111561505f575f80fd5b61506b85828601614f4d565b9150509250929050565b5f805f60608486031215615087575f80fd5b833561509281614d7a565b925060208401356150a281614d8e565b915060408401356150b281614d8e565b809150509250925092565b5f805f60c084860312156150cf575f80fd5b6150d98585614fd0565b92506150e88560408601614fd0565b91506150f78560808601614fd0565b90509250925092565b5f60208284031215615110575f80fd5b815162ffffff81168114613c49575f80fd5b805161512d81614d8e565b919050565b5f60208284031215615142575f80fd5b8151613c4981614d8e565b600181811c9082168061516157607f821691505b6020821081036117a957634e487b7160e01b5f52602260045260245ffd5b5f6020828403121561518f575f80fd5b8151613c4981614d7a565b5f6151a7614f6a84614f27565b90508281528383830111156151ba575f80fd5b8282602083015e5f602084830101529392505050565b805161512d81614d7a565b5f82601f8301126151ea575f80fd5b613c498383516020850161519a565b5f60208284031215615209575f80fd5b81516001600160401b0381111561521e575f80fd5b820160a0818503121561522f575f80fd5b615237614e6d565b81516001600160401b0381111561524c575f80fd5b8201601f8101861361525c575f80fd5b61526b8682516020840161519a565b82525061527a602083016151d0565b602082015261528b604083016151d0565b604082015261529c606083016151d0565b606082015260808201516001600160401b038111156152b9575f80fd5b6152c5868285016151db565b608083015250949350505050565b8051801515811461512d575f80fd5b5f602082840312156152f2575f80fd5b613c49826152d3565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b60ff811681146149b4575f80fd5b805161512d8161531e565b5f82601f830112615346575f80fd5b81516001600160401b0381111561535f5761535f614e31565b8060051b61536f60208201614ef7565b9182526020818501810192908101908684111561538a575f80fd5b6020860192505b838310156153b55782516153a481614d8e565b825260209283019290910190615391565b9695505050505050565b5f604082840312156153cf575f80fd5b6153d7614e45565b825181526020928301519281019290925250919050565b5f602082840312156153fe575f80fd5b81516001600160401b03811115615413575f80fd5b82016102a08185031215615425575f80fd5b61542d614e8f565b615436826152d3565b8152615444602083016152d3565b60208201526154556040830161532c565b60408201526154666060830161532c565b606082015261547760808301615122565b608082015261548860a08301615122565b60a082015260c08201516001600160401b038111156154a5575f80fd5b6154b186828501615337565b60c0830152506154c48560e084016153bf565b60e08201526154d78561012084016153bf565b6101008201526154eb8561016084016153bf565b6101208201526154ff856101a084016153bf565b610140820152615513856101e084016153bf565b6101608201526155278561022084016153bf565b61018082015261553b8561026084016153bf565b6101a0820152949350505050565b5f8151808452602084019350602083015f5b828110156155825781516001600160601b031686526020958601959091019060010161555b565b5093949350505050565b8051151582525f60208201516155a6602085018215159052565b5060408201516155bb604085018260ff169052565b5060608201516155d0606085018260ff169052565b5060808201516155eb60808501826001600160601b03169052565b5060a082015161560660a08501826001600160601b03169052565b5060c08201516102a060c08501526156226102a0850182615549565b905060e083015161564060e086018280518252602090810151910152565b506101008301518051610120860152602081015161014086015250610120830151805161016086015260208101516101808601525061014083015180516101a086015260208101516101c08601525061016083015180516101e086015260208101516102008601525061018083015180516102208601526020810151610240860152506101a083015180516102608601526020810151610280860152509392505050565b6001600160601b0383168152604060208201525f614d72604083018461558c565b6001600160401b03811681146149b4575f80fd5b805161512d81615705565b5f60208284031215615734575f80fd5b8151613c4981615705565b825181526020808401518183015282516040830152820151606082015260808101613c49565b6001600160601b0384168152606060208201525f615786606083018561558c565b905060ff83166040830152949350505050565b5f602082840312156157a9575f80fd5b81516001600160401b038111156157be575f80fd5b820160e081850312156157cf575f80fd5b6157d7614eb2565b6157e082615122565b81526157ee60208301615122565b60208201526157ff6040830161532c565b6040820152615810606083016152d3565b6060820152615821608083016151d0565b608082015261583260a083016151d0565b60a082015260c08201516001600160401b0381111561584f575f80fd5b61585b868285016151db565b60c083015250949350505050565b5f60208284031215615879575f80fd5b8151613c498161531e565b5f815160a0845261589860a0850182614cb8565b905060018060a01b03602084015116602085015260018060a01b03604084015116604085015260018060a01b036060840151166060850152608083015184820360808601526158e78282614cb8565b95945050505050565b6001600160601b0384168152606060208201525f6157866060830185615884565b6001600160601b0383168152604060208201525f614d726040830184615884565b6001600160601b038716815260c060208201525f61595360c0830188614cb8565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615989575f80fd5b825161599481614d7a565b60208401519092506159a581614d7a565b809150509250929050565b5f6101008284031280156159c2575f80fd5b506159cb614ed4565b82516159d681614d8e565b81526159e460208401615719565b60208201526159f5604084016152d3565b6040820152615a06606084016152d3565b6060820152615a17608084016152d3565b6080820152615a2860a084016152d3565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f610120820190506001600160601b03841682526001600160601b0383511660208301526001600160401b0360208401511660408301526040830151151560608301526060830151615aa0608084018215159052565b50608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e08301516101008301529392505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615b0e57634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f82111561183d57805f5260205f20601f840160051c81016020851015615b3c5750805b601f840160051c820191505b81811015615b5b575f8155600101615b48565b5050505050565b81516001600160401b03811115615b7b57615b7b614e31565b615b8f81615b89845461514d565b84615b17565b6020601f821160018114615bc1575f8315615baa5750848201515b5f19600385901b1c1916600184901b178455615b5b565b5f84815260208120601f198516915b82811015615bf05787850151825560209485019460019092019101615bd0565b5084821015615c0d57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212202125bc0eda938c7480c0563dec93606b389060ad8ed80982139a8f8d47db197364736f6c634300081a0033",
         | 
| 1431 | 
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061021e575f3560e01c80636c741e781161012a578063a69df4b5116100b4578063d165cb6411610079578063d165cb6414610500578063d56cd3d514610513578063deaa59df14610526578063e618053f14610539578063f83d08ba146102a7575f80fd5b8063a69df4b5146102a7578063ada9652e146104b5578063b68d1809146104c9578063bf7e214f146104d0578063c142a303146104ed575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461045e5780638899278a14610471578063893d20e81461047957806389fad8a2146104815780638fb3603714610494575f80fd5b80636c741e78146103fe5780636e1728071461041e57806374933c2f1461043157806376b707b714610444575f80fd5b8063329d6e74116101ab5780636078a3b21161017b5780636078a3b214610395578063644c45e0146103a857806366101781146103c557806367438c50146103d857806367ba1c10146103eb575f80fd5b8063329d6e741461033757806337a897ee1461034a57806349bb9e4b1461035d5780635ab1bd5314610370575f80fd5b8063138461e0116101f1578063138461e0146102a95780631c6b2190146102c95780631eff4b22146102dc57806325e451d3146103115780632d46f5df14610324575f80fd5b806301ffc9a7146102225780630d8e6e2c146102635780630fec111c1461027f57806311a1467714610294575b5f80fd5b61024e610230366004614c91565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61026b61054c565b60405162ffffff909116815260200161025a565b6102876105d3565b60405161025a9190614ce6565b6102a76102a2366004614da2565b61075f565b005b6102b161077d565b6040516001600160601b03909116815260200161025a565b6102b16102d7366004614dfb565b610787565b6103037f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161025a565b6102a761031f366004614da2565b610ebd565b6102b1610332366004614e16565b610ed6565b6102a7610345366004614f9f565b6110b7565b6102a7610358366004614fff565b611201565b6102a761036b366004615029565b611524565b6001546001600160a01b03165b6040516001600160a01b03909116815260200161025a565b6102b16103a3366004614e16565b611612565b5f80516020615c1d833981519152546001600160601b03166102b1565b6102a76103d3366004614da2565b6117af565b6102a76103e6366004615075565b6117ba565b6102a76103f9366004614fff565b611842565b610406611bb2565b6040516001600160401b03909116815260200161025a565b6102a761042c366004615075565b611c3e565b6102a761043f366004614da2565b611c96565b61044c611ca1565b60405160ff909116815260200161025a565b6102a761046c366004614e16565b611d15565b610303600381565b61037d611db1565b6102a761048f366004614da2565b611ee2565b61049c611eed565b6040516001600160e01b0319909116815260200161025a565b6103035f80516020615c1d83398151915281565b600b61044c565b5f80516020615c3d833981519152546001600160a01b031661037d565b6102a76104fb3660046150bd565b611f24565b6102a761050e366004614da2565b6122c5565b6102a7610521366004614da2565b6122d0565b6102a7610534366004614e16565b6122db565b6102a7610547366004614da2565b61257d565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615100565b905090565b6105db614c54565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610651573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106759190615132565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106bd611db1565b6001600160a01b031681526020018260010180546106da9061514d565b80601f01602080910402602001604051908101604052809291908181526020018280546107069061514d565b80156107515780601f1061072857610100808354040283529160200191610751565b820191905f5260205f20905b81548152906001019060200180831161073457829003601f168201915b505050505081525091505090565b61076a83600e612584565b6107775f8585858561263b565b50505050565b5f6105ce30612a35565b5f8080610794600b612c2e565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107fa919061517f565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015610846573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261086d91908101906151f9565b90505f81606001519050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156108e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090b9190615132565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af4158015610954573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097891906152e2565b15610a5557826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa1580156109b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109dd919061517f565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610a2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a4e9190615132565b9450610c7c565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610aab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acf91906152e2565b15610aed5760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610b2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4e919061517f565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610b9b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bbf9190615132565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610c20573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c4491906152e2565b15610c7a5760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610d525f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ce0919061517f565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d28573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4c9190615132565b8961263b565b5f610d656001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610db2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dd6919061517f565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610e9d575f80fd5b505af1158015610eaf573d5f803e3d5ffd5b505050505050505050919050565b610ec883601f612584565b61077760018585858561263b565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401610f189291906152fb565b602060405180830381865af4158015610f33573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5791906152e2565b610f7f5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f80610f8c85600c612cca565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b03808516926308c253c692899286169163c108bd4c916004808301925f9291908290030181865afa158015610fe7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261100e91908101906153ee565b6040518363ffffffff1660e01b815260040161102b9291906156e4565b5f604051808303815f87803b158015611042575f80fd5b505af1158015611054573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b158015611098575f80fd5b505af11580156110aa573d5f803e3d5ffd5b5050505050505050919050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6110d961054c565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611117573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061113b9190615724565b5f80516020615c5d8339815191528054600160401b900460ff168061116d575080546001600160401b03808416911610155b1561118b5760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556111b5836131d4565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f8061120d600e612c2e565b92505091505f8061127d836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611277919061517f565b856131dc565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101200151896040518363ffffffff1660e01b81526004016112c092919061573f565b602060405180830381865af41580156112db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ff91906152e2565b6113475761133b836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461012001518a613339565b50610120810186905260015b61014082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161138491908a9060040161573f565b602060405180830381865af415801561139f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113c391906152e2565b6114195761140d836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610140015189613339565b50610140810185905260015b801561151b57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa15801561145b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147f919061517f565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b81526004016114af93929190615765565b5f604051808303815f87803b1580156114c6575f80fd5b505af11580156114d8573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f80516020615c5d8339815191528054600160401b810460ff1615906001600160401b03165f811580156115555750825b90505f826001600160401b031660011480156115705750303b155b90508115801561157e575080155b1561159c5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156115c657845460ff60401b1916600160401b1785555b6115d0878761338c565b831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b81526004016116549291906152fb565b602060405180830381865af415801561166f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061169391906152e2565b6116bb5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610c71565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156116f7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261171e9190810190615799565b60400151905061173481600f6134fb565b6134fb565b1561174a576117428461350b565b9250506117a9565b61175581600e6134fb565b1561176357611742846137e2565b61176e81600d6134fb565b1561177c57611742846139f4565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610c71565b50919050565b61076a83601d612584565b6117c582600c612584565b61183d6001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118379190615132565b8561263b565b505050565b5f8061184e600c612c2e565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611890573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b4919061517f565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611900573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261192791908101906153ee565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08360e00151886040518363ffffffff1660e01b815260040161196792919061573f565b602060405180830381865af4158015611982573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119a691906152e2565b6119e7576119dc846040518060400160405280600a81526020016950726f6475637446656560b01b8152508460e0015189613339565b5060e0810185905260015b61010082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611a249190899060040161573f565b602060405180830381865af4158015611a3f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a6391906152e2565b611aa957611a9d846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610100015188613339565b50610100810184905260015b8015611baa57826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611aeb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b0f919061517f565b6001600160a01b0316638ad6e023858460ff6040518463ffffffff1660e01b8152600401611b3f93929190615765565b5f604051808303815f87803b158015611b56575f80fd5b505af1158015611b68573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611bd7611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611c1a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615724565b611c4982600c612584565b61183d5f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611813573d5f803e3d5ffd5b610ec883600e612584565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015611cf1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105ce9190615869565b33611d345f80516020615c3d833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b031614611d6f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610c71565b816001600160a01b03163b5f03611da4576040516361798f2f60e11b81526001600160a01b0383166004820152602401610c71565b611dad82613b65565b5050565b5f805f80516020615c1d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e4191906152e2565b15611ecc576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611ea2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ec6919061517f565b91505090565b54600160601b90046001600160a01b0316919050565b61076a83600f612584565b5f80516020615c3d83398151915280545f9190600160a01b900460ff16611f14575f611ec6565b638fb3603760e01b91505090565b565b5f80611f30600f612c2e565b92505091505f80611f76836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611253573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361016001518a6040518363ffffffff1660e01b8152600401611fb992919061573f565b602060405180830381865af4158015611fd4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ff891906152e2565b6120385761202c8360405180604001604052806007815260200166506f6f6c46656560c81b8152508461016001518b613339565b50610160810187905260015b61018082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161207591908b9060040161573f565b602060405180830381865af4158015612090573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120b491906152e2565b6120f7576120eb836040518060400160405280600a8152602001695374616b696e6746656560b01b8152508461018001518a613339565b50610180810186905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161213491908a9060040161573f565b602060405180830381865af415801561214f573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061217391906152e2565b6121ba576121ae836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101a0015189613339565b506101a0810185905260015b80156122bb57836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156121fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612220919061517f565b6001600160a01b0316638ad6e023848460ff6040518463ffffffff1660e01b815260040161225093929190615765565b5f604051808303815f87803b158015612267575f80fd5b505af1158015612279573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610ec883601d612584565b610ec883600f612584565b5f806122e7600b612c2e565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612329573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061234d919061517f565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015612399573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123c091908101906151f9565b60608101519091506001600160a01b0385166123ef5760405163cda6051f60e01b815260040160405180910390fd5b6001600160a01b0381166124165760405163149cf9c560e21b815260040160405180910390fd5b806001600160a01b0316856001600160a01b0316036124485760405163e5bf1f2160e01b815260040160405180910390fd5b8482606001906001600160a01b031690816001600160a01b031681525050826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa1580156124a2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124c6919061517f565b6001600160a01b031663d3eb4e47858460ff6040518463ffffffff1660e01b81526004016124f6939291906158f0565b5f604051808303815f87803b15801561250d575f80fd5b505af115801561251f573d5f803e3d5ffd5b5050604080516001600160601b03881681526001600160a01b03858116602083015289168183015290517ff2d80db4913d045b4cad17a65741b11f822efa2652c369fcb3e44324260773c39350908190036060019150a15050505050565b61076a83601f5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156125e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061260a91906152e2565b611dad5760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610c71565b5f6126468383613bc5565b90508515612845576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af41580156126a4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126c891906152e2565b1561274757604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af1158015612721573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127459190615132565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561279d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127c191906152e2565b156128405760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af115801561281a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061283e9190615132565b505b611baa565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561289b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128bf91906152e2565b1561293e5760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612918573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061293c9190615132565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612994573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b891906152e2565b15611baa576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612a11573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061151b9190615132565b5f805f80516020615c1d83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612aa1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ac591906152e2565b15612af15780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610c71565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612b43573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b6791906152e2565b612b8f5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610c71565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612be1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c059190615132565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f612c37614c54565b5f612c4a6001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612c8e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cb29190615132565b9250612cc083856001613c50565b9395909450915050565b5f805f805f805f805f612cef612ce86001546001600160a01b031690565b8c8c613eec565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612d3f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d63919061517f565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612da1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dc5919061517f565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612e03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e27919061517f565b9650612e348a600c6134fb565b15612eb857600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af1158015612e89573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612eb09190810190615799565b519450612f3c565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af1158015612f11573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f389190810190615799565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015612f78573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612f9f91908101906151f9565b90505f8160200151905073__$51089c37ca0df1177a910c640c8c5f8165$__63825e7279828c6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015613000573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613024919061517f565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015291166024820152604401602060405180830381865af415801561306d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613091919061517f565b6001600160a01b03908116604080850191909152516338327fe960e11b8152908a1690637064ffd2906130ca908a908690600401615911565b5f604051808303815f87803b1580156130e1575f80fd5b505af11580156130f3573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af1158015613134573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131589190615132565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b61021e61452a565b5f6132b3604080516101c0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c08401528351808501855282815280820183905260e084015283518085018552828152808201839052610100840152835180850185528281528082018390526101208401528351808501855282815280820183905261014084015283518085018552828152808201839052610160840152835180850185528281528082018390526101808401528351808501909452818452830152906101a082015290565b6132bc83614560565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa158015613309573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261333091908101906153ee565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db9461337e948a948a949293909290615932565b60405180910390a150505050565b5f80516020615c5d8339815191528054600160401b810460ff1615906001600160401b03165f811580156133bd5750825b90505f826001600160401b031660011480156133d85750303b155b9050811580156133e6575080155b156134045760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561342e57845460ff60401b1916600160401b1785555b5f80878060200190518101906134449190615978565b9150915061345382828b6145f0565b61345d6002614730565b600280546001600160a01b0319166001600160a01b0392909216919091179055613487600a614730565b600380546001600160a01b0319166001600160a01b03929092169190911790556134b7630476a7a160e01b6147c1565b5050831561151b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001611512565b60ff828116908216145b92915050565b5f8080808061351b86600f612cca565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613574573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261359b91908101906153ee565b60808101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156135fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061361e91906152e2565b156136555760808101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610c71565b5f879050836001600160a01b0316637d8486fe88836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040161010060405180830381865afa1580156136a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136ca91906159b0565b6040518363ffffffff1660e01b81526004016136e7929190615a4a565b5f604051808303815f87803b1580156136fe575f80fd5b505af1158015613710573d5f803e3d5ffd5b505050506001600160601b0387166080830152604051638ad6e02360e01b81526001600160a01b03851690638ad6e02390613754908690869060ff90600401615765565b5f604051808303815f87803b15801561376b575f80fd5b505af115801561377d573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b1580156137c1575f80fd5b505af11580156137d3573d5f803e3d5ffd5b50505050505050505050919050565b5f808080806137f286600e612cca565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa15801561384b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261387291908101906153ee565b905080602001516138a15760405163931d421760e01b81526001600160601b0383166004820152602401610c71565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156138fd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061392191906152e2565b156139585760a08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610c71565b6001600160601b03861660a08201526001600160a01b038316638ad6e023838360ff5b6040518463ffffffff1660e01b815260040161399993929190615765565b5f604051808303815f87803b1580156139b0575f80fd5b505af11580156139c2573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610e86565b5f80808080613a0486600d612cca565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613a5d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a8491908101906153ee565b9050806040015160ff165f03613ab857604051634435e56b60e01b81526001600160601b0383166004820152602401610c71565b806040015160ff16816060015160ff1603613b005760408082015190516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610c71565b858160c00151826060015160ff1681518110613b1e57613b1e615ad9565b6001600160601b039092166020928302919091019091015260608101805190613b4682615aed565b60ff169052506001600160a01b038316638ad6e023838361397b60ff90565b5f80516020615c3d83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015613c25573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c499190615132565b9392505050565b613c58614c54565b5f80613c6c6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613cb9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613ce09190810190615799565b9250613cf585600b5b60ff9081169116141590565b15613d4b57604083015160ff868116911614613d4657604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b613ddc565b613d5b836040015161172f600c90565b80613d715750613d71836040015161172f600f90565b80613d875750613d87836040015161172f600e90565b80613d9d5750613d9d836040015161172f600d90565b613ddc57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610c71565b613de681846147ed565b91508315613ee357816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015613e2a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e4e919061517f565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa158015613e96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613eba91906152e2565b15613ee357604051637d71120960e11b81526001600160601b0387166004820152602401610c71565b50935093915050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa158015613f39573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613f609190810190615799565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015613fbc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fe091906152e2565b156140005760405163f75940a160e01b8152336004820152602401610c71565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015614045573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261406c9190810190615799565b905061408381604001518960ff9081169116141590565b156140c3576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610c71565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa158015614115573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141399190615132565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614190573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141b491906152e2565b156141dd576040516322e6526160e11b81526001600160a01b038a166004820152602401610c71565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa15801561422a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061424e919061517f565b9050614313856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa15801561428f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142b39190615869565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156142ef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ce99190615869565b1561440e5789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614355573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143799190615869565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156143b5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143d99190615869565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610c71565b61441f8260200151845f015161489e565b156144575782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610c71565b61446289600c6134fb565b156144b9576144778360400151613ce9600a90565b156144b0578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610c71565b82519750614509565b6144c98360400151613ce9600c90565b15614501578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610c71565b826020015197505b8160a00151935061451a8b89614922565b9650505050939792965093509350565b5f80516020615c5d83398151915254600160401b900460ff16611f2257604051631afcd79f60e31b815260040160405180910390fd5b5f6145736001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa1580156145bf573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526145e69190810190615799565b6020015192915050565b6145f861452a565b614600614993565b6001600160a01b0382161561461d57614618826149a3565b614694565b5f6146286002614730565b9050614692816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015614669573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061468d919061517f565b6149a3565b505b61471083846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa1580156146d4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906146f89190615132565b60085f8560405180602001604052805f8152506149b7565b614720634a531f3360e01b6147c1565b61183d63daf9067160e01b6147c1565b5f6147436001546001600160a01b031690565b6001600160a01b031663d39e60438361475a611ca1565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561479d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613505919061517f565b6147c961452a565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f6147fe826040015161172f600c90565b1561481857614811838360200151614922565b9050613505565b60208201516040516305247a1760e51b81526001600160601b039091166004820152613c499084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa15801561486e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526148959190810190615799565b60200151614922565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af41580156148fe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c4991906152e2565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa15801561496f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c49919061517f565b61499b61452a565b611f22614a52565b6149ab61452a565b6149b481614a80565b50565b6149bf61452a565b6149c98683614a91565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016122bb8382615b62565b614a5a61452a565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614a8861452a565b6149b481613b65565b614a9961452a565b614aa282614b07565b614aaa614c0f565b6001600160a01b038116614ad15760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615c1d83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b614b0f61452a565b806001600160a01b03163b5f03614b445760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526325713e4b60e21b60048201526301ffc9a790602401602060405180830381865afa925050508015614bbe575060408051601f3d908101601f19168201909252614bbb918101906152e2565b60015b614be65760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610c71565b80611dad5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610c71565b614c1761452a565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614ca1575f80fd5b81356001600160e01b031981168114613c49575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614d2e608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614d72610100840182614cb8565b949350505050565b6001600160a01b03811681146149b4575f80fd5b6001600160601b03811681146149b4575f80fd5b5f805f8060808587031215614db5575f80fd5b8435614dc081614d7a565b93506020850135614dd081614d8e565b92506040850135614de081614d8e565b91506060850135614df081614d8e565b939692955090935050565b5f60208284031215614e0b575f80fd5b8135613c4981614d8e565b5f60208284031215614e26575f80fd5b8135613c4981614d7a565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b0381118282101715614e6757614e67614e31565b60405290565b60405160a081016001600160401b0381118282101715614e6757614e67614e31565b6040516101c081016001600160401b0381118282101715614e6757614e67614e31565b60405160e081016001600160401b0381118282101715614e6757614e67614e31565b60405161010081016001600160401b0381118282101715614e6757614e67614e31565b604051601f8201601f191681016001600160401b0381118282101715614f1f57614f1f614e31565b604052919050565b5f6001600160401b03821115614f3f57614f3f614e31565b50601f01601f191660200190565b5f82601f830112614f5c575f80fd5b8135614f6f614f6a82614f27565b614ef7565b818152846020838601011115614f83575f80fd5b816020850160208301375f918101602001919091529392505050565b5f60208284031215614faf575f80fd5b81356001600160401b03811115614fc4575f80fd5b614d7284828501614f4d565b5f60408284031215614fe0575f80fd5b614fe8614e45565b823581526020928301359281019290925250919050565b5f8060808385031215615010575f80fd5b61501a8484614fd0565b91506133308460408501614fd0565b5f806040838503121561503a575f80fd5b823561504581614d7a565b915060208301356001600160401b0381111561505f575f80fd5b61506b85828601614f4d565b9150509250929050565b5f805f60608486031215615087575f80fd5b833561509281614d7a565b925060208401356150a281614d8e565b915060408401356150b281614d8e565b809150509250925092565b5f805f60c084860312156150cf575f80fd5b6150d98585614fd0565b92506150e88560408601614fd0565b91506150f78560808601614fd0565b90509250925092565b5f60208284031215615110575f80fd5b815162ffffff81168114613c49575f80fd5b805161512d81614d8e565b919050565b5f60208284031215615142575f80fd5b8151613c4981614d8e565b600181811c9082168061516157607f821691505b6020821081036117a957634e487b7160e01b5f52602260045260245ffd5b5f6020828403121561518f575f80fd5b8151613c4981614d7a565b5f6151a7614f6a84614f27565b90508281528383830111156151ba575f80fd5b8282602083015e5f602084830101529392505050565b805161512d81614d7a565b5f82601f8301126151ea575f80fd5b613c498383516020850161519a565b5f60208284031215615209575f80fd5b81516001600160401b0381111561521e575f80fd5b820160a0818503121561522f575f80fd5b615237614e6d565b81516001600160401b0381111561524c575f80fd5b8201601f8101861361525c575f80fd5b61526b8682516020840161519a565b82525061527a602083016151d0565b602082015261528b604083016151d0565b604082015261529c606083016151d0565b606082015260808201516001600160401b038111156152b9575f80fd5b6152c5868285016151db565b608083015250949350505050565b8051801515811461512d575f80fd5b5f602082840312156152f2575f80fd5b613c49826152d3565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b60ff811681146149b4575f80fd5b805161512d8161531e565b5f82601f830112615346575f80fd5b81516001600160401b0381111561535f5761535f614e31565b8060051b61536f60208201614ef7565b9182526020818501810192908101908684111561538a575f80fd5b6020860192505b838310156153b55782516153a481614d8e565b825260209283019290910190615391565b9695505050505050565b5f604082840312156153cf575f80fd5b6153d7614e45565b825181526020928301519281019290925250919050565b5f602082840312156153fe575f80fd5b81516001600160401b03811115615413575f80fd5b82016102a08185031215615425575f80fd5b61542d614e8f565b615436826152d3565b8152615444602083016152d3565b60208201526154556040830161532c565b60408201526154666060830161532c565b606082015261547760808301615122565b608082015261548860a08301615122565b60a082015260c08201516001600160401b038111156154a5575f80fd5b6154b186828501615337565b60c0830152506154c48560e084016153bf565b60e08201526154d78561012084016153bf565b6101008201526154eb8561016084016153bf565b6101208201526154ff856101a084016153bf565b610140820152615513856101e084016153bf565b6101608201526155278561022084016153bf565b61018082015261553b8561026084016153bf565b6101a0820152949350505050565b5f8151808452602084019350602083015f5b828110156155825781516001600160601b031686526020958601959091019060010161555b565b5093949350505050565b8051151582525f60208201516155a6602085018215159052565b5060408201516155bb604085018260ff169052565b5060608201516155d0606085018260ff169052565b5060808201516155eb60808501826001600160601b03169052565b5060a082015161560660a08501826001600160601b03169052565b5060c08201516102a060c08501526156226102a0850182615549565b905060e083015161564060e086018280518252602090810151910152565b506101008301518051610120860152602081015161014086015250610120830151805161016086015260208101516101808601525061014083015180516101a086015260208101516101c08601525061016083015180516101e086015260208101516102008601525061018083015180516102208601526020810151610240860152506101a083015180516102608601526020810151610280860152509392505050565b6001600160601b0383168152604060208201525f614d72604083018461558c565b6001600160401b03811681146149b4575f80fd5b805161512d81615705565b5f60208284031215615734575f80fd5b8151613c4981615705565b825181526020808401518183015282516040830152820151606082015260808101613c49565b6001600160601b0384168152606060208201525f615786606083018561558c565b905060ff83166040830152949350505050565b5f602082840312156157a9575f80fd5b81516001600160401b038111156157be575f80fd5b820160e081850312156157cf575f80fd5b6157d7614eb2565b6157e082615122565b81526157ee60208301615122565b60208201526157ff6040830161532c565b6040820152615810606083016152d3565b6060820152615821608083016151d0565b608082015261583260a083016151d0565b60a082015260c08201516001600160401b0381111561584f575f80fd5b61585b868285016151db565b60c083015250949350505050565b5f60208284031215615879575f80fd5b8151613c498161531e565b5f815160a0845261589860a0850182614cb8565b905060018060a01b03602084015116602085015260018060a01b03604084015116604085015260018060a01b036060840151166060850152608083015184820360808601526158e78282614cb8565b95945050505050565b6001600160601b0384168152606060208201525f6157866060830185615884565b6001600160601b0383168152604060208201525f614d726040830184615884565b6001600160601b038716815260c060208201525f61595360c0830188614cb8565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615989575f80fd5b825161599481614d7a565b60208401519092506159a581614d7a565b809150509250929050565b5f6101008284031280156159c2575f80fd5b506159cb614ed4565b82516159d681614d8e565b81526159e460208401615719565b60208201526159f5604084016152d3565b6040820152615a06606084016152d3565b6060820152615a17608084016152d3565b6080820152615a2860a084016152d3565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f610120820190506001600160601b03841682526001600160601b0383511660208301526001600160401b0360208401511660408301526040830151151560608301526060830151615aa0608084018215159052565b50608083015180151560a08401525060a083015180151560c08401525060c083015160e083015260e08301516101008301529392505050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615b0e57634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f82111561183d57805f5260205f20601f840160051c81016020851015615b3c5750805b601f840160051c820191505b81811015615b5b575f8155600101615b48565b5050505050565b81516001600160401b03811115615b7b57615b7b614e31565b615b8f81615b89845461514d565b84615b17565b6020601f821160018114615bc1575f8315615baa5750848201515b5f19600385901b1c1916600184901b178455615b5b565b5f84815260208120601f198516915b82811015615bf05787850151825560209485019460019092019101615bd0565b5084821015615c0d57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a26469706673582212202125bc0eda938c7480c0563dec93606b389060ad8ed80982139a8f8d47db197364736f6c634300081a0033",
         | 
| 1432 | 
            +
              "linkReferences": {
         | 
| 1433 | 
            +
                "contracts/shared/ContractLib.sol": {
         | 
| 1434 | 
            +
                  "ContractLib": [
         | 
| 1435 | 
            +
                    {
         | 
| 1436 | 
            +
                      "length": 20,
         | 
| 1437 | 
            +
                      "start": 4016
         | 
| 1438 | 
            +
                    },
         | 
| 1439 | 
            +
                    {
         | 
| 1440 | 
            +
                      "length": 20,
         | 
| 1441 | 
            +
                      "start": 5868
         | 
| 1442 | 
            +
                    }
         | 
| 1443 | 
            +
                  ]
         | 
| 1444 | 
            +
                },
         | 
| 1445 | 
            +
                "contracts/shared/TokenHandlerDeployerLib.sol": {
         | 
| 1446 | 
            +
                  "TokenHandlerDeployerLib": [
         | 
| 1447 | 
            +
                    {
         | 
| 1448 | 
            +
                      "length": 20,
         | 
| 1449 | 
            +
                      "start": 12417
         | 
| 1450 | 
            +
                    }
         | 
| 1451 | 
            +
                  ]
         | 
| 1452 | 
            +
                },
         | 
| 1453 | 
            +
                "contracts/type/Amount.sol": {
         | 
| 1454 | 
            +
                  "AmountLib": [
         | 
| 1455 | 
            +
                    {
         | 
| 1456 | 
            +
                      "length": 20,
         | 
| 1457 | 
            +
                      "start": 2396
         | 
| 1458 | 
            +
                    },
         | 
| 1459 | 
            +
                    {
         | 
| 1460 | 
            +
                      "length": 20,
         | 
| 1461 | 
            +
                      "start": 2424
         | 
| 1462 | 
            +
                    },
         | 
| 1463 | 
            +
                    {
         | 
| 1464 | 
            +
                      "length": 20,
         | 
| 1465 | 
            +
                      "start": 2889
         | 
| 1466 | 
            +
                    },
         | 
| 1467 | 
            +
                    {
         | 
| 1468 | 
            +
                      "length": 20,
         | 
| 1469 | 
            +
                      "start": 3262
         | 
| 1470 | 
            +
                    },
         | 
| 1471 | 
            +
                    {
         | 
| 1472 | 
            +
                      "length": 20,
         | 
| 1473 | 
            +
                      "start": 3513
         | 
| 1474 | 
            +
                    },
         | 
| 1475 | 
            +
                    {
         | 
| 1476 | 
            +
                      "length": 20,
         | 
| 1477 | 
            +
                      "start": 6308
         | 
| 1478 | 
            +
                    },
         | 
| 1479 | 
            +
                    {
         | 
| 1480 | 
            +
                      "length": 20,
         | 
| 1481 | 
            +
                      "start": 7463
         | 
| 1482 | 
            +
                    },
         | 
| 1483 | 
            +
                    {
         | 
| 1484 | 
            +
                      "length": 20,
         | 
| 1485 | 
            +
                      "start": 10050
         | 
| 1486 | 
            +
                    },
         | 
| 1487 | 
            +
                    {
         | 
| 1488 | 
            +
                      "length": 20,
         | 
| 1489 | 
            +
                      "start": 10299
         | 
| 1490 | 
            +
                    },
         | 
| 1491 | 
            +
                    {
         | 
| 1492 | 
            +
                      "length": 20,
         | 
| 1493 | 
            +
                      "start": 10553
         | 
| 1494 | 
            +
                    },
         | 
| 1495 | 
            +
                    {
         | 
| 1496 | 
            +
                      "length": 20,
         | 
| 1497 | 
            +
                      "start": 10802
         | 
| 1498 | 
            +
                    },
         | 
| 1499 | 
            +
                    {
         | 
| 1500 | 
            +
                      "length": 20,
         | 
| 1501 | 
            +
                      "start": 15555
         | 
| 1502 | 
            +
                    }
         | 
| 1503 | 
            +
                  ]
         | 
| 1504 | 
            +
                },
         | 
| 1505 | 
            +
                "contracts/type/Fee.sol": {
         | 
| 1506 | 
            +
                  "FeeLib": [
         | 
| 1507 | 
            +
                    {
         | 
| 1508 | 
            +
                      "length": 20,
         | 
| 1509 | 
            +
                      "start": 4954
         | 
| 1510 | 
            +
                    },
         | 
| 1511 | 
            +
                    {
         | 
| 1512 | 
            +
                      "length": 20,
         | 
| 1513 | 
            +
                      "start": 5169
         | 
| 1514 | 
            +
                    },
         | 
| 1515 | 
            +
                    {
         | 
| 1516 | 
            +
                      "length": 20,
         | 
| 1517 | 
            +
                      "start": 6658
         | 
| 1518 | 
            +
                    },
         | 
| 1519 | 
            +
                    {
         | 
| 1520 | 
            +
                      "length": 20,
         | 
| 1521 | 
            +
                      "start": 6865
         | 
| 1522 | 
            +
                    },
         | 
| 1523 | 
            +
                    {
         | 
| 1524 | 
            +
                      "length": 20,
         | 
| 1525 | 
            +
                      "start": 8275
         | 
| 1526 | 
            +
                    },
         | 
| 1527 | 
            +
                    {
         | 
| 1528 | 
            +
                      "length": 20,
         | 
| 1529 | 
            +
                      "start": 8482
         | 
| 1530 | 
            +
                    },
         | 
| 1531 | 
            +
                    {
         | 
| 1532 | 
            +
                      "length": 20,
         | 
| 1533 | 
            +
                      "start": 8673
         | 
| 1534 | 
            +
                    }
         | 
| 1535 | 
            +
                  ]
         | 
| 1536 | 
            +
                },
         | 
| 1537 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1538 | 
            +
                  "NftIdLib": [
         | 
| 1539 | 
            +
                    {
         | 
| 1540 | 
            +
                      "length": 20,
         | 
| 1541 | 
            +
                      "start": 1762
         | 
| 1542 | 
            +
                    },
         | 
| 1543 | 
            +
                    {
         | 
| 1544 | 
            +
                      "length": 20,
         | 
| 1545 | 
            +
                      "start": 7867
         | 
| 1546 | 
            +
                    },
         | 
| 1547 | 
            +
                    {
         | 
| 1548 | 
            +
                      "length": 20,
         | 
| 1549 | 
            +
                      "start": 11071
         | 
| 1550 | 
            +
                    },
         | 
| 1551 | 
            +
                    {
         | 
| 1552 | 
            +
                      "length": 20,
         | 
| 1553 | 
            +
                      "start": 13976
         | 
| 1554 | 
            +
                    },
         | 
| 1555 | 
            +
                    {
         | 
| 1556 | 
            +
                      "length": 20,
         | 
| 1557 | 
            +
                      "start": 14747
         | 
| 1558 | 
            +
                    },
         | 
| 1559 | 
            +
                    {
         | 
| 1560 | 
            +
                      "length": 20,
         | 
| 1561 | 
            +
                      "start": 16474
         | 
| 1562 | 
            +
                    },
         | 
| 1563 | 
            +
                    {
         | 
| 1564 | 
            +
                      "length": 20,
         | 
| 1565 | 
            +
                      "start": 16942
         | 
| 1566 | 
            +
                    },
         | 
| 1567 | 
            +
                    {
         | 
| 1568 | 
            +
                      "length": 20,
         | 
| 1569 | 
            +
                      "start": 18844
         | 
| 1570 | 
            +
                    }
         | 
| 1571 | 
            +
                  ]
         | 
| 1572 | 
            +
                },
         | 
| 1573 | 
            +
                "contracts/type/RoleId.sol": {
         | 
| 1574 | 
            +
                  "RoleIdLib": [
         | 
| 1575 | 
            +
                    {
         | 
| 1576 | 
            +
                      "length": 20,
         | 
| 1577 | 
            +
                      "start": 7307
         | 
| 1578 | 
            +
                    }
         | 
| 1579 | 
            +
                  ]
         | 
| 1580 | 
            +
                },
         | 
| 1581 | 
            +
                "contracts/type/Version.sol": {
         | 
| 1582 | 
            +
                  "VersionLib": [
         | 
| 1583 | 
            +
                    {
         | 
| 1584 | 
            +
                      "length": 20,
         | 
| 1585 | 
            +
                      "start": 1608
         | 
| 1586 | 
            +
                    },
         | 
| 1587 | 
            +
                    {
         | 
| 1588 | 
            +
                      "length": 20,
         | 
| 1589 | 
            +
                      "start": 4495
         | 
| 1590 | 
            +
                    }
         | 
| 1591 | 
            +
                  ],
         | 
| 1592 | 
            +
                  "VersionPartLib": [
         | 
| 1593 | 
            +
                    {
         | 
| 1594 | 
            +
                      "length": 20,
         | 
| 1595 | 
            +
                      "start": 7567
         | 
| 1596 | 
            +
                    }
         | 
| 1597 | 
            +
                  ]
         | 
| 1598 | 
            +
                }
         | 
| 1599 | 
            +
              },
         | 
| 1600 | 
            +
              "deployedLinkReferences": {
         | 
| 1601 | 
            +
                "contracts/shared/ContractLib.sol": {
         | 
| 1602 | 
            +
                  "ContractLib": [
         | 
| 1603 | 
            +
                    {
         | 
| 1604 | 
            +
                      "length": 20,
         | 
| 1605 | 
            +
                      "start": 3802
         | 
| 1606 | 
            +
                    },
         | 
| 1607 | 
            +
                    {
         | 
| 1608 | 
            +
                      "length": 20,
         | 
| 1609 | 
            +
                      "start": 5654
         | 
| 1610 | 
            +
                    }
         | 
| 1611 | 
            +
                  ]
         | 
| 1612 | 
            +
                },
         | 
| 1613 | 
            +
                "contracts/shared/TokenHandlerDeployerLib.sol": {
         | 
| 1614 | 
            +
                  "TokenHandlerDeployerLib": [
         | 
| 1615 | 
            +
                    {
         | 
| 1616 | 
            +
                      "length": 20,
         | 
| 1617 | 
            +
                      "start": 12203
         | 
| 1618 | 
            +
                    }
         | 
| 1619 | 
            +
                  ]
         | 
| 1620 | 
            +
                },
         | 
| 1621 | 
            +
                "contracts/type/Amount.sol": {
         | 
| 1622 | 
            +
                  "AmountLib": [
         | 
| 1623 | 
            +
                    {
         | 
| 1624 | 
            +
                      "length": 20,
         | 
| 1625 | 
            +
                      "start": 2182
         | 
| 1626 | 
            +
                    },
         | 
| 1627 | 
            +
                    {
         | 
| 1628 | 
            +
                      "length": 20,
         | 
| 1629 | 
            +
                      "start": 2210
         | 
| 1630 | 
            +
                    },
         | 
| 1631 | 
            +
                    {
         | 
| 1632 | 
            +
                      "length": 20,
         | 
| 1633 | 
            +
                      "start": 2675
         | 
| 1634 | 
            +
                    },
         | 
| 1635 | 
            +
                    {
         | 
| 1636 | 
            +
                      "length": 20,
         | 
| 1637 | 
            +
                      "start": 3048
         | 
| 1638 | 
            +
                    },
         | 
| 1639 | 
            +
                    {
         | 
| 1640 | 
            +
                      "length": 20,
         | 
| 1641 | 
            +
                      "start": 3299
         | 
| 1642 | 
            +
                    },
         | 
| 1643 | 
            +
                    {
         | 
| 1644 | 
            +
                      "length": 20,
         | 
| 1645 | 
            +
                      "start": 6094
         | 
| 1646 | 
            +
                    },
         | 
| 1647 | 
            +
                    {
         | 
| 1648 | 
            +
                      "length": 20,
         | 
| 1649 | 
            +
                      "start": 7249
         | 
| 1650 | 
            +
                    },
         | 
| 1651 | 
            +
                    {
         | 
| 1652 | 
            +
                      "length": 20,
         | 
| 1653 | 
            +
                      "start": 9836
         | 
| 1654 | 
            +
                    },
         | 
| 1655 | 
            +
                    {
         | 
| 1656 | 
            +
                      "length": 20,
         | 
| 1657 | 
            +
                      "start": 10085
         | 
| 1658 | 
            +
                    },
         | 
| 1659 | 
            +
                    {
         | 
| 1660 | 
            +
                      "length": 20,
         | 
| 1661 | 
            +
                      "start": 10339
         | 
| 1662 | 
            +
                    },
         | 
| 1663 | 
            +
                    {
         | 
| 1664 | 
            +
                      "length": 20,
         | 
| 1665 | 
            +
                      "start": 10588
         | 
| 1666 | 
            +
                    },
         | 
| 1667 | 
            +
                    {
         | 
| 1668 | 
            +
                      "length": 20,
         | 
| 1669 | 
            +
                      "start": 15341
         | 
| 1670 | 
            +
                    }
         | 
| 1671 | 
            +
                  ]
         | 
| 1672 | 
            +
                },
         | 
| 1673 | 
            +
                "contracts/type/Fee.sol": {
         | 
| 1674 | 
            +
                  "FeeLib": [
         | 
| 1675 | 
            +
                    {
         | 
| 1676 | 
            +
                      "length": 20,
         | 
| 1677 | 
            +
                      "start": 4740
         | 
| 1678 | 
            +
                    },
         | 
| 1679 | 
            +
                    {
         | 
| 1680 | 
            +
                      "length": 20,
         | 
| 1681 | 
            +
                      "start": 4955
         | 
| 1682 | 
            +
                    },
         | 
| 1683 | 
            +
                    {
         | 
| 1684 | 
            +
                      "length": 20,
         | 
| 1685 | 
            +
                      "start": 6444
         | 
| 1686 | 
            +
                    },
         | 
| 1687 | 
            +
                    {
         | 
| 1688 | 
            +
                      "length": 20,
         | 
| 1689 | 
            +
                      "start": 6651
         | 
| 1690 | 
            +
                    },
         | 
| 1691 | 
            +
                    {
         | 
| 1692 | 
            +
                      "length": 20,
         | 
| 1693 | 
            +
                      "start": 8061
         | 
| 1694 | 
            +
                    },
         | 
| 1695 | 
            +
                    {
         | 
| 1696 | 
            +
                      "length": 20,
         | 
| 1697 | 
            +
                      "start": 8268
         | 
| 1698 | 
            +
                    },
         | 
| 1699 | 
            +
                    {
         | 
| 1700 | 
            +
                      "length": 20,
         | 
| 1701 | 
            +
                      "start": 8459
         | 
| 1702 | 
            +
                    }
         | 
| 1703 | 
            +
                  ]
         | 
| 1704 | 
            +
                },
         | 
| 1705 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1706 | 
            +
                  "NftIdLib": [
         | 
| 1707 | 
            +
                    {
         | 
| 1708 | 
            +
                      "length": 20,
         | 
| 1709 | 
            +
                      "start": 1548
         | 
| 1710 | 
            +
                    },
         | 
| 1711 | 
            +
                    {
         | 
| 1712 | 
            +
                      "length": 20,
         | 
| 1713 | 
            +
                      "start": 7653
         | 
| 1714 | 
            +
                    },
         | 
| 1715 | 
            +
                    {
         | 
| 1716 | 
            +
                      "length": 20,
         | 
| 1717 | 
            +
                      "start": 10857
         | 
| 1718 | 
            +
                    },
         | 
| 1719 | 
            +
                    {
         | 
| 1720 | 
            +
                      "length": 20,
         | 
| 1721 | 
            +
                      "start": 13762
         | 
| 1722 | 
            +
                    },
         | 
| 1723 | 
            +
                    {
         | 
| 1724 | 
            +
                      "length": 20,
         | 
| 1725 | 
            +
                      "start": 14533
         | 
| 1726 | 
            +
                    },
         | 
| 1727 | 
            +
                    {
         | 
| 1728 | 
            +
                      "length": 20,
         | 
| 1729 | 
            +
                      "start": 16260
         | 
| 1730 | 
            +
                    },
         | 
| 1731 | 
            +
                    {
         | 
| 1732 | 
            +
                      "length": 20,
         | 
| 1733 | 
            +
                      "start": 16728
         | 
| 1734 | 
            +
                    },
         | 
| 1735 | 
            +
                    {
         | 
| 1736 | 
            +
                      "length": 20,
         | 
| 1737 | 
            +
                      "start": 18630
         | 
| 1738 | 
            +
                    }
         | 
| 1739 | 
            +
                  ]
         | 
| 1740 | 
            +
                },
         | 
| 1741 | 
            +
                "contracts/type/RoleId.sol": {
         | 
| 1742 | 
            +
                  "RoleIdLib": [
         | 
| 1743 | 
            +
                    {
         | 
| 1744 | 
            +
                      "length": 20,
         | 
| 1745 | 
            +
                      "start": 7093
         | 
| 1746 | 
            +
                    }
         | 
| 1747 | 
            +
                  ]
         | 
| 1748 | 
            +
                },
         | 
| 1749 | 
            +
                "contracts/type/Version.sol": {
         | 
| 1750 | 
            +
                  "VersionLib": [
         | 
| 1751 | 
            +
                    {
         | 
| 1752 | 
            +
                      "length": 20,
         | 
| 1753 | 
            +
                      "start": 1394
         | 
| 1754 | 
            +
                    },
         | 
| 1755 | 
            +
                    {
         | 
| 1756 | 
            +
                      "length": 20,
         | 
| 1757 | 
            +
                      "start": 4281
         | 
| 1758 | 
            +
                    }
         | 
| 1759 | 
            +
                  ],
         | 
| 1760 | 
            +
                  "VersionPartLib": [
         | 
| 1761 | 
            +
                    {
         | 
| 1762 | 
            +
                      "length": 20,
         | 
| 1763 | 
            +
                      "start": 7353
         | 
| 1764 | 
            +
                    }
         | 
| 1765 | 
            +
                  ]
         | 
| 1766 | 
            +
                }
         | 
| 1767 | 
            +
              }
         | 
| 1768 | 
            +
            }
         |