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