@etherisc/gif-next 0.0.2-f619be3-760 → 0.0.2-f62dcdf-553
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +372 -24
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +330 -1135
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +388 -1276
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IDistribution.sol/IDistribution.json} +2 -2
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/{treasury/ITreasury.sol/ITreasury.json → module/IRisk.sol/IRisk.json} +2 -2
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1001 -27
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1518 -119
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +474 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +57 -76
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +90 -97
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +375 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +829 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
- 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 +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +322 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +442 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +596 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +285 -0
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +73 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +415 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +63 -22
- package/contracts/instance/IInstanceService.sol +72 -0
- package/contracts/instance/Instance.sol +214 -54
- package/contracts/instance/InstanceAdmin.sol +277 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +495 -0
- package/contracts/instance/InstanceService.sol +411 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/ObjectSet.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +51 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/mock/Dip.sol +2 -2
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +291 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +154 -0
- package/contracts/pool/BasicPoolAuthorization.sol +57 -0
- package/contracts/pool/BundleService.sol +493 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +143 -0
- package/contracts/pool/IPoolComponent.sol +68 -0
- package/contracts/pool/IPoolService.sol +167 -0
- package/contracts/pool/Pool.sol +335 -0
- package/contracts/pool/PoolService.sol +544 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +612 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +63 -0
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +691 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +455 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +173 -61
- package/contracts/registry/IRegistry.sol +149 -45
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +668 -133
- package/contracts/registry/RegistryAdmin.sol +448 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +501 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +265 -0
- package/contracts/shared/ComponentService.sol +745 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +126 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +74 -0
- package/contracts/shared/IComponentService.sol +120 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +26 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +213 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +127 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +85 -0
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +84 -0
- package/contracts/shared/TokenHandler.sol +139 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +497 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +407 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/NftId.sol +79 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +57 -0
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +64 -6
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +52 -8
- package/contracts/type/UFixed.sol +355 -0
- package/contracts/type/Version.sol +110 -0
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +17 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -205
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -255
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -74
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -328
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -346
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -299
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -202
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -205
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -141
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -254
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -254
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -129
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -155
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -127
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -196
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.json +0 -490
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.json +0 -45
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.json +0 -490
- package/artifacts/contracts/mock/Dip.sol/DIP.dbg.json +0 -4
- package/artifacts/contracts/mock/Dip.sol/DIP.json +0 -338
- package/artifacts/contracts/mock/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/mock/TestPool.sol/TestPool.json +0 -294
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.json +0 -384
- package/artifacts/contracts/mock/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/mock/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/contracts/components/Component.sol +0 -77
- package/contracts/components/IPool.sol +0 -15
- package/contracts/components/IProduct.sol +0 -16
- package/contracts/components/Pool.sol +0 -52
- package/contracts/components/Product.sol +0 -89
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/access/Access.sol +0 -165
- package/contracts/instance/access/IAccess.sol +0 -63
- package/contracts/instance/component/ComponentModule.sol +0 -274
- package/contracts/instance/component/IComponent.sol +0 -74
- package/contracts/instance/lifecycle/ILifecycle.sol +0 -47
- package/contracts/instance/lifecycle/LifecycleModule.sol +0 -88
- package/contracts/instance/policy/IPolicy.sol +0 -50
- package/contracts/instance/policy/PolicyModule.sol +0 -114
- package/contracts/instance/pool/IPoolModule.sol +0 -23
- package/contracts/instance/pool/PoolModule.sol +0 -81
- package/contracts/instance/product/IProductService.sol +0 -36
- package/contracts/instance/product/ProductService.sol +0 -136
- package/contracts/instance/treasury/ITreasury.sol +0 -91
- package/contracts/instance/treasury/TokenHandler.sol +0 -24
- package/contracts/instance/treasury/TreasuryModule.sol +0 -168
- package/contracts/mock/TestPool.sol +0 -16
- package/contracts/mock/TestProduct.sol +0 -39
- package/contracts/mock/Usdc.sol +0 -26
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -32
- package/contracts/types/NftId.sol +0 -51
- package/contracts/types/ObjectType.sol +0 -107
- package/contracts/types/UFixed.sol +0 -210
| @@ -0,0 +1,1246 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "RegistryService",
         | 
| 4 | 
            +
              "sourceName": "contracts/registry/RegistryService.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [
         | 
| 8 | 
            +
                    {
         | 
| 9 | 
            +
                      "internalType": "address",
         | 
| 10 | 
            +
                      "name": "authority",
         | 
| 11 | 
            +
                      "type": "address"
         | 
| 12 | 
            +
                    }
         | 
| 13 | 
            +
                  ],
         | 
| 14 | 
            +
                  "name": "AccessManagedInvalidAuthority",
         | 
| 15 | 
            +
                  "type": "error"
         | 
| 16 | 
            +
                },
         | 
| 17 | 
            +
                {
         | 
| 18 | 
            +
                  "inputs": [
         | 
| 19 | 
            +
                    {
         | 
| 20 | 
            +
                      "internalType": "address",
         | 
| 21 | 
            +
                      "name": "caller",
         | 
| 22 | 
            +
                      "type": "address"
         | 
| 23 | 
            +
                    },
         | 
| 24 | 
            +
                    {
         | 
| 25 | 
            +
                      "internalType": "uint32",
         | 
| 26 | 
            +
                      "name": "delay",
         | 
| 27 | 
            +
                      "type": "uint32"
         | 
| 28 | 
            +
                    }
         | 
| 29 | 
            +
                  ],
         | 
| 30 | 
            +
                  "name": "AccessManagedRequiredDelay",
         | 
| 31 | 
            +
                  "type": "error"
         | 
| 32 | 
            +
                },
         | 
| 33 | 
            +
                {
         | 
| 34 | 
            +
                  "inputs": [
         | 
| 35 | 
            +
                    {
         | 
| 36 | 
            +
                      "internalType": "address",
         | 
| 37 | 
            +
                      "name": "caller",
         | 
| 38 | 
            +
                      "type": "address"
         | 
| 39 | 
            +
                    }
         | 
| 40 | 
            +
                  ],
         | 
| 41 | 
            +
                  "name": "AccessManagedUnauthorized",
         | 
| 42 | 
            +
                  "type": "error"
         | 
| 43 | 
            +
                },
         | 
| 44 | 
            +
                {
         | 
| 45 | 
            +
                  "inputs": [
         | 
| 46 | 
            +
                    {
         | 
| 47 | 
            +
                      "internalType": "NftId",
         | 
| 48 | 
            +
                      "name": "nftId",
         | 
| 49 | 
            +
                      "type": "uint96"
         | 
| 50 | 
            +
                    }
         | 
| 51 | 
            +
                  ],
         | 
| 52 | 
            +
                  "name": "ErrorNftOwnableAlreadyLinked",
         | 
| 53 | 
            +
                  "type": "error"
         | 
| 54 | 
            +
                },
         | 
| 55 | 
            +
                {
         | 
| 56 | 
            +
                  "inputs": [
         | 
| 57 | 
            +
                    {
         | 
| 58 | 
            +
                      "internalType": "address",
         | 
| 59 | 
            +
                      "name": "contractAddress",
         | 
| 60 | 
            +
                      "type": "address"
         | 
| 61 | 
            +
                    }
         | 
| 62 | 
            +
                  ],
         | 
| 63 | 
            +
                  "name": "ErrorNftOwnableContractNotRegistered",
         | 
| 64 | 
            +
                  "type": "error"
         | 
| 65 | 
            +
                },
         | 
| 66 | 
            +
                {
         | 
| 67 | 
            +
                  "inputs": [],
         | 
| 68 | 
            +
                  "name": "ErrorNftOwnableInitialOwnerZero",
         | 
| 69 | 
            +
                  "type": "error"
         | 
| 70 | 
            +
                },
         | 
| 71 | 
            +
                {
         | 
| 72 | 
            +
                  "inputs": [
         | 
| 73 | 
            +
                    {
         | 
| 74 | 
            +
                      "internalType": "NftId",
         | 
| 75 | 
            +
                      "name": "nftId",
         | 
| 76 | 
            +
                      "type": "uint96"
         | 
| 77 | 
            +
                    },
         | 
| 78 | 
            +
                    {
         | 
| 79 | 
            +
                      "internalType": "ObjectType",
         | 
| 80 | 
            +
                      "name": "expectedObjectType",
         | 
| 81 | 
            +
                      "type": "uint8"
         | 
| 82 | 
            +
                    }
         | 
| 83 | 
            +
                  ],
         | 
| 84 | 
            +
                  "name": "ErrorNftOwnableInvalidType",
         | 
| 85 | 
            +
                  "type": "error"
         | 
| 86 | 
            +
                },
         | 
| 87 | 
            +
                {
         | 
| 88 | 
            +
                  "inputs": [
         | 
| 89 | 
            +
                    {
         | 
| 90 | 
            +
                      "internalType": "address",
         | 
| 91 | 
            +
                      "name": "account",
         | 
| 92 | 
            +
                      "type": "address"
         | 
| 93 | 
            +
                    }
         | 
| 94 | 
            +
                  ],
         | 
| 95 | 
            +
                  "name": "ErrorNftOwnableNotOwner",
         | 
| 96 | 
            +
                  "type": "error"
         | 
| 97 | 
            +
                },
         | 
| 98 | 
            +
                {
         | 
| 99 | 
            +
                  "inputs": [
         | 
| 100 | 
            +
                    {
         | 
| 101 | 
            +
                      "internalType": "address",
         | 
| 102 | 
            +
                      "name": "registryAddress",
         | 
| 103 | 
            +
                      "type": "address"
         | 
| 104 | 
            +
                    }
         | 
| 105 | 
            +
                  ],
         | 
| 106 | 
            +
                  "name": "ErrorNotRegistry",
         | 
| 107 | 
            +
                  "type": "error"
         | 
| 108 | 
            +
                },
         | 
| 109 | 
            +
                {
         | 
| 110 | 
            +
                  "inputs": [
         | 
| 111 | 
            +
                    {
         | 
| 112 | 
            +
                      "internalType": "address",
         | 
| 113 | 
            +
                      "name": "registerableAddress",
         | 
| 114 | 
            +
                      "type": "address"
         | 
| 115 | 
            +
                    }
         | 
| 116 | 
            +
                  ],
         | 
| 117 | 
            +
                  "name": "ErrorRegistryServiceInvalidAddress",
         | 
| 118 | 
            +
                  "type": "error"
         | 
| 119 | 
            +
                },
         | 
| 120 | 
            +
                {
         | 
| 121 | 
            +
                  "inputs": [
         | 
| 122 | 
            +
                    {
         | 
| 123 | 
            +
                      "internalType": "address",
         | 
| 124 | 
            +
                      "name": "initialOwner",
         | 
| 125 | 
            +
                      "type": "address"
         | 
| 126 | 
            +
                    }
         | 
| 127 | 
            +
                  ],
         | 
| 128 | 
            +
                  "name": "ErrorRegistryServiceInvalidInitialOwner",
         | 
| 129 | 
            +
                  "type": "error"
         | 
| 130 | 
            +
                },
         | 
| 131 | 
            +
                {
         | 
| 132 | 
            +
                  "inputs": [
         | 
| 133 | 
            +
                    {
         | 
| 134 | 
            +
                      "internalType": "address",
         | 
| 135 | 
            +
                      "name": "notComponent",
         | 
| 136 | 
            +
                      "type": "address"
         | 
| 137 | 
            +
                    }
         | 
| 138 | 
            +
                  ],
         | 
| 139 | 
            +
                  "name": "ErrorRegistryServiceNotComponent",
         | 
| 140 | 
            +
                  "type": "error"
         | 
| 141 | 
            +
                },
         | 
| 142 | 
            +
                {
         | 
| 143 | 
            +
                  "inputs": [
         | 
| 144 | 
            +
                    {
         | 
| 145 | 
            +
                      "internalType": "address",
         | 
| 146 | 
            +
                      "name": "notInstance",
         | 
| 147 | 
            +
                      "type": "address"
         | 
| 148 | 
            +
                    }
         | 
| 149 | 
            +
                  ],
         | 
| 150 | 
            +
                  "name": "ErrorRegistryServiceNotInstance",
         | 
| 151 | 
            +
                  "type": "error"
         | 
| 152 | 
            +
                },
         | 
