@etherisc/gif-next 0.0.2-d4eadee-930 → 0.0.2-d5103a2-471
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +297 -25
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1234 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1206 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +358 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/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 +1013 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +258 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.json +290 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +148 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +390 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +190 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1342 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +410 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1012 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1405 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +906 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +932 -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 +1491 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +410 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1946 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +414 -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 +1411 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1545 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +1980 -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 +280 -1494
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +757 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +382 -1743
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1623 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +601 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2043 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1053 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +714 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3607 -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 +182 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +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/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +979 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +418 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +765 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +675 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +871 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +927 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +710 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1276 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +410 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1431 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +822 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +931 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +937 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1267 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1062 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1612 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +758 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +737 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +698 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1098 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +410 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1397 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +826 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IApplicationService.sol/IApplicationService.json} +259 -219
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +913 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +896 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +549 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +950 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → product/IRiskService.sol/IRiskService.json} +202 -178
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1268 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +770 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +865 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +746 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1056 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +588 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +682 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +943 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +940 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +52 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1362 -220
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1858 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1162 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +701 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +164 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1169 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +214 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +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 +685 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1573 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +794 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +432 -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 +605 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1033 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +700 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +104 -141
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -6
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +37 -80
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +91 -31
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/InstanceBase.sol/InstanceBase.json → shared/IService.sol/IService.json} +163 -143
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +793 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +497 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/{experiment/statemachine/ISM.sol/ISM.json → shared/Lifecycle.sol/Lifecycle.json} +54 -45
- 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 +193 -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 +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +170 -27
- 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/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/Service.sol/Service.json} +202 -166
- 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 +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1035 -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 +1828 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +164 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +750 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1236 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +698 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2242 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +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/{types → type}/StateId.sol/StateIdLib.json +3 -3
- 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 +586 -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 +592 -0
- package/contracts/authorization/AccessManagerCloneable.sol +16 -0
- package/contracts/authorization/Authorization.sol +221 -0
- package/contracts/authorization/IAccess.sol +48 -0
- package/contracts/authorization/IAccessAdmin.sol +135 -0
- package/contracts/authorization/IAuthorization.sol +54 -0
- package/contracts/authorization/IModuleAuthorization.sol +21 -0
- package/contracts/authorization/IServiceAuthorization.sol +38 -0
- package/contracts/authorization/ModuleAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +90 -0
- package/contracts/distribution/BasicDistribution.sol +138 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +47 -0
- package/contracts/distribution/Distribution.sol +295 -0
- package/contracts/distribution/DistributionService.sol +336 -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 +75 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +410 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -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 +57 -46
- package/contracts/instance/IInstanceService.sol +92 -0
- package/contracts/instance/Instance.sol +215 -54
- package/contracts/instance/InstanceAdmin.sol +288 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +204 -0
- package/contracts/instance/InstanceReader.sol +495 -0
- package/contracts/instance/InstanceService.sol +465 -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 +48 -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/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +48 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +46 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +65 -0
- package/contracts/oracle/Oracle.sol +167 -0
- package/contracts/oracle/OracleService.sol +281 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +166 -0
- package/contracts/pool/BasicPoolAuthorization.sol +58 -0
- package/contracts/pool/BundleService.sol +461 -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 +171 -0
- package/contracts/pool/Pool.sol +353 -0
- package/contracts/pool/PoolService.sol +563 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +251 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +53 -0
- package/contracts/product/BasicProductAuthorization.sol +43 -0
- package/contracts/product/ClaimService.sol +581 -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 +53 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +686 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +432 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +131 -40
- package/contracts/registry/IRegistry.sol +141 -28
- package/contracts/registry/IRegistryService.sol +60 -0
- package/contracts/registry/ITransferInterceptor.sol +7 -0
- package/contracts/registry/Registry.sol +608 -282
- package/contracts/registry/RegistryAdmin.sol +464 -0
- package/contracts/registry/RegistryService.sol +259 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseLifecycle.sol +27 -0
- package/contracts/registry/ReleaseRegistry.sol +491 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +198 -0
- package/contracts/registry/TokenRegistry.sol +315 -0
- package/contracts/shared/Component.sol +268 -0
- package/contracts/shared/ComponentService.sol +641 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +116 -0
- package/contracts/shared/ContractLib.sol +38 -0
- package/contracts/shared/IComponent.sol +70 -0
- package/contracts/shared/IComponentService.sol +108 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +49 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +4 -5
- package/contracts/shared/INftOwnable.sol +23 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +10 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +25 -0
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +171 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +77 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +107 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +54 -65
- package/contracts/shared/RegistryLinked.sol +44 -0
- package/contracts/shared/Service.sol +87 -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 +160 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +498 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +183 -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/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +8 -3
- package/contracts/{types → type}/NftId.sol +22 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +275 -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 +174 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +102 -0
- package/contracts/{types → type}/StateId.sol +40 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +38 -15
- package/contracts/type/UFixed.sol +355 -0
- package/contracts/{types → type}/Version.sol +17 -2
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +231 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +11 -7
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- 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/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/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.json +0 -24
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -507
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- 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/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.json +0 -24
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -100
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- 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/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -43
- package/contracts/types/UFixed.sol +0 -209
@@ -0,0 +1,2043 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "InstanceReader",
|
4
|
+
"sourceName": "contracts/instance/InstanceReader.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [],
|
8
|
+
"name": "ErrorInstanceReaderAlreadyInitialized",
|
9
|
+
"type": "error"
|
10
|
+
},
|
11
|
+
{
|
12
|
+
"inputs": [],
|
13
|
+
"name": "ErrorInstanceReaderInstanceAddressZero",
|
14
|
+
"type": "error"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"inputs": [
|
18
|
+
{
|
19
|
+
"internalType": "NftId",
|
20
|
+
"name": "poolNftId",
|
21
|
+
"type": "uint96"
|
22
|
+
}
|
23
|
+
],
|
24
|
+
"name": "activeBundles",
|
25
|
+
"outputs": [
|
26
|
+
{
|
27
|
+
"internalType": "uint256",
|
28
|
+
"name": "bundles",
|
29
|
+
"type": "uint256"
|
30
|
+
}
|
31
|
+
],
|
32
|
+
"stateMutability": "view",
|
33
|
+
"type": "function"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"inputs": [
|
37
|
+
{
|
38
|
+
"internalType": "NftId",
|
39
|
+
"name": "policyNftId",
|
40
|
+
"type": "uint96"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"name": "claims",
|
44
|
+
"outputs": [
|
45
|
+
{
|
46
|
+
"internalType": "uint16",
|
47
|
+
"name": "claims",
|
48
|
+
"type": "uint16"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"stateMutability": "view",
|
52
|
+
"type": "function"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"inputs": [
|
56
|
+
{
|
57
|
+
"internalType": "NftId",
|
58
|
+
"name": "poolNftId",
|
59
|
+
"type": "uint96"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"internalType": "uint256",
|
63
|
+
"name": "idx",
|
64
|
+
"type": "uint256"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"name": "getActiveBundleNftId",
|
68
|
+
"outputs": [
|
69
|
+
{
|
70
|
+
"internalType": "NftId",
|
71
|
+
"name": "bundleNftId",
|
72
|
+
"type": "uint96"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"stateMutability": "view",
|
76
|
+
"type": "function"
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"inputs": [
|
80
|
+
{
|
81
|
+
"internalType": "NftId",
|
82
|
+
"name": "targetNftId",
|
83
|
+
"type": "uint96"
|
84
|
+
}
|
85
|
+
],
|
86
|
+
"name": "getBalanceAmount",
|
87
|
+
"outputs": [
|
88
|
+
{
|
89
|
+
"internalType": "Amount",
|
90
|
+
"name": "",
|
91
|
+
"type": "uint96"
|
92
|
+
}
|
93
|
+
],
|
94
|
+
"stateMutability": "view",
|
95
|
+
"type": "function"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"inputs": [
|
99
|
+
{
|
100
|
+
"internalType": "NftId",
|
101
|
+
"name": "bundleNftId",
|
102
|
+
"type": "uint96"
|
103
|
+
}
|
104
|
+
],
|
105
|
+
"name": "getBundleInfo",
|
106
|
+
"outputs": [
|
107
|
+
{
|
108
|
+
"components": [
|
109
|
+
{
|
110
|
+
"internalType": "NftId",
|
111
|
+
"name": "poolNftId",
|
112
|
+
"type": "uint96"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"components": [
|
116
|
+
{
|
117
|
+
"internalType": "UFixed",
|
118
|
+
"name": "fractionalFee",
|
119
|
+
"type": "uint256"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"internalType": "uint256",
|
123
|
+
"name": "fixedFee",
|
124
|
+
"type": "uint256"
|
125
|
+
}
|
126
|
+
],
|
127
|
+
"internalType": "struct Fee",
|
128
|
+
"name": "fee",
|
129
|
+
"type": "tuple"
|
130
|
+
},
|
131
|
+
{
|
132
|
+
"internalType": "bytes",
|
133
|
+
"name": "filter",
|
134
|
+
"type": "bytes"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"internalType": "Timestamp",
|
138
|
+
"name": "activatedAt",
|
139
|
+
"type": "uint40"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"internalType": "Timestamp",
|
143
|
+
"name": "expiredAt",
|
144
|
+
"type": "uint40"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"internalType": "Timestamp",
|
148
|
+
"name": "closedAt",
|
149
|
+
"type": "uint40"
|
150
|
+
}
|
151
|
+
],
|
152
|
+
"internalType": "struct IBundle.BundleInfo",
|
153
|
+
"name": "info",
|
154
|
+
"type": "tuple"
|
155
|
+
}
|
156
|
+
],
|
157
|
+
"stateMutability": "view",
|
158
|
+
"type": "function"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"inputs": [
|
162
|
+
{
|
163
|
+
"internalType": "NftId",
|
164
|
+
"name": "bundleNftId",
|
165
|
+
"type": "uint96"
|
166
|
+
}
|
167
|
+
],
|
168
|
+
"name": "getBundleState",
|
169
|
+
"outputs": [
|
170
|
+
{
|
171
|
+
"internalType": "StateId",
|
172
|
+
"name": "state",
|
173
|
+
"type": "uint8"
|
174
|
+
}
|
175
|
+
],
|
176
|
+
"stateMutability": "view",
|
177
|
+
"type": "function"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"inputs": [
|
181
|
+
{
|
182
|
+
"internalType": "uint256",
|
183
|
+
"name": "idx",
|
184
|
+
"type": "uint256"
|
185
|
+
}
|
186
|
+
],
|
187
|
+
"name": "getClaimId",
|
188
|
+
"outputs": [
|
189
|
+
{
|
190
|
+
"internalType": "ClaimId",
|
191
|
+
"name": "claimId",
|
192
|
+
"type": "uint16"
|
193
|
+
}
|
194
|
+
],
|
195
|
+
"stateMutability": "view",
|
196
|
+
"type": "function"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"inputs": [
|
200
|
+
{
|
201
|
+
"internalType": "NftId",
|
202
|
+
"name": "policyNftId",
|
203
|
+
"type": "uint96"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"internalType": "ClaimId",
|
207
|
+
"name": "claimId",
|
208
|
+
"type": "uint16"
|
209
|
+
}
|
210
|
+
],
|
211
|
+
"name": "getClaimInfo",
|
212
|
+
"outputs": [
|
213
|
+
{
|
214
|
+
"components": [
|
215
|
+
{
|
216
|
+
"internalType": "Amount",
|
217
|
+
"name": "claimAmount",
|
218
|
+
"type": "uint96"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"internalType": "Amount",
|
222
|
+
"name": "paidAmount",
|
223
|
+
"type": "uint96"
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"internalType": "uint24",
|
227
|
+
"name": "payoutsCount",
|
228
|
+
"type": "uint24"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"internalType": "uint24",
|
232
|
+
"name": "openPayoutsCount",
|
233
|
+
"type": "uint24"
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"internalType": "bytes",
|
237
|
+
"name": "submissionData",
|
238
|
+
"type": "bytes"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"internalType": "bytes",
|
242
|
+
"name": "processData",
|
243
|
+
"type": "bytes"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"internalType": "Timestamp",
|
247
|
+
"name": "closedAt",
|
248
|
+
"type": "uint40"
|
249
|
+
}
|
250
|
+
],
|
251
|
+
"internalType": "struct IPolicy.ClaimInfo",
|
252
|
+
"name": "info",
|
253
|
+
"type": "tuple"
|
254
|
+
}
|
255
|
+
],
|
256
|
+
"stateMutability": "view",
|
257
|
+
"type": "function"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"inputs": [
|
261
|
+
{
|
262
|
+
"internalType": "NftId",
|
263
|
+
"name": "policyNftId",
|
264
|
+
"type": "uint96"
|
265
|
+
},
|
266
|
+
{
|
267
|
+
"internalType": "ClaimId",
|
268
|
+
"name": "claimId",
|
269
|
+
"type": "uint16"
|
270
|
+
}
|
271
|
+
],
|
272
|
+
"name": "getClaimState",
|
273
|
+
"outputs": [
|
274
|
+
{
|
275
|
+
"internalType": "StateId",
|
276
|
+
"name": "state",
|
277
|
+
"type": "uint8"
|
278
|
+
}
|
279
|
+
],
|
280
|
+
"stateMutability": "view",
|
281
|
+
"type": "function"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"inputs": [
|
285
|
+
{
|
286
|
+
"internalType": "NftId",
|
287
|
+
"name": "componentNftId",
|
288
|
+
"type": "uint96"
|
289
|
+
}
|
290
|
+
],
|
291
|
+
"name": "getComponentInfo",
|
292
|
+
"outputs": [
|
293
|
+
{
|
294
|
+
"components": [
|
295
|
+
{
|
296
|
+
"internalType": "string",
|
297
|
+
"name": "name",
|
298
|
+
"type": "string"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"internalType": "NftId",
|
302
|
+
"name": "productNftId",
|
303
|
+
"type": "uint96"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"internalType": "contract IERC20Metadata",
|
307
|
+
"name": "token",
|
308
|
+
"type": "address"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"internalType": "contract TokenHandler",
|
312
|
+
"name": "tokenHandler",
|
313
|
+
"type": "address"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"internalType": "address",
|
317
|
+
"name": "wallet",
|
318
|
+
"type": "address"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"internalType": "bytes",
|
322
|
+
"name": "data",
|
323
|
+
"type": "bytes"
|
324
|
+
}
|
325
|
+
],
|
326
|
+
"internalType": "struct IComponents.ComponentInfo",
|
327
|
+
"name": "info",
|
328
|
+
"type": "tuple"
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"stateMutability": "view",
|
332
|
+
"type": "function"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"inputs": [
|
336
|
+
{
|
337
|
+
"internalType": "ReferralId",
|
338
|
+
"name": "referralId",
|
339
|
+
"type": "bytes8"
|
340
|
+
}
|
341
|
+
],
|
342
|
+
"name": "getDiscountPercentage",
|
343
|
+
"outputs": [
|
344
|
+
{
|
345
|
+
"internalType": "UFixed",
|
346
|
+
"name": "discountPercentage",
|
347
|
+
"type": "uint256"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"internalType": "ReferralStatus",
|
351
|
+
"name": "status",
|
352
|
+
"type": "uint8"
|
353
|
+
}
|
354
|
+
],
|
355
|
+
"stateMutability": "view",
|
356
|
+
"type": "function"
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"inputs": [
|
360
|
+
{
|
361
|
+
"internalType": "NftId",
|
362
|
+
"name": "distributorNftId",
|
363
|
+
"type": "uint96"
|
364
|
+
}
|
365
|
+
],
|
366
|
+
"name": "getDistributorInfo",
|
367
|
+
"outputs": [
|
368
|
+
{
|
369
|
+
"components": [
|
370
|
+
{
|
371
|
+
"internalType": "DistributorType",
|
372
|
+
"name": "distributorType",
|
373
|
+
"type": "bytes8"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"internalType": "bool",
|
377
|
+
"name": "active",
|
378
|
+
"type": "bool"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"internalType": "bytes",
|
382
|
+
"name": "data",
|
383
|
+
"type": "bytes"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"internalType": "uint32",
|
387
|
+
"name": "numPoliciesSold",
|
388
|
+
"type": "uint32"
|
389
|
+
}
|
390
|
+
],
|
391
|
+
"internalType": "struct IDistribution.DistributorInfo",
|
392
|
+
"name": "info",
|
393
|
+
"type": "tuple"
|
394
|
+
}
|
395
|
+
],
|
396
|
+
"stateMutability": "view",
|
397
|
+
"type": "function"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"inputs": [
|
401
|
+
{
|
402
|
+
"internalType": "DistributorType",
|
403
|
+
"name": "distributorType",
|
404
|
+
"type": "bytes8"
|
405
|
+
}
|
406
|
+
],
|
407
|
+
"name": "getDistributorTypeInfo",
|
408
|
+
"outputs": [
|
409
|
+
{
|
410
|
+
"components": [
|
411
|
+
{
|
412
|
+
"internalType": "string",
|
413
|
+
"name": "name",
|
414
|
+
"type": "string"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"internalType": "UFixed",
|
418
|
+
"name": "minDiscountPercentage",
|
419
|
+
"type": "uint256"
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"internalType": "UFixed",
|
423
|
+
"name": "maxDiscountPercentage",
|
424
|
+
"type": "uint256"
|
425
|
+
},
|
426
|
+
{
|
427
|
+
"internalType": "UFixed",
|
428
|
+
"name": "commissionPercentage",
|
429
|
+
"type": "uint256"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"internalType": "uint32",
|
433
|
+
"name": "maxReferralCount",
|
434
|
+
"type": "uint32"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"internalType": "uint32",
|
438
|
+
"name": "maxReferralLifetime",
|
439
|
+
"type": "uint32"
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"internalType": "bool",
|
443
|
+
"name": "allowSelfReferrals",
|
444
|
+
"type": "bool"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"internalType": "bool",
|
448
|
+
"name": "allowRenewals",
|
449
|
+
"type": "bool"
|
450
|
+
},
|
451
|
+
{
|
452
|
+
"internalType": "bytes",
|
453
|
+
"name": "data",
|
454
|
+
"type": "bytes"
|
455
|
+
}
|
456
|
+
],
|
457
|
+
"internalType": "struct IDistribution.DistributorTypeInfo",
|
458
|
+
"name": "info",
|
459
|
+
"type": "tuple"
|
460
|
+
}
|
461
|
+
],
|
462
|
+
"stateMutability": "view",
|
463
|
+
"type": "function"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"inputs": [
|
467
|
+
{
|
468
|
+
"internalType": "NftId",
|
469
|
+
"name": "targetNftId",
|
470
|
+
"type": "uint96"
|
471
|
+
}
|
472
|
+
],
|
473
|
+
"name": "getFeeAmount",
|
474
|
+
"outputs": [
|
475
|
+
{
|
476
|
+
"internalType": "Amount",
|
477
|
+
"name": "",
|
478
|
+
"type": "uint96"
|
479
|
+
}
|
480
|
+
],
|
481
|
+
"stateMutability": "view",
|
482
|
+
"type": "function"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"inputs": [],
|
486
|
+
"name": "getInstance",
|
487
|
+
"outputs": [
|
488
|
+
{
|
489
|
+
"internalType": "contract IInstance",
|
490
|
+
"name": "instance",
|
491
|
+
"type": "address"
|
492
|
+
}
|
493
|
+
],
|
494
|
+
"stateMutability": "view",
|
495
|
+
"type": "function"
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"inputs": [],
|
499
|
+
"name": "getInstanceStore",
|
500
|
+
"outputs": [
|
501
|
+
{
|
502
|
+
"internalType": "contract IKeyValueStore",
|
503
|
+
"name": "store",
|
504
|
+
"type": "address"
|
505
|
+
}
|
506
|
+
],
|
507
|
+
"stateMutability": "view",
|
508
|
+
"type": "function"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"inputs": [
|
512
|
+
{
|
513
|
+
"internalType": "NftId",
|
514
|
+
"name": "targetNftId",
|
515
|
+
"type": "uint96"
|
516
|
+
}
|
517
|
+
],
|
518
|
+
"name": "getLockedAmount",
|
519
|
+
"outputs": [
|
520
|
+
{
|
521
|
+
"internalType": "Amount",
|
522
|
+
"name": "",
|
523
|
+
"type": "uint96"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
"stateMutability": "view",
|
527
|
+
"type": "function"
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"inputs": [
|
531
|
+
{
|
532
|
+
"internalType": "Key32",
|
533
|
+
"name": "key",
|
534
|
+
"type": "bytes32"
|
535
|
+
}
|
536
|
+
],
|
537
|
+
"name": "getMetadata",
|
538
|
+
"outputs": [
|
539
|
+
{
|
540
|
+
"components": [
|
541
|
+
{
|
542
|
+
"internalType": "ObjectType",
|
543
|
+
"name": "objectType",
|
544
|
+
"type": "uint8"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"internalType": "StateId",
|
548
|
+
"name": "state",
|
549
|
+
"type": "uint8"
|
550
|
+
},
|
551
|
+
{
|
552
|
+
"internalType": "Blocknumber",
|
553
|
+
"name": "updatedIn",
|
554
|
+
"type": "uint32"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"internalType": "Blocknumber",
|
558
|
+
"name": "createdIn",
|
559
|
+
"type": "uint32"
|
560
|
+
}
|
561
|
+
],
|
562
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
563
|
+
"name": "metadata",
|
564
|
+
"type": "tuple"
|
565
|
+
}
|
566
|
+
],
|
567
|
+
"stateMutability": "view",
|
568
|
+
"type": "function"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"inputs": [
|
572
|
+
{
|
573
|
+
"internalType": "ClaimId",
|
574
|
+
"name": "claimId",
|
575
|
+
"type": "uint16"
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"internalType": "uint24",
|
579
|
+
"name": "idx",
|
580
|
+
"type": "uint24"
|
581
|
+
}
|
582
|
+
],
|
583
|
+
"name": "getPayoutId",
|
584
|
+
"outputs": [
|
585
|
+
{
|
586
|
+
"internalType": "PayoutId",
|
587
|
+
"name": "payoutId",
|
588
|
+
"type": "uint40"
|
589
|
+
}
|
590
|
+
],
|
591
|
+
"stateMutability": "view",
|
592
|
+
"type": "function"
|
593
|
+
},
|
594
|
+
{
|
595
|
+
"inputs": [
|
596
|
+
{
|
597
|
+
"internalType": "NftId",
|
598
|
+
"name": "policyNftId",
|
599
|
+
"type": "uint96"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"internalType": "PayoutId",
|
603
|
+
"name": "payoutId",
|
604
|
+
"type": "uint40"
|
605
|
+
}
|
606
|
+
],
|
607
|
+
"name": "getPayoutInfo",
|
608
|
+
"outputs": [
|
609
|
+
{
|
610
|
+
"components": [
|
611
|
+
{
|
612
|
+
"internalType": "ClaimId",
|
613
|
+
"name": "claimId",
|
614
|
+
"type": "uint16"
|
615
|
+
},
|
616
|
+
{
|
617
|
+
"internalType": "Amount",
|
618
|
+
"name": "amount",
|
619
|
+
"type": "uint96"
|
620
|
+
},
|
621
|
+
{
|
622
|
+
"internalType": "address",
|
623
|
+
"name": "beneficiary",
|
624
|
+
"type": "address"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"internalType": "bytes",
|
628
|
+
"name": "data",
|
629
|
+
"type": "bytes"
|
630
|
+
},
|
631
|
+
{
|
632
|
+
"internalType": "Timestamp",
|
633
|
+
"name": "paidAt",
|
634
|
+
"type": "uint40"
|
635
|
+
}
|
636
|
+
],
|
637
|
+
"internalType": "struct IPolicy.PayoutInfo",
|
638
|
+
"name": "info",
|
639
|
+
"type": "tuple"
|
640
|
+
}
|
641
|
+
],
|
642
|
+
"stateMutability": "view",
|
643
|
+
"type": "function"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"inputs": [
|
647
|
+
{
|
648
|
+
"internalType": "NftId",
|
649
|
+
"name": "policyNftId",
|
650
|
+
"type": "uint96"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"internalType": "PayoutId",
|
654
|
+
"name": "payoutId",
|
655
|
+
"type": "uint40"
|
656
|
+
}
|
657
|
+
],
|
658
|
+
"name": "getPayoutState",
|
659
|
+
"outputs": [
|
660
|
+
{
|
661
|
+
"internalType": "StateId",
|
662
|
+
"name": "state",
|
663
|
+
"type": "uint8"
|
664
|
+
}
|
665
|
+
],
|
666
|
+
"stateMutability": "view",
|
667
|
+
"type": "function"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"inputs": [
|
671
|
+
{
|
672
|
+
"internalType": "NftId",
|
673
|
+
"name": "policyNftId",
|
674
|
+
"type": "uint96"
|
675
|
+
}
|
676
|
+
],
|
677
|
+
"name": "getPolicyInfo",
|
678
|
+
"outputs": [
|
679
|
+
{
|
680
|
+
"components": [
|
681
|
+
{
|
682
|
+
"internalType": "NftId",
|
683
|
+
"name": "productNftId",
|
684
|
+
"type": "uint96"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"internalType": "NftId",
|
688
|
+
"name": "bundleNftId",
|
689
|
+
"type": "uint96"
|
690
|
+
},
|
691
|
+
{
|
692
|
+
"internalType": "ReferralId",
|
693
|
+
"name": "referralId",
|
694
|
+
"type": "bytes8"
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"internalType": "RiskId",
|
698
|
+
"name": "riskId",
|
699
|
+
"type": "bytes8"
|
700
|
+
},
|
701
|
+
{
|
702
|
+
"internalType": "Amount",
|
703
|
+
"name": "sumInsuredAmount",
|
704
|
+
"type": "uint96"
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"internalType": "Amount",
|
708
|
+
"name": "premiumAmount",
|
709
|
+
"type": "uint96"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"internalType": "Seconds",
|
713
|
+
"name": "lifetime",
|
714
|
+
"type": "uint40"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"internalType": "bytes",
|
718
|
+
"name": "applicationData",
|
719
|
+
"type": "bytes"
|
720
|
+
},
|
721
|
+
{
|
722
|
+
"internalType": "bytes",
|
723
|
+
"name": "processData",
|
724
|
+
"type": "bytes"
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"internalType": "uint16",
|
728
|
+
"name": "claimsCount",
|
729
|
+
"type": "uint16"
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"internalType": "uint16",
|
733
|
+
"name": "openClaimsCount",
|
734
|
+
"type": "uint16"
|
735
|
+
},
|
736
|
+
{
|
737
|
+
"internalType": "Amount",
|
738
|
+
"name": "claimAmount",
|
739
|
+
"type": "uint96"
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"internalType": "Amount",
|
743
|
+
"name": "payoutAmount",
|
744
|
+
"type": "uint96"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"internalType": "Timestamp",
|
748
|
+
"name": "activatedAt",
|
749
|
+
"type": "uint40"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"internalType": "Timestamp",
|
753
|
+
"name": "expiredAt",
|
754
|
+
"type": "uint40"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"internalType": "Timestamp",
|
758
|
+
"name": "closedAt",
|
759
|
+
"type": "uint40"
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"internalType": "struct IPolicy.PolicyInfo",
|
763
|
+
"name": "info",
|
764
|
+
"type": "tuple"
|
765
|
+
}
|
766
|
+
],
|
767
|
+
"stateMutability": "view",
|
768
|
+
"type": "function"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"inputs": [
|
772
|
+
{
|
773
|
+
"internalType": "NftId",
|
774
|
+
"name": "policyNftId",
|
775
|
+
"type": "uint96"
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"name": "getPolicyState",
|
779
|
+
"outputs": [
|
780
|
+
{
|
781
|
+
"internalType": "StateId",
|
782
|
+
"name": "state",
|
783
|
+
"type": "uint8"
|
784
|
+
}
|
785
|
+
],
|
786
|
+
"stateMutability": "view",
|
787
|
+
"type": "function"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"inputs": [
|
791
|
+
{
|
792
|
+
"internalType": "NftId",
|
793
|
+
"name": "poolNftId",
|
794
|
+
"type": "uint96"
|
795
|
+
}
|
796
|
+
],
|
797
|
+
"name": "getPoolInfo",
|
798
|
+
"outputs": [
|
799
|
+
{
|
800
|
+
"components": [
|
801
|
+
{
|
802
|
+
"internalType": "Amount",
|
803
|
+
"name": "maxBalanceAmount",
|
804
|
+
"type": "uint96"
|
805
|
+
},
|
806
|
+
{
|
807
|
+
"internalType": "RoleId",
|
808
|
+
"name": "bundleOwnerRole",
|
809
|
+
"type": "uint64"
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"internalType": "bool",
|
813
|
+
"name": "isInterceptingBundleTransfers",
|
814
|
+
"type": "bool"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"internalType": "bool",
|
818
|
+
"name": "isProcessingConfirmedClaims",
|
819
|
+
"type": "bool"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"internalType": "bool",
|
823
|
+
"name": "isExternallyManaged",
|
824
|
+
"type": "bool"
|
825
|
+
},
|
826
|
+
{
|
827
|
+
"internalType": "bool",
|
828
|
+
"name": "isVerifyingApplications",
|
829
|
+
"type": "bool"
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"internalType": "UFixed",
|
833
|
+
"name": "collateralizationLevel",
|
834
|
+
"type": "uint256"
|
835
|
+
},
|
836
|
+
{
|
837
|
+
"internalType": "UFixed",
|
838
|
+
"name": "retentionLevel",
|
839
|
+
"type": "uint256"
|
840
|
+
}
|
841
|
+
],
|
842
|
+
"internalType": "struct IComponents.PoolInfo",
|
843
|
+
"name": "info",
|
844
|
+
"type": "tuple"
|
845
|
+
}
|
846
|
+
],
|
847
|
+
"stateMutability": "view",
|
848
|
+
"type": "function"
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"inputs": [
|
852
|
+
{
|
853
|
+
"internalType": "NftId",
|
854
|
+
"name": "policyNftId",
|
855
|
+
"type": "uint96"
|
856
|
+
}
|
857
|
+
],
|
858
|
+
"name": "getPremiumInfo",
|
859
|
+
"outputs": [
|
860
|
+
{
|
861
|
+
"components": [
|
862
|
+
{
|
863
|
+
"internalType": "Amount",
|
864
|
+
"name": "productFeeAmount",
|
865
|
+
"type": "uint96"
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"internalType": "Amount",
|
869
|
+
"name": "distributionFeeAndCommissionAmount",
|
870
|
+
"type": "uint96"
|
871
|
+
},
|
872
|
+
{
|
873
|
+
"internalType": "Amount",
|
874
|
+
"name": "poolPremiumAndFeeAmount",
|
875
|
+
"type": "uint96"
|
876
|
+
},
|
877
|
+
{
|
878
|
+
"internalType": "Amount",
|
879
|
+
"name": "netPremiumAmount",
|
880
|
+
"type": "uint96"
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"internalType": "Amount",
|
884
|
+
"name": "fullPremiumAmount",
|
885
|
+
"type": "uint96"
|
886
|
+
},
|
887
|
+
{
|
888
|
+
"internalType": "Amount",
|
889
|
+
"name": "premiumAmount",
|
890
|
+
"type": "uint96"
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"internalType": "Amount",
|
894
|
+
"name": "productFeeFixAmount",
|
895
|
+
"type": "uint96"
|
896
|
+
},
|
897
|
+
{
|
898
|
+
"internalType": "Amount",
|
899
|
+
"name": "poolFeeFixAmount",
|
900
|
+
"type": "uint96"
|
901
|
+
},
|
902
|
+
{
|
903
|
+
"internalType": "Amount",
|
904
|
+
"name": "bundleFeeFixAmount",
|
905
|
+
"type": "uint96"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"internalType": "Amount",
|
909
|
+
"name": "distributionFeeFixAmount",
|
910
|
+
"type": "uint96"
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"internalType": "Amount",
|
914
|
+
"name": "productFeeVarAmount",
|
915
|
+
"type": "uint96"
|
916
|
+
},
|
917
|
+
{
|
918
|
+
"internalType": "Amount",
|
919
|
+
"name": "poolFeeVarAmount",
|
920
|
+
"type": "uint96"
|
921
|
+
},
|
922
|
+
{
|
923
|
+
"internalType": "Amount",
|
924
|
+
"name": "bundleFeeVarAmount",
|
925
|
+
"type": "uint96"
|
926
|
+
},
|
927
|
+
{
|
928
|
+
"internalType": "Amount",
|
929
|
+
"name": "distributionFeeVarAmount",
|
930
|
+
"type": "uint96"
|
931
|
+
},
|
932
|
+
{
|
933
|
+
"internalType": "Amount",
|
934
|
+
"name": "distributionOwnerFeeFixAmount",
|
935
|
+
"type": "uint96"
|
936
|
+
},
|
937
|
+
{
|
938
|
+
"internalType": "Amount",
|
939
|
+
"name": "distributionOwnerFeeVarAmount",
|
940
|
+
"type": "uint96"
|
941
|
+
},
|
942
|
+
{
|
943
|
+
"internalType": "Amount",
|
944
|
+
"name": "commissionAmount",
|
945
|
+
"type": "uint96"
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"internalType": "Amount",
|
949
|
+
"name": "discountAmount",
|
950
|
+
"type": "uint96"
|
951
|
+
}
|
952
|
+
],
|
953
|
+
"internalType": "struct IPolicy.PremiumInfo",
|
954
|
+
"name": "info",
|
955
|
+
"type": "tuple"
|
956
|
+
}
|
957
|
+
],
|
958
|
+
"stateMutability": "view",
|
959
|
+
"type": "function"
|
960
|
+
},
|
961
|
+
{
|
962
|
+
"inputs": [
|
963
|
+
{
|
964
|
+
"internalType": "NftId",
|
965
|
+
"name": "policyNftId",
|
966
|
+
"type": "uint96"
|
967
|
+
}
|
968
|
+
],
|
969
|
+
"name": "getPremiumInfoState",
|
970
|
+
"outputs": [
|
971
|
+
{
|
972
|
+
"internalType": "StateId",
|
973
|
+
"name": "state",
|
974
|
+
"type": "uint8"
|
975
|
+
}
|
976
|
+
],
|
977
|
+
"stateMutability": "view",
|
978
|
+
"type": "function"
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"inputs": [
|
982
|
+
{
|
983
|
+
"internalType": "NftId",
|
984
|
+
"name": "productNftId",
|
985
|
+
"type": "uint96"
|
986
|
+
}
|
987
|
+
],
|
988
|
+
"name": "getProductInfo",
|
989
|
+
"outputs": [
|
990
|
+
{
|
991
|
+
"components": [
|
992
|
+
{
|
993
|
+
"internalType": "NftId",
|
994
|
+
"name": "distributionNftId",
|
995
|
+
"type": "uint96"
|
996
|
+
},
|
997
|
+
{
|
998
|
+
"internalType": "NftId",
|
999
|
+
"name": "poolNftId",
|
1000
|
+
"type": "uint96"
|
1001
|
+
},
|
1002
|
+
{
|
1003
|
+
"internalType": "bool",
|
1004
|
+
"name": "isProcessingFundedClaims",
|
1005
|
+
"type": "bool"
|
1006
|
+
},
|
1007
|
+
{
|
1008
|
+
"components": [
|
1009
|
+
{
|
1010
|
+
"internalType": "UFixed",
|
1011
|
+
"name": "fractionalFee",
|
1012
|
+
"type": "uint256"
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"internalType": "uint256",
|
1016
|
+
"name": "fixedFee",
|
1017
|
+
"type": "uint256"
|
1018
|
+
}
|
1019
|
+
],
|
1020
|
+
"internalType": "struct Fee",
|
1021
|
+
"name": "productFee",
|
1022
|
+
"type": "tuple"
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"components": [
|
1026
|
+
{
|
1027
|
+
"internalType": "UFixed",
|
1028
|
+
"name": "fractionalFee",
|
1029
|
+
"type": "uint256"
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"internalType": "uint256",
|
1033
|
+
"name": "fixedFee",
|
1034
|
+
"type": "uint256"
|
1035
|
+
}
|
1036
|
+
],
|
1037
|
+
"internalType": "struct Fee",
|
1038
|
+
"name": "processingFee",
|
1039
|
+
"type": "tuple"
|
1040
|
+
},
|
1041
|
+
{
|
1042
|
+
"components": [
|
1043
|
+
{
|
1044
|
+
"internalType": "UFixed",
|
1045
|
+
"name": "fractionalFee",
|
1046
|
+
"type": "uint256"
|
1047
|
+
},
|
1048
|
+
{
|
1049
|
+
"internalType": "uint256",
|
1050
|
+
"name": "fixedFee",
|
1051
|
+
"type": "uint256"
|
1052
|
+
}
|
1053
|
+
],
|
1054
|
+
"internalType": "struct Fee",
|
1055
|
+
"name": "distributionFee",
|
1056
|
+
"type": "tuple"
|
1057
|
+
},
|
1058
|
+
{
|
1059
|
+
"components": [
|
1060
|
+
{
|
1061
|
+
"internalType": "UFixed",
|
1062
|
+
"name": "fractionalFee",
|
1063
|
+
"type": "uint256"
|
1064
|
+
},
|
1065
|
+
{
|
1066
|
+
"internalType": "uint256",
|
1067
|
+
"name": "fixedFee",
|
1068
|
+
"type": "uint256"
|
1069
|
+
}
|
1070
|
+
],
|
1071
|
+
"internalType": "struct Fee",
|
1072
|
+
"name": "minDistributionOwnerFee",
|
1073
|
+
"type": "tuple"
|
1074
|
+
},
|
1075
|
+
{
|
1076
|
+
"components": [
|
1077
|
+
{
|
1078
|
+
"internalType": "UFixed",
|
1079
|
+
"name": "fractionalFee",
|
1080
|
+
"type": "uint256"
|
1081
|
+
},
|
1082
|
+
{
|
1083
|
+
"internalType": "uint256",
|
1084
|
+
"name": "fixedFee",
|
1085
|
+
"type": "uint256"
|
1086
|
+
}
|
1087
|
+
],
|
1088
|
+
"internalType": "struct Fee",
|
1089
|
+
"name": "poolFee",
|
1090
|
+
"type": "tuple"
|
1091
|
+
},
|
1092
|
+
{
|
1093
|
+
"components": [
|
1094
|
+
{
|
1095
|
+
"internalType": "UFixed",
|
1096
|
+
"name": "fractionalFee",
|
1097
|
+
"type": "uint256"
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"internalType": "uint256",
|
1101
|
+
"name": "fixedFee",
|
1102
|
+
"type": "uint256"
|
1103
|
+
}
|
1104
|
+
],
|
1105
|
+
"internalType": "struct Fee",
|
1106
|
+
"name": "stakingFee",
|
1107
|
+
"type": "tuple"
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
"components": [
|
1111
|
+
{
|
1112
|
+
"internalType": "UFixed",
|
1113
|
+
"name": "fractionalFee",
|
1114
|
+
"type": "uint256"
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"internalType": "uint256",
|
1118
|
+
"name": "fixedFee",
|
1119
|
+
"type": "uint256"
|
1120
|
+
}
|
1121
|
+
],
|
1122
|
+
"internalType": "struct Fee",
|
1123
|
+
"name": "performanceFee",
|
1124
|
+
"type": "tuple"
|
1125
|
+
}
|
1126
|
+
],
|
1127
|
+
"internalType": "struct IComponents.ProductInfo",
|
1128
|
+
"name": "info",
|
1129
|
+
"type": "tuple"
|
1130
|
+
}
|
1131
|
+
],
|
1132
|
+
"stateMutability": "view",
|
1133
|
+
"type": "function"
|
1134
|
+
},
|
1135
|
+
{
|
1136
|
+
"inputs": [
|
1137
|
+
{
|
1138
|
+
"internalType": "ReferralId",
|
1139
|
+
"name": "referralId",
|
1140
|
+
"type": "bytes8"
|
1141
|
+
}
|
1142
|
+
],
|
1143
|
+
"name": "getReferralInfo",
|
1144
|
+
"outputs": [
|
1145
|
+
{
|
1146
|
+
"components": [
|
1147
|
+
{
|
1148
|
+
"internalType": "NftId",
|
1149
|
+
"name": "distributorNftId",
|
1150
|
+
"type": "uint96"
|
1151
|
+
},
|
1152
|
+
{
|
1153
|
+
"internalType": "string",
|
1154
|
+
"name": "referralCode",
|
1155
|
+
"type": "string"
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
"internalType": "UFixed",
|
1159
|
+
"name": "discountPercentage",
|
1160
|
+
"type": "uint256"
|
1161
|
+
},
|
1162
|
+
{
|
1163
|
+
"internalType": "uint32",
|
1164
|
+
"name": "maxReferrals",
|
1165
|
+
"type": "uint32"
|
1166
|
+
},
|
1167
|
+
{
|
1168
|
+
"internalType": "uint32",
|
1169
|
+
"name": "usedReferrals",
|
1170
|
+
"type": "uint32"
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"internalType": "Timestamp",
|
1174
|
+
"name": "expiryAt",
|
1175
|
+
"type": "uint40"
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"internalType": "bytes",
|
1179
|
+
"name": "data",
|
1180
|
+
"type": "bytes"
|
1181
|
+
}
|
1182
|
+
],
|
1183
|
+
"internalType": "struct IDistribution.ReferralInfo",
|
1184
|
+
"name": "info",
|
1185
|
+
"type": "tuple"
|
1186
|
+
}
|
1187
|
+
],
|
1188
|
+
"stateMutability": "view",
|
1189
|
+
"type": "function"
|
1190
|
+
},
|
1191
|
+
{
|
1192
|
+
"inputs": [
|
1193
|
+
{
|
1194
|
+
"internalType": "NftId",
|
1195
|
+
"name": "policyNftId",
|
1196
|
+
"type": "uint96"
|
1197
|
+
}
|
1198
|
+
],
|
1199
|
+
"name": "getRemainingClaimableAmount",
|
1200
|
+
"outputs": [
|
1201
|
+
{
|
1202
|
+
"internalType": "Amount",
|
1203
|
+
"name": "remainingClaimableAmount",
|
1204
|
+
"type": "uint96"
|
1205
|
+
}
|
1206
|
+
],
|
1207
|
+
"stateMutability": "view",
|
1208
|
+
"type": "function"
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"inputs": [
|
1212
|
+
{
|
1213
|
+
"internalType": "RequestId",
|
1214
|
+
"name": "requestId",
|
1215
|
+
"type": "uint64"
|
1216
|
+
}
|
1217
|
+
],
|
1218
|
+
"name": "getRequestInfo",
|
1219
|
+
"outputs": [
|
1220
|
+
{
|
1221
|
+
"components": [
|
1222
|
+
{
|
1223
|
+
"internalType": "NftId",
|
1224
|
+
"name": "requesterNftId",
|
1225
|
+
"type": "uint96"
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
"internalType": "string",
|
1229
|
+
"name": "callbackMethodName",
|
1230
|
+
"type": "string"
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"internalType": "NftId",
|
1234
|
+
"name": "oracleNftId",
|
1235
|
+
"type": "uint96"
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"internalType": "bytes",
|
1239
|
+
"name": "requestData",
|
1240
|
+
"type": "bytes"
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"internalType": "bytes",
|
1244
|
+
"name": "responseData",
|
1245
|
+
"type": "bytes"
|
1246
|
+
},
|
1247
|
+
{
|
1248
|
+
"internalType": "Timestamp",
|
1249
|
+
"name": "respondedAt",
|
1250
|
+
"type": "uint40"
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"internalType": "Timestamp",
|
1254
|
+
"name": "expiredAt",
|
1255
|
+
"type": "uint40"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"internalType": "bool",
|
1259
|
+
"name": "isCancelled",
|
1260
|
+
"type": "bool"
|
1261
|
+
}
|
1262
|
+
],
|
1263
|
+
"internalType": "struct IOracle.RequestInfo",
|
1264
|
+
"name": "requestInfo",
|
1265
|
+
"type": "tuple"
|
1266
|
+
}
|
1267
|
+
],
|
1268
|
+
"stateMutability": "view",
|
1269
|
+
"type": "function"
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"inputs": [
|
1273
|
+
{
|
1274
|
+
"internalType": "RiskId",
|
1275
|
+
"name": "riskId",
|
1276
|
+
"type": "bytes8"
|
1277
|
+
}
|
1278
|
+
],
|
1279
|
+
"name": "getRiskInfo",
|
1280
|
+
"outputs": [
|
1281
|
+
{
|
1282
|
+
"components": [
|
1283
|
+
{
|
1284
|
+
"internalType": "NftId",
|
1285
|
+
"name": "productNftId",
|
1286
|
+
"type": "uint96"
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"internalType": "bytes",
|
1290
|
+
"name": "data",
|
1291
|
+
"type": "bytes"
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"internalType": "struct IRisk.RiskInfo",
|
1295
|
+
"name": "info",
|
1296
|
+
"type": "tuple"
|
1297
|
+
}
|
1298
|
+
],
|
1299
|
+
"stateMutability": "view",
|
1300
|
+
"type": "function"
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
"inputs": [
|
1304
|
+
{
|
1305
|
+
"internalType": "Key32",
|
1306
|
+
"name": "key",
|
1307
|
+
"type": "bytes32"
|
1308
|
+
}
|
1309
|
+
],
|
1310
|
+
"name": "getState",
|
1311
|
+
"outputs": [
|
1312
|
+
{
|
1313
|
+
"internalType": "StateId",
|
1314
|
+
"name": "state",
|
1315
|
+
"type": "uint8"
|
1316
|
+
}
|
1317
|
+
],
|
1318
|
+
"stateMutability": "view",
|
1319
|
+
"type": "function"
|
1320
|
+
},
|
1321
|
+
{
|
1322
|
+
"inputs": [
|
1323
|
+
{
|
1324
|
+
"internalType": "NftId",
|
1325
|
+
"name": "componentNftId",
|
1326
|
+
"type": "uint96"
|
1327
|
+
}
|
1328
|
+
],
|
1329
|
+
"name": "getTokenHandler",
|
1330
|
+
"outputs": [
|
1331
|
+
{
|
1332
|
+
"internalType": "address",
|
1333
|
+
"name": "tokenHandler",
|
1334
|
+
"type": "address"
|
1335
|
+
}
|
1336
|
+
],
|
1337
|
+
"stateMutability": "view",
|
1338
|
+
"type": "function"
|
1339
|
+
},
|
1340
|
+
{
|
1341
|
+
"inputs": [
|
1342
|
+
{
|
1343
|
+
"internalType": "NftId",
|
1344
|
+
"name": "componentNftId",
|
1345
|
+
"type": "uint96"
|
1346
|
+
}
|
1347
|
+
],
|
1348
|
+
"name": "getWallet",
|
1349
|
+
"outputs": [
|
1350
|
+
{
|
1351
|
+
"internalType": "address",
|
1352
|
+
"name": "tokenHandler",
|
1353
|
+
"type": "address"
|
1354
|
+
}
|
1355
|
+
],
|
1356
|
+
"stateMutability": "view",
|
1357
|
+
"type": "function"
|
1358
|
+
},
|
1359
|
+
{
|
1360
|
+
"inputs": [
|
1361
|
+
{
|
1362
|
+
"internalType": "address",
|
1363
|
+
"name": "account",
|
1364
|
+
"type": "address"
|
1365
|
+
},
|
1366
|
+
{
|
1367
|
+
"internalType": "RoleId",
|
1368
|
+
"name": "roleId",
|
1369
|
+
"type": "uint64"
|
1370
|
+
}
|
1371
|
+
],
|
1372
|
+
"name": "hasAdminRole",
|
1373
|
+
"outputs": [
|
1374
|
+
{
|
1375
|
+
"internalType": "bool",
|
1376
|
+
"name": "isMember",
|
1377
|
+
"type": "bool"
|
1378
|
+
}
|
1379
|
+
],
|
1380
|
+
"stateMutability": "view",
|
1381
|
+
"type": "function"
|
1382
|
+
},
|
1383
|
+
{
|
1384
|
+
"inputs": [
|
1385
|
+
{
|
1386
|
+
"internalType": "address",
|
1387
|
+
"name": "account",
|
1388
|
+
"type": "address"
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"internalType": "RoleId",
|
1392
|
+
"name": "roleId",
|
1393
|
+
"type": "uint64"
|
1394
|
+
}
|
1395
|
+
],
|
1396
|
+
"name": "hasRole",
|
1397
|
+
"outputs": [
|
1398
|
+
{
|
1399
|
+
"internalType": "bool",
|
1400
|
+
"name": "isMember",
|
1401
|
+
"type": "bool"
|
1402
|
+
}
|
1403
|
+
],
|
1404
|
+
"stateMutability": "view",
|
1405
|
+
"type": "function"
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"inputs": [],
|
1409
|
+
"name": "initialize",
|
1410
|
+
"outputs": [],
|
1411
|
+
"stateMutability": "nonpayable",
|
1412
|
+
"type": "function"
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"inputs": [
|
1416
|
+
{
|
1417
|
+
"internalType": "address",
|
1418
|
+
"name": "instanceAddress",
|
1419
|
+
"type": "address"
|
1420
|
+
}
|
1421
|
+
],
|
1422
|
+
"name": "initializeWithInstance",
|
1423
|
+
"outputs": [],
|
1424
|
+
"stateMutability": "nonpayable",
|
1425
|
+
"type": "function"
|
1426
|
+
},
|
1427
|
+
{
|
1428
|
+
"inputs": [
|
1429
|
+
{
|
1430
|
+
"internalType": "address",
|
1431
|
+
"name": "target",
|
1432
|
+
"type": "address"
|
1433
|
+
}
|
1434
|
+
],
|
1435
|
+
"name": "isTargetLocked",
|
1436
|
+
"outputs": [
|
1437
|
+
{
|
1438
|
+
"internalType": "bool",
|
1439
|
+
"name": "",
|
1440
|
+
"type": "bool"
|
1441
|
+
}
|
1442
|
+
],
|
1443
|
+
"stateMutability": "view",
|
1444
|
+
"type": "function"
|
1445
|
+
},
|
1446
|
+
{
|
1447
|
+
"inputs": [
|
1448
|
+
{
|
1449
|
+
"internalType": "NftId",
|
1450
|
+
"name": "policyNftId",
|
1451
|
+
"type": "uint96"
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
"internalType": "ClaimId",
|
1455
|
+
"name": "claimId",
|
1456
|
+
"type": "uint16"
|
1457
|
+
}
|
1458
|
+
],
|
1459
|
+
"name": "payouts",
|
1460
|
+
"outputs": [
|
1461
|
+
{
|
1462
|
+
"internalType": "uint24",
|
1463
|
+
"name": "payouts",
|
1464
|
+
"type": "uint24"
|
1465
|
+
}
|
1466
|
+
],
|
1467
|
+
"stateMutability": "view",
|
1468
|
+
"type": "function"
|
1469
|
+
},
|
1470
|
+
{
|
1471
|
+
"inputs": [
|
1472
|
+
{
|
1473
|
+
"internalType": "NftId",
|
1474
|
+
"name": "policyNftId",
|
1475
|
+
"type": "uint96"
|
1476
|
+
}
|
1477
|
+
],
|
1478
|
+
"name": "policyIsActive",
|
1479
|
+
"outputs": [
|
1480
|
+
{
|
1481
|
+
"internalType": "bool",
|
1482
|
+
"name": "isCloseable",
|
1483
|
+
"type": "bool"
|
1484
|
+
}
|
1485
|
+
],
|
1486
|
+
"stateMutability": "view",
|
1487
|
+
"type": "function"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"inputs": [
|
1491
|
+
{
|
1492
|
+
"internalType": "NftId",
|
1493
|
+
"name": "poolNftId",
|
1494
|
+
"type": "uint96"
|
1495
|
+
}
|
1496
|
+
],
|
1497
|
+
"name": "toBundleKey",
|
1498
|
+
"outputs": [
|
1499
|
+
{
|
1500
|
+
"internalType": "Key32",
|
1501
|
+
"name": "",
|
1502
|
+
"type": "bytes32"
|
1503
|
+
}
|
1504
|
+
],
|
1505
|
+
"stateMutability": "pure",
|
1506
|
+
"type": "function"
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"inputs": [
|
1510
|
+
{
|
1511
|
+
"internalType": "NftId",
|
1512
|
+
"name": "componentNftId",
|
1513
|
+
"type": "uint96"
|
1514
|
+
}
|
1515
|
+
],
|
1516
|
+
"name": "toComponentKey",
|
1517
|
+
"outputs": [
|
1518
|
+
{
|
1519
|
+
"internalType": "Key32",
|
1520
|
+
"name": "",
|
1521
|
+
"type": "bytes32"
|
1522
|
+
}
|
1523
|
+
],
|
1524
|
+
"stateMutability": "pure",
|
1525
|
+
"type": "function"
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
"inputs": [
|
1529
|
+
{
|
1530
|
+
"internalType": "NftId",
|
1531
|
+
"name": "distributionNftId",
|
1532
|
+
"type": "uint96"
|
1533
|
+
}
|
1534
|
+
],
|
1535
|
+
"name": "toDistributionKey",
|
1536
|
+
"outputs": [
|
1537
|
+
{
|
1538
|
+
"internalType": "Key32",
|
1539
|
+
"name": "",
|
1540
|
+
"type": "bytes32"
|
1541
|
+
}
|
1542
|
+
],
|
1543
|
+
"stateMutability": "pure",
|
1544
|
+
"type": "function"
|
1545
|
+
},
|
1546
|
+
{
|
1547
|
+
"inputs": [
|
1548
|
+
{
|
1549
|
+
"internalType": "NftId",
|
1550
|
+
"name": "distributorNftId",
|
1551
|
+
"type": "uint96"
|
1552
|
+
}
|
1553
|
+
],
|
1554
|
+
"name": "toDistributorKey",
|
1555
|
+
"outputs": [
|
1556
|
+
{
|
1557
|
+
"internalType": "Key32",
|
1558
|
+
"name": "",
|
1559
|
+
"type": "bytes32"
|
1560
|
+
}
|
1561
|
+
],
|
1562
|
+
"stateMutability": "pure",
|
1563
|
+
"type": "function"
|
1564
|
+
},
|
1565
|
+
{
|
1566
|
+
"inputs": [
|
1567
|
+
{
|
1568
|
+
"internalType": "UFixed",
|
1569
|
+
"name": "value",
|
1570
|
+
"type": "uint256"
|
1571
|
+
}
|
1572
|
+
],
|
1573
|
+
"name": "toInt",
|
1574
|
+
"outputs": [
|
1575
|
+
{
|
1576
|
+
"internalType": "uint256",
|
1577
|
+
"name": "",
|
1578
|
+
"type": "uint256"
|
1579
|
+
}
|
1580
|
+
],
|
1581
|
+
"stateMutability": "pure",
|
1582
|
+
"type": "function"
|
1583
|
+
},
|
1584
|
+
{
|
1585
|
+
"inputs": [
|
1586
|
+
{
|
1587
|
+
"internalType": "NftId",
|
1588
|
+
"name": "policyNftId",
|
1589
|
+
"type": "uint96"
|
1590
|
+
}
|
1591
|
+
],
|
1592
|
+
"name": "toPolicyKey",
|
1593
|
+
"outputs": [
|
1594
|
+
{
|
1595
|
+
"internalType": "Key32",
|
1596
|
+
"name": "",
|
1597
|
+
"type": "bytes32"
|
1598
|
+
}
|
1599
|
+
],
|
1600
|
+
"stateMutability": "pure",
|
1601
|
+
"type": "function"
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"inputs": [
|
1605
|
+
{
|
1606
|
+
"internalType": "NftId",
|
1607
|
+
"name": "poolNftId",
|
1608
|
+
"type": "uint96"
|
1609
|
+
}
|
1610
|
+
],
|
1611
|
+
"name": "toPoolKey",
|
1612
|
+
"outputs": [
|
1613
|
+
{
|
1614
|
+
"internalType": "Key32",
|
1615
|
+
"name": "",
|
1616
|
+
"type": "bytes32"
|
1617
|
+
}
|
1618
|
+
],
|
1619
|
+
"stateMutability": "pure",
|
1620
|
+
"type": "function"
|
1621
|
+
},
|
1622
|
+
{
|
1623
|
+
"inputs": [
|
1624
|
+
{
|
1625
|
+
"internalType": "NftId",
|
1626
|
+
"name": "policyNftId",
|
1627
|
+
"type": "uint96"
|
1628
|
+
}
|
1629
|
+
],
|
1630
|
+
"name": "toPremiumKey",
|
1631
|
+
"outputs": [
|
1632
|
+
{
|
1633
|
+
"internalType": "Key32",
|
1634
|
+
"name": "",
|
1635
|
+
"type": "bytes32"
|
1636
|
+
}
|
1637
|
+
],
|
1638
|
+
"stateMutability": "pure",
|
1639
|
+
"type": "function"
|
1640
|
+
},
|
1641
|
+
{
|
1642
|
+
"inputs": [
|
1643
|
+
{
|
1644
|
+
"internalType": "NftId",
|
1645
|
+
"name": "productNftId",
|
1646
|
+
"type": "uint96"
|
1647
|
+
}
|
1648
|
+
],
|
1649
|
+
"name": "toProductKey",
|
1650
|
+
"outputs": [
|
1651
|
+
{
|
1652
|
+
"internalType": "Key32",
|
1653
|
+
"name": "",
|
1654
|
+
"type": "bytes32"
|
1655
|
+
}
|
1656
|
+
],
|
1657
|
+
"stateMutability": "pure",
|
1658
|
+
"type": "function"
|
1659
|
+
},
|
1660
|
+
{
|
1661
|
+
"inputs": [
|
1662
|
+
{
|
1663
|
+
"internalType": "NftId",
|
1664
|
+
"name": "distributionNftId",
|
1665
|
+
"type": "uint96"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"internalType": "string",
|
1669
|
+
"name": "referralCode",
|
1670
|
+
"type": "string"
|
1671
|
+
}
|
1672
|
+
],
|
1673
|
+
"name": "toReferralId",
|
1674
|
+
"outputs": [
|
1675
|
+
{
|
1676
|
+
"internalType": "ReferralId",
|
1677
|
+
"name": "referralId",
|
1678
|
+
"type": "bytes8"
|
1679
|
+
}
|
1680
|
+
],
|
1681
|
+
"stateMutability": "pure",
|
1682
|
+
"type": "function"
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"inputs": [
|
1686
|
+
{
|
1687
|
+
"internalType": "uint256",
|
1688
|
+
"name": "value",
|
1689
|
+
"type": "uint256"
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
"internalType": "int8",
|
1693
|
+
"name": "exp",
|
1694
|
+
"type": "int8"
|
1695
|
+
}
|
1696
|
+
],
|
1697
|
+
"name": "toUFixed",
|
1698
|
+
"outputs": [
|
1699
|
+
{
|
1700
|
+
"internalType": "UFixed",
|
1701
|
+
"name": "",
|
1702
|
+
"type": "uint256"
|
1703
|
+
}
|
1704
|
+
],
|
1705
|
+
"stateMutability": "pure",
|
1706
|
+
"type": "function"
|
1707
|
+
}
|
1708
|
+
],
|
1709
|
+
"bytecode": "0x60806040525f805460ff191690553480156017575f80fd5b506147fe806100255f395ff3fe608060405234801561000f575f80fd5b50600436106102ff575f3560e01c80637d8f1e8111610195578063cd55e51b116100e4578063e98413ff1161009e578063f7f318d311610079578063f7f318d314610834578063fad77c3b14610847578063fd8024921461085a578063febe92af1461087a575f80fd5b8063e98413ff146107d8578063f0ea17c314610801578063f3ed991914610821575f80fd5b8063cd55e51b1461074c578063d06458c61461075f578063d4cda0d81461077f578063dd26287a14610790578063de7b5d14146107a3578063e444c3df146107b8575f80fd5b806394b9929b1161014f578063a7ef3d211161012a578063a7ef3d21146106cf578063b82d7ef5146106ef578063ba579bdc14610719578063bd7d9d851461072c575f80fd5b806394b9929b1461064d578063a310e2a314610660578063a5961b4c14610673575f80fd5b80637d8f1e81146105d95780637e54602a146105ec5780638129fc1c146105ff578063887b1fa9146106075780638eb9000d146106275780639096a1f31461063a575f80fd5b80633b046f091161025157806357f80bbf1161020b5780636791f7ab116101e65780636791f7ab1461058b5780636ebed908146105a057806378ae9350146105b35780637bfd3217146105c6575f80fd5b806357f80bbf1461054557806364eb3a9b1461056557806364fc314214610578575f80fd5b80633b046f09146104825780633f093cd6146104a857806344aa6836146104d45780634793b4ab146104e75780634d21a63d146105075780634fb784f514610532575f80fd5b80631d3be477116102bc57806327b1d7921161029757806327b1d792146104295780632c0cd0601461044957806334bd5be31461045c57806335898f5d1461046f575f80fd5b80631d3be477146103d3578063228e42ec146103f357806326decd4014610406575f80fd5b80630232ca491461030357806309648a9d1461033357806309c5844f146103585780630b5d931c1461036b57806310bf267b1461038b5780631488c845146103b2575b5f80fd5b610316610311366004612b15565b61089a565b6040516001600160601b0390911681526020015b60405180910390f35b610346610341366004612b30565b610914565b60405160ff909116815260200161032a565b610346610366366004612b15565b610989565b61037e610379366004612b15565b610a02565b60405161032a9190612b47565b61039e610399366004612c4d565b610b5f565b60405162ffffff909116815260200161032a565b6103c56103c0366004612c84565b610b75565b60405190815260200161032a565b6103e66103e1366004612cc1565b610bf1565b60405161032a9190612d0a565b610316610401366004612b15565b610d35565b610419610414366004612db8565b610d6e565b604051901515815260200161032a565b61043c610437366004612b15565b610e4c565b60405161032a9190612dd3565b610316610457366004612b15565b610f09565b6103c561046a366004612b15565b610f29565b6103c561047d366004612b15565b610fc0565b610495610490366004612b15565b610fec565b60405161ffff909116815260200161032a565b6104bb6104b6366004612ff5565b611001565b6040516001600160c01b0319909116815260200161032a565b6103c56104e2366004612b30565b61107b565b6104fa6104f5366004612b15565b6110b5565b60405161032a9190613081565b61051a610515366004612b15565b611156565b6040516001600160a01b03909116815260200161032a565b6103c5610540366004612b15565b6111fe565b610558610553366004612b15565b61122a565b60405161032a919061310c565b6103c5610573366004612b15565b611303565b6104196105863660046131aa565b61132f565b61059e610599366004612db8565b61141e565b005b6103166105ae3660046131d6565b611575565b6103466105c1366004612c4d565b6115ef565b6103c56105d4366004612b15565b6116e6565b6103466105e7366004612b15565b611712565b6103c56105fa366004612b15565b61172e565b61059e61175a565b61061a610615366004612cc1565b611788565b60405161032a9190613200565b610316610635366004612b15565b6118a9565b610346610648366004612b15565b6118e2565b6103c561065b366004612b15565b6118fe565b61051a61066e366004612b15565b61194d565b610686610681366004612b30565b6119f5565b60405161032a91905f60808201905060ff835116825260ff602084015116602083015263ffffffff604084015116604083015263ffffffff606084015116606083015292915050565b6106e26106dd366004612c4d565b611a7f565b60405161032a9190613235565b6107026106fd366004612cc1565b611bdb565b6040805192835260ff90911660208301520161032a565b610419610727366004612b15565b611e77565b61073f61073a366004612b15565b6120c5565b60405161032a91906132df565b61041961075a3660046131aa565b6121dd565b61077261076d366004612cc1565b612291565b60405161032a9190613457565b6001546001600160a01b031661051a565b6103c561079e366004612b15565b6123f6565b5f5461010090046001600160a01b031661051a565b6107cb6107c6366004612b15565b612422565b60405161032a91906134f8565b6107eb6107e63660046136f8565b61254b565b60405164ffffffffff909116815260200161032a565b61081461080f366004612b15565b6125dd565b60405161032a9190613724565b61034661082f3660046137c0565b6126a6565b6103c5610842366004612b15565b612708565b610495610855366004612b30565b612734565b61086d6108683660046137c0565b6127b7565b60405161032a91906137ec565b61088d610888366004613857565b6128f9565b60405161032a9190613872565b600154604051630232ca4960e01b81526001600160601b03831660048201525f916001600160a01b031690630232ca49906024015b602060405180830381865afa1580156108ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613950565b92915050565b60015460405163296586d360e21b8152600481018390525f916001600160a01b03169063a5961b4c90602401608060405180830381865afa15801561095b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097f9190613995565b6020015192915050565b6001545f906001600160a01b03166309648a9d6109a584610f29565b6040518263ffffffff1660e01b81526004016109c391815260200190565b602060405180830381865afa1580156109de573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e91906139fc565b610ab960408051610140810182525f80825260208083018290528284018290528351808501855282815280820183905260608401528351808501855282815280820183905260808401528351808501855282815280820183905260a08401528351808501855282815280820183905260c08401528351808501855282815280820183905260e08401528351808501855282815280820183905261010084015283518085019094528184528301529061012082015290565b6001545f906001600160a01b03166354f6127f610ad5856116e6565b6040518263ffffffff1660e01b8152600401610af391815260200190565b5f60405180830381865afa158015610b0d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610b349190810190613a66565b805190915015610b595780806020019051810190610b529190613ad5565b9392505050565b50919050565b5f610b6a8383611a7f565b604001519392505050565b604051631488c84560e01b8152600481018390525f82810b60248301529073__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401602060405180830381865af4158015610bcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613ba8565b6040805160e0810182525f8082526060602083018190529282018190528282018190526080820181905260a082015260c08101919091526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590602401602060405180830381865af4158015610c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb89190613ba8565b6040518263ffffffff1660e01b8152600401610cd691815260200190565b5f60405180830381865afa158015610cf0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d179190810190613a66565b805190915015610b595780806020019051810190610b529190613bca565b6001546040516308a390bb60e21b81526001600160601b03831660048201525f916001600160a01b03169063228e42ec906024016108cf565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610de39190613cac565b604051629b7b3560e61b81526001600160a01b03848116600483015291909116906326decd4090602401602060405180830381865afa158015610e28573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613cc7565b604080516080810182525f808252602082018190526060928201839052918101919091526001545f906001600160a01b03166354f6127f610e8c8561172e565b6040518263ffffffff1660e01b8152600401610eaa91815260200190565b5f60405180830381865afa158015610ec4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610eeb9190810190613a66565b805190915015610b595780806020019051810190610b529190613ceb565b5f80610f14836120c5565b9050610b528160800151826101600151612a47565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03841660165b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015b602060405180830381865af4158015610f9c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613ba8565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600e610f51565b5f610ff6826120c5565b610120015192915050565b604051631f849e6b60e11b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd69061103c9086908690600401613d90565b602060405180830381865af4158015611057573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613db1565b604051632255341b60e11b8152600481018290525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401610f81565b6110bd612aa7565b6001545f906001600160a01b03166354f6127f6110d985612708565b6040518263ffffffff1660e01b81526004016110f791815260200190565b5f60405180830381865afa158015611111573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111389190810190613a66565b805190915015610b595780806020019051810190610b529190613dcc565b6001545f9081906001600160a01b03166354f6127f611174856111fe565b6040518263ffffffff1660e01b815260040161119291815260200190565b5f60405180830381865afa1580156111ac573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111d39190810190613a66565b805190915015610b59575f818060200190518101906111f29190613e9b565b60800151949350505050565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600b610f51565b60408051610100810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101919091526001545f906001600160a01b03166354f6127f611286856123f6565b6040518263ffffffff1660e01b81526004016112a491815260200190565b5f60405180830381865afa1580156112be573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112e59190810190613a66565b805190915015610b595780806020019051810190610b529190613f7e565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b0384166015610f51565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611380573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a49190613cac565b60405163327e18a160e11b81526001600160a01b0385811660048301526001600160401b038516602483015291909116906364fc3142906044015b602060405180830381865afa1580156113fa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613cc7565b5f5460ff16156114415760405163ae9eff1b60e01b815260040160405180910390fd5b5f80546001600160a01b038084166101009081026001600160a81b0319909316929092176001179283905560408051631a99b41b60e31b8152905192909304169163d4cda0d89160048083019260209291908290030181865afa1580156114aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ce9190613cac565b600180546001600160a01b0319166001600160a01b039283161790555f5460408051631b776b6960e21b8152905161010090920490921691636dddada49160048083019260209291908290030181865afa15801561152e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115529190613cac565b600280546001600160a01b0319166001600160a01b039290921691909117905550565b600254604051630dd7db2160e31b81526001600160601b0384166004820152602481018390525f916001600160a01b031690636ebed90890604401602060405180830381865afa1580156115cb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613950565b600154604051637d56159160e11b815261ffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b22906044015b602060405180830381865af4158015611665573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116899190613ba8565b6040518263ffffffff1660e01b81526004016116a791815260200190565b602060405180830381865afa1580156116c2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5291906139fc565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600c610f51565b6001545f906001600160a01b03166309648a9d6109a584612708565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601d610f51565b5f5460ff161561177d5760405163ae9eff1b60e01b815260040160405180910390fd5b6117863361141e565b565b604080518082019091525f8152606060208201526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af4158015611808573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061182c9190613ba8565b6040518263ffffffff1660e01b815260040161184a91815260200190565b5f60405180830381865afa158015611864573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261188b9190810190613a66565b805190915015610b595780806020019051810190610b529190614018565b600154604051638eb9000d60e01b81526001600160601b03831660048201525f916001600160a01b031690638eb9000d906024016108cf565b6001545f906001600160a01b03166309648a9d6109a584611303565b6002546040516394b9929b60e01b81526001600160601b03831660048201525f916001600160a01b0316906394b9929b90602401602060405180830381865afa158015610f9c573d5f803e3d5ffd5b6001545f9081906001600160a01b03166354f6127f61196b856111fe565b6040518263ffffffff1660e01b815260040161198991815260200190565b5f60405180830381865afa1580156119a3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119ca9190810190613a66565b805190915015610b59575f818060200190518101906119e99190613e9b565b60600151949350505050565b604080516080810182525f808252602082018190528183018190526060820152600154915163296586d360e21b81526004810184905290916001600160a01b03169063a5961b4c90602401608060405180830381865afa158015611a5b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613995565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820181905260a082015260c0810191909152600154604051637d56159160e11b815261ffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401602060405180830381865af4158015611b2b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4f9190613ba8565b6040518263ffffffff1660e01b8152600401611b6d91815260200190565b5f60405180830381865afa158015611b87573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bae9190810190613a66565b805190915015611bd45780806020019051810190611bcc91906140a0565b91505061090e565b5092915050565b5f805f611be784610bf1565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611c44573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c689190613cc7565b15611ce55773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611cb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cd89190613ba8565b60645b9250925050915091565b611d678160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611d34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d589190614189565b64ffffffffff90811691161090565b15611dde5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611db3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dd79190613ba8565b606e611cdb565b806060015163ffffffff16816080015163ffffffff1610611e6b5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e649190613ba8565b6078611cdb565b6040810151600a611cdb565b5f80611e82836120c5565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ede573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f029190613cc7565b15611f0f57505f92915050565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611f6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f8e9190613cc7565b15611f9b57505f92915050565b61201e816101a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611feb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061200f9190614189565b64ffffffffff90811691161190565b1561202b57505f92915050565b6120af816101c0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561207b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209f9190614189565b64ffffffffff9081169116111590565b156120bc57505f92915050565b50600192915050565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101919091526001545f906001600160a01b03166354f6127f61216085611303565b6040518263ffffffff1660e01b815260040161217e91815260200190565b5f60405180830381865afa158015612198573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121bf9190810190613a66565b805190915015610b595780806020019051810190610b5291906141af565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561222e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122529190613cac565b60405163cd55e51b60e01b81526001600160a01b0385811660048301526001600160401b0385166024830152919091169063cd55e51b906044016113df565b6122e9604051806101200160405280606081526020015f81526020015f81526020015f81526020015f63ffffffff1681526020015f63ffffffff1681526020015f151581526020015f15158152602001606081525090565b6001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590602401602060405180830381865af4158015612355573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123799190613ba8565b6040518263ffffffff1660e01b815260040161239791815260200190565b5f60405180830381865afa1580156123b1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123d89190810190613a66565b805190915015610b595780806020019051810190610b529190614342565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600f610f51565b60408051610240810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810182905261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e0810182905261020081018290526102208101919091526001545f906001600160a01b03166354f6127f6124ce85610f29565b6040518263ffffffff1660e01b81526004016124ec91815260200190565b5f60405180830381865afa158015612506573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261252d9190810190613a66565b805190915015610b595780806020019051810190610b52919061443b565b5f73__$0f9396e6447a4be57af83e53f51d234633$__6359fad7ca846125728560016145b1565b6040516001600160e01b031960e085901b16815261ffff909216600483015262ffffff166024820152604401602060405180830381865af41580156125b9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190614189565b6040805160c08101825260608082525f602083018190529282018390528082018390526080820183905260a08201526001549091906001600160a01b03166354f6127f612629856111fe565b6040518263ffffffff1660e01b815260040161264791815260200190565b5f60405180830381865afa158015612661573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126889190810190613a66565b805190915015610b595780806020019051810190610b529190613e9b565b600154604051632867b75960e21b815264ffffffffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd649060440161164a565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601f610f51565b5f73__$9e81531fe4994e01e99541f86b55500b4b$__639cc45a3661275a8460016145cc565b6040518263ffffffff1660e01b815260040161277891815260200190565b602060405180830381865af4158015612793573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e91906145df565b6040805160a0810182525f808252602082018190529181018290526060808201526080810191909152600154604051632867b75960e21b815264ffffffffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd6490604401602060405180830381865af4158015612858573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061287c9190613ba8565b6040518263ffffffff1660e01b815260040161289a91815260200190565b5f60405180830381865afa1580156128b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128db9190810190613a66565b805190915015611bd45780806020019051810190611bcc91906145fa565b60408051610100810182525f808252606060208301819052928201819052828201839052608082019290925260a0810182905260c0810182905260e0810191909152600154604051630f37f38f60e41b81526001600160401b03841660048201525f916001600160a01b0316906354f6127f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156129a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129ca9190613ba8565b6040518263ffffffff1660e01b81526004016129e891815260200190565b5f60405180830381865afa158015612a02573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a299190810190613a66565b805190915015610b595780806020019051810190610b5291906146b4565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401602060405180830381865af41580156115cb573d5f803e3d5ffd5b6040518060c001604052805f6001600160601b03168152602001612adc60405180604001604052805f81526020015f81525090565b81526060602082018190525f6040830181905290820181905260809091015290565b6001600160601b0381168114612b12575f80fd5b50565b5f60208284031215612b25575f80fd5b8135610b5281612afe565b5f60208284031215612b40575f80fd5b5035919050565b81516001600160601b0316815261022081016020830151612b7360208401826001600160601b03169052565b506040830151612b87604084018215159052565b506060830151612ba4606084018280518252602090810151910152565b506080830151805160a0840152602081015160c08401525060a0830151805160e084015260208101516101008401525060c0830151805161012084015260208101516101408401525060e0830151805161016084015260208101516101808401525061010083015180516101a084015260208101516101c08401525061012083015180516101e08401526020810151610200840152611bd4565b61ffff81168114612b12575f80fd5b5f8060408385031215612c5e575f80fd5b8235612c6981612afe565b91506020830135612c7981612c3e565b809150509250929050565b5f8060408385031215612c95575f80fd5b8235915060208301355f81900b8114612c79575f80fd5b6001600160c01b031981168114612b12575f80fd5b5f60208284031215612cd1575f80fd5b8135610b5281612cac565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015160e06040840152612d39610100840182612cdc565b90506040840151606084015263ffffffff60608501511660808401526080840151612d6c60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e0850152612d9b8282612cdc565b95945050505050565b6001600160a01b0381168114612b12575f80fd5b5f60208284031215612dc8575f80fd5b8135610b5281612da4565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f604083015160806060840152612e1060a0840182612cdc565b905063ffffffff60608501511660808401528091505092915050565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b0381118282101715612e6257612e62612e2c565b60405290565b604080519081016001600160401b0381118282101715612e6257612e62612e2c565b60405161014081016001600160401b0381118282101715612e6257612e62612e2c565b60405160e081016001600160401b0381118282101715612e6257612e62612e2c565b60405160c081016001600160401b0381118282101715612e6257612e62612e2c565b60405161010081016001600160401b0381118282101715612e6257612e62612e2c565b60405161020081016001600160401b0381118282101715612e6257612e62612e2c565b60405161012081016001600160401b0381118282101715612e6257612e62612e2c565b60405161024081016001600160401b0381118282101715612e6257612e62612e2c565b60405160a081016001600160401b0381118282101715612e6257612e62612e2c565b604051601f8201601f191681016001600160401b0381118282101715612fc757612fc7612e2c565b604052919050565b5f6001600160401b03821115612fe757612fe7612e2c565b50601f01601f191660200190565b5f8060408385031215613006575f80fd5b823561301181612afe565b915060208301356001600160401b0381111561302b575f80fd5b8301601f8101851361303b575f80fd5b803561304e61304982612fcf565b612f9f565b818152866020838501011115613062575f80fd5b816020840160208301375f602083830101528093505050509250929050565b602081526001600160601b0382511660208201525f60208301516130b2604084018280518252602090810151910152565b50604083015160e060808401526130cd610100840182612cdc565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b5f610100820190506001600160601b0383511682526001600160401b0360208401511660208301526040830151151560408301526060830151613153606084018215159052565b506080830151613167608084018215159052565b5060a083015161317b60a084018215159052565b5060c083015160c083015260e083015160e083015292915050565b6001600160401b0381168114612b12575f80fd5b5f80604083850312156131bb575f80fd5b82356131c681612da4565b91506020830135612c7981613196565b5f80604083850312156131e7575f80fd5b82356131f281612afe565b946020939093013593505050565b602081526001600160601b0382511660208201525f602083015160408084015261322d6060840182612cdc565b949350505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151613273606084018262ffffff169052565b50606083015162ffffff8116608084015250608083015160e060a084015261329f610100840182612cdc565b905060a0840151601f198483030160c08501526132bc8282612cdc565b91505060c08401516132d760e085018264ffffffffff169052565b509392505050565b602081526132f96020820183516001600160601b03169052565b5f602083015161331460408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c083015164ffffffffff811660e08401525060e083015161020061010084015261339a610220840182612cdc565b9050610100840151601f19848303016101208501526133b98282612cdc565b9150506101208401516133d361014085018261ffff169052565b5061014084015161ffff8116610160850152506101608401516001600160601b038116610180850152506101808401516001600160601b0381166101a0850152506101a084015164ffffffffff81166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501526132d7565b602081525f82516101206020840152613474610140840182612cdc565b905060208401516040840152604084015160608401526060840151608084015260808401516134ab60a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f1901610120850152612d9b8282612cdc565b81516001600160601b031681526102408101602083015161352460208401826001600160601b03169052565b50604083015161353f60408401826001600160601b03169052565b50606083015161355a60608401826001600160601b03169052565b50608083015161357560808401826001600160601b03169052565b5060a083015161359060a08401826001600160601b03169052565b5060c08301516135ab60c08401826001600160601b03169052565b5060e08301516135c660e08401826001600160601b03169052565b506101008301516135e36101008401826001600160601b03169052565b506101208301516136006101208401826001600160601b03169052565b5061014083015161361d6101408401826001600160601b03169052565b5061016083015161363a6101608401826001600160601b03169052565b506101808301516136576101808401826001600160601b03169052565b506101a08301516136746101a08401826001600160601b03169052565b506101c08301516136916101c08401826001600160601b03169052565b506101e08301516136ae6101e08401826001600160601b03169052565b506102008301516136cb6102008401826001600160601b03169052565b50610220830151611bd46102208401826001600160601b03169052565b62ffffff81168114612b12575f80fd5b5f8060408385031215613709575f80fd5b823561371481612c3e565b91506020830135612c79816136e8565b602081525f825160c0602084015261373f60e0840182612cdc565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161379260a08501826001600160a01b03169052565b5060a0840151838203601f190160c0850152612d9b8282612cdc565b64ffffffffff81168114612b12575f80fd5b5f80604083850312156137d1575f80fd5b82356137dc81612afe565b91506020830135612c79816137ae565b6020815261ffff82511660208201526001600160601b03602083015116604082015260018060a01b0360408301511660608201525f606083015160a0608084015261383a60c0840182612cdc565b905064ffffffffff60808501511660a08401528091505092915050565b5f60208284031215613867575f80fd5b8135610b5281613196565b6020815261388c6020820183516001600160601b03169052565b5f602083015161010060408401526138a8610120840182612cdc565b905060408401516138c460608501826001600160601b03169052565b506060840151838203601f190160808501526138e08282612cdc565b9150506080840151601f198483030160a08501526138fe8282612cdc565b91505060a084015161391960c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501526132d7565b805161394b81612afe565b919050565b5f60208284031215613960575f80fd5b8151610b5281612afe565b60ff81168114612b12575f80fd5b63ffffffff81168114612b12575f80fd5b805161394b81613979565b5f60808284031280156139a6575f80fd5b506139af612e40565b82516139ba8161396b565b815260208301516139ca8161396b565b602082015260408301516139dd81613979565b604082015260608301516139f081613979565b60608201529392505050565b5f60208284031215613a0c575f80fd5b8151610b528161396b565b5f82601f830112613a26575f80fd5b8151602083015f613a3961304984612fcf565b9050828152858383011115613a4c575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215613a76575f80fd5b81516001600160401b03811115613a8b575f80fd5b61322d84828501613a17565b8051801515811461394b575f80fd5b5f60408284031215613ab6575f80fd5b613abe612e68565b825181526020928301519281019290925250919050565b5f610220828403128015613ae7575f80fd5b50613af0612e8a565b613af983613940565b8152613b0760208401613940565b6020820152613b1860408401613a97565b6040820152613b2a8460608501613aa6565b6060820152613b3c8460a08501613aa6565b6080820152613b4e8460e08501613aa6565b60a0820152613b61846101208501613aa6565b60c0820152613b74846101608501613aa6565b60e0820152613b87846101a08501613aa6565b610100820152613b9b846101e08501613aa6565b6101208201529392505050565b5f60208284031215613bb8575f80fd5b5051919050565b805161394b816137ae565b5f60208284031215613bda575f80fd5b81516001600160401b03811115613bef575f80fd5b820160e08185031215613c00575f80fd5b613c08612ead565b613c1182613940565b815260208201516001600160401b03811115613c2b575f80fd5b613c3786828501613a17565b60208301525060408281015190820152613c536060830161398a565b6060820152613c646080830161398a565b6080820152613c7560a08301613bbf565b60a082015260c08201516001600160401b03811115613c92575f80fd5b613c9e86828501613a17565b60c083015250949350505050565b5f60208284031215613cbc575f80fd5b8151610b5281612da4565b5f60208284031215613cd7575f80fd5b610b5282613a97565b805161394b81612cac565b5f60208284031215613cfb575f80fd5b81516001600160401b03811115613d10575f80fd5b820160808185031215613d21575f80fd5b613d29612e40565b8151613d3481612cac565b8152613d4260208301613a97565b602082015260408201516001600160401b03811115613d5f575f80fd5b613d6b86828501613a17565b60408301525060608201519150613d8182613979565b60608101919091529392505050565b6001600160601b0383168152604060208201525f61322d6040830184612cdc565b5f60208284031215613dc1575f80fd5b8151610b5281612cac565b5f60208284031215613ddc575f80fd5b81516001600160401b03811115613df1575f80fd5b820160e08185031215613e02575f80fd5b613e0a612ecf565b8151613e1581612afe565b8152613e248560208401613aa6565b602082015260608201516001600160401b03811115613e41575f80fd5b613e4d86828501613a17565b6040830152506080820151613e61816137ae565b6060820152613e7260a08301613bbf565b6080820152613e8360c08301613bbf565b60a0820152949350505050565b805161394b81612da4565b5f60208284031215613eab575f80fd5b81516001600160401b03811115613ec0575f80fd5b820160c08185031215613ed1575f80fd5b613ed9612ecf565b81516001600160401b03811115613eee575f80fd5b613efa86828501613a17565b825250613f0960208301613940565b6020820152613f1a60408301613e90565b6040820152613f2b60608301613e90565b6060820152613f3c60808301613e90565b608082015260a08201516001600160401b03811115613f59575f80fd5b613f6586828501613a17565b60a083015250949350505050565b805161394b81613196565b5f610100828403128015613f90575f80fd5b50613f99612ef1565b8251613fa481612afe565b8152613fb260208401613f73565b6020820152613fc360408401613a97565b6040820152613fd460608401613a97565b6060820152613fe560808401613a97565b6080820152613ff660a08401613a97565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f60208284031215614028575f80fd5b81516001600160401b0381111561403d575f80fd5b82016040818503121561404e575f80fd5b614056612e68565b815161406181612afe565b815260208201516001600160401b0381111561407b575f80fd5b61408786828501613a17565b602083015250949350505050565b805161394b816136e8565b5f602082840312156140b0575f80fd5b81516001600160401b038111156140c5575f80fd5b820160e081850312156140d6575f80fd5b6140de612ead565b6140e782613940565b81526140f560208301613940565b602082015261410660408301614095565b604082015261411760608301614095565b606082015260808201516001600160401b03811115614134575f80fd5b61414086828501613a17565b60808301525060a08201516001600160401b0381111561415e575f80fd5b61416a86828501613a17565b60a08301525061417c60c08301613bbf565b60c0820152949350505050565b5f60208284031215614199575f80fd5b8151610b52816137ae565b805161394b81612c3e565b5f602082840312156141bf575f80fd5b81516001600160401b038111156141d4575f80fd5b820161020081850312156141e6575f80fd5b6141ee612f14565b6141f782613940565b815261420560208301613940565b602082015261421660408301613ce0565b604082015261422760608301613ce0565b606082015261423860808301613940565b608082015261424960a08301613940565b60a082015261425a60c08301613bbf565b60c082015260e08201516001600160401b03811115614277575f80fd5b61428386828501613a17565b60e0830152506101008201516001600160401b038111156142a2575f80fd5b6142ae86828501613a17565b610100830152506142c261012083016141a4565b6101208201526142d561014083016141a4565b6101408201526142e86101608301613940565b6101608201526142fb6101808301613940565b61018082015261430e6101a08301613bbf565b6101a08201526143216101c08301613bbf565b6101c08201526143346101e08301613bbf565b6101e0820152949350505050565b5f60208284031215614352575f80fd5b81516001600160401b03811115614367575f80fd5b82016101208185031215614379575f80fd5b614381612f37565b81516001600160401b03811115614396575f80fd5b6143a286828501613a17565b8252506020828101519082015260408083015190820152606080830151908201526143cf6080830161398a565b60808201526143e060a0830161398a565b60a08201526143f160c08301613a97565b60c082015261440260e08301613a97565b60e08201526101008201516001600160401b03811115614420575f80fd5b61442c86828501613a17565b61010083015250949350505050565b5f61024082840312801561444d575f80fd5b50614456612f5a565b61445f83613940565b815261446d60208401613940565b602082015261447e60408401613940565b604082015261448f60608401613940565b60608201526144a060808401613940565b60808201526144b160a08401613940565b60a08201526144c260c08401613940565b60c08201526144d360e08401613940565b60e08201526144e56101008401613940565b6101008201526144f86101208401613940565b61012082015261450b6101408401613940565b61014082015261451e6101608401613940565b6101608201526145316101808401613940565b6101808201526145446101a08401613940565b6101a08201526145576101c08401613940565b6101c082015261456a6101e08401613940565b6101e082015261457d6102008401613940565b6102008201526145906102208401613940565b6102208201529392505050565b634e487b7160e01b5f52601160045260245ffd5b62ffffff818116838216019081111561090e5761090e61459d565b8082018082111561090e5761090e61459d565b5f602082840312156145ef575f80fd5b8151610b5281612c3e565b5f6020828403121561460a575f80fd5b81516001600160401b0381111561461f575f80fd5b820160a08185031215614630575f80fd5b614638612f7d565b815161464381612c3e565b8152602082015161465381612afe565b6020820152604082015161466681612da4565b604082015260608201516001600160401b03811115614683575f80fd5b61468f86828501613a17565b606083015250608082015191506146a5826137ae565b60808101919091529392505050565b5f602082840312156146c4575f80fd5b81516001600160401b038111156146d9575f80fd5b820161010081850312156146eb575f80fd5b6146f3612ef1565b6146fc82613940565b815260208201516001600160401b03811115614716575f80fd5b61472286828501613a17565b60208301525061473460408301613940565b604082015260608201516001600160401b03811115614751575f80fd5b61475d86828501613a17565b60608301525060808201516001600160401b0381111561477b575f80fd5b61478786828501613a17565b60808301525061479960a08301613bbf565b60a08201526147aa60c08301613bbf565b60c08201526147bb60e08301613a97565b60e082015294935050505056fea2646970667358221220bc08555fdc17f62d0721d05c75a5489835e3ba4534dd54b98ec02f438002f0a864736f6c634300081a0033",
|
1710
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106102ff575f3560e01c80637d8f1e8111610195578063cd55e51b116100e4578063e98413ff1161009e578063f7f318d311610079578063f7f318d314610834578063fad77c3b14610847578063fd8024921461085a578063febe92af1461087a575f80fd5b8063e98413ff146107d8578063f0ea17c314610801578063f3ed991914610821575f80fd5b8063cd55e51b1461074c578063d06458c61461075f578063d4cda0d81461077f578063dd26287a14610790578063de7b5d14146107a3578063e444c3df146107b8575f80fd5b806394b9929b1161014f578063a7ef3d211161012a578063a7ef3d21146106cf578063b82d7ef5146106ef578063ba579bdc14610719578063bd7d9d851461072c575f80fd5b806394b9929b1461064d578063a310e2a314610660578063a5961b4c14610673575f80fd5b80637d8f1e81146105d95780637e54602a146105ec5780638129fc1c146105ff578063887b1fa9146106075780638eb9000d146106275780639096a1f31461063a575f80fd5b80633b046f091161025157806357f80bbf1161020b5780636791f7ab116101e65780636791f7ab1461058b5780636ebed908146105a057806378ae9350146105b35780637bfd3217146105c6575f80fd5b806357f80bbf1461054557806364eb3a9b1461056557806364fc314214610578575f80fd5b80633b046f09146104825780633f093cd6146104a857806344aa6836146104d45780634793b4ab146104e75780634d21a63d146105075780634fb784f514610532575f80fd5b80631d3be477116102bc57806327b1d7921161029757806327b1d792146104295780632c0cd0601461044957806334bd5be31461045c57806335898f5d1461046f575f80fd5b80631d3be477146103d3578063228e42ec146103f357806326decd4014610406575f80fd5b80630232ca491461030357806309648a9d1461033357806309c5844f146103585780630b5d931c1461036b57806310bf267b1461038b5780631488c845146103b2575b5f80fd5b610316610311366004612b15565b61089a565b6040516001600160601b0390911681526020015b60405180910390f35b610346610341366004612b30565b610914565b60405160ff909116815260200161032a565b610346610366366004612b15565b610989565b61037e610379366004612b15565b610a02565b60405161032a9190612b47565b61039e610399366004612c4d565b610b5f565b60405162ffffff909116815260200161032a565b6103c56103c0366004612c84565b610b75565b60405190815260200161032a565b6103e66103e1366004612cc1565b610bf1565b60405161032a9190612d0a565b610316610401366004612b15565b610d35565b610419610414366004612db8565b610d6e565b604051901515815260200161032a565b61043c610437366004612b15565b610e4c565b60405161032a9190612dd3565b610316610457366004612b15565b610f09565b6103c561046a366004612b15565b610f29565b6103c561047d366004612b15565b610fc0565b610495610490366004612b15565b610fec565b60405161ffff909116815260200161032a565b6104bb6104b6366004612ff5565b611001565b6040516001600160c01b0319909116815260200161032a565b6103c56104e2366004612b30565b61107b565b6104fa6104f5366004612b15565b6110b5565b60405161032a9190613081565b61051a610515366004612b15565b611156565b6040516001600160a01b03909116815260200161032a565b6103c5610540366004612b15565b6111fe565b610558610553366004612b15565b61122a565b60405161032a919061310c565b6103c5610573366004612b15565b611303565b6104196105863660046131aa565b61132f565b61059e610599366004612db8565b61141e565b005b6103166105ae3660046131d6565b611575565b6103466105c1366004612c4d565b6115ef565b6103c56105d4366004612b15565b6116e6565b6103466105e7366004612b15565b611712565b6103c56105fa366004612b15565b61172e565b61059e61175a565b61061a610615366004612cc1565b611788565b60405161032a9190613200565b610316610635366004612b15565b6118a9565b610346610648366004612b15565b6118e2565b6103c561065b366004612b15565b6118fe565b61051a61066e366004612b15565b61194d565b610686610681366004612b30565b6119f5565b60405161032a91905f60808201905060ff835116825260ff602084015116602083015263ffffffff604084015116604083015263ffffffff606084015116606083015292915050565b6106e26106dd366004612c4d565b611a7f565b60405161032a9190613235565b6107026106fd366004612cc1565b611bdb565b6040805192835260ff90911660208301520161032a565b610419610727366004612b15565b611e77565b61073f61073a366004612b15565b6120c5565b60405161032a91906132df565b61041961075a3660046131aa565b6121dd565b61077261076d366004612cc1565b612291565b60405161032a9190613457565b6001546001600160a01b031661051a565b6103c561079e366004612b15565b6123f6565b5f5461010090046001600160a01b031661051a565b6107cb6107c6366004612b15565b612422565b60405161032a91906134f8565b6107eb6107e63660046136f8565b61254b565b60405164ffffffffff909116815260200161032a565b61081461080f366004612b15565b6125dd565b60405161032a9190613724565b61034661082f3660046137c0565b6126a6565b6103c5610842366004612b15565b612708565b610495610855366004612b30565b612734565b61086d6108683660046137c0565b6127b7565b60405161032a91906137ec565b61088d610888366004613857565b6128f9565b60405161032a9190613872565b600154604051630232ca4960e01b81526001600160601b03831660048201525f916001600160a01b031690630232ca49906024015b602060405180830381865afa1580156108ea573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613950565b92915050565b60015460405163296586d360e21b8152600481018390525f916001600160a01b03169063a5961b4c90602401608060405180830381865afa15801561095b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097f9190613995565b6020015192915050565b6001545f906001600160a01b03166309648a9d6109a584610f29565b6040518263ffffffff1660e01b81526004016109c391815260200190565b602060405180830381865afa1580156109de573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e91906139fc565b610ab960408051610140810182525f80825260208083018290528284018290528351808501855282815280820183905260608401528351808501855282815280820183905260808401528351808501855282815280820183905260a08401528351808501855282815280820183905260c08401528351808501855282815280820183905260e08401528351808501855282815280820183905261010084015283518085019094528184528301529061012082015290565b6001545f906001600160a01b03166354f6127f610ad5856116e6565b6040518263ffffffff1660e01b8152600401610af391815260200190565b5f60405180830381865afa158015610b0d573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610b349190810190613a66565b805190915015610b595780806020019051810190610b529190613ad5565b9392505050565b50919050565b5f610b6a8383611a7f565b604001519392505050565b604051631488c84560e01b8152600481018390525f82810b60248301529073__$bf7bc340cbb9229ef1de2c568356e67902$__90631488c84590604401602060405180830381865af4158015610bcd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613ba8565b6040805160e0810182525f8082526060602083018190529282018190528282018190526080820181905260a082015260c08101919091526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$05887d5853069c88bcd4c0a2107db45f29$__906355ee627590602401602060405180830381865af4158015610c94573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb89190613ba8565b6040518263ffffffff1660e01b8152600401610cd691815260200190565b5f60405180830381865afa158015610cf0573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610d179190810190613a66565b805190915015610b595780806020019051810190610b529190613bca565b6001546040516308a390bb60e21b81526001600160601b03831660048201525f916001600160a01b03169063228e42ec906024016108cf565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015610dbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610de39190613cac565b604051629b7b3560e61b81526001600160a01b03848116600483015291909116906326decd4090602401602060405180830381865afa158015610e28573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613cc7565b604080516080810182525f808252602082018190526060928201839052918101919091526001545f906001600160a01b03166354f6127f610e8c8561172e565b6040518263ffffffff1660e01b8152600401610eaa91815260200190565b5f60405180830381865afa158015610ec4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610eeb9190810190613a66565b805190915015610b595780806020019051810190610b529190613ceb565b5f80610f14836120c5565b9050610b528160800151826101600151612a47565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b03841660165b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff1660248201526044015b602060405180830381865af4158015610f9c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613ba8565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600e610f51565b5f610ff6826120c5565b610120015192915050565b604051631f849e6b60e11b81525f9073__$05887d5853069c88bcd4c0a2107db45f29$__90633f093cd69061103c9086908690600401613d90565b602060405180830381865af4158015611057573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613db1565b604051632255341b60e11b8152600481018290525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401610f81565b6110bd612aa7565b6001545f906001600160a01b03166354f6127f6110d985612708565b6040518263ffffffff1660e01b81526004016110f791815260200190565b5f60405180830381865afa158015611111573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111389190810190613a66565b805190915015610b595780806020019051810190610b529190613dcc565b6001545f9081906001600160a01b03166354f6127f611174856111fe565b6040518263ffffffff1660e01b815260040161119291815260200190565b5f60405180830381865afa1580156111ac573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526111d39190810190613a66565b805190915015610b59575f818060200190518101906111f29190613e9b565b60800151949350505050565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600b610f51565b60408051610100810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101919091526001545f906001600160a01b03166354f6127f611286856123f6565b6040518263ffffffff1660e01b81526004016112a491815260200190565b5f60405180830381865afa1580156112be573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526112e59190810190613a66565b805190915015610b595780806020019051810190610b529190613f7e565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b0384166015610f51565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa158015611380573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113a49190613cac565b60405163327e18a160e11b81526001600160a01b0385811660048301526001600160401b038516602483015291909116906364fc3142906044015b602060405180830381865afa1580156113fa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613cc7565b5f5460ff16156114415760405163ae9eff1b60e01b815260040160405180910390fd5b5f80546001600160a01b038084166101009081026001600160a81b0319909316929092176001179283905560408051631a99b41b60e31b8152905192909304169163d4cda0d89160048083019260209291908290030181865afa1580156114aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ce9190613cac565b600180546001600160a01b0319166001600160a01b039283161790555f5460408051631b776b6960e21b8152905161010090920490921691636dddada49160048083019260209291908290030181865afa15801561152e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115529190613cac565b600280546001600160a01b0319166001600160a01b039290921691909117905550565b600254604051630dd7db2160e31b81526001600160601b0384166004820152602481018390525f916001600160a01b031690636ebed90890604401602060405180830381865afa1580156115cb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190613950565b600154604051637d56159160e11b815261ffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b22906044015b602060405180830381865af4158015611665573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116899190613ba8565b6040518263ffffffff1660e01b81526004016116a791815260200190565b602060405180830381865afa1580156116c2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b5291906139fc565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600c610f51565b6001545f906001600160a01b03166309648a9d6109a584612708565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601d610f51565b5f5460ff161561177d5760405163ae9eff1b60e01b815260040160405180910390fd5b6117863361141e565b565b604080518082019091525f8152606060208201526001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$32e9ecefef68cb354d118e0496fdd3f4bc$__906355ee627590602401602060405180830381865af4158015611808573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061182c9190613ba8565b6040518263ffffffff1660e01b815260040161184a91815260200190565b5f60405180830381865afa158015611864573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261188b9190810190613a66565b805190915015610b595780806020019051810190610b529190614018565b600154604051638eb9000d60e01b81526001600160601b03831660048201525f916001600160a01b031690638eb9000d906024016108cf565b6001545f906001600160a01b03166309648a9d6109a584611303565b6002546040516394b9929b60e01b81526001600160601b03831660048201525f916001600160a01b0316906394b9929b90602401602060405180830381865afa158015610f9c573d5f803e3d5ffd5b6001545f9081906001600160a01b03166354f6127f61196b856111fe565b6040518263ffffffff1660e01b815260040161198991815260200190565b5f60405180830381865afa1580156119a3573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526119ca9190810190613a66565b805190915015610b59575f818060200190518101906119e99190613e9b565b60600151949350505050565b604080516080810182525f808252602082018190528183018190526060820152600154915163296586d360e21b81526004810184905290916001600160a01b03169063a5961b4c90602401608060405180830381865afa158015611a5b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e9190613995565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820181905260a082015260c0810191909152600154604051637d56159160e11b815261ffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$9e81531fe4994e01e99541f86b55500b4b$__9063faac2b2290604401602060405180830381865af4158015611b2b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b4f9190613ba8565b6040518263ffffffff1660e01b8152600401611b6d91815260200190565b5f60405180830381865afa158015611b87573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052611bae9190810190613a66565b805190915015611bd45780806020019051810190611bcc91906140a0565b91505061090e565b5092915050565b5f805f611be784610bf1565b60a081015160405163790a38ad60e01b815264ffffffffff909116600482015290915073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611c44573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c689190613cc7565b15611ce55773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611cb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cd89190613ba8565b60645b9250925050915091565b611d678160a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611d34573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d589190614189565b64ffffffffff90811691161090565b15611dde5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611db3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dd79190613ba8565b606e611cdb565b806060015163ffffffff16816080015163ffffffff1610611e6b5773__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611e40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e649190613ba8565b6078611cdb565b6040810151600a611cdb565b5f80611e82836120c5565b8051604051630a4d29dd60e31b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906352694ee890602401602060405180830381865af4158015611ede573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f029190613cc7565b15611f0f57505f92915050565b6101a081015160405163790a38ad60e01b815264ffffffffff909116600482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063790a38ad90602401602060405180830381865af4158015611f6a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f8e9190613cc7565b15611f9b57505f92915050565b61201e816101a0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015611feb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061200f9190614189565b64ffffffffff90811691161190565b1561202b57505f92915050565b6120af816101c0015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561207b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061209f9190614189565b64ffffffffff9081169116111590565b156120bc57505f92915050565b50600192915050565b60408051610200810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820181905261010082015261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e08101919091526001545f906001600160a01b03166354f6127f61216085611303565b6040518263ffffffff1660e01b815260040161217e91815260200190565b5f60405180830381865afa158015612198573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526121bf9190810190613a66565b805190915015610b595780806020019051810190610b5291906141af565b5f8060019054906101000a90046001600160a01b03166001600160a01b031663311adb686040518163ffffffff1660e01b8152600401602060405180830381865afa15801561222e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122529190613cac565b60405163cd55e51b60e01b81526001600160a01b0385811660048301526001600160401b0385166024830152919091169063cd55e51b906044016113df565b6122e9604051806101200160405280606081526020015f81526020015f81526020015f81526020015f63ffffffff1681526020015f63ffffffff1681526020015f151581526020015f15158152602001606081525090565b6001546040516355ee627560e01b81526001600160c01b0319841660048201525f916001600160a01b0316906354f6127f9073__$1919c6d2c69d787ccb2653a371d7e5737d$__906355ee627590602401602060405180830381865af4158015612355573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123799190613ba8565b6040518263ffffffff1660e01b815260040161239791815260200190565b5f60405180830381865afa1580156123b1573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526123d89190810190613a66565b805190915015610b595780806020019051810190610b529190614342565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416600f610f51565b60408051610240810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810182905261012081018290526101408101829052610160810182905261018081018290526101a081018290526101c081018290526101e0810182905261020081018290526102208101919091526001545f906001600160a01b03166354f6127f6124ce85610f29565b6040518263ffffffff1660e01b81526004016124ec91815260200190565b5f60405180830381865afa158015612506573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f1916820160405261252d9190810190613a66565b805190915015610b595780806020019051810190610b52919061443b565b5f73__$0f9396e6447a4be57af83e53f51d234633$__6359fad7ca846125728560016145b1565b6040516001600160e01b031960e085901b16815261ffff909216600483015262ffffff166024820152604401602060405180830381865af41580156125b9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b529190614189565b6040805160c08101825260608082525f602083018190529282018390528082018390526080820183905260a08201526001549091906001600160a01b03166354f6127f612629856111fe565b6040518263ffffffff1660e01b815260040161264791815260200190565b5f60405180830381865afa158015612661573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526126889190810190613a66565b805190915015610b595780806020019051810190610b529190613e9b565b600154604051632867b75960e21b815264ffffffffff831660048201526001600160601b03841660248201525f916001600160a01b0316906309648a9d9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd649060440161164a565b5f73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038416601f610f51565b5f73__$9e81531fe4994e01e99541f86b55500b4b$__639cc45a3661275a8460016145cc565b6040518263ffffffff1660e01b815260040161277891815260200190565b602060405180830381865af4158015612793573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090e91906145df565b6040805160a0810182525f808252602082018190529181018290526060808201526080810191909152600154604051632867b75960e21b815264ffffffffff841660048201526001600160601b03851660248201525f916001600160a01b0316906354f6127f9073__$0f9396e6447a4be57af83e53f51d234633$__9063a19edd6490604401602060405180830381865af4158015612858573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061287c9190613ba8565b6040518263ffffffff1660e01b815260040161289a91815260200190565b5f60405180830381865afa1580156128b4573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526128db9190810190613a66565b805190915015611bd45780806020019051810190611bcc91906145fa565b60408051610100810182525f808252606060208301819052928201819052828201839052608082019290925260a0810182905260c0810182905260e0810191909152600154604051630f37f38f60e41b81526001600160401b03841660048201525f916001600160a01b0316906354f6127f9073__$b4c16f233b92c2c4124fb22a521f86c95b$__9063f37f38f090602401602060405180830381865af41580156129a6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129ca9190613ba8565b6040518263ffffffff1660e01b81526004016129e891815260200190565b5f60405180830381865afa158015612a02573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612a299190810190613a66565b805190915015610b595780806020019051810190610b5291906146b4565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401602060405180830381865af41580156115cb573d5f803e3d5ffd5b6040518060c001604052805f6001600160601b03168152602001612adc60405180604001604052805f81526020015f81525090565b81526060602082018190525f6040830181905290820181905260809091015290565b6001600160601b0381168114612b12575f80fd5b50565b5f60208284031215612b25575f80fd5b8135610b5281612afe565b5f60208284031215612b40575f80fd5b5035919050565b81516001600160601b0316815261022081016020830151612b7360208401826001600160601b03169052565b506040830151612b87604084018215159052565b506060830151612ba4606084018280518252602090810151910152565b506080830151805160a0840152602081015160c08401525060a0830151805160e084015260208101516101008401525060c0830151805161012084015260208101516101408401525060e0830151805161016084015260208101516101808401525061010083015180516101a084015260208101516101c08401525061012083015180516101e08401526020810151610200840152611bd4565b61ffff81168114612b12575f80fd5b5f8060408385031215612c5e575f80fd5b8235612c6981612afe565b91506020830135612c7981612c3e565b809150509250929050565b5f8060408385031215612c95575f80fd5b8235915060208301355f81900b8114612c79575f80fd5b6001600160c01b031981168114612b12575f80fd5b5f60208284031215612cd1575f80fd5b8135610b5281612cac565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201525f602083015160e06040840152612d39610100840182612cdc565b90506040840151606084015263ffffffff60608501511660808401526080840151612d6c60a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e0850152612d9b8282612cdc565b95945050505050565b6001600160a01b0381168114612b12575f80fd5b5f60208284031215612dc8575f80fd5b8135610b5281612da4565b602081526001600160401b0360c01b82511660208201526020820151151560408201525f604083015160806060840152612e1060a0840182612cdc565b905063ffffffff60608501511660808401528091505092915050565b634e487b7160e01b5f52604160045260245ffd5b604051608081016001600160401b0381118282101715612e6257612e62612e2c565b60405290565b604080519081016001600160401b0381118282101715612e6257612e62612e2c565b60405161014081016001600160401b0381118282101715612e6257612e62612e2c565b60405160e081016001600160401b0381118282101715612e6257612e62612e2c565b60405160c081016001600160401b0381118282101715612e6257612e62612e2c565b60405161010081016001600160401b0381118282101715612e6257612e62612e2c565b60405161020081016001600160401b0381118282101715612e6257612e62612e2c565b60405161012081016001600160401b0381118282101715612e6257612e62612e2c565b60405161024081016001600160401b0381118282101715612e6257612e62612e2c565b60405160a081016001600160401b0381118282101715612e6257612e62612e2c565b604051601f8201601f191681016001600160401b0381118282101715612fc757612fc7612e2c565b604052919050565b5f6001600160401b03821115612fe757612fe7612e2c565b50601f01601f191660200190565b5f8060408385031215613006575f80fd5b823561301181612afe565b915060208301356001600160401b0381111561302b575f80fd5b8301601f8101851361303b575f80fd5b803561304e61304982612fcf565b612f9f565b818152866020838501011115613062575f80fd5b816020840160208301375f602083830101528093505050509250929050565b602081526001600160601b0382511660208201525f60208301516130b2604084018280518252602090810151910152565b50604083015160e060808401526130cd610100840182612cdc565b905064ffffffffff60608501511660a084015264ffffffffff60808501511660c084015264ffffffffff60a08501511660e08401528091505092915050565b5f610100820190506001600160601b0383511682526001600160401b0360208401511660208301526040830151151560408301526060830151613153606084018215159052565b506080830151613167608084018215159052565b5060a083015161317b60a084018215159052565b5060c083015160c083015260e083015160e083015292915050565b6001600160401b0381168114612b12575f80fd5b5f80604083850312156131bb575f80fd5b82356131c681612da4565b91506020830135612c7981613196565b5f80604083850312156131e7575f80fd5b82356131f281612afe565b946020939093013593505050565b602081526001600160601b0382511660208201525f602083015160408084015261322d6060840182612cdc565b949350505050565b602081526001600160601b0382511660208201526001600160601b0360208301511660408201525f6040830151613273606084018262ffffff169052565b50606083015162ffffff8116608084015250608083015160e060a084015261329f610100840182612cdc565b905060a0840151601f198483030160c08501526132bc8282612cdc565b91505060c08401516132d760e085018264ffffffffff169052565b509392505050565b602081526132f96020820183516001600160601b03169052565b5f602083015161331460408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b0319811660808401525060808301516001600160601b03811660a08401525060a08301516001600160601b03811660c08401525060c083015164ffffffffff811660e08401525060e083015161020061010084015261339a610220840182612cdc565b9050610100840151601f19848303016101208501526133b98282612cdc565b9150506101208401516133d361014085018261ffff169052565b5061014084015161ffff8116610160850152506101608401516001600160601b038116610180850152506101808401516001600160601b0381166101a0850152506101a084015164ffffffffff81166101c0850152506101c084015164ffffffffff81166101e0850152506101e084015164ffffffffff81166102008501526132d7565b602081525f82516101206020840152613474610140840182612cdc565b905060208401516040840152604084015160608401526060840151608084015260808401516134ab60a085018263ffffffff169052565b5060a084015163ffffffff811660c08501525060c084015180151560e08501525060e084015180151561010085015250610100840151838203601f1901610120850152612d9b8282612cdc565b81516001600160601b031681526102408101602083015161352460208401826001600160601b03169052565b50604083015161353f60408401826001600160601b03169052565b50606083015161355a60608401826001600160601b03169052565b50608083015161357560808401826001600160601b03169052565b5060a083015161359060a08401826001600160601b03169052565b5060c08301516135ab60c08401826001600160601b03169052565b5060e08301516135c660e08401826001600160601b03169052565b506101008301516135e36101008401826001600160601b03169052565b506101208301516136006101208401826001600160601b03169052565b5061014083015161361d6101408401826001600160601b03169052565b5061016083015161363a6101608401826001600160601b03169052565b506101808301516136576101808401826001600160601b03169052565b506101a08301516136746101a08401826001600160601b03169052565b506101c08301516136916101c08401826001600160601b03169052565b506101e08301516136ae6101e08401826001600160601b03169052565b506102008301516136cb6102008401826001600160601b03169052565b50610220830151611bd46102208401826001600160601b03169052565b62ffffff81168114612b12575f80fd5b5f8060408385031215613709575f80fd5b823561371481612c3e565b91506020830135612c79816136e8565b602081525f825160c0602084015261373f60e0840182612cdc565b90506001600160601b03602085015116604084015260018060a01b03604085015116606084015260018060a01b036060850151166080840152608084015161379260a08501826001600160a01b03169052565b5060a0840151838203601f190160c0850152612d9b8282612cdc565b64ffffffffff81168114612b12575f80fd5b5f80604083850312156137d1575f80fd5b82356137dc81612afe565b91506020830135612c79816137ae565b6020815261ffff82511660208201526001600160601b03602083015116604082015260018060a01b0360408301511660608201525f606083015160a0608084015261383a60c0840182612cdc565b905064ffffffffff60808501511660a08401528091505092915050565b5f60208284031215613867575f80fd5b8135610b5281613196565b6020815261388c6020820183516001600160601b03169052565b5f602083015161010060408401526138a8610120840182612cdc565b905060408401516138c460608501826001600160601b03169052565b506060840151838203601f190160808501526138e08282612cdc565b9150506080840151601f198483030160a08501526138fe8282612cdc565b91505060a084015161391960c085018264ffffffffff169052565b5060c084015164ffffffffff811660e08501525060e08401518015156101008501526132d7565b805161394b81612afe565b919050565b5f60208284031215613960575f80fd5b8151610b5281612afe565b60ff81168114612b12575f80fd5b63ffffffff81168114612b12575f80fd5b805161394b81613979565b5f60808284031280156139a6575f80fd5b506139af612e40565b82516139ba8161396b565b815260208301516139ca8161396b565b602082015260408301516139dd81613979565b604082015260608301516139f081613979565b60608201529392505050565b5f60208284031215613a0c575f80fd5b8151610b528161396b565b5f82601f830112613a26575f80fd5b8151602083015f613a3961304984612fcf565b9050828152858383011115613a4c575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215613a76575f80fd5b81516001600160401b03811115613a8b575f80fd5b61322d84828501613a17565b8051801515811461394b575f80fd5b5f60408284031215613ab6575f80fd5b613abe612e68565b825181526020928301519281019290925250919050565b5f610220828403128015613ae7575f80fd5b50613af0612e8a565b613af983613940565b8152613b0760208401613940565b6020820152613b1860408401613a97565b6040820152613b2a8460608501613aa6565b6060820152613b3c8460a08501613aa6565b6080820152613b4e8460e08501613aa6565b60a0820152613b61846101208501613aa6565b60c0820152613b74846101608501613aa6565b60e0820152613b87846101a08501613aa6565b610100820152613b9b846101e08501613aa6565b6101208201529392505050565b5f60208284031215613bb8575f80fd5b5051919050565b805161394b816137ae565b5f60208284031215613bda575f80fd5b81516001600160401b03811115613bef575f80fd5b820160e08185031215613c00575f80fd5b613c08612ead565b613c1182613940565b815260208201516001600160401b03811115613c2b575f80fd5b613c3786828501613a17565b60208301525060408281015190820152613c536060830161398a565b6060820152613c646080830161398a565b6080820152613c7560a08301613bbf565b60a082015260c08201516001600160401b03811115613c92575f80fd5b613c9e86828501613a17565b60c083015250949350505050565b5f60208284031215613cbc575f80fd5b8151610b5281612da4565b5f60208284031215613cd7575f80fd5b610b5282613a97565b805161394b81612cac565b5f60208284031215613cfb575f80fd5b81516001600160401b03811115613d10575f80fd5b820160808185031215613d21575f80fd5b613d29612e40565b8151613d3481612cac565b8152613d4260208301613a97565b602082015260408201516001600160401b03811115613d5f575f80fd5b613d6b86828501613a17565b60408301525060608201519150613d8182613979565b60608101919091529392505050565b6001600160601b0383168152604060208201525f61322d6040830184612cdc565b5f60208284031215613dc1575f80fd5b8151610b5281612cac565b5f60208284031215613ddc575f80fd5b81516001600160401b03811115613df1575f80fd5b820160e08185031215613e02575f80fd5b613e0a612ecf565b8151613e1581612afe565b8152613e248560208401613aa6565b602082015260608201516001600160401b03811115613e41575f80fd5b613e4d86828501613a17565b6040830152506080820151613e61816137ae565b6060820152613e7260a08301613bbf565b6080820152613e8360c08301613bbf565b60a0820152949350505050565b805161394b81612da4565b5f60208284031215613eab575f80fd5b81516001600160401b03811115613ec0575f80fd5b820160c08185031215613ed1575f80fd5b613ed9612ecf565b81516001600160401b03811115613eee575f80fd5b613efa86828501613a17565b825250613f0960208301613940565b6020820152613f1a60408301613e90565b6040820152613f2b60608301613e90565b6060820152613f3c60808301613e90565b608082015260a08201516001600160401b03811115613f59575f80fd5b613f6586828501613a17565b60a083015250949350505050565b805161394b81613196565b5f610100828403128015613f90575f80fd5b50613f99612ef1565b8251613fa481612afe565b8152613fb260208401613f73565b6020820152613fc360408401613a97565b6040820152613fd460608401613a97565b6060820152613fe560808401613a97565b6080820152613ff660a08401613a97565b60a082015260c0838101519082015260e0928301519281019290925250919050565b5f60208284031215614028575f80fd5b81516001600160401b0381111561403d575f80fd5b82016040818503121561404e575f80fd5b614056612e68565b815161406181612afe565b815260208201516001600160401b0381111561407b575f80fd5b61408786828501613a17565b602083015250949350505050565b805161394b816136e8565b5f602082840312156140b0575f80fd5b81516001600160401b038111156140c5575f80fd5b820160e081850312156140d6575f80fd5b6140de612ead565b6140e782613940565b81526140f560208301613940565b602082015261410660408301614095565b604082015261411760608301614095565b606082015260808201516001600160401b03811115614134575f80fd5b61414086828501613a17565b60808301525060a08201516001600160401b0381111561415e575f80fd5b61416a86828501613a17565b60a08301525061417c60c08301613bbf565b60c0820152949350505050565b5f60208284031215614199575f80fd5b8151610b52816137ae565b805161394b81612c3e565b5f602082840312156141bf575f80fd5b81516001600160401b038111156141d4575f80fd5b820161020081850312156141e6575f80fd5b6141ee612f14565b6141f782613940565b815261420560208301613940565b602082015261421660408301613ce0565b604082015261422760608301613ce0565b606082015261423860808301613940565b608082015261424960a08301613940565b60a082015261425a60c08301613bbf565b60c082015260e08201516001600160401b03811115614277575f80fd5b61428386828501613a17565b60e0830152506101008201516001600160401b038111156142a2575f80fd5b6142ae86828501613a17565b610100830152506142c261012083016141a4565b6101208201526142d561014083016141a4565b6101408201526142e86101608301613940565b6101608201526142fb6101808301613940565b61018082015261430e6101a08301613bbf565b6101a08201526143216101c08301613bbf565b6101c08201526143346101e08301613bbf565b6101e0820152949350505050565b5f60208284031215614352575f80fd5b81516001600160401b03811115614367575f80fd5b82016101208185031215614379575f80fd5b614381612f37565b81516001600160401b03811115614396575f80fd5b6143a286828501613a17565b8252506020828101519082015260408083015190820152606080830151908201526143cf6080830161398a565b60808201526143e060a0830161398a565b60a08201526143f160c08301613a97565b60c082015261440260e08301613a97565b60e08201526101008201516001600160401b03811115614420575f80fd5b61442c86828501613a17565b61010083015250949350505050565b5f61024082840312801561444d575f80fd5b50614456612f5a565b61445f83613940565b815261446d60208401613940565b602082015261447e60408401613940565b604082015261448f60608401613940565b60608201526144a060808401613940565b60808201526144b160a08401613940565b60a08201526144c260c08401613940565b60c08201526144d360e08401613940565b60e08201526144e56101008401613940565b6101008201526144f86101208401613940565b61012082015261450b6101408401613940565b61014082015261451e6101608401613940565b6101608201526145316101808401613940565b6101808201526145446101a08401613940565b6101a08201526145576101c08401613940565b6101c082015261456a6101e08401613940565b6101e082015261457d6102008401613940565b6102008201526145906102208401613940565b6102208201529392505050565b634e487b7160e01b5f52601160045260245ffd5b62ffffff818116838216019081111561090e5761090e61459d565b8082018082111561090e5761090e61459d565b5f602082840312156145ef575f80fd5b8151610b5281612c3e565b5f6020828403121561460a575f80fd5b81516001600160401b0381111561461f575f80fd5b820160a08185031215614630575f80fd5b614638612f7d565b815161464381612c3e565b8152602082015161465381612afe565b6020820152604082015161466681612da4565b604082015260608201516001600160401b03811115614683575f80fd5b61468f86828501613a17565b606083015250608082015191506146a5826137ae565b60808101919091529392505050565b5f602082840312156146c4575f80fd5b81516001600160401b038111156146d9575f80fd5b820161010081850312156146eb575f80fd5b6146f3612ef1565b6146fc82613940565b815260208201516001600160401b03811115614716575f80fd5b61472286828501613a17565b60208301525061473460408301613940565b604082015260608201516001600160401b03811115614751575f80fd5b61475d86828501613a17565b60608301525060808201516001600160401b0381111561477b575f80fd5b61478786828501613a17565b60808301525061479960a08301613bbf565b60a08201526147aa60c08301613bbf565b60c08201526147bb60e08301613a97565b60e082015294935050505056fea2646970667358221220bc08555fdc17f62d0721d05c75a5489835e3ba4534dd54b98ec02f438002f0a864736f6c634300081a0033",
|
1711
|
+
"linkReferences": {
|
1712
|
+
"contracts/type/Amount.sol": {
|
1713
|
+
"AmountLib": [
|
1714
|
+
{
|
1715
|
+
"length": 20,
|
1716
|
+
"start": 10900
|
1717
|
+
}
|
1718
|
+
]
|
1719
|
+
},
|
1720
|
+
"contracts/type/ClaimId.sol": {
|
1721
|
+
"ClaimIdLib": [
|
1722
|
+
{
|
1723
|
+
"length": 20,
|
1724
|
+
"start": 5713
|
1725
|
+
},
|
1726
|
+
{
|
1727
|
+
"length": 20,
|
1728
|
+
"start": 6936
|
1729
|
+
},
|
1730
|
+
{
|
1731
|
+
"length": 20,
|
1732
|
+
"start": 10076
|
1733
|
+
}
|
1734
|
+
]
|
1735
|
+
},
|
1736
|
+
"contracts/type/DistributorType.sol": {
|
1737
|
+
"DistributorTypeLib": [
|
1738
|
+
{
|
1739
|
+
"length": 20,
|
1740
|
+
"start": 9026
|
1741
|
+
}
|
1742
|
+
]
|
1743
|
+
},
|
1744
|
+
"contracts/type/NftId.sol": {
|
1745
|
+
"NftIdLib": [
|
1746
|
+
{
|
1747
|
+
"length": 20,
|
1748
|
+
"start": 3921
|
1749
|
+
},
|
1750
|
+
{
|
1751
|
+
"length": 20,
|
1752
|
+
"start": 4072
|
1753
|
+
},
|
1754
|
+
{
|
1755
|
+
"length": 20,
|
1756
|
+
"start": 4646
|
1757
|
+
},
|
1758
|
+
{
|
1759
|
+
"length": 20,
|
1760
|
+
"start": 4907
|
1761
|
+
},
|
1762
|
+
{
|
1763
|
+
"length": 20,
|
1764
|
+
"start": 5902
|
1765
|
+
},
|
1766
|
+
{
|
1767
|
+
"length": 20,
|
1768
|
+
"start": 5974
|
1769
|
+
},
|
1770
|
+
{
|
1771
|
+
"length": 20,
|
1772
|
+
"start": 7883
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"length": 20,
|
1776
|
+
"start": 9246
|
1777
|
+
},
|
1778
|
+
{
|
1779
|
+
"length": 20,
|
1780
|
+
"start": 10032
|
1781
|
+
}
|
1782
|
+
]
|
1783
|
+
},
|
1784
|
+
"contracts/type/PayoutId.sol": {
|
1785
|
+
"PayoutIdLib": [
|
1786
|
+
{
|
1787
|
+
"length": 20,
|
1788
|
+
"start": 9587
|
1789
|
+
},
|
1790
|
+
{
|
1791
|
+
"length": 20,
|
1792
|
+
"start": 9995
|
1793
|
+
},
|
1794
|
+
{
|
1795
|
+
"length": 20,
|
1796
|
+
"start": 10309
|
1797
|
+
}
|
1798
|
+
]
|
1799
|
+
},
|
1800
|
+
"contracts/type/Referral.sol": {
|
1801
|
+
"ReferralLib": [
|
1802
|
+
{
|
1803
|
+
"length": 20,
|
1804
|
+
"start": 3201
|
1805
|
+
},
|
1806
|
+
{
|
1807
|
+
"length": 20,
|
1808
|
+
"start": 4151
|
1809
|
+
}
|
1810
|
+
]
|
1811
|
+
},
|
1812
|
+
"contracts/type/RequestId.sol": {
|
1813
|
+
"RequestIdLib": [
|
1814
|
+
{
|
1815
|
+
"length": 20,
|
1816
|
+
"start": 10643
|
1817
|
+
}
|
1818
|
+
]
|
1819
|
+
},
|
1820
|
+
"contracts/type/RiskId.sol": {
|
1821
|
+
"RiskIdLib": [
|
1822
|
+
{
|
1823
|
+
"length": 20,
|
1824
|
+
"start": 6133
|
1825
|
+
}
|
1826
|
+
]
|
1827
|
+
},
|
1828
|
+
"contracts/type/Timestamp.sol": {
|
1829
|
+
"TimestampLib": [
|
1830
|
+
{
|
1831
|
+
"length": 20,
|
1832
|
+
"start": 7217
|
1833
|
+
},
|
1834
|
+
{
|
1835
|
+
"length": 20,
|
1836
|
+
"start": 7444
|
1837
|
+
},
|
1838
|
+
{
|
1839
|
+
"length": 20,
|
1840
|
+
"start": 8023
|
1841
|
+
},
|
1842
|
+
{
|
1843
|
+
"length": 20,
|
1844
|
+
"start": 8139
|
1845
|
+
},
|
1846
|
+
{
|
1847
|
+
"length": 20,
|
1848
|
+
"start": 8283
|
1849
|
+
}
|
1850
|
+
]
|
1851
|
+
},
|
1852
|
+
"contracts/type/UFixed.sol": {
|
1853
|
+
"UFixedLib": [
|
1854
|
+
{
|
1855
|
+
"length": 20,
|
1856
|
+
"start": 3002
|
1857
|
+
},
|
1858
|
+
{
|
1859
|
+
"length": 20,
|
1860
|
+
"start": 4280
|
1861
|
+
},
|
1862
|
+
{
|
1863
|
+
"length": 20,
|
1864
|
+
"start": 7316
|
1865
|
+
},
|
1866
|
+
{
|
1867
|
+
"length": 20,
|
1868
|
+
"start": 7571
|
1869
|
+
},
|
1870
|
+
{
|
1871
|
+
"length": 20,
|
1872
|
+
"start": 7712
|
1873
|
+
}
|
1874
|
+
]
|
1875
|
+
}
|
1876
|
+
},
|
1877
|
+
"deployedLinkReferences": {
|
1878
|
+
"contracts/type/Amount.sol": {
|
1879
|
+
"AmountLib": [
|
1880
|
+
{
|
1881
|
+
"length": 20,
|
1882
|
+
"start": 10863
|
1883
|
+
}
|
1884
|
+
]
|
1885
|
+
},
|
1886
|
+
"contracts/type/ClaimId.sol": {
|
1887
|
+
"ClaimIdLib": [
|
1888
|
+
{
|
1889
|
+
"length": 20,
|
1890
|
+
"start": 5676
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"length": 20,
|
1894
|
+
"start": 6899
|
1895
|
+
},
|
1896
|
+
{
|
1897
|
+
"length": 20,
|
1898
|
+
"start": 10039
|
1899
|
+
}
|
1900
|
+
]
|
1901
|
+
},
|
1902
|
+
"contracts/type/DistributorType.sol": {
|
1903
|
+
"DistributorTypeLib": [
|
1904
|
+
{
|
1905
|
+
"length": 20,
|
1906
|
+
"start": 8989
|
1907
|
+
}
|
1908
|
+
]
|
1909
|
+
},
|
1910
|
+
"contracts/type/NftId.sol": {
|
1911
|
+
"NftIdLib": [
|
1912
|
+
{
|
1913
|
+
"length": 20,
|
1914
|
+
"start": 3884
|
1915
|
+
},
|
1916
|
+
{
|
1917
|
+
"length": 20,
|
1918
|
+
"start": 4035
|
1919
|
+
},
|
1920
|
+
{
|
1921
|
+
"length": 20,
|
1922
|
+
"start": 4609
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"length": 20,
|
1926
|
+
"start": 4870
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
"length": 20,
|
1930
|
+
"start": 5865
|
1931
|
+
},
|
1932
|
+
{
|
1933
|
+
"length": 20,
|
1934
|
+
"start": 5937
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"length": 20,
|
1938
|
+
"start": 7846
|
1939
|
+
},
|
1940
|
+
{
|
1941
|
+
"length": 20,
|
1942
|
+
"start": 9209
|
1943
|
+
},
|
1944
|
+
{
|
1945
|
+
"length": 20,
|
1946
|
+
"start": 9995
|
1947
|
+
}
|
1948
|
+
]
|
1949
|
+
},
|
1950
|
+
"contracts/type/PayoutId.sol": {
|
1951
|
+
"PayoutIdLib": [
|
1952
|
+
{
|
1953
|
+
"length": 20,
|
1954
|
+
"start": 9550
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"length": 20,
|
1958
|
+
"start": 9958
|
1959
|
+
},
|
1960
|
+
{
|
1961
|
+
"length": 20,
|
1962
|
+
"start": 10272
|
1963
|
+
}
|
1964
|
+
]
|
1965
|
+
},
|
1966
|
+
"contracts/type/Referral.sol": {
|
1967
|
+
"ReferralLib": [
|
1968
|
+
{
|
1969
|
+
"length": 20,
|
1970
|
+
"start": 3164
|
1971
|
+
},
|
1972
|
+
{
|
1973
|
+
"length": 20,
|
1974
|
+
"start": 4114
|
1975
|
+
}
|
1976
|
+
]
|
1977
|
+
},
|
1978
|
+
"contracts/type/RequestId.sol": {
|
1979
|
+
"RequestIdLib": [
|
1980
|
+
{
|
1981
|
+
"length": 20,
|
1982
|
+
"start": 10606
|
1983
|
+
}
|
1984
|
+
]
|
1985
|
+
},
|
1986
|
+
"contracts/type/RiskId.sol": {
|
1987
|
+
"RiskIdLib": [
|
1988
|
+
{
|
1989
|
+
"length": 20,
|
1990
|
+
"start": 6096
|
1991
|
+
}
|
1992
|
+
]
|
1993
|
+
},
|
1994
|
+
"contracts/type/Timestamp.sol": {
|
1995
|
+
"TimestampLib": [
|
1996
|
+
{
|
1997
|
+
"length": 20,
|
1998
|
+
"start": 7180
|
1999
|
+
},
|
2000
|
+
{
|
2001
|
+
"length": 20,
|
2002
|
+
"start": 7407
|
2003
|
+
},
|
2004
|
+
{
|
2005
|
+
"length": 20,
|
2006
|
+
"start": 7986
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"length": 20,
|
2010
|
+
"start": 8102
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"length": 20,
|
2014
|
+
"start": 8246
|
2015
|
+
}
|
2016
|
+
]
|
2017
|
+
},
|
2018
|
+
"contracts/type/UFixed.sol": {
|
2019
|
+
"UFixedLib": [
|
2020
|
+
{
|
2021
|
+
"length": 20,
|
2022
|
+
"start": 2965
|
2023
|
+
},
|
2024
|
+
{
|
2025
|
+
"length": 20,
|
2026
|
+
"start": 4243
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
"length": 20,
|
2030
|
+
"start": 7279
|
2031
|
+
},
|
2032
|
+
{
|
2033
|
+
"length": 20,
|
2034
|
+
"start": 7534
|
2035
|
+
},
|
2036
|
+
{
|
2037
|
+
"length": 20,
|
2038
|
+
"start": 7675
|
2039
|
+
}
|
2040
|
+
]
|
2041
|
+
}
|
2042
|
+
}
|
2043
|
+
}
|