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