| 153 | 
            +
                {
         | 
| 154 | 
            +
                  "inputs": [
         | 
| 155 | 
            +
                    {
         | 
| 156 | 
            +
                      "internalType": "address",
         | 
| 157 | 
            +
                      "name": "notProduct",
         | 
| 158 | 
            +
                      "type": "address"
         | 
| 159 | 
            +
                    }
         | 
| 160 | 
            +
                  ],
         | 
| 161 | 
            +
                  "name": "ErrorRegistryServiceNotProduct",
         | 
| 162 | 
            +
                  "type": "error"
         | 
| 163 | 
            +
                },
         | 
| 164 | 
            +
                {
         | 
| 165 | 
            +
                  "inputs": [
         | 
| 166 | 
            +
                    {
         | 
| 167 | 
            +
                      "internalType": "address",
         | 
| 168 | 
            +
                      "name": "notProductLinkedComponent",
         | 
| 169 | 
            +
                      "type": "address"
         | 
| 170 | 
            +
                    }
         | 
| 171 | 
            +
                  ],
         | 
| 172 | 
            +
                  "name": "ErrorRegistryServiceNotProductLinkedComponent",
         | 
| 173 | 
            +
                  "type": "error"
         | 
| 174 | 
            +
                },
         | 
| 175 | 
            +
                {
         | 
| 176 | 
            +
                  "inputs": [],
         | 
| 177 | 
            +
                  "name": "ErrorRegistryServiceNotRegistryOwner",
         | 
| 178 | 
            +
                  "type": "error"
         | 
| 179 | 
            +
                },
         | 
| 180 | 
            +
                {
         | 
| 181 | 
            +
                  "inputs": [
         | 
| 182 | 
            +
                    {
         | 
| 183 | 
            +
                      "internalType": "address",
         | 
| 184 | 
            +
                      "name": "notService",
         | 
| 185 | 
            +
                      "type": "address"
         | 
| 186 | 
            +
                    }
         | 
| 187 | 
            +
                  ],
         | 
| 188 | 
            +
                  "name": "ErrorRegistryServiceNotService",
         | 
| 189 | 
            +
                  "type": "error"
         | 
| 190 | 
            +
                },
         | 
| 191 | 
            +
                {
         | 
| 192 | 
            +
                  "inputs": [
         | 
| 193 | 
            +
                    {
         | 
| 194 | 
            +
                      "internalType": "ObjectType",
         | 
| 195 | 
            +
                      "name": "objectType",
         | 
| 196 | 
            +
                      "type": "uint8"
         | 
| 197 | 
            +
                    }
         | 
| 198 | 
            +
                  ],
         | 
| 199 | 
            +
                  "name": "ErrorRegistryServiceObjectAddressNotZero",
         | 
| 200 | 
            +
                  "type": "error"
         | 
| 201 | 
            +
                },
         | 
| 202 | 
            +
                {
         | 
| 203 | 
            +
                  "inputs": [
         | 
| 204 | 
            +
                    {
         | 
| 205 | 
            +
                      "internalType": "ObjectType",
         | 
| 206 | 
            +
                      "name": "objectType",
         | 
| 207 | 
            +
                      "type": "uint8"
         | 
| 208 | 
            +
                    },
         | 
| 209 | 
            +
                    {
         | 
| 210 | 
            +
                      "internalType": "address",
         | 
| 211 | 
            +
                      "name": "owner",
         | 
| 212 | 
            +
                      "type": "address"
         | 
| 213 | 
            +
                    }
         | 
| 214 | 
            +
                  ],
         | 
| 215 | 
            +
                  "name": "ErrorRegistryServiceObjectOwnerRegistered",
         | 
| 216 | 
            +
                  "type": "error"
         | 
| 217 | 
            +
                },
         | 
| 218 | 
            +
                {
         | 
| 219 | 
            +
                  "inputs": [
         | 
| 220 | 
            +
                    {
         | 
| 221 | 
            +
                      "internalType": "ObjectType",
         | 
| 222 | 
            +
                      "name": "objectType",
         | 
| 223 | 
            +
                      "type": "uint8"
         | 
| 224 | 
            +
                    }
         | 
| 225 | 
            +
                  ],
         | 
| 226 | 
            +
                  "name": "ErrorRegistryServiceObjectOwnerZero",
         | 
| 227 | 
            +
                  "type": "error"
         | 
| 228 | 
            +
                },
         | 
| 229 | 
            +
                {
         | 
| 230 | 
            +
                  "inputs": [
         | 
| 231 | 
            +
                    {
         | 
| 232 | 
            +
                      "internalType": "ObjectType",
         | 
| 233 | 
            +
                      "name": "expected",
         | 
| 234 | 
            +
                      "type": "uint8"
         | 
| 235 | 
            +
                    },
         | 
| 236 | 
            +
                    {
         | 
| 237 | 
            +
                      "internalType": "ObjectType",
         | 
| 238 | 
            +
                      "name": "found",
         | 
| 239 | 
            +
                      "type": "uint8"
         | 
| 240 | 
            +
                    }
         | 
| 241 | 
            +
                  ],
         | 
| 242 | 
            +
                  "name": "ErrorRegistryServiceObjectTypeInvalid",
         | 
| 243 | 
            +
                  "type": "error"
         | 
| 244 | 
            +
                },
         | 
| 245 | 
            +
                {
         | 
| 246 | 
            +
                  "inputs": [
         | 
| 247 | 
            +
                    {
         | 
| 248 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 249 | 
            +
                      "name": "registerable",
         | 
| 250 | 
            +
                      "type": "address"
         | 
| 251 | 
            +
                    },
         | 
| 252 | 
            +
                    {
         | 
| 253 | 
            +
                      "internalType": "address",
         | 
| 254 | 
            +
                      "name": "found",
         | 
| 255 | 
            +
                      "type": "address"
         | 
| 256 | 
            +
                    }
         | 
| 257 | 
            +
                  ],
         | 
| 258 | 
            +
                  "name": "ErrorRegistryServiceRegisterableAddressInvalid",
         | 
| 259 | 
            +
                  "type": "error"
         | 
| 260 | 
            +
                },
         | 
| 261 | 
            +
                {
         | 
| 262 | 
            +
                  "inputs": [
         | 
| 263 | 
            +
                    {
         | 
| 264 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 265 | 
            +
                      "name": "registerable",
         | 
| 266 | 
            +
                      "type": "address"
         | 
| 267 | 
            +
                    },
         | 
| 268 | 
            +
                    {
         | 
| 269 | 
            +
                      "internalType": "address",
         | 
| 270 | 
            +
                      "name": "expected",
         | 
| 271 | 
            +
                      "type": "address"
         | 
| 272 | 
            +
                    },
         | 
| 273 | 
            +
                    {
         | 
| 274 | 
            +
                      "internalType": "address",
         | 
| 275 | 
            +
                      "name": "found",
         | 
| 276 | 
            +
                      "type": "address"
         | 
| 277 | 
            +
                    }
         | 
| 278 | 
            +
                  ],
         | 
| 279 | 
            +
                  "name": "ErrorRegistryServiceRegisterableOwnerInvalid",
         | 
| 280 | 
            +
                  "type": "error"
         | 
| 281 | 
            +
                },
         | 
| 282 | 
            +
                {
         | 
| 283 | 
            +
                  "inputs": [
         | 
| 284 | 
            +
                    {
         | 
| 285 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 286 | 
            +
                      "name": "registerable",
         | 
| 287 | 
            +
                      "type": "address"
         | 
| 288 | 
            +
                    },
         | 
| 289 | 
            +
                    {
         | 
| 290 | 
            +
                      "internalType": "address",
         | 
| 291 | 
            +
                      "name": "owner",
         | 
| 292 | 
            +
                      "type": "address"
         | 
| 293 | 
            +
                    }
         | 
| 294 | 
            +
                  ],
         | 
| 295 | 
            +
                  "name": "ErrorRegistryServiceRegisterableOwnerRegistered",
         | 
| 296 | 
            +
                  "type": "error"
         | 
| 297 | 
            +
                },
         | 
| 298 | 
            +
                {
         | 
| 299 | 
            +
                  "inputs": [
         | 
| 300 | 
            +
                    {
         | 
| 301 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 302 | 
            +
                      "name": "registerable",
         | 
| 303 | 
            +
                      "type": "address"
         | 
| 304 | 
            +
                    }
         | 
| 305 | 
            +
                  ],
         | 
| 306 | 
            +
                  "name": "ErrorRegistryServiceRegisterableOwnerZero",
         | 
| 307 | 
            +
                  "type": "error"
         | 
| 308 | 
            +
                },
         | 
| 309 | 
            +
                {
         | 
| 310 | 
            +
                  "inputs": [
         | 
| 311 | 
            +
                    {
         | 
| 312 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 313 | 
            +
                      "name": "registerable",
         | 
| 314 | 
            +
                      "type": "address"
         | 
| 315 | 
            +
                    }
         | 
| 316 | 
            +
                  ],
         | 
| 317 | 
            +
                  "name": "ErrorRegistryServiceRegisterableSelfRegistration",
         | 
| 318 | 
            +
                  "type": "error"
         | 
| 319 | 
            +
                },
         | 
| 320 | 
            +
                {
         | 
| 321 | 
            +
                  "inputs": [
         | 
| 322 | 
            +
                    {
         | 
| 323 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 324 | 
            +
                      "name": "registerable",
         | 
| 325 | 
            +
                      "type": "address"
         | 
| 326 | 
            +
                    },
         | 
| 327 | 
            +
                    {
         | 
| 328 | 
            +
                      "internalType": "ObjectType",
         | 
| 329 | 
            +
                      "name": "expected",
         | 
| 330 | 
            +
                      "type": "uint8"
         | 
| 331 | 
            +
                    },
         | 
| 332 | 
            +
                    {
         | 
| 333 | 
            +
                      "internalType": "ObjectType",
         | 
| 334 | 
            +
                      "name": "found",
         | 
| 335 | 
            +
                      "type": "uint8"
         | 
| 336 | 
            +
                    }
         | 
| 337 | 
            +
                  ],
         | 
| 338 | 
            +
                  "name": "ErrorRegistryServiceRegisterableTypeInvalid",
         | 
| 339 | 
            +
                  "type": "error"
         | 
| 340 | 
            +
                },
         | 
| 341 | 
            +
                {
         | 
| 342 | 
            +
                  "inputs": [],
         | 
| 343 | 
            +
                  "name": "ErrorServiceNotImplemented",
         | 
| 344 | 
            +
                  "type": "error"
         | 
| 345 | 
            +
                },
         | 
| 346 | 
            +
                {
         | 
| 347 | 
            +
                  "inputs": [],
         | 
| 348 | 
            +
                  "name": "InvalidInitialization",
         | 
| 349 | 
            +
                  "type": "error"
         | 
| 350 | 
            +
                },
         | 
| 351 | 
            +
                {
         | 
| 352 | 
            +
                  "inputs": [],
         | 
| 353 | 
            +
                  "name": "NotInitializing",
         | 
| 354 | 
            +
                  "type": "error"
         | 
| 355 | 
            +
                },
         | 
| 356 | 
            +
                {
         | 
| 357 | 
            +
                  "inputs": [],
         | 
| 358 | 
            +
                  "name": "ReentrancyGuardReentrantCall",
         | 
| 359 | 
            +
                  "type": "error"
         | 
| 360 | 
            +
                },
         | 
| 361 | 
            +
                {
         | 
| 362 | 
            +
                  "anonymous": false,
         | 
| 363 | 
            +
                  "inputs": [
         | 
| 364 | 
            +
                    {
         | 
| 365 | 
            +
                      "indexed": false,
         | 
| 366 | 
            +
                      "internalType": "address",
         | 
| 367 | 
            +
                      "name": "authority",
         | 
| 368 | 
            +
                      "type": "address"
         | 
| 369 | 
            +
                    }
         | 
| 370 | 
            +
                  ],
         | 
| 371 | 
            +
                  "name": "AuthorityUpdated",
         | 
| 372 | 
            +
                  "type": "event"
         | 
| 373 | 
            +
                },
         | 
| 374 | 
            +
                {
         | 
| 375 | 
            +
                  "anonymous": false,
         | 
| 376 | 
            +
                  "inputs": [
         | 
| 377 | 
            +
                    {
         | 
| 378 | 
            +
                      "indexed": false,
         | 
| 379 | 
            +
                      "internalType": "uint64",
         | 
| 380 | 
            +
                      "name": "version",
         | 
| 381 | 
            +
                      "type": "uint64"
         | 
| 382 | 
            +
                    }
         | 
| 383 | 
            +
                  ],
         | 
| 384 | 
            +
                  "name": "Initialized",
         | 
| 385 | 
            +
                  "type": "event"
         | 
| 386 | 
            +
                },
         | 
