@etherisc/gif-next 0.0.2-e9148e0-933 → 0.0.2-e91c6be-472
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 +146 -22
 - 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/{instance/IAccessManagerSimple.sol/IAccessManagerSimple.json → authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json} +125 -11
 - 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 +1324 -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/distribution/Distribution.sol/Distribution.json +1018 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +917 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
 - package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -0
 - 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 +1429 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1979 -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 +1430 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1177 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1606 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
 - package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2281 -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 +445 -702
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +391 -169
 - package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
 - package/artifacts/contracts/instance/Instance.sol/Instance.json +367 -3066
 - 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 +1045 -380
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +478 -398
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +356 -118
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
 - package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -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/{AccessManagedSimple.sol/AccessManagedSimple.json → base/Cloneable.sol/Cloneable.json} +38 -2
 - 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 +30 -112
 - package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
 - package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
 - package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
 - 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 +961 -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/{instance/service/IProductService.sol/IProductService.json → oracle/IOracleComponent.sol/IOracleComponent.json} +391 -366
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
 - package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +877 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1254 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
 - package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +909 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
 - package/artifacts/contracts/pool/Pool.sol/Pool.json +1029 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
 - package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1148 -0
 - 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 +1439 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
 - package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → product/IApplicationService.sol/IApplicationService.json} +231 -225
 - 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 +931 -0
 - package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IPricingService.sol/IPricingService.json} +283 -266
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
 - package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1005 -0
 - package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
 - package/artifacts/contracts/{shared/RegisterableUpgradable.sol/RegisterableUpgradable.json → product/IRiskService.sol/IRiskService.json} +149 -162
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
 - package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
 - package/artifacts/contracts/product/Product.sol/Product.json +1106 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
 - package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +824 -264
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +305 -233
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
 - package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
 - package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
 - package/artifacts/contracts/registry/Registry.sol/Registry.json +1170 -300
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
 - package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +304 -335
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
 - package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +343 -119
 - 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 +351 -100
 - package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
 - package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1843 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +834 -0
 - package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +209 -201
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
 - package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
 - package/artifacts/contracts/{instance/service/IDistributionService.sol/IDistributionService.json → shared/IComponent.sol/IComponent.json} +346 -172
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
 - package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1402 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
 - package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +711 -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 +46 -26
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
 - package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +40 -31
 - package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
 - package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
 - package/artifacts/contracts/shared/IService.sol/IService.json +119 -165
 - 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/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +799 -0
 - 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 +81 -30
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
 - package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
 - package/artifacts/contracts/shared/Registerable.sol/Registerable.json +96 -48
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
 - package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
 - package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
 - package/artifacts/contracts/shared/Service.sol/Service.json +150 -176
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
 - package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
 - package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1435 -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 +1816 -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 +780 -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 +1265 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
 - package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -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/upgradeability/IVersionable.sol/IVersionable.json +55 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
 - package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -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/upgradeability/Versionable.sol/Versionable.json +78 -0
 - 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/distribution/Distribution.sol +284 -0
 - package/contracts/distribution/DistributionService.sol +354 -0
 - package/contracts/distribution/DistributionServiceManager.sol +39 -0
 - package/contracts/distribution/IDistributionComponent.sol +52 -0
 - package/contracts/distribution/IDistributionService.sol +100 -0
 - package/contracts/examples/fire/DamageLevel.sol +59 -0
 - package/contracts/examples/fire/FirePool.sol +86 -0
 - package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
 - package/contracts/examples/fire/FireProduct.sol +431 -0
 - package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
 - package/contracts/examples/fire/FireUSD.sol +26 -0
 - package/contracts/examples/unpermissioned/SimpleDistribution.sol +58 -0
 - package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
 - package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
 - package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
 - package/contracts/instance/BundleSet.sol +126 -0
 - package/contracts/instance/IInstance.sol +51 -26
 - package/contracts/instance/IInstanceService.sol +58 -17
 - package/contracts/instance/Instance.sol +164 -375
 - package/contracts/instance/InstanceAdmin.sol +277 -0
 - package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
 - package/contracts/instance/InstanceReader.sol +271 -82
 - package/contracts/instance/InstanceService.sol +359 -137
 - package/contracts/instance/InstanceServiceManager.sol +14 -32
 - 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/base/ObjectSet.sol +79 -0
 - package/contracts/instance/module/IAccess.sol +29 -21
 - package/contracts/instance/module/IBundle.sol +8 -8
 - package/contracts/instance/module/IComponents.sol +50 -0
 - package/contracts/instance/module/IDistribution.sol +6 -4
 - package/contracts/instance/module/IPolicy.sol +59 -19
 - 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 +292 -0
 - package/contracts/oracle/OracleServiceManager.sol +39 -0
 - package/contracts/pool/BasicPool.sol +175 -0
 - package/contracts/pool/BasicPoolAuthorization.sol +68 -0
 - package/contracts/pool/BundleService.sol +485 -0
 - package/contracts/pool/BundleServiceManager.sol +39 -0
 - package/contracts/pool/IBundleService.sol +140 -0
 - package/contracts/pool/IPoolComponent.sol +62 -0
 - package/contracts/pool/IPoolService.sol +172 -0
 - package/contracts/pool/Pool.sol +345 -0
 - package/contracts/pool/PoolService.sol +620 -0
 - package/contracts/pool/PoolServiceManager.sol +39 -0
 - package/contracts/product/ApplicationService.sol +259 -0
 - package/contracts/product/ApplicationServiceManager.sol +38 -0
 - package/contracts/product/BasicProduct.sol +49 -0
 - package/contracts/product/BasicProductAuthorization.sol +42 -0
 - package/contracts/product/ClaimService.sol +614 -0
 - package/contracts/product/ClaimServiceManager.sol +38 -0
 - package/contracts/product/IApplicationService.sol +63 -0
 - package/contracts/product/IClaimService.sol +123 -0
 - package/contracts/product/IPolicyService.sol +82 -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 +695 -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 +432 -0
 - package/contracts/product/RiskService.sol +96 -0
 - package/contracts/product/RiskServiceManager.sol +39 -0
 - package/contracts/registry/ChainNft.sol +78 -33
 - package/contracts/registry/IRegistry.sol +129 -35
 - package/contracts/registry/IRegistryService.sol +40 -28
 - package/contracts/registry/ITransferInterceptor.sol +1 -1
 - package/contracts/registry/Registry.sol +552 -271
 - package/contracts/registry/RegistryAdmin.sol +462 -0
 - package/contracts/registry/RegistryService.sol +116 -233
 - package/contracts/registry/RegistryServiceManager.sol +26 -53
 - package/contracts/registry/ReleaseLifecycle.sol +30 -0
 - package/contracts/registry/ReleaseRegistry.sol +485 -0
 - package/contracts/registry/ServiceAuthorizationV3.sol +203 -0
 - package/contracts/registry/TokenRegistry.sol +261 -57
 - package/contracts/shared/Component.sol +229 -0
 - package/contracts/shared/ComponentService.sol +779 -0
 - package/contracts/shared/ComponentServiceManager.sol +38 -0
 - package/contracts/shared/ComponentVerifyingService.sol +128 -0
 - package/contracts/shared/ContractLib.sol +54 -0
 - package/contracts/shared/IComponent.sol +67 -0
 - package/contracts/shared/IComponentService.sol +130 -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 +15 -12
 - package/contracts/shared/IPolicyHolder.sol +35 -0
 - package/contracts/shared/IRegisterable.sol +15 -6
 - package/contracts/shared/IRegistryLinked.sol +11 -0
 - package/contracts/shared/IService.sol +16 -6
 - package/contracts/shared/InitializableERC165.sol +27 -0
 - package/contracts/shared/InstanceLinkedComponent.sol +205 -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 +75 -82
 - package/contracts/shared/PolicyHolder.sol +62 -0
 - package/contracts/shared/Registerable.sol +34 -41
 - package/contracts/shared/RegistryLinked.sol +38 -0
 - package/contracts/shared/Service.sol +61 -32
 - package/contracts/shared/TokenHandler.sol +382 -12
 - package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
 - package/contracts/staking/IStaking.sol +173 -0
 - package/contracts/staking/IStakingService.sol +157 -0
 - package/contracts/staking/StakeManagerLib.sol +224 -0
 - package/contracts/staking/Staking.sol +505 -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 +453 -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 +27 -3
 - package/contracts/type/ClaimId.sol +80 -0
 - package/contracts/{types → type}/DistributorType.sol +2 -2
 - package/contracts/{types → type}/Fee.sol +33 -23
 - package/contracts/{types → type}/NftId.sol +22 -15
 - package/contracts/type/NftIdSet.sol +62 -0
 - package/contracts/type/ObjectType.sol +276 -0
 - package/contracts/type/PayoutId.sol +82 -0
 - package/contracts/{types → type}/Referral.sol +6 -1
 - package/contracts/type/RequestId.sol +75 -0
 - package/contracts/{types → type}/RiskId.sol +17 -3
 - 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 +48 -4
 - package/contracts/type/String.sol +53 -0
 - package/contracts/{types → type}/Timestamp.sol +34 -15
 - package/contracts/{types → type}/UFixed.sol +39 -9
 - package/contracts/{types → type}/Version.sol +5 -2
 - package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
 - package/contracts/upgradeability/ProxyManager.sol +232 -0
 - package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
 - package/contracts/upgradeability/Versionable.sol +59 -0
 - package/package.json +11 -7
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -327
 - package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
 - package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -618
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -280
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -249
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
 - package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
 - package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
 - package/artifacts/contracts/components/Pool.sol/Pool.json +0 -782
 - package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
 - package/artifacts/contracts/components/Product.sol/Product.json +0 -719
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
 - package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
 - package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
 - package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
 - package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
 - package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
 - package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
 - package/artifacts/contracts/instance/AccessManagedSimple.sol/AccessManagedSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/AccessManagerSimple.sol/AccessManagerSimple.json +0 -1132
 - package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -917
 - package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
 - 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 -502
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
 - package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
 - 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/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -716
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -444
 - package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.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/PoolService.sol/PoolService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -839
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -448
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -1058
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
 - package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -448
 - 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 -35
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
 - package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
 - package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
 - package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
 - 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/shared/Versionable.sol/Versionable.json +0 -228
 - 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 -305
 - 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 -600
 - 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 -286
 - 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/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/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 -257
 - 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 -153
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
 - package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
 - 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/Referral.sol/ReferralLib.dbg.json +0 -4
 - package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
 - 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/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 -249
 - 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/BaseComponent.sol +0 -91
 - package/contracts/components/Distribution.sol +0 -159
 - package/contracts/components/IBaseComponent.sol +0 -25
 - package/contracts/components/IDistributionComponent.sol +0 -44
 - package/contracts/components/IPoolComponent.sol +0 -62
 - package/contracts/components/IProductComponent.sol +0 -35
 - package/contracts/components/Pool.sol +0 -242
 - package/contracts/components/Product.sol +0 -284
 - package/contracts/experiment/cloning/Cloner.sol +0 -47
 - package/contracts/experiment/errors/Require.sol +0 -38
 - package/contracts/experiment/errors/Revert.sol +0 -44
 - package/contracts/experiment/inheritance/A.sol +0 -53
 - package/contracts/experiment/inheritance/B.sol +0 -28
 - package/contracts/experiment/inheritance/C.sol +0 -34
 - package/contracts/experiment/inheritance/IA.sol +0 -13
 - package/contracts/experiment/inheritance/IB.sol +0 -10
 - package/contracts/experiment/inheritance/IC.sol +0 -12
 - package/contracts/experiment/statemachine/Dummy.sol +0 -27
 - package/contracts/experiment/statemachine/ISM.sol +0 -25
 - package/contracts/experiment/statemachine/SM.sol +0 -57
 - package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
 - package/contracts/experiment/types/TypeA.sol +0 -47
 - package/contracts/experiment/types/TypeB.sol +0 -29
 - package/contracts/instance/AccessManagedSimple.sol +0 -115
 - package/contracts/instance/AccessManagerSimple.sol +0 -692
 - package/contracts/instance/IAccessManagerSimple.sol +0 -391
 - package/contracts/instance/InstanceAccessManager.sol +0 -288
 - package/contracts/instance/base/ComponentServiceBase.sol +0 -124
 - package/contracts/instance/base/IInstanceBase.sol +0 -23
 - package/contracts/instance/base/KeyValueStore.sol +0 -172
 - package/contracts/instance/base/Lifecycle.sol +0 -100
 - package/contracts/instance/module/ISetup.sol +0 -44
 - package/contracts/instance/module/ITreasury.sol +0 -23
 - package/contracts/instance/service/ComponentOwnerService.sol +0 -317
 - package/contracts/instance/service/DistributionService.sol +0 -88
 - package/contracts/instance/service/DistributionServiceManager.sol +0 -54
 - package/contracts/instance/service/IComponentOwnerService.sol +0 -20
 - package/contracts/instance/service/IDistributionService.sol +0 -12
 - package/contracts/instance/service/IPoolService.sol +0 -37
 - package/contracts/instance/service/IProductService.sol +0 -107
 - package/contracts/instance/service/PoolService.sol +0 -194
 - package/contracts/instance/service/PoolServiceManager.sol +0 -54
 - package/contracts/instance/service/ProductService.sol +0 -548
 - package/contracts/instance/service/ProductServiceManager.sol +0 -54
 - package/contracts/shared/ContractDeployerLib.sol +0 -72
 - package/contracts/shared/ERC165.sol +0 -25
 - package/contracts/shared/ProxyManager.sol +0 -94
 - package/contracts/shared/RegisterableUpgradable.sol +0 -16
 - package/contracts/shared/Versionable.sol +0 -147
 - 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 -24
 - package/contracts/test/TestToken.sol +0 -26
 - package/contracts/test/TestVersion.sol +0 -44
 - package/contracts/test/TestVersionable.sol +0 -17
 - package/contracts/types/ChainId.sol +0 -38
 - package/contracts/types/NftIdSet.sol +0 -60
 - package/contracts/types/NumberId.sol +0 -52
 - package/contracts/types/ObjectType.sol +0 -152
 - package/contracts/types/RoleId.sol +0 -90
 - /package/contracts/{types → type}/Key32.sol +0 -0
 
| 
         @@ -0,0 +1,1843 @@ 
     | 
|
| 
      
 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 
     | 
    
         
            +
                  "anonymous": false,
         
     | 
