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