| 387 | 
            +
                {
         | 
| 388 | 
            +
                  "inputs": [],
         | 
| 389 | 
            +
                  "name": "GIF_RELEASE",
         | 
| 390 | 
            +
                  "outputs": [
         | 
| 391 | 
            +
                    {
         | 
| 392 | 
            +
                      "internalType": "uint256",
         | 
| 393 | 
            +
                      "name": "",
         | 
| 394 | 
            +
                      "type": "uint256"
         | 
| 395 | 
            +
                    }
         | 
| 396 | 
            +
                  ],
         | 
| 397 | 
            +
                  "stateMutability": "view",
         | 
| 398 | 
            +
                  "type": "function"
         | 
| 399 | 
            +
                },
         | 
| 400 | 
            +
                {
         | 
| 401 | 
            +
                  "inputs": [],
         | 
| 402 | 
            +
                  "name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
         | 
| 403 | 
            +
                  "outputs": [
         | 
| 404 | 
            +
                    {
         | 
| 405 | 
            +
                      "internalType": "bytes32",
         | 
| 406 | 
            +
                      "name": "",
         | 
| 407 | 
            +
                      "type": "bytes32"
         | 
| 408 | 
            +
                    }
         | 
| 409 | 
            +
                  ],
         | 
| 410 | 
            +
                  "stateMutability": "view",
         | 
| 411 | 
            +
                  "type": "function"
         | 
| 412 | 
            +
                },
         | 
| 413 | 
            +
                {
         | 
| 414 | 
            +
                  "inputs": [],
         | 
| 415 | 
            +
                  "name": "REGISTERABLE_LOCATION_V1",
         | 
| 416 | 
            +
                  "outputs": [
         | 
| 417 | 
            +
                    {
         | 
| 418 | 
            +
                      "internalType": "bytes32",
         | 
| 419 | 
            +
                      "name": "",
         | 
| 420 | 
            +
                      "type": "bytes32"
         | 
| 421 | 
            +
                    }
         | 
| 422 | 
            +
                  ],
         | 
| 423 | 
            +
                  "stateMutability": "view",
         | 
| 424 | 
            +
                  "type": "function"
         | 
| 425 | 
            +
                },
         | 
| 426 | 
            +
                {
         | 
| 427 | 
            +
                  "inputs": [],
         | 
| 428 | 
            +
                  "name": "REGISTRY_CREATION_CODE_HASH",
         | 
| 429 | 
            +
                  "outputs": [
         | 
| 430 | 
            +
                    {
         | 
| 431 | 
            +
                      "internalType": "bytes32",
         | 
| 432 | 
            +
                      "name": "",
         | 
| 433 | 
            +
                      "type": "bytes32"
         | 
| 434 | 
            +
                    }
         | 
| 435 | 
            +
                  ],
         | 
| 436 | 
            +
                  "stateMutability": "view",
         | 
| 437 | 
            +
                  "type": "function"
         | 
| 438 | 
            +
                },
         | 
| 439 | 
            +
                {
         | 
| 440 | 
            +
                  "inputs": [],
         | 
| 441 | 
            +
                  "name": "authority",
         | 
| 442 | 
            +
                  "outputs": [
         | 
| 443 | 
            +
                    {
         | 
| 444 | 
            +
                      "internalType": "address",
         | 
| 445 | 
            +
                      "name": "",
         | 
| 446 | 
            +
                      "type": "address"
         | 
| 447 | 
            +
                    }
         | 
| 448 | 
            +
                  ],
         | 
| 449 | 
            +
                  "stateMutability": "view",
         | 
| 450 | 
            +
                  "type": "function"
         | 
| 451 | 
            +
                },
         | 
| 452 | 
            +
                {
         | 
| 453 | 
            +
                  "inputs": [],
         | 
| 454 | 
            +
                  "name": "getDomain",
         | 
| 455 | 
            +
                  "outputs": [
         | 
| 456 | 
            +
                    {
         | 
| 457 | 
            +
                      "internalType": "ObjectType",
         | 
| 458 | 
            +
                      "name": "serviceDomain",
         | 
| 459 | 
            +
                      "type": "uint8"
         | 
| 460 | 
            +
                    }
         | 
| 461 | 
            +
                  ],
         | 
| 462 | 
            +
                  "stateMutability": "pure",
         | 
| 463 | 
            +
                  "type": "function"
         | 
| 464 | 
            +
                },
         | 
| 465 | 
            +
                {
         | 
| 466 | 
            +
                  "inputs": [],
         | 
| 467 | 
            +
                  "name": "getInitialInfo",
         | 
| 468 | 
            +
                  "outputs": [
         | 
| 469 | 
            +
                    {
         | 
| 470 | 
            +
                      "components": [
         | 
| 471 | 
            +
                        {
         | 
| 472 | 
            +
                          "internalType": "NftId",
         | 
| 473 | 
            +
                          "name": "nftId",
         | 
| 474 | 
            +
                          "type": "uint96"
         | 
| 475 | 
            +
                        },
         | 
| 476 | 
            +
                        {
         | 
| 477 | 
            +
                          "internalType": "NftId",
         | 
| 478 | 
            +
                          "name": "parentNftId",
         | 
| 479 | 
            +
                          "type": "uint96"
         | 
| 480 | 
            +
                        },
         | 
| 481 | 
            +
                        {
         | 
| 482 | 
            +
                          "internalType": "ObjectType",
         | 
| 483 | 
            +
                          "name": "objectType",
         | 
| 484 | 
            +
                          "type": "uint8"
         | 
| 485 | 
            +
                        },
         | 
| 486 | 
            +
                        {
         | 
| 487 | 
            +
                          "internalType": "bool",
         | 
| 488 | 
            +
                          "name": "isInterceptor",
         | 
| 489 | 
            +
                          "type": "bool"
         | 
| 490 | 
            +
                        },
         | 
| 491 | 
            +
                        {
         | 
| 492 | 
            +
                          "internalType": "address",
         | 
| 493 | 
            +
                          "name": "objectAddress",
         | 
| 494 | 
            +
                          "type": "address"
         | 
| 495 | 
            +
                        },
         | 
| 496 | 
            +
                        {
         | 
| 497 | 
            +
                          "internalType": "address",
         | 
| 498 | 
            +
                          "name": "initialOwner",
         | 
| 499 | 
            +
                          "type": "address"
         | 
| 500 | 
            +
                        },
         | 
| 501 | 
            +
                        {
         | 
| 502 | 
            +
                          "internalType": "bytes",
         | 
| 503 | 
            +
                          "name": "data",
         | 
| 504 | 
            +
                          "type": "bytes"
         | 
| 505 | 
            +
                        }
         | 
| 506 | 
            +
                      ],
         | 
| 507 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 508 | 
            +
                      "name": "info",
         | 
| 509 | 
            +
                      "type": "tuple"
         | 
| 510 | 
            +
                    }
         | 
| 511 | 
            +
                  ],
         | 
| 512 | 
            +
                  "stateMutability": "view",
         | 
| 513 | 
            +
                  "type": "function"
         | 
| 514 | 
            +
                },
         | 
| 515 | 
            +
                {
         | 
| 516 | 
            +
                  "inputs": [],
         | 
| 517 | 
            +
                  "name": "getNftId",
         | 
| 518 | 
            +
                  "outputs": [
         | 
| 519 | 
            +
                    {
         | 
| 520 | 
            +
                      "internalType": "NftId",
         | 
| 521 | 
            +
                      "name": "",
         | 
| 522 | 
            +
                      "type": "uint96"
         | 
| 523 | 
            +
                    }
         | 
| 524 | 
            +
                  ],
         | 
| 525 | 
            +
                  "stateMutability": "view",
         | 
| 526 | 
            +
                  "type": "function"
         | 
| 527 | 
            +
                },
         | 
| 528 | 
            +
                {
         | 
| 529 | 
            +
                  "inputs": [],
         | 
| 530 | 
            +
                  "name": "getOwner",
         | 
| 531 | 
            +
                  "outputs": [
         | 
| 532 | 
            +
                    {
         | 
| 533 | 
            +
                      "internalType": "address",
         | 
| 534 | 
            +
                      "name": "",
         | 
| 535 | 
            +
                      "type": "address"
         | 
| 536 | 
            +
                    }
         | 
| 537 | 
            +
                  ],
         | 
| 538 | 
            +
                  "stateMutability": "view",
         | 
| 539 | 
            +
                  "type": "function"
         | 
| 540 | 
            +
                },
         | 
| 541 | 
            +
                {
         | 
| 542 | 
            +
                  "inputs": [],
         | 
| 543 | 
            +
                  "name": "getRegistry",
         | 
| 544 | 
            +
                  "outputs": [
         | 
| 545 | 
            +
                    {
         | 
| 546 | 
            +
                      "internalType": "contract IRegistry",
         | 
| 547 | 
            +
                      "name": "",
         | 
| 548 | 
            +
                      "type": "address"
         | 
| 549 | 
            +
                    }
         | 
| 550 | 
            +
                  ],
         | 
| 551 | 
            +
                  "stateMutability": "view",
         | 
| 552 | 
            +
                  "type": "function"
         | 
| 553 | 
            +
                },
         | 
| 554 | 
            +
                {
         | 
| 555 | 
            +
                  "inputs": [],
         | 
| 556 | 
            +
                  "name": "getRelease",
         | 
| 557 | 
            +
                  "outputs": [
         | 
| 558 | 
            +
                    {
         | 
| 559 | 
            +
                      "internalType": "VersionPart",
         | 
| 560 | 
            +
                      "name": "release",
         | 
| 561 | 
            +
                      "type": "uint8"
         | 
| 562 | 
            +
                    }
         | 
| 563 | 
            +
                  ],
         | 
| 564 | 
            +
                  "stateMutability": "pure",
         | 
| 565 | 
            +
                  "type": "function"
         | 
| 566 | 
            +
                },
         | 
| 567 | 
            +
                {
         | 
| 568 | 
            +
                  "inputs": [],
         | 
| 569 | 
            +
                  "name": "getRoleId",
         | 
| 570 | 
            +
                  "outputs": [
         | 
| 571 | 
            +
                    {
         | 
| 572 | 
            +
                      "internalType": "RoleId",
         | 
| 573 | 
            +
                      "name": "serviceRoleId",
         | 
| 574 | 
            +
                      "type": "uint64"
         | 
| 575 | 
            +
                    }
         | 
| 576 | 
            +
                  ],
         | 
| 577 | 
            +
                  "stateMutability": "pure",
         | 
| 578 | 
            +
                  "type": "function"
         | 
| 579 | 
            +
                },
         | 
| 580 | 
            +
                {
         | 
| 581 | 
            +
                  "inputs": [],
         | 
| 582 | 
            +
                  "name": "getVersion",
         | 
| 583 | 
            +
                  "outputs": [
         | 
| 584 | 
            +
                    {
         | 
| 585 | 
            +
                      "internalType": "Version",
         | 
| 586 | 
            +
                      "name": "",
         | 
| 587 | 
            +
                      "type": "uint24"
         | 
| 588 | 
            +
                    }
         | 
| 589 | 
            +
                  ],
         | 
| 590 | 
            +
                  "stateMutability": "pure",
         | 
| 591 | 
            +
                  "type": "function"
         | 
| 592 | 
            +
                },
         | 
| 593 | 
            +
                {
         | 
| 594 | 
            +
                  "inputs": [
         | 
| 595 | 
            +
                    {
         | 
| 596 | 
            +
                      "internalType": "address",
         | 
| 597 | 
            +
                      "name": "activatedBy",
         | 
| 598 | 
            +
                      "type": "address"
         | 
| 599 | 
            +
                    },
         | 
| 600 | 
            +
                    {
         | 
| 601 | 
            +
                      "internalType": "bytes",
         | 
| 602 | 
            +
                      "name": "data",
         | 
| 603 | 
            +
                      "type": "bytes"
         | 
| 604 | 
            +
                    }
         | 
| 605 | 
            +
                  ],
         | 
| 606 | 
            +
                  "name": "initializeVersionable",
         | 
| 607 | 
            +
                  "outputs": [],
         | 
| 608 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 609 | 
            +
                  "type": "function"
         | 
| 610 | 
            +
                },
         | 
