@etherisc/gif-next 0.0.2-f08d150-296 → 0.0.2-f0ebcc7-306
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +320 -27
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1494 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/{shared/IOwnable.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +673 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +615 -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 +1224 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +382 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1209 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +644 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +930 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1580 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +868 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1071 -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 +1445 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +644 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2002 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +644 -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 +1388 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +644 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1612 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +644 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2389 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +644 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +373 -1390
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +808 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +454 -1613
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2036 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +716 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2458 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1054 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3728 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -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 +938 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +632 -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 +753 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +854 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +644 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +880 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +879 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +740 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +644 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +639 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +623 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +233 -230
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1333 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +293 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +911 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +764 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -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 +1024 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1043 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1450 -219
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2018 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +878 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1269 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +735 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1954 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1337 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +686 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1556 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +485 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +597 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/IInstanceLinked.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +611 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1196 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
- 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 +229 -21
- 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/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +198 -163
- 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 +776 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +275 -18
- 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/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +248 -171
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1491 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +792 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +560 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1380 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +736 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -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 +373 -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/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -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 +241 -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 +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -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 +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/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 +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/accounting/AccountingService.sol +262 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +704 -0
- package/contracts/authorization/AccessAdminLib.sol +183 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +365 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +170 -0
- package/contracts/authorization/IAuthorization.sol +80 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
- package/contracts/distribution/Distribution.sol +244 -0
- package/contracts/distribution/DistributionService.sol +385 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +43 -0
- package/contracts/distribution/IDistributionService.sol +103 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +373 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +99 -45
- package/contracts/instance/IInstanceService.sol +88 -0
- package/contracts/instance/Instance.sol +291 -55
- package/contracts/instance/InstanceAdmin.sol +450 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +235 -0
- package/contracts/instance/InstanceReader.sol +650 -0
- package/contracts/instance/InstanceService.sol +459 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +50 -0
- package/contracts/instance/module/IDistribution.sol +44 -0
- package/contracts/instance/module/IPolicy.sol +85 -0
- package/contracts/instance/module/IRisk.sol +14 -0
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +154 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +173 -0
- package/contracts/pool/BasicPoolAuthorization.sol +76 -0
- package/contracts/pool/BundleService.sol +395 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +115 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +165 -0
- package/contracts/pool/Pool.sol +343 -0
- package/contracts/pool/PoolLib.sol +216 -0
- package/contracts/pool/PoolService.sol +755 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +274 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +56 -0
- package/contracts/product/ClaimService.sol +632 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +69 -0
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +95 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +664 -0
- package/contracts/product/PolicyServiceLib.sol +65 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +309 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +467 -0
- package/contracts/product/RiskService.sol +154 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +130 -40
- package/contracts/registry/IRegistry.sol +138 -29
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +26 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +631 -282
- package/contracts/registry/RegistryAdmin.sol +258 -0
- package/contracts/registry/RegistryAuthorization.sol +267 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +253 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +517 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +331 -0
- package/contracts/registry/TokenRegistry.sol +313 -0
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +708 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +281 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +112 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +33 -20
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +195 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +127 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +80 -60
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +65 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +175 -0
- package/contracts/staking/IStakingService.sol +172 -0
- package/contracts/staking/Staking.sol +546 -0
- package/contracts/staking/StakingLib.sol +281 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +180 -0
- package/contracts/staking/StakingService.sol +464 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +606 -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 +65 -0
- package/contracts/{types → type}/Key32.sol +10 -5
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +294 -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 +75 -0
- package/contracts/type/RoleId.sol +182 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +53 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +37 -19
- package/contracts/{types → type}/UFixed.sol +55 -19
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +13 -8
- 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/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- 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/InstanceBase.sol/InstanceBase.json +0 -326
- 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 -523
- 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/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 -116
- 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/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -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 -38
- package/contracts/types/Version.sol +0 -95
@@ -0,0 +1,2389 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "SimpleProduct",
|
4
|
+
"sourceName": "contracts/examples/unpermissioned/SimpleProduct.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "address",
|
10
|
+
"name": "registry",
|
11
|
+
"type": "address"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"internalType": "NftId",
|
15
|
+
"name": "instanceNftId",
|
16
|
+
"type": "uint96"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"internalType": "string",
|
20
|
+
"name": "name",
|
21
|
+
"type": "string"
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"components": [
|
25
|
+
{
|
26
|
+
"internalType": "bool",
|
27
|
+
"name": "isProcessingFundedClaims",
|
28
|
+
"type": "bool"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"internalType": "bool",
|
32
|
+
"name": "isInterceptingPolicyTransfers",
|
33
|
+
"type": "bool"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"internalType": "bool",
|
37
|
+
"name": "hasDistribution",
|
38
|
+
"type": "bool"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"internalType": "uint8",
|
42
|
+
"name": "expectedNumberOfOracles",
|
43
|
+
"type": "uint8"
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"internalType": "uint8",
|
47
|
+
"name": "numberOfOracles",
|
48
|
+
"type": "uint8"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"internalType": "NftId",
|
52
|
+
"name": "poolNftId",
|
53
|
+
"type": "uint96"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"internalType": "NftId",
|
57
|
+
"name": "distributionNftId",
|
58
|
+
"type": "uint96"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"internalType": "NftId[]",
|
62
|
+
"name": "oracleNftId",
|
63
|
+
"type": "uint96[]"
|
64
|
+
}
|
65
|
+
],
|
66
|
+
"internalType": "struct IComponents.ProductInfo",
|
67
|
+
"name": "productInfo",
|
68
|
+
"type": "tuple"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"components": [
|
72
|
+
{
|
73
|
+
"components": [
|
74
|
+
{
|
75
|
+
"internalType": "UFixed",
|
76
|
+
"name": "fractionalFee",
|
77
|
+
"type": "uint128"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"internalType": "Amount",
|
81
|
+
"name": "fixedFee",
|
82
|
+
"type": "uint96"
|
83
|
+
}
|
84
|
+
],
|
85
|
+
"internalType": "struct Fee",
|
86
|
+
"name": "productFee",
|
87
|
+
"type": "tuple"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"components": [
|
91
|
+
{
|
92
|
+
"internalType": "UFixed",
|
93
|
+
"name": "fractionalFee",
|
94
|
+
"type": "uint128"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"internalType": "Amount",
|
98
|
+
"name": "fixedFee",
|
99
|
+
"type": "uint96"
|
100
|
+
}
|
101
|
+
],
|
102
|
+
"internalType": "struct Fee",
|
103
|
+
"name": "processingFee",
|
104
|
+
"type": "tuple"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"components": [
|
108
|
+
{
|
109
|
+
"internalType": "UFixed",
|
110
|
+
"name": "fractionalFee",
|
111
|
+
"type": "uint128"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"internalType": "Amount",
|
115
|
+
"name": "fixedFee",
|
116
|
+
"type": "uint96"
|
117
|
+
}
|
118
|
+
],
|
119
|
+
"internalType": "struct Fee",
|
120
|
+
"name": "distributionFee",
|
121
|
+
"type": "tuple"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"components": [
|
125
|
+
{
|
126
|
+
"internalType": "UFixed",
|
127
|
+
"name": "fractionalFee",
|
128
|
+
"type": "uint128"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"internalType": "Amount",
|
132
|
+
"name": "fixedFee",
|
133
|
+
"type": "uint96"
|
134
|
+
}
|
135
|
+
],
|
136
|
+
"internalType": "struct Fee",
|
137
|
+
"name": "minDistributionOwnerFee",
|
138
|
+
"type": "tuple"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"components": [
|
142
|
+
{
|
143
|
+
"internalType": "UFixed",
|
144
|
+
"name": "fractionalFee",
|
145
|
+
"type": "uint128"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"internalType": "Amount",
|
149
|
+
"name": "fixedFee",
|
150
|
+
"type": "uint96"
|
151
|
+
}
|
152
|
+
],
|
153
|
+
"internalType": "struct Fee",
|
154
|
+
"name": "poolFee",
|
155
|
+
"type": "tuple"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"components": [
|
159
|
+
{
|
160
|
+
"internalType": "UFixed",
|
161
|
+
"name": "fractionalFee",
|
162
|
+
"type": "uint128"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"internalType": "Amount",
|
166
|
+
"name": "fixedFee",
|
167
|
+
"type": "uint96"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"internalType": "struct Fee",
|
171
|
+
"name": "stakingFee",
|
172
|
+
"type": "tuple"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"components": [
|
176
|
+
{
|
177
|
+
"internalType": "UFixed",
|
178
|
+
"name": "fractionalFee",
|
179
|
+
"type": "uint128"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"internalType": "Amount",
|
183
|
+
"name": "fixedFee",
|
184
|
+
"type": "uint96"
|
185
|
+
}
|
186
|
+
],
|
187
|
+
"internalType": "struct Fee",
|
188
|
+
"name": "performanceFee",
|
189
|
+
"type": "tuple"
|
190
|
+
}
|
191
|
+
],
|
192
|
+
"internalType": "struct IComponents.FeeInfo",
|
193
|
+
"name": "feeInfo",
|
194
|
+
"type": "tuple"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"internalType": "contract IAuthorization",
|
198
|
+
"name": "authorization",
|
199
|
+
"type": "address"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"internalType": "address",
|
203
|
+
"name": "initialOwner",
|
204
|
+
"type": "address"
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"stateMutability": "nonpayable",
|
208
|
+
"type": "constructor"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"inputs": [
|
212
|
+
{
|
213
|
+
"internalType": "address",
|
214
|
+
"name": "authority",
|
215
|
+
"type": "address"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "AccessManagedInvalidAuthority",
|
219
|
+
"type": "error"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"inputs": [
|
223
|
+
{
|
224
|
+
"internalType": "address",
|
225
|
+
"name": "caller",
|
226
|
+
"type": "address"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"internalType": "uint32",
|
230
|
+
"name": "delay",
|
231
|
+
"type": "uint32"
|
232
|
+
}
|
233
|
+
],
|
234
|
+
"name": "AccessManagedRequiredDelay",
|
235
|
+
"type": "error"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"inputs": [
|
239
|
+
{
|
240
|
+
"internalType": "address",
|
241
|
+
"name": "caller",
|
242
|
+
"type": "address"
|
243
|
+
}
|
244
|
+
],
|
245
|
+
"name": "AccessManagedUnauthorized",
|
246
|
+
"type": "error"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"inputs": [
|
250
|
+
{
|
251
|
+
"internalType": "address",
|
252
|
+
"name": "authority",
|
253
|
+
"type": "address"
|
254
|
+
}
|
255
|
+
],
|
256
|
+
"name": "ErrorAuthorityInvalid",
|
257
|
+
"type": "error"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"inputs": [],
|
261
|
+
"name": "ErrorComponentNameLengthZero",
|
262
|
+
"type": "error"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"inputs": [
|
266
|
+
{
|
267
|
+
"internalType": "address",
|
268
|
+
"name": "caller",
|
269
|
+
"type": "address"
|
270
|
+
}
|
271
|
+
],
|
272
|
+
"name": "ErrorComponentNotChainNft",
|
273
|
+
"type": "error"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"inputs": [],
|
277
|
+
"name": "ErrorComponentProductNftIdNonzero",
|
278
|
+
"type": "error"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"inputs": [],
|
282
|
+
"name": "ErrorComponentProductNftIdZero",
|
283
|
+
"type": "error"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"inputs": [],
|
287
|
+
"name": "ErrorComponentWalletAddressIsSameAsCurrent",
|
288
|
+
"type": "error"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"inputs": [],
|
292
|
+
"name": "ErrorComponentWalletAddressZero",
|
293
|
+
"type": "error"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"inputs": [],
|
297
|
+
"name": "ErrorComponentWalletNotComponent",
|
298
|
+
"type": "error"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"inputs": [
|
302
|
+
{
|
303
|
+
"internalType": "NftId",
|
304
|
+
"name": "nftId",
|
305
|
+
"type": "uint96"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"internalType": "ObjectType",
|
309
|
+
"name": "objectType",
|
310
|
+
"type": "uint8"
|
311
|
+
}
|
312
|
+
],
|
313
|
+
"name": "ErrorInstanceLinkedComponentNotProduct",
|
314
|
+
"type": "error"
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"inputs": [
|
318
|
+
{
|
319
|
+
"internalType": "ObjectType",
|
320
|
+
"name": "requiredType",
|
321
|
+
"type": "uint8"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"internalType": "ObjectType",
|
325
|
+
"name": "objectType",
|
326
|
+
"type": "uint8"
|
327
|
+
}
|
328
|
+
],
|
329
|
+
"name": "ErrorInstanceLinkedComponentTypeMismatch",
|
330
|
+
"type": "error"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"inputs": [
|
334
|
+
{
|
335
|
+
"internalType": "NftId",
|
336
|
+
"name": "nftId",
|
337
|
+
"type": "uint96"
|
338
|
+
}
|
339
|
+
],
|
340
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
341
|
+
"type": "error"
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"inputs": [
|
345
|
+
{
|
346
|
+
"internalType": "address",
|
347
|
+
"name": "contractAddress",
|
348
|
+
"type": "address"
|
349
|
+
}
|
350
|
+
],
|
351
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
352
|
+
"type": "error"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"inputs": [],
|
356
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
357
|
+
"type": "error"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"inputs": [
|
361
|
+
{
|
362
|
+
"internalType": "NftId",
|
363
|
+
"name": "nftId",
|
364
|
+
"type": "uint96"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"internalType": "ObjectType",
|
368
|
+
"name": "expectedObjectType",
|
369
|
+
"type": "uint8"
|
370
|
+
}
|
371
|
+
],
|
372
|
+
"name": "ErrorNftOwnableInvalidType",
|
373
|
+
"type": "error"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"inputs": [
|
377
|
+
{
|
378
|
+
"internalType": "address",
|
379
|
+
"name": "account",
|
380
|
+
"type": "address"
|
381
|
+
}
|
382
|
+
],
|
383
|
+
"name": "ErrorNftOwnableNotOwner",
|
384
|
+
"type": "error"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"inputs": [
|
388
|
+
{
|
389
|
+
"internalType": "address",
|
390
|
+
"name": "registryAddress",
|
391
|
+
"type": "address"
|
392
|
+
}
|
393
|
+
],
|
394
|
+
"name": "ErrorNotRegistry",
|
395
|
+
"type": "error"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"inputs": [],
|
399
|
+
"name": "ErrorRegisterableNotActive",
|
400
|
+
"type": "error"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"inputs": [
|
404
|
+
{
|
405
|
+
"internalType": "RequestId",
|
406
|
+
"name": "requestId",
|
407
|
+
"type": "uint64"
|
408
|
+
}
|
409
|
+
],
|
410
|
+
"name": "ErrorSimpleProductRevertedWhileProcessingResponse",
|
411
|
+
"type": "error"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"inputs": [],
|
415
|
+
"name": "InvalidInitialization",
|
416
|
+
"type": "error"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"inputs": [],
|
420
|
+
"name": "NotInitializing",
|
421
|
+
"type": "error"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"anonymous": false,
|
425
|
+
"inputs": [
|
426
|
+
{
|
427
|
+
"indexed": false,
|
428
|
+
"internalType": "address",
|
429
|
+
"name": "authority",
|
430
|
+
"type": "address"
|
431
|
+
}
|
432
|
+
],
|
433
|
+
"name": "AuthorityUpdated",
|
434
|
+
"type": "event"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"anonymous": false,
|
438
|
+
"inputs": [
|
439
|
+
{
|
440
|
+
"indexed": false,
|
441
|
+
"internalType": "uint64",
|
442
|
+
"name": "version",
|
443
|
+
"type": "uint64"
|
444
|
+
}
|
445
|
+
],
|
446
|
+
"name": "Initialized",
|
447
|
+
"type": "event"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"anonymous": false,
|
451
|
+
"inputs": [
|
452
|
+
{
|
453
|
+
"indexed": false,
|
454
|
+
"internalType": "address",
|
455
|
+
"name": "tokenHandler",
|
456
|
+
"type": "address"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"indexed": false,
|
460
|
+
"internalType": "address",
|
461
|
+
"name": "token",
|
462
|
+
"type": "address"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"indexed": false,
|
466
|
+
"internalType": "Amount",
|
467
|
+
"name": "limit",
|
468
|
+
"type": "uint96"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"indexed": false,
|
472
|
+
"internalType": "bool",
|
473
|
+
"name": "isMaxAmount",
|
474
|
+
"type": "bool"
|
475
|
+
}
|
476
|
+
],
|
477
|
+
"name": "LogComponentTokenHandlerApproved",
|
478
|
+
"type": "event"
|
479
|
+
},
|
480
|
+
{
|
481
|
+
"anonymous": false,
|
482
|
+
"inputs": [
|
483
|
+
{
|
484
|
+
"indexed": false,
|
485
|
+
"internalType": "address",
|
486
|
+
"name": "oldWallet",
|
487
|
+
"type": "address"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"indexed": false,
|
491
|
+
"internalType": "address",
|
492
|
+
"name": "newWallet",
|
493
|
+
"type": "address"
|
494
|
+
}
|
495
|
+
],
|
496
|
+
"name": "LogComponentWalletAddressChanged",
|
497
|
+
"type": "event"
|
498
|
+
},
|
499
|
+
{
|
500
|
+
"anonymous": false,
|
501
|
+
"inputs": [
|
502
|
+
{
|
503
|
+
"indexed": false,
|
504
|
+
"internalType": "address",
|
505
|
+
"name": "from",
|
506
|
+
"type": "address"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"indexed": false,
|
510
|
+
"internalType": "address",
|
511
|
+
"name": "to",
|
512
|
+
"type": "address"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"indexed": false,
|
516
|
+
"internalType": "uint256",
|
517
|
+
"name": "amount",
|
518
|
+
"type": "uint256"
|
519
|
+
}
|
520
|
+
],
|
521
|
+
"name": "LogComponentWalletTokensTransferred",
|
522
|
+
"type": "event"
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"anonymous": false,
|
526
|
+
"inputs": [
|
527
|
+
{
|
528
|
+
"indexed": false,
|
529
|
+
"internalType": "RequestId",
|
530
|
+
"name": "requestId",
|
531
|
+
"type": "uint64"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"indexed": false,
|
535
|
+
"internalType": "string",
|
536
|
+
"name": "responseText",
|
537
|
+
"type": "string"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"indexed": false,
|
541
|
+
"internalType": "uint256",
|
542
|
+
"name": "responseDataLength",
|
543
|
+
"type": "uint256"
|
544
|
+
}
|
545
|
+
],
|
546
|
+
"name": "LogSimpleProductRequestAsyncFulfilled",
|
547
|
+
"type": "event"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"anonymous": false,
|
551
|
+
"inputs": [
|
552
|
+
{
|
553
|
+
"indexed": false,
|
554
|
+
"internalType": "RequestId",
|
555
|
+
"name": "requestId",
|
556
|
+
"type": "uint64"
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"indexed": false,
|
560
|
+
"internalType": "string",
|
561
|
+
"name": "responseText",
|
562
|
+
"type": "string"
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"indexed": false,
|
566
|
+
"internalType": "uint256",
|
567
|
+
"name": "responseDataLength",
|
568
|
+
"type": "uint256"
|
569
|
+
}
|
570
|
+
],
|
571
|
+
"name": "LogSimpleProductRequestSyncFulfilled",
|
572
|
+
"type": "event"
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"inputs": [],
|
576
|
+
"name": "COMPONENT_LOCATION_V1",
|
577
|
+
"outputs": [
|
578
|
+
{
|
579
|
+
"internalType": "bytes32",
|
580
|
+
"name": "",
|
581
|
+
"type": "bytes32"
|
582
|
+
}
|
583
|
+
],
|
584
|
+
"stateMutability": "view",
|
585
|
+
"type": "function"
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"inputs": [],
|
589
|
+
"name": "INSTANCE_LINKED_COMPONENT_LOCATION_V1",
|
590
|
+
"outputs": [
|
591
|
+
{
|
592
|
+
"internalType": "bytes32",
|
593
|
+
"name": "",
|
594
|
+
"type": "bytes32"
|
595
|
+
}
|
596
|
+
],
|
597
|
+
"stateMutability": "view",
|
598
|
+
"type": "function"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"inputs": [],
|
602
|
+
"name": "NFT_OWNABLE_STORAGE_LOCATION_V1",
|
603
|
+
"outputs": [
|
604
|
+
{
|
605
|
+
"internalType": "bytes32",
|
606
|
+
"name": "",
|
607
|
+
"type": "bytes32"
|
608
|
+
}
|
609
|
+
],
|
610
|
+
"stateMutability": "view",
|
611
|
+
"type": "function"
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"inputs": [],
|
615
|
+
"name": "PRODUCT_STORAGE_LOCATION_V1",
|
616
|
+
"outputs": [
|
617
|
+
{
|
618
|
+
"internalType": "bytes32",
|
619
|
+
"name": "",
|
620
|
+
"type": "bytes32"
|
621
|
+
}
|
622
|
+
],
|
623
|
+
"stateMutability": "view",
|
624
|
+
"type": "function"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"inputs": [],
|
628
|
+
"name": "REGISTERABLE_LOCATION_V1",
|
629
|
+
"outputs": [
|
630
|
+
{
|
631
|
+
"internalType": "bytes32",
|
632
|
+
"name": "",
|
633
|
+
"type": "bytes32"
|
634
|
+
}
|
635
|
+
],
|
636
|
+
"stateMutability": "view",
|
637
|
+
"type": "function"
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"inputs": [
|
641
|
+
{
|
642
|
+
"internalType": "NftId",
|
643
|
+
"name": "policyNftId",
|
644
|
+
"type": "uint96"
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"internalType": "Timestamp",
|
648
|
+
"name": "activateAt",
|
649
|
+
"type": "uint40"
|
650
|
+
}
|
651
|
+
],
|
652
|
+
"name": "activate",
|
653
|
+
"outputs": [],
|
654
|
+
"stateMutability": "nonpayable",
|
655
|
+
"type": "function"
|
656
|
+
},
|
657
|
+
{
|
658
|
+
"inputs": [
|
659
|
+
{
|
660
|
+
"internalType": "NftId",
|
661
|
+
"name": "policyNftId",
|
662
|
+
"type": "uint96"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"internalType": "Timestamp",
|
666
|
+
"name": "activateAt",
|
667
|
+
"type": "uint40"
|
668
|
+
}
|
669
|
+
],
|
670
|
+
"name": "adjustActivation",
|
671
|
+
"outputs": [],
|
672
|
+
"stateMutability": "nonpayable",
|
673
|
+
"type": "function"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"inputs": [
|
677
|
+
{
|
678
|
+
"internalType": "contract IERC20Metadata",
|
679
|
+
"name": "token",
|
680
|
+
"type": "address"
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"internalType": "Amount",
|
684
|
+
"name": "amount",
|
685
|
+
"type": "uint96"
|
686
|
+
}
|
687
|
+
],
|
688
|
+
"name": "approveTokenHandler",
|
689
|
+
"outputs": [],
|
690
|
+
"stateMutability": "nonpayable",
|
691
|
+
"type": "function"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"inputs": [],
|
695
|
+
"name": "authority",
|
696
|
+
"outputs": [
|
697
|
+
{
|
698
|
+
"internalType": "address",
|
699
|
+
"name": "",
|
700
|
+
"type": "address"
|
701
|
+
}
|
702
|
+
],
|
703
|
+
"stateMutability": "view",
|
704
|
+
"type": "function"
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"inputs": [
|
708
|
+
{
|
709
|
+
"internalType": "Amount",
|
710
|
+
"name": "sumInsuredAmount",
|
711
|
+
"type": "uint96"
|
712
|
+
},
|
713
|
+
{
|
714
|
+
"internalType": "RiskId",
|
715
|
+
"name": "",
|
716
|
+
"type": "bytes8"
|
717
|
+
},
|
718
|
+
{
|
719
|
+
"internalType": "Seconds",
|
720
|
+
"name": "",
|
721
|
+
"type": "uint40"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"internalType": "bytes",
|
725
|
+
"name": "",
|
726
|
+
"type": "bytes"
|
727
|
+
}
|
728
|
+
],
|
729
|
+
"name": "calculateNetPremium",
|
730
|
+
"outputs": [
|
731
|
+
{
|
732
|
+
"internalType": "Amount",
|
733
|
+
"name": "netPremiumAmount",
|
734
|
+
"type": "uint96"
|
735
|
+
}
|
736
|
+
],
|
737
|
+
"stateMutability": "view",
|
738
|
+
"type": "function"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"inputs": [
|
742
|
+
{
|
743
|
+
"internalType": "Amount",
|
744
|
+
"name": "sumInsuredAmount",
|
745
|
+
"type": "uint96"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"internalType": "RiskId",
|
749
|
+
"name": "riskId",
|
750
|
+
"type": "bytes8"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"internalType": "Seconds",
|
754
|
+
"name": "lifetime",
|
755
|
+
"type": "uint40"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"internalType": "bytes",
|
759
|
+
"name": "applicationData",
|
760
|
+
"type": "bytes"
|
761
|
+
},
|
762
|
+
{
|
763
|
+
"internalType": "NftId",
|
764
|
+
"name": "bundleNftId",
|
765
|
+
"type": "uint96"
|
766
|
+
},
|
767
|
+
{
|
768
|
+
"internalType": "ReferralId",
|
769
|
+
"name": "referralId",
|
770
|
+
"type": "bytes8"
|
771
|
+
}
|
772
|
+
],
|
773
|
+
"name": "calculatePremium",
|
774
|
+
"outputs": [
|
775
|
+
{
|
776
|
+
"internalType": "Amount",
|
777
|
+
"name": "premiumAmount",
|
778
|
+
"type": "uint96"
|
779
|
+
}
|
780
|
+
],
|
781
|
+
"stateMutability": "view",
|
782
|
+
"type": "function"
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"inputs": [
|
786
|
+
{
|
787
|
+
"internalType": "RequestId",
|
788
|
+
"name": "requestId",
|
789
|
+
"type": "uint64"
|
790
|
+
}
|
791
|
+
],
|
792
|
+
"name": "cancelOracleRequest",
|
793
|
+
"outputs": [],
|
794
|
+
"stateMutability": "nonpayable",
|
795
|
+
"type": "function"
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"inputs": [
|
799
|
+
{
|
800
|
+
"internalType": "NftId",
|
801
|
+
"name": "policyNftId",
|
802
|
+
"type": "uint96"
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"internalType": "PayoutId",
|
806
|
+
"name": "payoutId",
|
807
|
+
"type": "uint40"
|
808
|
+
}
|
809
|
+
],
|
810
|
+
"name": "cancelPayout",
|
811
|
+
"outputs": [],
|
812
|
+
"stateMutability": "nonpayable",
|
813
|
+
"type": "function"
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"inputs": [
|
817
|
+
{
|
818
|
+
"internalType": "NftId",
|
819
|
+
"name": "policyNftId",
|
820
|
+
"type": "uint96"
|
821
|
+
}
|
822
|
+
],
|
823
|
+
"name": "close",
|
824
|
+
"outputs": [],
|
825
|
+
"stateMutability": "nonpayable",
|
826
|
+
"type": "function"
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"inputs": [
|
830
|
+
{
|
831
|
+
"internalType": "NftId",
|
832
|
+
"name": "policyNftId",
|
833
|
+
"type": "uint96"
|
834
|
+
},
|
835
|
+
{
|
836
|
+
"internalType": "ClaimId",
|
837
|
+
"name": "claimId",
|
838
|
+
"type": "uint16"
|
839
|
+
}
|
840
|
+
],
|
841
|
+
"name": "closeClaim",
|
842
|
+
"outputs": [],
|
843
|
+
"stateMutability": "nonpayable",
|
844
|
+
"type": "function"
|
845
|
+
},
|
846
|
+
{
|
847
|
+
"inputs": [
|
848
|
+
{
|
849
|
+
"internalType": "NftId",
|
850
|
+
"name": "policyNftId",
|
851
|
+
"type": "uint96"
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"internalType": "Timestamp",
|
855
|
+
"name": "activateAt",
|
856
|
+
"type": "uint40"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"name": "collectPremium",
|
860
|
+
"outputs": [],
|
861
|
+
"stateMutability": "nonpayable",
|
862
|
+
"type": "function"
|
863
|
+
},
|
864
|
+
{
|
865
|
+
"inputs": [
|
866
|
+
{
|
867
|
+
"internalType": "NftId",
|
868
|
+
"name": "policyNftId",
|
869
|
+
"type": "uint96"
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"internalType": "ClaimId",
|
873
|
+
"name": "claimId",
|
874
|
+
"type": "uint16"
|
875
|
+
},
|
876
|
+
{
|
877
|
+
"internalType": "Amount",
|
878
|
+
"name": "confirmedAmount",
|
879
|
+
"type": "uint96"
|
880
|
+
},
|
881
|
+
{
|
882
|
+
"internalType": "bytes",
|
883
|
+
"name": "processData",
|
884
|
+
"type": "bytes"
|
885
|
+
}
|
886
|
+
],
|
887
|
+
"name": "confirmClaim",
|
888
|
+
"outputs": [],
|
889
|
+
"stateMutability": "nonpayable",
|
890
|
+
"type": "function"
|
891
|
+
},
|
892
|
+
{
|
893
|
+
"inputs": [
|
894
|
+
{
|
895
|
+
"internalType": "address",
|
896
|
+
"name": "applicationOwner",
|
897
|
+
"type": "address"
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"internalType": "RiskId",
|
901
|
+
"name": "riskId",
|
902
|
+
"type": "bytes8"
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"internalType": "uint256",
|
906
|
+
"name": "sumInsured",
|
907
|
+
"type": "uint256"
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"internalType": "Seconds",
|
911
|
+
"name": "lifetime",
|
912
|
+
"type": "uint40"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"internalType": "bytes",
|
916
|
+
"name": "applicationData",
|
917
|
+
"type": "bytes"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"internalType": "NftId",
|
921
|
+
"name": "bundleNftId",
|
922
|
+
"type": "uint96"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"internalType": "ReferralId",
|
926
|
+
"name": "referralId",
|
927
|
+
"type": "bytes8"
|
928
|
+
}
|
929
|
+
],
|
930
|
+
"name": "createApplication",
|
931
|
+
"outputs": [
|
932
|
+
{
|
933
|
+
"internalType": "NftId",
|
934
|
+
"name": "nftId",
|
935
|
+
"type": "uint96"
|
936
|
+
}
|
937
|
+
],
|
938
|
+
"stateMutability": "nonpayable",
|
939
|
+
"type": "function"
|
940
|
+
},
|
941
|
+
{
|
942
|
+
"inputs": [
|
943
|
+
{
|
944
|
+
"internalType": "NftId",
|
945
|
+
"name": "oracleNftId",
|
946
|
+
"type": "uint96"
|
947
|
+
},
|
948
|
+
{
|
949
|
+
"internalType": "string",
|
950
|
+
"name": "requestText",
|
951
|
+
"type": "string"
|
952
|
+
},
|
953
|
+
{
|
954
|
+
"internalType": "Timestamp",
|
955
|
+
"name": "expiryAt",
|
956
|
+
"type": "uint40"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"internalType": "bool",
|
960
|
+
"name": "synchronous",
|
961
|
+
"type": "bool"
|
962
|
+
}
|
963
|
+
],
|
964
|
+
"name": "createOracleRequest",
|
965
|
+
"outputs": [
|
966
|
+
{
|
967
|
+
"internalType": "RequestId",
|
968
|
+
"name": "",
|
969
|
+
"type": "uint64"
|
970
|
+
}
|
971
|
+
],
|
972
|
+
"stateMutability": "nonpayable",
|
973
|
+
"type": "function"
|
974
|
+
},
|
975
|
+
{
|
976
|
+
"inputs": [
|
977
|
+
{
|
978
|
+
"internalType": "NftId",
|
979
|
+
"name": "policyNftId",
|
980
|
+
"type": "uint96"
|
981
|
+
},
|
982
|
+
{
|
983
|
+
"internalType": "ClaimId",
|
984
|
+
"name": "claimId",
|
985
|
+
"type": "uint16"
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"internalType": "Amount",
|
989
|
+
"name": "amount",
|
990
|
+
"type": "uint96"
|
991
|
+
},
|
992
|
+
{
|
993
|
+
"internalType": "bytes",
|
994
|
+
"name": "data",
|
995
|
+
"type": "bytes"
|
996
|
+
}
|
997
|
+
],
|
998
|
+
"name": "createPayout",
|
999
|
+
"outputs": [
|
1000
|
+
{
|
1001
|
+
"internalType": "PayoutId",
|
1002
|
+
"name": "",
|
1003
|
+
"type": "uint40"
|
1004
|
+
}
|
1005
|
+
],
|
1006
|
+
"stateMutability": "nonpayable",
|
1007
|
+
"type": "function"
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
"inputs": [
|
1011
|
+
{
|
1012
|
+
"internalType": "NftId",
|
1013
|
+
"name": "policyNftId",
|
1014
|
+
"type": "uint96"
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"internalType": "ClaimId",
|
1018
|
+
"name": "claimId",
|
1019
|
+
"type": "uint16"
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
"internalType": "Amount",
|
1023
|
+
"name": "amount",
|
1024
|
+
"type": "uint96"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"internalType": "address",
|
1028
|
+
"name": "beneficiary",
|
1029
|
+
"type": "address"
|
1030
|
+
},
|
1031
|
+
{
|
1032
|
+
"internalType": "bytes",
|
1033
|
+
"name": "data",
|
1034
|
+
"type": "bytes"
|
1035
|
+
}
|
1036
|
+
],
|
1037
|
+
"name": "createPayoutForBeneficiary",
|
1038
|
+
"outputs": [
|
1039
|
+
{
|
1040
|
+
"internalType": "PayoutId",
|
1041
|
+
"name": "",
|
1042
|
+
"type": "uint40"
|
1043
|
+
}
|
1044
|
+
],
|
1045
|
+
"stateMutability": "nonpayable",
|
1046
|
+
"type": "function"
|
1047
|
+
},
|
1048
|
+
{
|
1049
|
+
"inputs": [
|
1050
|
+
{
|
1051
|
+
"internalType": "NftId",
|
1052
|
+
"name": "applicationNftId",
|
1053
|
+
"type": "uint96"
|
1054
|
+
},
|
1055
|
+
{
|
1056
|
+
"internalType": "bool",
|
1057
|
+
"name": "requirePremiumPayment",
|
1058
|
+
"type": "bool"
|
1059
|
+
},
|
1060
|
+
{
|
1061
|
+
"internalType": "Timestamp",
|
1062
|
+
"name": "activateAt",
|
1063
|
+
"type": "uint40"
|
1064
|
+
}
|
1065
|
+
],
|
1066
|
+
"name": "createPolicy",
|
1067
|
+
"outputs": [],
|
1068
|
+
"stateMutability": "nonpayable",
|
1069
|
+
"type": "function"
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"inputs": [
|
1073
|
+
{
|
1074
|
+
"internalType": "string",
|
1075
|
+
"name": "id",
|
1076
|
+
"type": "string"
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"internalType": "bytes",
|
1080
|
+
"name": "data",
|
1081
|
+
"type": "bytes"
|
1082
|
+
}
|
1083
|
+
],
|
1084
|
+
"name": "createRisk",
|
1085
|
+
"outputs": [
|
1086
|
+
{
|
1087
|
+
"internalType": "RiskId",
|
1088
|
+
"name": "",
|
1089
|
+
"type": "bytes8"
|
1090
|
+
}
|
1091
|
+
],
|
1092
|
+
"stateMutability": "nonpayable",
|
1093
|
+
"type": "function"
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"inputs": [
|
1097
|
+
{
|
1098
|
+
"internalType": "NftId",
|
1099
|
+
"name": "policyNftId",
|
1100
|
+
"type": "uint96"
|
1101
|
+
}
|
1102
|
+
],
|
1103
|
+
"name": "decline",
|
1104
|
+
"outputs": [],
|
1105
|
+
"stateMutability": "nonpayable",
|
1106
|
+
"type": "function"
|
1107
|
+
},
|
1108
|
+
{
|
1109
|
+
"inputs": [
|
1110
|
+
{
|
1111
|
+
"internalType": "NftId",
|
1112
|
+
"name": "policyNftId",
|
1113
|
+
"type": "uint96"
|
1114
|
+
},
|
1115
|
+
{
|
1116
|
+
"internalType": "ClaimId",
|
1117
|
+
"name": "claimId",
|
1118
|
+
"type": "uint16"
|
1119
|
+
},
|
1120
|
+
{
|
1121
|
+
"internalType": "bytes",
|
1122
|
+
"name": "processData",
|
1123
|
+
"type": "bytes"
|
1124
|
+
}
|
1125
|
+
],
|
1126
|
+
"name": "declineClaim",
|
1127
|
+
"outputs": [],
|
1128
|
+
"stateMutability": "nonpayable",
|
1129
|
+
"type": "function"
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"inputs": [],
|
1133
|
+
"name": "doSomethingSpecial",
|
1134
|
+
"outputs": [
|
1135
|
+
{
|
1136
|
+
"internalType": "bool",
|
1137
|
+
"name": "",
|
1138
|
+
"type": "bool"
|
1139
|
+
}
|
1140
|
+
],
|
1141
|
+
"stateMutability": "nonpayable",
|
1142
|
+
"type": "function"
|
1143
|
+
},
|
1144
|
+
{
|
1145
|
+
"inputs": [],
|
1146
|
+
"name": "doWhenNotLocked",
|
1147
|
+
"outputs": [
|
1148
|
+
{
|
1149
|
+
"internalType": "bool",
|
1150
|
+
"name": "",
|
1151
|
+
"type": "bool"
|
1152
|
+
}
|
1153
|
+
],
|
1154
|
+
"stateMutability": "nonpayable",
|
1155
|
+
"type": "function"
|
1156
|
+
},
|
1157
|
+
{
|
1158
|
+
"inputs": [
|
1159
|
+
{
|
1160
|
+
"internalType": "NftId",
|
1161
|
+
"name": "policyNftId",
|
1162
|
+
"type": "uint96"
|
1163
|
+
},
|
1164
|
+
{
|
1165
|
+
"internalType": "Timestamp",
|
1166
|
+
"name": "expireAt",
|
1167
|
+
"type": "uint40"
|
1168
|
+
}
|
1169
|
+
],
|
1170
|
+
"name": "expire",
|
1171
|
+
"outputs": [
|
1172
|
+
{
|
1173
|
+
"internalType": "Timestamp",
|
1174
|
+
"name": "",
|
1175
|
+
"type": "uint40"
|
1176
|
+
}
|
1177
|
+
],
|
1178
|
+
"stateMutability": "nonpayable",
|
1179
|
+
"type": "function"
|
1180
|
+
},
|
1181
|
+
{
|
1182
|
+
"inputs": [
|
1183
|
+
{
|
1184
|
+
"internalType": "RequestId",
|
1185
|
+
"name": "requestId",
|
1186
|
+
"type": "uint64"
|
1187
|
+
},
|
1188
|
+
{
|
1189
|
+
"internalType": "bytes",
|
1190
|
+
"name": "responseData",
|
1191
|
+
"type": "bytes"
|
1192
|
+
}
|
1193
|
+
],
|
1194
|
+
"name": "fulfillOracleRequestAsync",
|
1195
|
+
"outputs": [],
|
1196
|
+
"stateMutability": "nonpayable",
|
1197
|
+
"type": "function"
|
1198
|
+
},
|
1199
|
+
{
|
1200
|
+
"inputs": [
|
1201
|
+
{
|
1202
|
+
"internalType": "RequestId",
|
1203
|
+
"name": "requestId",
|
1204
|
+
"type": "uint64"
|
1205
|
+
},
|
1206
|
+
{
|
1207
|
+
"internalType": "bytes",
|
1208
|
+
"name": "responseData",
|
1209
|
+
"type": "bytes"
|
1210
|
+
}
|
1211
|
+
],
|
1212
|
+
"name": "fulfillOracleRequestSync",
|
1213
|
+
"outputs": [],
|
1214
|
+
"stateMutability": "nonpayable",
|
1215
|
+
"type": "function"
|
1216
|
+
},
|
1217
|
+
{
|
1218
|
+
"inputs": [],
|
1219
|
+
"name": "getAuthorization",
|
1220
|
+
"outputs": [
|
1221
|
+
{
|
1222
|
+
"internalType": "contract IAuthorization",
|
1223
|
+
"name": "authorization",
|
1224
|
+
"type": "address"
|
1225
|
+
}
|
1226
|
+
],
|
1227
|
+
"stateMutability": "view",
|
1228
|
+
"type": "function"
|
1229
|
+
},
|
1230
|
+
{
|
1231
|
+
"inputs": [],
|
1232
|
+
"name": "getComponentInfo",
|
1233
|
+
"outputs": [
|
1234
|
+
{
|
1235
|
+
"components": [
|
1236
|
+
{
|
1237
|
+
"internalType": "string",
|
1238
|
+
"name": "name",
|
1239
|
+
"type": "string"
|
1240
|
+
},
|
1241
|
+
{
|
1242
|
+
"internalType": "contract TokenHandler",
|
1243
|
+
"name": "tokenHandler",
|
1244
|
+
"type": "address"
|
1245
|
+
},
|
1246
|
+
{
|
1247
|
+
"internalType": "bytes",
|
1248
|
+
"name": "data",
|
1249
|
+
"type": "bytes"
|
1250
|
+
}
|
1251
|
+
],
|
1252
|
+
"internalType": "struct IComponents.ComponentInfo",
|
1253
|
+
"name": "info",
|
1254
|
+
"type": "tuple"
|
1255
|
+
}
|
1256
|
+
],
|
1257
|
+
"stateMutability": "view",
|
1258
|
+
"type": "function"
|
1259
|
+
},
|
1260
|
+
{
|
1261
|
+
"inputs": [],
|
1262
|
+
"name": "getInitialComponentInfo",
|
1263
|
+
"outputs": [
|
1264
|
+
{
|
1265
|
+
"components": [
|
1266
|
+
{
|
1267
|
+
"internalType": "string",
|
1268
|
+
"name": "name",
|
1269
|
+
"type": "string"
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"internalType": "contract TokenHandler",
|
1273
|
+
"name": "tokenHandler",
|
1274
|
+
"type": "address"
|
1275
|
+
},
|
1276
|
+
{
|
1277
|
+
"internalType": "bytes",
|
1278
|
+
"name": "data",
|
1279
|
+
"type": "bytes"
|
1280
|
+
}
|
1281
|
+
],
|
1282
|
+
"internalType": "struct IComponents.ComponentInfo",
|
1283
|
+
"name": "info",
|
1284
|
+
"type": "tuple"
|
1285
|
+
}
|
1286
|
+
],
|
1287
|
+
"stateMutability": "view",
|
1288
|
+
"type": "function"
|
1289
|
+
},
|
1290
|
+
{
|
1291
|
+
"inputs": [],
|
1292
|
+
"name": "getInitialFeeInfo",
|
1293
|
+
"outputs": [
|
1294
|
+
{
|
1295
|
+
"components": [
|
1296
|
+
{
|
1297
|
+
"components": [
|
1298
|
+
{
|
1299
|
+
"internalType": "UFixed",
|
1300
|
+
"name": "fractionalFee",
|
1301
|
+
"type": "uint128"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"internalType": "Amount",
|
1305
|
+
"name": "fixedFee",
|
1306
|
+
"type": "uint96"
|
1307
|
+
}
|
1308
|
+
],
|
1309
|
+
"internalType": "struct Fee",
|
1310
|
+
"name": "productFee",
|
1311
|
+
"type": "tuple"
|
1312
|
+
},
|
1313
|
+
{
|
1314
|
+
"components": [
|
1315
|
+
{
|
1316
|
+
"internalType": "UFixed",
|
1317
|
+
"name": "fractionalFee",
|
1318
|
+
"type": "uint128"
|
1319
|
+
},
|
1320
|
+
{
|
1321
|
+
"internalType": "Amount",
|
1322
|
+
"name": "fixedFee",
|
1323
|
+
"type": "uint96"
|
1324
|
+
}
|
1325
|
+
],
|
1326
|
+
"internalType": "struct Fee",
|
1327
|
+
"name": "processingFee",
|
1328
|
+
"type": "tuple"
|
1329
|
+
},
|
1330
|
+
{
|
1331
|
+
"components": [
|
1332
|
+
{
|
1333
|
+
"internalType": "UFixed",
|
1334
|
+
"name": "fractionalFee",
|
1335
|
+
"type": "uint128"
|
1336
|
+
},
|
1337
|
+
{
|
1338
|
+
"internalType": "Amount",
|
1339
|
+
"name": "fixedFee",
|
1340
|
+
"type": "uint96"
|
1341
|
+
}
|
1342
|
+
],
|
1343
|
+
"internalType": "struct Fee",
|
1344
|
+
"name": "distributionFee",
|
1345
|
+
"type": "tuple"
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
"components": [
|
1349
|
+
{
|
1350
|
+
"internalType": "UFixed",
|
1351
|
+
"name": "fractionalFee",
|
1352
|
+
"type": "uint128"
|
1353
|
+
},
|
1354
|
+
{
|
1355
|
+
"internalType": "Amount",
|
1356
|
+
"name": "fixedFee",
|
1357
|
+
"type": "uint96"
|
1358
|
+
}
|
1359
|
+
],
|
1360
|
+
"internalType": "struct Fee",
|
1361
|
+
"name": "minDistributionOwnerFee",
|
1362
|
+
"type": "tuple"
|
1363
|
+
},
|
1364
|
+
{
|
1365
|
+
"components": [
|
1366
|
+
{
|
1367
|
+
"internalType": "UFixed",
|
1368
|
+
"name": "fractionalFee",
|
1369
|
+
"type": "uint128"
|
1370
|
+
},
|
1371
|
+
{
|
1372
|
+
"internalType": "Amount",
|
1373
|
+
"name": "fixedFee",
|
1374
|
+
"type": "uint96"
|
1375
|
+
}
|
1376
|
+
],
|
1377
|
+
"internalType": "struct Fee",
|
1378
|
+
"name": "poolFee",
|
1379
|
+
"type": "tuple"
|
1380
|
+
},
|
1381
|
+
{
|
1382
|
+
"components": [
|
1383
|
+
{
|
1384
|
+
"internalType": "UFixed",
|
1385
|
+
"name": "fractionalFee",
|
1386
|
+
"type": "uint128"
|
1387
|
+
},
|
1388
|
+
{
|
1389
|
+
"internalType": "Amount",
|
1390
|
+
"name": "fixedFee",
|
1391
|
+
"type": "uint96"
|
1392
|
+
}
|
1393
|
+
],
|
1394
|
+
"internalType": "struct Fee",
|
1395
|
+
"name": "stakingFee",
|
1396
|
+
"type": "tuple"
|
1397
|
+
},
|
1398
|
+
{
|
1399
|
+
"components": [
|
1400
|
+
{
|
1401
|
+
"internalType": "UFixed",
|
1402
|
+
"name": "fractionalFee",
|
1403
|
+
"type": "uint128"
|
1404
|
+
},
|
1405
|
+
{
|
1406
|
+
"internalType": "Amount",
|
1407
|
+
"name": "fixedFee",
|
1408
|
+
"type": "uint96"
|
1409
|
+
}
|
1410
|
+
],
|
1411
|
+
"internalType": "struct Fee",
|
1412
|
+
"name": "performanceFee",
|
1413
|
+
"type": "tuple"
|
1414
|
+
}
|
1415
|
+
],
|
1416
|
+
"internalType": "struct IComponents.FeeInfo",
|
1417
|
+
"name": "feeInfo",
|
1418
|
+
"type": "tuple"
|
1419
|
+
}
|
1420
|
+
],
|
1421
|
+
"stateMutability": "view",
|
1422
|
+
"type": "function"
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"inputs": [],
|
1426
|
+
"name": "getInitialInfo",
|
1427
|
+
"outputs": [
|
1428
|
+
{
|
1429
|
+
"components": [
|
1430
|
+
{
|
1431
|
+
"internalType": "NftId",
|
1432
|
+
"name": "nftId",
|
1433
|
+
"type": "uint96"
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
"internalType": "NftId",
|
1437
|
+
"name": "parentNftId",
|
1438
|
+
"type": "uint96"
|
1439
|
+
},
|
1440
|
+
{
|
1441
|
+
"internalType": "ObjectType",
|
1442
|
+
"name": "objectType",
|
1443
|
+
"type": "uint8"
|
1444
|
+
},
|
1445
|
+
{
|
1446
|
+
"internalType": "bool",
|
1447
|
+
"name": "isInterceptor",
|
1448
|
+
"type": "bool"
|
1449
|
+
},
|
1450
|
+
{
|
1451
|
+
"internalType": "address",
|
1452
|
+
"name": "objectAddress",
|
1453
|
+
"type": "address"
|
1454
|
+
},
|
1455
|
+
{
|
1456
|
+
"internalType": "address",
|
1457
|
+
"name": "initialOwner",
|
1458
|
+
"type": "address"
|
1459
|
+
},
|
1460
|
+
{
|
1461
|
+
"internalType": "bytes",
|
1462
|
+
"name": "data",
|
1463
|
+
"type": "bytes"
|
1464
|
+
}
|
1465
|
+
],
|
1466
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
1467
|
+
"name": "info",
|
1468
|
+
"type": "tuple"
|
1469
|
+
}
|
1470
|
+
],
|
1471
|
+
"stateMutability": "view",
|
1472
|
+
"type": "function"
|
1473
|
+
},
|
1474
|
+
{
|
1475
|
+
"inputs": [],
|
1476
|
+
"name": "getInitialProductInfo",
|
1477
|
+
"outputs": [
|
1478
|
+
{
|
1479
|
+
"components": [
|
1480
|
+
{
|
1481
|
+
"internalType": "bool",
|
1482
|
+
"name": "isProcessingFundedClaims",
|
1483
|
+
"type": "bool"
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
"internalType": "bool",
|
1487
|
+
"name": "isInterceptingPolicyTransfers",
|
1488
|
+
"type": "bool"
|
1489
|
+
},
|
1490
|
+
{
|
1491
|
+
"internalType": "bool",
|
1492
|
+
"name": "hasDistribution",
|
1493
|
+
"type": "bool"
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"internalType": "uint8",
|
1497
|
+
"name": "expectedNumberOfOracles",
|
1498
|
+
"type": "uint8"
|
1499
|
+
},
|
1500
|
+
{
|
1501
|
+
"internalType": "uint8",
|
1502
|
+
"name": "numberOfOracles",
|
1503
|
+
"type": "uint8"
|
1504
|
+
},
|
1505
|
+
{
|
1506
|
+
"internalType": "NftId",
|
1507
|
+
"name": "poolNftId",
|
1508
|
+
"type": "uint96"
|
1509
|
+
},
|
1510
|
+
{
|
1511
|
+
"internalType": "NftId",
|
1512
|
+
"name": "distributionNftId",
|
1513
|
+
"type": "uint96"
|
1514
|
+
},
|
1515
|
+
{
|
1516
|
+
"internalType": "NftId[]",
|
1517
|
+
"name": "oracleNftId",
|
1518
|
+
"type": "uint96[]"
|
1519
|
+
}
|
1520
|
+
],
|
1521
|
+
"internalType": "struct IComponents.ProductInfo",
|
1522
|
+
"name": "poolInfo",
|
1523
|
+
"type": "tuple"
|
1524
|
+
}
|
1525
|
+
],
|
1526
|
+
"stateMutability": "view",
|
1527
|
+
"type": "function"
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"inputs": [],
|
1531
|
+
"name": "getInstance",
|
1532
|
+
"outputs": [
|
1533
|
+
{
|
1534
|
+
"internalType": "contract IInstance",
|
1535
|
+
"name": "instance",
|
1536
|
+
"type": "address"
|
1537
|
+
}
|
1538
|
+
],
|
1539
|
+
"stateMutability": "view",
|
1540
|
+
"type": "function"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"inputs": [],
|
1544
|
+
"name": "getName",
|
1545
|
+
"outputs": [
|
1546
|
+
{
|
1547
|
+
"internalType": "string",
|
1548
|
+
"name": "name",
|
1549
|
+
"type": "string"
|
1550
|
+
}
|
1551
|
+
],
|
1552
|
+
"stateMutability": "view",
|
1553
|
+
"type": "function"
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
"inputs": [],
|
1557
|
+
"name": "getNftId",
|
1558
|
+
"outputs": [
|
1559
|
+
{
|
1560
|
+
"internalType": "NftId",
|
1561
|
+
"name": "",
|
1562
|
+
"type": "uint96"
|
1563
|
+
}
|
1564
|
+
],
|
1565
|
+
"stateMutability": "view",
|
1566
|
+
"type": "function"
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"inputs": [],
|
1570
|
+
"name": "getOracleService",
|
1571
|
+
"outputs": [
|
1572
|
+
{
|
1573
|
+
"internalType": "contract IOracleService",
|
1574
|
+
"name": "",
|
1575
|
+
"type": "address"
|
1576
|
+
}
|
1577
|
+
],
|
1578
|
+
"stateMutability": "view",
|
1579
|
+
"type": "function"
|
1580
|
+
},
|
1581
|
+
{
|
1582
|
+
"inputs": [],
|
1583
|
+
"name": "getOwner",
|
1584
|
+
"outputs": [
|
1585
|
+
{
|
1586
|
+
"internalType": "address",
|
1587
|
+
"name": "",
|
1588
|
+
"type": "address"
|
1589
|
+
}
|
1590
|
+
],
|
1591
|
+
"stateMutability": "view",
|
1592
|
+
"type": "function"
|
1593
|
+
},
|
1594
|
+
{
|
1595
|
+
"inputs": [],
|
1596
|
+
"name": "getRegistry",
|
1597
|
+
"outputs": [
|
1598
|
+
{
|
1599
|
+
"internalType": "contract IRegistry",
|
1600
|
+
"name": "",
|
1601
|
+
"type": "address"
|
1602
|
+
}
|
1603
|
+
],
|
1604
|
+
"stateMutability": "view",
|
1605
|
+
"type": "function"
|
1606
|
+
},
|
1607
|
+
{
|
1608
|
+
"inputs": [],
|
1609
|
+
"name": "getRelease",
|
1610
|
+
"outputs": [
|
1611
|
+
{
|
1612
|
+
"internalType": "VersionPart",
|
1613
|
+
"name": "release",
|
1614
|
+
"type": "uint8"
|
1615
|
+
}
|
1616
|
+
],
|
1617
|
+
"stateMutability": "view",
|
1618
|
+
"type": "function"
|
1619
|
+
},
|
1620
|
+
{
|
1621
|
+
"inputs": [],
|
1622
|
+
"name": "getToken",
|
1623
|
+
"outputs": [
|
1624
|
+
{
|
1625
|
+
"internalType": "contract IERC20Metadata",
|
1626
|
+
"name": "token",
|
1627
|
+
"type": "address"
|
1628
|
+
}
|
1629
|
+
],
|
1630
|
+
"stateMutability": "view",
|
1631
|
+
"type": "function"
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
"inputs": [],
|
1635
|
+
"name": "getTokenHandler",
|
1636
|
+
"outputs": [
|
1637
|
+
{
|
1638
|
+
"internalType": "contract TokenHandler",
|
1639
|
+
"name": "tokenHandler",
|
1640
|
+
"type": "address"
|
1641
|
+
}
|
1642
|
+
],
|
1643
|
+
"stateMutability": "view",
|
1644
|
+
"type": "function"
|
1645
|
+
},
|
1646
|
+
{
|
1647
|
+
"inputs": [],
|
1648
|
+
"name": "getVersion",
|
1649
|
+
"outputs": [
|
1650
|
+
{
|
1651
|
+
"internalType": "Version",
|
1652
|
+
"name": "version",
|
1653
|
+
"type": "uint24"
|
1654
|
+
}
|
1655
|
+
],
|
1656
|
+
"stateMutability": "view",
|
1657
|
+
"type": "function"
|
1658
|
+
},
|
1659
|
+
{
|
1660
|
+
"inputs": [],
|
1661
|
+
"name": "getWallet",
|
1662
|
+
"outputs": [
|
1663
|
+
{
|
1664
|
+
"internalType": "address",
|
1665
|
+
"name": "walletAddress",
|
1666
|
+
"type": "address"
|
1667
|
+
}
|
1668
|
+
],
|
1669
|
+
"stateMutability": "view",
|
1670
|
+
"type": "function"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"inputs": [
|
1674
|
+
{
|
1675
|
+
"internalType": "address",
|
1676
|
+
"name": "registry",
|
1677
|
+
"type": "address"
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"internalType": "NftId",
|
1681
|
+
"name": "instanceNftid",
|
1682
|
+
"type": "uint96"
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"internalType": "string",
|
1686
|
+
"name": "name",
|
1687
|
+
"type": "string"
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
"components": [
|
1691
|
+
{
|
1692
|
+
"internalType": "bool",
|
1693
|
+
"name": "isProcessingFundedClaims",
|
1694
|
+
"type": "bool"
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"internalType": "bool",
|
1698
|
+
"name": "isInterceptingPolicyTransfers",
|
1699
|
+
"type": "bool"
|
1700
|
+
},
|
1701
|
+
{
|
1702
|
+
"internalType": "bool",
|
1703
|
+
"name": "hasDistribution",
|
1704
|
+
"type": "bool"
|
1705
|
+
},
|
1706
|
+
{
|
1707
|
+
"internalType": "uint8",
|
1708
|
+
"name": "expectedNumberOfOracles",
|
1709
|
+
"type": "uint8"
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"internalType": "uint8",
|
1713
|
+
"name": "numberOfOracles",
|
1714
|
+
"type": "uint8"
|
1715
|
+
},
|
1716
|
+
{
|
1717
|
+
"internalType": "NftId",
|
1718
|
+
"name": "poolNftId",
|
1719
|
+
"type": "uint96"
|
1720
|
+
},
|
1721
|
+
{
|
1722
|
+
"internalType": "NftId",
|
1723
|
+
"name": "distributionNftId",
|
1724
|
+
"type": "uint96"
|
1725
|
+
},
|
1726
|
+
{
|
1727
|
+
"internalType": "NftId[]",
|
1728
|
+
"name": "oracleNftId",
|
1729
|
+
"type": "uint96[]"
|
1730
|
+
}
|
1731
|
+
],
|
1732
|
+
"internalType": "struct IComponents.ProductInfo",
|
1733
|
+
"name": "productInfo",
|
1734
|
+
"type": "tuple"
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"components": [
|
1738
|
+
{
|
1739
|
+
"components": [
|
1740
|
+
{
|
1741
|
+
"internalType": "UFixed",
|
1742
|
+
"name": "fractionalFee",
|
1743
|
+
"type": "uint128"
|
1744
|
+
},
|
1745
|
+
{
|
1746
|
+
"internalType": "Amount",
|
1747
|
+
"name": "fixedFee",
|
1748
|
+
"type": "uint96"
|
1749
|
+
}
|
1750
|
+
],
|
1751
|
+
"internalType": "struct Fee",
|
1752
|
+
"name": "productFee",
|
1753
|
+
"type": "tuple"
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
"components": [
|
1757
|
+
{
|
1758
|
+
"internalType": "UFixed",
|
1759
|
+
"name": "fractionalFee",
|
1760
|
+
"type": "uint128"
|
1761
|
+
},
|
1762
|
+
{
|
1763
|
+
"internalType": "Amount",
|
1764
|
+
"name": "fixedFee",
|
1765
|
+
"type": "uint96"
|
1766
|
+
}
|
1767
|
+
],
|
1768
|
+
"internalType": "struct Fee",
|
1769
|
+
"name": "processingFee",
|
1770
|
+
"type": "tuple"
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"components": [
|
1774
|
+
{
|
1775
|
+
"internalType": "UFixed",
|
1776
|
+
"name": "fractionalFee",
|
1777
|
+
"type": "uint128"
|
1778
|
+
},
|
1779
|
+
{
|
1780
|
+
"internalType": "Amount",
|
1781
|
+
"name": "fixedFee",
|
1782
|
+
"type": "uint96"
|
1783
|
+
}
|
1784
|
+
],
|
1785
|
+
"internalType": "struct Fee",
|
1786
|
+
"name": "distributionFee",
|
1787
|
+
"type": "tuple"
|
1788
|
+
},
|
1789
|
+
{
|
1790
|
+
"components": [
|
1791
|
+
{
|
1792
|
+
"internalType": "UFixed",
|
1793
|
+
"name": "fractionalFee",
|
1794
|
+
"type": "uint128"
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"internalType": "Amount",
|
1798
|
+
"name": "fixedFee",
|
1799
|
+
"type": "uint96"
|
1800
|
+
}
|
1801
|
+
],
|
1802
|
+
"internalType": "struct Fee",
|
1803
|
+
"name": "minDistributionOwnerFee",
|
1804
|
+
"type": "tuple"
|
1805
|
+
},
|
1806
|
+
{
|
1807
|
+
"components": [
|
1808
|
+
{
|
1809
|
+
"internalType": "UFixed",
|
1810
|
+
"name": "fractionalFee",
|
1811
|
+
"type": "uint128"
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
"internalType": "Amount",
|
1815
|
+
"name": "fixedFee",
|
1816
|
+
"type": "uint96"
|
1817
|
+
}
|
1818
|
+
],
|
1819
|
+
"internalType": "struct Fee",
|
1820
|
+
"name": "poolFee",
|
1821
|
+
"type": "tuple"
|
1822
|
+
},
|
1823
|
+
{
|
1824
|
+
"components": [
|
1825
|
+
{
|
1826
|
+
"internalType": "UFixed",
|
1827
|
+
"name": "fractionalFee",
|
1828
|
+
"type": "uint128"
|
1829
|
+
},
|
1830
|
+
{
|
1831
|
+
"internalType": "Amount",
|
1832
|
+
"name": "fixedFee",
|
1833
|
+
"type": "uint96"
|
1834
|
+
}
|
1835
|
+
],
|
1836
|
+
"internalType": "struct Fee",
|
1837
|
+
"name": "stakingFee",
|
1838
|
+
"type": "tuple"
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"components": [
|
1842
|
+
{
|
1843
|
+
"internalType": "UFixed",
|
1844
|
+
"name": "fractionalFee",
|
1845
|
+
"type": "uint128"
|
1846
|
+
},
|
1847
|
+
{
|
1848
|
+
"internalType": "Amount",
|
1849
|
+
"name": "fixedFee",
|
1850
|
+
"type": "uint96"
|
1851
|
+
}
|
1852
|
+
],
|
1853
|
+
"internalType": "struct Fee",
|
1854
|
+
"name": "performanceFee",
|
1855
|
+
"type": "tuple"
|
1856
|
+
}
|
1857
|
+
],
|
1858
|
+
"internalType": "struct IComponents.FeeInfo",
|
1859
|
+
"name": "feeInfo",
|
1860
|
+
"type": "tuple"
|
1861
|
+
},
|
1862
|
+
{
|
1863
|
+
"internalType": "contract IAuthorization",
|
1864
|
+
"name": "authorization",
|
1865
|
+
"type": "address"
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
"internalType": "address",
|
1869
|
+
"name": "initialOwner",
|
1870
|
+
"type": "address"
|
1871
|
+
}
|
1872
|
+
],
|
1873
|
+
"name": "initialize",
|
1874
|
+
"outputs": [],
|
1875
|
+
"stateMutability": "nonpayable",
|
1876
|
+
"type": "function"
|
1877
|
+
},
|
1878
|
+
{
|
1879
|
+
"inputs": [],
|
1880
|
+
"name": "isActive",
|
1881
|
+
"outputs": [
|
1882
|
+
{
|
1883
|
+
"internalType": "bool",
|
1884
|
+
"name": "active",
|
1885
|
+
"type": "bool"
|
1886
|
+
}
|
1887
|
+
],
|
1888
|
+
"stateMutability": "view",
|
1889
|
+
"type": "function"
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"inputs": [],
|
1893
|
+
"name": "isConsumingScheduledOp",
|
1894
|
+
"outputs": [
|
1895
|
+
{
|
1896
|
+
"internalType": "bytes4",
|
1897
|
+
"name": "",
|
1898
|
+
"type": "bytes4"
|
1899
|
+
}
|
1900
|
+
],
|
1901
|
+
"stateMutability": "view",
|
1902
|
+
"type": "function"
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"inputs": [],
|
1906
|
+
"name": "isNftInterceptor",
|
1907
|
+
"outputs": [
|
1908
|
+
{
|
1909
|
+
"internalType": "bool",
|
1910
|
+
"name": "isInterceptor",
|
1911
|
+
"type": "bool"
|
1912
|
+
}
|
1913
|
+
],
|
1914
|
+
"stateMutability": "view",
|
1915
|
+
"type": "function"
|
1916
|
+
},
|
1917
|
+
{
|
1918
|
+
"inputs": [],
|
1919
|
+
"name": "isRegistered",
|
1920
|
+
"outputs": [
|
1921
|
+
{
|
1922
|
+
"internalType": "bool",
|
1923
|
+
"name": "",
|
1924
|
+
"type": "bool"
|
1925
|
+
}
|
1926
|
+
],
|
1927
|
+
"stateMutability": "view",
|
1928
|
+
"type": "function"
|
1929
|
+
},
|
1930
|
+
{
|
1931
|
+
"inputs": [],
|
1932
|
+
"name": "linkToRegisteredNftId",
|
1933
|
+
"outputs": [
|
1934
|
+
{
|
1935
|
+
"internalType": "NftId",
|
1936
|
+
"name": "nftId",
|
1937
|
+
"type": "uint96"
|
1938
|
+
}
|
1939
|
+
],
|
1940
|
+
"stateMutability": "nonpayable",
|
1941
|
+
"type": "function"
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"inputs": [
|
1945
|
+
{
|
1946
|
+
"internalType": "address",
|
1947
|
+
"name": "from",
|
1948
|
+
"type": "address"
|
1949
|
+
},
|
1950
|
+
{
|
1951
|
+
"internalType": "address",
|
1952
|
+
"name": "to",
|
1953
|
+
"type": "address"
|
1954
|
+
},
|
1955
|
+
{
|
1956
|
+
"internalType": "uint256",
|
1957
|
+
"name": "tokenId",
|
1958
|
+
"type": "uint256"
|
1959
|
+
},
|
1960
|
+
{
|
1961
|
+
"internalType": "address",
|
1962
|
+
"name": "operator",
|
1963
|
+
"type": "address"
|
1964
|
+
}
|
1965
|
+
],
|
1966
|
+
"name": "nftTransferFrom",
|
1967
|
+
"outputs": [],
|
1968
|
+
"stateMutability": "nonpayable",
|
1969
|
+
"type": "function"
|
1970
|
+
},
|
1971
|
+
{
|
1972
|
+
"inputs": [
|
1973
|
+
{
|
1974
|
+
"internalType": "NftId",
|
1975
|
+
"name": "policyNftId",
|
1976
|
+
"type": "uint96"
|
1977
|
+
},
|
1978
|
+
{
|
1979
|
+
"internalType": "ClaimId",
|
1980
|
+
"name": "claimId",
|
1981
|
+
"type": "uint16"
|
1982
|
+
},
|
1983
|
+
{
|
1984
|
+
"internalType": "Amount",
|
1985
|
+
"name": "availableAmount",
|
1986
|
+
"type": "uint96"
|
1987
|
+
}
|
1988
|
+
],
|
1989
|
+
"name": "processFundedClaim",
|
1990
|
+
"outputs": [],
|
1991
|
+
"stateMutability": "nonpayable",
|
1992
|
+
"type": "function"
|
1993
|
+
},
|
1994
|
+
{
|
1995
|
+
"inputs": [
|
1996
|
+
{
|
1997
|
+
"internalType": "NftId",
|
1998
|
+
"name": "policyNftId",
|
1999
|
+
"type": "uint96"
|
2000
|
+
},
|
2001
|
+
{
|
2002
|
+
"internalType": "PayoutId",
|
2003
|
+
"name": "payoutId",
|
2004
|
+
"type": "uint40"
|
2005
|
+
}
|
2006
|
+
],
|
2007
|
+
"name": "processPayout",
|
2008
|
+
"outputs": [],
|
2009
|
+
"stateMutability": "nonpayable",
|
2010
|
+
"type": "function"
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"inputs": [
|
2014
|
+
{
|
2015
|
+
"internalType": "address",
|
2016
|
+
"name": "component",
|
2017
|
+
"type": "address"
|
2018
|
+
}
|
2019
|
+
],
|
2020
|
+
"name": "registerComponent",
|
2021
|
+
"outputs": [
|
2022
|
+
{
|
2023
|
+
"internalType": "NftId",
|
2024
|
+
"name": "componentNftId",
|
2025
|
+
"type": "uint96"
|
2026
|
+
}
|
2027
|
+
],
|
2028
|
+
"stateMutability": "nonpayable",
|
2029
|
+
"type": "function"
|
2030
|
+
},
|
2031
|
+
{
|
2032
|
+
"inputs": [
|
2033
|
+
{
|
2034
|
+
"internalType": "RequestId",
|
2035
|
+
"name": "requestId",
|
2036
|
+
"type": "uint64"
|
2037
|
+
}
|
2038
|
+
],
|
2039
|
+
"name": "resend",
|
2040
|
+
"outputs": [],
|
2041
|
+
"stateMutability": "nonpayable",
|
2042
|
+
"type": "function"
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"inputs": [
|
2046
|
+
{
|
2047
|
+
"internalType": "NftId",
|
2048
|
+
"name": "policyNftId",
|
2049
|
+
"type": "uint96"
|
2050
|
+
},
|
2051
|
+
{
|
2052
|
+
"internalType": "ClaimId",
|
2053
|
+
"name": "claimId",
|
2054
|
+
"type": "uint16"
|
2055
|
+
}
|
2056
|
+
],
|
2057
|
+
"name": "revokeClaim",
|
2058
|
+
"outputs": [],
|
2059
|
+
"stateMutability": "nonpayable",
|
2060
|
+
"type": "function"
|
2061
|
+
},
|
2062
|
+
{
|
2063
|
+
"inputs": [
|
2064
|
+
{
|
2065
|
+
"internalType": "address",
|
2066
|
+
"name": "newAuthority",
|
2067
|
+
"type": "address"
|
2068
|
+
}
|
2069
|
+
],
|
2070
|
+
"name": "setAuthority",
|
2071
|
+
"outputs": [],
|
2072
|
+
"stateMutability": "nonpayable",
|
2073
|
+
"type": "function"
|
2074
|
+
},
|
2075
|
+
{
|
2076
|
+
"inputs": [
|
2077
|
+
{
|
2078
|
+
"components": [
|
2079
|
+
{
|
2080
|
+
"internalType": "UFixed",
|
2081
|
+
"name": "fractionalFee",
|
2082
|
+
"type": "uint128"
|
2083
|
+
},
|
2084
|
+
{
|
2085
|
+
"internalType": "Amount",
|
2086
|
+
"name": "fixedFee",
|
2087
|
+
"type": "uint96"
|
2088
|
+
}
|
2089
|
+
],
|
2090
|
+
"internalType": "struct Fee",
|
2091
|
+
"name": "productFee",
|
2092
|
+
"type": "tuple"
|
2093
|
+
},
|
2094
|
+
{
|
2095
|
+
"components": [
|
2096
|
+
{
|
2097
|
+
"internalType": "UFixed",
|
2098
|
+
"name": "fractionalFee",
|
2099
|
+
"type": "uint128"
|
2100
|
+
},
|
2101
|
+
{
|
2102
|
+
"internalType": "Amount",
|
2103
|
+
"name": "fixedFee",
|
2104
|
+
"type": "uint96"
|
2105
|
+
}
|
2106
|
+
],
|
2107
|
+
"internalType": "struct Fee",
|
2108
|
+
"name": "processingFee",
|
2109
|
+
"type": "tuple"
|
2110
|
+
}
|
2111
|
+
],
|
2112
|
+
"name": "setFees",
|
2113
|
+
"outputs": [],
|
2114
|
+
"stateMutability": "nonpayable",
|
2115
|
+
"type": "function"
|
2116
|
+
},
|
2117
|
+
{
|
2118
|
+
"inputs": [
|
2119
|
+
{
|
2120
|
+
"internalType": "bool",
|
2121
|
+
"name": "locked",
|
2122
|
+
"type": "bool"
|
2123
|
+
}
|
2124
|
+
],
|
2125
|
+
"name": "setLocked",
|
2126
|
+
"outputs": [],
|
2127
|
+
"stateMutability": "nonpayable",
|
2128
|
+
"type": "function"
|
2129
|
+
},
|
2130
|
+
{
|
2131
|
+
"inputs": [
|
2132
|
+
{
|
2133
|
+
"internalType": "address",
|
2134
|
+
"name": "newWallet",
|
2135
|
+
"type": "address"
|
2136
|
+
}
|
2137
|
+
],
|
2138
|
+
"name": "setWallet",
|
2139
|
+
"outputs": [],
|
2140
|
+
"stateMutability": "nonpayable",
|
2141
|
+
"type": "function"
|
2142
|
+
},
|
2143
|
+
{
|
2144
|
+
"inputs": [
|
2145
|
+
{
|
2146
|
+
"internalType": "NftId",
|
2147
|
+
"name": "policyNftId",
|
2148
|
+
"type": "uint96"
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"internalType": "Amount",
|
2152
|
+
"name": "claimAmount",
|
2153
|
+
"type": "uint96"
|
2154
|
+
},
|
2155
|
+
{
|
2156
|
+
"internalType": "bytes",
|
2157
|
+
"name": "submissionData",
|
2158
|
+
"type": "bytes"
|
2159
|
+
}
|
2160
|
+
],
|
2161
|
+
"name": "submitClaim",
|
2162
|
+
"outputs": [
|
2163
|
+
{
|
2164
|
+
"internalType": "ClaimId",
|
2165
|
+
"name": "",
|
2166
|
+
"type": "uint16"
|
2167
|
+
}
|
2168
|
+
],
|
2169
|
+
"stateMutability": "nonpayable",
|
2170
|
+
"type": "function"
|
2171
|
+
},
|
2172
|
+
{
|
2173
|
+
"inputs": [
|
2174
|
+
{
|
2175
|
+
"internalType": "bytes4",
|
2176
|
+
"name": "interfaceId",
|
2177
|
+
"type": "bytes4"
|
2178
|
+
}
|
2179
|
+
],
|
2180
|
+
"name": "supportsInterface",
|
2181
|
+
"outputs": [
|
2182
|
+
{
|
2183
|
+
"internalType": "bool",
|
2184
|
+
"name": "",
|
2185
|
+
"type": "bool"
|
2186
|
+
}
|
2187
|
+
],
|
2188
|
+
"stateMutability": "view",
|
2189
|
+
"type": "function"
|
2190
|
+
},
|
2191
|
+
{
|
2192
|
+
"inputs": [
|
2193
|
+
{
|
2194
|
+
"internalType": "RiskId",
|
2195
|
+
"name": "id",
|
2196
|
+
"type": "bytes8"
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"internalType": "bytes",
|
2200
|
+
"name": "data",
|
2201
|
+
"type": "bytes"
|
2202
|
+
}
|
2203
|
+
],
|
2204
|
+
"name": "updateRisk",
|
2205
|
+
"outputs": [],
|
2206
|
+
"stateMutability": "nonpayable",
|
2207
|
+
"type": "function"
|
2208
|
+
},
|
2209
|
+
{
|
2210
|
+
"inputs": [
|
2211
|
+
{
|
2212
|
+
"internalType": "RiskId",
|
2213
|
+
"name": "id",
|
2214
|
+
"type": "bytes8"
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
"internalType": "StateId",
|
2218
|
+
"name": "state",
|
2219
|
+
"type": "uint8"
|
2220
|
+
}
|
2221
|
+
],
|
2222
|
+
"name": "updateRiskState",
|
2223
|
+
"outputs": [],
|
2224
|
+
"stateMutability": "nonpayable",
|
2225
|
+
"type": "function"
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
"inputs": [
|
2229
|
+
{
|
2230
|
+
"internalType": "Amount",
|
2231
|
+
"name": "amount",
|
2232
|
+
"type": "uint96"
|
2233
|
+
}
|
2234
|
+
],
|
2235
|
+
"name": "withdrawFees",
|
2236
|
+
"outputs": [
|
2237
|
+
{
|
2238
|
+
"internalType": "Amount",
|
2239
|
+
"name": "withdrawnAmount",
|
2240
|
+
"type": "uint96"
|
2241
|
+
}
|
2242
|
+
],
|
2243
|
+
"stateMutability": "nonpayable",
|
2244
|
+
"type": "function"
|
2245
|
+
}
|
2246
|
+
],
|
2247
|
+
"bytecode": "0x608060405234801561000f575f80fd5b50604051616dc2380380616dc283398101604081905261002e91611358565b61003d87878787878787610049565b505050505050506116c0565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff1615906001600160401b03165f811580156100925750825b90505f826001600160401b031660011480156100ad5750303b155b9050811580156100bb575080155b156100d95760405163f92ee8a960e01b815260040160405180910390fd5b84546001600160401b0319166001178555831561010757845460ff60401b1916680100000000000000001785555b6101168c8c8c8c8c8c8c610199565b610125600d6101ce565b6101ce565b600280546001600160a01b0319166001600160a01b0392909216919091179055831561018b57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b6101a1610265565b6101c58787878787878760405180602001604052805f8152506102b560201b60201c565b50505050505050565b5f6101e16001546001600160a01b031690565b6001600160a01b031663d39e6043836101f8610613565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561023b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061025f919061142a565b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff166102b357604051631afcd79f60e31b815260040160405180910390fd5b565b6102bd610265565b6102d3888888600c60208a0151889088886106a9565b5f7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d6800865181546020808a015160408b015160608c015160808d015160a08e015160c08f015161ffff1990971697151561ff00191697909717610100941515949094029390931763ffff00001916620100009215159290920263ff000000191691909117630100000060ff9283160217600160201b600160881b0319166401000000009190921602600160281b600160881b03191617650100000000006001600160601b039485160217600160881b600160e81b031916600160881b939092169290920217825560e08801518051929350889284926103d8926001850192910190610ef0565b5050855180516002840180546020938401516001600160801b039384166001600160e01b031992831617600160801b6001600160601b03928316810291909117909355848b015180516003890180549288015191871692851692909217908316850217905560408b015180516004890180549288015191871692851692909217908316850217905560608b015180516005890180549288015191871692851692909217908316850217905560808b015180516006890180549288015191871692851692909217908316850217905560a08b015180516007890180549288015191871692851692909217908316850217905560c08b0151805160088901805492909701519516921691909117921602179055506104f5610120602c90565b600a820180546001600160a01b0319166001600160a01b0392909216919091179055610522610120601490565b600b820180546001600160a01b0319166001600160a01b039290921691909117905561054f610120601590565b600c820180546001600160a01b0319166001600160a01b039290921691909117905561057c610120602d90565b600d820180546001600160a01b0319166001600160a01b03929092169190911790556105a9610120602a90565b600e820180546001600160a01b0319166001600160a01b03929092169190911790556105d6610120600b90565b6009820180546001600160a01b0319166001600160a01b0392909216919091179055610608630cdf80bd60e31b6108e9565b505050505050505050565b5f6106457ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015610680573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106a49190611445565b905090565b6106b1610265565b5f6106bd89898861091c565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038b169063bf8e179790602401602060405180830381865afa15801561072f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610753919061142a565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516107f2929163bf7e214f9160048083019260209291908290030181865afa1580156107ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d1919061142a565b8b8b8b8b8a8a60405180602001604052805f8152508b6109c760201b60201c565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015610839573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061085d919061142a565b6001820180546001600160a01b03199081166001600160a01b039384161790915560028301805490911691881691909117905561089b610120600b90565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556108cd634a531f3360e01b6108e9565b6108dd63a9c1bc6f60e01b6108e9565b50505050505050505050565b6108f1610265565b610919816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b50565b5f60ff8216600c0361093d576109348484600a610a97565b508290506109c0565b5f61094a8585600c610a97565b60405163677d3feb60e11b81526001600160601b03861660048201529091506001600160a01b0382169063cefa7fd690602401602060405180830381865afa158015610998573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109bc9190611460565b9150505b9392505050565b6109cf610265565b85515f036109f05760405163591eebf360e11b815260040160405180910390fd5b6109ff89898988888888610b61565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0080610a2b88826114ff565b5060018101805460ff191686151517905560028101610a4a83826114ff565b50610a55600b6101ce565b6003820180546001600160a01b0319166001600160a01b0392909216919091179055610a87634a531f3360e01b6108e9565b6108dd6306e9e5ff60e31b6108e9565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa158015610ae5573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052610b0c91908101906115d7565b9050610b2381604001518460ff9081169116141590565b15610b5957604080820151905163b0c1f6eb60e01b815260ff808616600483015290911660248201526044015b60405180910390fd5b509392505050565b610b69610265565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015610bbf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610be391906116a7565b610c0b5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610b50565b610c1487610cb5565b610c1e8683610cc6565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166001600160681b0319909116176c0100000000000000000000000060ff8816021760ff60681b19166d010000000000000000000000000086151502178155905060018101610c9a83826114ff565b50610cab634a531f3360e01b6108e9565b5050505050505050565b610cbd610265565b61091981610d58565b610cce610265565b610cd6610d69565b610cdf82610db1565b6001600160a01b038116610d065760405163f17ef42d60e01b815260040160405180910390fd5b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0080546001600160601b03166c010000000000000000000000006001600160a01b039093169290920291909117905550565b610d60610265565b61091981610e7d565b610d71610265565b6102b36301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b610db9610265565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015610e0f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3391906116a7565b610e5b5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610b50565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b828054828255905f5260205f2090600101600290048101928215610f95579160200282015f5b83821115610f6057835183826101000a8154816001600160601b0302191690836001600160601b031602179055509260200192600c01602081600b01049283019260010302610f16565b8015610f935782816101000a8154906001600160601b030219169055600c01602081600b01049283019260010302610f60565b505b50610fa1929150610fa5565b5090565b5b80821115610fa1575f8155600101610fa6565b6001600160a01b0381168114610919575f80fd5b8051610fd881610fb9565b919050565b6001600160601b0381168114610919575f80fd5b8051610fd881610fdd565b634e487b7160e01b5f52604160045260245ffd5b60405161010081016001600160401b038111828210171561103357611033610ffc565b60405290565b60405160e081016001600160401b038111828210171561103357611033610ffc565b604051601f8201601f191681016001600160401b038111828210171561108357611083610ffc565b604052919050565b5f806001600160401b038411156110a4576110a4610ffc565b50601f8301601f19166020016110b98161105b565b9150508281528383830111156110cd575f80fd5b8282602083015e5f602084830101529392505050565b80518015158114610fd8575f80fd5b60ff81168114610919575f80fd5b8051610fd8816110f2565b5f82601f83011261111a575f80fd5b81516001600160401b0381111561113357611133610ffc565b8060051b6111436020820161105b565b9182526020818501810192908101908684111561115e575f80fd5b6020860192505b8383101561118957825161117881610fdd565b825260209283019290910190611165565b9695505050505050565b5f61010082840312156111a4575f80fd5b6111ac611010565b90506111b7826110e3565b81526111c5602083016110e3565b60208201526111d6604083016110e3565b60408201526111e760608301611100565b60608201526111f860808301611100565b608082015261120960a08301610ff1565b60a082015261121a60c08301610ff1565b60c082015260e08201516001600160401b03811115611237575f80fd5b6112438482850161110b565b60e08301525092915050565b5f6040828403121561125f575f80fd5b604080519081016001600160401b038111828210171561128157611281610ffc565b604052825190915081906001600160801b038116811461129f575f80fd5b815260208301516112af81610fdd565b6020919091015292915050565b5f6101c082840312156112cd575f80fd5b6112d5611039565b90506112e1838361124f565b81526112f0836040840161124f565b6020820152611302836080840161124f565b60408201526113148360c0840161124f565b606082015261132783610100840161124f565b608082015261133a83610140840161124f565b60a082015261134d83610180840161124f565b60c082015292915050565b5f805f805f805f610280888a03121561136f575f80fd5b875161137a81610fb9565b602089015190975061138b81610fdd565b60408901519096506001600160401b038111156113a6575f80fd5b8801601f81018a136113b6575f80fd5b6113c58a82516020840161108b565b60608a015190965090506001600160401b038111156113e2575f80fd5b6113ee8a828b01611193565b9450506113fe8960808a016112bc565b925061140d6102408901610fcd565b915061141c6102608901610fcd565b905092959891949750929550565b5f6020828403121561143a575f80fd5b81516109c081610fb9565b5f60208284031215611455575f80fd5b81516109c0816110f2565b5f60208284031215611470575f80fd5b81516109c081610fdd565b600181811c9082168061148f57607f821691505b6020821081036114ad57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156114fa57805f5260205f20601f840160051c810160208510156114d85750805b601f840160051c820191505b818110156114f7575f81556001016114e4565b50505b505050565b81516001600160401b0381111561151857611518610ffc565b61152c81611526845461147b565b846114b3565b6020601f82116001811461155e575f83156115475750848201515b5f19600385901b1c1916600184901b1784556114f7565b5f84815260208120601f198516915b8281101561158d578785015182556020948501946001909201910161156d565b50848210156115aa57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f82601f8301126115c8575f80fd5b6109c08383516020850161108b565b5f602082840312156115e7575f80fd5b81516001600160401b038111156115fc575f80fd5b820160e0818503121561160d575f80fd5b611615611039565b61161e82610ff1565b815261162c60208301610ff1565b602082015261163d60408301611100565b604082015261164e606083016110e3565b606082015261165f60808301610fcd565b608082015261167060a08301610fcd565b60a082015260c08201516001600160401b0381111561168d575f80fd5b611699868285016115b9565b60c083015250949350505050565b5f602082840312156116b7575f80fd5b6109c0826110e3565b6156f5806116cd5f395ff3fe608060405234801561000f575f80fd5b50600436106103eb575f3560e01c8063721192fb1161020b578063ada9652e1161011f578063ceca82c2116100b4578063e01f7a4311610084578063e01f7a4314610954578063e1f216fa14610967578063e9b2460c1461097a578063ea15869f146109a1578063f179d064146109c8575f80fd5b8063ceca82c2146108d2578063d3220051146108fe578063de7b5d1414610911578063deaa59df14610941575f80fd5b8063bbfbbfba116100ef578063bbfbbfba1461088f578063bf7e214f146108a2578063c108bd4c146108aa578063c68938d0146108bf575f80fd5b8063ada9652e1461084d578063b20f411914610861578063b423086c14610874578063b4c346421461087c575f80fd5b8063893d20e8116101a057806390edbd351161017057806390edbd35146107ee578063969fc930146108035780639ffcede914610816578063a7ecda3614610829578063ad12ad601461083a575f80fd5b8063893d20e8146107b25780638cf33e90146105b55780638f997f6d146107ba5780638fb36037146107cd575f80fd5b80637a9e5e4b116101db5780637a9e5e4b146107645780637baa9a0b146107775780637cef48421461078a578063844e0f201461079d575f80fd5b8063721192fb146107115780637336960314610724578063755bf1fd1461073757806376b707b71461074a575f80fd5b806322f3e2d41161030257806343d752d3116102975780635741e5e9116102675780635741e5e9146106ad5780635ab1bd53146106b55780636078a3b2146106c6578063644c45e0146106d95780636bd1c0eb146106e1575f80fd5b806343d752d3146106595780634d4889ad146106615780634d5e16a9146106875780635349d2a81461069a575f80fd5b80632eb3e6f4116102d25780632eb3e6f4146105e357806330b4c1591461060a5780633c53258e1461061d578063419197fe14610646575f80fd5b806322f3e2d4146105ad578063238cc4a5146105b55780632ccc7da4146105bd5780632cd17e53146105d0575f80fd5b8063137a92a7116103835780631c6b2190116103535780631c6b2190146105425780631eff4b2214610555578063211e28b61461058a57806321df0da71461059d57806322366844146105a5575f80fd5b8063137a92a7146104cf578063138461e0146104e257806314cfae3a1461050257806317d7de7c1461052d575f80fd5b80630d8e6e2c116103be5780630d8e6e2c1461046b5780630ec11d3e146104875780630fec111c1461049a57806313299604146104af575f80fd5b806301a57efc146103ef57806301ffc9a714610404578063043fb565146104455780630aaba8e814610458575b5f80fd5b6104026103fd366004613e13565b6109db565b005b610430610412366004613e4a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610402610453366004613e13565b6109e9565b610402610466366004613e71565b6109f3565b6104736109ff565b60405162ffffff909116815260200161043c565b610402610495366004613fcb565b610a86565b6104a2610adc565b60405161043c919061402c565b6104b7610c96565b6040516001600160a01b03909116815260200161043c565b6104026104dd3660046140ca565b610cfe565b6104ea610d08565b6040516001600160601b03909116815260200161043c565b610515610510366004614188565b610d12565b6040516001600160401b03909116815260200161043c565b610535610e0a565b60405161043c91906141f8565b6104ea610550366004613e71565b610e1a565b61057c7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161043c565b61040261059836600461420a565b610e70565b6104b7610eb4565b610430610ef8565b610430610fee565b610430611065565b6104026105cb366004614239565b611075565b6104026105de366004614254565b6110da565b61057c7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104026106183660046142a0565b6111f0565b61063061062b3660046142e8565b611214565b60405164ffffffffff909116815260200161043c565b61040261065436600461436c565b61122a565b6104b7611278565b61067461066f366004614398565b61128a565b60405161ffff909116815260200161043c565b6104026106953660046140ca565b6112a0565b6104ea6106a836600461440a565b6112aa565b610430611355565b6001546001600160a01b03166104b7565b6104ea6106d43660046144aa565b61140b565b6104ea6114be565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166104b7565b6104ea61071f3660046144c5565b6114d9565b610402610732366004614239565b611580565b610402610745366004614254565b6115b9565b610752611604565b60405160ff909116815260200161043c565b6104026107723660046144aa565b61166c565b6106306107853660046140ca565b6116ee565b61040261079836600461457d565b6116f9565b6107a5611703565b60405161043c91906145ca565b6104b761181a565b6104026107c8366004614658565b61194b565b6107d5611955565b6040516001600160e01b0319909116815260200161043c565b6107f661198a565b60405161043c9190614674565b6104026108113660046142e8565b6119af565b610402610824366004613e71565b6119c1565b6002546001600160a01b03166104b7565b6104026108483660046146c2565b6119ca565b61057c5f8051602061568083398151915281565b61040261086f366004614707565b611a6c565b6107f6611a77565b61040261088a36600461484e565b611a87565b61040261089d3660046140ca565b611bc9565b6104b7611bd3565b6108b2611bee565b60405161043c91906149f6565b6104026108cd3660046140ca565b611d3c565b6108e56108e0366004614a86565b611d46565b6040516001600160c01b0319909116815260200161043c565b61040261090c3660046140ca565b611d79565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166104b7565b61040261094f3660046144aa565b611d83565b610630610962366004614ad3565b611dd0565b610402610975366004614b55565b611de8565b61057c7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680081565b61057c7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6104ea6109d6366004614b92565b611dfe565b6109e58282611eec565b5050565b6109e58282611f65565b6109fc81611fb1565b50565b604051632efe011360e01b8152600160048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610a5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a819190614bd0565b905090565b610a8e61181a565b6001600160a01b0316336001600160a01b031614610ac65760405163086391f760e31b81523360048201526024015b60405180910390fd5b610ad2335b5f36611ff3565b6109e582826120e9565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bac9190614bfd565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610bf461181a565b6001600160a01b03168152602001826001018054610c1190614c18565b80601f0160208091040260200160405190810160405280929190818152602001828054610c3d90614c18565b8015610c885780601f10610c5f57610100808354040283529160200191610c88565b820191905f5260205f20905b815481529060010190602001808311610c6b57829003601f168201915b505050505081525091505090565b5f610c9f611278565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a819190614c5b565b6109e58282612124565b5f610a8130612173565b5f806040518060400160405280841515815260200186815250604051602001610d3b9190614c76565b60405160208183030381529060405290508215610dce5760025460405163f684566360e01b81526001600160a01b039091169063f684566390610d8690899085908990600401614c9c565b6020604051808303815f875af1158015610da2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc69190614d0b565b915050610e02565b60025460405163f684566360e01b81526001600160a01b039091169063f684566390610d8690899085908990600401614d26565b949350505050565b6060610e1461198a565b51919050565b5f610e2433610acb565b610e2c61181a565b6001600160a01b0316336001600160a01b031614610e5f5760405163086391f760e31b8152336004820152602401610abd565b610e688261236c565b90505b919050565b610e7861181a565b6001600160a01b0316336001600160a01b031614610eab5760405163086391f760e31b8152336004820152602401610abd565b6109fc816123c4565b5f610ebd611278565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cda573d5f803e3d5ffd5b5f610f0b6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f739190614bfd565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a819190614da0565b5f610ff7611bd3565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa15801561103b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105f9190614da0565b15905090565b5f61106f33610acb565b50600190565b600254604051630b331f6960e21b81526001600160401b03831660048201526001600160a01b0390911690632ccc7da4906024015b5f604051808303815f87803b1580156110c1575f80fd5b505af11580156110d3573d5f803e3d5ffd5b5050505050565b5f818060200190518101906110ef9190614e0a565b8051909150801561117e575061117e816020015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561114a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116e9190614e9a565b64ffffffffff9081169116101590565b156111a757604051636df3767d60e11b81526001600160401b0384166004820152602401610abd565b7f9ff379e60e2b20360617d792204477efac6e2125229ee6c900882db15061e9a58382604001518360400151516040516111e393929190614eb5565b60405180910390a1505050565b6111fa8382612415565b5081151560010361120f5761120f83826124a0565b505050565b5f611221858585856124ef565b95945050505050565b61123333610acb565b61123b61181a565b6001600160a01b0316336001600160a01b03161461126e5760405163086391f760e31b8152336004820152602401610abd565b6109e5828261256f565b5f61128161198a565b60200151905090565b5f6112968484846125cf565b90505b9392505050565b6109e5828261264d565b5f8260166112b8828261269c565b5f6112c1612753565b600e01546001600160a01b031663f4bfe53a6112db6114be565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016113039796959493929190614ee6565b61024060405180830381865afa15801561131f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113439190614f63565b60a001519a9950505050505050505050565b5f61135e610ef8565b156113e2576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156113b2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113d991908101906150d0565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f015460ff1690565b5f61141461181a565b6001600160a01b0316336001600160a01b0316146114475760405163086391f760e31b8152336004820152602401610abd565b61144f612753565b6009015460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af115801561149a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e689190614bfd565b5f80516020615680833981519152546001600160601b031690565b604051632620eecb60e11b8152600481018690525f90819073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af415801561152b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061154f9190614bfd565b90505f611560828a898989896112aa565b90506115728a8a84848b8a8a8d612777565b9a9950505050505050505050565b600254604051634c125e7960e01b81526001600160401b03831660048201526001600160a01b0390911690634c125e79906024016110aa565b5f818060200190518101906115ce91906151a0565b90507f3559163244a858ee609484f5443407b2d2fd3522a64ebdf54bd2118b6249f43f838283516040516111e393929190614eb5565b5f61160d611bd3565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611648573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8191906151d1565b33611675611bd3565b6001600160a01b0316816001600160a01b0316146116b05760405162d1953b60e31b81526001600160a01b0382166004820152602401610abd565b816001600160a01b03163b5f036116e5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610abd565b6109e58261280c565b5f611299838361286c565b6109e582826128f7565b61170b613c1b565b611713612753565b604080516101208101825260028301546001600160801b0380821660e084019081526001600160601b03600160801b93849004811661010086015290845284518086018652600387015480841682528490048216602082810191909152808601919091528551808701875260048801548085168252859004831681830152858701528551808701875260058801548085168252859004831681830152606086015285518087018752600688015480851682528590048316818301526080860152855180870187526007880154808516825285900483168183015260a086015285518087019096526008909601549182168552919004169282019290925260c0820152919050565b5f805f8051602061568083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611886573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118aa9190614da0565b15611935576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561190b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061192f9190614c5b565b91505090565b54600160601b90046001600160a01b0316919050565b6109e58282612943565b5f805160206156a083398151915280545f9190600160a01b900460ff1661197c575f61192f565b638fb3603760e01b91505090565b611992613cf3565b61199a610ef8565b156119a757610a8161297e565b610a81611a77565b6119bb84848484612b45565b50505050565b6109fc81612bb7565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a359190614c5b565b6001600160a01b0316336001600160a01b031614611a675760405162f0630960e01b8152336004820152602401610abd565b6119bb565b61120f838383612bf9565b611a7f613cf3565b610a8161297e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611acb5750825b90505f826001600160401b03166001148015611ae65750303b155b905081158015611af4575080155b15611b125760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611b3c57845460ff60401b1916600160401b1785555b611b4b8c8c8c8c8c8c8c612c68565b611b55600d612c8e565b600280546001600160a01b0319166001600160a01b03929092169190911790558315611bbb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b6109e582826124a0565b5f805160206156a0833981519152546001600160a01b031690565b60408051610100810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082019290925260e0810191909152611c38612753565b604080516101008082018352835460ff808216151584529181048216151560208085019190915262010000820483161515848601526301000000820483166060850152640100000000820490921660808401526001600160601b03650100000000008204811660a0850152600160881b9091041660c083015260018401805484518184028101840190955280855292949360e08601939092830182828015611d2e57602002820191905f5260205f20905f905b82829054906101000a90046001600160601b03166001600160601b0316815260200190600c0190602082600b01049283019260010382029150808411611ceb5790505b505050505081525050905090565b6109e58282612d1f565b5f61129983604051602001611d5b9190615203565b604051602081830303815290604052611d739061520e565b83612d6e565b6109e58282612dea565b611d8c33610acb565b611d9461181a565b6001600160a01b0316336001600160a01b031614611dc75760405163086391f760e31b8152336004820152602401610abd565b6109fc81612e39565b5f611dde8686868686612eae565b9695505050505050565b611df133610acb565b8260156110d3828261269c565b60405163046e44af60e11b81526001600160601b03851660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690600a9083906308dc895e90602401602060405180830381865af4158015611e61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e859190615231565b611e8f9190615248565b6040518263ffffffff1660e01b8152600401611ead91815260200190565b602060405180830381865af4158015611ec8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112219190614bfd565b611ef4612753565b600d0154604051635dbf2c8d60e01b81526001600160601b038416600482015261ffff831660248201526001600160a01b0390911690635dbf2c8d906044015b5f604051808303815f87803b158015611f4b575f80fd5b505af1158015611f5d573d5f803e3d5ffd5b505050505050565b611f6d612753565b600d0154604051633838d73960e01b81526001600160601b038416600482015261ffff831660248201526001600160a01b0390911690633838d73990604401611f34565b611fb9612753565b600c0154604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024016110aa565b5f805160206156a08339815191525f8061202b61200e611bd3565b873061201d60045f8a8c615267565b6120269161528e565b612f30565b9150915081611f5d5763ffffffff8116156120c657825460ff60a01b1916600160a01b178355612059611bd3565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612088939291906152c4565b5f604051808303815f87803b15801561209f575f80fd5b505af11580156120b1573d5f803e3d5ffd5b5050845460ff60a01b1916855550611f5d9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610abd565b6120f1612753565b6009015460405163b568c1a560e01b81526001600160a01b039091169063b568c1a590611f349085908590600401615303565b61212c612753565b600d015460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401611f34565b5f805f8051602061568083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156121df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122039190614da0565b1561222f5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610abd565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a59190614da0565b6122cd5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610abd565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561231f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123439190614bfd565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b21909060240161147e565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f035460405163108f145b60e11b815282151560048201526001600160a01b039091169063211e28b6906024016110aa565b5f61241e612753565b600c015460405163552d72d560e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063aa5ae5aa906044016020604051808303815f875af115801561247c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112999190614bfd565b6124a8612753565b600c0154604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401611f34565b5f6124f8612753565b600d0154604051631e2992c760e11b81526001600160a01b0390911690633c53258e9061252f90889088908890889060040161531e565b6020604051808303815f875af115801561254b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112219190614e9a565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe90604401611f34565b5f6125d8612753565b600d01546040516374b775eb60e01b81526001600160a01b03909116906374b775eb9061260d90879087908790600401615358565b6020604051808303815f875af1158015612629573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112969190615388565b612655612753565b600c0154604051634d5e16a960e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690634d5e16a990604401611f34565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156126fe573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127229190614da0565b6109e55760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610abd565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680090565b5f612780612753565b600b0154604051639a83274160e01b81526001600160a01b0390911690639a832741906127bf908c908c908c908c908c908c908c908c906004016153a3565b6020604051808303815f875af11580156127db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127ff9190614bfd565b9998505050505050505050565b5f805160206156a083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f612875612753565b600c0154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af11580156128d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112999190614e9a565b6128ff612753565b600a0154604051633e77a42160e11b81526001600160c01b03198416600482015260ff831660248201526001600160a01b0390911690637cef484290604401611f34565b61294b612753565b600a0154604051638f997f6d60e01b81526001600160a01b0390911690638f997f6d90611f34908590859060040161540b565b612986613cf3565b5f6129996001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156129dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a019190614bfd565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612a5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a7e9190614da0565b15612b3d577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031663f0ea17c3612abb6114be565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015612afc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b23919081019061542f565b60208101519092506001600160a01b031615612b3d575090565b61192f613038565b612b4d612753565b600d0154604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce790612b8490879087908790879060040161531e565b5f604051808303815f87803b158015612b9b575f80fd5b505af1158015612bad573d5f803e3d5ffd5b5050505050505050565b612bbf612753565b600c0154604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede9906024016110aa565b612c01612753565b600d015460405163f450e2b560e01b81526001600160a01b039091169063f450e2b590612c369086908690869060040161549f565b5f604051808303815f87803b158015612c4d575f80fd5b505af1158015612c5f573d5f803e3d5ffd5b50505050505050565b612c7061311c565b612c5f8787878787878760405180602001604052805f815250613167565b5f612ca16001546001600160a01b031690565b6001600160a01b031663d39e604383612cb8611604565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612cfb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e689190614c5b565b612d27612753565b600d0154604051630c68938d60e41b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063c68938d090604401611f34565b5f612d77612753565b600a015460405163c3fa12bb60e01b81526001600160a01b039091169063c3fa12bb90612daa90869086906004016154ca565b6020604051808303815f875af1158015612dc6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129991906154e2565b612df2612753565b600c015460405163d322005160e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063d322005190604401611f34565b612e4161181a565b6001600160a01b0316336001600160a01b031614612e745760405163086391f760e31b8152336004820152602401610abd565b612e7e600b612c8e565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024016110aa565b5f612eb7612753565b600d015460405163e01f7a4360e01b81526001600160a01b039091169063e01f7a4390612ef090899089908990899089906004016154fd565b6020604051808303815f875af1158015612f0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dde9190614e9a565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612f9e9190615203565b5f60405180830381855afa9150503d805f8114612fd6576040519150601f19603f3d011682016040523d82523d5f602084013e612fdb565b606091505b5091509150811561302d57604081511061300d5780806020019051810190613003919061554c565b909450925061302d565b602081511061302d578080602001905181019061302a9190614da0565b93505b505094509492505050565b613040613cf3565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060600160405280825f01805461307d90614c18565b80601f01602080910402602001604051908101604052809291908181526020018280546130a990614c18565b80156130f45780601f106130cb576101008083540402835291602001916130f4565b820191905f5260205f20905b8154815290600101906020018083116130d757829003601f168201915b505050505081526020015f6001600160a01b03168152602001826002018054610c1190614c18565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661316557604051631afcd79f60e31b815260040160405180910390fd5b565b61316f61311c565b613184888888600c878a6020015188886134b8565b5f61318d612753565b865181546020808a015160408b015160608c015160808d015160a08e015160c08f015161ffff1990971697151561ff00191697909717610100941515949094029390931763ffff00001916620100009215159290920263ff000000191691909117630100000060ff928316021770ffffffffffffffffffffffffff000000001916640100000000919092160270ffffffffffffffffffffffff0000000000191617650100000000006001600160601b0394851602176bffffffffffffffffffffffff60881b1916600160881b939092169290920217825560e0880151805192935088928492613283926001850192910190613d1c565b5050855180516002840180546020938401516001600160801b039384166001600160e01b031992831617600160801b6001600160601b03928316810291909117909355848b015180516003890180549288015191871692851692909217908316850217905560408b015180516004890180549288015191871692851692909217908316850217905560608b015180516005890180549288015191871692851692909217908316850217905560808b015180516006890180549288015191871692851692909217908316850217905560a08b015180516007890180549288015191871692851692909217908316850217905560c08b01518051600889018054929097015195169216919091179216021790555061339f602c612c8e565b600a820180546001600160a01b0319166001600160a01b03929092169190911790556133cb6014612c8e565b600b820180546001600160a01b0319166001600160a01b03929092169190911790556133f76015612c8e565b600c820180546001600160a01b0319166001600160a01b0392909216919091179055613423602d612c8e565b600d820180546001600160a01b0319166001600160a01b039290921691909117905561344f602a612c8e565b600e820180546001600160a01b0319166001600160a01b039290921691909117905561347b600b612c8e565b6009820180546001600160a01b0319166001600160a01b03929092169190911790556134ad630cdf80bd60e31b6136f1565b505050505050505050565b6134c061311c565b5f6134cc898988613721565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038b169063bf8e179790602401602060405180830381865afa15801561353e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135629190614c5b565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516135fb929163bf7e214f9160048083019260209291908290030181865afa1580156135bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135e09190614c5b565b8b8b8b8b8a8a60405180602001604052805f8152508b61379d565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015613642573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136669190614c5b565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556136a3600b612c8e565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556136d5634a531f3360e01b6136f1565b6136e563a9c1bc6f60e01b6136f1565b50505050505050505050565b6136f961311c565b6109fc816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c03613742576137398484600a61386d565b50829050611299565b5f61374f8585600c61386d565b60405163677d3feb60e11b81526001600160601b03861660048201529091506001600160a01b0382169063cefa7fd690602401602060405180830381865afa158015611ec8573d5f803e3d5ffd5b6137a561311c565b85515f036137c65760405163591eebf360e11b815260040160405180910390fd5b6137d589898988888888613932565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061380188826155c5565b5060018101805460ff19168615151790556002810161382083826155c5565b5061382b600b612c8e565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561385d634a531f3360e01b6136f1565b6136e56306e9e5ff60e31b6136f1565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156138bb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138e291908101906150d0565b90506138f981604001518460ff9081169116141590565b1561392a57604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610abd565b509392505050565b61393a61311c565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015613990573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b49190614da0565b6139dc5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610abd565b6139e587613a6f565b6139ef8683613a80565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101613a5e83826155c5565b50612bad634a531f3360e01b6136f1565b613a7761311c565b6109fc81613af6565b613a8861311c565b613a90613b07565b613a9982613b4f565b6001600160a01b038116613ac05760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061568083398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613afe61311c565b6109fc8161280c565b613b0f61311c565b6131656301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b613b5761311c565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613bad573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bd19190614da0565b613bf95760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610abd565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805161012081019091525f60e0820181815261010083019190915281908152602001613c58604080518082019091525f808252602082015290565b8152602001613c76604080518082019091525f808252602082015290565b8152602001613c94604080518082019091525f808252602082015290565b8152602001613cb2604080518082019091525f808252602082015290565b8152602001613cd0604080518082019091525f808252602082015290565b8152602001613cee604080518082019091525f808252602082015290565b905290565b6040518060600160405280606081526020015f6001600160a01b03168152602001606081525090565b828054828255905f5260205f2090600101600290048101928215613dc1579160200282015f5b83821115613d8c57835183826101000a8154816001600160601b0302191690836001600160601b031602179055509260200192600c01602081600b01049283019260010302613d42565b8015613dbf5782816101000a8154906001600160601b030219169055600c01602081600b01049283019260010302613d8c565b505b50613dcd929150613dd1565b5090565b5b80821115613dcd575f8155600101613dd2565b6001600160601b03811681146109fc575f80fd5b8035610e6b81613de5565b61ffff811681146109fc575f80fd5b5f8060408385031215613e24575f80fd5b8235613e2f81613de5565b91506020830135613e3f81613e04565b809150509250929050565b5f60208284031215613e5a575f80fd5b81356001600160e01b031981168114611299575f80fd5b5f60208284031215613e81575f80fd5b813561129981613de5565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613ec257613ec2613e8c565b60405290565b60405161010081016001600160401b0381118282101715613ec257613ec2613e8c565b604051606081016001600160401b0381118282101715613ec257613ec2613e8c565b60405161024081016001600160401b0381118282101715613ec257613ec2613e8c565b604051601f8201601f191681016001600160401b0381118282101715613f5857613f58613e8c565b604052919050565b5f60408284031215613f70575f80fd5b604080519081016001600160401b0381118282101715613f9257613f92613e8c565b60405290508082356001600160801b0381168114613fae575f80fd5b81526020830135613fbe81613de5565b6020919091015292915050565b5f8060808385031215613fdc575f80fd5b613fe68484613f60565b9150613ff58460408501613f60565b90509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614074608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152610e02610100840182613ffe565b64ffffffffff811681146109fc575f80fd5b5f80604083850312156140db575f80fd5b82356140e681613de5565b91506020830135613e3f816140b8565b5f6001600160401b0382111561410e5761410e613e8c565b50601f01601f191660200190565b5f82601f83011261412b575f80fd5b8135602083015f61414361413e846140f6565b613f30565b9050828152858383011115614156575f80fd5b828260208301375f92810160200192909252509392505050565b80151581146109fc575f80fd5b8035610e6b81614170565b5f805f806080858703121561419b575f80fd5b84356141a681613de5565b935060208501356001600160401b038111156141c0575f80fd5b6141cc8782880161411c565b93505060408501356141dd816140b8565b915060608501356141ed81614170565b939692955090935050565b602081525f6112996020830184613ffe565b5f6020828403121561421a575f80fd5b813561129981614170565b6001600160401b03811681146109fc575f80fd5b5f60208284031215614249575f80fd5b813561129981614225565b5f8060408385031215614265575f80fd5b823561427081614225565b915060208301356001600160401b0381111561428a575f80fd5b6142968582860161411c565b9150509250929050565b5f805f606084860312156142b2575f80fd5b83356142bd81613de5565b925060208401356142cd81614170565b915060408401356142dd816140b8565b809150509250925092565b5f805f80608085870312156142fb575f80fd5b843561430681613de5565b9350602085013561431681613e04565b9250604085013561432681613de5565b915060608501356001600160401b03811115614340575f80fd5b61434c8782880161411c565b91505092959194509250565b6001600160a01b03811681146109fc575f80fd5b5f806040838503121561437d575f80fd5b823561438881614358565b91506020830135613e3f81613de5565b5f805f606084860312156143aa575f80fd5b83356143b581613de5565b925060208401356143c581613de5565b915060408401356001600160401b038111156143df575f80fd5b6143eb8682870161411c565b9150509250925092565b6001600160c01b0319811681146109fc575f80fd5b5f805f805f8060c0878903121561441f575f80fd5b863561442a81613de5565b9550602087013561443a816143f5565b9450604087013561444a816140b8565b935060608701356001600160401b03811115614464575f80fd5b61447089828a0161411c565b935050608087013561448181613de5565b915060a0870135614491816143f5565b809150509295509295509295565b8035610e6b81614358565b5f602082840312156144ba575f80fd5b813561129981614358565b5f805f805f805f60e0888a0312156144db575f80fd5b87356144e681614358565b965060208801356144f6816143f5565b955060408801359450606088013561450d816140b8565b935060808801356001600160401b03811115614527575f80fd5b6145338a828b0161411c565b93505060a088013561454481613de5565b915060c0880135614554816143f5565b8091505092959891949750929550565b60ff811681146109fc575f80fd5b8035610e6b81614564565b5f806040838503121561458e575f80fd5b8235614599816143f5565b91506020830135613e3f81614564565b80516001600160801b031682526020908101516001600160601b0316910152565b5f6101c0820190506145dd8284516145a9565b60208301516145ef60408401826145a9565b50604083015161460260808401826145a9565b50606083015161461560c08401826145a9565b5060808301516146296101008401826145a9565b5060a083015161463d6101408401826145a9565b5060c08301516146516101808401826145a9565b5092915050565b5f8060408385031215614669575f80fd5b8235614270816143f5565b602081525f82516060602084015261468f6080840182613ffe565b60208501516001600160a01b0316604085810191909152850151848203601f190160608601529091506112218282613ffe565b5f805f80608085870312156146d5575f80fd5b84356146e081614358565b935060208501356146f081614358565b92506040850135915060608501356141ed81614358565b5f805f60608486031215614719575f80fd5b833561472481613de5565b925060208401356143c581613e04565b5f82601f830112614743575f80fd5b81356001600160401b0381111561475c5761475c613e8c565b8060051b61476c60208201613f30565b91825260208185018101929081019086841115614787575f80fd5b6020860192505b83831015611dde5782356147a181613de5565b82526020928301929091019061478e565b5f6101c082840312156147c3575f80fd5b6147cb613ea0565b90506147d78383613f60565b81526147e68360408401613f60565b60208201526147f88360808401613f60565b604082015261480a8360c08401613f60565b606082015261481d836101008401613f60565b6080820152614830836101408401613f60565b60a0820152614843836101808401613f60565b60c082015292915050565b5f805f805f805f610280888a031215614865575f80fd5b873561487081614358565b9650602088013561488081613de5565b955060408801356001600160401b0381111561489a575f80fd5b6148a68a828b0161411c565b95505060608801356001600160401b038111156148c1575f80fd5b8801610100818b0312156148d3575f80fd5b6148db613ec8565b6148e48261417d565b81526148f26020830161417d565b60208201526149036040830161417d565b604082015261491460608301614572565b606082015261492560808301614572565b608082015261493660a08301613df9565b60a082015261494760c08301613df9565b60c082015260e08201356001600160401b03811115614964575f80fd5b6149708c828501614734565b60e083015250945061498790508960808a016147b2565b9250614996610240890161449f565b91506149a5610260890161449f565b905092959891949750929550565b5f8151808452602084019350602083015f5b828110156149ec5781516001600160601b03168652602095860195909101906001016149c5565b5093949350505050565b602081528151151560208201526020820151151560408201525f6040830151614a23606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015161010080840152610e026101208401826149b3565b5f8060408385031215614a97575f80fd5b82356001600160401b03811115614aac575f80fd5b614ab88582860161411c565b92505060208301356001600160401b0381111561428a575f80fd5b5f805f805f60a08688031215614ae7575f80fd5b8535614af281613de5565b94506020860135614b0281613e04565b93506040860135614b1281613de5565b92506060860135614b2281614358565b915060808601356001600160401b03811115614b3c575f80fd5b614b488882890161411c565b9150509295509295909350565b5f805f60608486031215614b67575f80fd5b8335614b7281613de5565b92506020840135614b8281613e04565b915060408401356142dd81613de5565b5f805f8060808587031215614ba5575f80fd5b8435614bb081613de5565b93506020850135614bc0816143f5565b92506040850135614326816140b8565b5f60208284031215614be0575f80fd5b815162ffffff81168114611299575f80fd5b8051610e6b81613de5565b5f60208284031215614c0d575f80fd5b815161129981613de5565b600181811c90821680614c2c57607f821691505b602082108103614c4a57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610e6b81614358565b5f60208284031215614c6b575f80fd5b815161129981614358565b602081528151151560208201525f6020830151604080840152610e026060840182613ffe565b6001600160601b0384168152608060208201525f614cbd6080830185613ffe565b64ffffffffff841660408401528281036060840152601881527f66756c66696c6c4f7261636c655265717565737453796e630000000000000000602082015260408101915050949350505050565b5f60208284031215614d1b575f80fd5b815161129981614225565b6001600160601b0384168152608060208201525f614d476080830185613ffe565b64ffffffffff841660408401528281036060840152601981527f66756c66696c6c4f7261636c65526571756573744173796e6300000000000000602082015260408101915050949350505050565b8051610e6b81614170565b5f60208284031215614db0575f80fd5b815161129981614170565b5f82601f830112614dca575f80fd5b8151602083015f614ddd61413e846140f6565b9050828152858383011115614df0575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215614e1a575f80fd5b81516001600160401b03811115614e2f575f80fd5b820160608185031215614e40575f80fd5b614e48613eeb565b8151614e5381614170565b81526020820151614e63816140b8565b602082015260408201516001600160401b03811115614e80575f80fd5b614e8c86828501614dbb565b604083015250949350505050565b5f60208284031215614eaa575f80fd5b8151611299816140b8565b6001600160401b0384168152606060208201525f614ed66060830185613ffe565b9050826040830152949350505050565b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f614f3560e0830186613ffe565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f610240828403128015614f75575f80fd5b50614f7e613f0d565b614f8783614bf2565b8152614f9560208401614bf2565b6020820152614fa660408401614bf2565b6040820152614fb760608401614bf2565b6060820152614fc860808401614bf2565b6080820152614fd960a08401614bf2565b60a0820152614fea60c08401614bf2565b60c0820152614ffb60e08401614bf2565b60e082015261500d6101008401614bf2565b6101008201526150206101208401614bf2565b6101208201526150336101408401614bf2565b6101408201526150466101608401614bf2565b6101608201526150596101808401614bf2565b61018082015261506c6101a08401614bf2565b6101a082015261507f6101c08401614bf2565b6101c08201526150926101e08401614bf2565b6101e08201526150a56102008401614bf2565b6102008201526150b86102208401614bf2565b6102208201529392505050565b8051610e6b81614564565b5f602082840312156150e0575f80fd5b81516001600160401b038111156150f5575f80fd5b820160e08185031215615106575f80fd5b61510e613ea0565b61511782614bf2565b815261512560208301614bf2565b6020820152615136604083016150c5565b604082015261514760608301614d95565b606082015261515860808301614c50565b608082015261516960a08301614c50565b60a082015260c08201516001600160401b03811115615186575f80fd5b61519286828501614dbb565b60c083015250949350505050565b5f602082840312156151b0575f80fd5b81516001600160401b038111156151c5575f80fd5b610e0284828501614dbb565b5f602082840312156151e1575f80fd5b815161129981614564565b5f81518060208401855e5f93019283525090919050565b5f61129982846151ec565b80516020808301519190811015614c4a575f1960209190910360031b1b16919050565b5f60208284031215615241575f80fd5b5051919050565b5f8261526257634e487b7160e01b5f52601260045260245ffd5b500490565b5f8085851115615275575f80fd5b83861115615281575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614651576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6080810161531182856145a9565b61129960408301846145a9565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f611dde6080830184613ffe565b6001600160601b03841681526001600160601b0383166020820152606060408201525f6112216060830184613ffe565b5f60208284031215615398575f80fd5b815161129981613e04565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f9061157290830184613ffe565b6001600160401b0360c01b83168152604060208201525f6112966040830184613ffe565b5f6020828403121561543f575f80fd5b81516001600160401b03811115615454575f80fd5b820160608185031215615465575f80fd5b61546d613eeb565b81516001600160401b03811115615482575f80fd5b61548e86828501614dbb565b8252506020820151614e6381614358565b6001600160601b038416815261ffff83166020820152606060408201525f6112216060830184613ffe565b828152604060208201525f6112966040830184613ffe565b5f602082840312156154f2575f80fd5b8151611299816143f5565b6001600160601b03868116825261ffff86166020830152841660408201526001600160a01b038316606082015260a0608082018190525f9061554190830184613ffe565b979650505050505050565b5f806040838503121561555d575f80fd5b825161556881614170565b602084015190925063ffffffff81168114613e3f575f80fd5b601f82111561120f57805f5260205f20601f840160051c810160208510156155a65750805b601f840160051c820191505b818110156110d3575f81556001016155b2565b81516001600160401b038111156155de576155de613e8c565b6155f2816155ec8454614c18565b84615581565b6020601f821160018114615624575f831561560d5750848201515b5f19600385901b1c1916600184901b1784556110d3565b5f84815260208120601f198516915b828110156156535787850151825560209485019460019092019101615633565b508482101561567057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212200752e8366d4b204183741059b939641d37f5d5eeaeaeffa12e80e065f14012cc64736f6c634300081a0033",
|
2248
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106103eb575f3560e01c8063721192fb1161020b578063ada9652e1161011f578063ceca82c2116100b4578063e01f7a4311610084578063e01f7a4314610954578063e1f216fa14610967578063e9b2460c1461097a578063ea15869f146109a1578063f179d064146109c8575f80fd5b8063ceca82c2146108d2578063d3220051146108fe578063de7b5d1414610911578063deaa59df14610941575f80fd5b8063bbfbbfba116100ef578063bbfbbfba1461088f578063bf7e214f146108a2578063c108bd4c146108aa578063c68938d0146108bf575f80fd5b8063ada9652e1461084d578063b20f411914610861578063b423086c14610874578063b4c346421461087c575f80fd5b8063893d20e8116101a057806390edbd351161017057806390edbd35146107ee578063969fc930146108035780639ffcede914610816578063a7ecda3614610829578063ad12ad601461083a575f80fd5b8063893d20e8146107b25780638cf33e90146105b55780638f997f6d146107ba5780638fb36037146107cd575f80fd5b80637a9e5e4b116101db5780637a9e5e4b146107645780637baa9a0b146107775780637cef48421461078a578063844e0f201461079d575f80fd5b8063721192fb146107115780637336960314610724578063755bf1fd1461073757806376b707b71461074a575f80fd5b806322f3e2d41161030257806343d752d3116102975780635741e5e9116102675780635741e5e9146106ad5780635ab1bd53146106b55780636078a3b2146106c6578063644c45e0146106d95780636bd1c0eb146106e1575f80fd5b806343d752d3146106595780634d4889ad146106615780634d5e16a9146106875780635349d2a81461069a575f80fd5b80632eb3e6f4116102d25780632eb3e6f4146105e357806330b4c1591461060a5780633c53258e1461061d578063419197fe14610646575f80fd5b806322f3e2d4146105ad578063238cc4a5146105b55780632ccc7da4146105bd5780632cd17e53146105d0575f80fd5b8063137a92a7116103835780631c6b2190116103535780631c6b2190146105425780631eff4b2214610555578063211e28b61461058a57806321df0da71461059d57806322366844146105a5575f80fd5b8063137a92a7146104cf578063138461e0146104e257806314cfae3a1461050257806317d7de7c1461052d575f80fd5b80630d8e6e2c116103be5780630d8e6e2c1461046b5780630ec11d3e146104875780630fec111c1461049a57806313299604146104af575f80fd5b806301a57efc146103ef57806301ffc9a714610404578063043fb565146104455780630aaba8e814610458575b5f80fd5b6104026103fd366004613e13565b6109db565b005b610430610412366004613e4a565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b610402610453366004613e13565b6109e9565b610402610466366004613e71565b6109f3565b6104736109ff565b60405162ffffff909116815260200161043c565b610402610495366004613fcb565b610a86565b6104a2610adc565b60405161043c919061402c565b6104b7610c96565b6040516001600160a01b03909116815260200161043c565b6104026104dd3660046140ca565b610cfe565b6104ea610d08565b6040516001600160601b03909116815260200161043c565b610515610510366004614188565b610d12565b6040516001600160401b03909116815260200161043c565b610535610e0a565b60405161043c91906141f8565b6104ea610550366004613e71565b610e1a565b61057c7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b60405190815260200161043c565b61040261059836600461420a565b610e70565b6104b7610eb4565b610430610ef8565b610430610fee565b610430611065565b6104026105cb366004614239565b611075565b6104026105de366004614254565b6110da565b61057c7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0081565b6104026106183660046142a0565b6111f0565b61063061062b3660046142e8565b611214565b60405164ffffffffff909116815260200161043c565b61040261065436600461436c565b61122a565b6104b7611278565b61067461066f366004614398565b61128a565b60405161ffff909116815260200161043c565b6104026106953660046140ca565b6112a0565b6104ea6106a836600461440a565b6112aa565b610430611355565b6001546001600160a01b03166104b7565b6104ea6106d43660046144aa565b61140b565b6104ea6114be565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f02546001600160a01b03166104b7565b6104ea61071f3660046144c5565b6114d9565b610402610732366004614239565b611580565b610402610745366004614254565b6115b9565b610752611604565b60405160ff909116815260200161043c565b6104026107723660046144aa565b61166c565b6106306107853660046140ca565b6116ee565b61040261079836600461457d565b6116f9565b6107a5611703565b60405161043c91906145ca565b6104b761181a565b6104026107c8366004614658565b61194b565b6107d5611955565b6040516001600160e01b0319909116815260200161043c565b6107f661198a565b60405161043c9190614674565b6104026108113660046142e8565b6119af565b610402610824366004613e71565b6119c1565b6002546001600160a01b03166104b7565b6104026108483660046146c2565b6119ca565b61057c5f8051602061568083398151915281565b61040261086f366004614707565b611a6c565b6107f6611a77565b61040261088a36600461484e565b611a87565b61040261089d3660046140ca565b611bc9565b6104b7611bd3565b6108b2611bee565b60405161043c91906149f6565b6104026108cd3660046140ca565b611d3c565b6108e56108e0366004614a86565b611d46565b6040516001600160c01b0319909116815260200161043c565b61040261090c3660046140ca565b611d79565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f00546001600160a01b03166104b7565b61040261094f3660046144aa565b611d83565b610630610962366004614ad3565b611dd0565b610402610975366004614b55565b611de8565b61057c7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680081565b61057c7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0081565b6104ea6109d6366004614b92565b611dfe565b6109e58282611eec565b5050565b6109e58282611f65565b6109fc81611fb1565b50565b604051632efe011360e01b8152600160048201525f60248201819052604482018190529073__$8eede297b65ed5a56eb3f84d8232ae93f5$__90632efe011390606401602060405180830381865af4158015610a5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a819190614bd0565b905090565b610a8e61181a565b6001600160a01b0316336001600160a01b031614610ac65760405163086391f760e31b81523360048201526024015b60405180910390fd5b610ad2335b5f36611ff3565b6109e582826120e9565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bac9190614bfd565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a001610bf461181a565b6001600160a01b03168152602001826001018054610c1190614c18565b80601f0160208091040260200160405190810160405280929190818152602001828054610c3d90614c18565b8015610c885780601f10610c5f57610100808354040283529160200191610c88565b820191905f5260205f20905b815481529060010190602001808311610c6b57829003601f168201915b505050505081525091505090565b5f610c9f611278565b6001600160a01b031663132996046040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cda573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a819190614c5b565b6109e58282612124565b5f610a8130612173565b5f806040518060400160405280841515815260200186815250604051602001610d3b9190614c76565b60405160208183030381529060405290508215610dce5760025460405163f684566360e01b81526001600160a01b039091169063f684566390610d8690899085908990600401614c9c565b6020604051808303815f875af1158015610da2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610dc69190614d0b565b915050610e02565b60025460405163f684566360e01b81526001600160a01b039091169063f684566390610d8690899085908990600401614d26565b949350505050565b6060610e1461198a565b51919050565b5f610e2433610acb565b610e2c61181a565b6001600160a01b0316336001600160a01b031614610e5f5760405163086391f760e31b8152336004820152602401610abd565b610e688261236c565b90505b919050565b610e7861181a565b6001600160a01b0316336001600160a01b031614610eab5760405163086391f760e31b8152336004820152602401610abd565b6109fc816123c4565b5f610ebd611278565b6001600160a01b03166382bfefc86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610cda573d5f803e3d5ffd5b5f610f0b6001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa158015610f4f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f739190614bfd565b6040516330b8415f60e01b81526001600160601b03909116600482015273__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610fca573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a819190614da0565b5f610ff7611bd3565b60405163a166aa8960e01b81523060048201526001600160a01b03919091169063a166aa8990602401602060405180830381865afa15801561103b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061105f9190614da0565b15905090565b5f61106f33610acb565b50600190565b600254604051630b331f6960e21b81526001600160401b03831660048201526001600160a01b0390911690632ccc7da4906024015b5f604051808303815f87803b1580156110c1575f80fd5b505af11580156110d3573d5f803e3d5ffd5b5050505050565b5f818060200190518101906110ef9190614e0a565b8051909150801561117e575061117e816020015173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af415801561114a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061116e9190614e9a565b64ffffffffff9081169116101590565b156111a757604051636df3767d60e11b81526001600160401b0384166004820152602401610abd565b7f9ff379e60e2b20360617d792204477efac6e2125229ee6c900882db15061e9a58382604001518360400151516040516111e393929190614eb5565b60405180910390a1505050565b6111fa8382612415565b5081151560010361120f5761120f83826124a0565b505050565b5f611221858585856124ef565b95945050505050565b61123333610acb565b61123b61181a565b6001600160a01b0316336001600160a01b03161461126e5760405163086391f760e31b8152336004820152602401610abd565b6109e5828261256f565b5f61128161198a565b60200151905090565b5f6112968484846125cf565b90505b9392505050565b6109e5828261264d565b5f8260166112b8828261269c565b5f6112c1612753565b600e01546001600160a01b031663f4bfe53a6112db6114be565b8b8d8c8c8c8c6040518863ffffffff1660e01b81526004016113039796959493929190614ee6565b61024060405180830381865afa15801561131f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113439190614f63565b60a001519a9950505050505050505050565b5f61135e610ef8565b156113e2576001546001600160a01b03166040516308b09a5f60e41b81523060048201526001600160a01b039190911690638b09a5f0906024015f60405180830381865afa1580156113b2573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526113d991908101906150d0565b60600151905090565b507fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f015460ff1690565b5f61141461181a565b6001600160a01b0316336001600160a01b0316146114475760405163086391f760e31b8152336004820152602401610abd565b61144f612753565b6009015460405163303c51d960e11b81526001600160a01b03848116600483015290911690636078a3b2906024015b6020604051808303815f875af115801561149a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e689190614bfd565b5f80516020615680833981519152546001600160601b031690565b604051632620eecb60e11b8152600481018690525f90819073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690602401602060405180830381865af415801561152b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061154f9190614bfd565b90505f611560828a898989896112aa565b90506115728a8a84848b8a8a8d612777565b9a9950505050505050505050565b600254604051634c125e7960e01b81526001600160401b03831660048201526001600160a01b0390911690634c125e79906024016110aa565b5f818060200190518101906115ce91906151a0565b90507f3559163244a858ee609484f5443407b2d2fd3522a64ebdf54bd2118b6249f43f838283516040516111e393929190614eb5565b5f61160d611bd3565b6001600160a01b03166376b707b76040518163ffffffff1660e01b8152600401602060405180830381865afa158015611648573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a8191906151d1565b33611675611bd3565b6001600160a01b0316816001600160a01b0316146116b05760405162d1953b60e31b81526001600160a01b0382166004820152602401610abd565b816001600160a01b03163b5f036116e5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610abd565b6109e58261280c565b5f611299838361286c565b6109e582826128f7565b61170b613c1b565b611713612753565b604080516101208101825260028301546001600160801b0380821660e084019081526001600160601b03600160801b93849004811661010086015290845284518086018652600387015480841682528490048216602082810191909152808601919091528551808701875260048801548085168252859004831681830152858701528551808701875260058801548085168252859004831681830152606086015285518087018752600688015480851682528590048316818301526080860152855180870187526007880154808516825285900483168183015260a086015285518087019096526008909601549182168552919004169282019290925260c0820152919050565b5f805f8051602061568083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611886573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118aa9190614da0565b15611935576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa15801561190b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061192f9190614c5b565b91505090565b54600160601b90046001600160a01b0316919050565b6109e58282612943565b5f805160206156a083398151915280545f9190600160a01b900460ff1661197c575f61192f565b638fb3603760e01b91505090565b611992613cf3565b61199a610ef8565b156119a757610a8161297e565b610a81611a77565b6119bb84848484612b45565b50505050565b6109fc81612bb7565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a11573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a359190614c5b565b6001600160a01b0316336001600160a01b031614611a675760405162f0630960e01b8152336004820152602401610abd565b6119bb565b61120f838383612bf9565b611a7f613cf3565b610a8161297e565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015611acb5750825b90505f826001600160401b03166001148015611ae65750303b155b905081158015611af4575080155b15611b125760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611b3c57845460ff60401b1916600160401b1785555b611b4b8c8c8c8c8c8c8c612c68565b611b55600d612c8e565b600280546001600160a01b0319166001600160a01b03929092169190911790558315611bbb57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050505050565b6109e582826124a0565b5f805160206156a0833981519152546001600160a01b031690565b60408051610100810182525f8082526020820181905291810182905260608082018390526080820183905260a0820183905260c082019290925260e0810191909152611c38612753565b604080516101008082018352835460ff808216151584529181048216151560208085019190915262010000820483161515848601526301000000820483166060850152640100000000820490921660808401526001600160601b03650100000000008204811660a0850152600160881b9091041660c083015260018401805484518184028101840190955280855292949360e08601939092830182828015611d2e57602002820191905f5260205f20905f905b82829054906101000a90046001600160601b03166001600160601b0316815260200190600c0190602082600b01049283019260010382029150808411611ceb5790505b505050505081525050905090565b6109e58282612d1f565b5f61129983604051602001611d5b9190615203565b604051602081830303815290604052611d739061520e565b83612d6e565b6109e58282612dea565b611d8c33610acb565b611d9461181a565b6001600160a01b0316336001600160a01b031614611dc75760405163086391f760e31b8152336004820152602401610abd565b6109fc81612e39565b5f611dde8686868686612eae565b9695505050505050565b611df133610acb565b8260156110d3828261269c565b60405163046e44af60e11b81526001600160601b03851660048201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690600a9083906308dc895e90602401602060405180830381865af4158015611e61573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e859190615231565b611e8f9190615248565b6040518263ffffffff1660e01b8152600401611ead91815260200190565b602060405180830381865af4158015611ec8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112219190614bfd565b611ef4612753565b600d0154604051635dbf2c8d60e01b81526001600160601b038416600482015261ffff831660248201526001600160a01b0390911690635dbf2c8d906044015b5f604051808303815f87803b158015611f4b575f80fd5b505af1158015611f5d573d5f803e3d5ffd5b505050505050565b611f6d612753565b600d0154604051633838d73960e01b81526001600160601b038416600482015261ffff831660248201526001600160a01b0390911690633838d73990604401611f34565b611fb9612753565b600c0154604051630155751d60e31b81526001600160601b03831660048201526001600160a01b0390911690630aaba8e8906024016110aa565b5f805160206156a08339815191525f8061202b61200e611bd3565b873061201d60045f8a8c615267565b6120269161528e565b612f30565b9150915081611f5d5763ffffffff8116156120c657825460ff60a01b1916600160a01b178355612059611bd3565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b8152600401612088939291906152c4565b5f604051808303815f87803b15801561209f575f80fd5b505af11580156120b1573d5f803e3d5ffd5b5050845460ff60a01b1916855550611f5d9050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610abd565b6120f1612753565b6009015460405163b568c1a560e01b81526001600160a01b039091169063b568c1a590611f349085908590600401615303565b61212c612753565b600d015460405163137a92a760e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063137a92a790604401611f34565b5f805f8051602061568083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156121df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122039190614da0565b1561222f5780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610abd565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa158015612281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122a59190614da0565b6122cd5760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610abd565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa15801561231f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123439190614bfd565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f03546040516301c6b21960e41b81526001600160601b03831660048201525f916001600160a01b031690631c6b21909060240161147e565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f035460405163108f145b60e11b815282151560048201526001600160a01b039091169063211e28b6906024016110aa565b5f61241e612753565b600c015460405163552d72d560e11b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b039091169063aa5ae5aa906044016020604051808303815f875af115801561247c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112999190614bfd565b6124a8612753565b600c0154604051635dfddfdd60e11b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063bbfbbfba90604401611f34565b5f6124f8612753565b600d0154604051631e2992c760e11b81526001600160a01b0390911690633c53258e9061252f90889088908890889060040161531e565b6020604051808303815f875af115801561254b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112219190614e9a565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f03546040516320c8cbff60e11b81526001600160a01b0384811660048301526001600160601b03841660248301529091169063419197fe90604401611f34565b5f6125d8612753565b600d01546040516374b775eb60e01b81526001600160a01b03909116906374b775eb9061260d90879087908790600401615358565b6020604051808303815f875af1158015612629573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112969190615388565b612655612753565b600c0154604051634d5e16a960e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b0390911690634d5e16a990604401611f34565b6001546001600160a01b0316604051635b12715d60e11b81526001600160601b038416600482015260ff831660248201526001600160a01b03919091169063b624e2ba90604401602060405180830381865afa1580156126fe573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127229190614da0565b6109e55760405163d711af7560e01b81526001600160601b038316600482015260ff82166024820152604401610abd565b7f0bb7aafdb8e380f81267337bc5b5dfdf76e6d3a380ecadb51ec665246d9d680090565b5f612780612753565b600b0154604051639a83274160e01b81526001600160a01b0390911690639a832741906127bf908c908c908c908c908c908c908c908c906004016153a3565b6020604051808303815f875af11580156127db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906127ff9190614bfd565b9998505050505050505050565b5f805160206156a083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b5f612875612753565b600c0154604051637baa9a0b60e01b81526001600160601b038516600482015264ffffffffff841660248201526001600160a01b0390911690637baa9a0b906044016020604051808303815f875af11580156128d3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112999190614e9a565b6128ff612753565b600a0154604051633e77a42160e11b81526001600160c01b03198416600482015260ff831660248201526001600160a01b0390911690637cef484290604401611f34565b61294b612753565b600a0154604051638f997f6d60e01b81526001600160a01b0390911690638f997f6d90611f34908590859060040161540b565b612986613cf3565b5f6129996001546001600160a01b031690565b604051632f2a35f760e11b81523060048201526001600160a01b039190911690635e546bee90602401602060405180830381865afa1580156129dd573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a019190614bfd565b6040516330b8415f60e01b81526001600160601b038216600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015612a5a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a7e9190614da0565b15612b3d577fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f01546001600160a01b031663f0ea17c3612abb6114be565b6040516001600160e01b031960e084901b1681526001600160601b0390911660048201526024015f60405180830381865afa158015612afc573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f19168201604052612b23919081019061542f565b60208101519092506001600160a01b031615612b3d575090565b61192f613038565b612b4d612753565b600d0154604051636e2cdce760e01b81526001600160a01b0390911690636e2cdce790612b8490879087908790879060040161531e565b5f604051808303815f87803b158015612b9b575f80fd5b505af1158015612bad573d5f803e3d5ffd5b5050505050505050565b612bbf612753565b600c0154604051639ffcede960e01b81526001600160601b03831660048201526001600160a01b0390911690639ffcede9906024016110aa565b612c01612753565b600d015460405163f450e2b560e01b81526001600160a01b039091169063f450e2b590612c369086908690869060040161549f565b5f604051808303815f87803b158015612c4d575f80fd5b505af1158015612c5f573d5f803e3d5ffd5b50505050505050565b612c7061311c565b612c5f8787878787878760405180602001604052805f815250613167565b5f612ca16001546001600160a01b031690565b6001600160a01b031663d39e604383612cb8611604565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa158015612cfb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e689190614c5b565b612d27612753565b600d0154604051630c68938d60e41b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063c68938d090604401611f34565b5f612d77612753565b600a015460405163c3fa12bb60e01b81526001600160a01b039091169063c3fa12bb90612daa90869086906004016154ca565b6020604051808303815f875af1158015612dc6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129991906154e2565b612df2612753565b600c015460405163d322005160e01b81526001600160601b038416600482015264ffffffffff831660248201526001600160a01b039091169063d322005190604401611f34565b612e4161181a565b6001600160a01b0316336001600160a01b031614612e745760405163086391f760e31b8152336004820152602401610abd565b612e7e600b612c8e565b60405163deaa59df60e01b81526001600160a01b038381166004830152919091169063deaa59df906024016110aa565b5f612eb7612753565b600d015460405163e01f7a4360e01b81526001600160a01b039091169063e01f7a4390612ef090899089908990899089906004016154fd565b6020604051808303815f875af1158015612f0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dde9190614e9a565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251612f9e9190615203565b5f60405180830381855afa9150503d805f8114612fd6576040519150601f19603f3d011682016040523d82523d5f602084013e612fdb565b606091505b5091509150811561302d57604081511061300d5780806020019051810190613003919061554c565b909450925061302d565b602081511061302d578080602001905181019061302a9190614da0565b93505b505094509492505050565b613040613cf3565b5f7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f0090506040518060600160405280825f01805461307d90614c18565b80601f01602080910402602001604051908101604052809291908181526020018280546130a990614c18565b80156130f45780601f106130cb576101008083540402835291602001916130f4565b820191905f5260205f20905b8154815290600101906020018083116130d757829003601f168201915b505050505081526020015f6001600160a01b03168152602001826002018054610c1190614c18565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661316557604051631afcd79f60e31b815260040160405180910390fd5b565b61316f61311c565b613184888888600c878a6020015188886134b8565b5f61318d612753565b865181546020808a015160408b015160608c015160808d015160a08e015160c08f015161ffff1990971697151561ff00191697909717610100941515949094029390931763ffff00001916620100009215159290920263ff000000191691909117630100000060ff928316021770ffffffffffffffffffffffffff000000001916640100000000919092160270ffffffffffffffffffffffff0000000000191617650100000000006001600160601b0394851602176bffffffffffffffffffffffff60881b1916600160881b939092169290920217825560e0880151805192935088928492613283926001850192910190613d1c565b5050855180516002840180546020938401516001600160801b039384166001600160e01b031992831617600160801b6001600160601b03928316810291909117909355848b015180516003890180549288015191871692851692909217908316850217905560408b015180516004890180549288015191871692851692909217908316850217905560608b015180516005890180549288015191871692851692909217908316850217905560808b015180516006890180549288015191871692851692909217908316850217905560a08b015180516007890180549288015191871692851692909217908316850217905560c08b01518051600889018054929097015195169216919091179216021790555061339f602c612c8e565b600a820180546001600160a01b0319166001600160a01b03929092169190911790556133cb6014612c8e565b600b820180546001600160a01b0319166001600160a01b03929092169190911790556133f76015612c8e565b600c820180546001600160a01b0319166001600160a01b0392909216919091179055613423602d612c8e565b600d820180546001600160a01b0319166001600160a01b039290921691909117905561344f602a612c8e565b600e820180546001600160a01b0319166001600160a01b039290921691909117905561347b600b612c8e565b6009820180546001600160a01b0319166001600160a01b03929092169190911790556134ad630cdf80bd60e31b6136f1565b505050505050505050565b6134c061311c565b5f6134cc898988613721565b90505f7fffe3d4462bded26a47154f4b8f6db494d2f772496965791d25bd456e342b7f0060405163bf8e179760e01b81526001600160601b03841660048201529091506001600160a01b038b169063bf8e179790602401602060405180830381865afa15801561353e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135629190614c5b565b81546001600160a01b0319166001600160a01b039190911690811782556040805163bf7e214f60e01b815290516135fb929163bf7e214f9160048083019260209291908290030181865afa1580156135bc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135e09190614c5b565b8b8b8b8b8a8a60405180602001604052805f8152508b61379d565b8054604080516302cd307160e01b815290516001600160a01b03909216916302cd3071916004808201926020929091908290030181865afa158015613642573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136669190614c5b565b6001820180546001600160a01b03199081166001600160a01b03938416179091556002830180549091169188169190911790556136a3600b612c8e565b6003820180546001600160a01b0319166001600160a01b03929092169190911790556136d5634a531f3360e01b6136f1565b6136e563a9c1bc6f60e01b6136f1565b50505050505050505050565b6136f961311c565b6109fc816001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f60ff8216600c03613742576137398484600a61386d565b50829050611299565b5f61374f8585600c61386d565b60405163677d3feb60e11b81526001600160601b03861660048201529091506001600160a01b0382169063cefa7fd690602401602060405180830381865afa158015611ec8573d5f803e3d5ffd5b6137a561311c565b85515f036137c65760405163591eebf360e11b815260040160405180910390fd5b6137d589898988888888613932565b7fffe8d4462baed26a47154f4b8f6db497d2f772496965791d25bd456e342b7f008061380188826155c5565b5060018101805460ff19168615151790556002810161382083826155c5565b5061382b600b612c8e565b6003820180546001600160a01b0319166001600160a01b039290921691909117905561385d634a531f3360e01b6136f1565b6136e56306e9e5ff60e31b6136f1565b6040516305247a1760e51b81526001600160601b038316600482015283905f906001600160a01b0383169063a48f42e0906024015f60405180830381865afa1580156138bb573d5f803e3d5ffd5b505050506040513d5f823e601f3d908101601f191682016040526138e291908101906150d0565b90506138f981604001518460ff9081169116141590565b1561392a57604080820151905163b0c1f6eb60e01b815260ff80861660048301529091166024820152604401610abd565b509392505050565b61393a61311c565b604051632330f24760e01b81526001600160a01b038816600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90632330f24790602401602060405180830381865af4158015613990573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139b49190614da0565b6139dc5760405163cf6935e560e01b81526001600160a01b0388166004820152602401610abd565b6139e587613a6f565b6139ef8683613a80565b5f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b86151502178155905060018101613a5e83826155c5565b50612bad634a531f3360e01b6136f1565b613a7761311c565b6109fc81613af6565b613a8861311c565b613a90613b07565b613a9982613b4f565b6001600160a01b038116613ac05760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061568083398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b613afe61311c565b6109fc8161280c565b613b0f61311c565b6131656301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b613b5761311c565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015613bad573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613bd19190614da0565b613bf95760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610abd565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b6040805161012081019091525f60e0820181815261010083019190915281908152602001613c58604080518082019091525f808252602082015290565b8152602001613c76604080518082019091525f808252602082015290565b8152602001613c94604080518082019091525f808252602082015290565b8152602001613cb2604080518082019091525f808252602082015290565b8152602001613cd0604080518082019091525f808252602082015290565b8152602001613cee604080518082019091525f808252602082015290565b905290565b6040518060600160405280606081526020015f6001600160a01b03168152602001606081525090565b828054828255905f5260205f2090600101600290048101928215613dc1579160200282015f5b83821115613d8c57835183826101000a8154816001600160601b0302191690836001600160601b031602179055509260200192600c01602081600b01049283019260010302613d42565b8015613dbf5782816101000a8154906001600160601b030219169055600c01602081600b01049283019260010302613d8c565b505b50613dcd929150613dd1565b5090565b5b80821115613dcd575f8155600101613dd2565b6001600160601b03811681146109fc575f80fd5b8035610e6b81613de5565b61ffff811681146109fc575f80fd5b5f8060408385031215613e24575f80fd5b8235613e2f81613de5565b91506020830135613e3f81613e04565b809150509250929050565b5f60208284031215613e5a575f80fd5b81356001600160e01b031981168114611299575f80fd5b5f60208284031215613e81575f80fd5b813561129981613de5565b634e487b7160e01b5f52604160045260245ffd5b60405160e081016001600160401b0381118282101715613ec257613ec2613e8c565b60405290565b60405161010081016001600160401b0381118282101715613ec257613ec2613e8c565b604051606081016001600160401b0381118282101715613ec257613ec2613e8c565b60405161024081016001600160401b0381118282101715613ec257613ec2613e8c565b604051601f8201601f191681016001600160401b0381118282101715613f5857613f58613e8c565b604052919050565b5f60408284031215613f70575f80fd5b604080519081016001600160401b0381118282101715613f9257613f92613e8c565b60405290508082356001600160801b0381168114613fae575f80fd5b81526020830135613fbe81613de5565b6020919091015292915050565b5f8060808385031215613fdc575f80fd5b613fe68484613f60565b9150613ff58460408501613f60565b90509250929050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151614074608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152610e02610100840182613ffe565b64ffffffffff811681146109fc575f80fd5b5f80604083850312156140db575f80fd5b82356140e681613de5565b91506020830135613e3f816140b8565b5f6001600160401b0382111561410e5761410e613e8c565b50601f01601f191660200190565b5f82601f83011261412b575f80fd5b8135602083015f61414361413e846140f6565b613f30565b9050828152858383011115614156575f80fd5b828260208301375f92810160200192909252509392505050565b80151581146109fc575f80fd5b8035610e6b81614170565b5f805f806080858703121561419b575f80fd5b84356141a681613de5565b935060208501356001600160401b038111156141c0575f80fd5b6141cc8782880161411c565b93505060408501356141dd816140b8565b915060608501356141ed81614170565b939692955090935050565b602081525f6112996020830184613ffe565b5f6020828403121561421a575f80fd5b813561129981614170565b6001600160401b03811681146109fc575f80fd5b5f60208284031215614249575f80fd5b813561129981614225565b5f8060408385031215614265575f80fd5b823561427081614225565b915060208301356001600160401b0381111561428a575f80fd5b6142968582860161411c565b9150509250929050565b5f805f606084860312156142b2575f80fd5b83356142bd81613de5565b925060208401356142cd81614170565b915060408401356142dd816140b8565b809150509250925092565b5f805f80608085870312156142fb575f80fd5b843561430681613de5565b9350602085013561431681613e04565b9250604085013561432681613de5565b915060608501356001600160401b03811115614340575f80fd5b61434c8782880161411c565b91505092959194509250565b6001600160a01b03811681146109fc575f80fd5b5f806040838503121561437d575f80fd5b823561438881614358565b91506020830135613e3f81613de5565b5f805f606084860312156143aa575f80fd5b83356143b581613de5565b925060208401356143c581613de5565b915060408401356001600160401b038111156143df575f80fd5b6143eb8682870161411c565b9150509250925092565b6001600160c01b0319811681146109fc575f80fd5b5f805f805f8060c0878903121561441f575f80fd5b863561442a81613de5565b9550602087013561443a816143f5565b9450604087013561444a816140b8565b935060608701356001600160401b03811115614464575f80fd5b61447089828a0161411c565b935050608087013561448181613de5565b915060a0870135614491816143f5565b809150509295509295509295565b8035610e6b81614358565b5f602082840312156144ba575f80fd5b813561129981614358565b5f805f805f805f60e0888a0312156144db575f80fd5b87356144e681614358565b965060208801356144f6816143f5565b955060408801359450606088013561450d816140b8565b935060808801356001600160401b03811115614527575f80fd5b6145338a828b0161411c565b93505060a088013561454481613de5565b915060c0880135614554816143f5565b8091505092959891949750929550565b60ff811681146109fc575f80fd5b8035610e6b81614564565b5f806040838503121561458e575f80fd5b8235614599816143f5565b91506020830135613e3f81614564565b80516001600160801b031682526020908101516001600160601b0316910152565b5f6101c0820190506145dd8284516145a9565b60208301516145ef60408401826145a9565b50604083015161460260808401826145a9565b50606083015161461560c08401826145a9565b5060808301516146296101008401826145a9565b5060a083015161463d6101408401826145a9565b5060c08301516146516101808401826145a9565b5092915050565b5f8060408385031215614669575f80fd5b8235614270816143f5565b602081525f82516060602084015261468f6080840182613ffe565b60208501516001600160a01b0316604085810191909152850151848203601f190160608601529091506112218282613ffe565b5f805f80608085870312156146d5575f80fd5b84356146e081614358565b935060208501356146f081614358565b92506040850135915060608501356141ed81614358565b5f805f60608486031215614719575f80fd5b833561472481613de5565b925060208401356143c581613e04565b5f82601f830112614743575f80fd5b81356001600160401b0381111561475c5761475c613e8c565b8060051b61476c60208201613f30565b91825260208185018101929081019086841115614787575f80fd5b6020860192505b83831015611dde5782356147a181613de5565b82526020928301929091019061478e565b5f6101c082840312156147c3575f80fd5b6147cb613ea0565b90506147d78383613f60565b81526147e68360408401613f60565b60208201526147f88360808401613f60565b604082015261480a8360c08401613f60565b606082015261481d836101008401613f60565b6080820152614830836101408401613f60565b60a0820152614843836101808401613f60565b60c082015292915050565b5f805f805f805f610280888a031215614865575f80fd5b873561487081614358565b9650602088013561488081613de5565b955060408801356001600160401b0381111561489a575f80fd5b6148a68a828b0161411c565b95505060608801356001600160401b038111156148c1575f80fd5b8801610100818b0312156148d3575f80fd5b6148db613ec8565b6148e48261417d565b81526148f26020830161417d565b60208201526149036040830161417d565b604082015261491460608301614572565b606082015261492560808301614572565b608082015261493660a08301613df9565b60a082015261494760c08301613df9565b60c082015260e08201356001600160401b03811115614964575f80fd5b6149708c828501614734565b60e083015250945061498790508960808a016147b2565b9250614996610240890161449f565b91506149a5610260890161449f565b905092959891949750929550565b5f8151808452602084019350602083015f5b828110156149ec5781516001600160601b03168652602095860195909101906001016149c5565b5093949350505050565b602081528151151560208201526020820151151560408201525f6040830151614a23606084018215159052565b50606083015160ff8116608084015250608083015160ff811660a08401525060a08301516001600160601b03811660c08401525060c08301516001600160601b03811660e08401525060e083015161010080840152610e026101208401826149b3565b5f8060408385031215614a97575f80fd5b82356001600160401b03811115614aac575f80fd5b614ab88582860161411c565b92505060208301356001600160401b0381111561428a575f80fd5b5f805f805f60a08688031215614ae7575f80fd5b8535614af281613de5565b94506020860135614b0281613e04565b93506040860135614b1281613de5565b92506060860135614b2281614358565b915060808601356001600160401b03811115614b3c575f80fd5b614b488882890161411c565b9150509295509295909350565b5f805f60608486031215614b67575f80fd5b8335614b7281613de5565b92506020840135614b8281613e04565b915060408401356142dd81613de5565b5f805f8060808587031215614ba5575f80fd5b8435614bb081613de5565b93506020850135614bc0816143f5565b92506040850135614326816140b8565b5f60208284031215614be0575f80fd5b815162ffffff81168114611299575f80fd5b8051610e6b81613de5565b5f60208284031215614c0d575f80fd5b815161129981613de5565b600181811c90821680614c2c57607f821691505b602082108103614c4a57634e487b7160e01b5f52602260045260245ffd5b50919050565b8051610e6b81614358565b5f60208284031215614c6b575f80fd5b815161129981614358565b602081528151151560208201525f6020830151604080840152610e026060840182613ffe565b6001600160601b0384168152608060208201525f614cbd6080830185613ffe565b64ffffffffff841660408401528281036060840152601881527f66756c66696c6c4f7261636c655265717565737453796e630000000000000000602082015260408101915050949350505050565b5f60208284031215614d1b575f80fd5b815161129981614225565b6001600160601b0384168152608060208201525f614d476080830185613ffe565b64ffffffffff841660408401528281036060840152601981527f66756c66696c6c4f7261636c65526571756573744173796e6300000000000000602082015260408101915050949350505050565b8051610e6b81614170565b5f60208284031215614db0575f80fd5b815161129981614170565b5f82601f830112614dca575f80fd5b8151602083015f614ddd61413e846140f6565b9050828152858383011115614df0575f80fd5b8282602083015e5f92810160200192909252509392505050565b5f60208284031215614e1a575f80fd5b81516001600160401b03811115614e2f575f80fd5b820160608185031215614e40575f80fd5b614e48613eeb565b8151614e5381614170565b81526020820151614e63816140b8565b602082015260408201516001600160401b03811115614e80575f80fd5b614e8c86828501614dbb565b604083015250949350505050565b5f60208284031215614eaa575f80fd5b8151611299816140b8565b6001600160401b0384168152606060208201525f614ed66060830185613ffe565b9050826040830152949350505050565b6001600160601b03881681526001600160401b0360c01b871660208201526001600160601b038616604082015264ffffffffff8516606082015260e060808201525f614f3560e0830186613ffe565b6001600160601b039490941660a0830152506001600160c01b03199190911660c09091015295945050505050565b5f610240828403128015614f75575f80fd5b50614f7e613f0d565b614f8783614bf2565b8152614f9560208401614bf2565b6020820152614fa660408401614bf2565b6040820152614fb760608401614bf2565b6060820152614fc860808401614bf2565b6080820152614fd960a08401614bf2565b60a0820152614fea60c08401614bf2565b60c0820152614ffb60e08401614bf2565b60e082015261500d6101008401614bf2565b6101008201526150206101208401614bf2565b6101208201526150336101408401614bf2565b6101408201526150466101608401614bf2565b6101608201526150596101808401614bf2565b61018082015261506c6101a08401614bf2565b6101a082015261507f6101c08401614bf2565b6101c08201526150926101e08401614bf2565b6101e08201526150a56102008401614bf2565b6102008201526150b86102208401614bf2565b6102208201529392505050565b8051610e6b81614564565b5f602082840312156150e0575f80fd5b81516001600160401b038111156150f5575f80fd5b820160e08185031215615106575f80fd5b61510e613ea0565b61511782614bf2565b815261512560208301614bf2565b6020820152615136604083016150c5565b604082015261514760608301614d95565b606082015261515860808301614c50565b608082015261516960a08301614c50565b60a082015260c08201516001600160401b03811115615186575f80fd5b61519286828501614dbb565b60c083015250949350505050565b5f602082840312156151b0575f80fd5b81516001600160401b038111156151c5575f80fd5b610e0284828501614dbb565b5f602082840312156151e1575f80fd5b815161129981614564565b5f81518060208401855e5f93019283525090919050565b5f61129982846151ec565b80516020808301519190811015614c4a575f1960209190910360031b1b16919050565b5f60208284031215615241575f80fd5b5051919050565b5f8261526257634e487b7160e01b5f52601260045260245ffd5b500490565b5f8085851115615275575f80fd5b83861115615281575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614651576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b6080810161531182856145a9565b61129960408301846145a9565b6001600160601b038516815261ffff841660208201526001600160601b0383166040820152608060608201525f611dde6080830184613ffe565b6001600160601b03841681526001600160601b0383166020820152606060408201525f6112216060830184613ffe565b5f60208284031215615398575f80fd5b815161129981613e04565b6001600160a01b03891681526001600160c01b031988811660208301526001600160601b038881166040840152878116606084015264ffffffffff87166080840152851660a0830152831660c082015261010060e082018190525f9061157290830184613ffe565b6001600160401b0360c01b83168152604060208201525f6112966040830184613ffe565b5f6020828403121561543f575f80fd5b81516001600160401b03811115615454575f80fd5b820160608185031215615465575f80fd5b61546d613eeb565b81516001600160401b03811115615482575f80fd5b61548e86828501614dbb565b8252506020820151614e6381614358565b6001600160601b038416815261ffff83166020820152606060408201525f6112216060830184613ffe565b828152604060208201525f6112966040830184613ffe565b5f602082840312156154f2575f80fd5b8151611299816143f5565b6001600160601b03868116825261ffff86166020830152841660408201526001600160a01b038316606082015260a0608082018190525f9061554190830184613ffe565b979650505050505050565b5f806040838503121561555d575f80fd5b825161556881614170565b602084015190925063ffffffff81168114613e3f575f80fd5b601f82111561120f57805f5260205f20601f840160051c810160208510156155a65750805b601f840160051c820191505b818110156110d3575f81556001016155b2565b81516001600160401b038111156155de576155de613e8c565b6155f2816155ec8454614c18565b84615581565b6020601f821160018114615624575f831561560d5750848201515b5f19600385901b1c1916600184901b1784556110d3565b5f84815260208120601f198516915b828110156156535787850151825560209485019460019092019101615633565b508482101561567057868401515f19600387901b60f8161c191681555b50505050600190811b0190555056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a26469706673582212200752e8366d4b204183741059b939641d37f5d5eeaeaeffa12e80e065f14012cc64736f6c634300081a0033",
|
2249
|
+
"linkReferences": {
|
2250
|
+
"contracts/shared/ContractLib.sol": {
|
2251
|
+
"ContractLib": [
|
2252
|
+
{
|
2253
|
+
"length": 20,
|
2254
|
+
"start": 2951
|
2255
|
+
},
|
2256
|
+
{
|
2257
|
+
"length": 20,
|
2258
|
+
"start": 3543
|
2259
|
+
},
|
2260
|
+
{
|
2261
|
+
"length": 20,
|
2262
|
+
"start": 20517
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"length": 20,
|
2266
|
+
"start": 21058
|
2267
|
+
}
|
2268
|
+
]
|
2269
|
+
},
|
2270
|
+
"contracts/type/Amount.sol": {
|
2271
|
+
"AmountLib": [
|
2272
|
+
{
|
2273
|
+
"length": 20,
|
2274
|
+
"start": 11200
|
2275
|
+
},
|
2276
|
+
{
|
2277
|
+
"length": 20,
|
2278
|
+
"start": 13547
|
2279
|
+
}
|
2280
|
+
]
|
2281
|
+
},
|
2282
|
+
"contracts/type/NftId.sol": {
|
2283
|
+
"NftIdLib": [
|
2284
|
+
{
|
2285
|
+
"length": 20,
|
2286
|
+
"start": 8720
|
2287
|
+
},
|
2288
|
+
{
|
2289
|
+
"length": 20,
|
2290
|
+
"start": 9823
|
2291
|
+
},
|
2292
|
+
{
|
2293
|
+
"length": 20,
|
2294
|
+
"start": 12059
|
2295
|
+
},
|
2296
|
+
{
|
2297
|
+
"length": 20,
|
2298
|
+
"start": 14452
|
2299
|
+
},
|
2300
|
+
{
|
2301
|
+
"length": 20,
|
2302
|
+
"start": 16623
|
2303
|
+
}
|
2304
|
+
]
|
2305
|
+
},
|
2306
|
+
"contracts/type/Timestamp.sol": {
|
2307
|
+
"TimestampLib": [
|
2308
|
+
{
|
2309
|
+
"length": 20,
|
2310
|
+
"start": 10194
|
2311
|
+
}
|
2312
|
+
]
|
2313
|
+
},
|
2314
|
+
"contracts/type/Version.sol": {
|
2315
|
+
"VersionLib": [
|
2316
|
+
{
|
2317
|
+
"length": 20,
|
2318
|
+
"start": 8434
|
2319
|
+
}
|
2320
|
+
]
|
2321
|
+
}
|
2322
|
+
},
|
2323
|
+
"deployedLinkReferences": {
|
2324
|
+
"contracts/shared/ContractLib.sol": {
|
2325
|
+
"ContractLib": [
|
2326
|
+
{
|
2327
|
+
"length": 20,
|
2328
|
+
"start": 14680
|
2329
|
+
},
|
2330
|
+
{
|
2331
|
+
"length": 20,
|
2332
|
+
"start": 15221
|
2333
|
+
}
|
2334
|
+
]
|
2335
|
+
},
|
2336
|
+
"contracts/type/Amount.sol": {
|
2337
|
+
"AmountLib": [
|
2338
|
+
{
|
2339
|
+
"length": 20,
|
2340
|
+
"start": 5363
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
"length": 20,
|
2344
|
+
"start": 7710
|
2345
|
+
}
|
2346
|
+
]
|
2347
|
+
},
|
2348
|
+
"contracts/type/NftId.sol": {
|
2349
|
+
"NftIdLib": [
|
2350
|
+
{
|
2351
|
+
"length": 20,
|
2352
|
+
"start": 2883
|
2353
|
+
},
|
2354
|
+
{
|
2355
|
+
"length": 20,
|
2356
|
+
"start": 3986
|
2357
|
+
},
|
2358
|
+
{
|
2359
|
+
"length": 20,
|
2360
|
+
"start": 6222
|
2361
|
+
},
|
2362
|
+
{
|
2363
|
+
"length": 20,
|
2364
|
+
"start": 8615
|
2365
|
+
},
|
2366
|
+
{
|
2367
|
+
"length": 20,
|
2368
|
+
"start": 10786
|
2369
|
+
}
|
2370
|
+
]
|
2371
|
+
},
|
2372
|
+
"contracts/type/Timestamp.sol": {
|
2373
|
+
"TimestampLib": [
|
2374
|
+
{
|
2375
|
+
"length": 20,
|
2376
|
+
"start": 4357
|
2377
|
+
}
|
2378
|
+
]
|
2379
|
+
},
|
2380
|
+
"contracts/type/Version.sol": {
|
2381
|
+
"VersionLib": [
|
2382
|
+
{
|
2383
|
+
"length": 20,
|
2384
|
+
"start": 2597
|
2385
|
+
}
|
2386
|
+
]
|
2387
|
+
}
|
2388
|
+
}
|
2389
|
+
}
|