| 
      
 652 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 653 
     | 
    
         
            +
                    {
         
     | 
| 
      
 654 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 655 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 656 
     | 
    
         
            +
                      "name": "componentNftId",
         
     | 
| 
      
 657 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 658 
     | 
    
         
            +
                    },
         
     | 
| 
      
 659 
     | 
    
         
            +
                    {
         
     | 
| 
      
 660 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 661 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 662 
     | 
    
         
            +
                      "name": "currentWallet",
         
     | 
| 
      
 663 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 664 
     | 
    
         
            +
                    },
         
     | 
| 
      
 665 
     | 
    
         
            +
                    {
         
     | 
| 
      
 666 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 667 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 668 
     | 
    
         
            +
                      "name": "newWallet",
         
     | 
| 
      
 669 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 670 
     | 
    
         
            +
                    },
         
     | 
| 
      
 671 
     | 
    
         
            +
                    {
         
     | 
| 
      
 672 
     | 
    
         
            +
                      "indexed": false,
         
     | 
| 
      
 673 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 674 
     | 
    
         
            +
                      "name": "currentBalance",
         
     | 
| 
      
 675 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 676 
     | 
    
         
            +
                    }
         
     | 
| 
      
 677 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 678 
     | 
    
         
            +
                  "name": "LogComponentServiceWalletTokensTransferred",
         
     | 
| 
      
 679 
     | 
    
         
            +
                  "type": "event"
         
     | 
| 
      
 680 
     | 
    
         
            +
                },
         
     | 
| 
      
 681 
     | 
    
         
            +
                {
         
     | 
| 
      
 682 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 683 
     | 
    
         
            +
                  "name": "GIF_RELEASE",
         
     | 
| 
      
 684 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 685 
     | 
    
         
            +
                    {
         
     | 
| 
      
 686 
     | 
    
         
            +
                      "internalType": "uint256",
         
     | 
| 
      
 687 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 688 
     | 
    
         
            +
                      "type": "uint256"
         
     | 
| 
      
 689 
     | 
    
         
            +
                    }
         
     | 
| 
      
 690 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 691 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 692 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 693 
     | 
    
         
            +
                },
         
     | 
| 
      
 694 
     | 
    
         
            +
                {
         
     | 
| 
      
 695 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 696 
     | 
    
         
            +
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         
     | 
| 
      
 697 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 698 
     | 
    
         
            +
                    {
         
     | 
| 
      
 699 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 700 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 701 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 702 
     | 
    
         
            +
                    }
         
     | 
| 
      
 703 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 704 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 705 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 706 
     | 
    
         
            +
                },
         
     | 
| 
      
 707 
     | 
    
         
            +
                {
         
     | 
| 
      
 708 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 709 
     | 
    
         
            +
                  "name": "REGISTERABLE_LOCATION_V1",
         
     | 
| 
      
 710 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 711 
     | 
    
         
            +
                    {
         
     | 
| 
      
 712 
     | 
    
         
            +
                      "internalType": "bytes32",
         
     | 
| 
      
 713 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 714 
     | 
    
         
            +
                      "type": "bytes32"
         
     | 
| 
      
 715 
     | 
    
         
            +
                    }
         
     | 
| 
      
 716 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 717 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 718 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 719 
     | 
    
         
            +
                },
         
     | 
| 
      
 720 
     | 
    
         
            +
                {
         
     | 
| 
      
 721 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 722 
     | 
    
         
            +
                    {
         
     | 
| 
      
 723 
     | 
    
         
            +
                      "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 724 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 725 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 726 
     | 
    
         
            +
                    },
         
     | 
| 
      
 727 
     | 
    
         
            +
                    {
         
     | 
| 
      
 728 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 729 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 730 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 731 
     | 
    
         
            +
                    }
         
     | 
| 
      
 732 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 733 
     | 
    
         
            +
                  "name": "approveStakingTokenHandler",
         
     | 
| 
      
 734 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 735 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 736 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 737 
     | 
    
         
            +
                },
         
     | 
| 
      
 738 
     | 
    
         
            +
                {
         
     | 
| 
      
 739 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 740 
     | 
    
         
            +
                    {
         
     | 
| 
      
 741 
     | 
    
         
            +
                      "internalType": "contract IERC20Metadata",
         
     | 
| 
      
 742 
     | 
    
         
            +
                      "name": "token",
         
     | 
| 
      
 743 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 744 
     | 
    
         
            +
                    },
         
     | 
| 
      
 745 
     | 
    
         
            +
                    {
         
     | 
| 
      
 746 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 747 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 748 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 749 
     | 
    
         
            +
                    }
         
     | 
| 
      
 750 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 751 
     | 
    
         
            +
                  "name": "approveTokenHandler",
         
     | 
| 
      
 752 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 753 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 754 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 755 
     | 
    
         
            +
                },
         
     | 
| 
      
 756 
     | 
    
         
            +
                {
         
     | 
| 
      
 757 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 758 
     | 
    
         
            +
                  "name": "authority",
         
     | 
| 
      
 759 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 760 
     | 
    
         
            +
                    {
         
     | 
| 
      
 761 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 762 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 763 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 764 
     | 
    
         
            +
                    }
         
     | 
| 
      
 765 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 766 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 767 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 768 
     | 
    
         
            +
                },
         
     | 
| 
      
 769 
     | 
    
         
            +
                {
         
     | 
| 
      
 770 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 771 
     | 
    
         
            +
                    {
         
     | 
| 
      
 772 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 773 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 774 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 775 
     | 
    
         
            +
                    },
         
     | 
| 
      
 776 
     | 
    
         
            +
                    {
         
     | 
| 
      
 777 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 778 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 779 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 780 
     | 
    
         
            +
                    },
         
     | 
| 
      
 781 
     | 
    
         
            +
                    {
         
     | 
| 
      
 782 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 783 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 784 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 785 
     | 
    
         
            +
                    },
         
     | 
| 
      
 786 
     | 
    
         
            +
                    {
         
     | 
| 
      
 787 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 788 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 789 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 790 
     | 
    
         
            +
                    }
         
     | 
| 
      
 791 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 792 
     | 
    
         
            +
                  "name": "decreaseBundleBalance",
         
     | 
| 
      
 793 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 794 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 795 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 796 
     | 
    
         
            +
                },
         
     | 
| 
      
 797 
     | 
    
         
            +
                {
         
     | 
| 
      
 798 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 799 
     | 
    
         
            +
                    {
         
     | 
| 
      
 800 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 801 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 802 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 803 
     | 
    
         
            +
                    },
         
     | 
| 
      
 804 
     | 
    
         
            +
                    {
         
     | 
| 
      
 805 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 806 
     | 
    
         
            +
                      "name": "distributionNftId",
         
     | 
| 
      
 807 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 808 
     | 
    
         
            +
                    },
         
     | 
| 
      
 809 
     | 
    
         
            +
                    {
         
     | 
| 
      
 810 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 811 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 812 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 813 
     | 
    
         
            +
                    },
         
     | 
| 
      
 814 
     | 
    
         
            +
                    {
         
     | 
| 
      
 815 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 816 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 817 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 818 
     | 
    
         
            +
                    }
         
     | 
| 
      
 819 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 820 
     | 
    
         
            +
                  "name": "decreaseDistributionBalance",
         
     | 
| 
      
 821 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 822 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 823 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 824 
     | 
    
         
            +
                },
         
     | 
| 
      
 825 
     | 
    
         
            +
                {
         
     | 
| 
      
 826 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 827 
     | 
    
         
            +
                    {
         
     | 
| 
      
 828 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 829 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 830 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 831 
     | 
    
         
            +
                    },
         
     | 
| 
      
 832 
     | 
    
         
            +
                    {
         
     | 
| 
      
 833 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 834 
     | 
    
         
            +
                      "name": "distributorNftId",
         
     | 
| 
      
 835 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 836 
     | 
    
         
            +
                    },
         
     | 
| 
      
 837 
     | 
    
         
            +
                    {
         
     | 
| 
      
 838 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 839 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 840 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 841 
     | 
    
         
            +
                    },
         
     | 
| 
      
 842 
     | 
    
         
            +
                    {
         
     | 
| 
      
 843 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 844 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 845 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 846 
     | 
    
         
            +
                    }
         
     | 
| 
      
 847 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 848 
     | 
    
         
            +
                  "name": "decreaseDistributorBalance",
         
     | 
| 
      
 849 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 850 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 851 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 852 
     | 
    
         
            +
                },
         
     | 
| 
      
 853 
     | 
    
         
            +
                {
         
     | 
| 
      
 854 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 855 
     | 
    
         
            +
                    {
         
     | 
| 
      
 856 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 857 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 858 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 859 
     | 
    
         
            +
                    },
         
     | 
| 
      
 860 
     | 
    
         
            +
                    {
         
     | 
| 
      
 861 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 862 
     | 
    
         
            +
                      "name": "poolNftId",
         
     | 
| 
      
 863 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 864 
     | 
    
         
            +
                    },
         
     | 
| 
      
 865 
     | 
    
         
            +
                    {
         
     | 
| 
      
 866 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 867 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 868 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 869 
     | 
    
         
            +
                    },
         
     | 
| 
      
 870 
     | 
    
         
            +
                    {
         
     | 
| 
      
 871 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 872 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 873 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 874 
     | 
    
         
            +
                    }
         
     | 
| 
      
 875 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 876 
     | 
    
         
            +
                  "name": "decreasePoolBalance",
         
     | 
| 
      
 877 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 878 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 879 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 880 
     | 
    
         
            +
                },
         
     | 
| 
      
 881 
     | 
    
         
            +
                {
         
     | 
| 
      
 882 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 883 
     | 
    
         
            +
                    {
         
     | 
| 
      
 884 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 885 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 886 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 887 
     | 
    
         
            +
                    },
         
     | 
| 
      
 888 
     | 
    
         
            +
                    {
         
     | 
| 
      
 889 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 890 
     | 
    
         
            +
                      "name": "productNftId",
         
     | 
| 
      
 891 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 892 
     | 
    
         
            +
                    },
         
     | 
| 
      
 893 
     | 
    
         
            +
                    {
         
     | 
| 
      
 894 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 895 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 896 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 897 
     | 
    
         
            +
                    }
         
     | 
| 
      
 898 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 899 
     | 
    
         
            +
                  "name": "decreaseProductFees",
         
     | 
| 
      
 900 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 901 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 902 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 903 
     | 
    
         
            +
                },
         
     | 
| 
      
 904 
     | 
    
         
            +
                {
         
     | 
| 
      
 905 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 906 
     | 
    
         
            +
                  "name": "getDomain",
         
     | 
| 
      
 907 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 908 
     | 
    
         
            +
                    {
         
     | 
| 
      
 909 
     | 
    
         
            +
                      "internalType": "ObjectType",
         
     | 
| 
      
 910 
     | 
    
         
            +
                      "name": "serviceDomain",
         
     | 
| 
      
 911 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 912 
     | 
    
         
            +
                    }
         
     | 
| 
      
 913 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 914 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 915 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 916 
     | 
    
         
            +
                },
         
     | 
| 
      
 917 
     | 
    
         
            +
                {
         
     | 
| 
      
 918 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 919 
     | 
    
         
            +
                  "name": "getInitialInfo",
         
     | 
| 
      
 920 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 921 
     | 
    
         
            +
                    {
         
     | 
| 
      
 922 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 923 
     | 
    
         
            +
                        {
         
     | 
| 
      
 924 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 925 
     | 
    
         
            +
                          "name": "nftId",
         
     | 
| 
      
 926 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 927 
     | 
    
         
            +
                        },
         
     | 
| 
      
 928 
     | 
    
         
            +
                        {
         
     | 
| 
      
 929 
     | 
    
         
            +
                          "internalType": "NftId",
         
     | 
| 
      
 930 
     | 
    
         
            +
                          "name": "parentNftId",
         
     | 
| 
      
 931 
     | 
    
         
            +
                          "type": "uint96"
         
     | 
| 
      
 932 
     | 
    
         
            +
                        },
         
     | 
| 
      
 933 
     | 
    
         
            +
                        {
         
     | 
| 
      
 934 
     | 
    
         
            +
                          "internalType": "ObjectType",
         
     | 
| 
      
 935 
     | 
    
         
            +
                          "name": "objectType",
         
     | 
| 
      
 936 
     | 
    
         
            +
                          "type": "uint8"
         
     | 
| 
      
 937 
     | 
    
         
            +
                        },
         
     | 
| 
      
 938 
     | 
    
         
            +
                        {
         
     | 
| 
      
 939 
     | 
    
         
            +
                          "internalType": "bool",
         
     | 
| 
      
 940 
     | 
    
         
            +
                          "name": "isInterceptor",
         
     | 
| 
      
 941 
     | 
    
         
            +
                          "type": "bool"
         
     | 
| 
      
 942 
     | 
    
         
            +
                        },
         
     | 
| 
      
 943 
     | 
    
         
            +
                        {
         
     | 
| 
      
 944 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 945 
     | 
    
         
            +
                          "name": "objectAddress",
         
     | 
| 
      
 946 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 947 
     | 
    
         
            +
                        },
         
     | 
| 
      
 948 
     | 
    
         
            +
                        {
         
     | 
| 
      
 949 
     | 
    
         
            +
                          "internalType": "address",
         
     | 
| 
      
 950 
     | 
    
         
            +
                          "name": "initialOwner",
         
     | 
| 
      
 951 
     | 
    
         
            +
                          "type": "address"
         
     | 
| 
      
 952 
     | 
    
         
            +
                        },
         
     | 
| 
      
 953 
     | 
    
         
            +
                        {
         
     | 
| 
      
 954 
     | 
    
         
            +
                          "internalType": "bytes",
         
     | 
| 
      
 955 
     | 
    
         
            +
                          "name": "data",
         
     | 
| 
      
 956 
     | 
    
         
            +
                          "type": "bytes"
         
     | 
| 
      
 957 
     | 
    
         
            +
                        }
         
     | 
| 
      
 958 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 959 
     | 
    
         
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         
     | 
| 
      
 960 
     | 
    
         
            +
                      "name": "info",
         
     | 
| 
      
 961 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 962 
     | 
    
         
            +
                    }
         
     | 
| 
      
 963 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 964 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 965 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 966 
     | 
    
         
            +
                },
         
     | 
| 
      
 967 
     | 
    
         
            +
                {
         
     | 
| 
      
 968 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 969 
     | 
    
         
            +
                  "name": "getNftId",
         
     | 
| 
      
 970 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 971 
     | 
    
         
            +
                    {
         
     | 
| 
      
 972 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 973 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 974 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 975 
     | 
    
         
            +
                    }
         
     | 
| 
      
 976 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 977 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 978 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 979 
     | 
    
         
            +
                },
         
     | 