| 611 | 
            +
                {
         | 
| 612 | 
            +
                  "inputs": [],
         | 
| 613 | 
            +
                  "name": "isConsumingScheduledOp",
         | 
| 614 | 
            +
                  "outputs": [
         | 
| 615 | 
            +
                    {
         | 
| 616 | 
            +
                      "internalType": "bytes4",
         | 
| 617 | 
            +
                      "name": "",
         | 
| 618 | 
            +
                      "type": "bytes4"
         | 
| 619 | 
            +
                    }
         | 
| 620 | 
            +
                  ],
         | 
| 621 | 
            +
                  "stateMutability": "view",
         | 
| 622 | 
            +
                  "type": "function"
         | 
| 623 | 
            +
                },
         | 
| 624 | 
            +
                {
         | 
| 625 | 
            +
                  "inputs": [],
         | 
| 626 | 
            +
                  "name": "linkToRegisteredNftId",
         | 
| 627 | 
            +
                  "outputs": [
         | 
| 628 | 
            +
                    {
         | 
| 629 | 
            +
                      "internalType": "NftId",
         | 
| 630 | 
            +
                      "name": "nftId",
         | 
| 631 | 
            +
                      "type": "uint96"
         | 
| 632 | 
            +
                    }
         | 
| 633 | 
            +
                  ],
         | 
| 634 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 635 | 
            +
                  "type": "function"
         | 
| 636 | 
            +
                },
         | 
| 637 | 
            +
                {
         | 
| 638 | 
            +
                  "inputs": [
         | 
| 639 | 
            +
                    {
         | 
| 640 | 
            +
                      "components": [
         | 
| 641 | 
            +
                        {
         | 
| 642 | 
            +
                          "internalType": "NftId",
         | 
| 643 | 
            +
                          "name": "nftId",
         | 
| 644 | 
            +
                          "type": "uint96"
         | 
| 645 | 
            +
                        },
         | 
| 646 | 
            +
                        {
         | 
| 647 | 
            +
                          "internalType": "NftId",
         | 
| 648 | 
            +
                          "name": "parentNftId",
         | 
| 649 | 
            +
                          "type": "uint96"
         | 
| 650 | 
            +
                        },
         | 
| 651 | 
            +
                        {
         | 
| 652 | 
            +
                          "internalType": "ObjectType",
         | 
| 653 | 
            +
                          "name": "objectType",
         | 
| 654 | 
            +
                          "type": "uint8"
         | 
| 655 | 
            +
                        },
         | 
| 656 | 
            +
                        {
         | 
| 657 | 
            +
                          "internalType": "bool",
         | 
| 658 | 
            +
                          "name": "isInterceptor",
         | 
| 659 | 
            +
                          "type": "bool"
         | 
| 660 | 
            +
                        },
         | 
| 661 | 
            +
                        {
         | 
| 662 | 
            +
                          "internalType": "address",
         | 
| 663 | 
            +
                          "name": "objectAddress",
         | 
| 664 | 
            +
                          "type": "address"
         | 
| 665 | 
            +
                        },
         | 
| 666 | 
            +
                        {
         | 
| 667 | 
            +
                          "internalType": "address",
         | 
| 668 | 
            +
                          "name": "initialOwner",
         | 
| 669 | 
            +
                          "type": "address"
         | 
| 670 | 
            +
                        },
         | 
| 671 | 
            +
                        {
         | 
| 672 | 
            +
                          "internalType": "bytes",
         | 
| 673 | 
            +
                          "name": "data",
         | 
| 674 | 
            +
                          "type": "bytes"
         | 
| 675 | 
            +
                        }
         | 
| 676 | 
            +
                      ],
         | 
| 677 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 678 | 
            +
                      "name": "info",
         | 
| 679 | 
            +
                      "type": "tuple"
         | 
| 680 | 
            +
                    }
         | 
| 681 | 
            +
                  ],
         | 
| 682 | 
            +
                  "name": "registerBundle",
         | 
| 683 | 
            +
                  "outputs": [
         | 
| 684 | 
            +
                    {
         | 
| 685 | 
            +
                      "internalType": "NftId",
         | 
| 686 | 
            +
                      "name": "nftId",
         | 
| 687 | 
            +
                      "type": "uint96"
         | 
| 688 | 
            +
                    }
         | 
| 689 | 
            +
                  ],
         | 
| 690 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 691 | 
            +
                  "type": "function"
         | 
| 692 | 
            +
                },
         | 
| 693 | 
            +
                {
         | 
| 694 | 
            +
                  "inputs": [
         | 
| 695 | 
            +
                    {
         | 
| 696 | 
            +
                      "components": [
         | 
| 697 | 
            +
                        {
         | 
| 698 | 
            +
                          "internalType": "NftId",
         | 
| 699 | 
            +
                          "name": "nftId",
         | 
| 700 | 
            +
                          "type": "uint96"
         | 
| 701 | 
            +
                        },
         | 
| 702 | 
            +
                        {
         | 
| 703 | 
            +
                          "internalType": "NftId",
         | 
| 704 | 
            +
                          "name": "parentNftId",
         | 
| 705 | 
            +
                          "type": "uint96"
         | 
| 706 | 
            +
                        },
         | 
| 707 | 
            +
                        {
         | 
| 708 | 
            +
                          "internalType": "ObjectType",
         | 
| 709 | 
            +
                          "name": "objectType",
         | 
| 710 | 
            +
                          "type": "uint8"
         | 
| 711 | 
            +
                        },
         | 
| 712 | 
            +
                        {
         | 
| 713 | 
            +
                          "internalType": "bool",
         | 
| 714 | 
            +
                          "name": "isInterceptor",
         | 
| 715 | 
            +
                          "type": "bool"
         | 
| 716 | 
            +
                        },
         | 
| 717 | 
            +
                        {
         | 
| 718 | 
            +
                          "internalType": "address",
         | 
| 719 | 
            +
                          "name": "objectAddress",
         | 
| 720 | 
            +
                          "type": "address"
         | 
| 721 | 
            +
                        },
         | 
| 722 | 
            +
                        {
         | 
| 723 | 
            +
                          "internalType": "address",
         | 
| 724 | 
            +
                          "name": "initialOwner",
         | 
| 725 | 
            +
                          "type": "address"
         | 
| 726 | 
            +
                        },
         | 
| 727 | 
            +
                        {
         | 
| 728 | 
            +
                          "internalType": "bytes",
         | 
| 729 | 
            +
                          "name": "data",
         | 
| 730 | 
            +
                          "type": "bytes"
         | 
| 731 | 
            +
                        }
         | 
| 732 | 
            +
                      ],
         | 
| 733 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 734 | 
            +
                      "name": "info",
         | 
| 735 | 
            +
                      "type": "tuple"
         | 
| 736 | 
            +
                    }
         | 
| 737 | 
            +
                  ],
         | 
| 738 | 
            +
                  "name": "registerDistributor",
         | 
| 739 | 
            +
                  "outputs": [
         | 
| 740 | 
            +
                    {
         | 
| 741 | 
            +
                      "internalType": "NftId",
         | 
| 742 | 
            +
                      "name": "nftId",
         | 
| 743 | 
            +
                      "type": "uint96"
         | 
| 744 | 
            +
                    }
         | 
| 745 | 
            +
                  ],
         | 
| 746 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 747 | 
            +
                  "type": "function"
         | 
| 748 | 
            +
                },
         | 
| 749 | 
            +
                {
         | 
| 750 | 
            +
                  "inputs": [
         | 
| 751 | 
            +
                    {
         | 
| 752 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 753 | 
            +
                      "name": "instance",
         | 
| 754 | 
            +
                      "type": "address"
         | 
| 755 | 
            +
                    },
         | 
| 756 | 
            +
                    {
         | 
| 757 | 
            +
                      "internalType": "address",
         | 
| 758 | 
            +
                      "name": "owner",
         | 
| 759 | 
            +
                      "type": "address"
         | 
| 760 | 
            +
                    }
         | 
| 761 | 
            +
                  ],
         | 
| 762 | 
            +
                  "name": "registerInstance",
         | 
| 763 | 
            +
                  "outputs": [
         | 
| 764 | 
            +
                    {
         | 
| 765 | 
            +
                      "components": [
         | 
| 766 | 
            +
                        {
         | 
| 767 | 
            +
                          "internalType": "NftId",
         | 
| 768 | 
            +
                          "name": "nftId",
         | 
| 769 | 
            +
                          "type": "uint96"
         | 
| 770 | 
            +
                        },
         | 
| 771 | 
            +
                        {
         | 
| 772 | 
            +
                          "internalType": "NftId",
         | 
| 773 | 
            +
                          "name": "parentNftId",
         | 
| 774 | 
            +
                          "type": "uint96"
         | 
| 775 | 
            +
                        },
         | 
| 776 | 
            +
                        {
         | 
| 777 | 
            +
                          "internalType": "ObjectType",
         | 
| 778 | 
            +
                          "name": "objectType",
         | 
| 779 | 
            +
                          "type": "uint8"
         | 
| 780 | 
            +
                        },
         | 
| 781 | 
            +
                        {
         | 
| 782 | 
            +
                          "internalType": "bool",
         | 
| 783 | 
            +
                          "name": "isInterceptor",
         | 
| 784 | 
            +
                          "type": "bool"
         | 
| 785 | 
            +
                        },
         | 
| 786 | 
            +
                        {
         | 
| 787 | 
            +
                          "internalType": "address",
         | 
| 788 | 
            +
                          "name": "objectAddress",
         | 
| 789 | 
            +
                          "type": "address"
         | 
| 790 | 
            +
                        },
         | 
| 791 | 
            +
                        {
         | 
| 792 | 
            +
                          "internalType": "address",
         | 
| 793 | 
            +
                          "name": "initialOwner",
         | 
| 794 | 
            +
                          "type": "address"
         | 
| 795 | 
            +
                        },
         | 
| 796 | 
            +
                        {
         | 
| 797 | 
            +
                          "internalType": "bytes",
         | 
| 798 | 
            +
                          "name": "data",
         | 
| 799 | 
            +
                          "type": "bytes"
         | 
| 800 | 
            +
                        }
         | 
| 801 | 
            +
                      ],
         | 
| 802 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 803 | 
            +
                      "name": "info",
         | 
| 804 | 
            +
                      "type": "tuple"
         | 
| 805 | 
            +
                    }
         | 
| 806 | 
            +
                  ],
         | 
| 807 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 808 | 
            +
                  "type": "function"
         | 
| 809 | 
            +
                },
         | 
| 810 | 
            +
                {
         | 
| 811 | 
            +
                  "inputs": [
         | 
| 812 | 
            +
                    {
         | 
| 813 | 
            +
                      "components": [
         | 
| 814 | 
            +
                        {
         | 
| 815 | 
            +
                          "internalType": "NftId",
         | 
| 816 | 
            +
                          "name": "nftId",
         | 
| 817 | 
            +
                          "type": "uint96"
         | 
| 818 | 
            +
                        },
         | 
| 819 | 
            +
                        {
         | 
| 820 | 
            +
                          "internalType": "NftId",
         | 
| 821 | 
            +
                          "name": "parentNftId",
         | 
| 822 | 
            +
                          "type": "uint96"
         | 
| 823 | 
            +
                        },
         | 
| 824 | 
            +
                        {
         | 
| 825 | 
            +
                          "internalType": "ObjectType",
         | 
| 826 | 
            +
                          "name": "objectType",
         | 
| 827 | 
            +
                          "type": "uint8"
         | 
| 828 | 
            +
                        },
         | 
| 829 | 
            +
                        {
         | 
| 830 | 
            +
                          "internalType": "bool",
         | 
| 831 | 
            +
                          "name": "isInterceptor",
         | 
| 832 | 
            +
                          "type": "bool"
         | 
| 833 | 
            +
                        },
         | 
| 834 | 
            +
                        {
         | 
| 835 | 
            +
                          "internalType": "address",
         | 
| 836 | 
            +
                          "name": "objectAddress",
         | 
| 837 | 
            +
                          "type": "address"
         | 
| 838 | 
            +
                        },
         | 
| 839 | 
            +
                        {
         | 
| 840 | 
            +
                          "internalType": "address",
         | 
| 841 | 
            +
                          "name": "initialOwner",
         | 
| 842 | 
            +
                          "type": "address"
         | 
| 843 | 
            +
                        },
         | 
| 844 | 
            +
                        {
         | 
| 845 | 
            +
                          "internalType": "bytes",
         | 
| 846 | 
            +
                          "name": "data",
         | 
| 847 | 
            +
                          "type": "bytes"
         | 
| 848 | 
            +
                        }
         | 
| 849 | 
            +
                      ],
         | 
| 850 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 851 | 
            +
                      "name": "info",
         | 
| 852 | 
            +
                      "type": "tuple"
         | 
| 853 | 
            +
                    }
         | 
| 854 | 
            +
                  ],
         | 
| 855 | 
            +
                  "name": "registerPolicy",
         | 
| 856 | 
            +
                  "outputs": [
         | 
| 857 | 
            +
                    {
         | 
| 858 | 
            +
                      "internalType": "NftId",
         | 
| 859 | 
            +
                      "name": "nftId",
         | 
| 860 | 
            +
                      "type": "uint96"
         | 
| 861 | 
            +
                    }
         | 
| 862 | 
            +
                  ],
         | 
| 863 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 864 | 
            +
                  "type": "function"
         | 
| 865 | 
            +
                },
         | 
