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