@etherisc/gif-next 0.0.2-f619be3-760 → 0.0.2-f62dcdf-553
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +372 -24
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1293 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +414 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1060 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +295 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.dbg.json +4 -0
- package/artifacts/contracts/authorization/ReleaseAccessManager.sol/ReleaseAccessManager.json +1196 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1402 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +470 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1048 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1455 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +838 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +929 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +961 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1538 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2072 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +470 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1471 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1231 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1592 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2095 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +703 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +330 -1135
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +702 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +388 -1276
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1653 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +561 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2058 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +995 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +722 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3678 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +129 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.json +10 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.json → module/IDistribution.sol/IDistribution.json} +2 -2
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/{treasury/ITreasury.sol/ITreasury.json → module/IRisk.sol/IRisk.json} +2 -2
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +1039 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +478 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +788 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +709 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +907 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +966 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +722 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1299 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +470 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1465 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +834 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +960 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +960 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1283 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1098 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1625 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +766 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +771 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +710 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1173 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +470 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1431 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +838 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +546 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +942 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +925 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +578 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1012 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +429 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1302 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +782 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +907 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +762 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1131 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +622 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +295 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1001 -27
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1019 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1518 -119
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1886 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1246 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +713 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1067 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +725 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1768 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +814 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +474 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +92 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +632 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1335 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +723 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/lifecycle → shared}/ILifecycle.sol/ILifecycle.json +65 -53
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{registry/Registry.sol/Registerable.json → shared/INftOwnable.sol/INftOwnable.json} +57 -76
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IComponentModule.json → shared/IRegisterable.sol/IRegisterable.json} +90 -97
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +11 -11
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +375 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +829 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/lifecycle/ILifecycle.sol/ILifecycleModule.json → shared/Lifecycle.sol/Lifecycle.json} +50 -58
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +322 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/shared/Service.sol/Service.json +442 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +469 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +108 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1465 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1043 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +440 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +776 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +587 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1249 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +710 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2283 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +607 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +142 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +369 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +129 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +16 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +177 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +68 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +602 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/authorization/AccessAdmin.sol +596 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +289 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +137 -0
- package/contracts/authorization/IAuthorization.sol +60 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ReleaseAccessManager.sol +38 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +139 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +285 -0
- package/contracts/distribution/DistributionService.sol +355 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +73 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +415 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +50 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +76 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +351 -0
- package/contracts/instance/BundleSet.sol +126 -0
- package/contracts/instance/IInstance.sol +63 -22
- package/contracts/instance/IInstanceService.sol +72 -0
- package/contracts/instance/Instance.sol +214 -54
- package/contracts/instance/InstanceAdmin.sol +277 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +495 -0
- package/contracts/instance/InstanceService.sol +411 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/base/ObjectSet.sol +79 -0
- package/contracts/instance/module/IAccess.sol +46 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +51 -0
- package/contracts/instance/module/IDistribution.sol +41 -0
- package/contracts/instance/module/IPolicy.sol +84 -0
- package/contracts/instance/module/IRisk.sol +11 -0
- package/contracts/mock/Dip.sol +2 -2
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +291 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +154 -0
- package/contracts/pool/BasicPoolAuthorization.sol +57 -0
- package/contracts/pool/BundleService.sol +493 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +143 -0
- package/contracts/pool/IPoolComponent.sol +68 -0
- package/contracts/pool/IPoolService.sol +167 -0
- package/contracts/pool/Pool.sol +335 -0
- package/contracts/pool/PoolService.sol +544 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +612 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +63 -0
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +80 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +59 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +691 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +455 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +173 -61
- package/contracts/registry/IRegistry.sol +149 -45
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +668 -133
- package/contracts/registry/RegistryAdmin.sol +448 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +501 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +194 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +265 -0
- package/contracts/shared/ComponentService.sol +745 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +126 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +74 -0
- package/contracts/shared/IComponentService.sol +120 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +41 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +26 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +213 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +127 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +85 -0
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +84 -0
- package/contracts/shared/TokenHandler.sol +139 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +12 -0
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +497 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +190 -0
- package/contracts/staking/StakingService.sol +407 -0
- package/contracts/staking/StakingServiceManager.sol +44 -0
- package/contracts/staking/StakingStore.sol +605 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/NftId.sol +79 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +57 -0
- package/contracts/type/RoleId.sol +162 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +64 -6
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +52 -8
- package/contracts/type/UFixed.sol +355 -0
- package/contracts/type/Version.sol +110 -0
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +17 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -205
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -255
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -74
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -328
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -346
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -299
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -202
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -205
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -141
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/ILifecycle.sol/ILifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/lifecycle/LifecycleModule.sol/LifecycleModule.json +0 -221
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -254
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -254
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -129
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -155
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -127
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -196
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/ITreasury.sol/ITreasuryModule.json +0 -490
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TokenHandler.sol/TokenHandler.json +0 -45
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/treasury/TreasuryModule.sol/TreasuryModule.json +0 -490
- package/artifacts/contracts/mock/Dip.sol/DIP.dbg.json +0 -4
- package/artifacts/contracts/mock/Dip.sol/DIP.json +0 -338
- package/artifacts/contracts/mock/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/mock/TestPool.sol/TestPool.json +0 -294
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/mock/TestProduct.sol/TestProduct.json +0 -384
- package/artifacts/contracts/mock/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/mock/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.json +0 -24
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.json +0 -49
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -92
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -174
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/contracts/components/Component.sol +0 -77
- package/contracts/components/IPool.sol +0 -15
- package/contracts/components/IProduct.sol +0 -16
- package/contracts/components/Pool.sol +0 -52
- package/contracts/components/Product.sol +0 -89
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/access/Access.sol +0 -165
- package/contracts/instance/access/IAccess.sol +0 -63
- package/contracts/instance/component/ComponentModule.sol +0 -274
- package/contracts/instance/component/IComponent.sol +0 -74
- package/contracts/instance/lifecycle/ILifecycle.sol +0 -47
- package/contracts/instance/lifecycle/LifecycleModule.sol +0 -88
- package/contracts/instance/policy/IPolicy.sol +0 -50
- package/contracts/instance/policy/PolicyModule.sol +0 -114
- package/contracts/instance/pool/IPoolModule.sol +0 -23
- package/contracts/instance/pool/PoolModule.sol +0 -81
- package/contracts/instance/product/IProductService.sol +0 -36
- package/contracts/instance/product/ProductService.sol +0 -136
- package/contracts/instance/treasury/ITreasury.sol +0 -91
- package/contracts/instance/treasury/TokenHandler.sol +0 -24
- package/contracts/instance/treasury/TreasuryModule.sol +0 -168
- package/contracts/mock/TestPool.sol +0 -16
- package/contracts/mock/TestProduct.sol +0 -39
- package/contracts/mock/Usdc.sol +0 -26
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -32
- package/contracts/types/NftId.sol +0 -51
- package/contracts/types/ObjectType.sol +0 -107
- package/contracts/types/UFixed.sol +0 -210
| @@ -0,0 +1,661 @@ | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_format": "hh-sol-artifact-1",
         | 
| 3 | 
            +
              "contractName": "TokenRegistry",
         | 
| 4 | 
            +
              "sourceName": "contracts/registry/TokenRegistry.sol",
         | 