| 866 | 
            +
                {
         | 
| 867 | 
            +
                  "inputs": [
         | 
| 868 | 
            +
                    {
         | 
| 869 | 
            +
                      "internalType": "contract IComponent",
         | 
| 870 | 
            +
                      "name": "product",
         | 
| 871 | 
            +
                      "type": "address"
         | 
| 872 | 
            +
                    },
         | 
| 873 | 
            +
                    {
         | 
| 874 | 
            +
                      "internalType": "address",
         | 
| 875 | 
            +
                      "name": "initialOwner",
         | 
| 876 | 
            +
                      "type": "address"
         | 
| 877 | 
            +
                    }
         | 
| 878 | 
            +
                  ],
         | 
| 879 | 
            +
                  "name": "registerProduct",
         | 
| 880 | 
            +
                  "outputs": [
         | 
| 881 | 
            +
                    {
         | 
| 882 | 
            +
                      "components": [
         | 
| 883 | 
            +
                        {
         | 
| 884 | 
            +
                          "internalType": "NftId",
         | 
| 885 | 
            +
                          "name": "nftId",
         | 
| 886 | 
            +
                          "type": "uint96"
         | 
| 887 | 
            +
                        },
         | 
| 888 | 
            +
                        {
         | 
| 889 | 
            +
                          "internalType": "NftId",
         | 
| 890 | 
            +
                          "name": "parentNftId",
         | 
| 891 | 
            +
                          "type": "uint96"
         | 
| 892 | 
            +
                        },
         | 
| 893 | 
            +
                        {
         | 
| 894 | 
            +
                          "internalType": "ObjectType",
         | 
| 895 | 
            +
                          "name": "objectType",
         | 
| 896 | 
            +
                          "type": "uint8"
         | 
| 897 | 
            +
                        },
         | 
| 898 | 
            +
                        {
         | 
| 899 | 
            +
                          "internalType": "bool",
         | 
| 900 | 
            +
                          "name": "isInterceptor",
         | 
| 901 | 
            +
                          "type": "bool"
         | 
| 902 | 
            +
                        },
         | 
| 903 | 
            +
                        {
         | 
| 904 | 
            +
                          "internalType": "address",
         | 
| 905 | 
            +
                          "name": "objectAddress",
         | 
| 906 | 
            +
                          "type": "address"
         | 
| 907 | 
            +
                        },
         | 
| 908 | 
            +
                        {
         | 
| 909 | 
            +
                          "internalType": "address",
         | 
| 910 | 
            +
                          "name": "initialOwner",
         | 
| 911 | 
            +
                          "type": "address"
         | 
| 912 | 
            +
                        },
         | 
| 913 | 
            +
                        {
         | 
| 914 | 
            +
                          "internalType": "bytes",
         | 
| 915 | 
            +
                          "name": "data",
         | 
| 916 | 
            +
                          "type": "bytes"
         | 
| 917 | 
            +
                        }
         | 
| 918 | 
            +
                      ],
         | 
| 919 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 920 | 
            +
                      "name": "info",
         | 
| 921 | 
            +
                      "type": "tuple"
         | 
| 922 | 
            +
                    }
         | 
| 923 | 
            +
                  ],
         | 
| 924 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 925 | 
            +
                  "type": "function"
         | 
| 926 | 
            +
                },
         | 
| 927 | 
            +
                {
         | 
| 928 | 
            +
                  "inputs": [
         | 
| 929 | 
            +
                    {
         | 
| 930 | 
            +
                      "internalType": "contract IComponent",
         | 
| 931 | 
            +
                      "name": "component",
         | 
| 932 | 
            +
                      "type": "address"
         | 
| 933 | 
            +
                    },
         | 
| 934 | 
            +
                    {
         | 
| 935 | 
            +
                      "internalType": "ObjectType",
         | 
| 936 | 
            +
                      "name": "objectType",
         | 
| 937 | 
            +
                      "type": "uint8"
         | 
| 938 | 
            +
                    },
         | 
| 939 | 
            +
                    {
         | 
| 940 | 
            +
                      "internalType": "address",
         | 
| 941 | 
            +
                      "name": "initialOwner",
         | 
| 942 | 
            +
                      "type": "address"
         | 
| 943 | 
            +
                    }
         | 
| 944 | 
            +
                  ],
         | 
| 945 | 
            +
                  "name": "registerProductLinkedComponent",
         | 
| 946 | 
            +
                  "outputs": [
         | 
| 947 | 
            +
                    {
         | 
| 948 | 
            +
                      "components": [
         | 
| 949 | 
            +
                        {
         | 
| 950 | 
            +
                          "internalType": "NftId",
         | 
| 951 | 
            +
                          "name": "nftId",
         | 
| 952 | 
            +
                          "type": "uint96"
         | 
| 953 | 
            +
                        },
         | 
| 954 | 
            +
                        {
         | 
| 955 | 
            +
                          "internalType": "NftId",
         | 
| 956 | 
            +
                          "name": "parentNftId",
         | 
| 957 | 
            +
                          "type": "uint96"
         | 
| 958 | 
            +
                        },
         | 
| 959 | 
            +
                        {
         | 
| 960 | 
            +
                          "internalType": "ObjectType",
         | 
| 961 | 
            +
                          "name": "objectType",
         | 
| 962 | 
            +
                          "type": "uint8"
         | 
| 963 | 
            +
                        },
         | 
| 964 | 
            +
                        {
         | 
| 965 | 
            +
                          "internalType": "bool",
         | 
| 966 | 
            +
                          "name": "isInterceptor",
         | 
| 967 | 
            +
                          "type": "bool"
         | 
| 968 | 
            +
                        },
         | 
| 969 | 
            +
                        {
         | 
| 970 | 
            +
                          "internalType": "address",
         | 
| 971 | 
            +
                          "name": "objectAddress",
         | 
| 972 | 
            +
                          "type": "address"
         | 
| 973 | 
            +
                        },
         | 
| 974 | 
            +
                        {
         | 
| 975 | 
            +
                          "internalType": "address",
         | 
| 976 | 
            +
                          "name": "initialOwner",
         | 
| 977 | 
            +
                          "type": "address"
         | 
| 978 | 
            +
                        },
         | 
| 979 | 
            +
                        {
         | 
| 980 | 
            +
                          "internalType": "bytes",
         | 
| 981 | 
            +
                          "name": "data",
         | 
| 982 | 
            +
                          "type": "bytes"
         | 
| 983 | 
            +
                        }
         | 
| 984 | 
            +
                      ],
         | 
| 985 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 986 | 
            +
                      "name": "info",
         | 
| 987 | 
            +
                      "type": "tuple"
         | 
| 988 | 
            +
                    }
         | 
| 989 | 
            +
                  ],
         | 
| 990 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 991 | 
            +
                  "type": "function"
         | 
| 992 | 
            +
                },
         | 
| 993 | 
            +
                {
         | 
| 994 | 
            +
                  "inputs": [
         | 
| 995 | 
            +
                    {
         | 
| 996 | 
            +
                      "components": [
         | 
| 997 | 
            +
                        {
         | 
| 998 | 
            +
                          "internalType": "NftId",
         | 
| 999 | 
            +
                          "name": "nftId",
         | 
| 1000 | 
            +
                          "type": "uint96"
         | 
| 1001 | 
            +
                        },
         | 
| 1002 | 
            +
                        {
         | 
| 1003 | 
            +
                          "internalType": "NftId",
         | 
| 1004 | 
            +
                          "name": "parentNftId",
         | 
| 1005 | 
            +
                          "type": "uint96"
         | 
| 1006 | 
            +
                        },
         | 
| 1007 | 
            +
                        {
         | 
| 1008 | 
            +
                          "internalType": "ObjectType",
         | 
| 1009 | 
            +
                          "name": "objectType",
         | 
| 1010 | 
            +
                          "type": "uint8"
         | 
| 1011 | 
            +
                        },
         | 
| 1012 | 
            +
                        {
         | 
| 1013 | 
            +
                          "internalType": "bool",
         | 
| 1014 | 
            +
                          "name": "isInterceptor",
         | 
| 1015 | 
            +
                          "type": "bool"
         | 
| 1016 | 
            +
                        },
         | 
| 1017 | 
            +
                        {
         | 
| 1018 | 
            +
                          "internalType": "address",
         | 
| 1019 | 
            +
                          "name": "objectAddress",
         | 
| 1020 | 
            +
                          "type": "address"
         | 
| 1021 | 
            +
                        },
         | 
| 1022 | 
            +
                        {
         | 
| 1023 | 
            +
                          "internalType": "address",
         | 
| 1024 | 
            +
                          "name": "initialOwner",
         | 
| 1025 | 
            +
                          "type": "address"
         | 
| 1026 | 
            +
                        },
         | 
| 1027 | 
            +
                        {
         | 
| 1028 | 
            +
                          "internalType": "bytes",
         | 
| 1029 | 
            +
                          "name": "data",
         | 
| 1030 | 
            +
                          "type": "bytes"
         | 
| 1031 | 
            +
                        }
         | 
| 1032 | 
            +
                      ],
         | 
| 1033 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 1034 | 
            +
                      "name": "info",
         | 
| 1035 | 
            +
                      "type": "tuple"
         | 
| 1036 | 
            +
                    }
         | 
| 1037 | 
            +
                  ],
         | 
| 1038 | 
            +
                  "name": "registerStake",
         | 
| 1039 | 
            +
                  "outputs": [
         | 
| 1040 | 
            +
                    {
         | 
| 1041 | 
            +
                      "internalType": "NftId",
         | 
| 1042 | 
            +
                      "name": "nftId",
         | 
| 1043 | 
            +
                      "type": "uint96"
         | 
| 1044 | 
            +
                    }
         | 
| 1045 | 
            +
                  ],
         | 
| 1046 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1047 | 
            +
                  "type": "function"
         | 
| 1048 | 
            +
                },
         | 
| 1049 | 
            +
                {
         | 
| 1050 | 
            +
                  "inputs": [
         | 
| 1051 | 
            +
                    {
         | 
| 1052 | 
            +
                      "internalType": "contract IRegisterable",
         | 
| 1053 | 
            +
                      "name": "staking",
         | 
| 1054 | 
            +
                      "type": "address"
         | 
| 1055 | 
            +
                    },
         | 
| 1056 | 
            +
                    {
         | 
| 1057 | 
            +
                      "internalType": "address",
         | 
| 1058 | 
            +
                      "name": "owner",
         | 
| 1059 | 
            +
                      "type": "address"
         | 
| 1060 | 
            +
                    }
         | 
| 1061 | 
            +
                  ],
         | 
| 1062 | 
            +
                  "name": "registerStaking",
         | 
| 1063 | 
            +
                  "outputs": [
         | 
| 1064 | 
            +
                    {
         | 
| 1065 | 
            +
                      "components": [
         | 
| 1066 | 
            +
                        {
         | 
| 1067 | 
            +
                          "internalType": "NftId",
         | 
| 1068 | 
            +
                          "name": "nftId",
         | 
| 1069 | 
            +
                          "type": "uint96"
         | 
| 1070 | 
            +
                        },
         | 
| 1071 | 
            +
                        {
         | 
| 1072 | 
            +
                          "internalType": "NftId",
         | 
| 1073 | 
            +
                          "name": "parentNftId",
         | 
| 1074 | 
            +
                          "type": "uint96"
         | 
| 1075 | 
            +
                        },
         | 
| 1076 | 
            +
                        {
         | 
| 1077 | 
            +
                          "internalType": "ObjectType",
         | 
| 1078 | 
            +
                          "name": "objectType",
         | 
| 1079 | 
            +
                          "type": "uint8"
         | 
| 1080 | 
            +
                        },
         | 
| 1081 | 
            +
                        {
         | 
| 1082 | 
            +
                          "internalType": "bool",
         | 
| 1083 | 
            +
                          "name": "isInterceptor",
         | 
| 1084 | 
            +
                          "type": "bool"
         | 
| 1085 | 
            +
                        },
         | 
| 1086 | 
            +
                        {
         | 
| 1087 | 
            +
                          "internalType": "address",
         | 
| 1088 | 
            +
                          "name": "objectAddress",
         | 
| 1089 | 
            +
                          "type": "address"
         | 
| 1090 | 
            +
                        },
         | 
| 1091 | 
            +
                        {
         | 
| 1092 | 
            +
                          "internalType": "address",
         | 
| 1093 | 
            +
                          "name": "initialOwner",
         | 
| 1094 | 
            +
                          "type": "address"
         | 
| 1095 | 
            +
                        },
         | 
| 1096 | 
            +
                        {
         | 
| 1097 | 
            +
                          "internalType": "bytes",
         | 
| 1098 | 
            +
                          "name": "data",
         | 
| 1099 | 
            +
                          "type": "bytes"
         | 
| 1100 | 
            +
                        }
         | 
| 1101 | 
            +
                      ],
         | 
| 1102 | 
            +
                      "internalType": "struct IRegistry.ObjectInfo",
         | 
| 1103 | 
            +
                      "name": "info",
         | 
| 1104 | 
            +
                      "type": "tuple"
         | 
| 1105 | 
            +
                    }
         | 
| 1106 | 
            +
                  ],
         | 
| 1107 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1108 | 
            +
                  "type": "function"
         | 
| 1109 | 
            +
                },
         | 