| 
      
 980 
     | 
    
         
            +
                {
         
     | 
| 
      
 981 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 982 
     | 
    
         
            +
                  "name": "getOwner",
         
     | 
| 
      
 983 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 984 
     | 
    
         
            +
                    {
         
     | 
| 
      
 985 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 986 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 987 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 988 
     | 
    
         
            +
                    }
         
     | 
| 
      
 989 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 990 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 991 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 992 
     | 
    
         
            +
                },
         
     | 
| 
      
 993 
     | 
    
         
            +
                {
         
     | 
| 
      
 994 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 995 
     | 
    
         
            +
                  "name": "getRegistry",
         
     | 
| 
      
 996 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 997 
     | 
    
         
            +
                    {
         
     | 
| 
      
 998 
     | 
    
         
            +
                      "internalType": "contract IRegistry",
         
     | 
| 
      
 999 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1000 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1001 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1002 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1003 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1004 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1005 
     | 
    
         
            +
                },
         
     | 
| 
      
 1006 
     | 
    
         
            +
                {
         
     | 
| 
      
 1007 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1008 
     | 
    
         
            +
                  "name": "getRelease",
         
     | 
| 
      
 1009 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1010 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1011 
     | 
    
         
            +
                      "internalType": "VersionPart",
         
     | 
| 
      
 1012 
     | 
    
         
            +
                      "name": "release",
         
     | 
| 
      
 1013 
     | 
    
         
            +
                      "type": "uint8"
         
     | 
| 
      
 1014 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1015 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1016 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 1017 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1018 
     | 
    
         
            +
                },
         
     | 
| 
      
 1019 
     | 
    
         
            +
                {
         
     | 
| 
      
 1020 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1021 
     | 
    
         
            +
                  "name": "getRoleId",
         
     | 
| 
      
 1022 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1023 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1024 
     | 
    
         
            +
                      "internalType": "RoleId",
         
     | 
| 
      
 1025 
     | 
    
         
            +
                      "name": "serviceRoleId",
         
     | 
| 
      
 1026 
     | 
    
         
            +
                      "type": "uint64"
         
     | 
| 
      
 1027 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1028 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1029 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 1030 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1031 
     | 
    
         
            +
                },
         
     | 
| 
      
 1032 
     | 
    
         
            +
                {
         
     | 
| 
      
 1033 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1034 
     | 
    
         
            +
                  "name": "getVersion",
         
     | 
| 
      
 1035 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1036 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1037 
     | 
    
         
            +
                      "internalType": "Version",
         
     | 
| 
      
 1038 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1039 
     | 
    
         
            +
                      "type": "uint24"
         
     | 
| 
      
 1040 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1041 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1042 
     | 
    
         
            +
                  "stateMutability": "pure",
         
     | 
| 
      
 1043 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1044 
     | 
    
         
            +
                },
         
     | 
| 
      
 1045 
     | 
    
         
            +
                {
         
     | 
| 
      
 1046 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1047 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1048 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 1049 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 1050 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1051 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1052 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1053 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1054 
     | 
    
         
            +
                      "name": "bundleNftId",
         
     | 
| 
      
 1055 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1056 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1057 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1058 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1059 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1060 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1061 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1062 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1063 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1064 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1065 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1066 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1067 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1068 
     | 
    
         
            +
                  "name": "increaseBundleBalance",
         
     | 
| 
      
 1069 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1070 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1071 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1072 
     | 
    
         
            +
                },
         
     | 
| 
      
 1073 
     | 
    
         
            +
                {
         
     | 
| 
      
 1074 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1075 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1076 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 1077 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 1078 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1079 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1080 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1081 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1082 
     | 
    
         
            +
                      "name": "distributionNftId",
         
     | 
| 
      
 1083 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1084 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1085 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1086 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1087 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1088 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1089 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1090 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1091 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1092 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1093 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1094 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1095 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1096 
     | 
    
         
            +
                  "name": "increaseDistributionBalance",
         
     | 
| 
      
 1097 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1098 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1099 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1100 
     | 
    
         
            +
                },
         
     | 
| 
      
 1101 
     | 
    
         
            +
                {
         
     | 
| 
      
 1102 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1103 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1104 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 1105 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 1106 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1107 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1108 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1109 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1110 
     | 
    
         
            +
                      "name": "distributorNftId",
         
     | 
| 
      
 1111 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1112 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1113 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1114 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1115 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1116 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1117 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1118 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1119 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1120 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1121 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1122 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1123 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1124 
     | 
    
         
            +
                  "name": "increaseDistributorBalance",
         
     | 
| 
      
 1125 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1126 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1127 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1128 
     | 
    
         
            +
                },
         
     | 
| 
      
 1129 
     | 
    
         
            +
                {
         
     | 
| 
      
 1130 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1131 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1132 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 1133 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 1134 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1135 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1136 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1137 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1138 
     | 
    
         
            +
                      "name": "poolNftId",
         
     | 
| 
      
 1139 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1140 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1141 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1142 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1143 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1144 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1145 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1146 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1147 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1148 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1149 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1150 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1151 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1152 
     | 
    
         
            +
                  "name": "increasePoolBalance",
         
     | 
| 
      
 1153 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1154 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1155 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1156 
     | 
    
         
            +
                },
         
     | 
| 
      
 1157 
     | 
    
         
            +
                {
         
     | 
| 
      
 1158 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1159 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1160 
     | 
    
         
            +
                      "internalType": "contract InstanceStore",
         
     | 
| 
      
 1161 
     | 
    
         
            +
                      "name": "instanceStore",
         
     | 
| 
      
 1162 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1163 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1164 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1165 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1166 
     | 
    
         
            +
                      "name": "productNftId",
         
     | 
| 
      
 1167 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1168 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1169 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1170 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1171 
     | 
    
         
            +
                      "name": "feeAmount",
         
     | 
| 
      
 1172 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1173 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1174 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1175 
     | 
    
         
            +
                  "name": "increaseProductFees",
         
     | 
| 
      
 1176 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1177 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1178 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1179 
     | 
    
         
            +
                },
         
     | 
| 
      
 1180 
     | 
    
         
            +
                {
         
     | 
| 
      
 1181 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1182 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1183 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1184 
     | 
    
         
            +
                      "name": "activatedBy",
         
     | 
| 
      
 1185 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1186 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1187 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1188 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 1189 
     | 
    
         
            +
                      "name": "data",
         
     | 
| 
      
 1190 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 1191 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1192 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1193 
     | 
    
         
            +
                  "name": "initializeVersionable",
         
     | 
| 
      
 1194 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1195 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1196 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1197 
     | 
    
         
            +
                },
         
     | 
| 
      
 1198 
     | 
    
         
            +
                {
         
     | 
| 
      
 1199 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1200 
     | 
    
         
            +
                  "name": "isConsumingScheduledOp",
         
     | 
| 
      
 1201 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1202 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1203 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1204 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1205 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1206 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1207 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1208 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1209 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1210 
     | 
    
         
            +
                },
         
     | 
| 
      
 1211 
     | 
    
         
            +
                {
         
     | 
| 
      
 1212 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1213 
     | 
    
         
            +
                  "name": "linkToRegisteredNftId",
         
     | 
| 
      
 1214 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1215 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1216 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1217 
     | 
    
         
            +
                      "name": "nftId",
         
     | 
| 
      
 1218 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1219 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1220 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1221 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1222 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1223 
     | 
    
         
            +
                },
         
     | 
| 
      
 1224 
     | 
    
         
            +
                {
         
     | 
| 
      
 1225 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1226 
     | 
    
         
            +
                  "name": "lock",
         
     | 
| 
      
 1227 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1228 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1229 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1230 
     | 
    
         
            +
                },
         
     | 
| 
      
 1231 
     | 
    
         
            +
                {
         
     | 
| 
      
 1232 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1233 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1234 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1235 
     | 
    
         
            +
                      "name": "component",
         
     | 
| 
      
 1236 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1237 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1238 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1239 
     | 
    
         
            +
                  "name": "registerComponent",
         
     | 
| 
      
 1240 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1241 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1242 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1243 
     | 
    
         
            +
                      "name": "componentNftId",
         
     | 
| 
      
 1244 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1245 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1246 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1247 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1248 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1249 
     | 
    
         
            +
                },
         
     | 
| 
      
 1250 
     | 
    
         
            +
                {
         
     | 
| 
      
 1251 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1252 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1253 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1254 
     | 
    
         
            +
                      "name": "productAddress",
         
     | 
| 
      
 1255 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1256 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1257 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1258 
     | 
    
         
            +
                  "name": "registerProduct",
         
     | 
| 
      
 1259 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1260 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1261 
     | 
    
         
            +
                      "internalType": "NftId",
         
     | 
| 
      
 1262 
     | 
    
         
            +
                      "name": "productNftId",
         
     | 
| 
      
 1263 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1264 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1265 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1266 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1267 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1268 
     | 
    
         
            +
                },
         
     | 
| 
      
 1269 
     | 
    
         
            +
                {
         
     | 
| 
      
 1270 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1271 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1272 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1273 
     | 
    
         
            +
                      "name": "newAuthority",
         
     | 
| 
      
 1274 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1275 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1276 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1277 
     | 
    
         
            +
                  "name": "setAuthority",
         
     | 
| 
      
 1278 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1279 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1280 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1281 
     | 
    
         
            +
                },
         
     | 
| 
      
 1282 
     | 
    
         
            +
                {
         
     | 
| 
      
 1283 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1284 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1285 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1286 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1287 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1288 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1289 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1290 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1291 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1292 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1293 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1294 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1295 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1296 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1297 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1298 
     | 
    
         
            +
                      "name": "distributionFee",
         
     | 
| 
      
 1299 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1300 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1301 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1302 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1303 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1304 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1305 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1306 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1307 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1308 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1309 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1310 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1311 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1312 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1313 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1314 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1315 
     | 
    
         
            +
                      "name": "minDistributionOwnerFee",
         
     | 
| 
      
 1316 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1317 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1318 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1319 
     | 
    
         
            +
                  "name": "setDistributionFees",
         
     | 
| 
      
 1320 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1321 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1322 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1323 
     | 
    
         
            +
                },
         
     | 
| 
      
 1324 
     | 
    
         
            +
                {
         
     | 
| 
      
 1325 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1326 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1327 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1328 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1329 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1330 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1331 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1332 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1333 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1334 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1335 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1336 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1337 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1338 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1339 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1340 
     | 
    
         
            +
                      "name": "poolFee",
         
     | 
| 
      
 1341 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1342 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1343 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1344 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1345 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1346 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1347 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1348 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1349 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1350 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1351 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1352 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1353 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1354 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1355 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1356 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1357 
     | 
    
         
            +
                      "name": "stakingFee",
         
     | 
| 
      
 1358 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1359 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1360 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1361 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1362 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1363 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1364 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1365 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1366 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1367 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1368 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1369 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1370 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1371 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1372 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1373 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1374 
     | 
    
         
            +
                      "name": "performanceFee",
         
     | 
| 
      
 1375 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1376 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1377 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1378 
     | 
    
         
            +
                  "name": "setPoolFees",
         
     | 
| 
      
 1379 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1380 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1381 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1382 
     | 
    
         
            +
                },
         
     | 
| 
      
 1383 
     | 
    
         
            +
                {
         
     | 
| 
      
 1384 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1385 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1386 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1387 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1388 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1389 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1390 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1391 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1392 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1393 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1394 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1395 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1396 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1397 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1398 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1399 
     | 
    
         
            +
                      "name": "productFee",
         
     | 
| 
      
 1400 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1401 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1402 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1403 
     | 
    
         
            +
                      "components": [
         
     | 
| 
      
 1404 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1405 
     | 
    
         
            +
                          "internalType": "UFixed",
         
     | 
| 
      
 1406 
     | 
    
         
            +
                          "name": "fractionalFee",
         
     | 
| 
      
 1407 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1408 
     | 
    
         
            +
                        },
         
     | 
| 
      
 1409 
     | 
    
         
            +
                        {
         
     | 
| 
      
 1410 
     | 
    
         
            +
                          "internalType": "uint256",
         
     | 
| 
      
 1411 
     | 
    
         
            +
                          "name": "fixedFee",
         
     | 
| 
      
 1412 
     | 
    
         
            +
                          "type": "uint256"
         
     | 
| 
      
 1413 
     | 
    
         
            +
                        }
         
     | 
| 
      
 1414 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 1415 
     | 
    
         
            +
                      "internalType": "struct Fee",
         
     | 
| 
      
 1416 
     | 
    
         
            +
                      "name": "processingFee",
         
     | 
| 
      
 1417 
     | 
    
         
            +
                      "type": "tuple"
         
     | 
| 
      
 1418 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1419 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1420 
     | 
    
         
            +
                  "name": "setProductFees",
         
     | 
| 
      
 1421 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1422 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1423 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1424 
     | 
    
         
            +
                },
         
     | 
| 
      
 1425 
     | 
    
         
            +
                {
         
     | 
| 
      
 1426 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1427 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1428 
     | 
    
         
            +
                      "internalType": "address",
         
     | 
| 
      
 1429 
     | 
    
         
            +
                      "name": "newWallet",
         
     | 
| 
      
 1430 
     | 
    
         
            +
                      "type": "address"
         
     | 
| 
      
 1431 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1432 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1433 
     | 
    
         
            +
                  "name": "setWallet",
         
     | 
| 
      
 1434 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1435 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1436 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1437 
     | 
    
         
            +
                },
         
     | 
| 
      
 1438 
     | 
    
         
            +
                {
         
     | 
| 
      
 1439 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1440 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1441 
     | 
    
         
            +
                      "internalType": "bytes4",
         
     | 
| 
      
 1442 
     | 
    
         
            +
                      "name": "interfaceId",
         
     | 
| 
      
 1443 
     | 
    
         
            +
                      "type": "bytes4"
         
     | 
| 
      
 1444 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1445 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1446 
     | 
    
         
            +
                  "name": "supportsInterface",
         
     | 
| 
      
 1447 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1448 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1449 
     | 
    
         
            +
                      "internalType": "bool",
         
     | 
| 
      
 1450 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 1451 
     | 
    
         
            +
                      "type": "bool"
         
     | 
| 
      
 1452 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1453 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1454 
     | 
    
         
            +
                  "stateMutability": "view",
         
     | 
| 
      
 1455 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1456 
     | 
    
         
            +
                },
         
     | 
| 
      
 1457 
     | 
    
         
            +
                {
         
     | 
| 
      
 1458 
     | 
    
         
            +
                  "inputs": [],
         
     | 
| 
      
 1459 
     | 
    
         
            +
                  "name": "unlock",
         
     | 
| 
      
 1460 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1461 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1462 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1463 
     | 
    
         
            +
                },
         
     | 
| 
      
 1464 
     | 
    
         
            +
                {
         
     | 
| 
      
 1465 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1466 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1467 
     | 
    
         
            +
                      "internalType": "bytes",
         
     | 
| 
      
 1468 
     | 
    
         
            +
                      "name": "data",
         
     | 
| 
      
 1469 
     | 
    
         
            +
                      "type": "bytes"
         
     | 
| 
      
 1470 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1471 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1472 
     | 
    
         
            +
                  "name": "upgradeVersionable",
         
     | 
| 
      
 1473 
     | 
    
         
            +
                  "outputs": [],
         
     | 
| 
      
 1474 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1475 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1476 
     | 
    
         
            +
                },
         
     | 
| 
      
 1477 
     | 
    
         
            +
                {
         
     | 
| 
      
 1478 
     | 
    
         
            +
                  "inputs": [
         
     | 
| 
      
 1479 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1480 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1481 
     | 
    
         
            +
                      "name": "amount",
         
     | 
| 
      
 1482 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1483 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1484 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1485 
     | 
    
         
            +
                  "name": "withdrawFees",
         
     | 
| 
      
 1486 
     | 
    
         
            +
                  "outputs": [
         
     | 
| 
      
 1487 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1488 
     | 
    
         
            +
                      "internalType": "Amount",
         
     | 
| 
      
 1489 
     | 
    
         
            +
                      "name": "withdrawnAmount",
         
     | 
| 
      
 1490 
     | 
    
         
            +
                      "type": "uint96"
         
     | 
| 
      
 1491 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1492 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1493 
     | 
    
         
            +
                  "stateMutability": "nonpayable",
         
     | 
| 
      
 1494 
     | 
    
         
            +
                  "type": "function"
         
     | 
| 
      
 1495 
     | 
    
         
            +
                }
         
     | 
| 
      
 1496 
     | 
    
         
            +
              ],
         
     | 
| 
      
 1497 
     | 
    
         
            +
              "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b615e04806100d65f395ff3fe608060405234801561000f575f80fd5b5060043610610234575f3560e01c806367ba1c1011610135578063a69df4b5116100b4578063d165cb6411610079578063d165cb641461053c578063d56cd3d51461054f578063deaa59df14610562578063e618053f14610575578063f83d08ba146102bd575f80fd5b8063a69df4b5146102bd578063ada9652e146104f1578063b68d180914610505578063bf7e214f1461050c578063c142a30314610529575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461049a5780638899278a146104ad578063893d20e8146104b557806389fad8a2146104bd5780638fb36037146104d0575f80fd5b806367ba1c10146104275780636c741e781461043a5780636e1728071461045a57806374933c2f1461046d57806376b707b714610480575f80fd5b80633192acb2116101c15780635ab1bd53116101865780635ab1bd53146103ac5780636078a3b2146103d1578063644c45e0146103e4578063661017811461040157806367438c5014610414575f80fd5b80633192acb21461034d578063329d6e741461036057806337a897ee14610373578063419197fe1461038657806349bb9e4b14610399575f80fd5b8063138461e011610207578063138461e0146102bf5780631c6b2190146102df5780631eff4b22146102f257806325e451d3146103275780632d46f5df1461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806311a14677146102aa575b5f80fd5b610264610246366004614eb0565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610281610588565b60405162ffffff9091168152602001610270565b61029d61060f565b6040516102709190614f05565b6102bd6102b8366004614fc1565b61079b565b005b6102c76107b9565b6040516001600160601b039091168152602001610270565b6102c76102ed36600461501a565b6107c3565b6103197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd610335366004614fc1565b610f58565b6102c7610348366004615035565b610f71565b6102bd61035b366004615050565b611152565b6102bd61036e3660046151d2565b6112b2565b6102bd610381366004615232565b6113fc565b6102bd610394366004615050565b61171f565b6102bd6103a736600461525c565b61184a565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102c76103df366004615035565b611938565b5f80516020615d6f833981519152546001600160601b03166102c7565b6102bd61040f366004614fc1565b611ad7565b6102bd6104223660046152a8565b611ae2565b6102bd610435366004615232565b611b6a565b610442611edd565b6040516001600160401b039091168152602001610270565b6102bd6104683660046152a8565b611f69565b6102bd61047b366004614fc1565b611fc1565b610488611fcc565b60405160ff9091168152602001610270565b6102bd6104a8366004615035565b612040565b610319600381565b6103b96120dc565b6102bd6104cb366004614fc1565b61220d565b6104d8612218565b6040516001600160e01b03199091168152602001610270565b6103195f80516020615d6f83398151915281565b600b610488565b5f80516020615d8f833981519152546001600160a01b03166103b9565b6102bd6105373660046152f0565b61224f565b6102bd61054a366004614fc1565b6125f0565b6102bd61055d366004614fc1565b6125fb565b6102bd610570366004615035565b612606565b6102bd610583366004614fc1565b612746565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060a9190615333565b905090565b610617614e73565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561068d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106b19190615365565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106f96120dc565b6001600160a01b0316815260200182600101805461071690615380565b80601f016020809104026020016040519081016040528092919081815260200182805461074290615380565b801561078d5780601f106107645761010080835404028352916020019161078d565b820191905f5260205f20905b81548152906001019060200180831161077057829003601f168201915b505050505081525091505090565b6107a683600e61274d565b6107b35f85858585612804565b50505050565b5f61060a30612bfe565b5f80806107d0600b612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610812573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083691906153b2565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015610882573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108a9919081019061542c565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061091091906153b2565b9050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610982573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109a69190615365565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156109ef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a139190615504565b15610af057826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7891906153b2565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610ac5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae99190615365565b9450610d17565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610b46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6a9190615504565b15610b885760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bc5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610be991906153b2565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610c36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5a9190615365565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610cbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cdf9190615504565b15610d155760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610ded5f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d7b91906153b2565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610dc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610de79190615365565b89612804565b5f610e006001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7191906153b2565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610f38575f80fd5b505af1158015610f4a573d5f803e3d5ffd5b505050505050505050919050565b610f6383601f61274d565b6107b3600185858585612804565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401610fb392919061551d565b602060405180830381865af4158015610fce573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff29190615504565b61101a5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d0c565b5f8061102785600c612e93565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b0380851692639654005792899286169163c108bd4c916004808301925f9291908290030181865afa158015611082573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110a99190810190615610565b6040518363ffffffff1660e01b81526004016110c692919061592f565b5f604051808303815f87803b1580156110dd575f80fd5b505af11580156110ef573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b158015611133575f80fd5b505af1158015611145573d5f803e3d5ffd5b5050505050505050919050565b5f6111656001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156111a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111cd9190615365565b90505f6111dd82600360016133bf565b5090505f336001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa15801561121d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061124191906153b2565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b158015611295575f80fd5b505af11580156112a7573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6112d4610588565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611312573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113369190615964565b5f80516020615daf8339815191528054600160401b900460ff1680611368575080546001600160401b03808416911610155b156113865760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113b0836136a6565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80611408600e612df7565b92505091505f80611478836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561144e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147291906153b2565b856136ae565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101400151896040518363ffffffff1660e01b81526004016114bb92919061597f565b602060405180830381865af41580156114d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fa9190615504565b61154257611536836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461014001518a613813565b50610140810186905260015b61016082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161157f91908a9060040161597f565b602060405180830381865af415801561159a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115be9190615504565b61161457611608836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610160015189613813565b50610160810185905260015b801561171657836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611656573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061167a91906153b2565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b81526004016116aa939291906159a5565b5f604051808303815f87803b1580156116c1575f80fd5b505af11580156116d3573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f8061172b600b612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561176d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061179191906153b2565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156117dd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611804919081019061542c565b604090810151905163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c739060440161127e565b5f80516020615daf8339815191528054600160401b810460ff1615906001600160401b03165f8115801561187b5750825b90505f826001600160401b031660011480156118965750303b155b9050811580156118a4575080155b156118c25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156118ec57845460ff60401b1916600160401b1785555b6118f68787613866565b831561171657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161170d565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b815260040161197a92919061551d565b602060405180830381865af4158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b99190615504565b6119e15760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d0c565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015611a1d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a4491908101906159d9565b604001519050611a5c81600f5b60ff90811691161490565b15611a7257611a6a846139d5565b925050611ad1565b611a7d81600e611a51565b15611a8b57611a6a84613d02565b611a9681600d611a51565b15611aa457611a6a84613f14565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610d0c565b50919050565b6107a683601d61274d565b611aed82600c61274d565b611b656001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5f9190615365565b85612804565b505050565b5f80611b76600c612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bb8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bdc91906153b2565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611c28573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c4f9190810190615610565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101000151886040518363ffffffff1660e01b8152600401611c9092919061597f565b602060405180830381865af4158015611cab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ccf9190615504565b611d1257611d06846040518060400160405280600a81526020016950726f6475637446656560b01b81525084610100015189613813565b50610100810185905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611d4f9190899060040161597f565b602060405180830381865af4158015611d6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8e9190615504565b611dd457611dc8846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610120015188613813565b50610120810184905260015b8015611ed557826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3a91906153b2565b6001600160a01b0316632ee46ad9858460ff6040518463ffffffff1660e01b8152600401611e6a939291906159a5565b5f604051808303815f87803b158015611e81575f80fd5b505af1158015611e93573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611f02611fcc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611f45573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060a9190615964565b611f7482600c61274d565b611b655f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b3b573d5f803e3d5ffd5b610f6383600e61274d565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561201c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060a9190615aa9565b3361205f5f80516020615d8f833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461209a5760405162d1953b60e31b81526001600160a01b0382166004820152602401610d0c565b816001600160a01b03163b5f036120cf576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d0c565b6120d882614085565b5050565b5f805f80516020615d6f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612148573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216c9190615504565b156121f7576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156121cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121f191906153b2565b91505090565b54600160601b90046001600160a01b0316919050565b6107a683600f61274d565b5f80516020615d8f83398151915280545f9190600160a01b900460ff1661223f575f6121f1565b638fb3603760e01b91505090565b565b5f8061225b600f612df7565b92505091505f806122a1836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561144e573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361018001518a6040518363ffffffff1660e01b81526004016122e492919061597f565b602060405180830381865af41580156122ff573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123239190615504565b612363576123578360405180604001604052806007815260200166506f6f6c46656560c81b8152508461018001518b613813565b50610180810187905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916123a091908b9060040161597f565b602060405180830381865af41580156123bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123df9190615504565b61242257612416836040518060400160405280600a8152602001695374616b696e6746656560b01b815250846101a001518a613813565b506101a0810186905260015b6101c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161245f91908a9060040161597f565b602060405180830381865af415801561247a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249e9190615504565b6124e5576124d9836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101c0015189613813565b506101c0810185905260015b80156125e657836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612527573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061254b91906153b2565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161257b939291906159a5565b5f604051808303815f87803b158015612592575f80fd5b505af11580156125a4573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610f6383601d61274d565b610f6383600f61274d565b5f80612612600b612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612654573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061267891906153b2565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156126c4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126eb919081019061542c565b604090810151905163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015f604051808303815f87803b158015612734575f80fd5b505af11580156125e6573d5f803e3d5ffd5b6107a683601f5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156127af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127d39190615504565b6120d85760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d0c565b5f61280f83836140e5565b90508515612a0e576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561286d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128919190615504565b1561291057604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af11580156128ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061290e9190615365565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612966573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061298a9190615504565b15612a095760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af11580156129e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a079190615365565b505b611ed5565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612a64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a889190615504565b15612b075760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612ae1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b059190615365565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612b5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b819190615504565b15611ed5576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612bda573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117169190615365565b5f805f80516020615d6f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c8e9190615504565b15612cba5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d0c565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612d0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d309190615504565b612d585760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d0c565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612daa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dce9190615365565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f612e00614e73565b5f612e136001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612e57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e7b9190615365565b9250612e89838560016133bf565b9395909450915050565b5f805f805f805f805f612eb8612eb16001546001600160a01b031690565b8c8c614170565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f08573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f2c91906153b2565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f8e91906153b2565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fcc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff091906153b2565b9650612ffd8a600c611a51565b1561308157600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af1158015613052573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261307991908101906159d9565b519450613105565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af11580156130da573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261310191908101906159d9565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613141573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613168919081019061542c565b602081015190915073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d61319c6001546001600160a01b031690565b86848e6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131fe91906153b2565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015613258573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327c91906153b2565b6001600160a01b03908116604080850191909152516328f72e8760e01b8152908a16906328f72e87906132b5908a908690600401615ac4565b5f604051808303815f87803b1580156132cc575f80fd5b505af11580156132de573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561331f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133439190615365565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b6133c7614e73565b5f806133db6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613428573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261344f91908101906159d9565b925061346485600b5b60ff9081169116141590565b156134ba57604083015160ff8681169116146134b557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d0c565b61354b565b6134ca8360400151611a51600c90565b806134e057506134e08360400151611a51600f90565b806134f657506134f68360400151611a51600e90565b8061350c575061350c8360400151611a51600d90565b61354b57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d0c565b61355b8360400151611a51600390565b15613566575061369e565b6135768360400151611a51600c90565b15613590576135898184602001516147ae565b91506135a1565b61359e81846020015161481f565b91505b831561369c57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156135e3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061360791906153b2565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa15801561364f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136739190615504565b1561369c57604051637d71120960e11b81526001600160601b0387166004820152602401610d0c565b505b935093915050565b6102346148a1565b5f61378d604080516101e0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c0840183905260e08401528351808501855282815280820183905261010084015283518085018552828152808201839052610120840152835180850185528281528082018390526101408401528351808501855282815280820183905261016084015283518085018552828152808201839052610180840152835180850185528281528082018390526101a08401528351808501909452818452830152906101c082015290565b613796836148d7565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa1580156137e3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261380a9190810190615610565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db94613858948a948a949293909290615b30565b60405180910390a150505050565b5f80516020615daf8339815191528054600160401b810460ff1615906001600160401b03165f811580156138975750825b90505f826001600160401b031660011480156138b25750303b155b9050811580156138c0575080155b156138de5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561390857845460ff60401b1916600160401b1785555b5f808780602001905181019061391e9190615b76565b9150915061392d82828b614967565b6139376002614aa7565b600280546001600160a01b0319166001600160a01b0392909216919091179055613961600a614aa7565b600380546001600160a01b0319166001600160a01b03929092169190911790556139916374759ced60e01b614b3e565b5050831561171657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161170d565b5f808080806139e586600f612e93565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613a3e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a659190810190615610565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ae89190615504565b15613b1f5760a08101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610d0c565b5f879050836001600160a01b031663fe7fc94188836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613b6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b939190615ba3565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015613c1e575f80fd5b505af1158015613c30573d5f803e3d5ffd5b505050506001600160601b03871660a0830152604051632ee46ad960e01b81526001600160a01b03851690632ee46ad990613c74908690869060ff906004016159a5565b5f604051808303815f87803b158015613c8b575f80fd5b505af1158015613c9d573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b158015613ce1575f80fd5b505af1158015613cf3573d5f803e3d5ffd5b50505050505050505050919050565b5f80808080613d1286600e612e93565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613d6b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613d929190810190615610565b90508060400151613dc15760405163931d421760e01b81526001600160601b0383166004820152602401610d0c565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e419190615504565b15613e785760c08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610d0c565b6001600160601b03861660c08201526001600160a01b038316632ee46ad9838360ff5b6040518463ffffffff1660e01b8152600401613eb9939291906159a5565b5f604051808303815f87803b158015613ed0575f80fd5b505af1158015613ee2573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610f21565b5f80808080613f2486600d612e93565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613f7d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613fa49190810190615610565b9050806060015160ff165f03613fd857604051634435e56b60e01b81526001600160601b0383166004820152602401610d0c565b806060015160ff16816080015160ff16036140205760608101516040516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610d0c565b858160e00151826080015160ff168151811061403e5761403e615c2b565b6001600160601b03909216602092830291909101909101526080810180519061406682615c3f565b60ff169052506001600160a01b038316632ee46ad98383613e9b60ff90565b5f80516020615d8f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614145573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141699190615365565b9392505050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa1580156141bd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526141e491908101906159d9565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015614240573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142649190615504565b156142845760405163f75940a160e01b8152336004820152602401610d0c565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156142c9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526142f091908101906159d9565b905061430781604001518960ff9081169116141590565b15614347576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610d0c565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa158015614399573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143bd9190615365565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614414573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144389190615504565b15614461576040516322e6526160e11b81526001600160a01b038a166004820152602401610d0c565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156144ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144d291906153b2565b9050614597856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614513573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145379190615aa9565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614573573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134589190615aa9565b156146925789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156145d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145fd9190615aa9565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614639573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061465d9190615aa9565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610d0c565b6146a38260200151845f0151614b6a565b156146db5782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610d0c565b6146e689600c611a51565b1561473d576146fb8360400151613458600a90565b15614734578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610d0c565b8251975061478d565b61474d8360400151613458600c90565b15614785578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610d0c565b826020015197505b8160a00151935061479e8b896147ae565b9650505050939792965093509350565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156147fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061416991906153b2565b6040516305247a1760e51b81526001600160601b03821660048201525f906141699084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015614871573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261489891908101906159d9565b602001516147ae565b5f80516020615daf83398151915254600160401b900460ff1661224d57604051631afcd79f60e31b815260040160405180910390fd5b5f6148ea6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015614936573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261495d91908101906159d9565b6020015192915050565b61496f6148a1565b614977614bee565b6001600160a01b038216156149945761498f82614bfe565b614a0b565b5f61499f6002614aa7565b9050614a09816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156149e0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a0491906153b2565b614bfe565b505b614a8783846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a4b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a6f9190615365565b60085f8560405180602001604052805f815250614c12565b614a97634a531f3360e01b614b3e565b611b6563daf9067160e01b614b3e565b5f614aba6001546001600160a01b031690565b6001600160a01b031663d39e604383614ad1611fcc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614b14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614b3891906153b2565b92915050565b614b466148a1565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015614bca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141699190615504565b614bf66148a1565b61224d614cad565b614c066148a1565b614c0f81614cdb565b50565b614c1a6148a1565b614c248683614cec565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125e68382615cb4565b614cb56148a1565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614ce36148a1565b614c0f81614085565b614cf46148a1565b614cfd82614d62565b614d05614e2e565b6001600160a01b038116614d2c5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615d6f83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b614d6a6148a1565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614dc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614de49190615504565b614e0c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d0c565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b614e366148a1565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614ec0575f80fd5b81356001600160e01b031981168114614169575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614f4d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614f91610100840182614ed7565b949350505050565b6001600160a01b0381168114614c0f575f80fd5b6001600160601b0381168114614c0f575f80fd5b5f805f8060808587031215614fd4575f80fd5b8435614fdf81614f99565b93506020850135614fef81614fad565b92506040850135614fff81614fad565b9150606085013561500f81614fad565b939692955090935050565b5f6020828403121561502a575f80fd5b813561416981614fad565b5f60208284031215615045575f80fd5b813561416981614f99565b5f8060408385031215615061575f80fd5b823561506c81614f99565b9150602083013561507c81614fad565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156150bd576150bd615087565b60405290565b604051608081016001600160401b03811182821017156150bd576150bd615087565b6040516101e081016001600160401b03811182821017156150bd576150bd615087565b60405160e081016001600160401b03811182821017156150bd576150bd615087565b604051601f8201601f191681016001600160401b038111828210171561515257615152615087565b604052919050565b5f6001600160401b0382111561517257615172615087565b50601f01601f191660200190565b5f82601f83011261518f575f80fd5b81356151a261519d8261515a565b61512a565b8181528460208386010111156151b6575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156151e2575f80fd5b81356001600160401b038111156151f7575f80fd5b614f9184828501615180565b5f60408284031215615213575f80fd5b61521b61509b565b823581526020928301359281019290925250919050565b5f8060808385031215615243575f80fd5b61524d8484615203565b915061380a8460408501615203565b5f806040838503121561526d575f80fd5b823561527881614f99565b915060208301356001600160401b03811115615292575f80fd5b61529e85828601615180565b9150509250929050565b5f805f606084860312156152ba575f80fd5b83356152c581614f99565b925060208401356152d581614fad565b915060408401356152e581614fad565b809150509250925092565b5f805f60c08486031215615302575f80fd5b61530c8585615203565b925061531b8560408601615203565b915061532a8560808601615203565b90509250925092565b5f60208284031215615343575f80fd5b815162ffffff81168114614169575f80fd5b805161536081614fad565b919050565b5f60208284031215615375575f80fd5b815161416981614fad565b600181811c9082168061539457607f821691505b602082108103611ad157634e487b7160e01b5f52602260045260245ffd5b5f602082840312156153c2575f80fd5b815161416981614f99565b5f6153da61519d8461515a565b90508281528383830111156153ed575f80fd5b8282602083015e5f602084830101529392505050565b805161536081614f99565b5f82601f83011261541d575f80fd5b614169838351602085016153cd565b5f6020828403121561543c575f80fd5b81516001600160401b03811115615451575f80fd5b820160808185031215615462575f80fd5b61546a6150c3565b81516001600160401b0381111561547f575f80fd5b8201601f8101861361548f575f80fd5b61549e868251602084016153cd565b8252506154ad60208301615403565b60208201526154be60408301615403565b604082015260608201516001600160401b038111156154db575f80fd5b6154e78682850161540e565b606083015250949350505050565b80518015158114615360575f80fd5b5f60208284031215615514575f80fd5b614169826154f5565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b60ff81168114614c0f575f80fd5b805161536081615540565b5f82601f830112615568575f80fd5b81516001600160401b0381111561558157615581615087565b8060051b6155916020820161512a565b918252602081850181019290810190868411156155ac575f80fd5b6020860192505b838310156155d75782516155c681614fad565b8252602092830192909101906155b3565b9695505050505050565b5f604082840312156155f1575f80fd5b6155f961509b565b825181526020928301519281019290925250919050565b5f60208284031215615620575f80fd5b81516001600160401b03811115615635575f80fd5b82016102c08185031215615647575f80fd5b61564f6150e5565b615658826154f5565b8152615666602083016154f5565b6020820152615677604083016154f5565b60408201526156886060830161554e565b60608201526156996080830161554e565b60808201526156aa60a08301615355565b60a08201526156bb60c08301615355565b60c082015260e08201516001600160401b038111156156d8575f80fd5b6156e486828501615559565b60e0830152506156f88561010084016155e1565b61010082015261570c8561014084016155e1565b6101208201526157208561018084016155e1565b610140820152615734856101c084016155e1565b6101608201526157488561020084016155e1565b61018082015261575c8561024084016155e1565b6101a08201526157708561028084016155e1565b6101c0820152949350505050565b5f8151808452602084019350602083015f5b828110156157b75781516001600160601b0316865260209586019590910190600101615790565b5093949350505050565b8051151582525f60208201516157db602085018215159052565b5060408201516157ef604085018215159052565b506060820151615804606085018260ff169052565b506080820151615819608085018260ff169052565b5060a082015161583460a08501826001600160601b03169052565b5060c082015161584f60c08501826001600160601b03169052565b5060e08201516102c060e085015261586b6102c085018261577e565b905061010083015161588b61010086018280518252602090810151910152565b506101208301518051610140860152602081015161016086015250610140830151805161018086015260208101516101a08601525061016083015180516101c086015260208101516101e08601525061018083015180516102008601526020810151610220860152506101a083015180516102408601526020810151610260860152506101c0830151805161028086015260208101516102a0860152509392505050565b6001600160601b0383168152604060208201525f614f9160408301846157c1565b6001600160401b0381168114614c0f575f80fd5b5f60208284031215615974575f80fd5b815161416981615950565b825181526020808401518183015282516040830152820151606082015260808101614169565b6001600160601b0384168152606060208201525f6159c660608301856157c1565b905060ff83166040830152949350505050565b5f602082840312156159e9575f80fd5b81516001600160401b038111156159fe575f80fd5b820160e08185031215615a0f575f80fd5b615a17615108565b615a2082615355565b8152615a2e60208301615355565b6020820152615a3f6040830161554e565b6040820152615a50606083016154f5565b6060820152615a6160808301615403565b6080820152615a7260a08301615403565b60a082015260c08201516001600160401b03811115615a8f575f80fd5b615a9b8682850161540e565b60c083015250949350505050565b5f60208284031215615ab9575f80fd5b815161416981615540565b6001600160601b0383168152604060208201525f825160806040840152615aee60c0840182614ed7565b60208501516001600160a01b0390811660608681019190915260408701519091166080860152850151848203603f190160a08601529091506155d78282614ed7565b6001600160601b038716815260c060208201525f615b5160c0830188614ed7565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615b87575f80fd5b8251615b9281614f99565b602084015190925061507c81614f99565b5f60e0828403128015615bb4575f80fd5b50615bbd615108565b8251615bc881614fad565b8152615bd6602084016154f5565b6020820152615be7604084016154f5565b6040820152615bf8606084016154f5565b6060820152615c09608084016154f5565b608082015260a0838101519082015260c0928301519281019290925250919050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615c6057634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f821115611b6557805f5260205f20601f840160051c81016020851015615c8e5750805b601f840160051c820191505b81811015615cad575f8155600101615c9a565b5050505050565b81516001600160401b03811115615ccd57615ccd615087565b615ce181615cdb8454615380565b84615c69565b6020601f821160018114615d13575f8315615cfc5750848201515b5f19600385901b1c1916600184901b178455615cad565b5f84815260208120601f198516915b82811015615d425787850151825560209485019460019092019101615d22565b5084821015615d5f57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220380bd397aece0d7e62824ff7201b0f4bb6d441e0c31fb1353b4805585472af2964736f6c634300081a0033",
         
     | 
| 
      
 1498 
     | 
    
         
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610234575f3560e01c806367ba1c1011610135578063a69df4b5116100b4578063d165cb6411610079578063d165cb641461053c578063d56cd3d51461054f578063deaa59df14610562578063e618053f14610575578063f83d08ba146102bd575f80fd5b8063a69df4b5146102bd578063ada9652e146104f1578063b68d180914610505578063bf7e214f1461050c578063c142a30314610529575f80fd5b80637a9e5e4b116100fa5780637a9e5e4b1461049a5780638899278a146104ad578063893d20e8146104b557806389fad8a2146104bd5780638fb36037146104d0575f80fd5b806367ba1c10146104275780636c741e781461043a5780636e1728071461045a57806374933c2f1461046d57806376b707b714610480575f80fd5b80633192acb2116101c15780635ab1bd53116101865780635ab1bd53146103ac5780636078a3b2146103d1578063644c45e0146103e4578063661017811461040157806367438c5014610414575f80fd5b80633192acb21461034d578063329d6e741461036057806337a897ee14610373578063419197fe1461038657806349bb9e4b14610399575f80fd5b8063138461e011610207578063138461e0146102bf5780631c6b2190146102df5780631eff4b22146102f257806325e451d3146103275780632d46f5df1461033a575f80fd5b806301ffc9a7146102385780630d8e6e2c146102795780630fec111c1461029557806311a14677146102aa575b5f80fd5b610264610246366004614eb0565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610281610588565b60405162ffffff9091168152602001610270565b61029d61060f565b6040516102709190614f05565b6102bd6102b8366004614fc1565b61079b565b005b6102c76107b9565b6040516001600160601b039091168152602001610270565b6102c76102ed36600461501a565b6107c3565b6103197f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610270565b6102bd610335366004614fc1565b610f58565b6102c7610348366004615035565b610f71565b6102bd61035b366004615050565b611152565b6102bd61036e3660046151d2565b6112b2565b6102bd610381366004615232565b6113fc565b6102bd610394366004615050565b61171f565b6102bd6103a736600461525c565b61184a565b6001546001600160a01b03165b6040516001600160a01b039091168152602001610270565b6102c76103df366004615035565b611938565b5f80516020615d6f833981519152546001600160601b03166102c7565b6102bd61040f366004614fc1565b611ad7565b6102bd6104223660046152a8565b611ae2565b6102bd610435366004615232565b611b6a565b610442611edd565b6040516001600160401b039091168152602001610270565b6102bd6104683660046152a8565b611f69565b6102bd61047b366004614fc1565b611fc1565b610488611fcc565b60405160ff9091168152602001610270565b6102bd6104a8366004615035565b612040565b610319600381565b6103b96120dc565b6102bd6104cb366004614fc1565b61220d565b6104d8612218565b6040516001600160e01b03199091168152602001610270565b6103195f80516020615d6f83398151915281565b600b610488565b5f80516020615d8f833981519152546001600160a01b03166103b9565b6102bd6105373660046152f0565b61224f565b6102bd61054a366004614fc1565b6125f0565b6102bd61055d366004614fc1565b6125fb565b6102bd610570366004615035565b612606565b6102bd610583366004614fc1565b612746565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af41580156105e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060a9190615333565b905090565b610617614e73565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561068d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106b19190615365565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016106f96120dc565b6001600160a01b0316815260200182600101805461071690615380565b80601f016020809104026020016040519081016040528092919081815260200182805461074290615380565b801561078d5780601f106107645761010080835404028352916020019161078d565b820191905f5260205f20905b81548152906001019060200180831161077057829003601f168201915b505050505081525091505090565b6107a683600e61274d565b6107b35f85858585612804565b50505050565b5f61060a30612bfe565b5f80806107d0600b612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610812573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061083691906153b2565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa158015610882573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526108a9919081019061542c565b90505f81604001516001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa1580156108ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061091091906153b2565b9050859450846001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63262b32d2909173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610982573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109a69190615365565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af41580156109ef573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a139190615504565b15610af057826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610a54573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a7891906153b2565b604051630232ca4960e01b81526001600160601b03861660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610ac5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ae99190615365565b9450610d17565b604051630a4d29dd60e31b81526001600160601b038616600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015610b46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b6a9190615504565b15610b885760405163b079ec2b60e01b815260040160405180910390fd5b5f836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bc5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610be991906153b2565b604051630232ca4960e01b81526001600160601b03871660048201526001600160a01b039190911690630232ca4990602401602060405180830381865afa158015610c36573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c5a9190615365565b604051632601631360e21b81526001600160601b0388811660048301528216602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af4158015610cbb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cdf9190615504565b15610d155760405163151dbb3f60e01b81526001600160601b038088166004830152821660248201526044015b60405180910390fd5b505b610ded5f846001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610d57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d7b91906153b2565b8673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610dc3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610de79190615365565b89612804565b5f610e006001546001600160a01b031690565b604051631c5da14d60e11b81526001600160601b03871660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610e4d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e7191906153b2565b602080850151604080516001600160601b03808b1682526001600160a01b0380871695830195909552939092169082015290881660608201529091507f694f0f8f2682e6c05697feed9065540f51c00d4510b16dbdb60606c6e5abfde99060800160405180910390a1604080840151905163153c361360e21b81526001600160a01b03848116600483015283811660248301526001600160601b0389166044830152909116906354f0d84c906064015b5f604051808303815f87803b158015610f38575f80fd5b505af1158015610f4a573d5f803e3d5ffd5b505050505050505050919050565b610f6383601f61274d565b6107b3600185858585612804565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b8152600401610fb392919061551d565b602060405180830381865af4158015610fce573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ff29190615504565b61101a5760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d0c565b5f8061102785600c612e93565b604080516330422f5360e21b81529051919950939650919450889350506001600160a01b0380851692639654005792899286169163c108bd4c916004808301925f9291908290030181865afa158015611082573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526110a99190810190615610565b6040518363ffffffff1660e01b81526004016110c692919061592f565b5f604051808303815f87803b1580156110dd575f80fd5b505af11580156110ef573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152861692506392e2a62f91506024015f604051808303815f87803b158015611133575f80fd5b505af1158015611145573d5f803e3d5ffd5b5050505050505050919050565b5f6111656001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156111a9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111cd9190615365565b90505f6111dd82600360016133bf565b5090505f336001600160a01b03166343d752d36040518163ffffffff1660e01b8152600401602060405180830381865afa15801561121d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061124191906153b2565b60405163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c73906044015b5f604051808303815f87803b158015611295575f80fd5b505af11580156112a7573d5f803e3d5ffd5b505050505050505050565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6112d4610588565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af4158015611312573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113369190615964565b5f80516020615daf8339815191528054600160401b900460ff1680611368575080546001600160401b03808416911610155b156113865760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556113b0836136a6565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b5f80611408600e612df7565b92505091505f80611478836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561144e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147291906153b2565b856136ae565b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101400151896040518363ffffffff1660e01b81526004016114bb92919061597f565b602060405180830381865af41580156114d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114fa9190615504565b61154257611536836040518060400160405280600f81526020016e446973747269627574696f6e46656560881b8152508461014001518a613813565b50610140810186905260015b61016082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161157f91908a9060040161597f565b602060405180830381865af415801561159a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115be9190615504565b61161457611608836040518060400160405280601781526020017f4d696e446973747269627574696f6e4f776e657246656500000000000000000081525084610160015189613813565b50610160810185905260015b801561171657836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611656573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061167a91906153b2565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b81526004016116aa939291906159a5565b5f604051808303815f87803b1580156116c1575f80fd5b505af11580156116d3573d5f803e3d5ffd5b50506040516001600160601b03881681527f37bea7afe3960b639e98d9161b22f53a172300df8ec6ee71fd0a5321dcecd59b925060200190505b60405180910390a15b50505050505050565b5f8061172b600b612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561176d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061179191906153b2565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156117dd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611804919081019061542c565b604090810151905163ea0b3c7360e01b81526001600160a01b0387811660048301526001600160601b03871660248301529192509082169063ea0b3c739060440161127e565b5f80516020615daf8339815191528054600160401b810460ff1615906001600160401b03165f8115801561187b5750825b90505f826001600160401b031660011480156118965750303b155b9050811580156118a4575080155b156118c25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156118ec57845460ff60401b1916600160401b1785555b6118f68787613866565b831561171657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161170d565b5f8173__$fb599632d08395912d9d70eb2f0f93b5e2$__63d9057007826307bb0a0360e51b6040518363ffffffff1660e01b815260040161197a92919061551d565b602060405180830381865af4158015611995573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119b99190615504565b6119e15760405163b03d8c4360e01b81526001600160a01b0382166004820152602401610d0c565b5f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015611a1d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611a4491908101906159d9565b604001519050611a5c81600f5b60ff90811691161490565b15611a7257611a6a846139d5565b925050611ad1565b611a7d81600e611a51565b15611a8b57611a6a84613d02565b611a9681600d611a51565b15611aa457611a6a84613f14565b604051630de61afd60e41b81526001600160a01b038516600482015260ff82166024820152604401610d0c565b50919050565b6107a683601d61274d565b611aed82600c61274d565b611b656001848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b3b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b5f9190615365565b85612804565b505050565b5f80611b76600c612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bb8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611bdc91906153b2565b6040516302d764c760e21b81526001600160601b03851660048201526001600160a01b039190911690630b5d931c906024015f60405180830381865afa158015611c28573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611c4f9190810190615610565b90505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc0836101000151886040518363ffffffff1660e01b8152600401611c9092919061597f565b602060405180830381865af4158015611cab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ccf9190615504565b611d1257611d06846040518060400160405280600a81526020016950726f6475637446656560b01b81525084610100015189613813565b50610100810185905260015b61012082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc091611d4f9190899060040161597f565b602060405180830381865af4158015611d6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8e9190615504565b611dd457611dc8846040518060400160405280600d81526020016c50726f63657373696e6746656560981b81525084610120015188613813565b50610120810184905260015b8015611ed557826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e3a91906153b2565b6001600160a01b0316632ee46ad9858460ff6040518463ffffffff1660e01b8152600401611e6a939291906159a5565b5f604051808303815f87803b158015611e81575f80fd5b505af1158015611e93573d5f803e3d5ffd5b50506040516001600160601b03871681527f385da3b17e82d72dd7e4cbe895c7d7d3fbb4c8768e0866dd69f44581a0ded2bc9250602001905060405180910390a15b505050505050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d3600b611f02611fcc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015611f45573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060a9190615964565b611f7482600c61274d565b611b655f848473__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b3b573d5f803e3d5ffd5b610f6383600e61274d565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561201c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061060a9190615aa9565b3361205f5f80516020615d8f833981519152546001600160a01b031690565b6001600160a01b0316816001600160a01b03161461209a5760405162d1953b60e31b81526001600160a01b0382166004820152602401610d0c565b816001600160a01b03163b5f036120cf576040516361798f2f60e11b81526001600160a01b0383166004820152602401610d0c565b6120d882614085565b5050565b5f805f80516020615d6f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612148573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061216c9190615504565b156121f7576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa1580156121cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121f191906153b2565b91505090565b54600160601b90046001600160a01b0316919050565b6107a683600f61274d565b5f80516020615d8f83398151915280545f9190600160a01b900460ff1661223f575f6121f1565b638fb3603760e01b91505090565b565b5f8061225b600f612df7565b92505091505f806122a1836001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa15801561144e573d5f803e3d5ffd5b915091505f73__$58e11c6004c5796aaa8c56e718245e69a2$__632b324dc08361018001518a6040518363ffffffff1660e01b81526004016122e492919061597f565b602060405180830381865af41580156122ff573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123239190615504565b612363576123578360405180604001604052806007815260200166506f6f6c46656560c81b8152508461018001518b613813565b50610180810187905260015b6101a082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc0916123a091908b9060040161597f565b602060405180830381865af41580156123bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123df9190615504565b61242257612416836040518060400160405280600a8152602001695374616b696e6746656560b01b815250846101a001518a613813565b506101a0810186905260015b6101c082015160405162acc93760e61b815273__$58e11c6004c5796aaa8c56e718245e69a2$__91632b324dc09161245f91908a9060040161597f565b602060405180830381865af415801561247a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061249e9190615504565b6124e5576124d9836040518060400160405280600e81526020016d506572666f726d616e636546656560901b815250846101c0015189613813565b506101c0810185905260015b80156125e657836001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612527573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061254b91906153b2565b6001600160a01b0316632ee46ad9848460ff6040518463ffffffff1660e01b815260040161257b939291906159a5565b5f604051808303815f87803b158015612592575f80fd5b505af11580156125a4573d5f803e3d5ffd5b50506040516001600160601b03881681527f7a446b749117c015e0932e31190fc133582c9c5151e31209479cc9d21941f0359250602001905060405180910390a15b5050505050505050565b610f6383601d61274d565b610f6383600f61274d565b5f80612612600b612df7565b92505091505f816001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612654573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061267891906153b2565b60405163f0ea17c360e01b81526001600160601b03851660048201526001600160a01b03919091169063f0ea17c3906024015f60405180830381865afa1580156126c4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126eb919081019061542c565b604090810151905163deaa59df60e01b81526001600160a01b0386811660048301529192509082169063deaa59df906024015f604051808303815f87803b158015612734575f80fd5b505af11580156125e6573d5f803e3d5ffd5b6107a683601f5b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156127af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127d39190615504565b6120d85760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610d0c565b5f61280f83836140e5565b90508515612a0e576040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af415801561286d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128919190615504565b1561291057604051639f8151e560e01b81526001600160601b038086166004830152821660248201526001600160a01b03861690639f8151e5906044016020604051808303815f875af11580156128ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061290e9190615365565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612966573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061298a9190615504565b15612a095760405163e80c61ed60e01b81526001600160601b038086166004830152831660248201526001600160a01b0386169063e80c61ed906044016020604051808303815f875af11580156129e3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a079190615365565b505b611ed5565b6040516330b8415f60e01b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612a64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a889190615504565b15612b075760405163b0628dc360e01b81526001600160601b038086166004830152821660248201526001600160a01b0386169063b0628dc3906044016020604051808303815f875af1158015612ae1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b059190615365565b505b6040516330b8415f60e01b81526001600160601b038316600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015612b5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b819190615504565b15611ed5576040516314cc21b560e21b81526001600160601b038086166004830152831660248201526001600160a01b0386169063533086d4906044016020604051808303815f875af1158015612bda573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117169190615365565b5f805f80516020615d6f83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612c6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c8e9190615504565b15612cba5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610d0c565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612d0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d309190615504565b612d585760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610d0c565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015612daa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dce9190615365565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f612e00614e73565b5f612e136001546001600160a01b031690565b604051632f2a35f760e11b81523360048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015612e57573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e7b9190615365565b9250612e89838560016133bf565b9395909450915050565b5f805f805f805f805f612eb8612eb16001546001600160a01b031690565b8c8c614170565b809550819650829a508397508498505050505050826001600160a01b03166302cd30716040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f08573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f2c91906153b2565b9850826001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015612f6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f8e91906153b2565b9750826001600160a01b031663d4cda0d86040518163ffffffff1660e01b8152600401602060405180830381865afa158015612fcc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ff091906153b2565b9650612ffd8a600c611a51565b1561308157600254604051635d96628960e01b81526001600160a01b038481166004830152838116602483015290911690635d966289906044015f604051808303815f875af1158015613052573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261307991908101906159d9565b519450613105565b600254604051631fa14e4960e11b81526001600160a01b03848116600483015260ff8d166024830152838116604483015290911690633f429c92906064015f604051808303815f875af11580156130da573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261310191908101906159d9565b5194505b5f826001600160a01b031663b423086c6040518163ffffffff1660e01b81526004015f60405180830381865afa158015613141573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613168919081019061542c565b602081015190915073__$51089c37ca0df1177a910c640c8c5f8165$__6350c6470d61319c6001546001600160a01b031690565b86848e6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156131da573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131fe91906153b2565b60405160e086901b6001600160e01b03191681526001600160a01b039485166004820152928416602484015290831660448301529091166064820152608401602060405180830381865af4158015613258573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061327c91906153b2565b6001600160a01b03908116604080850191909152516328f72e8760e01b8152908a16906328f72e87906132b5908a908690600401615ac4565b5f604051808303815f87803b1580156132cc575f80fd5b505af11580156132de573d5f803e3d5ffd5b50505050836001600160a01b031663138461e06040518163ffffffff1660e01b81526004016020604051808303815f875af115801561331f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133439190615365565b50604080516001600160601b0388811682528916602082015260ff8e16818301526001600160a01b0386811660608301528381166080830152851660a082015290517f269a46dac9ba8227194b6513fdb68da07796b42aa1d111f1eaec8f2126aed6c69181900360c00190a15050505050509295509295909350565b6133c7614e73565b5f806133db6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03881660048201529091506001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015613428573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261344f91908101906159d9565b925061346485600b5b60ff9081169116141590565b156134ba57604083015160ff8681169116146134b557604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d0c565b61354b565b6134ca8360400151611a51600c90565b806134e057506134e08360400151611a51600f90565b806134f657506134f68360400151611a51600e90565b8061350c575061350c8360400151611a51600d90565b61354b57604080840151905163b83d92cb60e01b81526001600160601b038816600482015260ff80881660248301529091166044820152606401610d0c565b61355b8360400151611a51600390565b15613566575061369e565b6135768360400151611a51600c90565b15613590576135898184602001516147ae565b91506135a1565b61359e81846020015161481f565b91505b831561369c57816001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa1580156135e3573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061360791906153b2565b6080840151604051629b7b3560e61b81526001600160a01b0391821660048201529116906326decd4090602401602060405180830381865afa15801561364f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136739190615504565b1561369c57604051637d71120960e11b81526001600160601b0387166004820152602401610d0c565b505b935093915050565b6102346148a1565b5f61378d604080516101e0810182525f808252602080830182905282840182905260608084018390526080840183905260a0840183905260c0840183905260e08401528351808501855282815280820183905261010084015283518085018552828152808201839052610120840152835180850185528281528082018390526101408401528351808501855282815280820183905261016084015283518085018552828152808201839052610180840152835180850185528281528082018390526101a08401528351808501909452818452830152906101c082015290565b613796836148d7565b6040516302d764c760e21b81526001600160601b03821660048201529092506001600160a01b03851690630b5d931c906024015f60405180830381865afa1580156137e3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261380a9190810190615610565b90509250929050565b81516020808401518351918401516040517f52d1fb99d890f3b2be95c262d870f89c22614249751b9fe6124d341bedbd70db94613858948a948a949293909290615b30565b60405180910390a150505050565b5f80516020615daf8339815191528054600160401b810460ff1615906001600160401b03165f811580156138975750825b90505f826001600160401b031660011480156138b25750303b155b9050811580156138c0575080155b156138de5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561390857845460ff60401b1916600160401b1785555b5f808780602001905181019061391e9190615b76565b9150915061392d82828b614967565b6139376002614aa7565b600280546001600160a01b0319166001600160a01b0392909216919091179055613961600a614aa7565b600380546001600160a01b0319166001600160a01b03929092169190911790556139916374759ced60e01b614b3e565b5050831561171657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200161170d565b5f808080806139e586600f612e93565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613a3e573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613a659190810190615610565b60a08101516040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613ac4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ae89190615504565b15613b1f5760a08101516040516397f129bf60e01b81526001600160601b0380851660048301529091166024820152604401610d0c565b5f879050836001600160a01b031663fe7fc94188836001600160a01b03166385ba83446040518163ffffffff1660e01b815260040160e060405180830381865afa158015613b6f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b939190615ba3565b604080516001600160e01b031960e086901b1681526001600160601b03938416600482015282519093166024840152602082015115156044840152810151151560648301526060810151151560848301526080810151151560a483015260a081015160c483015260c0015160e4820152610104015f604051808303815f87803b158015613c1e575f80fd5b505af1158015613c30573d5f803e3d5ffd5b505050506001600160601b03871660a0830152604051632ee46ad960e01b81526001600160a01b03851690632ee46ad990613c74908690869060ff906004016159a5565b5f604051808303815f87803b158015613c8b575f80fd5b505af1158015613c9d573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038481166004830152881692506392e2a62f91506024015f604051808303815f87803b158015613ce1575f80fd5b505af1158015613cf3573d5f803e3d5ffd5b50505050505050505050919050565b5f80808080613d1286600e612e93565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613d6b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613d929190810190615610565b90508060400151613dc15760405163931d421760e01b81526001600160601b0383166004820152602401610d0c565b60c08101516040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015613e1d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613e419190615504565b15613e785760c08101516040516323a0cc7160e11b81526001600160601b0380851660048301529091166024820152604401610d0c565b6001600160601b03861660c08201526001600160a01b038316632ee46ad9838360ff5b6040518463ffffffff1660e01b8152600401613eb9939291906159a5565b5f604051808303815f87803b158015613ed0575f80fd5b505af1158015613ee2573d5f803e3d5ffd5b50506040516392e2a62f60e01b81526001600160a01b038a81166004830152871692506392e2a62f9150602401610f21565b5f80808080613f2486600d612e93565b6040516302d764c760e21b81526001600160601b0383166004820152909950939750919550935091505f906001600160a01b03861690630b5d931c906024015f60405180830381865afa158015613f7d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052613fa49190810190615610565b9050806060015160ff165f03613fd857604051634435e56b60e01b81526001600160601b0383166004820152602401610d0c565b806060015160ff16816080015160ff16036140205760608101516040516379060d1360e11b81526001600160601b038416600482015260ff9091166024820152604401610d0c565b858160e00151826080015160ff168151811061403e5761403e615c2b565b6001600160601b03909216602092830291909101909101526080810180519061406682615c3f565b60ff169052506001600160a01b038316632ee46ad98383613e9b60ff90565b5f80516020615d8f83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401602060405180830381865af4158015614145573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141699190615365565b9392505050565b6040516308b09a5f60e41b81523360048201525f90819081908190819081906001600160a01b038a1690638b09a5f0906024015f60405180830381865afa1580156141bd573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526141e491908101906159d9565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015614240573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906142649190615504565b156142845760405163f75940a160e01b8152336004820152602401610d0c565b805f015193508792505f836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa1580156142c9573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526142f091908101906159d9565b905061430781604001518960ff9081169116141590565b15614347576040808201519051634a2e948760e11b81526001600160a01b038b16600482015260ff808b1660248301529091166044820152606401610d0c565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b038b811660048301529190911690635e546bee90602401602060405180830381865afa158015614399573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906143bd9190615365565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015614414573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144389190615504565b15614461576040516322e6526160e11b81526001600160a01b038a166004820152602401610d0c565b60405163bf8e179760e01b81526001600160601b03861660048201525f906001600160a01b038c169063bf8e179790602401602060405180830381865afa1580156144ae573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906144d291906153b2565b9050614597856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614513573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145379190615aa9565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614573573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134589190615aa9565b156146925789856001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa1580156145d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145fd9190615aa9565b826001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015614639573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061465d9190615aa9565b6040516381ce428760e01b81526001600160a01b03909316600484015260ff9182166024840152166044820152606401610d0c565b6146a38260200151845f0151614b6a565b156146db5782516020830151604051633e22765160e11b81526001600160601b03928316600482015291166024820152604401610d0c565b6146e689600c611a51565b1561473d576146fb8360400151613458600a90565b15614734578251604080850151905163179bdfb960e01b81526001600160601b03909216600483015260ff166024820152604401610d0c565b8251975061478d565b61474d8360400151613458600c90565b15614785578251604080850151905162d4546160e11b81526001600160601b03909216600483015260ff166024820152604401610d0c565b826020015197505b8160a00151935061479e8b896147ae565b9650505050939792965093509350565b60405163bf8e179760e01b81526001600160601b03821660048201525f906001600160a01b0384169063bf8e179790602401602060405180830381865afa1580156147fb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061416991906153b2565b6040516305247a1760e51b81526001600160601b03821660048201525f906141699084906001600160a01b0382169063a48f42e0906024015f60405180830381865afa158015614871573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261489891908101906159d9565b602001516147ae565b5f80516020615daf83398151915254600160401b900460ff1661224d57604051631afcd79f60e31b815260040160405180910390fd5b5f6148ea6001546001600160a01b031690565b6040516305247a1760e51b81526001600160601b03841660048201526001600160a01b03919091169063a48f42e0906024015f60405180830381865afa158015614936573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261495d91908101906159d9565b6020015192915050565b61496f6148a1565b614977614bee565b6001600160a01b038216156149945761498f82614bfe565b614a0b565b5f61499f6002614aa7565b9050614a09816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156149e0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a0491906153b2565b614bfe565b505b614a8783846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015614a4b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614a6f9190615365565b60085f8560405180602001604052805f815250614c12565b614a97634a531f3360e01b614b3e565b611b6563daf9067160e01b614b3e565b5f614aba6001546001600160a01b031690565b6001600160a01b031663d39e604383614ad1611fcc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015614b14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614b3891906153b2565b92915050565b614b466148a1565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6040516399009c5160e01b81526001600160601b038084166004830152821660248201525f9073__$94a2c899be079b00d952d0d84fffaa5c34$__906399009c5190604401602060405180830381865af4158015614bca573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141699190615504565b614bf66148a1565b61224d614cad565b614c066148a1565b614c0f81614cdb565b50565b614c1a6148a1565b614c248683614cec565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3016125e68382615cb4565b614cb56148a1565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b614ce36148a1565b614c0f81614085565b614cf46148a1565b614cfd82614d62565b614d05614e2e565b6001600160a01b038116614d2c5760405163f17ef42d60e01b815260040160405180910390fd5b5f80516020615d6f83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b614d6a6148a1565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015614dc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614de49190615504565b614e0c5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610d0c565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b614e366148a1565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f60208284031215614ec0575f80fd5b81356001600160e01b031981168114614169575f80fd5b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614f4d608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152614f91610100840182614ed7565b949350505050565b6001600160a01b0381168114614c0f575f80fd5b6001600160601b0381168114614c0f575f80fd5b5f805f8060808587031215614fd4575f80fd5b8435614fdf81614f99565b93506020850135614fef81614fad565b92506040850135614fff81614fad565b9150606085013561500f81614fad565b939692955090935050565b5f6020828403121561502a575f80fd5b813561416981614fad565b5f60208284031215615045575f80fd5b813561416981614f99565b5f8060408385031215615061575f80fd5b823561506c81614f99565b9150602083013561507c81614fad565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156150bd576150bd615087565b60405290565b604051608081016001600160401b03811182821017156150bd576150bd615087565b6040516101e081016001600160401b03811182821017156150bd576150bd615087565b60405160e081016001600160401b03811182821017156150bd576150bd615087565b604051601f8201601f191681016001600160401b038111828210171561515257615152615087565b604052919050565b5f6001600160401b0382111561517257615172615087565b50601f01601f191660200190565b5f82601f83011261518f575f80fd5b81356151a261519d8261515a565b61512a565b8181528460208386010111156151b6575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156151e2575f80fd5b81356001600160401b038111156151f7575f80fd5b614f9184828501615180565b5f60408284031215615213575f80fd5b61521b61509b565b823581526020928301359281019290925250919050565b5f8060808385031215615243575f80fd5b61524d8484615203565b915061380a8460408501615203565b5f806040838503121561526d575f80fd5b823561527881614f99565b915060208301356001600160401b03811115615292575f80fd5b61529e85828601615180565b9150509250929050565b5f805f606084860312156152ba575f80fd5b83356152c581614f99565b925060208401356152d581614fad565b915060408401356152e581614fad565b809150509250925092565b5f805f60c08486031215615302575f80fd5b61530c8585615203565b925061531b8560408601615203565b915061532a8560808601615203565b90509250925092565b5f60208284031215615343575f80fd5b815162ffffff81168114614169575f80fd5b805161536081614fad565b919050565b5f60208284031215615375575f80fd5b815161416981614fad565b600181811c9082168061539457607f821691505b602082108103611ad157634e487b7160e01b5f52602260045260245ffd5b5f602082840312156153c2575f80fd5b815161416981614f99565b5f6153da61519d8461515a565b90508281528383830111156153ed575f80fd5b8282602083015e5f602084830101529392505050565b805161536081614f99565b5f82601f83011261541d575f80fd5b614169838351602085016153cd565b5f6020828403121561543c575f80fd5b81516001600160401b03811115615451575f80fd5b820160808185031215615462575f80fd5b61546a6150c3565b81516001600160401b0381111561547f575f80fd5b8201601f8101861361548f575f80fd5b61549e868251602084016153cd565b8252506154ad60208301615403565b60208201526154be60408301615403565b604082015260608201516001600160401b038111156154db575f80fd5b6154e78682850161540e565b606083015250949350505050565b80518015158114615360575f80fd5b5f60208284031215615514575f80fd5b614169826154f5565b6001600160a01b039290921682526001600160e01b031916602082015260400190565b60ff81168114614c0f575f80fd5b805161536081615540565b5f82601f830112615568575f80fd5b81516001600160401b0381111561558157615581615087565b8060051b6155916020820161512a565b918252602081850181019290810190868411156155ac575f80fd5b6020860192505b838310156155d75782516155c681614fad565b8252602092830192909101906155b3565b9695505050505050565b5f604082840312156155f1575f80fd5b6155f961509b565b825181526020928301519281019290925250919050565b5f60208284031215615620575f80fd5b81516001600160401b03811115615635575f80fd5b82016102c08185031215615647575f80fd5b61564f6150e5565b615658826154f5565b8152615666602083016154f5565b6020820152615677604083016154f5565b60408201526156886060830161554e565b60608201526156996080830161554e565b60808201526156aa60a08301615355565b60a08201526156bb60c08301615355565b60c082015260e08201516001600160401b038111156156d8575f80fd5b6156e486828501615559565b60e0830152506156f88561010084016155e1565b61010082015261570c8561014084016155e1565b6101208201526157208561018084016155e1565b610140820152615734856101c084016155e1565b6101608201526157488561020084016155e1565b61018082015261575c8561024084016155e1565b6101a08201526157708561028084016155e1565b6101c0820152949350505050565b5f8151808452602084019350602083015f5b828110156157b75781516001600160601b0316865260209586019590910190600101615790565b5093949350505050565b8051151582525f60208201516157db602085018215159052565b5060408201516157ef604085018215159052565b506060820151615804606085018260ff169052565b506080820151615819608085018260ff169052565b5060a082015161583460a08501826001600160601b03169052565b5060c082015161584f60c08501826001600160601b03169052565b5060e08201516102c060e085015261586b6102c085018261577e565b905061010083015161588b61010086018280518252602090810151910152565b506101208301518051610140860152602081015161016086015250610140830151805161018086015260208101516101a08601525061016083015180516101c086015260208101516101e08601525061018083015180516102008601526020810151610220860152506101a083015180516102408601526020810151610260860152506101c0830151805161028086015260208101516102a0860152509392505050565b6001600160601b0383168152604060208201525f614f9160408301846157c1565b6001600160401b0381168114614c0f575f80fd5b5f60208284031215615974575f80fd5b815161416981615950565b825181526020808401518183015282516040830152820151606082015260808101614169565b6001600160601b0384168152606060208201525f6159c660608301856157c1565b905060ff83166040830152949350505050565b5f602082840312156159e9575f80fd5b81516001600160401b038111156159fe575f80fd5b820160e08185031215615a0f575f80fd5b615a17615108565b615a2082615355565b8152615a2e60208301615355565b6020820152615a3f6040830161554e565b6040820152615a50606083016154f5565b6060820152615a6160808301615403565b6080820152615a7260a08301615403565b60a082015260c08201516001600160401b03811115615a8f575f80fd5b615a9b8682850161540e565b60c083015250949350505050565b5f60208284031215615ab9575f80fd5b815161416981615540565b6001600160601b0383168152604060208201525f825160806040840152615aee60c0840182614ed7565b60208501516001600160a01b0390811660608681019190915260408701519091166080860152850151848203603f190160a08601529091506155d78282614ed7565b6001600160601b038716815260c060208201525f615b5160c0830188614ed7565b90508560408301528460608301528360808301528260a0830152979650505050505050565b5f8060408385031215615b87575f80fd5b8251615b9281614f99565b602084015190925061507c81614f99565b5f60e0828403128015615bb4575f80fd5b50615bbd615108565b8251615bc881614fad565b8152615bd6602084016154f5565b6020820152615be7604084016154f5565b6040820152615bf8606084016154f5565b6060820152615c09608084016154f5565b608082015260a0838101519082015260c0928301519281019290925250919050565b634e487b7160e01b5f52603260045260245ffd5b5f60ff821660ff8103615c6057634e487b7160e01b5f52601160045260245ffd5b60010192915050565b601f821115611b6557805f5260205f20601f840160051c81016020851015615c8e5750805b601f840160051c820191505b81811015615cad575f8155600101615c9a565b5050505050565b81516001600160401b03811115615ccd57615ccd615087565b615ce181615cdb8454615380565b84615c69565b6020601f821160018114615d13575f8315615cfc5750848201515b5f19600385901b1c1916600184901b178455615cad565b5f84815260208120601f198516915b82811015615d425787850151825560209485019460019092019101615d22565b5084821015615d5f57868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220380bd397aece0d7e62824ff7201b0f4bb6d441e0c31fb1353b4805585472af2964736f6c634300081a0033",
         
     | 
| 
      
 1499 
     | 
    
         
            +
              "linkReferences": {
         
     | 
| 
      
 1500 
     | 
    
         
            +
                "contracts/shared/ContractLib.sol": {
         
     | 
| 
      
 1501 
     | 
    
         
            +
                  "ContractLib": [
         
     | 
| 
      
 1502 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1503 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1504 
     | 
    
         
            +
                      "start": 4171
         
     | 
| 
      
 1505 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1506 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1507 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1508 
     | 
    
         
            +
                      "start": 6674
         
     | 
| 
      
 1509 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1510 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1511 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1512 
     | 
    
         
            +
                      "start": 20062
         
     | 
| 
      
 1513 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1514 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1515 
     | 
    
         
            +
                },
         
     | 
| 
      
 1516 
     | 
    
         
            +
                "contracts/shared/TokenHandlerDeployerLib.sol": {
         
     | 
| 
      
 1517 
     | 
    
         
            +
                  "TokenHandlerDeployerLib": [
         
     | 
| 
      
 1518 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1519 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1520 
     | 
    
         
            +
                      "start": 12872
         
     | 
| 
      
 1521 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1522 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1523 
     | 
    
         
            +
                },
         
     | 
| 
      
 1524 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 1525 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 1526 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1527 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1528 
     | 
    
         
            +
                      "start": 2551
         
     | 
| 
      
 1529 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1530 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1531 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1532 
     | 
    
         
            +
                      "start": 2579
         
     | 
| 
      
 1533 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1534 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1535 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1536 
     | 
    
         
            +
                      "start": 3044
         
     | 
| 
      
 1537 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1538 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1539 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1540 
     | 
    
         
            +
                      "start": 3417
         
     | 
| 
      
 1541 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1542 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1543 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1544 
     | 
    
         
            +
                      "start": 3668
         
     | 
| 
      
 1545 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1546 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1547 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1548 
     | 
    
         
            +
                      "start": 7116
         
     | 
| 
      
 1549 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1550 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1551 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1552 
     | 
    
         
            +
                      "start": 8274
         
     | 
| 
      
 1553 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1554 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1555 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1556 
     | 
    
         
            +
                      "start": 10507
         
     | 
| 
      
 1557 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1558 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1559 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1560 
     | 
    
         
            +
                      "start": 10756
         
     | 
| 
      
 1561 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1562 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1563 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1564 
     | 
    
         
            +
                      "start": 11010
         
     | 
| 
      
 1565 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1566 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1567 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1568 
     | 
    
         
            +
                      "start": 11259
         
     | 
| 
      
 1569 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1570 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1571 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1572 
     | 
    
         
            +
                      "start": 16867
         
     | 
| 
      
 1573 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1574 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1575 
     | 
    
         
            +
                },
         
     | 
| 
      
 1576 
     | 
    
         
            +
                "contracts/type/Fee.sol": {
         
     | 
| 
      
 1577 
     | 
    
         
            +
                  "FeeLib": [
         
     | 
| 
      
 1578 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1579 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1580 
     | 
    
         
            +
                      "start": 5461
         
     | 
| 
      
 1581 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1582 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1583 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1584 
     | 
    
         
            +
                      "start": 5676
         
     | 
| 
      
 1585 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1586 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1587 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1588 
     | 
    
         
            +
                      "start": 7466
         
     | 
| 
      
 1589 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1590 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1591 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1592 
     | 
    
         
            +
                      "start": 7676
         
     | 
| 
      
 1593 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1594 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1595 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1596 
     | 
    
         
            +
                      "start": 9086
         
     | 
| 
      
 1597 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1598 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1599 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1600 
     | 
    
         
            +
                      "start": 9293
         
     | 
| 
      
 1601 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1602 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1603 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1604 
     | 
    
         
            +
                      "start": 9484
         
     | 
| 
      
 1605 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1606 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1607 
     | 
    
         
            +
                },
         
     | 
| 
      
 1608 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 1609 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 1610 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1611 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1612 
     | 
    
         
            +
                      "start": 1822
         
     | 
| 
      
 1613 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1614 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1615 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1616 
     | 
    
         
            +
                      "start": 8678
         
     | 
| 
      
 1617 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1618 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1619 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1620 
     | 
    
         
            +
                      "start": 11528
         
     | 
| 
      
 1621 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1622 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1623 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1624 
     | 
    
         
            +
                      "start": 15202
         
     | 
| 
      
 1625 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1626 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1627 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1628 
     | 
    
         
            +
                      "start": 16059
         
     | 
| 
      
 1629 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1630 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1631 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1632 
     | 
    
         
            +
                      "start": 17118
         
     | 
| 
      
 1633 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1634 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1635 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1636 
     | 
    
         
            +
                      "start": 17586
         
     | 
| 
      
 1637 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1638 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1639 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1640 
     | 
    
         
            +
                      "start": 19560
         
     | 
| 
      
 1641 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1642 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1643 
     | 
    
         
            +
                },
         
     | 
| 
      
 1644 
     | 
    
         
            +
                "contracts/type/RoleId.sol": {
         
     | 
| 
      
 1645 
     | 
    
         
            +
                  "RoleIdLib": [
         
     | 
| 
      
 1646 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1647 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1648 
     | 
    
         
            +
                      "start": 8118
         
     | 
| 
      
 1649 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1650 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1651 
     | 
    
         
            +
                },
         
     | 
| 
      
 1652 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 1653 
     | 
    
         
            +
                  "VersionLib": [
         
     | 
| 
      
 1654 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1655 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1656 
     | 
    
         
            +
                      "start": 1668
         
     | 
| 
      
 1657 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1658 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1659 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1660 
     | 
    
         
            +
                      "start": 5002
         
     | 
| 
      
 1661 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1662 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1663 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 1664 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1665 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1666 
     | 
    
         
            +
                      "start": 8378
         
     | 
| 
      
 1667 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1668 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1669 
     | 
    
         
            +
                }
         
     | 
| 
      
 1670 
     | 
    
         
            +
              },
         
     | 
| 
      
 1671 
     | 
    
         
            +
              "deployedLinkReferences": {
         
     | 
| 
      
 1672 
     | 
    
         
            +
                "contracts/shared/ContractLib.sol": {
         
     | 
| 
      
 1673 
     | 
    
         
            +
                  "ContractLib": [
         
     | 
| 
      
 1674 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1675 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1676 
     | 
    
         
            +
                      "start": 3957
         
     | 
| 
      
 1677 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1678 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1679 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1680 
     | 
    
         
            +
                      "start": 6460
         
     | 
| 
      
 1681 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1682 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1683 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1684 
     | 
    
         
            +
                      "start": 19848
         
     | 
| 
      
 1685 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1686 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1687 
     | 
    
         
            +
                },
         
     | 
| 
      
 1688 
     | 
    
         
            +
                "contracts/shared/TokenHandlerDeployerLib.sol": {
         
     | 
| 
      
 1689 
     | 
    
         
            +
                  "TokenHandlerDeployerLib": [
         
     | 
| 
      
 1690 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1691 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1692 
     | 
    
         
            +
                      "start": 12658
         
     | 
| 
      
 1693 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1694 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1695 
     | 
    
         
            +
                },
         
     | 
| 
      
 1696 
     | 
    
         
            +
                "contracts/type/Amount.sol": {
         
     | 
| 
      
 1697 
     | 
    
         
            +
                  "AmountLib": [
         
     | 
| 
      
 1698 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1699 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1700 
     | 
    
         
            +
                      "start": 2337
         
     | 
| 
      
 1701 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1702 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1703 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1704 
     | 
    
         
            +
                      "start": 2365
         
     | 
| 
      
 1705 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1706 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1707 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1708 
     | 
    
         
            +
                      "start": 2830
         
     | 
| 
      
 1709 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1710 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1711 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1712 
     | 
    
         
            +
                      "start": 3203
         
     | 
| 
      
 1713 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1714 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1715 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1716 
     | 
    
         
            +
                      "start": 3454
         
     | 
| 
      
 1717 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1718 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1719 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1720 
     | 
    
         
            +
                      "start": 6902
         
     | 
| 
      
 1721 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1722 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1723 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1724 
     | 
    
         
            +
                      "start": 8060
         
     | 
| 
      
 1725 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1726 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1727 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1728 
     | 
    
         
            +
                      "start": 10293
         
     | 
| 
      
 1729 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1730 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1731 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1732 
     | 
    
         
            +
                      "start": 10542
         
     | 
| 
      
 1733 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1734 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1735 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1736 
     | 
    
         
            +
                      "start": 10796
         
     | 
| 
      
 1737 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1738 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1739 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1740 
     | 
    
         
            +
                      "start": 11045
         
     | 
| 
      
 1741 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1742 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1743 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1744 
     | 
    
         
            +
                      "start": 16653
         
     | 
| 
      
 1745 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1746 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1747 
     | 
    
         
            +
                },
         
     | 
| 
      
 1748 
     | 
    
         
            +
                "contracts/type/Fee.sol": {
         
     | 
| 
      
 1749 
     | 
    
         
            +
                  "FeeLib": [
         
     | 
| 
      
 1750 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1751 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1752 
     | 
    
         
            +
                      "start": 5247
         
     | 
| 
      
 1753 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1754 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1755 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1756 
     | 
    
         
            +
                      "start": 5462
         
     | 
| 
      
 1757 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1758 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1759 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1760 
     | 
    
         
            +
                      "start": 7252
         
     | 
| 
      
 1761 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1762 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1763 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1764 
     | 
    
         
            +
                      "start": 7462
         
     | 
| 
      
 1765 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1766 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1767 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1768 
     | 
    
         
            +
                      "start": 8872
         
     | 
| 
      
 1769 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1770 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1771 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1772 
     | 
    
         
            +
                      "start": 9079
         
     | 
| 
      
 1773 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1774 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1775 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1776 
     | 
    
         
            +
                      "start": 9270
         
     | 
| 
      
 1777 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1778 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1779 
     | 
    
         
            +
                },
         
     | 
| 
      
 1780 
     | 
    
         
            +
                "contracts/type/NftId.sol": {
         
     | 
| 
      
 1781 
     | 
    
         
            +
                  "NftIdLib": [
         
     | 
| 
      
 1782 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1783 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1784 
     | 
    
         
            +
                      "start": 1608
         
     | 
| 
      
 1785 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1786 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1787 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1788 
     | 
    
         
            +
                      "start": 8464
         
     | 
| 
      
 1789 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1790 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1791 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1792 
     | 
    
         
            +
                      "start": 11314
         
     | 
| 
      
 1793 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1794 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1795 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1796 
     | 
    
         
            +
                      "start": 14988
         
     | 
| 
      
 1797 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1798 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1799 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1800 
     | 
    
         
            +
                      "start": 15845
         
     | 
| 
      
 1801 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1802 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1803 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1804 
     | 
    
         
            +
                      "start": 16904
         
     | 
| 
      
 1805 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1806 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1807 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1808 
     | 
    
         
            +
                      "start": 17372
         
     | 
| 
      
 1809 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1810 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1811 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1812 
     | 
    
         
            +
                      "start": 19346
         
     | 
| 
      
 1813 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1814 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1815 
     | 
    
         
            +
                },
         
     | 
| 
      
 1816 
     | 
    
         
            +
                "contracts/type/RoleId.sol": {
         
     | 
| 
      
 1817 
     | 
    
         
            +
                  "RoleIdLib": [
         
     | 
| 
      
 1818 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1819 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1820 
     | 
    
         
            +
                      "start": 7904
         
     | 
| 
      
 1821 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1822 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1823 
     | 
    
         
            +
                },
         
     | 
| 
      
 1824 
     | 
    
         
            +
                "contracts/type/Version.sol": {
         
     | 
| 
      
 1825 
     | 
    
         
            +
                  "VersionLib": [
         
     | 
| 
      
 1826 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1827 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1828 
     | 
    
         
            +
                      "start": 1454
         
     | 
| 
      
 1829 
     | 
    
         
            +
                    },
         
     | 
| 
      
 1830 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1831 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1832 
     | 
    
         
            +
                      "start": 4788
         
     | 
| 
      
 1833 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1834 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 1835 
     | 
    
         
            +
                  "VersionPartLib": [
         
     | 
| 
      
 1836 
     | 
    
         
            +
                    {
         
     | 
| 
      
 1837 
     | 
    
         
            +
                      "length": 20,
         
     | 
| 
      
 1838 
     | 
    
         
            +
                      "start": 8164
         
     | 
| 
      
 1839 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1840 
     | 
    
         
            +
                  ]
         
     | 
| 
      
 1841 
     | 
    
         
            +
                }
         
     | 
| 
      
 1842 
     | 
    
         
            +
              }
         
     | 
| 
      
 1843 
     | 
    
         
            +
            }
         
     |