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