| 1110 | 
            +
                {
         | 
| 1111 | 
            +
                  "inputs": [
         | 
| 1112 | 
            +
                    {
         | 
| 1113 | 
            +
                      "internalType": "address",
         | 
| 1114 | 
            +
                      "name": "newAuthority",
         | 
| 1115 | 
            +
                      "type": "address"
         | 
| 1116 | 
            +
                    }
         | 
| 1117 | 
            +
                  ],
         | 
| 1118 | 
            +
                  "name": "setAuthority",
         | 
| 1119 | 
            +
                  "outputs": [],
         | 
| 1120 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1121 | 
            +
                  "type": "function"
         | 
| 1122 | 
            +
                },
         | 
| 1123 | 
            +
                {
         | 
| 1124 | 
            +
                  "inputs": [
         | 
| 1125 | 
            +
                    {
         | 
| 1126 | 
            +
                      "internalType": "bytes4",
         | 
| 1127 | 
            +
                      "name": "interfaceId",
         | 
| 1128 | 
            +
                      "type": "bytes4"
         | 
| 1129 | 
            +
                    }
         | 
| 1130 | 
            +
                  ],
         | 
| 1131 | 
            +
                  "name": "supportsInterface",
         | 
| 1132 | 
            +
                  "outputs": [
         | 
| 1133 | 
            +
                    {
         | 
| 1134 | 
            +
                      "internalType": "bool",
         | 
| 1135 | 
            +
                      "name": "",
         | 
| 1136 | 
            +
                      "type": "bool"
         | 
| 1137 | 
            +
                    }
         | 
| 1138 | 
            +
                  ],
         | 
| 1139 | 
            +
                  "stateMutability": "view",
         | 
| 1140 | 
            +
                  "type": "function"
         | 
| 1141 | 
            +
                },
         | 
| 1142 | 
            +
                {
         | 
| 1143 | 
            +
                  "inputs": [
         | 
| 1144 | 
            +
                    {
         | 
| 1145 | 
            +
                      "internalType": "bytes",
         | 
| 1146 | 
            +
                      "name": "data",
         | 
| 1147 | 
            +
                      "type": "bytes"
         | 
| 1148 | 
            +
                    }
         | 
| 1149 | 
            +
                  ],
         | 
| 1150 | 
            +
                  "name": "upgradeVersionable",
         | 
| 1151 | 
            +
                  "outputs": [],
         | 
| 1152 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 1153 | 
            +
                  "type": "function"
         | 
| 1154 | 
            +
                }
         | 
| 1155 | 
            +
              ],
         | 
| 1156 | 
            +
              "bytecode": "0x6080604052348015600e575f80fd5b5060156019565b60c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff161560685760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b039081161460c65780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b61298d806100d65f395ff3fe608060405234801561000f575f80fd5b50600436106101a1575f3560e01c8063644c45e0116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103d5578063c2bf08c8146103dd578063c4c79d8b146103f0578063ed841d0c14610403575f80fd5b80638fb36037146103a5578063ada9652e146103ba578063b68d1809146103ce575f80fd5b80637a9e5e4b116100ce5780637a9e5e4b1461036f5780638105cc7f146103825780638899278a14610395578063893d20e81461039d575f80fd5b8063644c45e0146103185780636c741e781461033557806376b707b714610355575f80fd5b8063329d6e741161015e57806357a8fba71161013957806357a8fba7146102ba5780635ab1bd53146102cd5780635c992fed146102f25780635d96628914610305575f80fd5b8063329d6e741461027f5780633f429c921461029457806349bb9e4b146102a7575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b336600461206a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f43660046120bc565b61040a565b6040516101dd9190612121565b61020e6105c2565b60405162ffffff90911681526020016101dd565b6101f9610649565b6102326107d5565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d366004612299565b6107df565b005b6101f96102a23660046122e3565b610929565b6102926102b536600461232b565b610abb565b6102326102c83660046123ae565b610bb7565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326103003660046123ae565b610c42565b6101f96103133660046120bc565b610c57565b5f805160206128f8833981519152546001600160601b0316610232565b61033d610d9d565b6040516001600160401b0390911681526020016101dd565b61035d610e29565b60405160ff90911681526020016101dd565b61029261037d36600461247e565b610e9d565b6102326103903660046123ae565b610f23565b610271600381565b6102da610f38565b6103ad611069565b6040516101dd9190612499565b6102715f805160206128f883398151915281565b600261035d565b6102da61109e565b6102326103eb3660046123ae565b6110b9565b6101f96103fe3660046120bc565b6110ce565b6102715f81565b61041261202d565b61041e335b5f366110ea565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104519063b698dabd60e01b90600401612499565b602060405180830381865afa15801561046c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049091906124b9565b6104bd57604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104ca83600a5b846111e8565b90506104de6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105099190612121565b6020604051808303815f875af1158015610525573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054991906124df565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af1158015610597573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105bb91906124df565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610620573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064491906124fa565b905090565b61065161202d565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906124df565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610733610f38565b6001600160a01b031681526020018260010180546107509061251c565b80601f016020809104026020016040519081016040528092919081815260200182805461077c9061251c565b80156107c75780601f1061079e576101008083540402835291602001916107c7565b820191905f5260205f20905b8154815290600101906020018083116107aa57829003601f168201915b505050505081525091505090565b5f61064430611459565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6108016105c2565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561083f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108639190612568565b5f805160206129388339815191528054600160401b900460ff1680610895575080546001600160401b03808416911610155b156108b35760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108dd83611652565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61093161202d565b61093a33610417565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061096d90632986755f60e11b90600401612499565b602060405180830381865afa158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ac91906124b9565b6109d457604051632624ae7760e01b81526001600160a01b03851660048201526024016104b4565b60ff8316600e14806109e9575060ff8316600d145b806109f7575060ff8316600f145b610a1f576040516329e5065360e11b81526001600160a01b03851660048201526024016104b4565b610a2a8484846111e8565b9050610a3e6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610a699190612121565b6020604051808303815f875af1158015610a85573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aa991906124df565b6001600160601b031681529392505050565b5f805160206129388339815191528054600160401b810460ff1615906001600160401b03165f81158015610aec5750825b90505f826001600160401b03166001148015610b075750303b155b905081158015610b15575080155b15610b335760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b5d57845460ff60401b1916600160401b1785555b610b67878761165a565b8315610bae57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610bc133610417565b610bcc82601d611775565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610bfc908590600401612121565b6020604051808303815f875af1158015610c18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c3c91906124df565b92915050565b5f610c4c33610417565b610bcc826015611775565b610c5f61202d565b610c6833610417565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610c9b90631c56415960e31b90600401612499565b602060405180830381865afa158015610cb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cda91906124b9565b610d025760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104b4565b610d0d83600c6104c4565b9050610d216001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610d4c9190612121565b6020604051808303815f875af1158015610d68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8c91906124df565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002610dc2610e29565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610e05573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106449190612568565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610e79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610644919061258e565b33610ea661109e565b6001600160a01b0316816001600160a01b031614610ee15760405162d1953b60e31b81526001600160a01b03821660048201526024016104b4565b816001600160a01b03163b5f03610f16576040516361798f2f60e11b81526001600160a01b03831660048201526024016104b4565b610f1f826119c4565b5050565b5f610f2d33610417565b610bcc826021611775565b5f805f805160206128f883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fa4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc891906124b9565b15611053576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611029573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104d91906125b4565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061291883398151915280545f9190600160a01b900460ff16611090575f61104d565b638fb3603760e01b91505090565b5f80516020612918833981519152546001600160a01b031690565b5f6110c333610417565b610bcc82601f611775565b6110d661202d565b6110df33610417565b610d0d8360036104c4565b5f805160206129188339815191525f8061112261110561109e565b873061111460045f8a8c6125cf565b61111d916125f6565b611a24565b91509150816111e05763ffffffff8116156111bd57825460ff60a01b1916600160a01b17835561115061109e565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161117f9392919061262c565b5f604051808303815f87803b158015611196575f80fd5b505af11580156111a8573d5f803e3d5ffd5b5050845460ff60a01b19168555506111e09050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104b4565b505050505050565b6111f061202d565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561122b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261125291908101906126b8565b9050836001600160a01b031681608001516001600160a01b0316146112a35760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104b4565b604081015160ff8481169116146112ef57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104b4565b60a08101516001600160a01b038082169084161461133b576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104b4565b846001600160a01b0316816001600160a01b03160361137857604051638e80a3f960e01b81526001600160a01b03861660048201526024016104b4565b6001600160a01b0381166113aa576040516343e40cb560e01b81526001600160a01b03861660048201526024016104b4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142091906124b9565b15611451576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104b4565b509392505050565b5f805f805160206128f883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114e991906124b9565b156115155780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104b4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611567573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061158b91906124b9565b6115b35760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104b4565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611605573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162991906124df565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b2c565b5f805160206129388339815191528054600160401b810460ff1615906001600160401b03165f8115801561168b5750825b90505f826001600160401b031660011480156116a65750303b155b9050811580156116b4575080155b156116d25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116fc57845460ff60401b1916600160401b1785555b5f8087806020019051810190611712919061277a565b9150915061172182828b611b64565b6117316328342add60e01b611ca0565b50508315610bae57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610ba5565b60808201516001600160a01b0316156117ac5760408083015190516340fda83160e11b815260ff90911660048201526024016104b4565b604082015160ff8281169116146117e9576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104b4565b60a08201516001600160a01b038116611820576040808401519051633312954f60e21b815260ff90911660048201526024016104b4565b336001600160a01b0382160361185457604051633bb3291360e01b81526001600160a01b03821660048201526024016104b4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156118a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118ca91906124b9565b156119bf575f6118e26001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa158015611927573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261194e91908101906126b8565b60400151905060ff811660021480611969575060ff81166003145b80611977575060ff81166008145b80611985575060ff8116600a145b156119bd57604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b03831660248201526044016104b4565b505b505050565b5f8051602061291883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611a9291906127a7565b5f60405180830381855afa9150503d805f8114611aca576040519150601f19603f3d011682016040523d82523d5f602084013e611acf565b606091505b50915091508115611b21576040815110611b015780806020019051810190611af791906127bd565b9094509250611b21565b6020815110611b215780806020019051810190611b1e91906124b9565b93505b505094509492505050565b5f8051602061293883398151915254600160401b900460ff16611b6257604051631afcd79f60e31b815260040160405180910390fd5b565b611b6c611b2c565b611b74611ccc565b6001600160a01b03821615611b9157611b8c82611cdc565b611c08565b5f611b9c6002611cf0565b9050611c06816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c0191906125b4565b611cdc565b505b611c8483846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c6c91906124df565b60085f8560405180602001604052805f815250611d81565b611c94634a531f3360e01b611ca0565b6119bf63daf9067160e01b5b611ca8611b2c565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611cd4611b2c565b611b62611e26565b611ce4611b2c565b611ced81611e54565b50565b5f611d036001546001600160a01b031690565b6001600160a01b031663d39e604383611d1a610e29565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611d5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c3c91906125b4565b611d89611b2c565b611d938683611e65565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611e1c838261283d565b5050505050505050565b611e2e611b2c565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611e5c611b2c565b611ced816119c4565b611e6d611b2c565b611e7682611edb565b611e7e611fe8565b6001600160a01b038116611ea55760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206128f883398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611ee3611b2c565b806001600160a01b03163b5f03611f185760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104b4565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790611f5e906325713e4b60e21b90600401612499565b602060405180830381865afa925050508015611f97575060408051601f3d908101601f19168201909252611f94918101906124b9565b60015b611fbf5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104b4565b80610f1f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104b4565b611ff0611b2c565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f6020828403121561207a575f80fd5b81356001600160e01b031981168114612091575f80fd5b9392505050565b6001600160a01b0381168114611ced575f80fd5b80356120b781612098565b919050565b5f80604083850312156120cd575f80fd5b82356120d881612098565b915060208301356120e881612098565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612169608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526121ad6101008401826120f3565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156121eb576121eb6121b5565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612219576122196121b5565b604052919050565b5f6001600160401b03821115612239576122396121b5565b50601f01601f191660200190565b5f82601f830112612256575f80fd5b813561226961226482612221565b6121f1565b81815284602083860101111561227d575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156122a9575f80fd5b81356001600160401b038111156122be575f80fd5b6121ad84828501612247565b60ff81168114611ced575f80fd5b80356120b7816122ca565b5f805f606084860312156122f5575f80fd5b833561230081612098565b92506020840135612310816122ca565b9150604084013561232081612098565b809150509250925092565b5f806040838503121561233c575f80fd5b823561234781612098565b915060208301356001600160401b03811115612361575f80fd5b61236d85828601612247565b9150509250929050565b6001600160601b0381168114611ced575f80fd5b80356120b781612377565b8015158114611ced575f80fd5b80356120b781612396565b5f602082840312156123be575f80fd5b81356001600160401b038111156123d3575f80fd5b820160e081850312156123e4575f80fd5b6123ec6121c9565b6123f58261238b565b81526124036020830161238b565b6020820152612414604083016122d8565b6040820152612425606083016123a3565b6060820152612436608083016120ac565b608082015261244760a083016120ac565b60a082015260c08201356001600160401b03811115612464575f80fd5b61247086828501612247565b60c083015250949350505050565b5f6020828403121561248e575f80fd5b813561209181612098565b6001600160e01b031991909116815260200190565b80516120b781612396565b5f602082840312156124c9575f80fd5b815161209181612396565b80516120b781612377565b5f602082840312156124ef575f80fd5b815161209181612377565b5f6020828403121561250a575f80fd5b815162ffffff81168114612091575f80fd5b600181811c9082168061253057607f821691505b60208210810361254e57634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611ced575f80fd5b5f60208284031215612578575f80fd5b815161209181612554565b80516120b7816122ca565b5f6020828403121561259e575f80fd5b8151612091816122ca565b80516120b781612098565b5f602082840312156125c4575f80fd5b815161209181612098565b5f80858511156125dd575f80fd5b838611156125e9575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105bb576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f83011261267a575f80fd5b815161268861226482612221565b81815284602083860101111561269c575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156126c8575f80fd5b81516001600160401b038111156126dd575f80fd5b820160e081850312156126ee575f80fd5b6126f66121c9565b6126ff826124d4565b815261270d602083016124d4565b602082015261271e60408301612583565b604082015261272f606083016124ae565b6060820152612740608083016125a9565b608082015261275160a083016125a9565b60a082015260c08201516001600160401b0381111561276e575f80fd5b6124708682850161266b565b5f806040838503121561278b575f80fd5b825161279681612098565b60208401519092506120e881612098565b5f82518060208501845e5f920191825250919050565b5f80604083850312156127ce575f80fd5b82516127d981612396565b602084015190925063ffffffff811681146120e8575f80fd5b601f8211156119bf57805f5260205f20601f840160051c810160208510156128175750805b601f840160051c820191505b81811015612836575f8155600101612823565b5050505050565b81516001600160401b03811115612856576128566121b5565b61286a81612864845461251c565b846127f2565b6020601f82116001811461289c575f83156128855750848201515b5f19600385901b1c1916600184901b178455612836565b5f84815260208120601f198516915b828110156128cb57878501518255602094850194600190920191016128ab565b50848210156128e857868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122069a22bb4bbcbf2fa6001a2f0d80fd9c56ced70a32ab7dedf024e8ef00cec2ed364736f6c634300081a0033",
         | 