| 5 | 
            +
              "abi": [
         | 
| 6 | 
            +
                {
         | 
| 7 | 
            +
                  "inputs": [
         | 
| 8 | 
            +
                    {
         | 
| 9 | 
            +
                      "internalType": "contract IRegistry",
         | 
| 10 | 
            +
                      "name": "registry",
         | 
| 11 | 
            +
                      "type": "address"
         | 
| 12 | 
            +
                    },
         | 
| 13 | 
            +
                    {
         | 
| 14 | 
            +
                      "internalType": "contract IERC20Metadata",
         | 
| 15 | 
            +
                      "name": "dipToken",
         | 
| 16 | 
            +
                      "type": "address"
         | 
| 17 | 
            +
                    }
         | 
| 18 | 
            +
                  ],
         | 
| 19 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 20 | 
            +
                  "type": "constructor"
         | 
| 21 | 
            +
                },
         | 
| 22 | 
            +
                {
         | 
| 23 | 
            +
                  "inputs": [
         | 
| 24 | 
            +
                    {
         | 
| 25 | 
            +
                      "internalType": "address",
         | 
| 26 | 
            +
                      "name": "authority",
         | 
| 27 | 
            +
                      "type": "address"
         | 
| 28 | 
            +
                    }
         | 
| 29 | 
            +
                  ],
         | 
| 30 | 
            +
                  "name": "AccessManagedInvalidAuthority",
         | 
| 31 | 
            +
                  "type": "error"
         | 
| 32 | 
            +
                },
         | 
| 33 | 
            +
                {
         | 
| 34 | 
            +
                  "inputs": [
         | 
| 35 | 
            +
                    {
         | 
| 36 | 
            +
                      "internalType": "address",
         | 
| 37 | 
            +
                      "name": "caller",
         | 
| 38 | 
            +
                      "type": "address"
         | 
| 39 | 
            +
                    },
         | 
| 40 | 
            +
                    {
         | 
| 41 | 
            +
                      "internalType": "uint32",
         | 
| 42 | 
            +
                      "name": "delay",
         | 
| 43 | 
            +
                      "type": "uint32"
         | 
| 44 | 
            +
                    }
         | 
| 45 | 
            +
                  ],
         | 
| 46 | 
            +
                  "name": "AccessManagedRequiredDelay",
         | 
| 47 | 
            +
                  "type": "error"
         | 
| 48 | 
            +
                },
         | 
| 49 | 
            +
                {
         | 
| 50 | 
            +
                  "inputs": [
         | 
| 51 | 
            +
                    {
         | 
| 52 | 
            +
                      "internalType": "address",
         | 
| 53 | 
            +
                      "name": "caller",
         | 
| 54 | 
            +
                      "type": "address"
         | 
| 55 | 
            +
                    }
         | 
| 56 | 
            +
                  ],
         | 
| 57 | 
            +
                  "name": "AccessManagedUnauthorized",
         | 
| 58 | 
            +
                  "type": "error"
         | 
| 59 | 
            +
                },
         | 
| 60 | 
            +
                {
         | 
| 61 | 
            +
                  "inputs": [
         | 
| 62 | 
            +
                    {
         | 
| 63 | 
            +
                      "internalType": "address",
         | 
| 64 | 
            +
                      "name": "registryAddress",
         | 
| 65 | 
            +
                      "type": "address"
         | 
| 66 | 
            +
                    }
         | 
| 67 | 
            +
                  ],
         | 
| 68 | 
            +
                  "name": "ErrorNotRegistry",
         | 
| 69 | 
            +
                  "type": "error"
         | 
| 70 | 
            +
                },
         | 
| 71 | 
            +
                {
         | 
| 72 | 
            +
                  "inputs": [],
         | 
| 73 | 
            +
                  "name": "ErrorTokenRegistryChainIdZero",
         | 
| 74 | 
            +
                  "type": "error"
         | 
| 75 | 
            +
                },
         | 
| 76 | 
            +
                {
         | 
| 77 | 
            +
                  "inputs": [
         | 
| 78 | 
            +
                    {
         | 
| 79 | 
            +
                      "internalType": "VersionPart",
         | 
| 80 | 
            +
                      "name": "majorVersion",
         | 
| 81 | 
            +
                      "type": "uint8"
         | 
| 82 | 
            +
                    }
         | 
| 83 | 
            +
                  ],
         | 
| 84 | 
            +
                  "name": "ErrorTokenRegistryMajorVersionInvalid",
         | 
| 85 | 
            +
                  "type": "error"
         | 
| 86 | 
            +
                },
         | 
| 87 | 
            +
                {
         | 
| 88 | 
            +
                  "inputs": [
         | 
| 89 | 
            +
                    {
         | 
| 90 | 
            +
                      "internalType": "uint256",
         | 
| 91 | 
            +
                      "name": "chainId",
         | 
| 92 | 
            +
                      "type": "uint256"
         | 
| 93 | 
            +
                    },
         | 
| 94 | 
            +
                    {
         | 
| 95 | 
            +
                      "internalType": "address",
         | 
| 96 | 
            +
                      "name": "token",
         | 
| 97 | 
            +
                      "type": "address"
         | 
| 98 | 
            +
                    }
         | 
| 99 | 
            +
                  ],
         | 
| 100 | 
            +
                  "name": "ErrorTokenRegistryNotRemoteToken",
         | 
| 101 | 
            +
                  "type": "error"
         | 
| 102 | 
            +
                },
         | 
| 103 | 
            +
                {
         | 
| 104 | 
            +
                  "inputs": [],
         | 
| 105 | 
            +
                  "name": "ErrorTokenRegistryTokenAddressZero",
         | 
| 106 | 
            +
                  "type": "error"
         | 
| 107 | 
            +
                },
         | 
| 108 | 
            +
                {
         | 
| 109 | 
            +
                  "inputs": [
         | 
| 110 | 
            +
                    {
         | 
| 111 | 
            +
                      "internalType": "uint256",
         | 
| 112 | 
            +
                      "name": "chainId",
         | 
| 113 | 
            +
                      "type": "uint256"
         | 
| 114 | 
            +
                    },
         | 
| 115 | 
            +
                    {
         | 
| 116 | 
            +
                      "internalType": "address",
         | 
| 117 | 
            +
                      "name": "token",
         | 
| 118 | 
            +
                      "type": "address"
         | 
| 119 | 
            +
                    }
         | 
| 120 | 
            +
                  ],
         | 
| 121 | 
            +
                  "name": "ErrorTokenRegistryTokenAlreadyRegistered",
         | 
| 122 | 
            +
                  "type": "error"
         | 
| 123 | 
            +
                },
         | 
| 124 | 
            +
                {
         | 
| 125 | 
            +
                  "inputs": [
         | 
| 126 | 
            +
                    {
         | 
| 127 | 
            +
                      "internalType": "uint256",
         | 
| 128 | 
            +
                      "name": "chainId",
         | 
| 129 | 
            +
                      "type": "uint256"
         | 
| 130 | 
            +
                    },
         | 
| 131 | 
            +
                    {
         | 
| 132 | 
            +
                      "internalType": "address",
         | 
| 133 | 
            +
                      "name": "token",
         | 
| 134 | 
            +
                      "type": "address"
         | 
| 135 | 
            +
                    }
         | 
| 136 | 
            +
                  ],
         | 
| 137 | 
            +
                  "name": "ErrorTokenRegistryTokenNotContract",
         | 
| 138 | 
            +
                  "type": "error"
         | 
| 139 | 
            +
                },
         | 
| 140 | 
            +
                {
         | 
| 141 | 
            +
                  "inputs": [
         | 
| 142 | 
            +
                    {
         | 
| 143 | 
            +
                      "internalType": "uint256",
         | 
| 144 | 
            +
                      "name": "chainId",
         | 
| 145 | 
            +
                      "type": "uint256"
         | 
| 146 | 
            +
                    },
         | 
| 147 | 
            +
                    {
         | 
| 148 | 
            +
                      "internalType": "address",
         | 
| 149 | 
            +
                      "name": "token",
         | 
| 150 | 
            +
                      "type": "address"
         | 
| 151 | 
            +
                    }
         | 
| 152 | 
            +
                  ],
         | 
| 153 | 
            +
                  "name": "ErrorTokenRegistryTokenNotErc20",
         | 
| 154 | 
            +
                  "type": "error"
         | 
| 155 | 
            +
                },
         | 
| 156 | 
            +
                {
         | 
| 157 | 
            +
                  "inputs": [
         | 
| 158 | 
            +
                    {
         | 
| 159 | 
            +
                      "internalType": "uint256",
         | 
| 160 | 
            +
                      "name": "chainId",
         | 
| 161 | 
            +
                      "type": "uint256"
         | 
| 162 | 
            +
                    },
         | 
| 163 | 
            +
                    {
         | 
| 164 | 
            +
                      "internalType": "address",
         | 
| 165 | 
            +
                      "name": "token",
         | 
| 166 | 
            +
                      "type": "address"
         | 
| 167 | 
            +
                    }
         | 
| 168 | 
            +
                  ],
         | 
| 169 | 
            +
                  "name": "ErrorTokenRegistryTokenNotRegistered",
         | 
| 170 | 
            +
                  "type": "error"
         | 
| 171 | 
            +
                },
         | 
| 172 | 
            +
                {
         | 
| 173 | 
            +
                  "anonymous": false,
         | 
| 174 | 
            +
                  "inputs": [
         | 
| 175 | 
            +
                    {
         | 
| 176 | 
            +
                      "indexed": false,
         | 
| 177 | 
            +
                      "internalType": "address",
         | 
| 178 | 
            +
                      "name": "authority",
         | 
| 179 | 
            +
                      "type": "address"
         | 
| 180 | 
            +
                    }
         | 
| 181 | 
            +
                  ],
         | 
| 182 | 
            +
                  "name": "AuthorityUpdated",
         | 
| 183 | 
            +
                  "type": "event"
         | 
| 184 | 
            +
                },
         | 
| 185 | 
            +
                {
         | 
| 186 | 
            +
                  "anonymous": false,
         | 
| 187 | 
            +
                  "inputs": [
         | 
| 188 | 
            +
                    {
         | 
| 189 | 
            +
                      "indexed": false,
         | 
| 190 | 
            +
                      "internalType": "uint256",
         | 
| 191 | 
            +
                      "name": "chainId",
         | 
| 192 | 
            +
                      "type": "uint256"
         | 
| 193 | 
            +
                    },
         | 
| 194 | 
            +
                    {
         | 
| 195 | 
            +
                      "indexed": false,
         | 
| 196 | 
            +
                      "internalType": "address",
         | 
| 197 | 
            +
                      "name": "token",
         | 
| 198 | 
            +
                      "type": "address"
         | 
| 199 | 
            +
                    },
         | 
| 200 | 
            +
                    {
         | 
| 201 | 
            +
                      "indexed": false,
         | 
| 202 | 
            +
                      "internalType": "bool",
         | 
| 203 | 
            +
                      "name": "active",
         | 
| 204 | 
            +
                      "type": "bool"
         | 
| 205 | 
            +
                    }
         | 
| 206 | 
            +
                  ],
         | 
| 207 | 
            +
                  "name": "LogTokenRegistryTokenGlobalStateSet",
         | 
| 208 | 
            +
                  "type": "event"
         | 
| 209 | 
            +
                },
         | 
| 210 | 
            +
                {
         | 
| 211 | 
            +
                  "anonymous": false,
         | 
| 212 | 
            +
                  "inputs": [
         | 
| 213 | 
            +
                    {
         | 
| 214 | 
            +
                      "indexed": false,
         | 
| 215 | 
            +
                      "internalType": "uint256",
         | 
| 216 | 
            +
                      "name": "chainId",
         | 
| 217 | 
            +
                      "type": "uint256"
         | 
| 218 | 
            +
                    },
         | 
| 219 | 
            +
                    {
         | 
| 220 | 
            +
                      "indexed": false,
         | 
| 221 | 
            +
                      "internalType": "address",
         | 
| 222 | 
            +
                      "name": "token",
         | 
| 223 | 
            +
                      "type": "address"
         | 
| 224 | 
            +
                    },
         | 
| 225 | 
            +
                    {
         | 
| 226 | 
            +
                      "indexed": false,
         | 
| 227 | 
            +
                      "internalType": "uint256",
         | 
| 228 | 
            +
                      "name": "decimals",
         | 
| 229 | 
            +
                      "type": "uint256"
         | 
| 230 | 
            +
                    },
         | 
| 231 | 
            +
                    {
         | 
| 232 | 
            +
                      "indexed": false,
         | 
| 233 | 
            +
                      "internalType": "string",
         | 
| 234 | 
            +
                      "name": "symbol",
         | 
| 235 | 
            +
                      "type": "string"
         | 
| 236 | 
            +
                    }
         | 
| 237 | 
            +
                  ],
         | 
| 238 | 
            +
                  "name": "LogTokenRegistryTokenRegistered",
         | 
| 239 | 
            +
                  "type": "event"
         | 
| 240 | 
            +
                },
         | 
| 241 | 
            +
                {
         | 
| 242 | 
            +
                  "anonymous": false,
         | 
| 243 | 
            +
                  "inputs": [
         | 
| 244 | 
            +
                    {
         | 
| 245 | 
            +
                      "indexed": false,
         | 
| 246 | 
            +
                      "internalType": "uint256",
         | 
| 247 | 
            +
                      "name": "chainId",
         | 
| 248 | 
            +
                      "type": "uint256"
         | 
| 249 | 
            +
                    },
         | 
| 250 | 
            +
                    {
         | 
| 251 | 
            +
                      "indexed": false,
         | 
| 252 | 
            +
                      "internalType": "address",
         | 
| 253 | 
            +
                      "name": "token",
         | 
| 254 | 
            +
                      "type": "address"
         | 
| 255 | 
            +
                    },
         | 
| 256 | 
            +
                    {
         | 
| 257 | 
            +
                      "indexed": false,
         | 
| 258 | 
            +
                      "internalType": "VersionPart",
         | 
| 259 | 
            +
                      "name": "majorVersion",
         | 
| 260 | 
            +
                      "type": "uint8"
         | 
| 261 | 
            +
                    },
         | 
| 262 | 
            +
                    {
         | 
| 263 | 
            +
                      "indexed": false,
         | 
| 264 | 
            +
                      "internalType": "bool",
         | 
| 265 | 
            +
                      "name": "active",
         | 
| 266 | 
            +
                      "type": "bool"
         | 
| 267 | 
            +
                    }
         | 
| 268 | 
            +
                  ],
         | 
| 269 | 
            +
                  "name": "LogTokenRegistryTokenStateSet",
         | 
| 270 | 
            +
                  "type": "event"
         | 
| 271 | 
            +
                },
         | 
| 272 | 
            +
                {
         | 
| 273 | 
            +
                  "inputs": [],
         | 
| 274 | 
            +
                  "name": "authority",
         | 
| 275 | 
            +
                  "outputs": [
         | 
| 276 | 
            +
                    {
         | 
| 277 | 
            +
                      "internalType": "address",
         | 
| 278 | 
            +
                      "name": "",
         | 
| 279 | 
            +
                      "type": "address"
         | 
| 280 | 
            +
                    }
         | 
| 281 | 
            +
                  ],
         | 
| 282 | 
            +
                  "stateMutability": "view",
         | 
| 283 | 
            +
                  "type": "function"
         | 
| 284 | 
            +
                },
         | 
| 285 | 
            +
                {
         | 
| 286 | 
            +
                  "inputs": [],
         | 
| 287 | 
            +
                  "name": "getDipToken",
         | 
| 288 | 
            +
                  "outputs": [
         | 
| 289 | 
            +
                    {
         | 
| 290 | 
            +
                      "internalType": "contract IERC20Metadata",
         | 
| 291 | 
            +
                      "name": "dipToken",
         | 
| 292 | 
            +
                      "type": "address"
         | 
| 293 | 
            +
                    }
         | 
| 294 | 
            +
                  ],
         | 
| 295 | 
            +
                  "stateMutability": "view",
         | 
| 296 | 
            +
                  "type": "function"
         | 
| 297 | 
            +
                },
         | 
| 298 | 
            +
                {
         | 
| 299 | 
            +
                  "inputs": [],
         | 
| 300 | 
            +
                  "name": "getDipTokenAddress",
         | 
| 301 | 
            +
                  "outputs": [
         | 
| 302 | 
            +
                    {
         | 
| 303 | 
            +
                      "internalType": "address",
         | 
| 304 | 
            +
                      "name": "",
         | 
| 305 | 
            +
                      "type": "address"
         | 
| 306 | 
            +
                    }
         | 
| 307 | 
            +
                  ],
         | 
| 308 | 
            +
                  "stateMutability": "view",
         | 
| 309 | 
            +
                  "type": "function"
         | 
| 310 | 
            +
                },
         | 
| 311 | 
            +
                {
         | 
| 312 | 
            +
                  "inputs": [],
         | 
| 313 | 
            +
                  "name": "getRegistry",
         | 
| 314 | 
            +
                  "outputs": [
         | 
| 315 | 
            +
                    {
         | 
| 316 | 
            +
                      "internalType": "contract IRegistry",
         | 
| 317 | 
            +
                      "name": "",
         | 
| 318 | 
            +
                      "type": "address"
         | 
| 319 | 
            +
                    }
         | 
| 320 | 
            +
                  ],
         | 
| 321 | 
            +
                  "stateMutability": "view",
         | 
| 322 | 
            +
                  "type": "function"
         | 
| 323 | 
            +
                },
         | 
| 324 | 
            +
                {
         | 
| 325 | 
            +
                  "inputs": [
         | 
| 326 | 
            +
                    {
         | 
| 327 | 
            +
                      "internalType": "uint256",
         | 
| 328 | 
            +
                      "name": "idx",
         | 
| 329 | 
            +
                      "type": "uint256"
         | 
| 330 | 
            +
                    }
         | 
| 331 | 
            +
                  ],
         | 
| 332 | 
            +
                  "name": "getTokenInfo",
         | 
| 333 | 
            +
                  "outputs": [
         | 
| 334 | 
            +
                    {
         | 
| 335 | 
            +
                      "components": [
         | 
| 336 | 
            +
                        {
         | 
| 337 | 
            +
                          "internalType": "uint256",
         | 
| 338 | 
            +
                          "name": "chainId",
         | 
| 339 | 
            +
                          "type": "uint256"
         | 
| 340 | 
            +
                        },
         | 
| 341 | 
            +
                        {
         | 
| 342 | 
            +
                          "internalType": "address",
         | 
| 343 | 
            +
                          "name": "token",
         | 
| 344 | 
            +
                          "type": "address"
         | 
| 345 | 
            +
                        },
         | 
| 346 | 
            +
                        {
         | 
| 347 | 
            +
                          "internalType": "uint8",
         | 
| 348 | 
            +
                          "name": "decimals",
         | 
| 349 | 
            +
                          "type": "uint8"
         | 
| 350 | 
            +
                        },
         | 
| 351 | 
            +
                        {
         | 
| 352 | 
            +
                          "internalType": "string",
         | 
| 353 | 
            +
                          "name": "symbol",
         | 
| 354 | 
            +
                          "type": "string"
         | 
| 355 | 
            +
                        },
         | 
| 356 | 
            +
                        {
         | 
| 357 | 
            +
                          "internalType": "bool",
         | 
| 358 | 
            +
                          "name": "active",
         | 
| 359 | 
            +
                          "type": "bool"
         | 
| 360 | 
            +
                        }
         | 
| 361 | 
            +
                      ],
         | 
| 362 | 
            +
                      "internalType": "struct TokenRegistry.TokenInfo",
         | 
| 363 | 
            +
                      "name": "tokenInfo",
         | 
| 364 | 
            +
                      "type": "tuple"
         | 
| 365 | 
            +
                    }
         | 
| 366 | 
            +
                  ],
         | 
| 367 | 
            +
                  "stateMutability": "view",
         | 
| 368 | 
            +
                  "type": "function"
         | 
| 369 | 
            +
                },
         | 
| 370 | 
            +
                {
         | 
| 371 | 
            +
                  "inputs": [
         | 
| 372 | 
            +
                    {
         | 
| 373 | 
            +
                      "internalType": "uint256",
         | 
| 374 | 
            +
                      "name": "chainId",
         | 
| 375 | 
            +
                      "type": "uint256"
         | 
| 376 | 
            +
                    },
         | 
| 377 | 
            +
                    {
         | 
| 378 | 
            +
                      "internalType": "address",
         | 
| 379 | 
            +
                      "name": "token",
         | 
| 380 | 
            +
                      "type": "address"
         | 
| 381 | 
            +
                    }
         | 
| 382 | 
            +
                  ],
         | 
| 383 | 
            +
                  "name": "getTokenInfo",
         | 
| 384 | 
            +
                  "outputs": [
         | 
| 385 | 
            +
                    {
         | 
| 386 | 
            +
                      "components": [
         | 
| 387 | 
            +
                        {
         | 
| 388 | 
            +
                          "internalType": "uint256",
         | 
| 389 | 
            +
                          "name": "chainId",
         | 
| 390 | 
            +
                          "type": "uint256"
         | 
| 391 | 
            +
                        },
         | 
| 392 | 
            +
                        {
         | 
| 393 | 
            +
                          "internalType": "address",
         | 
| 394 | 
            +
                          "name": "token",
         | 
| 395 | 
            +
                          "type": "address"
         | 
| 396 | 
            +
                        },
         | 
| 397 | 
            +
                        {
         | 
| 398 | 
            +
                          "internalType": "uint8",
         | 
| 399 | 
            +
                          "name": "decimals",
         | 
| 400 | 
            +
                          "type": "uint8"
         | 
| 401 | 
            +
                        },
         | 
| 402 | 
            +
                        {
         | 
| 403 | 
            +
                          "internalType": "string",
         | 
| 404 | 
            +
                          "name": "symbol",
         | 
| 405 | 
            +
                          "type": "string"
         | 
| 406 | 
            +
                        },
         | 
| 407 | 
            +
                        {
         | 
| 408 | 
            +
                          "internalType": "bool",
         | 
| 409 | 
            +
                          "name": "active",
         | 
| 410 | 
            +
                          "type": "bool"
         | 
| 411 | 
            +
                        }
         | 
| 412 | 
            +
                      ],
         | 
| 413 | 
            +
                      "internalType": "struct TokenRegistry.TokenInfo",
         | 
| 414 | 
            +
                      "name": "tokenInfo",
         | 
| 415 | 
            +
                      "type": "tuple"
         | 
| 416 | 
            +
                    }
         | 
| 417 | 
            +
                  ],
         | 
| 418 | 
            +
                  "stateMutability": "view",
         | 
| 419 | 
            +
                  "type": "function"
         | 
| 420 | 
            +
                },
         | 
| 421 | 
            +
                {
         | 
| 422 | 
            +
                  "inputs": [
         | 
| 423 | 
            +
                    {
         | 
| 424 | 
            +
                      "internalType": "uint256",
         | 
| 425 | 
            +
                      "name": "chainId",
         | 
| 426 | 
            +
                      "type": "uint256"
         | 
| 427 | 
            +
                    },
         | 
| 428 | 
            +
                    {
         | 
| 429 | 
            +
                      "internalType": "address",
         | 
| 430 | 
            +
                      "name": "token",
         | 
| 431 | 
            +
                      "type": "address"
         | 
| 432 | 
            +
                    },
         | 
| 433 | 
            +
                    {
         | 
| 434 | 
            +
                      "internalType": "VersionPart",
         | 
| 435 | 
            +
                      "name": "majorVersion",
         | 
| 436 | 
            +
                      "type": "uint8"
         | 
| 437 | 
            +
                    }
         | 
| 438 | 
            +
                  ],
         | 
| 439 | 
            +
                  "name": "isActive",
         | 
| 440 | 
            +
                  "outputs": [
         | 
| 441 | 
            +
                    {
         | 
| 442 | 
            +
                      "internalType": "bool",
         | 
| 443 | 
            +
                      "name": "",
         | 
| 444 | 
            +
                      "type": "bool"
         | 
| 445 | 
            +
                    }
         | 
| 446 | 
            +
                  ],
         | 
| 447 | 
            +
                  "stateMutability": "view",
         | 
| 448 | 
            +
                  "type": "function"
         | 
| 449 | 
            +
                },
         | 
| 450 | 
            +
                {
         | 
| 451 | 
            +
                  "inputs": [],
         | 
| 452 | 
            +
                  "name": "isConsumingScheduledOp",
         | 
| 453 | 
            +
                  "outputs": [
         | 
| 454 | 
            +
                    {
         | 
| 455 | 
            +
                      "internalType": "bytes4",
         | 
| 456 | 
            +
                      "name": "",
         | 
| 457 | 
            +
                      "type": "bytes4"
         | 
| 458 | 
            +
                    }
         | 
| 459 | 
            +
                  ],
         | 
| 460 | 
            +
                  "stateMutability": "view",
         | 
| 461 | 
            +
                  "type": "function"
         | 
| 462 | 
            +
                },
         | 
| 463 | 
            +
                {
         | 
| 464 | 
            +
                  "inputs": [
         | 
| 465 | 
            +
                    {
         | 
| 466 | 
            +
                      "internalType": "uint256",
         | 
| 467 | 
            +
                      "name": "chainId",
         | 
| 468 | 
            +
                      "type": "uint256"
         | 
| 469 | 
            +
                    },
         | 
| 470 | 
            +
                    {
         | 
| 471 | 
            +
                      "internalType": "address",
         | 
| 472 | 
            +
                      "name": "token",
         | 
| 473 | 
            +
                      "type": "address"
         | 
| 474 | 
            +
                    }
         | 
| 475 | 
            +
                  ],
         | 
| 476 | 
            +
                  "name": "isRegistered",
         | 
| 477 | 
            +
                  "outputs": [
         | 
| 478 | 
            +
                    {
         | 
| 479 | 
            +
                      "internalType": "bool",
         | 
| 480 | 
            +
                      "name": "",
         | 
| 481 | 
            +
                      "type": "bool"
         | 
| 482 | 
            +
                    }
         | 
| 483 | 
            +
                  ],
         | 
| 484 | 
            +
                  "stateMutability": "view",
         | 
| 485 | 
            +
                  "type": "function"
         | 
| 486 | 
            +
                },
         | 
| 487 | 
            +
                {
         | 
| 488 | 
            +
                  "inputs": [
         | 
| 489 | 
            +
                    {
         | 
| 490 | 
            +
                      "internalType": "uint256",
         | 
| 491 | 
            +
                      "name": "chainId",
         | 
| 492 | 
            +
                      "type": "uint256"
         | 
| 493 | 
            +
                    },
         | 
| 494 | 
            +
                    {
         | 
| 495 | 
            +
                      "internalType": "address",
         | 
| 496 | 
            +
                      "name": "token",
         | 
| 497 | 
            +
                      "type": "address"
         | 
| 498 | 
            +
                    },
         | 
| 499 | 
            +
                    {
         | 
| 500 | 
            +
                      "internalType": "uint8",
         | 
| 501 | 
            +
                      "name": "decimals",
         | 
| 502 | 
            +
                      "type": "uint8"
         | 
| 503 | 
            +
                    },
         | 
| 504 | 
            +
                    {
         | 
| 505 | 
            +
                      "internalType": "string",
         | 
| 506 | 
            +
                      "name": "symbol",
         | 
| 507 | 
            +
                      "type": "string"
         | 
| 508 | 
            +
                    }
         | 
| 509 | 
            +
                  ],
         | 
| 510 | 
            +
                  "name": "registerRemoteToken",
         | 
| 511 | 
            +
                  "outputs": [],
         | 
| 512 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 513 | 
            +
                  "type": "function"
         | 
| 514 | 
            +
                },
         | 
| 515 | 
            +
                {
         | 
| 516 | 
            +
                  "inputs": [
         | 
| 517 | 
            +
                    {
         | 
| 518 | 
            +
                      "internalType": "address",
         | 
| 519 | 
            +
                      "name": "tokenAddress",
         | 
| 520 | 
            +
                      "type": "address"
         | 
| 521 | 
            +
                    }
         | 
| 522 | 
            +
                  ],
         | 
| 523 | 
            +
                  "name": "registerToken",
         | 
| 524 | 
            +
                  "outputs": [],
         | 
| 525 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 526 | 
            +
                  "type": "function"
         | 
| 527 | 
            +
                },
         | 
| 528 | 
            +
                {
         | 
| 529 | 
            +
                  "inputs": [
         | 
| 530 | 
            +
                    {
         | 
| 531 | 
            +
                      "internalType": "uint256",
         | 
| 532 | 
            +
                      "name": "chainId",
         | 
| 533 | 
            +
                      "type": "uint256"
         | 
| 534 | 
            +
                    },
         | 
| 535 | 
            +
                    {
         | 
| 536 | 
            +
                      "internalType": "address",
         | 
| 537 | 
            +
                      "name": "token",
         | 
| 538 | 
            +
                      "type": "address"
         | 
| 539 | 
            +
                    },
         | 
| 540 | 
            +
                    {
         | 
| 541 | 
            +
                      "internalType": "bool",
         | 
| 542 | 
            +
                      "name": "active",
         | 
| 543 | 
            +
                      "type": "bool"
         | 
| 544 | 
            +
                    }
         | 
| 545 | 
            +
                  ],
         | 
| 546 | 
            +
                  "name": "setActive",
         | 
| 547 | 
            +
                  "outputs": [],
         | 
| 548 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 549 | 
            +
                  "type": "function"
         | 
| 550 | 
            +
                },
         | 
| 551 | 
            +
                {
         | 
| 552 | 
            +
                  "inputs": [
         | 
| 553 | 
            +
                    {
         | 
| 554 | 
            +
                      "internalType": "uint256",
         | 
| 555 | 
            +
                      "name": "chainId",
         | 
| 556 | 
            +
                      "type": "uint256"
         | 
| 557 | 
            +
                    },
         | 
| 558 | 
            +
                    {
         | 
| 559 | 
            +
                      "internalType": "address",
         | 
| 560 | 
            +
                      "name": "token",
         | 
| 561 | 
            +
                      "type": "address"
         | 
| 562 | 
            +
                    },
         | 
| 563 | 
            +
                    {
         | 
| 564 | 
            +
                      "internalType": "VersionPart",
         | 
| 565 | 
            +
                      "name": "majorVersion",
         | 
| 566 | 
            +
                      "type": "uint8"
         | 
| 567 | 
            +
                    },
         | 
| 568 | 
            +
                    {
         | 
| 569 | 
            +
                      "internalType": "bool",
         | 
| 570 | 
            +
                      "name": "active",
         | 
| 571 | 
            +
                      "type": "bool"
         | 
| 572 | 
            +
                    }
         | 
| 573 | 
            +
                  ],
         | 
| 574 | 
            +
                  "name": "setActiveForVersion",
         | 
| 575 | 
            +
                  "outputs": [],
         | 
| 576 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 577 | 
            +
                  "type": "function"
         | 
| 578 | 
            +
                },
         | 
| 579 | 
            +
                {
         | 
| 580 | 
            +
                  "inputs": [
         | 
| 581 | 
            +
                    {
         | 
| 582 | 
            +
                      "internalType": "uint256",
         | 
| 583 | 
            +
                      "name": "chainId",
         | 
| 584 | 
            +
                      "type": "uint256"
         | 
| 585 | 
            +
                    },
         | 
| 586 | 
            +
                    {
         | 
| 587 | 
            +
                      "internalType": "address",
         | 
| 588 | 
            +
                      "name": "token",
         | 
| 589 | 
            +
                      "type": "address"
         | 
| 590 | 
            +
                    },
         | 
| 591 | 
            +
                    {
         | 
| 592 | 
            +
                      "internalType": "VersionPart",
         | 
| 593 | 
            +
                      "name": "majorVersion",
         | 
| 594 | 
            +
                      "type": "uint8"
         | 
| 595 | 
            +
                    },
         | 
| 596 | 
            +
                    {
         | 
| 597 | 
            +
                      "internalType": "bool",
         | 
| 598 | 
            +
                      "name": "active",
         | 
| 599 | 
            +
                      "type": "bool"
         | 
| 600 | 
            +
                    },
         | 
| 601 | 
            +
                    {
         | 
| 602 | 
            +
                      "internalType": "bool",
         | 
| 603 | 
            +
                      "name": "enforceVersionCheck",
         | 
| 604 | 
            +
                      "type": "bool"
         | 
| 605 | 
            +
                    }
         | 
| 606 | 
            +
                  ],
         | 
| 607 | 
            +
                  "name": "setActiveWithVersionCheck",
         | 
| 608 | 
            +
                  "outputs": [],
         | 
| 609 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 610 | 
            +
                  "type": "function"
         | 
| 611 | 
            +
                },
         | 
| 612 | 
            +
                {
         | 
| 613 | 
            +
                  "inputs": [
         | 
| 614 | 
            +
                    {
         | 
| 615 | 
            +
                      "internalType": "address",
         | 
| 616 | 
            +
                      "name": "newAuthority",
         | 
| 617 | 
            +
                      "type": "address"
         | 
| 618 | 
            +
                    }
         | 
| 619 | 
            +
                  ],
         | 
| 620 | 
            +
                  "name": "setAuthority",
         | 
| 621 | 
            +
                  "outputs": [],
         | 
| 622 | 
            +
                  "stateMutability": "nonpayable",
         | 
| 623 | 
            +
                  "type": "function"
         | 
| 624 | 
            +
                },
         | 
| 625 | 
            +
                {
         | 
| 626 | 
            +
                  "inputs": [],
         | 
| 627 | 
            +
                  "name": "tokens",
         | 
| 628 | 
            +
                  "outputs": [
         | 
| 629 | 
            +
                    {
         | 
| 630 | 
            +
                      "internalType": "uint256",
         | 
| 631 | 
            +
                      "name": "",
         | 
| 632 | 
            +
                      "type": "uint256"
         | 
| 633 | 
            +
                    }
         | 
| 634 | 
            +
                  ],
         | 
| 635 | 
            +
                  "stateMutability": "view",
         | 
| 636 | 
            +
                  "type": "function"
         | 
| 637 | 
            +
                }
         | 
| 638 | 
            +
              ],
         | 