| 1157 | 
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101a1575f3560e01c8063644c45e0116100f35780638fb3603711610093578063bf7e214f1161006e578063bf7e214f146103d5578063c2bf08c8146103dd578063c4c79d8b146103f0578063ed841d0c14610403575f80fd5b80638fb36037146103a5578063ada9652e146103ba578063b68d1809146103ce575f80fd5b80637a9e5e4b116100ce5780637a9e5e4b1461036f5780638105cc7f146103825780638899278a14610395578063893d20e81461039d575f80fd5b8063644c45e0146103185780636c741e781461033557806376b707b714610355575f80fd5b8063329d6e741161015e57806357a8fba71161013957806357a8fba7146102ba5780635ab1bd53146102cd5780635c992fed146102f25780635d96628914610305575f80fd5b8063329d6e741461027f5780633f429c921461029457806349bb9e4b146102a7575f80fd5b806301ffc9a7146101a5578063026bc43b146101e65780630d8e6e2c146102065780630fec111c14610222578063138461e01461022a5780631eff4b221461024a575b5f80fd5b6101d16101b336600461206a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6101f96101f43660046120bc565b61040a565b6040516101dd9190612121565b61020e6105c2565b60405162ffffff90911681526020016101dd565b6101f9610649565b6102326107d5565b6040516001600160601b0390911681526020016101dd565b6102717f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b6040519081526020016101dd565b61029261028d366004612299565b6107df565b005b6101f96102a23660046122e3565b610929565b6102926102b536600461232b565b610abb565b6102326102c83660046123ae565b610bb7565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016101dd565b6102326103003660046123ae565b610c42565b6101f96103133660046120bc565b610c57565b5f805160206128f8833981519152546001600160601b0316610232565b61033d610d9d565b6040516001600160401b0390911681526020016101dd565b61035d610e29565b60405160ff90911681526020016101dd565b61029261037d36600461247e565b610e9d565b6102326103903660046123ae565b610f23565b610271600381565b6102da610f38565b6103ad611069565b6040516101dd9190612499565b6102715f805160206128f883398151915281565b600261035d565b6102da61109e565b6102326103eb3660046123ae565b6110b9565b6101f96103fe3660046120bc565b6110ce565b6102715f81565b61041261202d565b61041e335b5f366110ea565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a7906104519063b698dabd60e01b90600401612499565b602060405180830381865afa15801561046c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061049091906124b9565b6104bd57604051631c8275e960e21b81526001600160a01b03841660048201526024015b60405180910390fd5b6104ca83600a5b846111e8565b90506104de6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b81526004016105099190612121565b6020604051808303815f875af1158015610525573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061054991906124df565b6001600160601b0316815260408051629c230f60e51b815290516001600160a01b0385169163138461e091600480830192602092919082900301815f875af1158015610597573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105bb91906124df565b5092915050565b604051632efe011360e01b8152600360048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610620573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061064491906124fa565b905090565b61065161202d565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156106c7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106eb91906124df565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610733610f38565b6001600160a01b031681526020018260010180546107509061251c565b80601f016020809104026020016040519081016040528092919081815260200182805461077c9061251c565b80156107c75780601f1061079e576101008083540402835291602001916107c7565b820191905f5260205f20905b8154815290600101906020018083116107aa57829003601f168201915b505050505081525091505090565b5f61064430611459565b73__$8eede297b65ed5a56eb3f84d8232ae93f5$__63a123b37c6108016105c2565b6040516001600160e01b031960e084901b16815262ffffff9091166004820152602401602060405180830381865af415801561083f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108639190612568565b5f805160206129388339815191528054600160401b900460ff1680610895575080546001600160401b03808416911610155b156108b35760405163f92ee8a960e01b815260040160405180910390fd5b805468ffffffffffffffffff19166001600160401b03831617600160401b1781556108dd83611652565b805460ff60401b191681556040516001600160401b03831681527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a1505050565b61093161202d565b61093a33610417565b6040516301ffc9a760e01b81526001600160a01b038516906301ffc9a79061096d90632986755f60e11b90600401612499565b602060405180830381865afa158015610988573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ac91906124b9565b6109d457604051632624ae7760e01b81526001600160a01b03851660048201526024016104b4565b60ff8316600e14806109e9575060ff8316600d145b806109f7575060ff8316600f145b610a1f576040516329e5065360e11b81526001600160a01b03851660048201526024016104b4565b610a2a8484846111e8565b9050610a3e6001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610a699190612121565b6020604051808303815f875af1158015610a85573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610aa991906124df565b6001600160601b031681529392505050565b5f805160206129388339815191528054600160401b810460ff1615906001600160401b03165f81158015610aec5750825b90505f826001600160401b03166001148015610b075750303b155b905081158015610b15575080155b15610b335760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b5d57845460ff60401b1916600160401b1785555b610b67878761165a565b8315610bae57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2906020015b60405180910390a15b50505050505050565b5f610bc133610417565b610bcc82601d611775565b6001546040516352efcf2760e11b81526001600160a01b039091169063a5df9e4e90610bfc908590600401612121565b6020604051808303815f875af1158015610c18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c3c91906124df565b92915050565b5f610c4c33610417565b610bcc826015611775565b610c5f61202d565b610c6833610417565b6040516301ffc9a760e01b81526001600160a01b038416906301ffc9a790610c9b90631c56415960e31b90600401612499565b602060405180830381865afa158015610cb6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cda91906124b9565b610d025760405163704b6c6d60e11b81526001600160a01b03841660048201526024016104b4565b610d0d83600c6104c4565b9050610d216001546001600160a01b031690565b6001600160a01b031663a5df9e4e826040518263ffffffff1660e01b8152600401610d4c9190612121565b6020604051808303815f875af1158015610d68573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d8c91906124df565b6001600160601b0316815292915050565b5f73__$1d92393fa9ccd763988368ce8a1cb90d26$__63dda777d36002610dc2610e29565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865af4158015610e05573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106449190612568565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af4158015610e79573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610644919061258e565b33610ea661109e565b6001600160a01b0316816001600160a01b031614610ee15760405162d1953b60e31b81526001600160a01b03821660048201526024016104b4565b816001600160a01b03163b5f03610f16576040516361798f2f60e11b81526001600160a01b03831660048201526024016104b4565b610f1f826119c4565b5050565b5f610f2d33610417565b610bcc826021611775565b5f805f805160206128f883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fa4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fc891906124b9565b15611053576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611029573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061104d91906125b4565b91505090565b54600160601b90046001600160a01b0316919050565b5f8051602061291883398151915280545f9190600160a01b900460ff16611090575f61104d565b638fb3603760e01b91505090565b5f80516020612918833981519152546001600160a01b031690565b5f6110c333610417565b610bcc82601f611775565b6110d661202d565b6110df33610417565b610d0d8360036104c4565b5f805160206129188339815191525f8061112261110561109e565b873061111460045f8a8c6125cf565b61111d916125f6565b611a24565b91509150816111e05763ffffffff8116156111bd57825460ff60a01b1916600160a01b17835561115061109e565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161117f9392919061262c565b5f604051808303815f87803b158015611196575f80fd5b505af11580156111a8573d5f803e3d5ffd5b5050845460ff60a01b19168555506111e09050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016104b4565b505050505050565b6111f061202d565b836001600160a01b0316630fec111c6040518163ffffffff1660e01b81526004015f60405180830381865afa15801561122b573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261125291908101906126b8565b9050836001600160a01b031681608001516001600160a01b0316146112a35760808101516040516306704ad960e11b81526001600160a01b03808716600483015290911660248201526044016104b4565b604081015160ff8481169116146112ef57604080820151905163137f2ac560e31b81526001600160a01b038616600482015260ff808616602483015290911660448201526064016104b4565b60a08101516001600160a01b038082169084161461133b576040516335ce70c360e21b81526001600160a01b0380871660048301528085166024830152821660448201526064016104b4565b846001600160a01b0316816001600160a01b03160361137857604051638e80a3f960e01b81526001600160a01b03861660048201526024016104b4565b6001600160a01b0381166113aa576040516343e40cb560e01b81526001600160a01b03861660048201526024016104b4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156113fc573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061142091906124b9565b15611451576040516309ad872b60e41b81526001600160a01b038087166004830152821660248201526044016104b4565b509392505050565b5f805f805160206128f883398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156114c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114e991906124b9565b156115155780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016104b4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015611567573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061158b91906124b9565b6115b35760405163b9304b0d60e01b81526001600160a01b03841660048201526024016104b4565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa158015611605573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061162991906124df565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b6101a1611b2c565b5f805160206129388339815191528054600160401b810460ff1615906001600160401b03165f8115801561168b5750825b90505f826001600160401b031660011480156116a65750303b155b9050811580156116b4575080155b156116d25760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156116fc57845460ff60401b1916600160401b1785555b5f8087806020019051810190611712919061277a565b9150915061172182828b611b64565b6117316328342add60e01b611ca0565b50508315610bae57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602001610ba5565b60808201516001600160a01b0316156117ac5760408083015190516340fda83160e11b815260ff90911660048201526024016104b4565b604082015160ff8281169116146117e9576040808301519051632e5fbed960e21b815260ff808416600483015290911660248201526044016104b4565b60a08201516001600160a01b038116611820576040808401519051633312954f60e21b815260ff90911660048201526024016104b4565b336001600160a01b0382160361185457604051633bb3291360e01b81526001600160a01b03821660048201526024016104b4565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa1580156118a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118ca91906124b9565b156119bf575f6118e26001546001600160a01b031690565b6040516308b09a5f60e41b81526001600160a01b0384811660048301529190911690638b09a5f0906024015f60405180830381865afa158015611927573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261194e91908101906126b8565b60400151905060ff811660021480611969575060ff81166003145b80611977575060ff81166008145b80611985575060ff8116600a145b156119bd57604080850151905163b4139d2560e01b815260ff90911660048201526001600160a01b03831660248201526044016104b4565b505b505050565b5f8051602061291883398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611a9291906127a7565b5f60405180830381855afa9150503d805f8114611aca576040519150601f19603f3d011682016040523d82523d5f602084013e611acf565b606091505b50915091508115611b21576040815110611b015780806020019051810190611af791906127bd565b9094509250611b21565b6020815110611b215780806020019051810190611b1e91906124b9565b93505b505094509492505050565b5f8051602061293883398151915254600160401b900460ff16611b6257604051631afcd79f60e31b815260040160405180910390fd5b565b611b6c611b2c565b611b74611ccc565b6001600160a01b03821615611b9157611b8c82611cdc565b611c08565b5f611b9c6002611cf0565b9050611c06816001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611bdd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c0191906125b4565b611cdc565b505b611c8483846001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c48573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c6c91906124df565b60085f8560405180602001604052805f815250611d81565b611c94634a531f3360e01b611ca0565b6119bf63daf9067160e01b5b611ca8611b2c565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b611cd4611b2c565b611b62611e26565b611ce4611b2c565b611ced81611e54565b50565b5f611d036001546001600160a01b031690565b6001600160a01b031663d39e604383611d1a610e29565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015611d5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c3c91906125b4565b611d89611b2c565b611d938683611e65565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa301611e1c838261283d565b5050505050505050565b611e2e611b2c565b60017f9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f0055565b611e5c611b2c565b611ced816119c4565b611e6d611b2c565b611e7682611edb565b611e7e611fe8565b6001600160a01b038116611ea55760405163f17ef42d60e01b815260040160405180910390fd5b5f805160206128f883398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b611ee3611b2c565b806001600160a01b03163b5f03611f185760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104b4565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526301ffc9a790611f5e906325713e4b60e21b90600401612499565b602060405180830381865afa925050508015611f97575060408051601f3d908101601f19168201909252611f94918101906124b9565b60015b611fbf5760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104b4565b80610f1f5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104b4565b611ff0611b2c565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c081019190915290565b5f6020828403121561207a575f80fd5b81356001600160e01b031981168114612091575f80fd5b9392505050565b6001600160a01b0381168114611ced575f80fd5b80356120b781612098565b919050565b5f80604083850312156120cd575f80fd5b82356120d881612098565b915060208301356120e881612098565b809150509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151612169608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e0808401526121ad6101008401826120f3565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b03811182821017156121eb576121eb6121b5565b60405290565b604051601f8201601f191681016001600160401b0381118282101715612219576122196121b5565b604052919050565b5f6001600160401b03821115612239576122396121b5565b50601f01601f191660200190565b5f82601f830112612256575f80fd5b813561226961226482612221565b6121f1565b81815284602083860101111561227d575f80fd5b816020850160208301375f918101602001919091529392505050565b5f602082840312156122a9575f80fd5b81356001600160401b038111156122be575f80fd5b6121ad84828501612247565b60ff81168114611ced575f80fd5b80356120b7816122ca565b5f805f606084860312156122f5575f80fd5b833561230081612098565b92506020840135612310816122ca565b9150604084013561232081612098565b809150509250925092565b5f806040838503121561233c575f80fd5b823561234781612098565b915060208301356001600160401b03811115612361575f80fd5b61236d85828601612247565b9150509250929050565b6001600160601b0381168114611ced575f80fd5b80356120b781612377565b8015158114611ced575f80fd5b80356120b781612396565b5f602082840312156123be575f80fd5b81356001600160401b038111156123d3575f80fd5b820160e081850312156123e4575f80fd5b6123ec6121c9565b6123f58261238b565b81526124036020830161238b565b6020820152612414604083016122d8565b6040820152612425606083016123a3565b6060820152612436608083016120ac565b608082015261244760a083016120ac565b60a082015260c08201356001600160401b03811115612464575f80fd5b61247086828501612247565b60c083015250949350505050565b5f6020828403121561248e575f80fd5b813561209181612098565b6001600160e01b031991909116815260200190565b80516120b781612396565b5f602082840312156124c9575f80fd5b815161209181612396565b80516120b781612377565b5f602082840312156124ef575f80fd5b815161209181612377565b5f6020828403121561250a575f80fd5b815162ffffff81168114612091575f80fd5b600181811c9082168061253057607f821691505b60208210810361254e57634e487b7160e01b5f52602260045260245ffd5b50919050565b6001600160401b0381168114611ced575f80fd5b5f60208284031215612578575f80fd5b815161209181612554565b80516120b7816122ca565b5f6020828403121561259e575f80fd5b8151612091816122ca565b80516120b781612098565b5f602082840312156125c4575f80fd5b815161209181612098565b5f80858511156125dd575f80fd5b838611156125e9575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156105bb576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82601f83011261267a575f80fd5b815161268861226482612221565b81815284602083860101111561269c575f80fd5b8160208501602083015e5f918101602001919091529392505050565b5f602082840312156126c8575f80fd5b81516001600160401b038111156126dd575f80fd5b820160e081850312156126ee575f80fd5b6126f66121c9565b6126ff826124d4565b815261270d602083016124d4565b602082015261271e60408301612583565b604082015261272f606083016124ae565b6060820152612740608083016125a9565b608082015261275160a083016125a9565b60a082015260c08201516001600160401b0381111561276e575f80fd5b6124708682850161266b565b5f806040838503121561278b575f80fd5b825161279681612098565b60208401519092506120e881612098565b5f82518060208501845e5f920191825250919050565b5f80604083850312156127ce575f80fd5b82516127d981612396565b602084015190925063ffffffff811681146120e8575f80fd5b601f8211156119bf57805f5260205f20601f840160051c810160208510156128175750805b601f840160051c820191505b81811015612836575f8155600101612823565b5050505050565b81516001600160401b03811115612856576128566121b5565b61286a81612864845461251c565b846127f2565b6020601f82116001811461289c575f83156128855750848201515b5f19600385901b1c1916600184901b178455612836565b5f84815260208120601f198516915b828110156128cb57878501518255602094850194600190920191016128ab565b50848210156128e857868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122069a22bb4bbcbf2fa6001a2f0d80fd9c56ced70a32ab7dedf024e8ef00cec2ed364736f6c634300081a0033",
         | 
| 1158 | 
            +
              "linkReferences": {
         | 
| 1159 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1160 | 
            +
                  "NftIdLib": [
         | 
| 1161 | 
            +
                    {
         | 
| 1162 | 
            +
                      "length": 20,
         | 
| 1163 | 
            +
                      "start": 1880
         | 
| 1164 | 
            +
                    },
         | 
| 1165 | 
            +
                    {
         | 
| 1166 | 
            +
                      "length": 20,
         | 
| 1167 | 
            +
                      "start": 4162
         | 
| 1168 | 
            +
                    },
         | 
| 1169 | 
            +
                    {
         | 
| 1170 | 
            +
                      "length": 20,
         | 
| 1171 | 
            +
                      "start": 5475
         | 
| 1172 | 
            +
                    }
         | 
| 1173 | 
            +
                  ]
         | 
| 1174 | 
            +
                },
         | 
| 1175 | 
            +
                "contracts/type/RoleId.sol": {
         | 
| 1176 | 
            +
                  "RoleIdLib": [
         | 
| 1177 | 
            +
                    {
         | 
| 1178 | 
            +
                      "length": 20,
         | 
| 1179 | 
            +
                      "start": 3702
         | 
| 1180 | 
            +
                    }
         | 
| 1181 | 
            +
                  ]
         | 
| 1182 | 
            +
                },
         | 
| 1183 | 
            +
                "contracts/type/Version.sol": {
         | 
| 1184 | 
            +
                  "VersionLib": [
         | 
| 1185 | 
            +
                    {
         | 
| 1186 | 
            +
                      "length": 20,
         | 
| 1187 | 
            +
                      "start": 1726
         | 
| 1188 | 
            +
                    },
         | 
| 1189 | 
            +
                    {
         | 
| 1190 | 
            +
                      "length": 20,
         | 
| 1191 | 
            +
                      "start": 2231
         | 
| 1192 | 
            +
                    }
         | 
| 1193 | 
            +
                  ],
         | 
| 1194 | 
            +
                  "VersionPartLib": [
         | 
| 1195 | 
            +
                    {
         | 
| 1196 | 
            +
                      "length": 20,
         | 
| 1197 | 
            +
                      "start": 3863
         | 
| 1198 | 
            +
                    }
         | 
| 1199 | 
            +
                  ]
         | 
| 1200 | 
            +
                }
         | 
| 1201 | 
            +
              },
         | 
| 1202 | 
            +
              "deployedLinkReferences": {
         | 
| 1203 | 
            +
                "contracts/type/NftId.sol": {
         | 
| 1204 | 
            +
                  "NftIdLib": [
         | 
| 1205 | 
            +
                    {
         | 
| 1206 | 
            +
                      "length": 20,
         | 
| 1207 | 
            +
                      "start": 1666
         | 
| 1208 | 
            +
                    },
         | 
| 1209 | 
            +
                    {
         | 
| 1210 | 
            +
                      "length": 20,
         | 
| 1211 | 
            +
                      "start": 3948
         | 
| 1212 | 
            +
                    },
         | 
| 1213 | 
            +
                    {
         | 
| 1214 | 
            +
                      "length": 20,
         | 
| 1215 | 
            +
                      "start": 5261
         | 
| 1216 | 
            +
                    }
         | 
| 1217 | 
            +
                  ]
         | 
| 1218 | 
            +
                },
         | 
| 1219 | 
            +
                "contracts/type/RoleId.sol": {
         | 
| 1220 | 
            +
                  "RoleIdLib": [
         | 
| 1221 | 
            +
                    {
         | 
| 1222 | 
            +
                      "length": 20,
         | 
| 1223 | 
            +
                      "start": 3488
         | 
| 1224 | 
            +
                    }
         | 
| 1225 | 
            +
                  ]
         | 
| 1226 | 
            +
                },
         | 
| 1227 | 
            +
                "contracts/type/Version.sol": {
         | 
| 1228 | 
            +
                  "VersionLib": [
         | 
| 1229 | 
            +
                    {
         | 
| 1230 | 
            +
                      "length": 20,
         | 
| 1231 | 
            +
                      "start": 1512
         | 
| 1232 | 
            +
                    },
         | 
| 1233 | 
            +
                    {
         | 
| 1234 | 
            +
                      "length": 20,
         | 
| 1235 | 
            +
                      "start": 2017
         | 
| 1236 | 
            +
                    }
         | 
| 1237 | 
            +
                  ],
         | 
| 1238 | 
            +
                  "VersionPartLib": [
         | 
| 1239 | 
            +
                    {
         | 
| 1240 | 
            +
                      "length": 20,
         | 
| 1241 | 
            +
                      "start": 3649
         | 
| 1242 | 
            +
                    }
         | 
| 1243 | 
            +
                  ]
         | 
| 1244 | 
            +
                }
         | 
| 1245 | 
            +
              }
         | 
| 1246 | 
            +
            }
         |