| 639 | 
            +
              "bytecode": "0x608060405234801561000f575f80fd5b50604051611fb3380380611fb383398101604081905261002e91610579565b336100388161021c565b505f826001600160a01b0316632de837e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610076573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061009a91906105b1565b6001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156100d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100f991906105b1565b90506101048161026f565b600480546001600160a01b038086166001600160a01b0319928316178355600680549186169190921681179091556040805163313ce56760e01b8152905146936102139385939092839263313ce567928082019260209290918290030181865afa158015610174573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061019891906105d3565b60065f9054906101000a90046001600160a01b03166001600160a01b03166395d89b416040518163ffffffff1660e01b81526004015f60405180830381865afa1580156101e7573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261020e9190810190610607565b6102ec565b5050505061084a565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b5f5433906001600160a01b031681146102aa5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f036102df576040516361798f2f60e11b81526001600160a01b03831660048201526024016102a1565b6102e88261021c565b5050565b5f8481526001602090815260408083206001600160a01b03871684529091529020541561033e576040516305f5150b60e11b8152600481018590526001600160a01b03841660248201526044016102a1565b835f0361035e57604051634998330760e01b815260040160405180910390fd5b6001600160a01b0383166103855760405163dad20a1560e01b815260040160405180910390fd5b6040805160a0810182528581526001600160a01b03808616602080840182815260ff808916868801908152606087018981526001608089018190525f8e81528187528a8120978152969095529790942086518155915192820180549451909116600160a01b026001600160a81b0319909416929094169190911791909117909155915190918291600282019061041b908261073b565b50608091909101516003918201805491151560ff1990921691909117905580546001810182555f91909152815160049091027fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b810191825560208301517fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85c82018054604086015160ff16600160a01b026001600160a81b03199091166001600160a01b039093169290921791909117905560608301518392917fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85d0190610501908261073b565b50608091909101516003909101805460ff19169115159190911790556040517fbc359a9240eeacbce8ce70b4afa8a563cf60b7707c55488668a72ab78d45f46c906105539087908790879087906107f5565b60405180910390a15050505050565b6001600160a01b0381168114610576575f80fd5b50565b5f806040838503121561058a575f80fd5b825161059581610562565b60208401519092506105a681610562565b809150509250929050565b5f602082840312156105c1575f80fd5b81516105cc81610562565b9392505050565b5f602082840312156105e3575f80fd5b815160ff811681146105cc575f80fd5b634e487b7160e01b5f52604160045260245ffd5b5f60208284031215610617575f80fd5b81516001600160401b0381111561062c575f80fd5b8201601f8101841361063c575f80fd5b80516001600160401b03811115610655576106556105f3565b604051601f8201601f19908116603f011681016001600160401b0381118282101715610683576106836105f3565b60405281815282820160200186101561069a575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b600181811c908216806106cb57607f821691505b6020821081036106e957634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561073657805f5260205f20601f840160051c810160208510156107145750805b601f840160051c820191505b81811015610733575f8155600101610720565b50505b505050565b81516001600160401b03811115610754576107546105f3565b6107688161076284546106b7565b846106ef565b6020601f82116001811461079a575f83156107835750848201515b5f19600385901b1c1916600184901b178455610733565b5f84815260208120601f198516915b828110156107c957878501518255602094850194600190920191016107a9565b50848210156107e657868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b84815260018060a01b038416602082015260ff83166040820152608060608201525f8251806080840152806020850160a085015e5f60a0828501015260a0601f19601f83011684010191505095945050505050565b61175c806108575f395ff3fe608060405234801561000f575f80fd5b50600436106100fb575f3560e01c8063900dc67e11610093578063bf7e214f11610063578063bf7e214f14610223578063ce541b1a14610233578063f11bcbe7146101ff578063f16ddea114610246575f80fd5b8063900dc67e146101cb5780639d63848a146101ee578063b201f709146101ff578063b81f6e1814610210575f80fd5b80636f15f70e116100ce5780636f15f70e146101645780637a9e5e4b146101775780638c7a63ae1461018a5780638fb36037146101aa575f80fd5b806309824a80146100ff57806312cbf5ae146101145780635ab1bd53146101275780635fa4428d14610151575b5f80fd5b61011261010d3660046110b7565b610259565b005b6101126101223660046110e0565b610341565b6004546001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b61011261015f366004611197565b610407565b61011261017236600461123d565b610454565b6101126101853660046110b7565b6104ae565b61019d61019836600461128b565b610522565b60405161014891906112d0565b6101b2610653565b6040516001600160e01b03199091168152602001610148565b6101de6101d936600461132c565b610675565b6040519015158152602001610148565b600354604051908152602001610148565b6006546001600160a01b0316610134565b6101de61021e36600461135e565b6106e0565b5f546001600160a01b0316610134565b61019d61024136600461135e565b610709565b610112610254366004611388565b610832565b610265335b5f3661088c565b5f61026f82610982565b905061033d4683836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102d691906113ea565b846001600160a01b03166395d89b416040518163ffffffff1660e01b81526004015f60405180830381865afa158015610311573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526103389190810190611405565b6109fe565b5050565b61034a3361025e565b828261035682826106e0565b61038a57604051636cf1a9b160e11b8152600481018390526001600160a01b03821660248201526044015b60405180910390fd5b5f8581526001602090815260408083206001600160a01b03881680855290835292819020600301805460ff19168715159081179091558151898152928301939093528101919091527f998e9967081cdb11d1007110a1611f9bb752d305302533e60900f57faf1748d2906060015b60405180910390a15050505050565b6104103361025e565b46840361044257604051636982572f60e01b8152600481018590526001600160a01b0384166024820152604401610381565b61044e848484846109fe565b50505050565b61045d3361025e565b838361046982826106e0565b61049857604051636cf1a9b160e11b8152600481018390526001600160a01b0382166024820152604401610381565b6104a6868686866001610c4d565b505050505050565b5f5433906001600160a01b031681146104e45760405162d1953b60e31b81526001600160a01b0382166004820152602401610381565b816001600160a01b03163b5f03610519576040516361798f2f60e11b81526001600160a01b0383166004820152602401610381565b61033d82610df1565b6040805160a0810182525f8082526020820181905291810182905260608082015260808101919091526003828154811061055e5761055e61147a565b5f9182526020918290206040805160a0810182526004939093029091018054835260018101546001600160a01b03811694840194909452600160a01b90930460ff16908201526002820180549192916060840191906105bc9061148e565b80601f01602080910402602001604051908101604052809291908181526020018280546105e89061148e565b80156106335780601f1061060a57610100808354040283529160200191610633565b820191905f5260205f20905b81548152906001019060200180831161061657829003601f168201915b50505091835250506003919091015460ff16151560209091015292915050565b5f8054600160a01b900460ff1661066957505f90565b50638fb3603760e01b90565b5f8381526001602090815260408083206001600160a01b038616845290915281206003015460ff166106a857505f6106d9565b505f8381526002602090815260408083206001600160a01b0386168452825280832060ff8086168552925290912054165b9392505050565b5f9182526001602090815260408084206001600160a01b03939093168452919052902054151590565b6040805160a0810182525f8082526020820181905291810182905260608082015260808101919091525f8381526001602081815260408084206001600160a01b03878116865290835293819020815160a081018352815481529381015494851692840192909252600160a01b90930460ff169282019290925260028201805491929160608401919061079a9061148e565b80601f01602080910402602001604051908101604052809291908181526020018280546107c69061148e565b80156108115780601f106107e857610100808354040283529160200191610811565b820191905f5260205f20905b8154815290600101906020018083116107f457829003601f168201915b50505091835250506003919091015460ff1615156020909101529392505050565b61083b3361025e565b848461084782826106e0565b61087657604051636cf1a9b160e11b8152600481018390526001600160a01b0382166024820152604401610381565b6108838787878787610c4d565b50505050505050565b5f806108bf6108a25f546001600160a01b031690565b86306108b160045f898b6114c0565b6108ba916114e7565b610e44565b915091508161097b5763ffffffff811615610958575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee906109199088908890889060040161151f565b5f604051808303815f87803b158015610930575f80fd5b505af1158015610942573d5f803e3d5ffd5b50505f805460ff60a01b191690555061097b9050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610381565b5050505050565b80466001600160a01b0382163b5f036109c05760405163025558af60e11b8152600481018290526001600160a01b0384166024820152604401610381565b6109c982610f4c565b6109f857604051633e9a49c360e01b8152600481018290526001600160a01b0384166024820152604401610381565b50919050565b610a0884846106e0565b15610a38576040516305f5150b60e11b8152600481018590526001600160a01b0384166024820152604401610381565b835f03610a5857604051634998330760e01b815260040160405180910390fd5b6001600160a01b038316610a7f5760405163dad20a1560e01b815260040160405180910390fd5b6040805160a0810182528581526001600160a01b03808616602080840182815260ff808916868801908152606087018981526001608089018190525f8e81528187528a8120978152969095529790942086518155915192820180549451909116600160a01b026001600160a81b03199094169290941691909117919091179091559151909182916002820190610b1590826115a7565b50608091909101516003918201805491151560ff1990921691909117905580546001810182555f91909152815160049091027fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b810191825560208301517fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85c82018054604086015160ff16600160a01b026001600160a81b03199091166001600160a01b039093169290921791909117905560608301518392917fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85d0190610bfb90826115a7565b50608091909101516003909101805460ff19169115159190911790556040517fbc359a9240eeacbce8ce70b4afa8a563cf60b7707c55488668a72ab78d45f46c906103f8908790879087908790611662565b8015610d6c57604051632b10f60d60e21b815260ff841660048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610ca5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc9919061169e565b9050610cdd6004546001600160a01b031690565b6040516308f6e75560e11b815260ff861660048201526001600160a01b0391909116906311edceaa90602401602060405180830381865afa158015610d24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4891906116b5565b610d6a57604051639d56678360e01b815260ff85166004820152602401610381565b505b5f8581526002602090815260408083206001600160a01b03881680855290835281842060ff881680865290845293829020805460ff191687151590811790915582518a8152938401919091529082019290925260608101919091527f015d9882728d7e5451123d8a8187ea813d2fcc2fcf588ecb4a8f4ed35b5903f1906080016103f8565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251610eb291906116d0565b5f60405180830381855afa9150503d805f8114610eea576040519150601f19603f3d011682016040523d82523d5f602084013e610eef565b606091505b50915091508115610f41576040815110610f215780806020019051810190610f1791906116e6565b9094509250610f41565b6020815110610f415780806020019051810190610f3e91906116b5565b93505b505094509492505050565b5f816001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610fa7575060408051601f3d908101601f19168201909252610fa49181019061169e565b60015b610fb257505f919050565b506040516370a0823160e01b8152600160048201526001600160a01b038316906370a0823190602401602060405180830381865afa925050508015611014575060408051601f3d908101601f191682019092526110119181019061169e565b60015b61101f57505f919050565b50604051636eb1769f60e11b815260016004820152600260248201526001600160a01b0383169063dd62ed3e90604401602060405180830381865afa925050508015611088575060408051601f3d908101601f191682019092526110859181019061169e565b60015b61109357505f919050565b50506001919050565b80356001600160a01b03811681146110b2575f80fd5b919050565b5f602082840312156110c7575f80fd5b6106d98261109c565b80151581146110dd575f80fd5b50565b5f805f606084860312156110f2575f80fd5b833592506111026020850161109c565b91506040840135611112816110d0565b809150509250925092565b60ff811681146110dd575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111685761116861112b565b604052919050565b5f67ffffffffffffffff8211156111895761118961112b565b50601f01601f191660200190565b5f805f80608085870312156111aa575f80fd5b843593506111ba6020860161109c565b925060408501356111ca8161111d565b9150606085013567ffffffffffffffff8111156111e5575f80fd5b8501601f810187136111f5575f80fd5b803561120861120382611170565b61113f565b81815288602083850101111561121c575f80fd5b816020840160208301375f6020838301015280935050505092959194509250565b5f805f8060808587031215611250575f80fd5b843593506112606020860161109c565b925060408501356112708161111d565b91506060850135611280816110d0565b939692955090935050565b5f6020828403121561129b575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081528151602082015260018060a01b03602083015116604082015260ff60408301511660608201525f606083015160a0608084015261131460c08401826112a2565b90506080840151151560a08401528091505092915050565b5f805f6060848603121561133e575f80fd5b8335925061134e6020850161109c565b915060408401356111128161111d565b5f806040838503121561136f575f80fd5b8235915061137f6020840161109c565b90509250929050565b5f805f805f60a0868803121561139c575f80fd5b853594506113ac6020870161109c565b935060408601356113bc8161111d565b925060608601356113cc816110d0565b915060808601356113dc816110d0565b809150509295509295909350565b5f602082840312156113fa575f80fd5b81516106d98161111d565b5f60208284031215611415575f80fd5b815167ffffffffffffffff81111561142b575f80fd5b8201601f8101841361143b575f80fd5b805161144961120382611170565b81815285602083850101111561145d575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b634e487b7160e01b5f52603260045260245ffd5b600181811c908216806114a257607f821691505b6020821081036109f857634e487b7160e01b5f52602260045260245ffd5b5f80858511156114ce575f80fd5b838611156114da575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611518576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f8211156115a257805f5260205f20601f840160051c810160208510156115835750805b601f840160051c820191505b8181101561097b575f815560010161158f565b505050565b815167ffffffffffffffff8111156115c1576115c161112b565b6115d5816115cf845461148e565b8461155e565b6020601f821160018114611607575f83156115f05750848201515b5f19600385901b1c1916600184901b17845561097b565b5f84815260208120601f198516915b828110156116365787850151825560209485019460019092019101611616565b508482101561165357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b8481526001600160a01b038416602082015260ff831660408201526080606082018190525f90611694908301846112a2565b9695505050505050565b5f602082840312156116ae575f80fd5b5051919050565b5f602082840312156116c5575f80fd5b81516106d9816110d0565b5f82518060208501845e5f920191825250919050565b5f80604083850312156116f7575f80fd5b8251611702816110d0565b602084015190925063ffffffff8116811461171b575f80fd5b80915050925092905056fea2646970667358221220db94673063ff4e3a9240f77ce19b30b4cca5e1edbe65e0d3033dd0c513107abd64736f6c634300081a0033",
         | 
| 640 | 
            +
              "deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106100fb575f3560e01c8063900dc67e11610093578063bf7e214f11610063578063bf7e214f14610223578063ce541b1a14610233578063f11bcbe7146101ff578063f16ddea114610246575f80fd5b8063900dc67e146101cb5780639d63848a146101ee578063b201f709146101ff578063b81f6e1814610210575f80fd5b80636f15f70e116100ce5780636f15f70e146101645780637a9e5e4b146101775780638c7a63ae1461018a5780638fb36037146101aa575f80fd5b806309824a80146100ff57806312cbf5ae146101145780635ab1bd53146101275780635fa4428d14610151575b5f80fd5b61011261010d3660046110b7565b610259565b005b6101126101223660046110e0565b610341565b6004546001600160a01b03165b6040516001600160a01b0390911681526020015b60405180910390f35b61011261015f366004611197565b610407565b61011261017236600461123d565b610454565b6101126101853660046110b7565b6104ae565b61019d61019836600461128b565b610522565b60405161014891906112d0565b6101b2610653565b6040516001600160e01b03199091168152602001610148565b6101de6101d936600461132c565b610675565b6040519015158152602001610148565b600354604051908152602001610148565b6006546001600160a01b0316610134565b6101de61021e36600461135e565b6106e0565b5f546001600160a01b0316610134565b61019d61024136600461135e565b610709565b610112610254366004611388565b610832565b610265335b5f3661088c565b5f61026f82610982565b905061033d4683836001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156102b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102d691906113ea565b846001600160a01b03166395d89b416040518163ffffffff1660e01b81526004015f60405180830381865afa158015610311573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526103389190810190611405565b6109fe565b5050565b61034a3361025e565b828261035682826106e0565b61038a57604051636cf1a9b160e11b8152600481018390526001600160a01b03821660248201526044015b60405180910390fd5b5f8581526001602090815260408083206001600160a01b03881680855290835292819020600301805460ff19168715159081179091558151898152928301939093528101919091527f998e9967081cdb11d1007110a1611f9bb752d305302533e60900f57faf1748d2906060015b60405180910390a15050505050565b6104103361025e565b46840361044257604051636982572f60e01b8152600481018590526001600160a01b0384166024820152604401610381565b61044e848484846109fe565b50505050565b61045d3361025e565b838361046982826106e0565b61049857604051636cf1a9b160e11b8152600481018390526001600160a01b0382166024820152604401610381565b6104a6868686866001610c4d565b505050505050565b5f5433906001600160a01b031681146104e45760405162d1953b60e31b81526001600160a01b0382166004820152602401610381565b816001600160a01b03163b5f03610519576040516361798f2f60e11b81526001600160a01b0383166004820152602401610381565b61033d82610df1565b6040805160a0810182525f8082526020820181905291810182905260608082015260808101919091526003828154811061055e5761055e61147a565b5f9182526020918290206040805160a0810182526004939093029091018054835260018101546001600160a01b03811694840194909452600160a01b90930460ff16908201526002820180549192916060840191906105bc9061148e565b80601f01602080910402602001604051908101604052809291908181526020018280546105e89061148e565b80156106335780601f1061060a57610100808354040283529160200191610633565b820191905f5260205f20905b81548152906001019060200180831161061657829003601f168201915b50505091835250506003919091015460ff16151560209091015292915050565b5f8054600160a01b900460ff1661066957505f90565b50638fb3603760e01b90565b5f8381526001602090815260408083206001600160a01b038616845290915281206003015460ff166106a857505f6106d9565b505f8381526002602090815260408083206001600160a01b0386168452825280832060ff8086168552925290912054165b9392505050565b5f9182526001602090815260408084206001600160a01b03939093168452919052902054151590565b6040805160a0810182525f8082526020820181905291810182905260608082015260808101919091525f8381526001602081815260408084206001600160a01b03878116865290835293819020815160a081018352815481529381015494851692840192909252600160a01b90930460ff169282019290925260028201805491929160608401919061079a9061148e565b80601f01602080910402602001604051908101604052809291908181526020018280546107c69061148e565b80156108115780601f106107e857610100808354040283529160200191610811565b820191905f5260205f20905b8154815290600101906020018083116107f457829003601f168201915b50505091835250506003919091015460ff1615156020909101529392505050565b61083b3361025e565b848461084782826106e0565b61087657604051636cf1a9b160e11b8152600481018390526001600160a01b0382166024820152604401610381565b6108838787878787610c4d565b50505050505050565b5f806108bf6108a25f546001600160a01b031690565b86306108b160045f898b6114c0565b6108ba916114e7565b610e44565b915091508161097b5763ffffffff811615610958575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee906109199088908890889060040161151f565b5f604051808303815f87803b158015610930575f80fd5b505af1158015610942573d5f803e3d5ffd5b50505f805460ff60a01b191690555061097b9050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610381565b5050505050565b80466001600160a01b0382163b5f036109c05760405163025558af60e11b8152600481018290526001600160a01b0384166024820152604401610381565b6109c982610f4c565b6109f857604051633e9a49c360e01b8152600481018290526001600160a01b0384166024820152604401610381565b50919050565b610a0884846106e0565b15610a38576040516305f5150b60e11b8152600481018590526001600160a01b0384166024820152604401610381565b835f03610a5857604051634998330760e01b815260040160405180910390fd5b6001600160a01b038316610a7f5760405163dad20a1560e01b815260040160405180910390fd5b6040805160a0810182528581526001600160a01b03808616602080840182815260ff808916868801908152606087018981526001608089018190525f8e81528187528a8120978152969095529790942086518155915192820180549451909116600160a01b026001600160a81b03199094169290941691909117919091179091559151909182916002820190610b1590826115a7565b50608091909101516003918201805491151560ff1990921691909117905580546001810182555f91909152815160049091027fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b810191825560208301517fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85c82018054604086015160ff16600160a01b026001600160a81b03199091166001600160a01b039093169290921791909117905560608301518392917fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85d0190610bfb90826115a7565b50608091909101516003909101805460ff19169115159190911790556040517fbc359a9240eeacbce8ce70b4afa8a563cf60b7707c55488668a72ab78d45f46c906103f8908790879087908790611662565b8015610d6c57604051632b10f60d60e21b815260ff841660048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__9063ac43d83490602401602060405180830381865af4158015610ca5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc9919061169e565b9050610cdd6004546001600160a01b031690565b6040516308f6e75560e11b815260ff861660048201526001600160a01b0391909116906311edceaa90602401602060405180830381865afa158015610d24573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d4891906116b5565b610d6a57604051639d56678360e01b815260ff85166004820152602401610381565b505b5f8581526002602090815260408083206001600160a01b03881680855290835281842060ff881680865290845293829020805460ff191687151590811790915582518a8152938401919091529082019290925260608101919091527f015d9882728d7e5451123d8a8187ea813d2fcc2fcf588ecb4a8f4ed35b5903f1906080016103f8565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251610eb291906116d0565b5f60405180830381855afa9150503d805f8114610eea576040519150601f19603f3d011682016040523d82523d5f602084013e610eef565b606091505b50915091508115610f41576040815110610f215780806020019051810190610f1791906116e6565b9094509250610f41565b6020815110610f415780806020019051810190610f3e91906116b5565b93505b505094509492505050565b5f816001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015610fa7575060408051601f3d908101601f19168201909252610fa49181019061169e565b60015b610fb257505f919050565b506040516370a0823160e01b8152600160048201526001600160a01b038316906370a0823190602401602060405180830381865afa925050508015611014575060408051601f3d908101601f191682019092526110119181019061169e565b60015b61101f57505f919050565b50604051636eb1769f60e11b815260016004820152600260248201526001600160a01b0383169063dd62ed3e90604401602060405180830381865afa925050508015611088575060408051601f3d908101601f191682019092526110859181019061169e565b60015b61109357505f919050565b50506001919050565b80356001600160a01b03811681146110b2575f80fd5b919050565b5f602082840312156110c7575f80fd5b6106d98261109c565b80151581146110dd575f80fd5b50565b5f805f606084860312156110f2575f80fd5b833592506111026020850161109c565b91506040840135611112816110d0565b809150509250925092565b60ff811681146110dd575f80fd5b634e487b7160e01b5f52604160045260245ffd5b604051601f8201601f1916810167ffffffffffffffff811182821017156111685761116861112b565b604052919050565b5f67ffffffffffffffff8211156111895761118961112b565b50601f01601f191660200190565b5f805f80608085870312156111aa575f80fd5b843593506111ba6020860161109c565b925060408501356111ca8161111d565b9150606085013567ffffffffffffffff8111156111e5575f80fd5b8501601f810187136111f5575f80fd5b803561120861120382611170565b61113f565b81815288602083850101111561121c575f80fd5b816020840160208301375f6020838301015280935050505092959194509250565b5f805f8060808587031215611250575f80fd5b843593506112606020860161109c565b925060408501356112708161111d565b91506060850135611280816110d0565b939692955090935050565b5f6020828403121561129b575f80fd5b5035919050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081528151602082015260018060a01b03602083015116604082015260ff60408301511660608201525f606083015160a0608084015261131460c08401826112a2565b90506080840151151560a08401528091505092915050565b5f805f6060848603121561133e575f80fd5b8335925061134e6020850161109c565b915060408401356111128161111d565b5f806040838503121561136f575f80fd5b8235915061137f6020840161109c565b90509250929050565b5f805f805f60a0868803121561139c575f80fd5b853594506113ac6020870161109c565b935060408601356113bc8161111d565b925060608601356113cc816110d0565b915060808601356113dc816110d0565b809150509295509295909350565b5f602082840312156113fa575f80fd5b81516106d98161111d565b5f60208284031215611415575f80fd5b815167ffffffffffffffff81111561142b575f80fd5b8201601f8101841361143b575f80fd5b805161144961120382611170565b81815285602083850101111561145d575f80fd5b8160208401602083015e5f91810160200191909152949350505050565b634e487b7160e01b5f52603260045260245ffd5b600181811c908216806114a257607f821691505b6020821081036109f857634e487b7160e01b5f52602260045260245ffd5b5f80858511156114ce575f80fd5b838611156114da575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015611518576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f8211156115a257805f5260205f20601f840160051c810160208510156115835750805b601f840160051c820191505b8181101561097b575f815560010161158f565b505050565b815167ffffffffffffffff8111156115c1576115c161112b565b6115d5816115cf845461148e565b8461155e565b6020601f821160018114611607575f83156115f05750848201515b5f19600385901b1c1916600184901b17845561097b565b5f84815260208120601f198516915b828110156116365787850151825560209485019460019092019101611616565b508482101561165357868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b8481526001600160a01b038416602082015260ff831660408201526080606082018190525f90611694908301846112a2565b9695505050505050565b5f602082840312156116ae575f80fd5b5051919050565b5f602082840312156116c5575f80fd5b81516106d9816110d0565b5f82518060208501845e5f920191825250919050565b5f80604083850312156116f7575f80fd5b8251611702816110d0565b602084015190925063ffffffff8116811461171b575f80fd5b80915050925092905056fea2646970667358221220db94673063ff4e3a9240f77ce19b30b4cca5e1edbe65e0d3033dd0c513107abd64736f6c634300081a0033",
         | 
| 641 | 
            +
              "linkReferences": {
         | 
| 642 | 
            +
                "contracts/type/Version.sol": {
         | 
| 643 | 
            +
                  "VersionPartLib": [
         | 
| 644 | 
            +
                    {
         | 
| 645 | 
            +
                      "length": 20,
         | 
| 646 | 
            +
                      "start": 5316
         | 
| 647 | 
            +
                    }
         | 
| 648 | 
            +
                  ]
         | 
| 649 | 
            +
                }
         | 
| 650 | 
            +
              },
         | 
| 651 | 
            +
              "deployedLinkReferences": {
         | 
| 652 | 
            +
                "contracts/type/Version.sol": {
         | 
| 653 | 
            +
                  "VersionPartLib": [
         | 
| 654 | 
            +
                    {
         | 
| 655 | 
            +
                      "length": 20,
         | 
| 656 | 
            +
                      "start": 3181
         | 
| 657 | 
            +
                    }
         | 
| 658 | 
            +
                  ]
         | 
| 659 | 
            +
                }
         | 
| 660 | 
            +
              }
         | 
| 661 | 
            +
            }
         |