@etherisc/gif-next 0.0.2-a733491-751 → 0.0.2-a78920e-322
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +83 -93
- 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/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +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 +1310 -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 +1004 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1494 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +862 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +321 -361
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +984 -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 +1415 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +502 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +1965 -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 +1429 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1163 -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 +2267 -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 +304 -2127
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +260 -101
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +368 -2916
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1671 -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 +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1028 -361
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +333 -364
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +159 -114
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3668 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +181 -0
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +12 -115
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +947 -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 +762 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IBundleService.sol/IBundleService.json → oracle/IOracleService.sol/IOracleService.json} +370 -283
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/{components/Component.sol/Component.json → oracle/Oracle.sol/Oracle.json} +344 -334
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +982 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +746 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/{components/Pool.sol/Pool.json → pool/BasicPool.sol/BasicPool.json} +468 -550
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +502 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1469 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +850 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +964 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → pool}/IPoolComponent.sol/IPoolComponent.json +410 -402
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1285 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1015 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1635 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +786 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +787 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +734 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → product/BasicProduct.sol/BasicProduct.json} +420 -532
- 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 +1439 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +858 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IApplicationService.sol/IApplicationService.json +173 -89
- 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 +931 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IPricingService.sol/IPricingService.json} +244 -238
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → product}/IProductComponent.sol/IProductComponent.json +457 -272
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +120 -64
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1316 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +802 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +923 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +786 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1092 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +638 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +718 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +457 -27
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +263 -123
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +949 -128
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1899 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +349 -253
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +161 -94
- 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 +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -153
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +695 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1916 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +838 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +118 -185
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +111 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +245 -138
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1467 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +697 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +95 -14
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +19 -10
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +59 -13
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +28 -6
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.json +0 -13
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +135 -18
- 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 +785 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +28 -70
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +35 -85
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +69 -99
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -28
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +136 -108
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +734 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +395 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/{components/Distribution.sol/Distribution.json → staking/IStaking.sol/IStaking.json} +723 -677
- 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 +1816 -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 +780 -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 +1265 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +734 -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/{shared → upgradeability}/IVersionable.sol/IVersionable.json +1 -1
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/{shared → upgradeability}/Versionable.sol/Versionable.json +1 -1
- 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 +284 -0
- package/contracts/distribution/DistributionService.sol +354 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +100 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +34 -0
- package/contracts/examples/fire/FireProduct.sol +431 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +44 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +65 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +108 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +345 -0
- package/contracts/instance/{BundleManager.sol → BundleSet.sol} +33 -32
- package/contracts/instance/IInstance.sol +45 -74
- package/contracts/instance/IInstanceService.sol +33 -32
- package/contracts/instance/Instance.sol +164 -230
- package/contracts/instance/InstanceAdmin.sol +283 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +194 -0
- package/contracts/instance/InstanceReader.sol +264 -62
- package/contracts/instance/InstanceService.sol +246 -333
- package/contracts/instance/InstanceServiceManager.sol +14 -29
- package/contracts/instance/InstanceStore.sol +287 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
- package/contracts/instance/base/ObjectCounter.sol +21 -0
- package/contracts/instance/base/ObjectLifecycle.sol +111 -0
- package/contracts/instance/{ObjectManager.sol → base/ObjectSet.sol} +19 -24
- package/contracts/instance/module/IAccess.sol +6 -14
- package/contracts/instance/module/IBundle.sol +8 -8
- package/contracts/instance/module/IComponents.sol +50 -0
- package/contracts/instance/module/IDistribution.sol +6 -4
- package/contracts/instance/module/IPolicy.sol +56 -18
- package/contracts/instance/module/IRisk.sol +1 -1
- 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 +292 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +68 -0
- package/contracts/pool/BundleService.sol +485 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +140 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +172 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolService.sol +620 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +12 -9
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +42 -0
- package/contracts/product/ClaimService.sol +614 -0
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +12 -9
- package/contracts/{instance/service → product}/IApplicationService.sol +17 -36
- package/contracts/product/IClaimService.sol +123 -0
- package/contracts/product/IPolicyService.sol +82 -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 +695 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +300 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +432 -0
- package/contracts/product/RiskService.sol +96 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +79 -34
- package/contracts/registry/IRegistry.sol +98 -26
- package/contracts/registry/IRegistryService.sol +36 -41
- package/contracts/registry/ITransferInterceptor.sol +1 -1
- package/contracts/registry/Registry.sol +454 -198
- package/contracts/registry/RegistryAdmin.sol +462 -0
- package/contracts/registry/RegistryService.sol +87 -129
- package/contracts/registry/RegistryServiceManager.sol +23 -32
- package/contracts/registry/ReleaseLifecycle.sol +30 -0
- package/contracts/registry/ReleaseRegistry.sol +485 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +204 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/Component.sol +234 -0
- package/contracts/shared/ComponentService.sol +826 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +54 -0
- package/contracts/shared/IComponent.sol +67 -0
- package/contracts/shared/IComponentService.sol +134 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +4 -2
- package/contracts/shared/IPolicyHolder.sol +23 -14
- package/contracts/shared/IRegisterable.sol +11 -0
- package/contracts/shared/IRegistryLinked.sol +0 -1
- package/contracts/shared/IService.sol +15 -6
- package/contracts/shared/{ERC165.sol → InitializableERC165.sol} +4 -4
- package/contracts/shared/InstanceLinkedComponent.sol +197 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +32 -25
- package/contracts/shared/PolicyHolder.sol +22 -41
- package/contracts/shared/Registerable.sol +31 -22
- package/contracts/shared/RegistryLinked.sol +9 -19
- package/contracts/shared/Service.sol +55 -29
- package/contracts/shared/TokenHandler.sol +382 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +173 -0
- package/contracts/staking/IStakingService.sol +157 -0
- package/contracts/staking/StakeManagerLib.sol +224 -0
- package/contracts/staking/Staking.sol +505 -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 +453 -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/{types → type}/ClaimId.sol +31 -3
- package/contracts/{types → type}/Fee.sol +33 -23
- package/contracts/{types → type}/NftId.sol +22 -15
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +276 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +6 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/{types → type}/RiskId.sol +17 -3
- 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 +48 -4
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +34 -15
- package/contracts/{types → type}/UFixed.sol +39 -9
- package/contracts/{types → type}/Version.sol +5 -2
- package/contracts/{shared → upgradeability}/IVersionable.sol +1 -1
- package/contracts/{shared → upgradeability}/ProxyManager.sol +93 -30
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +1 -3
- package/contracts/{shared → upgradeability}/Versionable.sol +3 -3
- package/package.json +11 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -764
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1221
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -261
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -858
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -657
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1085
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -661
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -743
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -637
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -943
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -681
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.json +0 -398
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -480
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -336
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1109
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -717
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -724
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -653
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -766
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -649
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +0 -4
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +0 -547
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -73
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -582
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -383
- 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 -510
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.json +0 -100
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.json +0 -100
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/Component.sol +0 -241
- package/contracts/components/Distribution.sol +0 -308
- package/contracts/components/IComponent.sol +0 -54
- package/contracts/components/IDistributionComponent.sol +0 -100
- package/contracts/components/IPoolComponent.sol +0 -87
- package/contracts/components/IProductComponent.sol +0 -39
- package/contracts/components/Pool.sol +0 -254
- package/contracts/components/Product.sol +0 -285
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/InstanceAccessManager.sol +0 -580
- package/contracts/instance/base/ComponentService.sol +0 -134
- package/contracts/instance/base/KeyValueStore.sol +0 -172
- package/contracts/instance/base/Lifecycle.sol +0 -100
- package/contracts/instance/module/ISetup.sol +0 -47
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -268
- package/contracts/instance/service/BundleService.sol +0 -298
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/ClaimService.sol +0 -151
- package/contracts/instance/service/DistributionService.sol +0 -295
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IBundleService.sol +0 -54
- package/contracts/instance/service/IClaimService.sol +0 -61
- package/contracts/instance/service/IDistributionService.sol +0 -65
- package/contracts/instance/service/IPolicyService.sol +0 -89
- package/contracts/instance/service/IPoolService.sol +0 -20
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -474
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -125
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -241
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/registry/ReleaseManager.sol +0 -322
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- 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/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -156
- package/contracts/types/PayoutId.sol +0 -54
- package/contracts/types/RoleId.sol +0 -93
- /package/contracts/{types → type}/DistributorType.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
@@ -44,296 +44,200 @@
|
|
44
44
|
{
|
45
45
|
"inputs": [
|
46
46
|
{
|
47
|
-
"internalType": "
|
48
|
-
"name": "
|
49
|
-
"type": "
|
50
|
-
},
|
51
|
-
{
|
52
|
-
"internalType": "StateId",
|
53
|
-
"name": "fromStateId",
|
54
|
-
"type": "uint8"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"internalType": "StateId",
|
58
|
-
"name": "toStateId",
|
59
|
-
"type": "uint8"
|
47
|
+
"internalType": "address",
|
48
|
+
"name": "instanceBundleSet",
|
49
|
+
"type": "address"
|
60
50
|
}
|
61
51
|
],
|
62
|
-
"name": "
|
52
|
+
"name": "ErrorInstanceBundleSetAlreadySet",
|
63
53
|
"type": "error"
|
64
54
|
},
|
65
55
|
{
|
66
56
|
"inputs": [
|
67
57
|
{
|
68
|
-
"internalType": "
|
69
|
-
"name": "
|
70
|
-
"type": "
|
58
|
+
"internalType": "address",
|
59
|
+
"name": "instanceAuthority",
|
60
|
+
"type": "address"
|
71
61
|
}
|
72
62
|
],
|
73
|
-
"name": "
|
63
|
+
"name": "ErrorInstanceBundleSetAuthorityMismatch",
|
74
64
|
"type": "error"
|
75
65
|
},
|
76
66
|
{
|
77
67
|
"inputs": [
|
78
68
|
{
|
79
69
|
"internalType": "address",
|
80
|
-
"name": "
|
70
|
+
"name": "instance",
|
81
71
|
"type": "address"
|
82
72
|
}
|
83
73
|
],
|
84
|
-
"name": "
|
85
|
-
"type": "error"
|
86
|
-
},
|
87
|
-
{
|
88
|
-
"inputs": [],
|
89
|
-
"name": "ErrorNftOwnableInitialOwnerZero",
|
74
|
+
"name": "ErrorInstanceBundleSetInstanceMismatch",
|
90
75
|
"type": "error"
|
91
76
|
},
|
92
77
|
{
|
93
78
|
"inputs": [
|
94
79
|
{
|
95
80
|
"internalType": "address",
|
96
|
-
"name": "
|
81
|
+
"name": "InstanceAdmin",
|
97
82
|
"type": "address"
|
98
83
|
}
|
99
84
|
],
|
100
|
-
"name": "
|
85
|
+
"name": "ErrorInstanceInstanceAdminAlreadySet",
|
101
86
|
"type": "error"
|
102
87
|
},
|
103
88
|
{
|
104
89
|
"inputs": [
|
105
90
|
{
|
106
|
-
"internalType": "
|
107
|
-
"name": "
|
108
|
-
"type": "
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"internalType": "ObjectType",
|
112
|
-
"name": "objectType",
|
113
|
-
"type": "uint8"
|
91
|
+
"internalType": "address",
|
92
|
+
"name": "instanceAuthority",
|
93
|
+
"type": "address"
|
114
94
|
}
|
115
95
|
],
|
116
|
-
"name": "
|
96
|
+
"name": "ErrorInstanceInstanceAdminAuthorityMismatch",
|
97
|
+
"type": "error"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"inputs": [],
|
101
|
+
"name": "ErrorInstanceInstanceAdminZero",
|
117
102
|
"type": "error"
|
118
103
|
},
|
119
104
|
{
|
120
105
|
"inputs": [
|
121
106
|
{
|
122
107
|
"internalType": "address",
|
123
|
-
"name": "
|
108
|
+
"name": "instanceAuthority",
|
124
109
|
"type": "address"
|
125
110
|
}
|
126
111
|
],
|
127
|
-
"name": "
|
112
|
+
"name": "ErrorInstanceInstanceReaderInstanceMismatch",
|
128
113
|
"type": "error"
|
129
114
|
},
|
130
115
|
{
|
131
|
-
"inputs": [
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
116
|
+
"inputs": [
|
117
|
+
{
|
118
|
+
"internalType": "address",
|
119
|
+
"name": "instanceStore",
|
120
|
+
"type": "address"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"name": "ErrorInstanceInstanceStoreAlreadySet",
|
138
124
|
"type": "error"
|
139
125
|
},
|
140
126
|
{
|
141
|
-
"anonymous": false,
|
142
127
|
"inputs": [
|
143
128
|
{
|
144
|
-
"indexed": false,
|
145
129
|
"internalType": "address",
|
146
|
-
"name": "
|
130
|
+
"name": "instanceAuthority",
|
147
131
|
"type": "address"
|
148
132
|
}
|
149
133
|
],
|
150
|
-
"name": "
|
151
|
-
"type": "
|
134
|
+
"name": "ErrorInstanceInstanceStoreAuthorityMismatch",
|
135
|
+
"type": "error"
|
152
136
|
},
|
153
137
|
{
|
154
|
-
"anonymous": false,
|
155
138
|
"inputs": [
|
156
139
|
{
|
157
|
-
"
|
158
|
-
"
|
159
|
-
"
|
160
|
-
"type": "uint64"
|
140
|
+
"internalType": "NftId",
|
141
|
+
"name": "nftId",
|
142
|
+
"type": "uint96"
|
161
143
|
}
|
162
144
|
],
|
163
|
-
"name": "
|
164
|
-
"type": "
|
145
|
+
"name": "ErrorNftOwnableAlreadyLinked",
|
146
|
+
"type": "error"
|
165
147
|
},
|
166
148
|
{
|
167
|
-
"anonymous": false,
|
168
149
|
"inputs": [
|
169
150
|
{
|
170
|
-
"indexed": false,
|
171
|
-
"internalType": "ObjectType",
|
172
|
-
"name": "objectType",
|
173
|
-
"type": "uint8"
|
174
|
-
},
|
175
|
-
{
|
176
|
-
"indexed": false,
|
177
|
-
"internalType": "KeyId",
|
178
|
-
"name": "keyId",
|
179
|
-
"type": "bytes31"
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"indexed": false,
|
183
|
-
"internalType": "StateId",
|
184
|
-
"name": "state",
|
185
|
-
"type": "uint8"
|
186
|
-
},
|
187
|
-
{
|
188
|
-
"indexed": false,
|
189
|
-
"internalType": "address",
|
190
|
-
"name": "createdBy",
|
191
|
-
"type": "address"
|
192
|
-
},
|
193
|
-
{
|
194
|
-
"indexed": false,
|
195
151
|
"internalType": "address",
|
196
|
-
"name": "
|
152
|
+
"name": "contractAddress",
|
197
153
|
"type": "address"
|
198
154
|
}
|
199
155
|
],
|
200
|
-
"name": "
|
201
|
-
"type": "
|
156
|
+
"name": "ErrorNftOwnableContractNotRegistered",
|
157
|
+
"type": "error"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"inputs": [],
|
161
|
+
"name": "ErrorNftOwnableInitialOwnerZero",
|
162
|
+
"type": "error"
|
202
163
|
},
|
203
164
|
{
|
204
|
-
"anonymous": false,
|
205
165
|
"inputs": [
|
206
166
|
{
|
207
|
-
"
|
208
|
-
"
|
209
|
-
"
|
210
|
-
"type": "uint8"
|
211
|
-
},
|
212
|
-
{
|
213
|
-
"indexed": false,
|
214
|
-
"internalType": "KeyId",
|
215
|
-
"name": "keyId",
|
216
|
-
"type": "bytes31"
|
167
|
+
"internalType": "NftId",
|
168
|
+
"name": "nftId",
|
169
|
+
"type": "uint96"
|
217
170
|
},
|
218
171
|
{
|
219
|
-
"
|
220
|
-
"
|
221
|
-
"name": "state",
|
172
|
+
"internalType": "ObjectType",
|
173
|
+
"name": "expectedObjectType",
|
222
174
|
"type": "uint8"
|
223
|
-
},
|
224
|
-
{
|
225
|
-
"indexed": false,
|
226
|
-
"internalType": "address",
|
227
|
-
"name": "updatedBy",
|
228
|
-
"type": "address"
|
229
|
-
},
|
230
|
-
{
|
231
|
-
"indexed": false,
|
232
|
-
"internalType": "address",
|
233
|
-
"name": "txOrigin",
|
234
|
-
"type": "address"
|
235
|
-
},
|
236
|
-
{
|
237
|
-
"indexed": false,
|
238
|
-
"internalType": "Blocknumber",
|
239
|
-
"name": "lastUpdatedIn",
|
240
|
-
"type": "uint32"
|
241
175
|
}
|
242
176
|
],
|
243
|
-
"name": "
|
244
|
-
"type": "
|
177
|
+
"name": "ErrorNftOwnableInvalidType",
|
178
|
+
"type": "error"
|
245
179
|
},
|
246
180
|
{
|
247
|
-
"anonymous": false,
|
248
181
|
"inputs": [
|
249
182
|
{
|
250
|
-
"indexed": false,
|
251
|
-
"internalType": "ObjectType",
|
252
|
-
"name": "objectType",
|
253
|
-
"type": "uint8"
|
254
|
-
},
|
255
|
-
{
|
256
|
-
"indexed": false,
|
257
|
-
"internalType": "KeyId",
|
258
|
-
"name": "keyId",
|
259
|
-
"type": "bytes31"
|
260
|
-
},
|
261
|
-
{
|
262
|
-
"indexed": false,
|
263
|
-
"internalType": "StateId",
|
264
|
-
"name": "stateOld",
|
265
|
-
"type": "uint8"
|
266
|
-
},
|
267
|
-
{
|
268
|
-
"indexed": false,
|
269
|
-
"internalType": "StateId",
|
270
|
-
"name": "stateNew",
|
271
|
-
"type": "uint8"
|
272
|
-
},
|
273
|
-
{
|
274
|
-
"indexed": false,
|
275
183
|
"internalType": "address",
|
276
|
-
"name": "
|
184
|
+
"name": "account",
|
277
185
|
"type": "address"
|
278
|
-
}
|
186
|
+
}
|
187
|
+
],
|
188
|
+
"name": "ErrorNftOwnableNotOwner",
|
189
|
+
"type": "error"
|
190
|
+
},
|
191
|
+
{
|
192
|
+
"inputs": [
|
279
193
|
{
|
280
|
-
"indexed": false,
|
281
194
|
"internalType": "address",
|
282
|
-
"name": "
|
195
|
+
"name": "registryAddress",
|
283
196
|
"type": "address"
|
284
|
-
},
|
285
|
-
{
|
286
|
-
"indexed": false,
|
287
|
-
"internalType": "Blocknumber",
|
288
|
-
"name": "lastUpdatedIn",
|
289
|
-
"type": "uint32"
|
290
197
|
}
|
291
198
|
],
|
292
|
-
"name": "
|
293
|
-
"type": "
|
199
|
+
"name": "ErrorNotRegistry",
|
200
|
+
"type": "error"
|
294
201
|
},
|
295
202
|
{
|
296
203
|
"inputs": [],
|
297
|
-
"name": "
|
298
|
-
"
|
299
|
-
{
|
300
|
-
"internalType": "uint64",
|
301
|
-
"name": "",
|
302
|
-
"type": "uint64"
|
303
|
-
}
|
304
|
-
],
|
305
|
-
"stateMutability": "view",
|
306
|
-
"type": "function"
|
204
|
+
"name": "InvalidInitialization",
|
205
|
+
"type": "error"
|
307
206
|
},
|
308
207
|
{
|
309
208
|
"inputs": [],
|
310
|
-
"name": "
|
311
|
-
"
|
209
|
+
"name": "NotInitializing",
|
210
|
+
"type": "error"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"anonymous": false,
|
214
|
+
"inputs": [
|
312
215
|
{
|
313
|
-
"
|
314
|
-
"
|
315
|
-
"
|
216
|
+
"indexed": false,
|
217
|
+
"internalType": "address",
|
218
|
+
"name": "authority",
|
219
|
+
"type": "address"
|
316
220
|
}
|
317
221
|
],
|
318
|
-
"
|
319
|
-
"type": "
|
222
|
+
"name": "AuthorityUpdated",
|
223
|
+
"type": "event"
|
320
224
|
},
|
321
225
|
{
|
322
|
-
"
|
323
|
-
"
|
324
|
-
"outputs": [
|
226
|
+
"anonymous": false,
|
227
|
+
"inputs": [
|
325
228
|
{
|
326
|
-
"
|
327
|
-
"
|
328
|
-
"
|
229
|
+
"indexed": false,
|
230
|
+
"internalType": "uint64",
|
231
|
+
"name": "version",
|
232
|
+
"type": "uint64"
|
329
233
|
}
|
330
234
|
],
|
331
|
-
"
|
332
|
-
"type": "
|
235
|
+
"name": "Initialized",
|
236
|
+
"type": "event"
|
333
237
|
},
|
334
238
|
{
|
335
239
|
"inputs": [],
|
336
|
-
"name": "
|
240
|
+
"name": "GIF_RELEASE",
|
337
241
|
"outputs": [
|
338
242
|
{
|
339
243
|
"internalType": "uint256",
|
@@ -357,19 +261,6 @@
|
|
357
261
|
"stateMutability": "view",
|
358
262
|
"type": "function"
|
359
263
|
},
|
360
|
-
{
|
361
|
-
"inputs": [],
|
362
|
-
"name": "PUBLIC_ROLE",
|
363
|
-
"outputs": [
|
364
|
-
{
|
365
|
-
"internalType": "uint64",
|
366
|
-
"name": "",
|
367
|
-
"type": "uint64"
|
368
|
-
}
|
369
|
-
],
|
370
|
-
"stateMutability": "view",
|
371
|
-
"type": "function"
|
372
|
-
},
|
373
264
|
{
|
374
265
|
"inputs": [],
|
375
266
|
"name": "REGISTERABLE_LOCATION_V1",
|
@@ -399,2067 +290,218 @@
|
|
399
290
|
{
|
400
291
|
"inputs": [
|
401
292
|
{
|
402
|
-
"internalType": "
|
403
|
-
"name": "
|
404
|
-
"type": "
|
293
|
+
"internalType": "string",
|
294
|
+
"name": "roleName",
|
295
|
+
"type": "string"
|
405
296
|
},
|
406
297
|
{
|
407
|
-
"internalType": "
|
408
|
-
"name": "
|
409
|
-
"type": "
|
298
|
+
"internalType": "string",
|
299
|
+
"name": "adminName",
|
300
|
+
"type": "string"
|
301
|
+
}
|
302
|
+
],
|
303
|
+
"name": "createRole",
|
304
|
+
"outputs": [
|
305
|
+
{
|
306
|
+
"internalType": "RoleId",
|
307
|
+
"name": "roleId",
|
308
|
+
"type": "uint64"
|
410
309
|
},
|
411
310
|
{
|
412
|
-
"internalType": "
|
413
|
-
"name": "
|
414
|
-
"type": "
|
311
|
+
"internalType": "RoleId",
|
312
|
+
"name": "admin",
|
313
|
+
"type": "uint64"
|
415
314
|
}
|
416
315
|
],
|
417
|
-
"
|
418
|
-
"outputs": [],
|
419
|
-
"stateMutability": "view",
|
316
|
+
"stateMutability": "nonpayable",
|
420
317
|
"type": "function"
|
421
318
|
},
|
422
319
|
{
|
423
320
|
"inputs": [
|
424
321
|
{
|
425
|
-
"internalType": "
|
426
|
-
"name": "
|
427
|
-
"type": "
|
322
|
+
"internalType": "address",
|
323
|
+
"name": "target",
|
324
|
+
"type": "address"
|
428
325
|
},
|
429
326
|
{
|
430
|
-
"
|
431
|
-
|
432
|
-
|
433
|
-
"name": "productNftId",
|
434
|
-
"type": "uint96"
|
435
|
-
},
|
436
|
-
{
|
437
|
-
"internalType": "NftId",
|
438
|
-
"name": "bundleNftId",
|
439
|
-
"type": "uint96"
|
440
|
-
},
|
441
|
-
{
|
442
|
-
"internalType": "ReferralId",
|
443
|
-
"name": "referralId",
|
444
|
-
"type": "bytes8"
|
445
|
-
},
|
446
|
-
{
|
447
|
-
"internalType": "RiskId",
|
448
|
-
"name": "riskId",
|
449
|
-
"type": "bytes8"
|
450
|
-
},
|
451
|
-
{
|
452
|
-
"internalType": "uint256",
|
453
|
-
"name": "sumInsuredAmount",
|
454
|
-
"type": "uint256"
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"internalType": "uint256",
|
458
|
-
"name": "premiumAmount",
|
459
|
-
"type": "uint256"
|
460
|
-
},
|
461
|
-
{
|
462
|
-
"internalType": "uint256",
|
463
|
-
"name": "premiumPaidAmount",
|
464
|
-
"type": "uint256"
|
465
|
-
},
|
466
|
-
{
|
467
|
-
"internalType": "uint256",
|
468
|
-
"name": "lifetime",
|
469
|
-
"type": "uint256"
|
470
|
-
},
|
471
|
-
{
|
472
|
-
"internalType": "bytes",
|
473
|
-
"name": "applicationData",
|
474
|
-
"type": "bytes"
|
475
|
-
},
|
476
|
-
{
|
477
|
-
"internalType": "bytes",
|
478
|
-
"name": "policyData",
|
479
|
-
"type": "bytes"
|
480
|
-
},
|
481
|
-
{
|
482
|
-
"internalType": "uint16",
|
483
|
-
"name": "claimsCount",
|
484
|
-
"type": "uint16"
|
485
|
-
},
|
486
|
-
{
|
487
|
-
"internalType": "uint16",
|
488
|
-
"name": "openClaimsCount",
|
489
|
-
"type": "uint16"
|
490
|
-
},
|
491
|
-
{
|
492
|
-
"internalType": "uint256",
|
493
|
-
"name": "payoutAmount",
|
494
|
-
"type": "uint256"
|
495
|
-
},
|
496
|
-
{
|
497
|
-
"internalType": "Timestamp",
|
498
|
-
"name": "activatedAt",
|
499
|
-
"type": "uint40"
|
500
|
-
},
|
501
|
-
{
|
502
|
-
"internalType": "Timestamp",
|
503
|
-
"name": "expiredAt",
|
504
|
-
"type": "uint40"
|
505
|
-
},
|
506
|
-
{
|
507
|
-
"internalType": "Timestamp",
|
508
|
-
"name": "closedAt",
|
509
|
-
"type": "uint40"
|
510
|
-
}
|
511
|
-
],
|
512
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
513
|
-
"name": "policy",
|
514
|
-
"type": "tuple"
|
515
|
-
}
|
516
|
-
],
|
517
|
-
"name": "createApplication",
|
518
|
-
"outputs": [],
|
519
|
-
"stateMutability": "nonpayable",
|
520
|
-
"type": "function"
|
521
|
-
},
|
522
|
-
{
|
523
|
-
"inputs": [
|
524
|
-
{
|
525
|
-
"internalType": "NftId",
|
526
|
-
"name": "bundleNftId",
|
527
|
-
"type": "uint96"
|
528
|
-
},
|
529
|
-
{
|
530
|
-
"components": [
|
531
|
-
{
|
532
|
-
"internalType": "NftId",
|
533
|
-
"name": "poolNftId",
|
534
|
-
"type": "uint96"
|
535
|
-
},
|
536
|
-
{
|
537
|
-
"components": [
|
538
|
-
{
|
539
|
-
"internalType": "UFixed",
|
540
|
-
"name": "fractionalFee",
|
541
|
-
"type": "uint256"
|
542
|
-
},
|
543
|
-
{
|
544
|
-
"internalType": "uint256",
|
545
|
-
"name": "fixedFee",
|
546
|
-
"type": "uint256"
|
547
|
-
}
|
548
|
-
],
|
549
|
-
"internalType": "struct Fee",
|
550
|
-
"name": "fee",
|
551
|
-
"type": "tuple"
|
552
|
-
},
|
553
|
-
{
|
554
|
-
"internalType": "bytes",
|
555
|
-
"name": "filter",
|
556
|
-
"type": "bytes"
|
557
|
-
},
|
558
|
-
{
|
559
|
-
"internalType": "uint256",
|
560
|
-
"name": "capitalAmount",
|
561
|
-
"type": "uint256"
|
562
|
-
},
|
563
|
-
{
|
564
|
-
"internalType": "uint256",
|
565
|
-
"name": "lockedAmount",
|
566
|
-
"type": "uint256"
|
567
|
-
},
|
568
|
-
{
|
569
|
-
"internalType": "uint256",
|
570
|
-
"name": "balanceAmount",
|
571
|
-
"type": "uint256"
|
572
|
-
},
|
573
|
-
{
|
574
|
-
"internalType": "uint256",
|
575
|
-
"name": "lifetime",
|
576
|
-
"type": "uint256"
|
577
|
-
},
|
578
|
-
{
|
579
|
-
"internalType": "Timestamp",
|
580
|
-
"name": "expiredAt",
|
581
|
-
"type": "uint40"
|
582
|
-
},
|
583
|
-
{
|
584
|
-
"internalType": "Timestamp",
|
585
|
-
"name": "closedAt",
|
586
|
-
"type": "uint40"
|
587
|
-
}
|
588
|
-
],
|
589
|
-
"internalType": "struct IBundle.BundleInfo",
|
590
|
-
"name": "bundle",
|
591
|
-
"type": "tuple"
|
592
|
-
}
|
593
|
-
],
|
594
|
-
"name": "createBundle",
|
595
|
-
"outputs": [],
|
596
|
-
"stateMutability": "nonpayable",
|
597
|
-
"type": "function"
|
598
|
-
},
|
599
|
-
{
|
600
|
-
"inputs": [
|
601
|
-
{
|
602
|
-
"internalType": "NftId",
|
603
|
-
"name": "policyNftId",
|
604
|
-
"type": "uint96"
|
605
|
-
},
|
606
|
-
{
|
607
|
-
"internalType": "ClaimId",
|
608
|
-
"name": "claimId",
|
609
|
-
"type": "uint16"
|
610
|
-
},
|
611
|
-
{
|
612
|
-
"components": [
|
613
|
-
{
|
614
|
-
"internalType": "uint256",
|
615
|
-
"name": "claimAmount",
|
616
|
-
"type": "uint256"
|
617
|
-
},
|
618
|
-
{
|
619
|
-
"internalType": "uint256",
|
620
|
-
"name": "paidAmount",
|
621
|
-
"type": "uint256"
|
622
|
-
},
|
623
|
-
{
|
624
|
-
"internalType": "bytes",
|
625
|
-
"name": "data",
|
626
|
-
"type": "bytes"
|
627
|
-
},
|
628
|
-
{
|
629
|
-
"internalType": "Timestamp",
|
630
|
-
"name": "closedAt",
|
631
|
-
"type": "uint40"
|
632
|
-
}
|
633
|
-
],
|
634
|
-
"internalType": "struct IPolicy.ClaimInfo",
|
635
|
-
"name": "claim",
|
636
|
-
"type": "tuple"
|
637
|
-
}
|
638
|
-
],
|
639
|
-
"name": "createClaim",
|
640
|
-
"outputs": [],
|
641
|
-
"stateMutability": "nonpayable",
|
642
|
-
"type": "function"
|
643
|
-
},
|
644
|
-
{
|
645
|
-
"inputs": [
|
646
|
-
{
|
647
|
-
"internalType": "NftId",
|
648
|
-
"name": "distributionNftId",
|
649
|
-
"type": "uint96"
|
650
|
-
},
|
651
|
-
{
|
652
|
-
"components": [
|
653
|
-
{
|
654
|
-
"internalType": "NftId",
|
655
|
-
"name": "productNftId",
|
656
|
-
"type": "uint96"
|
657
|
-
},
|
658
|
-
{
|
659
|
-
"internalType": "contract TokenHandler",
|
660
|
-
"name": "tokenHandler",
|
661
|
-
"type": "address"
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"components": [
|
665
|
-
{
|
666
|
-
"internalType": "UFixed",
|
667
|
-
"name": "fractionalFee",
|
668
|
-
"type": "uint256"
|
669
|
-
},
|
670
|
-
{
|
671
|
-
"internalType": "uint256",
|
672
|
-
"name": "fixedFee",
|
673
|
-
"type": "uint256"
|
674
|
-
}
|
675
|
-
],
|
676
|
-
"internalType": "struct Fee",
|
677
|
-
"name": "distributionFee",
|
678
|
-
"type": "tuple"
|
679
|
-
},
|
680
|
-
{
|
681
|
-
"internalType": "address",
|
682
|
-
"name": "wallet",
|
683
|
-
"type": "address"
|
684
|
-
}
|
685
|
-
],
|
686
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
687
|
-
"name": "setup",
|
688
|
-
"type": "tuple"
|
689
|
-
}
|
690
|
-
],
|
691
|
-
"name": "createDistributionSetup",
|
692
|
-
"outputs": [],
|
693
|
-
"stateMutability": "nonpayable",
|
694
|
-
"type": "function"
|
695
|
-
},
|
696
|
-
{
|
697
|
-
"inputs": [
|
698
|
-
{
|
699
|
-
"internalType": "NftId",
|
700
|
-
"name": "nftId",
|
701
|
-
"type": "uint96"
|
702
|
-
},
|
703
|
-
{
|
704
|
-
"components": [
|
705
|
-
{
|
706
|
-
"internalType": "DistributorType",
|
707
|
-
"name": "distributorType",
|
708
|
-
"type": "bytes8"
|
709
|
-
},
|
710
|
-
{
|
711
|
-
"internalType": "bool",
|
712
|
-
"name": "active",
|
713
|
-
"type": "bool"
|
714
|
-
},
|
715
|
-
{
|
716
|
-
"internalType": "bytes",
|
717
|
-
"name": "data",
|
718
|
-
"type": "bytes"
|
719
|
-
}
|
720
|
-
],
|
721
|
-
"internalType": "struct IDistribution.DistributorInfo",
|
722
|
-
"name": "info",
|
723
|
-
"type": "tuple"
|
724
|
-
}
|
725
|
-
],
|
726
|
-
"name": "createDistributor",
|
727
|
-
"outputs": [],
|
728
|
-
"stateMutability": "nonpayable",
|
729
|
-
"type": "function"
|
730
|
-
},
|
731
|
-
{
|
732
|
-
"inputs": [
|
733
|
-
{
|
734
|
-
"internalType": "Key32",
|
735
|
-
"name": "distributorKey",
|
736
|
-
"type": "bytes32"
|
737
|
-
},
|
738
|
-
{
|
739
|
-
"components": [
|
740
|
-
{
|
741
|
-
"internalType": "string",
|
742
|
-
"name": "name",
|
743
|
-
"type": "string"
|
744
|
-
},
|
745
|
-
{
|
746
|
-
"internalType": "UFixed",
|
747
|
-
"name": "minDiscountPercentage",
|
748
|
-
"type": "uint256"
|
749
|
-
},
|
750
|
-
{
|
751
|
-
"internalType": "UFixed",
|
752
|
-
"name": "maxDiscountPercentage",
|
753
|
-
"type": "uint256"
|
754
|
-
},
|
755
|
-
{
|
756
|
-
"internalType": "UFixed",
|
757
|
-
"name": "commissionPercentage",
|
758
|
-
"type": "uint256"
|
759
|
-
},
|
760
|
-
{
|
761
|
-
"internalType": "uint32",
|
762
|
-
"name": "maxReferralCount",
|
763
|
-
"type": "uint32"
|
764
|
-
},
|
765
|
-
{
|
766
|
-
"internalType": "uint32",
|
767
|
-
"name": "maxReferralLifetime",
|
768
|
-
"type": "uint32"
|
769
|
-
},
|
770
|
-
{
|
771
|
-
"internalType": "bool",
|
772
|
-
"name": "allowSelfReferrals",
|
773
|
-
"type": "bool"
|
774
|
-
},
|
775
|
-
{
|
776
|
-
"internalType": "bool",
|
777
|
-
"name": "allowRenewals",
|
778
|
-
"type": "bool"
|
779
|
-
},
|
780
|
-
{
|
781
|
-
"internalType": "bytes",
|
782
|
-
"name": "data",
|
783
|
-
"type": "bytes"
|
784
|
-
}
|
785
|
-
],
|
786
|
-
"internalType": "struct IDistribution.DistributorTypeInfo",
|
787
|
-
"name": "info",
|
788
|
-
"type": "tuple"
|
789
|
-
}
|
790
|
-
],
|
791
|
-
"name": "createDistributorType",
|
792
|
-
"outputs": [],
|
793
|
-
"stateMutability": "nonpayable",
|
794
|
-
"type": "function"
|
795
|
-
},
|
796
|
-
{
|
797
|
-
"inputs": [
|
798
|
-
{
|
799
|
-
"internalType": "NftId",
|
800
|
-
"name": "policyNftId",
|
801
|
-
"type": "uint96"
|
802
|
-
},
|
803
|
-
{
|
804
|
-
"internalType": "NumberId",
|
805
|
-
"name": "payoutId",
|
806
|
-
"type": "uint32"
|
807
|
-
},
|
808
|
-
{
|
809
|
-
"components": [
|
810
|
-
{
|
811
|
-
"internalType": "ClaimId",
|
812
|
-
"name": "claimId",
|
813
|
-
"type": "uint16"
|
814
|
-
},
|
815
|
-
{
|
816
|
-
"internalType": "uint256",
|
817
|
-
"name": "amount",
|
818
|
-
"type": "uint256"
|
819
|
-
},
|
820
|
-
{
|
821
|
-
"internalType": "bytes",
|
822
|
-
"name": "data",
|
823
|
-
"type": "bytes"
|
824
|
-
},
|
825
|
-
{
|
826
|
-
"internalType": "Timestamp",
|
827
|
-
"name": "paidAt",
|
828
|
-
"type": "uint40"
|
829
|
-
}
|
830
|
-
],
|
831
|
-
"internalType": "struct IPolicy.PayoutInfo",
|
832
|
-
"name": "payout",
|
833
|
-
"type": "tuple"
|
834
|
-
}
|
835
|
-
],
|
836
|
-
"name": "createPayout",
|
837
|
-
"outputs": [],
|
838
|
-
"stateMutability": "nonpayable",
|
839
|
-
"type": "function"
|
840
|
-
},
|
841
|
-
{
|
842
|
-
"inputs": [
|
843
|
-
{
|
844
|
-
"internalType": "NftId",
|
845
|
-
"name": "poolNftId",
|
846
|
-
"type": "uint96"
|
847
|
-
},
|
848
|
-
{
|
849
|
-
"components": [
|
850
|
-
{
|
851
|
-
"internalType": "NftId",
|
852
|
-
"name": "productNftId",
|
853
|
-
"type": "uint96"
|
854
|
-
},
|
855
|
-
{
|
856
|
-
"internalType": "contract TokenHandler",
|
857
|
-
"name": "tokenHandler",
|
858
|
-
"type": "address"
|
859
|
-
},
|
860
|
-
{
|
861
|
-
"internalType": "bool",
|
862
|
-
"name": "isInterceptingBundleTransfers",
|
863
|
-
"type": "bool"
|
864
|
-
},
|
865
|
-
{
|
866
|
-
"internalType": "bool",
|
867
|
-
"name": "isExternallyManaged",
|
868
|
-
"type": "bool"
|
869
|
-
},
|
870
|
-
{
|
871
|
-
"internalType": "bool",
|
872
|
-
"name": "isVerifyingApplications",
|
873
|
-
"type": "bool"
|
874
|
-
},
|
875
|
-
{
|
876
|
-
"internalType": "UFixed",
|
877
|
-
"name": "collateralizationLevel",
|
878
|
-
"type": "uint256"
|
879
|
-
},
|
880
|
-
{
|
881
|
-
"internalType": "UFixed",
|
882
|
-
"name": "retentionLevel",
|
883
|
-
"type": "uint256"
|
884
|
-
},
|
885
|
-
{
|
886
|
-
"components": [
|
887
|
-
{
|
888
|
-
"internalType": "UFixed",
|
889
|
-
"name": "fractionalFee",
|
890
|
-
"type": "uint256"
|
891
|
-
},
|
892
|
-
{
|
893
|
-
"internalType": "uint256",
|
894
|
-
"name": "fixedFee",
|
895
|
-
"type": "uint256"
|
896
|
-
}
|
897
|
-
],
|
898
|
-
"internalType": "struct Fee",
|
899
|
-
"name": "poolFee",
|
900
|
-
"type": "tuple"
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"components": [
|
904
|
-
{
|
905
|
-
"internalType": "UFixed",
|
906
|
-
"name": "fractionalFee",
|
907
|
-
"type": "uint256"
|
908
|
-
},
|
909
|
-
{
|
910
|
-
"internalType": "uint256",
|
911
|
-
"name": "fixedFee",
|
912
|
-
"type": "uint256"
|
913
|
-
}
|
914
|
-
],
|
915
|
-
"internalType": "struct Fee",
|
916
|
-
"name": "stakingFee",
|
917
|
-
"type": "tuple"
|
918
|
-
},
|
919
|
-
{
|
920
|
-
"components": [
|
921
|
-
{
|
922
|
-
"internalType": "UFixed",
|
923
|
-
"name": "fractionalFee",
|
924
|
-
"type": "uint256"
|
925
|
-
},
|
926
|
-
{
|
927
|
-
"internalType": "uint256",
|
928
|
-
"name": "fixedFee",
|
929
|
-
"type": "uint256"
|
930
|
-
}
|
931
|
-
],
|
932
|
-
"internalType": "struct Fee",
|
933
|
-
"name": "performanceFee",
|
934
|
-
"type": "tuple"
|
935
|
-
},
|
936
|
-
{
|
937
|
-
"internalType": "address",
|
938
|
-
"name": "wallet",
|
939
|
-
"type": "address"
|
940
|
-
}
|
941
|
-
],
|
942
|
-
"internalType": "struct ISetup.PoolSetupInfo",
|
943
|
-
"name": "setup",
|
944
|
-
"type": "tuple"
|
945
|
-
}
|
946
|
-
],
|
947
|
-
"name": "createPoolSetup",
|
948
|
-
"outputs": [],
|
949
|
-
"stateMutability": "nonpayable",
|
950
|
-
"type": "function"
|
951
|
-
},
|
952
|
-
{
|
953
|
-
"inputs": [
|
954
|
-
{
|
955
|
-
"internalType": "NftId",
|
956
|
-
"name": "productNftId",
|
957
|
-
"type": "uint96"
|
958
|
-
},
|
959
|
-
{
|
960
|
-
"components": [
|
961
|
-
{
|
962
|
-
"internalType": "contract IERC20Metadata",
|
963
|
-
"name": "token",
|
964
|
-
"type": "address"
|
965
|
-
},
|
966
|
-
{
|
967
|
-
"internalType": "contract TokenHandler",
|
968
|
-
"name": "tokenHandler",
|
969
|
-
"type": "address"
|
970
|
-
},
|
971
|
-
{
|
972
|
-
"internalType": "NftId",
|
973
|
-
"name": "distributionNftId",
|
974
|
-
"type": "uint96"
|
975
|
-
},
|
976
|
-
{
|
977
|
-
"internalType": "NftId",
|
978
|
-
"name": "poolNftId",
|
979
|
-
"type": "uint96"
|
980
|
-
},
|
981
|
-
{
|
982
|
-
"components": [
|
983
|
-
{
|
984
|
-
"internalType": "UFixed",
|
985
|
-
"name": "fractionalFee",
|
986
|
-
"type": "uint256"
|
987
|
-
},
|
988
|
-
{
|
989
|
-
"internalType": "uint256",
|
990
|
-
"name": "fixedFee",
|
991
|
-
"type": "uint256"
|
992
|
-
}
|
993
|
-
],
|
994
|
-
"internalType": "struct Fee",
|
995
|
-
"name": "distributionFee",
|
996
|
-
"type": "tuple"
|
997
|
-
},
|
998
|
-
{
|
999
|
-
"components": [
|
1000
|
-
{
|
1001
|
-
"internalType": "UFixed",
|
1002
|
-
"name": "fractionalFee",
|
1003
|
-
"type": "uint256"
|
1004
|
-
},
|
1005
|
-
{
|
1006
|
-
"internalType": "uint256",
|
1007
|
-
"name": "fixedFee",
|
1008
|
-
"type": "uint256"
|
1009
|
-
}
|
1010
|
-
],
|
1011
|
-
"internalType": "struct Fee",
|
1012
|
-
"name": "productFee",
|
1013
|
-
"type": "tuple"
|
1014
|
-
},
|
1015
|
-
{
|
1016
|
-
"components": [
|
1017
|
-
{
|
1018
|
-
"internalType": "UFixed",
|
1019
|
-
"name": "fractionalFee",
|
1020
|
-
"type": "uint256"
|
1021
|
-
},
|
1022
|
-
{
|
1023
|
-
"internalType": "uint256",
|
1024
|
-
"name": "fixedFee",
|
1025
|
-
"type": "uint256"
|
1026
|
-
}
|
1027
|
-
],
|
1028
|
-
"internalType": "struct Fee",
|
1029
|
-
"name": "processingFee",
|
1030
|
-
"type": "tuple"
|
1031
|
-
},
|
1032
|
-
{
|
1033
|
-
"components": [
|
1034
|
-
{
|
1035
|
-
"internalType": "UFixed",
|
1036
|
-
"name": "fractionalFee",
|
1037
|
-
"type": "uint256"
|
1038
|
-
},
|
1039
|
-
{
|
1040
|
-
"internalType": "uint256",
|
1041
|
-
"name": "fixedFee",
|
1042
|
-
"type": "uint256"
|
1043
|
-
}
|
1044
|
-
],
|
1045
|
-
"internalType": "struct Fee",
|
1046
|
-
"name": "poolFee",
|
1047
|
-
"type": "tuple"
|
1048
|
-
},
|
1049
|
-
{
|
1050
|
-
"components": [
|
1051
|
-
{
|
1052
|
-
"internalType": "UFixed",
|
1053
|
-
"name": "fractionalFee",
|
1054
|
-
"type": "uint256"
|
1055
|
-
},
|
1056
|
-
{
|
1057
|
-
"internalType": "uint256",
|
1058
|
-
"name": "fixedFee",
|
1059
|
-
"type": "uint256"
|
1060
|
-
}
|
1061
|
-
],
|
1062
|
-
"internalType": "struct Fee",
|
1063
|
-
"name": "stakingFee",
|
1064
|
-
"type": "tuple"
|
1065
|
-
},
|
1066
|
-
{
|
1067
|
-
"components": [
|
1068
|
-
{
|
1069
|
-
"internalType": "UFixed",
|
1070
|
-
"name": "fractionalFee",
|
1071
|
-
"type": "uint256"
|
1072
|
-
},
|
1073
|
-
{
|
1074
|
-
"internalType": "uint256",
|
1075
|
-
"name": "fixedFee",
|
1076
|
-
"type": "uint256"
|
1077
|
-
}
|
1078
|
-
],
|
1079
|
-
"internalType": "struct Fee",
|
1080
|
-
"name": "performanceFee",
|
1081
|
-
"type": "tuple"
|
1082
|
-
},
|
1083
|
-
{
|
1084
|
-
"internalType": "bool",
|
1085
|
-
"name": "isIntercepting",
|
1086
|
-
"type": "bool"
|
1087
|
-
},
|
1088
|
-
{
|
1089
|
-
"internalType": "address",
|
1090
|
-
"name": "wallet",
|
1091
|
-
"type": "address"
|
1092
|
-
}
|
1093
|
-
],
|
1094
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
1095
|
-
"name": "setup",
|
1096
|
-
"type": "tuple"
|
1097
|
-
}
|
1098
|
-
],
|
1099
|
-
"name": "createProductSetup",
|
1100
|
-
"outputs": [],
|
1101
|
-
"stateMutability": "nonpayable",
|
1102
|
-
"type": "function"
|
1103
|
-
},
|
1104
|
-
{
|
1105
|
-
"inputs": [
|
1106
|
-
{
|
1107
|
-
"internalType": "Key32",
|
1108
|
-
"name": "referralKey",
|
1109
|
-
"type": "bytes32"
|
1110
|
-
},
|
1111
|
-
{
|
1112
|
-
"components": [
|
1113
|
-
{
|
1114
|
-
"internalType": "NftId",
|
1115
|
-
"name": "distributorNftId",
|
1116
|
-
"type": "uint96"
|
1117
|
-
},
|
1118
|
-
{
|
1119
|
-
"internalType": "string",
|
1120
|
-
"name": "referralCode",
|
1121
|
-
"type": "string"
|
1122
|
-
},
|
1123
|
-
{
|
1124
|
-
"internalType": "UFixed",
|
1125
|
-
"name": "discountPercentage",
|
1126
|
-
"type": "uint256"
|
1127
|
-
},
|
1128
|
-
{
|
1129
|
-
"internalType": "uint32",
|
1130
|
-
"name": "maxReferrals",
|
1131
|
-
"type": "uint32"
|
1132
|
-
},
|
1133
|
-
{
|
1134
|
-
"internalType": "uint32",
|
1135
|
-
"name": "usedReferrals",
|
1136
|
-
"type": "uint32"
|
1137
|
-
},
|
1138
|
-
{
|
1139
|
-
"internalType": "Timestamp",
|
1140
|
-
"name": "expiryAt",
|
1141
|
-
"type": "uint40"
|
1142
|
-
},
|
1143
|
-
{
|
1144
|
-
"internalType": "bytes",
|
1145
|
-
"name": "data",
|
1146
|
-
"type": "bytes"
|
1147
|
-
}
|
1148
|
-
],
|
1149
|
-
"internalType": "struct IDistribution.ReferralInfo",
|
1150
|
-
"name": "referralInfo",
|
1151
|
-
"type": "tuple"
|
1152
|
-
}
|
1153
|
-
],
|
1154
|
-
"name": "createReferral",
|
1155
|
-
"outputs": [],
|
1156
|
-
"stateMutability": "nonpayable",
|
1157
|
-
"type": "function"
|
1158
|
-
},
|
1159
|
-
{
|
1160
|
-
"inputs": [
|
1161
|
-
{
|
1162
|
-
"internalType": "RiskId",
|
1163
|
-
"name": "riskId",
|
1164
|
-
"type": "bytes8"
|
1165
|
-
},
|
1166
|
-
{
|
1167
|
-
"components": [
|
1168
|
-
{
|
1169
|
-
"internalType": "NftId",
|
1170
|
-
"name": "productNftId",
|
1171
|
-
"type": "uint96"
|
1172
|
-
},
|
1173
|
-
{
|
1174
|
-
"internalType": "bytes",
|
1175
|
-
"name": "data",
|
1176
|
-
"type": "bytes"
|
1177
|
-
}
|
1178
|
-
],
|
1179
|
-
"internalType": "struct IRisk.RiskInfo",
|
1180
|
-
"name": "risk",
|
1181
|
-
"type": "tuple"
|
1182
|
-
}
|
1183
|
-
],
|
1184
|
-
"name": "createRisk",
|
1185
|
-
"outputs": [],
|
1186
|
-
"stateMutability": "nonpayable",
|
1187
|
-
"type": "function"
|
1188
|
-
},
|
1189
|
-
{
|
1190
|
-
"inputs": [
|
1191
|
-
{
|
1192
|
-
"internalType": "Key32",
|
1193
|
-
"name": "key32",
|
1194
|
-
"type": "bytes32"
|
1195
|
-
}
|
1196
|
-
],
|
1197
|
-
"name": "exists",
|
1198
|
-
"outputs": [
|
1199
|
-
{
|
1200
|
-
"internalType": "bool",
|
1201
|
-
"name": "",
|
1202
|
-
"type": "bool"
|
1203
|
-
}
|
1204
|
-
],
|
1205
|
-
"stateMutability": "view",
|
1206
|
-
"type": "function"
|
1207
|
-
},
|
1208
|
-
{
|
1209
|
-
"inputs": [
|
1210
|
-
{
|
1211
|
-
"internalType": "Key32",
|
1212
|
-
"name": "key32",
|
1213
|
-
"type": "bytes32"
|
1214
|
-
}
|
1215
|
-
],
|
1216
|
-
"name": "get",
|
1217
|
-
"outputs": [
|
1218
|
-
{
|
1219
|
-
"components": [
|
1220
|
-
{
|
1221
|
-
"components": [
|
1222
|
-
{
|
1223
|
-
"internalType": "ObjectType",
|
1224
|
-
"name": "objectType",
|
1225
|
-
"type": "uint8"
|
1226
|
-
},
|
1227
|
-
{
|
1228
|
-
"internalType": "StateId",
|
1229
|
-
"name": "state",
|
1230
|
-
"type": "uint8"
|
1231
|
-
},
|
1232
|
-
{
|
1233
|
-
"internalType": "address",
|
1234
|
-
"name": "updatedBy",
|
1235
|
-
"type": "address"
|
1236
|
-
},
|
1237
|
-
{
|
1238
|
-
"internalType": "Blocknumber",
|
1239
|
-
"name": "updatedIn",
|
1240
|
-
"type": "uint32"
|
1241
|
-
},
|
1242
|
-
{
|
1243
|
-
"internalType": "Blocknumber",
|
1244
|
-
"name": "createdIn",
|
1245
|
-
"type": "uint32"
|
1246
|
-
}
|
1247
|
-
],
|
1248
|
-
"internalType": "struct IKeyValueStore.Metadata",
|
1249
|
-
"name": "metadata",
|
1250
|
-
"type": "tuple"
|
1251
|
-
},
|
1252
|
-
{
|
1253
|
-
"internalType": "bytes",
|
1254
|
-
"name": "data",
|
1255
|
-
"type": "bytes"
|
1256
|
-
}
|
1257
|
-
],
|
1258
|
-
"internalType": "struct IKeyValueStore.Value",
|
1259
|
-
"name": "value",
|
1260
|
-
"type": "tuple"
|
1261
|
-
}
|
1262
|
-
],
|
1263
|
-
"stateMutability": "view",
|
1264
|
-
"type": "function"
|
1265
|
-
},
|
1266
|
-
{
|
1267
|
-
"inputs": [],
|
1268
|
-
"name": "getBundleManager",
|
1269
|
-
"outputs": [
|
1270
|
-
{
|
1271
|
-
"internalType": "contract BundleManager",
|
1272
|
-
"name": "",
|
1273
|
-
"type": "address"
|
1274
|
-
}
|
1275
|
-
],
|
1276
|
-
"stateMutability": "view",
|
1277
|
-
"type": "function"
|
1278
|
-
},
|
1279
|
-
{
|
1280
|
-
"inputs": [],
|
1281
|
-
"name": "getBundleService",
|
1282
|
-
"outputs": [
|
1283
|
-
{
|
1284
|
-
"internalType": "contract IBundleService",
|
1285
|
-
"name": "",
|
1286
|
-
"type": "address"
|
1287
|
-
}
|
1288
|
-
],
|
1289
|
-
"stateMutability": "view",
|
1290
|
-
"type": "function"
|
1291
|
-
},
|
1292
|
-
{
|
1293
|
-
"inputs": [
|
1294
|
-
{
|
1295
|
-
"internalType": "Key32",
|
1296
|
-
"name": "key32",
|
1297
|
-
"type": "bytes32"
|
1298
|
-
}
|
1299
|
-
],
|
1300
|
-
"name": "getData",
|
1301
|
-
"outputs": [
|
1302
|
-
{
|
1303
|
-
"internalType": "bytes",
|
1304
|
-
"name": "data",
|
1305
|
-
"type": "bytes"
|
1306
|
-
}
|
1307
|
-
],
|
1308
|
-
"stateMutability": "view",
|
1309
|
-
"type": "function"
|
1310
|
-
},
|
1311
|
-
{
|
1312
|
-
"inputs": [],
|
1313
|
-
"name": "getDistributionService",
|
1314
|
-
"outputs": [
|
1315
|
-
{
|
1316
|
-
"internalType": "contract IDistributionService",
|
1317
|
-
"name": "",
|
1318
|
-
"type": "address"
|
1319
|
-
}
|
1320
|
-
],
|
1321
|
-
"stateMutability": "view",
|
1322
|
-
"type": "function"
|
1323
|
-
},
|
1324
|
-
{
|
1325
|
-
"inputs": [],
|
1326
|
-
"name": "getInitialInfo",
|
1327
|
-
"outputs": [
|
1328
|
-
{
|
1329
|
-
"components": [
|
1330
|
-
{
|
1331
|
-
"internalType": "NftId",
|
1332
|
-
"name": "nftId",
|
1333
|
-
"type": "uint96"
|
1334
|
-
},
|
1335
|
-
{
|
1336
|
-
"internalType": "NftId",
|
1337
|
-
"name": "parentNftId",
|
1338
|
-
"type": "uint96"
|
1339
|
-
},
|
1340
|
-
{
|
1341
|
-
"internalType": "ObjectType",
|
1342
|
-
"name": "objectType",
|
1343
|
-
"type": "uint8"
|
1344
|
-
},
|
1345
|
-
{
|
1346
|
-
"internalType": "bool",
|
1347
|
-
"name": "isInterceptor",
|
1348
|
-
"type": "bool"
|
1349
|
-
},
|
1350
|
-
{
|
1351
|
-
"internalType": "address",
|
1352
|
-
"name": "objectAddress",
|
1353
|
-
"type": "address"
|
1354
|
-
},
|
1355
|
-
{
|
1356
|
-
"internalType": "address",
|
1357
|
-
"name": "initialOwner",
|
1358
|
-
"type": "address"
|
1359
|
-
},
|
1360
|
-
{
|
1361
|
-
"internalType": "bytes",
|
1362
|
-
"name": "data",
|
1363
|
-
"type": "bytes"
|
1364
|
-
}
|
1365
|
-
],
|
1366
|
-
"internalType": "struct IRegistry.ObjectInfo",
|
1367
|
-
"name": "info",
|
1368
|
-
"type": "tuple"
|
1369
|
-
}
|
1370
|
-
],
|
1371
|
-
"stateMutability": "view",
|
1372
|
-
"type": "function"
|
1373
|
-
},
|
1374
|
-
{
|
1375
|
-
"inputs": [
|
1376
|
-
{
|
1377
|
-
"internalType": "ObjectType",
|
1378
|
-
"name": "objectType",
|
1379
|
-
"type": "uint8"
|
1380
|
-
}
|
1381
|
-
],
|
1382
|
-
"name": "getInitialState",
|
1383
|
-
"outputs": [
|
1384
|
-
{
|
1385
|
-
"internalType": "StateId",
|
1386
|
-
"name": "",
|
1387
|
-
"type": "uint8"
|
1388
|
-
}
|
1389
|
-
],
|
1390
|
-
"stateMutability": "view",
|
1391
|
-
"type": "function"
|
1392
|
-
},
|
1393
|
-
{
|
1394
|
-
"inputs": [],
|
1395
|
-
"name": "getInstanceAccessManager",
|
1396
|
-
"outputs": [
|
1397
|
-
{
|
1398
|
-
"internalType": "contract InstanceAccessManager",
|
1399
|
-
"name": "",
|
1400
|
-
"type": "address"
|
1401
|
-
}
|
1402
|
-
],
|
1403
|
-
"stateMutability": "view",
|
1404
|
-
"type": "function"
|
1405
|
-
},
|
1406
|
-
{
|
1407
|
-
"inputs": [],
|
1408
|
-
"name": "getInstanceReader",
|
1409
|
-
"outputs": [
|
1410
|
-
{
|
1411
|
-
"internalType": "contract InstanceReader",
|
1412
|
-
"name": "",
|
1413
|
-
"type": "address"
|
1414
|
-
}
|
1415
|
-
],
|
1416
|
-
"stateMutability": "view",
|
1417
|
-
"type": "function"
|
1418
|
-
},
|
1419
|
-
{
|
1420
|
-
"inputs": [],
|
1421
|
-
"name": "getMajorVersion",
|
1422
|
-
"outputs": [
|
1423
|
-
{
|
1424
|
-
"internalType": "VersionPart",
|
1425
|
-
"name": "majorVersion",
|
1426
|
-
"type": "uint8"
|
1427
|
-
}
|
1428
|
-
],
|
1429
|
-
"stateMutability": "pure",
|
1430
|
-
"type": "function"
|
1431
|
-
},
|
1432
|
-
{
|
1433
|
-
"inputs": [
|
1434
|
-
{
|
1435
|
-
"internalType": "Key32",
|
1436
|
-
"name": "key32",
|
1437
|
-
"type": "bytes32"
|
1438
|
-
}
|
1439
|
-
],
|
1440
|
-
"name": "getMetadata",
|
1441
|
-
"outputs": [
|
1442
|
-
{
|
1443
|
-
"components": [
|
1444
|
-
{
|
1445
|
-
"internalType": "ObjectType",
|
1446
|
-
"name": "objectType",
|
1447
|
-
"type": "uint8"
|
1448
|
-
},
|
1449
|
-
{
|
1450
|
-
"internalType": "StateId",
|
1451
|
-
"name": "state",
|
1452
|
-
"type": "uint8"
|
1453
|
-
},
|
1454
|
-
{
|
1455
|
-
"internalType": "address",
|
1456
|
-
"name": "updatedBy",
|
1457
|
-
"type": "address"
|
1458
|
-
},
|
1459
|
-
{
|
1460
|
-
"internalType": "Blocknumber",
|
1461
|
-
"name": "updatedIn",
|
1462
|
-
"type": "uint32"
|
1463
|
-
},
|
1464
|
-
{
|
1465
|
-
"internalType": "Blocknumber",
|
1466
|
-
"name": "createdIn",
|
1467
|
-
"type": "uint32"
|
1468
|
-
}
|
1469
|
-
],
|
1470
|
-
"internalType": "struct IKeyValueStore.Metadata",
|
1471
|
-
"name": "metadata",
|
1472
|
-
"type": "tuple"
|
1473
|
-
}
|
1474
|
-
],
|
1475
|
-
"stateMutability": "view",
|
1476
|
-
"type": "function"
|
1477
|
-
},
|
1478
|
-
{
|
1479
|
-
"inputs": [],
|
1480
|
-
"name": "getNftId",
|
1481
|
-
"outputs": [
|
1482
|
-
{
|
1483
|
-
"internalType": "NftId",
|
1484
|
-
"name": "",
|
1485
|
-
"type": "uint96"
|
1486
|
-
}
|
1487
|
-
],
|
1488
|
-
"stateMutability": "view",
|
1489
|
-
"type": "function"
|
1490
|
-
},
|
1491
|
-
{
|
1492
|
-
"inputs": [],
|
1493
|
-
"name": "getOwner",
|
1494
|
-
"outputs": [
|
1495
|
-
{
|
1496
|
-
"internalType": "address",
|
1497
|
-
"name": "",
|
1498
|
-
"type": "address"
|
1499
|
-
}
|
1500
|
-
],
|
1501
|
-
"stateMutability": "view",
|
1502
|
-
"type": "function"
|
1503
|
-
},
|
1504
|
-
{
|
1505
|
-
"inputs": [],
|
1506
|
-
"name": "getPolicyService",
|
1507
|
-
"outputs": [
|
1508
|
-
{
|
1509
|
-
"internalType": "contract IPolicyService",
|
1510
|
-
"name": "",
|
1511
|
-
"type": "address"
|
1512
|
-
}
|
1513
|
-
],
|
1514
|
-
"stateMutability": "view",
|
1515
|
-
"type": "function"
|
1516
|
-
},
|
1517
|
-
{
|
1518
|
-
"inputs": [],
|
1519
|
-
"name": "getPoolService",
|
1520
|
-
"outputs": [
|
1521
|
-
{
|
1522
|
-
"internalType": "contract IPoolService",
|
1523
|
-
"name": "",
|
1524
|
-
"type": "address"
|
1525
|
-
}
|
1526
|
-
],
|
1527
|
-
"stateMutability": "view",
|
1528
|
-
"type": "function"
|
1529
|
-
},
|
1530
|
-
{
|
1531
|
-
"inputs": [],
|
1532
|
-
"name": "getProductService",
|
1533
|
-
"outputs": [
|
1534
|
-
{
|
1535
|
-
"internalType": "contract IProductService",
|
1536
|
-
"name": "",
|
1537
|
-
"type": "address"
|
1538
|
-
}
|
1539
|
-
],
|
1540
|
-
"stateMutability": "view",
|
1541
|
-
"type": "function"
|
1542
|
-
},
|
1543
|
-
{
|
1544
|
-
"inputs": [],
|
1545
|
-
"name": "getRegistry",
|
1546
|
-
"outputs": [
|
1547
|
-
{
|
1548
|
-
"internalType": "contract IRegistry",
|
1549
|
-
"name": "",
|
1550
|
-
"type": "address"
|
1551
|
-
}
|
1552
|
-
],
|
1553
|
-
"stateMutability": "view",
|
1554
|
-
"type": "function"
|
1555
|
-
},
|
1556
|
-
{
|
1557
|
-
"inputs": [],
|
1558
|
-
"name": "getRegistryAddress",
|
1559
|
-
"outputs": [
|
1560
|
-
{
|
1561
|
-
"internalType": "address",
|
1562
|
-
"name": "",
|
1563
|
-
"type": "address"
|
1564
|
-
}
|
1565
|
-
],
|
1566
|
-
"stateMutability": "view",
|
1567
|
-
"type": "function"
|
1568
|
-
},
|
1569
|
-
{
|
1570
|
-
"inputs": [
|
1571
|
-
{
|
1572
|
-
"internalType": "Key32",
|
1573
|
-
"name": "key32",
|
1574
|
-
"type": "bytes32"
|
1575
|
-
}
|
1576
|
-
],
|
1577
|
-
"name": "getState",
|
1578
|
-
"outputs": [
|
1579
|
-
{
|
1580
|
-
"internalType": "StateId",
|
1581
|
-
"name": "state",
|
1582
|
-
"type": "uint8"
|
1583
|
-
}
|
1584
|
-
],
|
1585
|
-
"stateMutability": "view",
|
1586
|
-
"type": "function"
|
1587
|
-
},
|
1588
|
-
{
|
1589
|
-
"inputs": [
|
1590
|
-
{
|
1591
|
-
"internalType": "ObjectType",
|
1592
|
-
"name": "objectType",
|
1593
|
-
"type": "uint8"
|
1594
|
-
}
|
1595
|
-
],
|
1596
|
-
"name": "hasLifecycle",
|
1597
|
-
"outputs": [
|
1598
|
-
{
|
1599
|
-
"internalType": "bool",
|
1600
|
-
"name": "",
|
1601
|
-
"type": "bool"
|
1602
|
-
}
|
1603
|
-
],
|
1604
|
-
"stateMutability": "view",
|
1605
|
-
"type": "function"
|
1606
|
-
},
|
1607
|
-
{
|
1608
|
-
"inputs": [
|
1609
|
-
{
|
1610
|
-
"internalType": "address",
|
1611
|
-
"name": "instanceAccessManagerAddress",
|
1612
|
-
"type": "address"
|
1613
|
-
},
|
1614
|
-
{
|
1615
|
-
"internalType": "address",
|
1616
|
-
"name": "registryAddress",
|
1617
|
-
"type": "address"
|
1618
|
-
},
|
1619
|
-
{
|
1620
|
-
"internalType": "NftId",
|
1621
|
-
"name": "registryNftId",
|
1622
|
-
"type": "uint96"
|
1623
|
-
},
|
1624
|
-
{
|
1625
|
-
"internalType": "address",
|
1626
|
-
"name": "initialOwner",
|
1627
|
-
"type": "address"
|
1628
|
-
}
|
1629
|
-
],
|
1630
|
-
"name": "initialize",
|
1631
|
-
"outputs": [],
|
1632
|
-
"stateMutability": "nonpayable",
|
1633
|
-
"type": "function"
|
1634
|
-
},
|
1635
|
-
{
|
1636
|
-
"inputs": [],
|
1637
|
-
"name": "initializeERC165",
|
1638
|
-
"outputs": [],
|
1639
|
-
"stateMutability": "nonpayable",
|
1640
|
-
"type": "function"
|
1641
|
-
},
|
1642
|
-
{
|
1643
|
-
"inputs": [
|
1644
|
-
{
|
1645
|
-
"internalType": "address",
|
1646
|
-
"name": "initialOwner",
|
1647
|
-
"type": "address"
|
1648
|
-
},
|
1649
|
-
{
|
1650
|
-
"internalType": "address",
|
1651
|
-
"name": "registryAddress",
|
1652
|
-
"type": "address"
|
1653
|
-
}
|
1654
|
-
],
|
1655
|
-
"name": "initializeNftOwnable",
|
1656
|
-
"outputs": [],
|
1657
|
-
"stateMutability": "nonpayable",
|
1658
|
-
"type": "function"
|
1659
|
-
},
|
1660
|
-
{
|
1661
|
-
"inputs": [
|
1662
|
-
{
|
1663
|
-
"internalType": "address",
|
1664
|
-
"name": "registryAddress",
|
1665
|
-
"type": "address"
|
1666
|
-
},
|
1667
|
-
{
|
1668
|
-
"internalType": "NftId",
|
1669
|
-
"name": "parentNftId",
|
1670
|
-
"type": "uint96"
|
1671
|
-
},
|
1672
|
-
{
|
1673
|
-
"internalType": "ObjectType",
|
1674
|
-
"name": "objectType",
|
1675
|
-
"type": "uint8"
|
1676
|
-
},
|
1677
|
-
{
|
1678
|
-
"internalType": "bool",
|
1679
|
-
"name": "isInterceptor",
|
1680
|
-
"type": "bool"
|
1681
|
-
},
|
1682
|
-
{
|
1683
|
-
"internalType": "address",
|
1684
|
-
"name": "initialOwner",
|
1685
|
-
"type": "address"
|
1686
|
-
},
|
1687
|
-
{
|
1688
|
-
"internalType": "bytes",
|
1689
|
-
"name": "data",
|
1690
|
-
"type": "bytes"
|
1691
|
-
}
|
1692
|
-
],
|
1693
|
-
"name": "initializeRegisterable",
|
1694
|
-
"outputs": [],
|
1695
|
-
"stateMutability": "nonpayable",
|
1696
|
-
"type": "function"
|
1697
|
-
},
|
1698
|
-
{
|
1699
|
-
"inputs": [
|
1700
|
-
{
|
1701
|
-
"internalType": "address",
|
1702
|
-
"name": "registryAddress",
|
1703
|
-
"type": "address"
|
1704
|
-
}
|
1705
|
-
],
|
1706
|
-
"name": "initializeRegistryLinked",
|
1707
|
-
"outputs": [],
|
1708
|
-
"stateMutability": "nonpayable",
|
1709
|
-
"type": "function"
|
1710
|
-
},
|
1711
|
-
{
|
1712
|
-
"inputs": [],
|
1713
|
-
"name": "isConsumingScheduledOp",
|
1714
|
-
"outputs": [
|
1715
|
-
{
|
1716
|
-
"internalType": "bytes4",
|
1717
|
-
"name": "",
|
1718
|
-
"type": "bytes4"
|
1719
|
-
}
|
1720
|
-
],
|
1721
|
-
"stateMutability": "view",
|
1722
|
-
"type": "function"
|
1723
|
-
},
|
1724
|
-
{
|
1725
|
-
"inputs": [
|
1726
|
-
{
|
1727
|
-
"internalType": "ObjectType",
|
1728
|
-
"name": "objectType",
|
1729
|
-
"type": "uint8"
|
1730
|
-
},
|
1731
|
-
{
|
1732
|
-
"internalType": "StateId",
|
1733
|
-
"name": "fromId",
|
1734
|
-
"type": "uint8"
|
1735
|
-
},
|
1736
|
-
{
|
1737
|
-
"internalType": "StateId",
|
1738
|
-
"name": "toId",
|
1739
|
-
"type": "uint8"
|
1740
|
-
}
|
1741
|
-
],
|
1742
|
-
"name": "isValidTransition",
|
1743
|
-
"outputs": [
|
1744
|
-
{
|
1745
|
-
"internalType": "bool",
|
1746
|
-
"name": "",
|
1747
|
-
"type": "bool"
|
1748
|
-
}
|
1749
|
-
],
|
1750
|
-
"stateMutability": "view",
|
1751
|
-
"type": "function"
|
1752
|
-
},
|
1753
|
-
{
|
1754
|
-
"inputs": [],
|
1755
|
-
"name": "linkToRegisteredNftId",
|
1756
|
-
"outputs": [],
|
1757
|
-
"stateMutability": "nonpayable",
|
1758
|
-
"type": "function"
|
1759
|
-
},
|
1760
|
-
{
|
1761
|
-
"inputs": [
|
1762
|
-
{
|
1763
|
-
"internalType": "bytes4",
|
1764
|
-
"name": "interfaceId",
|
1765
|
-
"type": "bytes4"
|
1766
|
-
}
|
1767
|
-
],
|
1768
|
-
"name": "registerInterface",
|
1769
|
-
"outputs": [],
|
1770
|
-
"stateMutability": "nonpayable",
|
1771
|
-
"type": "function"
|
1772
|
-
},
|
1773
|
-
{
|
1774
|
-
"inputs": [
|
1775
|
-
{
|
1776
|
-
"internalType": "address",
|
1777
|
-
"name": "newAuthority",
|
1778
|
-
"type": "address"
|
1779
|
-
}
|
1780
|
-
],
|
1781
|
-
"name": "setAuthority",
|
1782
|
-
"outputs": [],
|
1783
|
-
"stateMutability": "nonpayable",
|
1784
|
-
"type": "function"
|
1785
|
-
},
|
1786
|
-
{
|
1787
|
-
"inputs": [
|
1788
|
-
{
|
1789
|
-
"internalType": "contract BundleManager",
|
1790
|
-
"name": "bundleManager",
|
1791
|
-
"type": "address"
|
1792
|
-
}
|
1793
|
-
],
|
1794
|
-
"name": "setBundleManager",
|
1795
|
-
"outputs": [],
|
1796
|
-
"stateMutability": "nonpayable",
|
1797
|
-
"type": "function"
|
1798
|
-
},
|
1799
|
-
{
|
1800
|
-
"inputs": [
|
1801
|
-
{
|
1802
|
-
"internalType": "contract InstanceReader",
|
1803
|
-
"name": "instanceReader",
|
1804
|
-
"type": "address"
|
1805
|
-
}
|
1806
|
-
],
|
1807
|
-
"name": "setInstanceReader",
|
1808
|
-
"outputs": [],
|
1809
|
-
"stateMutability": "nonpayable",
|
1810
|
-
"type": "function"
|
1811
|
-
},
|
1812
|
-
{
|
1813
|
-
"inputs": [
|
1814
|
-
{
|
1815
|
-
"internalType": "bytes4",
|
1816
|
-
"name": "interfaceId",
|
1817
|
-
"type": "bytes4"
|
1818
|
-
}
|
1819
|
-
],
|
1820
|
-
"name": "supportsInterface",
|
1821
|
-
"outputs": [
|
1822
|
-
{
|
1823
|
-
"internalType": "bool",
|
1824
|
-
"name": "",
|
1825
|
-
"type": "bool"
|
1826
|
-
}
|
1827
|
-
],
|
1828
|
-
"stateMutability": "view",
|
1829
|
-
"type": "function"
|
1830
|
-
},
|
1831
|
-
{
|
1832
|
-
"inputs": [
|
1833
|
-
{
|
1834
|
-
"internalType": "NftId",
|
1835
|
-
"name": "bundleNftId",
|
1836
|
-
"type": "uint96"
|
1837
|
-
}
|
1838
|
-
],
|
1839
|
-
"name": "toBundleKey32",
|
1840
|
-
"outputs": [
|
1841
|
-
{
|
1842
|
-
"internalType": "Key32",
|
1843
|
-
"name": "",
|
1844
|
-
"type": "bytes32"
|
1845
|
-
}
|
1846
|
-
],
|
1847
|
-
"stateMutability": "pure",
|
1848
|
-
"type": "function"
|
1849
|
-
},
|
1850
|
-
{
|
1851
|
-
"inputs": [
|
1852
|
-
{
|
1853
|
-
"internalType": "NftId",
|
1854
|
-
"name": "distNftId",
|
1855
|
-
"type": "uint96"
|
1856
|
-
}
|
1857
|
-
],
|
1858
|
-
"name": "toDistributionKey32",
|
1859
|
-
"outputs": [
|
1860
|
-
{
|
1861
|
-
"internalType": "Key32",
|
1862
|
-
"name": "",
|
1863
|
-
"type": "bytes32"
|
1864
|
-
}
|
1865
|
-
],
|
1866
|
-
"stateMutability": "pure",
|
1867
|
-
"type": "function"
|
1868
|
-
},
|
1869
|
-
{
|
1870
|
-
"inputs": [
|
1871
|
-
{
|
1872
|
-
"internalType": "NftId",
|
1873
|
-
"name": "distNftId",
|
1874
|
-
"type": "uint96"
|
1875
|
-
}
|
1876
|
-
],
|
1877
|
-
"name": "toDistributorKey32",
|
1878
|
-
"outputs": [
|
1879
|
-
{
|
1880
|
-
"internalType": "Key32",
|
1881
|
-
"name": "",
|
1882
|
-
"type": "bytes32"
|
1883
|
-
}
|
1884
|
-
],
|
1885
|
-
"stateMutability": "pure",
|
1886
|
-
"type": "function"
|
1887
|
-
},
|
1888
|
-
{
|
1889
|
-
"inputs": [
|
1890
|
-
{
|
1891
|
-
"internalType": "NftId",
|
1892
|
-
"name": "distNftId",
|
1893
|
-
"type": "uint96"
|
1894
|
-
}
|
1895
|
-
],
|
1896
|
-
"name": "toDistributorTypeKey32",
|
1897
|
-
"outputs": [
|
1898
|
-
{
|
1899
|
-
"internalType": "Key32",
|
1900
|
-
"name": "",
|
1901
|
-
"type": "bytes32"
|
1902
|
-
}
|
1903
|
-
],
|
1904
|
-
"stateMutability": "pure",
|
1905
|
-
"type": "function"
|
1906
|
-
},
|
1907
|
-
{
|
1908
|
-
"inputs": [
|
1909
|
-
{
|
1910
|
-
"internalType": "ObjectType",
|
1911
|
-
"name": "objectType",
|
1912
|
-
"type": "uint8"
|
1913
|
-
},
|
1914
|
-
{
|
1915
|
-
"internalType": "KeyId",
|
1916
|
-
"name": "id",
|
1917
|
-
"type": "bytes31"
|
1918
|
-
}
|
1919
|
-
],
|
1920
|
-
"name": "toKey32",
|
1921
|
-
"outputs": [
|
1922
|
-
{
|
1923
|
-
"internalType": "Key32",
|
1924
|
-
"name": "",
|
1925
|
-
"type": "bytes32"
|
1926
|
-
}
|
1927
|
-
],
|
1928
|
-
"stateMutability": "pure",
|
1929
|
-
"type": "function"
|
1930
|
-
},
|
1931
|
-
{
|
1932
|
-
"inputs": [
|
1933
|
-
{
|
1934
|
-
"internalType": "NftId",
|
1935
|
-
"name": "policyNftId",
|
1936
|
-
"type": "uint96"
|
1937
|
-
}
|
1938
|
-
],
|
1939
|
-
"name": "toPolicyKey32",
|
1940
|
-
"outputs": [
|
1941
|
-
{
|
1942
|
-
"internalType": "Key32",
|
1943
|
-
"name": "",
|
1944
|
-
"type": "bytes32"
|
1945
|
-
}
|
1946
|
-
],
|
1947
|
-
"stateMutability": "pure",
|
1948
|
-
"type": "function"
|
1949
|
-
},
|
1950
|
-
{
|
1951
|
-
"inputs": [
|
1952
|
-
{
|
1953
|
-
"internalType": "NftId",
|
1954
|
-
"name": "applicationNftId",
|
1955
|
-
"type": "uint96"
|
1956
|
-
},
|
1957
|
-
{
|
1958
|
-
"components": [
|
1959
|
-
{
|
1960
|
-
"internalType": "NftId",
|
1961
|
-
"name": "productNftId",
|
1962
|
-
"type": "uint96"
|
1963
|
-
},
|
1964
|
-
{
|
1965
|
-
"internalType": "NftId",
|
1966
|
-
"name": "bundleNftId",
|
1967
|
-
"type": "uint96"
|
1968
|
-
},
|
1969
|
-
{
|
1970
|
-
"internalType": "ReferralId",
|
1971
|
-
"name": "referralId",
|
1972
|
-
"type": "bytes8"
|
1973
|
-
},
|
1974
|
-
{
|
1975
|
-
"internalType": "RiskId",
|
1976
|
-
"name": "riskId",
|
1977
|
-
"type": "bytes8"
|
1978
|
-
},
|
1979
|
-
{
|
1980
|
-
"internalType": "uint256",
|
1981
|
-
"name": "sumInsuredAmount",
|
1982
|
-
"type": "uint256"
|
1983
|
-
},
|
1984
|
-
{
|
1985
|
-
"internalType": "uint256",
|
1986
|
-
"name": "premiumAmount",
|
1987
|
-
"type": "uint256"
|
1988
|
-
},
|
1989
|
-
{
|
1990
|
-
"internalType": "uint256",
|
1991
|
-
"name": "premiumPaidAmount",
|
1992
|
-
"type": "uint256"
|
1993
|
-
},
|
1994
|
-
{
|
1995
|
-
"internalType": "uint256",
|
1996
|
-
"name": "lifetime",
|
1997
|
-
"type": "uint256"
|
1998
|
-
},
|
1999
|
-
{
|
2000
|
-
"internalType": "bytes",
|
2001
|
-
"name": "applicationData",
|
2002
|
-
"type": "bytes"
|
2003
|
-
},
|
2004
|
-
{
|
2005
|
-
"internalType": "bytes",
|
2006
|
-
"name": "policyData",
|
2007
|
-
"type": "bytes"
|
2008
|
-
},
|
2009
|
-
{
|
2010
|
-
"internalType": "uint16",
|
2011
|
-
"name": "claimsCount",
|
2012
|
-
"type": "uint16"
|
2013
|
-
},
|
2014
|
-
{
|
2015
|
-
"internalType": "uint16",
|
2016
|
-
"name": "openClaimsCount",
|
2017
|
-
"type": "uint16"
|
2018
|
-
},
|
2019
|
-
{
|
2020
|
-
"internalType": "uint256",
|
2021
|
-
"name": "payoutAmount",
|
2022
|
-
"type": "uint256"
|
2023
|
-
},
|
2024
|
-
{
|
2025
|
-
"internalType": "Timestamp",
|
2026
|
-
"name": "activatedAt",
|
2027
|
-
"type": "uint40"
|
2028
|
-
},
|
2029
|
-
{
|
2030
|
-
"internalType": "Timestamp",
|
2031
|
-
"name": "expiredAt",
|
2032
|
-
"type": "uint40"
|
2033
|
-
},
|
2034
|
-
{
|
2035
|
-
"internalType": "Timestamp",
|
2036
|
-
"name": "closedAt",
|
2037
|
-
"type": "uint40"
|
2038
|
-
}
|
2039
|
-
],
|
2040
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
2041
|
-
"name": "policy",
|
2042
|
-
"type": "tuple"
|
2043
|
-
},
|
2044
|
-
{
|
2045
|
-
"internalType": "StateId",
|
2046
|
-
"name": "newState",
|
2047
|
-
"type": "uint8"
|
327
|
+
"internalType": "string",
|
328
|
+
"name": "name",
|
329
|
+
"type": "string"
|
2048
330
|
}
|
2049
331
|
],
|
2050
|
-
"name": "
|
332
|
+
"name": "createTarget",
|
2051
333
|
"outputs": [],
|
2052
334
|
"stateMutability": "nonpayable",
|
2053
335
|
"type": "function"
|
2054
336
|
},
|
2055
337
|
{
|
2056
|
-
"inputs": [
|
2057
|
-
|
2058
|
-
|
2059
|
-
"name": "applicationNftId",
|
2060
|
-
"type": "uint96"
|
2061
|
-
},
|
338
|
+
"inputs": [],
|
339
|
+
"name": "getBundleSet",
|
340
|
+
"outputs": [
|
2062
341
|
{
|
2063
|
-
"internalType": "
|
2064
|
-
"name": "
|
2065
|
-
"type": "
|
342
|
+
"internalType": "contract BundleSet",
|
343
|
+
"name": "",
|
344
|
+
"type": "address"
|
2066
345
|
}
|
2067
346
|
],
|
2068
|
-
"
|
2069
|
-
"outputs": [],
|
2070
|
-
"stateMutability": "nonpayable",
|
347
|
+
"stateMutability": "view",
|
2071
348
|
"type": "function"
|
2072
349
|
},
|
2073
350
|
{
|
2074
|
-
"inputs": [
|
2075
|
-
|
2076
|
-
|
2077
|
-
"name": "bundleNftId",
|
2078
|
-
"type": "uint96"
|
2079
|
-
},
|
351
|
+
"inputs": [],
|
352
|
+
"name": "getInitialInfo",
|
353
|
+
"outputs": [
|
2080
354
|
{
|
2081
355
|
"components": [
|
2082
356
|
{
|
2083
357
|
"internalType": "NftId",
|
2084
|
-
"name": "
|
358
|
+
"name": "nftId",
|
2085
359
|
"type": "uint96"
|
2086
360
|
},
|
2087
361
|
{
|
2088
|
-
"
|
2089
|
-
|
2090
|
-
|
2091
|
-
"name": "fractionalFee",
|
2092
|
-
"type": "uint256"
|
2093
|
-
},
|
2094
|
-
{
|
2095
|
-
"internalType": "uint256",
|
2096
|
-
"name": "fixedFee",
|
2097
|
-
"type": "uint256"
|
2098
|
-
}
|
2099
|
-
],
|
2100
|
-
"internalType": "struct Fee",
|
2101
|
-
"name": "fee",
|
2102
|
-
"type": "tuple"
|
2103
|
-
},
|
2104
|
-
{
|
2105
|
-
"internalType": "bytes",
|
2106
|
-
"name": "filter",
|
2107
|
-
"type": "bytes"
|
2108
|
-
},
|
2109
|
-
{
|
2110
|
-
"internalType": "uint256",
|
2111
|
-
"name": "capitalAmount",
|
2112
|
-
"type": "uint256"
|
2113
|
-
},
|
2114
|
-
{
|
2115
|
-
"internalType": "uint256",
|
2116
|
-
"name": "lockedAmount",
|
2117
|
-
"type": "uint256"
|
2118
|
-
},
|
2119
|
-
{
|
2120
|
-
"internalType": "uint256",
|
2121
|
-
"name": "balanceAmount",
|
2122
|
-
"type": "uint256"
|
362
|
+
"internalType": "NftId",
|
363
|
+
"name": "parentNftId",
|
364
|
+
"type": "uint96"
|
2123
365
|
},
|
2124
366
|
{
|
2125
|
-
"internalType": "
|
2126
|
-
"name": "
|
2127
|
-
"type": "
|
367
|
+
"internalType": "ObjectType",
|
368
|
+
"name": "objectType",
|
369
|
+
"type": "uint8"
|
2128
370
|
},
|
2129
371
|
{
|
2130
|
-
"internalType": "
|
2131
|
-
"name": "
|
2132
|
-
"type": "
|
372
|
+
"internalType": "bool",
|
373
|
+
"name": "isInterceptor",
|
374
|
+
"type": "bool"
|
2133
375
|
},
|
2134
376
|
{
|
2135
|
-
"internalType": "
|
2136
|
-
"name": "
|
2137
|
-
"type": "
|
2138
|
-
}
|
2139
|
-
],
|
2140
|
-
"internalType": "struct IBundle.BundleInfo",
|
2141
|
-
"name": "bundle",
|
2142
|
-
"type": "tuple"
|
2143
|
-
},
|
2144
|
-
{
|
2145
|
-
"internalType": "StateId",
|
2146
|
-
"name": "newState",
|
2147
|
-
"type": "uint8"
|
2148
|
-
}
|
2149
|
-
],
|
2150
|
-
"name": "updateBundle",
|
2151
|
-
"outputs": [],
|
2152
|
-
"stateMutability": "nonpayable",
|
2153
|
-
"type": "function"
|
2154
|
-
},
|
2155
|
-
{
|
2156
|
-
"inputs": [
|
2157
|
-
{
|
2158
|
-
"internalType": "NftId",
|
2159
|
-
"name": "bundleNftId",
|
2160
|
-
"type": "uint96"
|
2161
|
-
},
|
2162
|
-
{
|
2163
|
-
"internalType": "StateId",
|
2164
|
-
"name": "newState",
|
2165
|
-
"type": "uint8"
|
2166
|
-
}
|
2167
|
-
],
|
2168
|
-
"name": "updateBundleState",
|
2169
|
-
"outputs": [],
|
2170
|
-
"stateMutability": "nonpayable",
|
2171
|
-
"type": "function"
|
2172
|
-
},
|
2173
|
-
{
|
2174
|
-
"inputs": [
|
2175
|
-
{
|
2176
|
-
"internalType": "NftId",
|
2177
|
-
"name": "policyNftId",
|
2178
|
-
"type": "uint96"
|
2179
|
-
},
|
2180
|
-
{
|
2181
|
-
"internalType": "ClaimId",
|
2182
|
-
"name": "claimId",
|
2183
|
-
"type": "uint16"
|
2184
|
-
},
|
2185
|
-
{
|
2186
|
-
"components": [
|
2187
|
-
{
|
2188
|
-
"internalType": "uint256",
|
2189
|
-
"name": "claimAmount",
|
2190
|
-
"type": "uint256"
|
377
|
+
"internalType": "address",
|
378
|
+
"name": "objectAddress",
|
379
|
+
"type": "address"
|
2191
380
|
},
|
2192
381
|
{
|
2193
|
-
"internalType": "
|
2194
|
-
"name": "
|
2195
|
-
"type": "
|
382
|
+
"internalType": "address",
|
383
|
+
"name": "initialOwner",
|
384
|
+
"type": "address"
|
2196
385
|
},
|
2197
386
|
{
|
2198
387
|
"internalType": "bytes",
|
2199
388
|
"name": "data",
|
2200
389
|
"type": "bytes"
|
2201
|
-
},
|
2202
|
-
{
|
2203
|
-
"internalType": "Timestamp",
|
2204
|
-
"name": "closedAt",
|
2205
|
-
"type": "uint40"
|
2206
390
|
}
|
2207
391
|
],
|
2208
|
-
"internalType": "struct
|
2209
|
-
"name": "
|
392
|
+
"internalType": "struct IRegistry.ObjectInfo",
|
393
|
+
"name": "info",
|
2210
394
|
"type": "tuple"
|
2211
|
-
},
|
2212
|
-
{
|
2213
|
-
"internalType": "StateId",
|
2214
|
-
"name": "newState",
|
2215
|
-
"type": "uint8"
|
2216
395
|
}
|
2217
396
|
],
|
2218
|
-
"
|
2219
|
-
"outputs": [],
|
2220
|
-
"stateMutability": "nonpayable",
|
397
|
+
"stateMutability": "view",
|
2221
398
|
"type": "function"
|
2222
399
|
},
|
2223
400
|
{
|
2224
|
-
"inputs": [
|
2225
|
-
|
2226
|
-
|
2227
|
-
"name": "policyNftId",
|
2228
|
-
"type": "uint96"
|
2229
|
-
},
|
2230
|
-
{
|
2231
|
-
"internalType": "ClaimId",
|
2232
|
-
"name": "claimId",
|
2233
|
-
"type": "uint16"
|
2234
|
-
},
|
401
|
+
"inputs": [],
|
402
|
+
"name": "getInstanceAdmin",
|
403
|
+
"outputs": [
|
2235
404
|
{
|
2236
|
-
"internalType": "
|
2237
|
-
"name": "
|
2238
|
-
"type": "
|
405
|
+
"internalType": "contract InstanceAdmin",
|
406
|
+
"name": "",
|
407
|
+
"type": "address"
|
2239
408
|
}
|
2240
409
|
],
|
2241
|
-
"
|
2242
|
-
"outputs": [],
|
2243
|
-
"stateMutability": "nonpayable",
|
410
|
+
"stateMutability": "view",
|
2244
411
|
"type": "function"
|
2245
412
|
},
|
2246
413
|
{
|
2247
|
-
"inputs": [
|
2248
|
-
|
2249
|
-
|
2250
|
-
"name": "distributionNftId",
|
2251
|
-
"type": "uint96"
|
2252
|
-
},
|
2253
|
-
{
|
2254
|
-
"components": [
|
2255
|
-
{
|
2256
|
-
"internalType": "NftId",
|
2257
|
-
"name": "productNftId",
|
2258
|
-
"type": "uint96"
|
2259
|
-
},
|
2260
|
-
{
|
2261
|
-
"internalType": "contract TokenHandler",
|
2262
|
-
"name": "tokenHandler",
|
2263
|
-
"type": "address"
|
2264
|
-
},
|
2265
|
-
{
|
2266
|
-
"components": [
|
2267
|
-
{
|
2268
|
-
"internalType": "UFixed",
|
2269
|
-
"name": "fractionalFee",
|
2270
|
-
"type": "uint256"
|
2271
|
-
},
|
2272
|
-
{
|
2273
|
-
"internalType": "uint256",
|
2274
|
-
"name": "fixedFee",
|
2275
|
-
"type": "uint256"
|
2276
|
-
}
|
2277
|
-
],
|
2278
|
-
"internalType": "struct Fee",
|
2279
|
-
"name": "distributionFee",
|
2280
|
-
"type": "tuple"
|
2281
|
-
},
|
2282
|
-
{
|
2283
|
-
"internalType": "address",
|
2284
|
-
"name": "wallet",
|
2285
|
-
"type": "address"
|
2286
|
-
}
|
2287
|
-
],
|
2288
|
-
"internalType": "struct ISetup.DistributionSetupInfo",
|
2289
|
-
"name": "setup",
|
2290
|
-
"type": "tuple"
|
2291
|
-
},
|
414
|
+
"inputs": [],
|
415
|
+
"name": "getInstanceReader",
|
416
|
+
"outputs": [
|
2292
417
|
{
|
2293
|
-
"internalType": "
|
2294
|
-
"name": "
|
2295
|
-
"type": "
|
418
|
+
"internalType": "contract InstanceReader",
|
419
|
+
"name": "",
|
420
|
+
"type": "address"
|
2296
421
|
}
|
2297
422
|
],
|
2298
|
-
"
|
2299
|
-
"outputs": [],
|
2300
|
-
"stateMutability": "nonpayable",
|
423
|
+
"stateMutability": "view",
|
2301
424
|
"type": "function"
|
2302
425
|
},
|
2303
426
|
{
|
2304
|
-
"inputs": [
|
2305
|
-
|
2306
|
-
|
2307
|
-
"name": "distributionNftId",
|
2308
|
-
"type": "uint96"
|
2309
|
-
},
|
427
|
+
"inputs": [],
|
428
|
+
"name": "getInstanceStore",
|
429
|
+
"outputs": [
|
2310
430
|
{
|
2311
|
-
"internalType": "
|
2312
|
-
"name": "
|
2313
|
-
"type": "
|
431
|
+
"internalType": "contract InstanceStore",
|
432
|
+
"name": "",
|
433
|
+
"type": "address"
|
2314
434
|
}
|
2315
435
|
],
|
2316
|
-
"
|
2317
|
-
"outputs": [],
|
2318
|
-
"stateMutability": "nonpayable",
|
436
|
+
"stateMutability": "view",
|
2319
437
|
"type": "function"
|
2320
438
|
},
|
2321
439
|
{
|
2322
|
-
"inputs": [
|
440
|
+
"inputs": [],
|
441
|
+
"name": "getNftId",
|
442
|
+
"outputs": [
|
2323
443
|
{
|
2324
444
|
"internalType": "NftId",
|
2325
|
-
"name": "
|
445
|
+
"name": "",
|
2326
446
|
"type": "uint96"
|
2327
|
-
},
|
2328
|
-
{
|
2329
|
-
"components": [
|
2330
|
-
{
|
2331
|
-
"internalType": "DistributorType",
|
2332
|
-
"name": "distributorType",
|
2333
|
-
"type": "bytes8"
|
2334
|
-
},
|
2335
|
-
{
|
2336
|
-
"internalType": "bool",
|
2337
|
-
"name": "active",
|
2338
|
-
"type": "bool"
|
2339
|
-
},
|
2340
|
-
{
|
2341
|
-
"internalType": "bytes",
|
2342
|
-
"name": "data",
|
2343
|
-
"type": "bytes"
|
2344
|
-
}
|
2345
|
-
],
|
2346
|
-
"internalType": "struct IDistribution.DistributorInfo",
|
2347
|
-
"name": "info",
|
2348
|
-
"type": "tuple"
|
2349
|
-
},
|
2350
|
-
{
|
2351
|
-
"internalType": "StateId",
|
2352
|
-
"name": "newState",
|
2353
|
-
"type": "uint8"
|
2354
447
|
}
|
2355
448
|
],
|
2356
|
-
"
|
2357
|
-
"outputs": [],
|
2358
|
-
"stateMutability": "nonpayable",
|
449
|
+
"stateMutability": "view",
|
2359
450
|
"type": "function"
|
2360
451
|
},
|
2361
452
|
{
|
2362
|
-
"inputs": [
|
2363
|
-
|
2364
|
-
|
2365
|
-
"name": "nftId",
|
2366
|
-
"type": "uint96"
|
2367
|
-
},
|
453
|
+
"inputs": [],
|
454
|
+
"name": "getOwner",
|
455
|
+
"outputs": [
|
2368
456
|
{
|
2369
|
-
"internalType": "
|
2370
|
-
"name": "
|
2371
|
-
"type": "
|
457
|
+
"internalType": "address",
|
458
|
+
"name": "",
|
459
|
+
"type": "address"
|
2372
460
|
}
|
2373
461
|
],
|
2374
|
-
"
|
2375
|
-
"
|
2376
|
-
|
2377
|
-
|
2378
|
-
|
2379
|
-
|
2380
|
-
"
|
2381
|
-
{
|
2382
|
-
"internalType": "
|
2383
|
-
"name": "
|
2384
|
-
"type": "
|
2385
|
-
}
|
2386
|
-
|
2387
|
-
|
2388
|
-
|
2389
|
-
|
2390
|
-
|
2391
|
-
|
2392
|
-
|
2393
|
-
|
2394
|
-
"internalType": "UFixed",
|
2395
|
-
"name": "minDiscountPercentage",
|
2396
|
-
"type": "uint256"
|
2397
|
-
},
|
2398
|
-
{
|
2399
|
-
"internalType": "UFixed",
|
2400
|
-
"name": "maxDiscountPercentage",
|
2401
|
-
"type": "uint256"
|
2402
|
-
},
|
2403
|
-
{
|
2404
|
-
"internalType": "UFixed",
|
2405
|
-
"name": "commissionPercentage",
|
2406
|
-
"type": "uint256"
|
2407
|
-
},
|
2408
|
-
{
|
2409
|
-
"internalType": "uint32",
|
2410
|
-
"name": "maxReferralCount",
|
2411
|
-
"type": "uint32"
|
2412
|
-
},
|
2413
|
-
{
|
2414
|
-
"internalType": "uint32",
|
2415
|
-
"name": "maxReferralLifetime",
|
2416
|
-
"type": "uint32"
|
2417
|
-
},
|
2418
|
-
{
|
2419
|
-
"internalType": "bool",
|
2420
|
-
"name": "allowSelfReferrals",
|
2421
|
-
"type": "bool"
|
2422
|
-
},
|
2423
|
-
{
|
2424
|
-
"internalType": "bool",
|
2425
|
-
"name": "allowRenewals",
|
2426
|
-
"type": "bool"
|
2427
|
-
},
|
2428
|
-
{
|
2429
|
-
"internalType": "bytes",
|
2430
|
-
"name": "data",
|
2431
|
-
"type": "bytes"
|
2432
|
-
}
|
2433
|
-
],
|
2434
|
-
"internalType": "struct IDistribution.DistributorTypeInfo",
|
2435
|
-
"name": "info",
|
2436
|
-
"type": "tuple"
|
2437
|
-
},
|
462
|
+
"stateMutability": "view",
|
463
|
+
"type": "function"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"inputs": [],
|
467
|
+
"name": "getRegistry",
|
468
|
+
"outputs": [
|
469
|
+
{
|
470
|
+
"internalType": "contract IRegistry",
|
471
|
+
"name": "",
|
472
|
+
"type": "address"
|
473
|
+
}
|
474
|
+
],
|
475
|
+
"stateMutability": "view",
|
476
|
+
"type": "function"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"inputs": [],
|
480
|
+
"name": "getRelease",
|
481
|
+
"outputs": [
|
2438
482
|
{
|
2439
|
-
"internalType": "
|
2440
|
-
"name": "
|
483
|
+
"internalType": "VersionPart",
|
484
|
+
"name": "release",
|
2441
485
|
"type": "uint8"
|
2442
486
|
}
|
2443
487
|
],
|
2444
|
-
"
|
2445
|
-
"outputs": [],
|
2446
|
-
"stateMutability": "nonpayable",
|
488
|
+
"stateMutability": "pure",
|
2447
489
|
"type": "function"
|
2448
490
|
},
|
2449
491
|
{
|
2450
492
|
"inputs": [
|
2451
493
|
{
|
2452
|
-
"internalType": "
|
2453
|
-
"name": "
|
2454
|
-
"type": "
|
494
|
+
"internalType": "RoleId",
|
495
|
+
"name": "roleId",
|
496
|
+
"type": "uint64"
|
2455
497
|
},
|
2456
498
|
{
|
2457
|
-
"internalType": "
|
2458
|
-
"name": "
|
2459
|
-
"type": "
|
499
|
+
"internalType": "address",
|
500
|
+
"name": "account",
|
501
|
+
"type": "address"
|
2460
502
|
}
|
2461
503
|
],
|
2462
|
-
"name": "
|
504
|
+
"name": "grantRole",
|
2463
505
|
"outputs": [],
|
2464
506
|
"stateMutability": "nonpayable",
|
2465
507
|
"type": "function"
|
@@ -2467,172 +509,91 @@
|
|
2467
509
|
{
|
2468
510
|
"inputs": [
|
2469
511
|
{
|
2470
|
-
"internalType": "
|
2471
|
-
"name": "
|
2472
|
-
"type": "
|
512
|
+
"internalType": "contract InstanceAdmin",
|
513
|
+
"name": "instanceAdmin",
|
514
|
+
"type": "address"
|
2473
515
|
},
|
2474
516
|
{
|
2475
|
-
"internalType": "
|
2476
|
-
"name": "
|
2477
|
-
"type": "
|
517
|
+
"internalType": "contract InstanceStore",
|
518
|
+
"name": "instanceStore",
|
519
|
+
"type": "address"
|
2478
520
|
},
|
2479
521
|
{
|
2480
|
-
"
|
2481
|
-
|
2482
|
-
|
2483
|
-
"name": "claimId",
|
2484
|
-
"type": "uint16"
|
2485
|
-
},
|
2486
|
-
{
|
2487
|
-
"internalType": "uint256",
|
2488
|
-
"name": "amount",
|
2489
|
-
"type": "uint256"
|
2490
|
-
},
|
2491
|
-
{
|
2492
|
-
"internalType": "bytes",
|
2493
|
-
"name": "data",
|
2494
|
-
"type": "bytes"
|
2495
|
-
},
|
2496
|
-
{
|
2497
|
-
"internalType": "Timestamp",
|
2498
|
-
"name": "paidAt",
|
2499
|
-
"type": "uint40"
|
2500
|
-
}
|
2501
|
-
],
|
2502
|
-
"internalType": "struct IPolicy.PayoutInfo",
|
2503
|
-
"name": "payout",
|
2504
|
-
"type": "tuple"
|
522
|
+
"internalType": "contract BundleSet",
|
523
|
+
"name": "bundleManager",
|
524
|
+
"type": "address"
|
2505
525
|
},
|
2506
526
|
{
|
2507
|
-
"internalType": "
|
2508
|
-
"name": "
|
2509
|
-
"type": "
|
527
|
+
"internalType": "contract InstanceReader",
|
528
|
+
"name": "instanceReader",
|
529
|
+
"type": "address"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"internalType": "contract IRegistry",
|
533
|
+
"name": "registry",
|
534
|
+
"type": "address"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"internalType": "address",
|
538
|
+
"name": "initialOwner",
|
539
|
+
"type": "address"
|
2510
540
|
}
|
2511
541
|
],
|
2512
|
-
"name": "
|
542
|
+
"name": "initialize",
|
2513
543
|
"outputs": [],
|
2514
544
|
"stateMutability": "nonpayable",
|
2515
545
|
"type": "function"
|
2516
546
|
},
|
2517
547
|
{
|
2518
|
-
"inputs": [
|
548
|
+
"inputs": [],
|
549
|
+
"name": "isConsumingScheduledOp",
|
550
|
+
"outputs": [
|
551
|
+
{
|
552
|
+
"internalType": "bytes4",
|
553
|
+
"name": "",
|
554
|
+
"type": "bytes4"
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"stateMutability": "view",
|
558
|
+
"type": "function"
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"inputs": [],
|
562
|
+
"name": "linkToRegisteredNftId",
|
563
|
+
"outputs": [
|
2519
564
|
{
|
2520
565
|
"internalType": "NftId",
|
2521
|
-
"name": "
|
566
|
+
"name": "nftId",
|
2522
567
|
"type": "uint96"
|
2523
|
-
},
|
2524
|
-
{
|
2525
|
-
"internalType": "StateId",
|
2526
|
-
"name": "newState",
|
2527
|
-
"type": "uint8"
|
2528
568
|
}
|
2529
569
|
],
|
2530
|
-
"name": "updatePayoutState",
|
2531
|
-
"outputs": [],
|
2532
570
|
"stateMutability": "nonpayable",
|
2533
571
|
"type": "function"
|
2534
572
|
},
|
2535
573
|
{
|
2536
574
|
"inputs": [
|
2537
575
|
{
|
2538
|
-
"internalType": "
|
2539
|
-
"name": "
|
2540
|
-
"type": "
|
576
|
+
"internalType": "address",
|
577
|
+
"name": "from",
|
578
|
+
"type": "address"
|
2541
579
|
},
|
2542
580
|
{
|
2543
|
-
"
|
2544
|
-
|
2545
|
-
|
2546
|
-
"name": "productNftId",
|
2547
|
-
"type": "uint96"
|
2548
|
-
},
|
2549
|
-
{
|
2550
|
-
"internalType": "NftId",
|
2551
|
-
"name": "bundleNftId",
|
2552
|
-
"type": "uint96"
|
2553
|
-
},
|
2554
|
-
{
|
2555
|
-
"internalType": "ReferralId",
|
2556
|
-
"name": "referralId",
|
2557
|
-
"type": "bytes8"
|
2558
|
-
},
|
2559
|
-
{
|
2560
|
-
"internalType": "RiskId",
|
2561
|
-
"name": "riskId",
|
2562
|
-
"type": "bytes8"
|
2563
|
-
},
|
2564
|
-
{
|
2565
|
-
"internalType": "uint256",
|
2566
|
-
"name": "sumInsuredAmount",
|
2567
|
-
"type": "uint256"
|
2568
|
-
},
|
2569
|
-
{
|
2570
|
-
"internalType": "uint256",
|
2571
|
-
"name": "premiumAmount",
|
2572
|
-
"type": "uint256"
|
2573
|
-
},
|
2574
|
-
{
|
2575
|
-
"internalType": "uint256",
|
2576
|
-
"name": "premiumPaidAmount",
|
2577
|
-
"type": "uint256"
|
2578
|
-
},
|
2579
|
-
{
|
2580
|
-
"internalType": "uint256",
|
2581
|
-
"name": "lifetime",
|
2582
|
-
"type": "uint256"
|
2583
|
-
},
|
2584
|
-
{
|
2585
|
-
"internalType": "bytes",
|
2586
|
-
"name": "applicationData",
|
2587
|
-
"type": "bytes"
|
2588
|
-
},
|
2589
|
-
{
|
2590
|
-
"internalType": "bytes",
|
2591
|
-
"name": "policyData",
|
2592
|
-
"type": "bytes"
|
2593
|
-
},
|
2594
|
-
{
|
2595
|
-
"internalType": "uint16",
|
2596
|
-
"name": "claimsCount",
|
2597
|
-
"type": "uint16"
|
2598
|
-
},
|
2599
|
-
{
|
2600
|
-
"internalType": "uint16",
|
2601
|
-
"name": "openClaimsCount",
|
2602
|
-
"type": "uint16"
|
2603
|
-
},
|
2604
|
-
{
|
2605
|
-
"internalType": "uint256",
|
2606
|
-
"name": "payoutAmount",
|
2607
|
-
"type": "uint256"
|
2608
|
-
},
|
2609
|
-
{
|
2610
|
-
"internalType": "Timestamp",
|
2611
|
-
"name": "activatedAt",
|
2612
|
-
"type": "uint40"
|
2613
|
-
},
|
2614
|
-
{
|
2615
|
-
"internalType": "Timestamp",
|
2616
|
-
"name": "expiredAt",
|
2617
|
-
"type": "uint40"
|
2618
|
-
},
|
2619
|
-
{
|
2620
|
-
"internalType": "Timestamp",
|
2621
|
-
"name": "closedAt",
|
2622
|
-
"type": "uint40"
|
2623
|
-
}
|
2624
|
-
],
|
2625
|
-
"internalType": "struct IPolicy.PolicyInfo",
|
2626
|
-
"name": "policy",
|
2627
|
-
"type": "tuple"
|
581
|
+
"internalType": "address",
|
582
|
+
"name": "to",
|
583
|
+
"type": "address"
|
2628
584
|
},
|
2629
585
|
{
|
2630
|
-
"internalType": "
|
2631
|
-
"name": "
|
2632
|
-
"type": "
|
586
|
+
"internalType": "uint256",
|
587
|
+
"name": "tokenId",
|
588
|
+
"type": "uint256"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"internalType": "address",
|
592
|
+
"name": "operator",
|
593
|
+
"type": "address"
|
2633
594
|
}
|
2634
595
|
],
|
2635
|
-
"name": "
|
596
|
+
"name": "nftTransferFrom",
|
2636
597
|
"outputs": [],
|
2637
598
|
"stateMutability": "nonpayable",
|
2638
599
|
"type": "function"
|
@@ -2640,151 +601,49 @@
|
|
2640
601
|
{
|
2641
602
|
"inputs": [
|
2642
603
|
{
|
2643
|
-
"internalType": "
|
2644
|
-
"name": "
|
604
|
+
"internalType": "Amount",
|
605
|
+
"name": "dipAmount",
|
2645
606
|
"type": "uint96"
|
2646
|
-
},
|
2647
|
-
{
|
2648
|
-
"internalType": "StateId",
|
2649
|
-
"name": "newState",
|
2650
|
-
"type": "uint8"
|
2651
607
|
}
|
2652
608
|
],
|
2653
|
-
"name": "
|
609
|
+
"name": "refillStakingRewardReserves",
|
2654
610
|
"outputs": [],
|
2655
611
|
"stateMutability": "nonpayable",
|
2656
612
|
"type": "function"
|
2657
613
|
},
|
2658
614
|
{
|
2659
615
|
"inputs": [
|
616
|
+
{
|
617
|
+
"internalType": "address",
|
618
|
+
"name": "product",
|
619
|
+
"type": "address"
|
620
|
+
}
|
621
|
+
],
|
622
|
+
"name": "registerProduct",
|
623
|
+
"outputs": [
|
2660
624
|
{
|
2661
625
|
"internalType": "NftId",
|
2662
|
-
"name": "
|
626
|
+
"name": "productNftId",
|
2663
627
|
"type": "uint96"
|
2664
|
-
},
|
2665
|
-
{
|
2666
|
-
"components": [
|
2667
|
-
{
|
2668
|
-
"internalType": "NftId",
|
2669
|
-
"name": "productNftId",
|
2670
|
-
"type": "uint96"
|
2671
|
-
},
|
2672
|
-
{
|
2673
|
-
"internalType": "contract TokenHandler",
|
2674
|
-
"name": "tokenHandler",
|
2675
|
-
"type": "address"
|
2676
|
-
},
|
2677
|
-
{
|
2678
|
-
"internalType": "bool",
|
2679
|
-
"name": "isInterceptingBundleTransfers",
|
2680
|
-
"type": "bool"
|
2681
|
-
},
|
2682
|
-
{
|
2683
|
-
"internalType": "bool",
|
2684
|
-
"name": "isExternallyManaged",
|
2685
|
-
"type": "bool"
|
2686
|
-
},
|
2687
|
-
{
|
2688
|
-
"internalType": "bool",
|
2689
|
-
"name": "isVerifyingApplications",
|
2690
|
-
"type": "bool"
|
2691
|
-
},
|
2692
|
-
{
|
2693
|
-
"internalType": "UFixed",
|
2694
|
-
"name": "collateralizationLevel",
|
2695
|
-
"type": "uint256"
|
2696
|
-
},
|
2697
|
-
{
|
2698
|
-
"internalType": "UFixed",
|
2699
|
-
"name": "retentionLevel",
|
2700
|
-
"type": "uint256"
|
2701
|
-
},
|
2702
|
-
{
|
2703
|
-
"components": [
|
2704
|
-
{
|
2705
|
-
"internalType": "UFixed",
|
2706
|
-
"name": "fractionalFee",
|
2707
|
-
"type": "uint256"
|
2708
|
-
},
|
2709
|
-
{
|
2710
|
-
"internalType": "uint256",
|
2711
|
-
"name": "fixedFee",
|
2712
|
-
"type": "uint256"
|
2713
|
-
}
|
2714
|
-
],
|
2715
|
-
"internalType": "struct Fee",
|
2716
|
-
"name": "poolFee",
|
2717
|
-
"type": "tuple"
|
2718
|
-
},
|
2719
|
-
{
|
2720
|
-
"components": [
|
2721
|
-
{
|
2722
|
-
"internalType": "UFixed",
|
2723
|
-
"name": "fractionalFee",
|
2724
|
-
"type": "uint256"
|
2725
|
-
},
|
2726
|
-
{
|
2727
|
-
"internalType": "uint256",
|
2728
|
-
"name": "fixedFee",
|
2729
|
-
"type": "uint256"
|
2730
|
-
}
|
2731
|
-
],
|
2732
|
-
"internalType": "struct Fee",
|
2733
|
-
"name": "stakingFee",
|
2734
|
-
"type": "tuple"
|
2735
|
-
},
|
2736
|
-
{
|
2737
|
-
"components": [
|
2738
|
-
{
|
2739
|
-
"internalType": "UFixed",
|
2740
|
-
"name": "fractionalFee",
|
2741
|
-
"type": "uint256"
|
2742
|
-
},
|
2743
|
-
{
|
2744
|
-
"internalType": "uint256",
|
2745
|
-
"name": "fixedFee",
|
2746
|
-
"type": "uint256"
|
2747
|
-
}
|
2748
|
-
],
|
2749
|
-
"internalType": "struct Fee",
|
2750
|
-
"name": "performanceFee",
|
2751
|
-
"type": "tuple"
|
2752
|
-
},
|
2753
|
-
{
|
2754
|
-
"internalType": "address",
|
2755
|
-
"name": "wallet",
|
2756
|
-
"type": "address"
|
2757
|
-
}
|
2758
|
-
],
|
2759
|
-
"internalType": "struct ISetup.PoolSetupInfo",
|
2760
|
-
"name": "setup",
|
2761
|
-
"type": "tuple"
|
2762
|
-
},
|
2763
|
-
{
|
2764
|
-
"internalType": "StateId",
|
2765
|
-
"name": "newState",
|
2766
|
-
"type": "uint8"
|
2767
628
|
}
|
2768
629
|
],
|
2769
|
-
"name": "updatePoolSetup",
|
2770
|
-
"outputs": [],
|
2771
630
|
"stateMutability": "nonpayable",
|
2772
631
|
"type": "function"
|
2773
632
|
},
|
2774
633
|
{
|
2775
634
|
"inputs": [
|
2776
635
|
{
|
2777
|
-
"internalType": "
|
2778
|
-
"name": "
|
2779
|
-
"type": "
|
636
|
+
"internalType": "RoleId",
|
637
|
+
"name": "roleId",
|
638
|
+
"type": "uint64"
|
2780
639
|
},
|
2781
640
|
{
|
2782
|
-
"internalType": "
|
2783
|
-
"name": "
|
2784
|
-
"type": "
|
641
|
+
"internalType": "address",
|
642
|
+
"name": "account",
|
643
|
+
"type": "address"
|
2785
644
|
}
|
2786
645
|
],
|
2787
|
-
"name": "
|
646
|
+
"name": "revokeRole",
|
2788
647
|
"outputs": [],
|
2789
648
|
"stateMutability": "nonpayable",
|
2790
649
|
"type": "function"
|
@@ -2792,156 +651,25 @@
|
|
2792
651
|
{
|
2793
652
|
"inputs": [
|
2794
653
|
{
|
2795
|
-
"internalType": "
|
2796
|
-
"name": "
|
2797
|
-
"type": "
|
2798
|
-
}
|
2799
|
-
|
2800
|
-
|
2801
|
-
|
2802
|
-
|
2803
|
-
|
2804
|
-
|
2805
|
-
|
2806
|
-
|
2807
|
-
"internalType": "contract TokenHandler",
|
2808
|
-
"name": "tokenHandler",
|
2809
|
-
"type": "address"
|
2810
|
-
},
|
2811
|
-
{
|
2812
|
-
"internalType": "NftId",
|
2813
|
-
"name": "distributionNftId",
|
2814
|
-
"type": "uint96"
|
2815
|
-
},
|
2816
|
-
{
|
2817
|
-
"internalType": "NftId",
|
2818
|
-
"name": "poolNftId",
|
2819
|
-
"type": "uint96"
|
2820
|
-
},
|
2821
|
-
{
|
2822
|
-
"components": [
|
2823
|
-
{
|
2824
|
-
"internalType": "UFixed",
|
2825
|
-
"name": "fractionalFee",
|
2826
|
-
"type": "uint256"
|
2827
|
-
},
|
2828
|
-
{
|
2829
|
-
"internalType": "uint256",
|
2830
|
-
"name": "fixedFee",
|
2831
|
-
"type": "uint256"
|
2832
|
-
}
|
2833
|
-
],
|
2834
|
-
"internalType": "struct Fee",
|
2835
|
-
"name": "distributionFee",
|
2836
|
-
"type": "tuple"
|
2837
|
-
},
|
2838
|
-
{
|
2839
|
-
"components": [
|
2840
|
-
{
|
2841
|
-
"internalType": "UFixed",
|
2842
|
-
"name": "fractionalFee",
|
2843
|
-
"type": "uint256"
|
2844
|
-
},
|
2845
|
-
{
|
2846
|
-
"internalType": "uint256",
|
2847
|
-
"name": "fixedFee",
|
2848
|
-
"type": "uint256"
|
2849
|
-
}
|
2850
|
-
],
|
2851
|
-
"internalType": "struct Fee",
|
2852
|
-
"name": "productFee",
|
2853
|
-
"type": "tuple"
|
2854
|
-
},
|
2855
|
-
{
|
2856
|
-
"components": [
|
2857
|
-
{
|
2858
|
-
"internalType": "UFixed",
|
2859
|
-
"name": "fractionalFee",
|
2860
|
-
"type": "uint256"
|
2861
|
-
},
|
2862
|
-
{
|
2863
|
-
"internalType": "uint256",
|
2864
|
-
"name": "fixedFee",
|
2865
|
-
"type": "uint256"
|
2866
|
-
}
|
2867
|
-
],
|
2868
|
-
"internalType": "struct Fee",
|
2869
|
-
"name": "processingFee",
|
2870
|
-
"type": "tuple"
|
2871
|
-
},
|
2872
|
-
{
|
2873
|
-
"components": [
|
2874
|
-
{
|
2875
|
-
"internalType": "UFixed",
|
2876
|
-
"name": "fractionalFee",
|
2877
|
-
"type": "uint256"
|
2878
|
-
},
|
2879
|
-
{
|
2880
|
-
"internalType": "uint256",
|
2881
|
-
"name": "fixedFee",
|
2882
|
-
"type": "uint256"
|
2883
|
-
}
|
2884
|
-
],
|
2885
|
-
"internalType": "struct Fee",
|
2886
|
-
"name": "poolFee",
|
2887
|
-
"type": "tuple"
|
2888
|
-
},
|
2889
|
-
{
|
2890
|
-
"components": [
|
2891
|
-
{
|
2892
|
-
"internalType": "UFixed",
|
2893
|
-
"name": "fractionalFee",
|
2894
|
-
"type": "uint256"
|
2895
|
-
},
|
2896
|
-
{
|
2897
|
-
"internalType": "uint256",
|
2898
|
-
"name": "fixedFee",
|
2899
|
-
"type": "uint256"
|
2900
|
-
}
|
2901
|
-
],
|
2902
|
-
"internalType": "struct Fee",
|
2903
|
-
"name": "stakingFee",
|
2904
|
-
"type": "tuple"
|
2905
|
-
},
|
2906
|
-
{
|
2907
|
-
"components": [
|
2908
|
-
{
|
2909
|
-
"internalType": "UFixed",
|
2910
|
-
"name": "fractionalFee",
|
2911
|
-
"type": "uint256"
|
2912
|
-
},
|
2913
|
-
{
|
2914
|
-
"internalType": "uint256",
|
2915
|
-
"name": "fixedFee",
|
2916
|
-
"type": "uint256"
|
2917
|
-
}
|
2918
|
-
],
|
2919
|
-
"internalType": "struct Fee",
|
2920
|
-
"name": "performanceFee",
|
2921
|
-
"type": "tuple"
|
2922
|
-
},
|
2923
|
-
{
|
2924
|
-
"internalType": "bool",
|
2925
|
-
"name": "isIntercepting",
|
2926
|
-
"type": "bool"
|
2927
|
-
},
|
2928
|
-
{
|
2929
|
-
"internalType": "address",
|
2930
|
-
"name": "wallet",
|
2931
|
-
"type": "address"
|
2932
|
-
}
|
2933
|
-
],
|
2934
|
-
"internalType": "struct ISetup.ProductSetupInfo",
|
2935
|
-
"name": "setup",
|
2936
|
-
"type": "tuple"
|
2937
|
-
},
|
654
|
+
"internalType": "address",
|
655
|
+
"name": "newAuthority",
|
656
|
+
"type": "address"
|
657
|
+
}
|
658
|
+
],
|
659
|
+
"name": "setAuthority",
|
660
|
+
"outputs": [],
|
661
|
+
"stateMutability": "nonpayable",
|
662
|
+
"type": "function"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"inputs": [
|
2938
666
|
{
|
2939
|
-
"internalType": "
|
2940
|
-
"name": "
|
2941
|
-
"type": "
|
667
|
+
"internalType": "contract InstanceReader",
|
668
|
+
"name": "instanceReader",
|
669
|
+
"type": "address"
|
2942
670
|
}
|
2943
671
|
],
|
2944
|
-
"name": "
|
672
|
+
"name": "setInstanceReader",
|
2945
673
|
"outputs": [],
|
2946
674
|
"stateMutability": "nonpayable",
|
2947
675
|
"type": "function"
|
@@ -2949,17 +677,17 @@
|
|
2949
677
|
{
|
2950
678
|
"inputs": [
|
2951
679
|
{
|
2952
|
-
"internalType": "
|
2953
|
-
"name": "
|
2954
|
-
"type": "
|
680
|
+
"internalType": "address",
|
681
|
+
"name": "target",
|
682
|
+
"type": "address"
|
2955
683
|
},
|
2956
684
|
{
|
2957
|
-
"internalType": "
|
2958
|
-
"name": "
|
2959
|
-
"type": "
|
685
|
+
"internalType": "bool",
|
686
|
+
"name": "locked",
|
687
|
+
"type": "bool"
|
2960
688
|
}
|
2961
689
|
],
|
2962
|
-
"name": "
|
690
|
+
"name": "setLocked",
|
2963
691
|
"outputs": [],
|
2964
692
|
"stateMutability": "nonpayable",
|
2965
693
|
"type": "function"
|
@@ -2967,59 +695,12 @@
|
|
2967
695
|
{
|
2968
696
|
"inputs": [
|
2969
697
|
{
|
2970
|
-
"internalType": "
|
2971
|
-
"name": "
|
2972
|
-
"type": "
|
2973
|
-
},
|
2974
|
-
{
|
2975
|
-
"components": [
|
2976
|
-
{
|
2977
|
-
"internalType": "NftId",
|
2978
|
-
"name": "distributorNftId",
|
2979
|
-
"type": "uint96"
|
2980
|
-
},
|
2981
|
-
{
|
2982
|
-
"internalType": "string",
|
2983
|
-
"name": "referralCode",
|
2984
|
-
"type": "string"
|
2985
|
-
},
|
2986
|
-
{
|
2987
|
-
"internalType": "UFixed",
|
2988
|
-
"name": "discountPercentage",
|
2989
|
-
"type": "uint256"
|
2990
|
-
},
|
2991
|
-
{
|
2992
|
-
"internalType": "uint32",
|
2993
|
-
"name": "maxReferrals",
|
2994
|
-
"type": "uint32"
|
2995
|
-
},
|
2996
|
-
{
|
2997
|
-
"internalType": "uint32",
|
2998
|
-
"name": "usedReferrals",
|
2999
|
-
"type": "uint32"
|
3000
|
-
},
|
3001
|
-
{
|
3002
|
-
"internalType": "Timestamp",
|
3003
|
-
"name": "expiryAt",
|
3004
|
-
"type": "uint40"
|
3005
|
-
},
|
3006
|
-
{
|
3007
|
-
"internalType": "bytes",
|
3008
|
-
"name": "data",
|
3009
|
-
"type": "bytes"
|
3010
|
-
}
|
3011
|
-
],
|
3012
|
-
"internalType": "struct IDistribution.ReferralInfo",
|
3013
|
-
"name": "referralInfo",
|
3014
|
-
"type": "tuple"
|
3015
|
-
},
|
3016
|
-
{
|
3017
|
-
"internalType": "StateId",
|
3018
|
-
"name": "newState",
|
3019
|
-
"type": "uint8"
|
698
|
+
"internalType": "Seconds",
|
699
|
+
"name": "stakeLockingPeriod",
|
700
|
+
"type": "uint40"
|
3020
701
|
}
|
3021
702
|
],
|
3022
|
-
"name": "
|
703
|
+
"name": "setStakingLockingPeriod",
|
3023
704
|
"outputs": [],
|
3024
705
|
"stateMutability": "nonpayable",
|
3025
706
|
"type": "function"
|
@@ -3027,17 +708,12 @@
|
|
3027
708
|
{
|
3028
709
|
"inputs": [
|
3029
710
|
{
|
3030
|
-
"internalType": "
|
3031
|
-
"name": "
|
3032
|
-
"type": "
|
3033
|
-
},
|
3034
|
-
{
|
3035
|
-
"internalType": "StateId",
|
3036
|
-
"name": "newState",
|
3037
|
-
"type": "uint8"
|
711
|
+
"internalType": "UFixed",
|
712
|
+
"name": "rewardRate",
|
713
|
+
"type": "uint256"
|
3038
714
|
}
|
3039
715
|
],
|
3040
|
-
"name": "
|
716
|
+
"name": "setStakingRewardRate",
|
3041
717
|
"outputs": [],
|
3042
718
|
"stateMutability": "nonpayable",
|
3043
719
|
"type": "function"
|
@@ -3045,34 +721,22 @@
|
|
3045
721
|
{
|
3046
722
|
"inputs": [
|
3047
723
|
{
|
3048
|
-
"internalType": "
|
3049
|
-
"name": "
|
3050
|
-
"type": "
|
724
|
+
"internalType": "string",
|
725
|
+
"name": "targetName",
|
726
|
+
"type": "string"
|
3051
727
|
},
|
3052
728
|
{
|
3053
|
-
"
|
3054
|
-
|
3055
|
-
|
3056
|
-
"name": "productNftId",
|
3057
|
-
"type": "uint96"
|
3058
|
-
},
|
3059
|
-
{
|
3060
|
-
"internalType": "bytes",
|
3061
|
-
"name": "data",
|
3062
|
-
"type": "bytes"
|
3063
|
-
}
|
3064
|
-
],
|
3065
|
-
"internalType": "struct IRisk.RiskInfo",
|
3066
|
-
"name": "risk",
|
3067
|
-
"type": "tuple"
|
729
|
+
"internalType": "bytes4[]",
|
730
|
+
"name": "selectors",
|
731
|
+
"type": "bytes4[]"
|
3068
732
|
},
|
3069
733
|
{
|
3070
|
-
"internalType": "
|
3071
|
-
"name": "
|
3072
|
-
"type": "
|
734
|
+
"internalType": "RoleId",
|
735
|
+
"name": "roleId",
|
736
|
+
"type": "uint64"
|
3073
737
|
}
|
3074
738
|
],
|
3075
|
-
"name": "
|
739
|
+
"name": "setTargetFunctionRole",
|
3076
740
|
"outputs": [],
|
3077
741
|
"stateMutability": "nonpayable",
|
3078
742
|
"type": "function"
|
@@ -3080,320 +744,108 @@
|
|
3080
744
|
{
|
3081
745
|
"inputs": [
|
3082
746
|
{
|
3083
|
-
"internalType": "
|
3084
|
-
"name": "
|
3085
|
-
"type": "
|
3086
|
-
},
|
3087
|
-
{
|
3088
|
-
"internalType": "StateId",
|
3089
|
-
"name": "newState",
|
3090
|
-
"type": "uint8"
|
747
|
+
"internalType": "bytes4",
|
748
|
+
"name": "interfaceId",
|
749
|
+
"type": "bytes4"
|
3091
750
|
}
|
3092
751
|
],
|
3093
|
-
"name": "
|
3094
|
-
"outputs": [
|
3095
|
-
"stateMutability": "nonpayable",
|
3096
|
-
"type": "function"
|
3097
|
-
}
|
3098
|
-
],
|
3099
|
-
"bytecode": "0x60806040523480156200001157600080fd5b506200001c62000040565b62000026620001f7565b6200003062000331565b6200003a6200059e565b62000717565b60dc600090815260026020527f4bee8dc518469fb8c73831886b94afa96b3ef3e3ee55b9076720259192220ef0805460ff191660641790556001906003906200008760dc90565b60ff1660ff1681526020019081526020016000206000620000ad620006e560201b60201c565b60ff1660ff1681526020019081526020016000206000620000d3620006ef60201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001906003906200010760dc90565b60ff1660ff16815260200190815260200160002060006200012d620006ef60201b60201c565b60ff1660ff168152602001908152602001600020600062000153620006e560201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001906003906200018760dc90565b60ff1660ff1681526020019081526020016000206000620001ad620006ef60201b60201c565b60ff1660ff1681526020019081526020016000206000620001d3620006f460201b60201c565b60ff1681526020810191909152604001600020805460ff1916911515919091179055565b7f7673bcbb3401a7cbae68f81d40eea2cf35afdaf7ecd016ebf3f02857fcc1260a8054606460ff1991821681179092557fa1c69de77e78d12e062170d002ba111ba52c8f452f3b0ca326991b7298fd7aaf8054909116600190811790915560009182526003602052907f6b16ef514f22b74729cbea5cc7babfecbdc2309e530ca716643d11fe929eed2e906200028b606e90565b60ff1660ff1681526020019081526020016000206000620002b1620006e560201b60201c565b60ff16815260208101919091526040016000908120805460ff191692151592909217909155600190600390620002e5606490565b60ff1660ff16815260200190815260200160002060006200030b620006ef60201b60201c565b60ff1660ff1681526020019081526020016000206000620001d3620006f960201b60201c565b60d3600090815260026020527feb6856e0ae0d71a8a9e0bc42aca98fe96c3be13699c5c2d551c94a190e39043d805460ff1916600a1790556001906003906200037860d390565b60ff1660ff16815260200190815260200160002060006200039e620006fe60201b60201c565b60ff1660ff1681526020019081526020016000206000620003c46200070360201b60201c565b60ff16815260208101919091526040016000908120805460ff191692151592909217909155600190600390620003f860d390565b60ff1660ff16815260200190815260200160002060006200041e620006fe60201b60201c565b60ff1660ff1681526020019081526020016000206000620004446200070860201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001906003906200047860d390565b60ff1660ff16815260200190815260200160002060006200049e620006fe60201b60201c565b60ff1660ff1681526020019081526020016000206000620004c46200070d60201b60201c565b60ff16815260208101919091526040016000908120805460ff191692151592909217909155600190600390620004f860d390565b60ff1660ff16815260200190815260200160002060006200051e6200070d60201b60201c565b60ff1660ff168152602001908152602001600020600062000544620006e560201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001906003906200057860d390565b60ff1660ff1681526020019081526020016000206000620001ad620006e560201b60201c565b60c8600090815260026020527fec56eb74d500f9b1bf8f0c5cc42ff5ed51e8d9e3a2ebb6e83a26383f297e0f1e805460ff19166064179055600190600390620005e560c890565b60ff1660ff16815260200190815260200160002060006200060b620006e560201b60201c565b60ff1660ff168152602001908152602001600020600062000631620006ef60201b60201c565b60ff16815260208101919091526040016000908120805460ff1916921515929092179091556001906003906200066560c890565b60ff1660ff16815260200190815260200160002060006200068b620006ef60201b60201c565b60ff1660ff1681526020019081526020016000206000620006b1620006e560201b60201c565b60ff16815260208101919091526040016000908120805460ff191692151592909217909155600190600390620002e560c890565b606490565b905090565b606e90565b60c890565b60d290565b600a90565b601490565b601e90565b60006028620006ea565b6152a580620007276000396000f3fe608060405234801561001057600080fd5b50600436106104ac5760003560e01c80637a7afcb01161026d578063bf1db3f911610151578063e5f6cd27116100ce578063f7bc431c11610092578063f7bc431c14610b5e578063f7c34ee014610b71578063fa145b6d14610b84578063fe1f18d614610b97578063fed3d63f14610baa578063ff0a080514610bb257600080fd5b8063e5f6cd2714610ae4578063e9e96c7014610afa578063f21de1e8146107c3578063f48016ce14610b38578063f651dcac14610b4b57600080fd5b8063cf947d2011610115578063cf947d2014610a90578063d2f21a2914610aa3578063dee3262314610ab6578063e1033e7d14610ac9578063e3aa7f0514610ad157600080fd5b8063bf1db3f914610a52578063bf7e214f14610a65578063ca600b1c14610a6d578063ccdcd37f14610a75578063cde749f414610a8857600080fd5b80639df0280b116101ea578063a9cea142116101ae578063a9cea142146109f1578063ada9652e14610a04578063afa5e13014610757578063b3260e9314610a19578063b405b76f14610a2c578063b6d7cd6214610a3f57600080fd5b80639df0280b1461058d578063a13df2ab14610907578063a5961b4c1461091a578063a76ee018146109cb578063a8989675146109de57600080fd5b80638eaa6ac0116102315780638eaa6ac0146108a05780638fb36037146108c057806391ff6eaa146108e1578063976b0a77146108f45780639a960d521461084c57600080fd5b80637a7afcb01461084c5780637a9e5e4b1461085f5780637b8c388f146108725780637cef484214610885578063893d20e81461089857600080fd5b80633fc5ab98116103945780635772b101116103115780636071a68e116102d55780636071a68e146107dd57806361f5f420146107f0578063644c45e014610801578063675393bf146108295780636b9bf08b1461083c57806375b238fc1461084457600080fd5b80635772b1011461079d578063588cd281146107b05780635ab1bd53146107c35780635d4345cc1461058d5780635dfa73db146107d457600080fd5b8063468a186711610358578063468a18671461073157806351cf2fd0146107445780635378cd3c1461075757806354d747a81461076a57806354f6127f1461077d57600080fd5b80633fc5ab98146106dd57806340529b0f146106f0578063422c9d00146107035780634288121d14610716578063447fc48f1461071e57600080fd5b8063214cdb801161042d57806336fc697e116103f157806336fc697e1461065957806337f135d71461066157806338a699a41461067e5780633c0d6a41146106915780633ca7c02a146106a45780633e35aba8146106ca57600080fd5b8063214cdb80146106055780632781d4431461061857806327953f481461062057806327bb7a33146106335780632f61088a1461064657600080fd5b80630fad0eb1116104745780630fad0eb11461058d5780630fec111c146105a0578063138461e0146105b55780631b38d5f4146105bd5780631eff4b22146105de57600080fd5b806301ffc9a7146104b157806302cd3071146104f357806309648a9d146105185780630d358181146105525780630f526f7d14610578575b600080fd5b6104de6104bf366004613423565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6006546001600160a01b03165b6040516001600160a01b0390911681526020016104ea565b61054061052636600461344d565b600090815260046020526040902054610100900460ff1690565b60405160ff90911681526020016104ea565b610540610560366004613475565b60ff9081166000908152600260205260409020541690565b61058b6105863660046134b7565b610bc5565b005b61058b61059b3660046134b7565b610bea565b6105a8610bff565b6040516104ea9190613540565b61058b610dae565b6105d06105cb3660046135cb565b610fb5565b6040519081526020016104ea565b6105d07f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61058b610613366004613423565b611054565b6105d0600381565b61058b61062e36600461388b565b611081565b61058b6106413660046138f1565b6110b3565b61058b610654366004613a04565b61113f565b61058b6111da565b610669600081565b60405163ffffffff90911681526020016104ea565b6104de61068c36600461344d565b611220565b61058b61069f366004613aee565b6112af565b6106b26001600160401b0381565b6040516001600160401b0390911681526020016104ea565b6105d06106d83660046135cb565b6112da565b61058b6106eb366004613c36565b611307565b61058b6106fe3660046134b7565b611342565b61058b610711366004613c99565b611357565b610500611494565b61058b61072c366004613cb6565b611527565b6105d061073f3660046135cb565b611553565b61058b610752366004613db9565b611580565b61058b610765366004613e00565b6115a6565b61058b610778366004613ee1565b6115b9565b61079061078b36600461344d565b6115d7565b6040516104ea9190613f1d565b61058b6107ab366004613f73565b61167c565b61058b6107be36600461409d565b6116a2565b6001546001600160a01b0316610500565b6106b261271081565b61058b6107eb3660046140de565b6116ca565b6007546001600160a01b0316610500565b600080516020615230833981519152546040516001600160601b0390911681526020016104ea565b61058b610837366004613c99565b6116f0565b6105006117fc565b6106b2600081565b61058b61085a36600461425e565b611825565b61058b61086d366004613c99565b61184b565b6105d06108803660046135cb565b6118ce565b61058b6108933660046142a5565b6118fb565b610500611985565b6108b36108ae36600461344d565b611abc565b6040516104ea919061430d565b6108c8611bfd565b6040516001600160e01b031990911681526020016104ea565b61058b6108ef366004614431565b611c35565b61058b610902366004614468565b611c5d565b6105d06109153660046135cb565b611e3a565b6109be61092836600461344d565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915250600090815260046020908152604091829020825160a081018452905460ff8082168352610100820416928201929092526001600160a01b03620100008304169281019290925263ffffffff600160b01b820481166060840152600160d01b90910416608082015290565b6040516104ea91906144b9565b61058b6109d93660046144c7565b611e67565b61058b6109ec36600461450e565b611f02565b61058b6109ff36600461454e565b611ff3565b6105d060008051602061523083398151915281565b61058b610a2736600461458f565b61201b565b61058b610a3a3660046145cd565b612039565b61058b610a4d366004614612565b61205f565b6104de610a60366004613475565b612074565b6105006120c1565b6105006120dd565b61058b610a8336600461469e565b612106565b61054061212e565b61058b610a9e3660046146dd565b6121a5565b61058b610ab13660046134b7565b6121c3565b61058b610ac43660046134b7565b6121da565b6105006121f1565b61058b610adf36600461471b565b61221a565b60055461010090046001600160a01b0316610500565b6104de610b0836600461450e565b60ff9283166000908152600360209081526040808320948616835293815283822092851682529190915220541690565b6105d0610b46366004614759565b612242565b61058b610b59366004614787565b6122cd565b61058b610b6c366004613c99565b6122f5565b61058b610b7f3660046147b4565b6123e2565b61058b610b923660046147e2565b612459565b61058b610ba53660046134b7565b61247f565b610500612494565b61058b610bc0366004614839565b6124bd565b610bd2335b6000366124e3565b610be6610be083608c6125e9565b82612635565b5050565b610bf333610bca565b610be6610be083611553565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3006040805160808101825282546001600160601b038116825260ff600160601b820481166020840152600160681b90910416151591810191909152600182018054919291606084019190610caa9061487e565b80601f0160208091040260200160405190810160405280929190818152602001828054610cd69061487e565b8015610d235780601f10610cf857610100808354040283529160200191610d23565b820191906000526020600020905b815481529060010190602001808311610d0657829003601f168201915b50505050508152505090506040518060e00160405280610d41600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b03168152602001610d92611985565b6001600160a01b03168152602001826060015181525091505090565b600060008051602061523083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610e1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4191906148b8565b15610e725780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b30610e856001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610ecd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef191906148b8565b610f195760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610e69565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610f6d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9191906148d5565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b03841660795b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561102a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061104e91906148f2565b92915050565b61105c61263f565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61108a33610bca565b610be6828260405160200161109f919061490b565b60405160208183030381529060405261268a565b6110bb61263f565b6110c582876123e2565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016111358382614a01565b5050505050505050565b61114833610bca565b6040516355ee627560e01b81526001600160c01b031983166004820152610be69073__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af41580156111a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111c991906148f2565b8260405160200161109f9190614ac0565b6111e261263f565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600081815260046020819052604080832054905163b2466acf60e01b815261010090910460ff169181019190915273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024015b602060405180830381865af415801561128b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061104e91906148b8565b6112b833610bca565b6112d56112c484611553565b8260405160200161109f9190614aee565b505050565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b0384166078610fde565b61131033610bca565b6112d561131c84611e3a565b8360405160200161132d9190614b3f565b60405160208183030381529060405283612694565b61134b33610bca565b610be6610be0836118ce565b61136033610bca565b6007546001600160a01b0316156113b05760405162461bcd60e51b8152602060048201526014602482015273109d5b991b1953585b9859d95c881a5cc81cd95d60621b6044820152606401610e69565b306001600160a01b0316816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061141c9190614bf3565b6001600160a01b0316146114725760405162461bcd60e51b815260206004820152601f60248201527f42756e646c654d616e6167657220696e7374616e6365206d69736d61746368006044820152606401610e69565b600780546001600160a01b0319166001600160a01b0392909216919091179055565b60006114a86001546001600160a01b031690565b6001600160a01b031663d39e6043606e5b6040516001600160e01b031960e084901b16815260ff909116600482015260036024820152604401602060405180830381865afa1580156114fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115229190614bf3565b905090565b61153033610bca565b61154d61153c85611553565b8360405160200161132d9190614aee565b50505050565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b03841660d3610fde565b61158933610bca565b6112d5611595846118ce565b8360405160200161132d9190614c10565b6115af33610bca565b610be68282612635565b6115c233610bca565b610be6828260405160200161109f9190614c4d565b60008181526004602052604090206001018054606091906115f79061487e565b80601f01602080910402602001604051908101604052809291908181526020018280546116239061487e565b80156116705780601f1061164557610100808354040283529160200191611670565b820191906000526020600020905b81548152906001019060200180831161165357829003601f168201915b50505050509050919050565b61168533610bca565b61154d61169185611553565b8360405160200161132d9190614ce8565b6116ab33610bca565b6112d56116b984608c6125e9565b8360405160200161132d9190614d18565b6116d333610bca565b610be66116df83611e3a565b8260405160200161109f9190614b3f565b6116f861263f565b806001600160a01b03163b60000361172e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e69565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa9250505080156117a8575060408051601f3d908101601f191682019092526117a5918101906148b8565b60015b6117d05760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e69565b80610be65760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610e69565b50565b60006118106001546001600160a01b031690565b6001600160a01b031663d39e6043608c6114b9565b61182e33610bca565b6112d561183a84611553565b8360405160200161132d9190614e05565b336118546120c1565b6001600160a01b0316816001600160a01b03161461188f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610e69565b816001600160a01b03163b6000036118c5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e69565b610be68261269f565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b038416607a610fde565b61190433610bca565b6040516355ee627560e01b81526001600160c01b031983166004820152610be69073__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af4158015611961573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610be091906148f2565b60008060008051602061523083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156119f5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a1991906148b8565b15611aa6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611aa09190614bf3565b91505090565b54600160601b90046001600160a01b0316919050565b6040805160e081018252600091810182815260608083018490526080830184905260a0830184905260c083019390935281526020810191909152600082815260046020908152604091829020825160e081018452815460ff80821695830195865261010082041660608301526001600160a01b0362010000820416608083015263ffffffff600160b01b8204811660a0840152600160d01b9091041660c08201529283526001810180549192840191611b749061487e565b80601f0160208091040260200160405190810160405280929190818152602001828054611ba09061487e565b8015611bed5780601f10611bc257610100808354040283529160200191611bed565b820191906000526020600020905b815481529060010190602001808311611bd057829003601f168201915b5050505050815250509050919050565b600080516020615250833981519152805460009190600160a01b900460ff16611c27576000611aa0565b638fb3603760e01b91505090565b611c3e33610bca565b610be6611c4c83606e6125e9565b8260405160200161109f9190614f46565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b0316600081158015611ca25750825b90506000826001600160401b03166001148015611cbe5750303b155b905081158015611ccc575080155b15611cea5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d1457845460ff60401b1916600160401b1785555b88600560016101000a8154816001600160a01b0302191690836001600160a01b03160217905550611dba600560019054906101000a90046001600160a01b03166001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611db59190614bf3565b612700565b611dd98888604660008a604051806020016040528060008152506110b3565b611de96343a55ce760e01b611054565b8315611e2f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b03841660dc610fde565b611e7033610bca565b6040516355ee627560e01b81526001600160c01b0319841660048201526112d59073__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af4158015611ecd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef191906148f2565b8360405160200161132d9190614ac0565b60ff8381166000908152600260205260409081902054905163037c8cb160e51b81529116600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af4158015611f67573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f8b91906148b8565b15611f9557505050565b60ff8084166000908152600360209081526040808320868516845282528083208585168452909152902054166112d557604051636bb20ea760e01b815260ff8085166004830152808416602483015282166044820152606401610e69565b611ffc33610bca565b6112d561200a84606e6125e9565b8360405160200161132d9190614f46565b61202433610bca565b6112d5838360405160200161132d919061490b565b61204233610bca565b610be661204e836118ce565b8260405160200161109f9190614c10565b61206833610bca565b6112d5610be084611553565b60ff81811660009081526002602052604080822054905163b2466acf60e01b8152921660048301529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf9060240161126e565b600080516020615250833981519152546001600160a01b031690565b60006120f16001546001600160a01b031690565b6001600160a01b031663d39e604360786114b9565b61210f33610bca565b6112d561211d8460786125e9565b8360405160200161132d9190615070565b604051632392b61b60e21b81526003600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af4158015612181573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152291906150c0565b6121ae33610bca565b6112d5838360405160200161132d9190614c4d565b6121cc33610bca565b610be6610be08360786125e9565b6121e333610bca565b610be6610be083606e6125e9565b60006122056001546001600160a01b031690565b6001600160a01b031663d39e604360d36114b9565b61222333610bca565b610be661223183608c6125e9565b8260405160200161109f9190614d18565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$c8f743efd2b4f0c9300f2558c784479d3e$__9063f48016ce906044015b602060405180830381865af41580156122a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122c691906148f2565b9392505050565b6122d633610bca565b610be66122e48360786125e9565b8260405160200161109f9190615070565b6122fe33610bca565b306001600160a01b0316816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015612346573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061236a9190614bf3565b6001600160a01b0316146123c05760405162461bcd60e51b815260206004820181905260248201527f496e7374616e636552656164657220696e7374616e6365206d69736d617463686044820152606401610e69565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b6123ea61263f565b6123f3816116f0565b6123fb6111da565b6001600160a01b0382166124225760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061523083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b61246233610bca565b6112d561246e84611553565b8260405160200161109f9190614ce8565b61248833610bca565b610be6610be083611e3a565b60006124a86001546001600160a01b031690565b6001600160a01b031663d39e604360dc6114b9565b6124c633610bca565b610be66124d283611553565b8260405160200161109f9190614e05565b60008051602061525083398151915260008061251e6125006120c1565b8730612510600460008a8c6150dd565b61251991615107565b612711565b91509150816125e15763ffffffff8116156125be57825460ff60a01b1916600160a01b17835561254c6120c1565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161257b93929190615137565b600060405180830381600087803b15801561259557600080fd5b505af11580156125a9573d6000803e3d6000fd5b5050845460ff60a01b19168555506125e19050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610e69565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff8216602482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__90633889a4c890604401612285565b610be6828261281d565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661268857604051631afcd79f60e31b815260040160405180910390fd5b565b610be68282612b51565b6112d5838383612f77565b60008051602061525083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61270861263f565b6117f981613412565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516127809190615177565b600060405180830381855afa9150503d80600081146127bb576040519150601f19603f3d011682016040523d82523d6000602084013e6127c0565b606091505b509150915081156128125760408151106127f257808060200190518101906127e89190615193565b9094509250612812565b6020815110612812578080602001905181019061280f91906148b8565b93505b505094509492505050565b60405163b2466acf60e01b815260ff8216600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af415801561286f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061289391906148b8565b6128df5760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a4b56532d3034303a53544154455f554e444546494e45440000006044820152606401610e69565b6000828152600460208190526040918290208054925163b2466acf60e01b815261010090930460ff169183018290529173__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af415801561294b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061296f91906148b8565b6129bb5760405162461bcd60e51b815260206004820152601a60248201527f4552524f523a4b56532d3034313a4e4f545f4558495354494e470000000000006044820152606401610e69565b8154620100003390810262010000600160b01b031960ff87166101000216610100600160b01b03198416171784559063ffffffff600160b01b909104166129ff4390565b845463ffffffff91909116600160b01b0263ffffffff60b01b19909116178455604051634b00e98f60e11b8152600481018790527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015612a91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ab591906150c0565b604051630713cfad60e31b81526004810189905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af4158015612b05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b2991906151c2565b8786863287604051612b4197969594939291906151df565b60405180910390a1505050505050565b604051634b00e98f60e11b81526004810183905260009073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015612ba4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bc891906150c0565b60405163b2466acf60e01b815260ff8216600482015290915073__$fb4566b39bd2075cb32f600f6f40bfaef2$__9063b2466acf90602401602060405180830381865af4158015612c1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c4191906148b8565b612c8d5760405162461bcd60e51b815260206004820152601c60248201527f4552524f523a4b56532d3031303a545950455f554e444546494e4544000000006044820152606401610e69565b6000838152600460208190526040918290208054925163037c8cb160e51b815261010090930460ff16918301919091529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af4158015612cfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1e91906148b8565b612d6a5760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a4b56532d3031323a414c52454144595f435245415445440000006044820152606401610e69565b33436000612d7785612074565b612d82576064612d98565b60ff808616600090815260026020526040902054165b845460ff87811661ffff1990921691909117610100918316919091021762010000600160d01b031916620100006001600160a01b0386160263ffffffff60b01b191617600160b01b63ffffffff85169081029190911763ffffffff60d01b1916600160d01b919091021785556000888152600460205260409020909150600101612e228782614a01565b50604051634b00e98f60e11b8152600481018890527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015612e95573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eb991906150c0565b604051630713cfad60e31b8152600481018a905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af4158015612f09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f2d91906151c2565b6040805160ff938416815260ff199092166020830152918416918101919091526001600160a01b038516606082015232608082015260a0015b60405180910390a150505050505050565b60405163b2466acf60e01b815260ff8216600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af4158015612fc9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612fed91906148b8565b6130395760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a4b56532d3032303a53544154455f554e444546494e45440000006044820152606401610e69565b6000838152600460208190526040918290208054925163b2466acf60e01b815261010090930460ff169183018290529173__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af41580156130a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130c991906148b8565b6131155760405162461bcd60e51b815260206004820152601a60248201527f4552524f523a4b56532d3032313a4e4f545f4558495354494e470000000000006044820152606401610e69565b60008581526004602052604090206001016131308582614a01565b508154620100003390810262010000600160b01b031960ff87166101000216610100600160b01b03198416171784559063ffffffff600160b01b909104166131754390565b845463ffffffff91909116600160b01b0263ffffffff60b01b19909116178455604051634b00e98f60e11b8152600481018890527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015613207573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061322b91906150c0565b604051630713cfad60e31b8152600481018a905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af415801561327b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061329f91906151c2565b87868632876040516132b797969594939291906151df565b60405180910390a1604051634b00e98f60e11b8152600481018890527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015613331573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061335591906150c0565b604051630713cfad60e31b8152600481018a905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af41580156133a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133c991906151c2565b6040805160ff938416815260ff199092166020830152918816918101919091526001600160a01b038416606082015232608082015263ffffffff831660a082015260c001612f66565b61341a61263f565b6117f98161269f565b60006020828403121561343557600080fd5b81356001600160e01b0319811681146122c657600080fd5b60006020828403121561345f57600080fd5b5035919050565b60ff811681146117f957600080fd5b60006020828403121561348757600080fd5b81356122c681613466565b6001600160601b03811681146117f957600080fd5b80356134b281613492565b919050565b600080604083850312156134ca57600080fd5b82356134d581613492565b915060208301356134e581613466565b809150509250929050565b60005b8381101561350b5781810151838201526020016134f3565b50506000910152565b6000815180845261352c8160208601602086016134f0565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516135a960c08401826001600160a01b03169052565b5060c083015160e0808401526135c3610100840182613514565b949350505050565b6000602082840312156135dd57600080fd5b81356122c681613492565b634e487b7160e01b600052604160045260246000fd5b60405161012081016001600160401b0381118282101715613621576136216135e8565b60405290565b604080519081016001600160401b0381118282101715613621576136216135e8565b604051608081016001600160401b0381118282101715613621576136216135e8565b60405160e081016001600160401b0381118282101715613621576136216135e8565b60405161016081016001600160401b0381118282101715613621576136216135e8565b60405161020081016001600160401b0381118282101715613621576136216135e8565b60405161018081016001600160401b0381118282101715613621576136216135e8565b600082601f83011261370757600080fd5b81356001600160401b0380821115613721576137216135e8565b604051601f8301601f19908116603f01168101908282118183101715613749576137496135e8565b8160405283815286602085880101111561376257600080fd5b836020870160208301376000602085830101528094505050505092915050565b63ffffffff811681146117f957600080fd5b80356134b281613782565b80151581146117f957600080fd5b80356134b28161379f565b600061012082840312156137cb57600080fd5b6137d36135fe565b905081356001600160401b03808211156137ec57600080fd5b6137f8858386016136f6565b835260208401356020840152604084013560408401526060840135606084015261382460808501613794565b608084015261383560a08501613794565b60a084015261384660c085016137ad565b60c084015261385760e085016137ad565b60e08401526101009150818401358181111561387257600080fd5b61387e868287016136f6565b8385015250505092915050565b6000806040838503121561389e57600080fd5b8235915060208301356001600160401b038111156138bb57600080fd5b6138c7858286016137b8565b9150509250929050565b6001600160a01b03811681146117f957600080fd5b80356134b2816138d1565b60008060008060008060c0878903121561390a57600080fd5b8635613915816138d1565b9550602087013561392581613492565b9450604087013561393581613466565b935060608701356139458161379f565b92506080870135613955816138d1565b915060a08701356001600160401b0381111561397057600080fd5b61397c89828a016136f6565b9150509295509295509295565b6001600160c01b0319811681146117f957600080fd5b80356134b281613989565b6000604082840312156139bc57600080fd5b6139c4613627565b905081356139d181613492565b815260208201356001600160401b038111156139ec57600080fd5b6139f8848285016136f6565b60208301525092915050565b60008060408385031215613a1757600080fd5b8235613a2281613989565b915060208301356001600160401b03811115613a3d57600080fd5b6138c7858286016139aa565b61ffff811681146117f957600080fd5b80356134b281613a49565b803564ffffffffff811681146134b257600080fd5b600060808284031215613a8b57600080fd5b613a93613649565b90508135613aa081613a49565b81526020828101359082015260408201356001600160401b03811115613ac557600080fd5b613ad1848285016136f6565b604083015250613ae360608301613a64565b606082015292915050565b600080600060608486031215613b0357600080fd5b8335613b0e81613492565b92506020840135613b1e81613782565b915060408401356001600160401b03811115613b3957600080fd5b613b4586828701613a79565b9150509250925092565b600060408284031215613b6157600080fd5b613b69613627565b9050813581526020820135602082015292915050565b60006101408284031215613b9257600080fd5b613b9a6135fe565b9050613ba5826134a7565b8152613bb48360208401613b4f565b602082015260608201356001600160401b03811115613bd257600080fd5b613bde848285016136f6565b6040830152506080820135606082015260a0820135608082015260c082013560a082015260e082013560c0820152610100613c1a818401613a64565b60e0830152613c2c6101208401613a64565b9082015292915050565b600080600060608486031215613c4b57600080fd5b8335613c5681613492565b925060208401356001600160401b03811115613c7157600080fd5b613c7d86828701613b7f565b9250506040840135613c8e81613466565b809150509250925092565b600060208284031215613cab57600080fd5b81356122c6816138d1565b60008060008060808587031215613ccc57600080fd5b8435613cd781613492565b93506020850135613ce781613782565b925060408501356001600160401b03811115613d0257600080fd5b613d0e87828801613a79565b9250506060850135613d1f81613466565b939692955090935050565b600060608284031215613d3c57600080fd5b604051606081016001600160401b038282108183111715613d5f57613d5f6135e8565b8160405282935084359150613d7382613989565b908252602084013590613d858261379f565b8160208401526040850135915080821115613d9f57600080fd5b50613dac858286016136f6565b6040830152505092915050565b600080600060608486031215613dce57600080fd5b8335613dd981613492565b925060208401356001600160401b03811115613df457600080fd5b613c7d86828701613d2a565b60008060408385031215613e1357600080fd5b8235915060208301356134e581613466565b600060e08284031215613e3757600080fd5b613e3f61366b565b9050613e4a826134a7565b815260208201356001600160401b0380821115613e6657600080fd5b613e72858386016136f6565b602084015260408401356040840152613e8d60608501613794565b6060840152613e9e60808501613794565b6080840152613eaf60a08501613a64565b60a084015260c0840135915080821115613ec857600080fd5b50613ed5848285016136f6565b60c08301525092915050565b60008060408385031215613ef457600080fd5b8235915060208301356001600160401b03811115613f1157600080fd5b6138c785828601613e25565b6020815260006122c66020830184613514565b600060808284031215613f4257600080fd5b613f4a613649565b9050813581526020820135602082015260408201356001600160401b03811115613ac557600080fd5b60008060008060808587031215613f8957600080fd5b8435613f9481613492565b93506020850135613fa481613a49565b925060408501356001600160401b03811115613fbf57600080fd5b613d0e87828801613f30565b60006101c08284031215613fde57600080fd5b613fe661368d565b9050613ff1826134a7565b8152613fff602083016138e6565b6020820152614010604083016137ad565b6040820152614021606083016137ad565b6060820152614032608083016137ad565b608082015260a082013560a082015260c082013560c08201526140588360e08401613b4f565b60e082015261012061406c84828501613b4f565b610100830152614080846101608501613b4f565b908201526140916101a083016138e6565b61014082015292915050565b600080600061020084860312156140b357600080fd5b83356140be81613492565b92506140cd8560208601613fcb565b91506101e0840135613c8e81613466565b600080604083850312156140f157600080fd5b82356140fc81613492565b915060208301356001600160401b0381111561411757600080fd5b6138c785828601613b7f565b6000610200828403121561413657600080fd5b61413e6136b0565b9050614149826134a7565b8152614157602083016134a7565b60208201526141686040830161399f565b60408201526141796060830161399f565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e0820152610100808301356001600160401b03808211156141c257600080fd5b6141ce868387016136f6565b838501526101209250828501359150808211156141ea57600080fd5b506141f7858286016136f6565b82840152505061014061420b818401613a59565b9082015261016061421d838201613a59565b9082015261018082810135908201526101a061423a818401613a64565b908201526101c061424c838201613a64565b908201526101e0613c2c838201613a64565b60008060006060848603121561427357600080fd5b833561427e81613492565b925060208401356001600160401b0381111561429957600080fd5b613c7d86828701614123565b600080604083850312156142b857600080fd5b82356134d581613989565b60ff815116825260ff602082015116602083015260018060a01b036040820151166040830152606081015163ffffffff808216606085015280608084015116608085015250505050565b6020815261431f6020820183516142c3565b6000602083015160c0808401526135c360e0840182613514565b6000610240828403121561434c57600080fd5b6143546136d3565b905061435f826138e6565b815261436d602083016138e6565b602082015261437e604083016134a7565b604082015261438f606083016134a7565b60608201526143a18360808401613b4f565b60808201526143b38360c08401613b4f565b60a08201526101006143c784828501613b4f565b60c08301526101406143db85828601613b4f565b60e08401526143ee856101808601613b4f565b82840152614400856101c08601613b4f565b61012084015261441361020085016137ad565b908301525061442561022083016138e6565b61016082015292915050565b600080610260838503121561444557600080fd5b823561445081613492565b915061445f8460208501614339565b90509250929050565b6000806000806080858703121561447e57600080fd5b8435614489816138d1565b93506020850135614499816138d1565b925060408501356144a981613492565b91506060850135613d1f816138d1565b60a0810161104e82846142c3565b6000806000606084860312156144dc57600080fd5b83356144e781613989565b925060208401356001600160401b0381111561450257600080fd5b613c7d868287016139aa565b60008060006060848603121561452357600080fd5b833561452e81613466565b9250602084013561453e81613466565b91506040840135613c8e81613466565b6000806000610280848603121561456457600080fd5b833561456f81613492565b925061457e8560208601614339565b9150610260840135613c8e81613466565b6000806000606084860312156145a457600080fd5b8335925060208401356001600160401b038111156145c157600080fd5b613c7d868287016137b8565b600080604083850312156145e057600080fd5b82356145eb81613492565b915060208301356001600160401b0381111561460657600080fd5b6138c785828601613d2a565b60008060006060848603121561462757600080fd5b833561463281613492565b9250602084013561453e81613a49565b600060a0828403121561465457600080fd5b61465c613649565b9050813561466981613492565b81526020820135614679816138d1565b602082015261468b8360408401613b4f565b60408201526080820135613ae3816138d1565b600080600060e084860312156146b357600080fd5b83356146be81613492565b92506146cd8560208601614642565b915060c0840135613c8e81613466565b6000806000606084860312156146f257600080fd5b8335925060208401356001600160401b0381111561470f57600080fd5b613c7d86828701613e25565b6000806101e0838503121561472f57600080fd5b823561473a81613492565b915061445f8460208501613fcb565b60ff19811681146117f957600080fd5b6000806040838503121561476c57600080fd5b823561477781613466565b915060208301356134e581614749565b60008060c0838503121561479a57600080fd5b82356147a581613492565b915061445f8460208501614642565b600080604083850312156147c757600080fd5b82356147d2816138d1565b915060208301356134e5816138d1565b6000806000606084860312156147f757600080fd5b833561480281613492565b9250602084013561481281613a49565b915060408401356001600160401b0381111561482d57600080fd5b613b4586828701613f30565b6000806040838503121561484c57600080fd5b823561485781613492565b915060208301356001600160401b0381111561487257600080fd5b6138c785828601614123565b600181811c9082168061489257607f821691505b6020821081036148b257634e487b7160e01b600052602260045260246000fd5b50919050565b6000602082840312156148ca57600080fd5b81516122c68161379f565b6000602082840312156148e757600080fd5b81516122c681613492565b60006020828403121561490457600080fd5b5051919050565b602081526000825161012080602085015261492a610140850183613514565b9150602085015160408501526040850151606085015260608501516080850152608085015161496160a086018263ffffffff169052565b5060a085015163ffffffff811660c08601525060c085015180151560e08601525060e08501516101006149978187018315159052565b860151858403601f19018387015290506149b18382613514565b9695505050505050565b601f8211156112d557600081815260208120601f850160051c810160208610156149e25750805b601f850160051c820191505b818110156125e1578281556001016149ee565b81516001600160401b03811115614a1a57614a1a6135e8565b614a2e81614a28845461487e565b846149bb565b602080601f831160018114614a635760008415614a4b5750858301515b600019600386901b1c1916600185901b1785556125e1565b600085815260208120601f198616915b82811015614a9257888601518255948401946001909101908401614a73565b5085821015614ab05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b602081526001600160601b038251166020820152600060208301516040808401526135c36060840182613514565b6020815261ffff8251166020820152602082015160408201526000604083015160806060840152614b2260a0840182613514565b905064ffffffffff60608501511660808401528091505092915050565b60208152614b596020820183516001600160601b03169052565b60006020830151614b77604084018280518252602090810151910152565b506040830151610140806080850152614b94610160850183613514565b9150606085015160a0850152608085015160c085015260a085015160e085015260c0850151610100818187015260e08701519150614bdc61012087018364ffffffffff169052565b9095015164ffffffffff1693019290925250919050565b600060208284031215614c0557600080fd5b81516122c6816138d1565b602081526001600160401b0360c01b8251166020820152602082015115156040820152600060408301516060808401526135c36080840182613514565b602081526001600160601b0382511660208201526000602083015160e06040840152614c7d610100840182613514565b90506040840151606084015263ffffffff60608501511660808401526080840151614cb060a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e0850152614cdf8282613514565b95945050505050565b6020815281516020820152602082015160408201526000604083015160806060840152614b2260a0840182613514565b81516001600160601b031681526101c081016020830151614d4460208401826001600160a01b03169052565b506040830151614d58604084018215159052565b506060830151614d6c606084018215159052565b506080830151614d80608084018215159052565b5060a083015160a083015260c083015160c083015260e0830151614db160e084018280518252602090810151910152565b50610100830151610120614dd18185018380518252602090810151910152565b840151805161016085015260200151610180840152506101408301516001600160a01b0381166101a08401525b5092915050565b60208152614e1f6020820183516001600160601b03169052565b60006020830151614e3b60408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b03198116608084015250608083015160a083015260a083015160c083015260c083015160e083015260e08301516101008181850152808501519150506102006101208181860152614eb3610220860184613514565b9250808601519050610140601f198685030181870152614ed38483613514565b935080870151915050610160614eee8187018361ffff169052565b8601519050610180614f058682018361ffff169052565b8601516101a08681019190915286015190506101c0614f2c8187018364ffffffffff169052565b86015190506101e0614bdc8682018364ffffffffff169052565b81516001600160a01b0316815261024081016020830151614f7260208401826001600160a01b03169052565b506040830151614f8d60408401826001600160601b03169052565b506060830151614fa860608401826001600160601b03169052565b506080830151614fc5608084018280518252602090810151910152565b5060a0830151805160c0840152602081015160e08401525060c0830151610100614ffb8185018380518252602090810151910152565b60e0850151915061014061501b8186018480518252602090810151910152565b9085015180516101808601526020908101516101a086015261012086015180516101c087015201516101e08501528401511515610200840152506101608301516001600160a01b038116610220840152614dfe565b81516001600160601b031681526020808301516001600160a01b03908116828401526040808501518051918501919091529091015160608084019190915290920151909116608082015260a00190565b6000602082840312156150d257600080fd5b81516122c681613466565b600080858511156150ed57600080fd5b838611156150fa57600080fd5b5050820193919092039150565b6001600160e01b0319813581811691600485101561512f5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516151898184602087016134f0565b9190910192915050565b600080604083850312156151a657600080fd5b82516151b18161379f565b60208401519092506134e581613782565b6000602082840312156151d457600080fd5b81516122c681614749565b60ff978816815260ff1996909616602087015293861660408601529190941660608401526001600160a01b03938416608084015290921660a082015263ffffffff9190911660c082015260e0019056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220adc079b910ae26d295eb0947b71576475f27a0177db0eac8b3ee3d84c1d9668d64736f6c63430008140033",
|
3100
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106104ac5760003560e01c80637a7afcb01161026d578063bf1db3f911610151578063e5f6cd27116100ce578063f7bc431c11610092578063f7bc431c14610b5e578063f7c34ee014610b71578063fa145b6d14610b84578063fe1f18d614610b97578063fed3d63f14610baa578063ff0a080514610bb257600080fd5b8063e5f6cd2714610ae4578063e9e96c7014610afa578063f21de1e8146107c3578063f48016ce14610b38578063f651dcac14610b4b57600080fd5b8063cf947d2011610115578063cf947d2014610a90578063d2f21a2914610aa3578063dee3262314610ab6578063e1033e7d14610ac9578063e3aa7f0514610ad157600080fd5b8063bf1db3f914610a52578063bf7e214f14610a65578063ca600b1c14610a6d578063ccdcd37f14610a75578063cde749f414610a8857600080fd5b80639df0280b116101ea578063a9cea142116101ae578063a9cea142146109f1578063ada9652e14610a04578063afa5e13014610757578063b3260e9314610a19578063b405b76f14610a2c578063b6d7cd6214610a3f57600080fd5b80639df0280b1461058d578063a13df2ab14610907578063a5961b4c1461091a578063a76ee018146109cb578063a8989675146109de57600080fd5b80638eaa6ac0116102315780638eaa6ac0146108a05780638fb36037146108c057806391ff6eaa146108e1578063976b0a77146108f45780639a960d521461084c57600080fd5b80637a7afcb01461084c5780637a9e5e4b1461085f5780637b8c388f146108725780637cef484214610885578063893d20e81461089857600080fd5b80633fc5ab98116103945780635772b101116103115780636071a68e116102d55780636071a68e146107dd57806361f5f420146107f0578063644c45e014610801578063675393bf146108295780636b9bf08b1461083c57806375b238fc1461084457600080fd5b80635772b1011461079d578063588cd281146107b05780635ab1bd53146107c35780635d4345cc1461058d5780635dfa73db146107d457600080fd5b8063468a186711610358578063468a18671461073157806351cf2fd0146107445780635378cd3c1461075757806354d747a81461076a57806354f6127f1461077d57600080fd5b80633fc5ab98146106dd57806340529b0f146106f0578063422c9d00146107035780634288121d14610716578063447fc48f1461071e57600080fd5b8063214cdb801161042d57806336fc697e116103f157806336fc697e1461065957806337f135d71461066157806338a699a41461067e5780633c0d6a41146106915780633ca7c02a146106a45780633e35aba8146106ca57600080fd5b8063214cdb80146106055780632781d4431461061857806327953f481461062057806327bb7a33146106335780632f61088a1461064657600080fd5b80630fad0eb1116104745780630fad0eb11461058d5780630fec111c146105a0578063138461e0146105b55780631b38d5f4146105bd5780631eff4b22146105de57600080fd5b806301ffc9a7146104b157806302cd3071146104f357806309648a9d146105185780630d358181146105525780630f526f7d14610578575b600080fd5b6104de6104bf366004613423565b6001600160e01b03191660009081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6006546001600160a01b03165b6040516001600160a01b0390911681526020016104ea565b61054061052636600461344d565b600090815260046020526040902054610100900460ff1690565b60405160ff90911681526020016104ea565b610540610560366004613475565b60ff9081166000908152600260205260409020541690565b61058b6105863660046134b7565b610bc5565b005b61058b61059b3660046134b7565b610bea565b6105a8610bff565b6040516104ea9190613540565b61058b610dae565b6105d06105cb3660046135cb565b610fb5565b6040519081526020016104ea565b6105d07f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b61058b610613366004613423565b611054565b6105d0600381565b61058b61062e36600461388b565b611081565b61058b6106413660046138f1565b6110b3565b61058b610654366004613a04565b61113f565b61058b6111da565b610669600081565b60405163ffffffff90911681526020016104ea565b6104de61068c36600461344d565b611220565b61058b61069f366004613aee565b6112af565b6106b26001600160401b0381565b6040516001600160401b0390911681526020016104ea565b6105d06106d83660046135cb565b6112da565b61058b6106eb366004613c36565b611307565b61058b6106fe3660046134b7565b611342565b61058b610711366004613c99565b611357565b610500611494565b61058b61072c366004613cb6565b611527565b6105d061073f3660046135cb565b611553565b61058b610752366004613db9565b611580565b61058b610765366004613e00565b6115a6565b61058b610778366004613ee1565b6115b9565b61079061078b36600461344d565b6115d7565b6040516104ea9190613f1d565b61058b6107ab366004613f73565b61167c565b61058b6107be36600461409d565b6116a2565b6001546001600160a01b0316610500565b6106b261271081565b61058b6107eb3660046140de565b6116ca565b6007546001600160a01b0316610500565b600080516020615230833981519152546040516001600160601b0390911681526020016104ea565b61058b610837366004613c99565b6116f0565b6105006117fc565b6106b2600081565b61058b61085a36600461425e565b611825565b61058b61086d366004613c99565b61184b565b6105d06108803660046135cb565b6118ce565b61058b6108933660046142a5565b6118fb565b610500611985565b6108b36108ae36600461344d565b611abc565b6040516104ea919061430d565b6108c8611bfd565b6040516001600160e01b031990911681526020016104ea565b61058b6108ef366004614431565b611c35565b61058b610902366004614468565b611c5d565b6105d06109153660046135cb565b611e3a565b6109be61092836600461344d565b6040805160a08101825260008082526020820181905291810182905260608101829052608081019190915250600090815260046020908152604091829020825160a081018452905460ff8082168352610100820416928201929092526001600160a01b03620100008304169281019290925263ffffffff600160b01b820481166060840152600160d01b90910416608082015290565b6040516104ea91906144b9565b61058b6109d93660046144c7565b611e67565b61058b6109ec36600461450e565b611f02565b61058b6109ff36600461454e565b611ff3565b6105d060008051602061523083398151915281565b61058b610a2736600461458f565b61201b565b61058b610a3a3660046145cd565b612039565b61058b610a4d366004614612565b61205f565b6104de610a60366004613475565b612074565b6105006120c1565b6105006120dd565b61058b610a8336600461469e565b612106565b61054061212e565b61058b610a9e3660046146dd565b6121a5565b61058b610ab13660046134b7565b6121c3565b61058b610ac43660046134b7565b6121da565b6105006121f1565b61058b610adf36600461471b565b61221a565b60055461010090046001600160a01b0316610500565b6104de610b0836600461450e565b60ff9283166000908152600360209081526040808320948616835293815283822092851682529190915220541690565b6105d0610b46366004614759565b612242565b61058b610b59366004614787565b6122cd565b61058b610b6c366004613c99565b6122f5565b61058b610b7f3660046147b4565b6123e2565b61058b610b923660046147e2565b612459565b61058b610ba53660046134b7565b61247f565b610500612494565b61058b610bc0366004614839565b6124bd565b610bd2335b6000366124e3565b610be6610be083608c6125e9565b82612635565b5050565b610bf333610bca565b610be6610be083611553565b6040805160e08101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820152907f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa3006040805160808101825282546001600160601b038116825260ff600160601b820481166020840152600160681b90910416151591810191909152600182018054919291606084019190610caa9061487e565b80601f0160208091040260200160405190810160405280929190818152602001828054610cd69061487e565b8015610d235780601f10610cf857610100808354040283529160200191610d23565b820191906000526020600020905b815481529060010190602001808311610d0657829003601f168201915b50505050508152505090506040518060e00160405280610d41600090565b6001600160601b0316815260200182600001516001600160601b03168152602001826020015160ff168152602001826040015115158152602001306001600160a01b03168152602001610d92611985565b6001600160a01b03168152602001826060015181525091505090565b600060008051602061523083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af4158015610e1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e4191906148b8565b15610e725780546040516301ab8b6760e21b81526001600160601b0390911660048201526024015b60405180910390fd5b30610e856001546001600160a01b031690565b60405163c3c5a54760e01b81526001600160a01b038381166004830152919091169063c3c5a54790602401602060405180830381865afa158015610ecd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ef191906148b8565b610f195760405163b9304b0d60e01b81526001600160a01b0382166004820152602401610e69565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038381166004830152919091169063d272ac1e90602401602060405180830381865afa158015610f6d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f9191906148d5565b82546bffffffffffffffffffffffff19166001600160601b03919091161790915550565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b03841660795b6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561102a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061104e91906148f2565b92915050565b61105c61263f565b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b61108a33610bca565b610be6828260405160200161109f919061490b565b60405160208183030381529060405261268a565b6110bb61263f565b6110c582876123e2565b60007f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0388166cffffffffffffffffffffffffff1990911617600160601b60ff8816021760ff60681b1916600160681b861515021781559050600181016111358382614a01565b5050505050505050565b61114833610bca565b6040516355ee627560e01b81526001600160c01b031983166004820152610be69073__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af41580156111a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111c991906148f2565b8260405160200161109f9190614ac0565b6111e261263f565b6301ffc9a760e01b60009081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b600081815260046020819052604080832054905163b2466acf60e01b815261010090910460ff169181019190915273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf906024015b602060405180830381865af415801561128b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061104e91906148b8565b6112b833610bca565b6112d56112c484611553565b8260405160200161109f9190614aee565b505050565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b0384166078610fde565b61131033610bca565b6112d561131c84611e3a565b8360405160200161132d9190614b3f565b60405160208183030381529060405283612694565b61134b33610bca565b610be6610be0836118ce565b61136033610bca565b6007546001600160a01b0316156113b05760405162461bcd60e51b8152602060048201526014602482015273109d5b991b1953585b9859d95c881a5cc81cd95d60621b6044820152606401610e69565b306001600160a01b0316816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113f8573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061141c9190614bf3565b6001600160a01b0316146114725760405162461bcd60e51b815260206004820152601f60248201527f42756e646c654d616e6167657220696e7374616e6365206d69736d61746368006044820152606401610e69565b600780546001600160a01b0319166001600160a01b0392909216919091179055565b60006114a86001546001600160a01b031690565b6001600160a01b031663d39e6043606e5b6040516001600160e01b031960e084901b16815260ff909116600482015260036024820152604401602060405180830381865afa1580156114fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115229190614bf3565b905090565b61153033610bca565b61154d61153c85611553565b8360405160200161132d9190614aee565b50505050565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b03841660d3610fde565b61158933610bca565b6112d5611595846118ce565b8360405160200161132d9190614c10565b6115af33610bca565b610be68282612635565b6115c233610bca565b610be6828260405160200161109f9190614c4d565b60008181526004602052604090206001018054606091906115f79061487e565b80601f01602080910402602001604051908101604052809291908181526020018280546116239061487e565b80156116705780601f1061164557610100808354040283529160200191611670565b820191906000526020600020905b81548152906001019060200180831161165357829003601f168201915b50505050509050919050565b61168533610bca565b61154d61169185611553565b8360405160200161132d9190614ce8565b6116ab33610bca565b6112d56116b984608c6125e9565b8360405160200161132d9190614d18565b6116d333610bca565b610be66116df83611e3a565b8260405160200161109f9190614b3f565b6116f861263f565b806001600160a01b03163b60000361172e5760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e69565b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b8152630a3888e560e31b60048201526301ffc9a790602401602060405180830381865afa9250505080156117a8575060408051601f3d908101601f191682019092526117a5918101906148b8565b60015b6117d05760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610e69565b80610be65760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610e69565b50565b60006118106001546001600160a01b031690565b6001600160a01b031663d39e6043608c6114b9565b61182e33610bca565b6112d561183a84611553565b8360405160200161132d9190614e05565b336118546120c1565b6001600160a01b0316816001600160a01b03161461188f5760405162d1953b60e31b81526001600160a01b0382166004820152602401610e69565b816001600160a01b03163b6000036118c5576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e69565b610be68261269f565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b038416607a610fde565b61190433610bca565b6040516355ee627560e01b81526001600160c01b031983166004820152610be69073__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af4158015611961573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610be091906148f2565b60008060008051602061523083398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__906330b8415f90602401602060405180830381865af41580156119f5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a1991906148b8565b15611aa6576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015611a7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611aa09190614bf3565b91505090565b54600160601b90046001600160a01b0316919050565b6040805160e081018252600091810182815260608083018490526080830184905260a0830184905260c083019390935281526020810191909152600082815260046020908152604091829020825160e081018452815460ff80821695830195865261010082041660608301526001600160a01b0362010000820416608083015263ffffffff600160b01b8204811660a0840152600160d01b9091041660c08201529283526001810180549192840191611b749061487e565b80601f0160208091040260200160405190810160405280929190818152602001828054611ba09061487e565b8015611bed5780601f10611bc257610100808354040283529160200191611bed565b820191906000526020600020905b815481529060010190602001808311611bd057829003601f168201915b5050505050815250509050919050565b600080516020615250833981519152805460009190600160a01b900460ff16611c27576000611aa0565b638fb3603760e01b91505090565b611c3e33610bca565b610be6611c4c83606e6125e9565b8260405160200161109f9190614f46565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b0316600081158015611ca25750825b90506000826001600160401b03166001148015611cbe5750303b155b905081158015611ccc575080155b15611cea5760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611d1457845460ff60401b1916600160401b1785555b88600560016101000a8154816001600160a01b0302191690836001600160a01b03160217905550611dba600560019054906101000a90046001600160a01b03166001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611db59190614bf3565b612700565b611dd98888604660008a604051806020016040528060008152506110b3565b611de96343a55ce760e01b611054565b8315611e2f57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050565b600073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__633889a4c86001600160601b03841660dc610fde565b611e7033610bca565b6040516355ee627560e01b81526001600160c01b0319841660048201526112d59073__$19a201e37be2e25dc57bd4aa563a0edb25$__906355ee627590602401602060405180830381865af4158015611ecd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ef191906148f2565b8360405160200161132d9190614ac0565b60ff8381166000908152600260205260409081902054905163037c8cb160e51b81529116600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af4158015611f67573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f8b91906148b8565b15611f9557505050565b60ff8084166000908152600360209081526040808320868516845282528083208585168452909152902054166112d557604051636bb20ea760e01b815260ff8085166004830152808416602483015282166044820152606401610e69565b611ffc33610bca565b6112d561200a84606e6125e9565b8360405160200161132d9190614f46565b61202433610bca565b6112d5838360405160200161132d919061490b565b61204233610bca565b610be661204e836118ce565b8260405160200161109f9190614c10565b61206833610bca565b6112d5610be084611553565b60ff81811660009081526002602052604080822054905163b2466acf60e01b8152921660048301529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf9060240161126e565b600080516020615250833981519152546001600160a01b031690565b60006120f16001546001600160a01b031690565b6001600160a01b031663d39e604360786114b9565b61210f33610bca565b6112d561211d8460786125e9565b8360405160200161132d9190615070565b604051632392b61b60e21b81526003600482015260009073__$9dab98ad7ae1a426029e5739f922230a41$__90638e4ad86c90602401602060405180830381865af4158015612181573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061152291906150c0565b6121ae33610bca565b6112d5838360405160200161132d9190614c4d565b6121cc33610bca565b610be6610be08360786125e9565b6121e333610bca565b610be6610be083606e6125e9565b60006122056001546001600160a01b031690565b6001600160a01b031663d39e604360d36114b9565b61222333610bca565b610be661223183608c6125e9565b8260405160200161109f9190614d18565b604051637a400b6760e11b815260ff8316600482015260ff198216602482015260009073__$c8f743efd2b4f0c9300f2558c784479d3e$__9063f48016ce906044015b602060405180830381865af41580156122a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122c691906148f2565b9392505050565b6122d633610bca565b610be66122e48360786125e9565b8260405160200161109f9190615070565b6122fe33610bca565b306001600160a01b0316816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa158015612346573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061236a9190614bf3565b6001600160a01b0316146123c05760405162461bcd60e51b815260206004820181905260248201527f496e7374616e636552656164657220696e7374616e6365206d69736d617463686044820152606401610e69565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b6123ea61263f565b6123f3816116f0565b6123fb6111da565b6001600160a01b0382166124225760405163f17ef42d60e01b815260040160405180910390fd5b5060008051602061523083398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b61246233610bca565b6112d561246e84611553565b8260405160200161109f9190614ce8565b61248833610bca565b610be6610be083611e3a565b60006124a86001546001600160a01b031690565b6001600160a01b031663d39e604360dc6114b9565b6124c633610bca565b610be66124d283611553565b8260405160200161109f9190614e05565b60008051602061525083398151915260008061251e6125006120c1565b8730612510600460008a8c6150dd565b61251991615107565b612711565b91509150816125e15763ffffffff8116156125be57825460ff60a01b1916600160a01b17835561254c6120c1565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b815260040161257b93929190615137565b600060405180830381600087803b15801561259557600080fd5b505af11580156125a9573d6000803e3d6000fd5b5050845460ff60a01b19168555506125e19050565b60405162d1953b60e31b81526001600160a01b0387166004820152602401610e69565b505050505050565b604051630711349960e31b81526001600160601b038316600482015260ff8216602482015260009073__$6facc32ab6029a5f5de2a1d5e55ea9da0e$__90633889a4c890604401612285565b610be6828261281d565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661268857604051631afcd79f60e31b815260040160405180910390fd5b565b610be68282612b51565b6112d5838383612f77565b60008051602061525083398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61270861263f565b6117f981613412565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516127809190615177565b600060405180830381855afa9150503d80600081146127bb576040519150601f19603f3d011682016040523d82523d6000602084013e6127c0565b606091505b509150915081156128125760408151106127f257808060200190518101906127e89190615193565b9094509250612812565b6020815110612812578080602001905181019061280f91906148b8565b93505b505094509492505050565b60405163b2466acf60e01b815260ff8216600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af415801561286f573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061289391906148b8565b6128df5760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a4b56532d3034303a53544154455f554e444546494e45440000006044820152606401610e69565b6000828152600460208190526040918290208054925163b2466acf60e01b815261010090930460ff169183018290529173__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af415801561294b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061296f91906148b8565b6129bb5760405162461bcd60e51b815260206004820152601a60248201527f4552524f523a4b56532d3034313a4e4f545f4558495354494e470000000000006044820152606401610e69565b8154620100003390810262010000600160b01b031960ff87166101000216610100600160b01b03198416171784559063ffffffff600160b01b909104166129ff4390565b845463ffffffff91909116600160b01b0263ffffffff60b01b19909116178455604051634b00e98f60e11b8152600481018790527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015612a91573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612ab591906150c0565b604051630713cfad60e31b81526004810189905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af4158015612b05573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b2991906151c2565b8786863287604051612b4197969594939291906151df565b60405180910390a1505050505050565b604051634b00e98f60e11b81526004810183905260009073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015612ba4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bc891906150c0565b60405163b2466acf60e01b815260ff8216600482015290915073__$fb4566b39bd2075cb32f600f6f40bfaef2$__9063b2466acf90602401602060405180830381865af4158015612c1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c4191906148b8565b612c8d5760405162461bcd60e51b815260206004820152601c60248201527f4552524f523a4b56532d3031303a545950455f554e444546494e4544000000006044820152606401610e69565b6000838152600460208190526040918290208054925163037c8cb160e51b815261010090930460ff16918301919091529073__$2a12cf1a40369f689f3a67e70f4b31dadc$__90636f91962090602401602060405180830381865af4158015612cfa573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d1e91906148b8565b612d6a5760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a4b56532d3031323a414c52454144595f435245415445440000006044820152606401610e69565b33436000612d7785612074565b612d82576064612d98565b60ff808616600090815260026020526040902054165b845460ff87811661ffff1990921691909117610100918316919091021762010000600160d01b031916620100006001600160a01b0386160263ffffffff60b01b191617600160b01b63ffffffff85169081029190911763ffffffff60d01b1916600160d01b919091021785556000888152600460205260409020909150600101612e228782614a01565b50604051634b00e98f60e11b8152600481018890527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015612e95573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eb991906150c0565b604051630713cfad60e31b8152600481018a905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af4158015612f09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f2d91906151c2565b6040805160ff938416815260ff199092166020830152918416918101919091526001600160a01b038516606082015232608082015260a0015b60405180910390a150505050505050565b60405163b2466acf60e01b815260ff8216600482015273__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af4158015612fc9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612fed91906148b8565b6130395760405162461bcd60e51b815260206004820152601d60248201527f4552524f523a4b56532d3032303a53544154455f554e444546494e45440000006044820152606401610e69565b6000838152600460208190526040918290208054925163b2466acf60e01b815261010090930460ff169183018290529173__$2a12cf1a40369f689f3a67e70f4b31dadc$__9063b2466acf90602401602060405180830381865af41580156130a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906130c991906148b8565b6131155760405162461bcd60e51b815260206004820152601a60248201527f4552524f523a4b56532d3032313a4e4f545f4558495354494e470000000000006044820152606401610e69565b60008581526004602052604090206001016131308582614a01565b508154620100003390810262010000600160b01b031960ff87166101000216610100600160b01b03198416171784559063ffffffff600160b01b909104166131754390565b845463ffffffff91909116600160b01b0263ffffffff60b01b19909116178455604051634b00e98f60e11b8152600481018890527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015613207573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061322b91906150c0565b604051630713cfad60e31b8152600481018a905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af415801561327b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061329f91906151c2565b87868632876040516132b797969594939291906151df565b60405180910390a1604051634b00e98f60e11b8152600481018890527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$c8f743efd2b4f0c9300f2558c784479d3e$__90639601d31e90602401602060405180830381865af4158015613331573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061335591906150c0565b604051630713cfad60e31b8152600481018a905273__$c8f743efd2b4f0c9300f2558c784479d3e$__9063389e7d6890602401602060405180830381865af41580156133a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133c991906151c2565b6040805160ff938416815260ff199092166020830152918816918101919091526001600160a01b038416606082015232608082015263ffffffff831660a082015260c001612f66565b61341a61263f565b6117f98161269f565b60006020828403121561343557600080fd5b81356001600160e01b0319811681146122c657600080fd5b60006020828403121561345f57600080fd5b5035919050565b60ff811681146117f957600080fd5b60006020828403121561348757600080fd5b81356122c681613466565b6001600160601b03811681146117f957600080fd5b80356134b281613492565b919050565b600080604083850312156134ca57600080fd5b82356134d581613492565b915060208301356134e581613466565b809150509250929050565b60005b8381101561350b5781810151838201526020016134f3565b50506000910152565b6000815180845261352c8160208601602086016134f0565b601f01601f19169290920160200192915050565b6020815260006001600160601b038084511660208401528060208501511660408401525060ff604084015116606083015260608301511515608083015260018060a01b0360808401511660a083015260a08301516135a960c08401826001600160a01b03169052565b5060c083015160e0808401526135c3610100840182613514565b949350505050565b6000602082840312156135dd57600080fd5b81356122c681613492565b634e487b7160e01b600052604160045260246000fd5b60405161012081016001600160401b0381118282101715613621576136216135e8565b60405290565b604080519081016001600160401b0381118282101715613621576136216135e8565b604051608081016001600160401b0381118282101715613621576136216135e8565b60405160e081016001600160401b0381118282101715613621576136216135e8565b60405161016081016001600160401b0381118282101715613621576136216135e8565b60405161020081016001600160401b0381118282101715613621576136216135e8565b60405161018081016001600160401b0381118282101715613621576136216135e8565b600082601f83011261370757600080fd5b81356001600160401b0380821115613721576137216135e8565b604051601f8301601f19908116603f01168101908282118183101715613749576137496135e8565b8160405283815286602085880101111561376257600080fd5b836020870160208301376000602085830101528094505050505092915050565b63ffffffff811681146117f957600080fd5b80356134b281613782565b80151581146117f957600080fd5b80356134b28161379f565b600061012082840312156137cb57600080fd5b6137d36135fe565b905081356001600160401b03808211156137ec57600080fd5b6137f8858386016136f6565b835260208401356020840152604084013560408401526060840135606084015261382460808501613794565b608084015261383560a08501613794565b60a084015261384660c085016137ad565b60c084015261385760e085016137ad565b60e08401526101009150818401358181111561387257600080fd5b61387e868287016136f6565b8385015250505092915050565b6000806040838503121561389e57600080fd5b8235915060208301356001600160401b038111156138bb57600080fd5b6138c7858286016137b8565b9150509250929050565b6001600160a01b03811681146117f957600080fd5b80356134b2816138d1565b60008060008060008060c0878903121561390a57600080fd5b8635613915816138d1565b9550602087013561392581613492565b9450604087013561393581613466565b935060608701356139458161379f565b92506080870135613955816138d1565b915060a08701356001600160401b0381111561397057600080fd5b61397c89828a016136f6565b9150509295509295509295565b6001600160c01b0319811681146117f957600080fd5b80356134b281613989565b6000604082840312156139bc57600080fd5b6139c4613627565b905081356139d181613492565b815260208201356001600160401b038111156139ec57600080fd5b6139f8848285016136f6565b60208301525092915050565b60008060408385031215613a1757600080fd5b8235613a2281613989565b915060208301356001600160401b03811115613a3d57600080fd5b6138c7858286016139aa565b61ffff811681146117f957600080fd5b80356134b281613a49565b803564ffffffffff811681146134b257600080fd5b600060808284031215613a8b57600080fd5b613a93613649565b90508135613aa081613a49565b81526020828101359082015260408201356001600160401b03811115613ac557600080fd5b613ad1848285016136f6565b604083015250613ae360608301613a64565b606082015292915050565b600080600060608486031215613b0357600080fd5b8335613b0e81613492565b92506020840135613b1e81613782565b915060408401356001600160401b03811115613b3957600080fd5b613b4586828701613a79565b9150509250925092565b600060408284031215613b6157600080fd5b613b69613627565b9050813581526020820135602082015292915050565b60006101408284031215613b9257600080fd5b613b9a6135fe565b9050613ba5826134a7565b8152613bb48360208401613b4f565b602082015260608201356001600160401b03811115613bd257600080fd5b613bde848285016136f6565b6040830152506080820135606082015260a0820135608082015260c082013560a082015260e082013560c0820152610100613c1a818401613a64565b60e0830152613c2c6101208401613a64565b9082015292915050565b600080600060608486031215613c4b57600080fd5b8335613c5681613492565b925060208401356001600160401b03811115613c7157600080fd5b613c7d86828701613b7f565b9250506040840135613c8e81613466565b809150509250925092565b600060208284031215613cab57600080fd5b81356122c6816138d1565b60008060008060808587031215613ccc57600080fd5b8435613cd781613492565b93506020850135613ce781613782565b925060408501356001600160401b03811115613d0257600080fd5b613d0e87828801613a79565b9250506060850135613d1f81613466565b939692955090935050565b600060608284031215613d3c57600080fd5b604051606081016001600160401b038282108183111715613d5f57613d5f6135e8565b8160405282935084359150613d7382613989565b908252602084013590613d858261379f565b8160208401526040850135915080821115613d9f57600080fd5b50613dac858286016136f6565b6040830152505092915050565b600080600060608486031215613dce57600080fd5b8335613dd981613492565b925060208401356001600160401b03811115613df457600080fd5b613c7d86828701613d2a565b60008060408385031215613e1357600080fd5b8235915060208301356134e581613466565b600060e08284031215613e3757600080fd5b613e3f61366b565b9050613e4a826134a7565b815260208201356001600160401b0380821115613e6657600080fd5b613e72858386016136f6565b602084015260408401356040840152613e8d60608501613794565b6060840152613e9e60808501613794565b6080840152613eaf60a08501613a64565b60a084015260c0840135915080821115613ec857600080fd5b50613ed5848285016136f6565b60c08301525092915050565b60008060408385031215613ef457600080fd5b8235915060208301356001600160401b03811115613f1157600080fd5b6138c785828601613e25565b6020815260006122c66020830184613514565b600060808284031215613f4257600080fd5b613f4a613649565b9050813581526020820135602082015260408201356001600160401b03811115613ac557600080fd5b60008060008060808587031215613f8957600080fd5b8435613f9481613492565b93506020850135613fa481613a49565b925060408501356001600160401b03811115613fbf57600080fd5b613d0e87828801613f30565b60006101c08284031215613fde57600080fd5b613fe661368d565b9050613ff1826134a7565b8152613fff602083016138e6565b6020820152614010604083016137ad565b6040820152614021606083016137ad565b6060820152614032608083016137ad565b608082015260a082013560a082015260c082013560c08201526140588360e08401613b4f565b60e082015261012061406c84828501613b4f565b610100830152614080846101608501613b4f565b908201526140916101a083016138e6565b61014082015292915050565b600080600061020084860312156140b357600080fd5b83356140be81613492565b92506140cd8560208601613fcb565b91506101e0840135613c8e81613466565b600080604083850312156140f157600080fd5b82356140fc81613492565b915060208301356001600160401b0381111561411757600080fd5b6138c785828601613b7f565b6000610200828403121561413657600080fd5b61413e6136b0565b9050614149826134a7565b8152614157602083016134a7565b60208201526141686040830161399f565b60408201526141796060830161399f565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e0820152610100808301356001600160401b03808211156141c257600080fd5b6141ce868387016136f6565b838501526101209250828501359150808211156141ea57600080fd5b506141f7858286016136f6565b82840152505061014061420b818401613a59565b9082015261016061421d838201613a59565b9082015261018082810135908201526101a061423a818401613a64565b908201526101c061424c838201613a64565b908201526101e0613c2c838201613a64565b60008060006060848603121561427357600080fd5b833561427e81613492565b925060208401356001600160401b0381111561429957600080fd5b613c7d86828701614123565b600080604083850312156142b857600080fd5b82356134d581613989565b60ff815116825260ff602082015116602083015260018060a01b036040820151166040830152606081015163ffffffff808216606085015280608084015116608085015250505050565b6020815261431f6020820183516142c3565b6000602083015160c0808401526135c360e0840182613514565b6000610240828403121561434c57600080fd5b6143546136d3565b905061435f826138e6565b815261436d602083016138e6565b602082015261437e604083016134a7565b604082015261438f606083016134a7565b60608201526143a18360808401613b4f565b60808201526143b38360c08401613b4f565b60a08201526101006143c784828501613b4f565b60c08301526101406143db85828601613b4f565b60e08401526143ee856101808601613b4f565b82840152614400856101c08601613b4f565b61012084015261441361020085016137ad565b908301525061442561022083016138e6565b61016082015292915050565b600080610260838503121561444557600080fd5b823561445081613492565b915061445f8460208501614339565b90509250929050565b6000806000806080858703121561447e57600080fd5b8435614489816138d1565b93506020850135614499816138d1565b925060408501356144a981613492565b91506060850135613d1f816138d1565b60a0810161104e82846142c3565b6000806000606084860312156144dc57600080fd5b83356144e781613989565b925060208401356001600160401b0381111561450257600080fd5b613c7d868287016139aa565b60008060006060848603121561452357600080fd5b833561452e81613466565b9250602084013561453e81613466565b91506040840135613c8e81613466565b6000806000610280848603121561456457600080fd5b833561456f81613492565b925061457e8560208601614339565b9150610260840135613c8e81613466565b6000806000606084860312156145a457600080fd5b8335925060208401356001600160401b038111156145c157600080fd5b613c7d868287016137b8565b600080604083850312156145e057600080fd5b82356145eb81613492565b915060208301356001600160401b0381111561460657600080fd5b6138c785828601613d2a565b60008060006060848603121561462757600080fd5b833561463281613492565b9250602084013561453e81613a49565b600060a0828403121561465457600080fd5b61465c613649565b9050813561466981613492565b81526020820135614679816138d1565b602082015261468b8360408401613b4f565b60408201526080820135613ae3816138d1565b600080600060e084860312156146b357600080fd5b83356146be81613492565b92506146cd8560208601614642565b915060c0840135613c8e81613466565b6000806000606084860312156146f257600080fd5b8335925060208401356001600160401b0381111561470f57600080fd5b613c7d86828701613e25565b6000806101e0838503121561472f57600080fd5b823561473a81613492565b915061445f8460208501613fcb565b60ff19811681146117f957600080fd5b6000806040838503121561476c57600080fd5b823561477781613466565b915060208301356134e581614749565b60008060c0838503121561479a57600080fd5b82356147a581613492565b915061445f8460208501614642565b600080604083850312156147c757600080fd5b82356147d2816138d1565b915060208301356134e5816138d1565b6000806000606084860312156147f757600080fd5b833561480281613492565b9250602084013561481281613a49565b915060408401356001600160401b0381111561482d57600080fd5b613b4586828701613f30565b6000806040838503121561484c57600080fd5b823561485781613492565b915060208301356001600160401b0381111561487257600080fd5b6138c785828601614123565b600181811c9082168061489257607f821691505b6020821081036148b257634e487b7160e01b600052602260045260246000fd5b50919050565b6000602082840312156148ca57600080fd5b81516122c68161379f565b6000602082840312156148e757600080fd5b81516122c681613492565b60006020828403121561490457600080fd5b5051919050565b602081526000825161012080602085015261492a610140850183613514565b9150602085015160408501526040850151606085015260608501516080850152608085015161496160a086018263ffffffff169052565b5060a085015163ffffffff811660c08601525060c085015180151560e08601525060e08501516101006149978187018315159052565b860151858403601f19018387015290506149b18382613514565b9695505050505050565b601f8211156112d557600081815260208120601f850160051c810160208610156149e25750805b601f850160051c820191505b818110156125e1578281556001016149ee565b81516001600160401b03811115614a1a57614a1a6135e8565b614a2e81614a28845461487e565b846149bb565b602080601f831160018114614a635760008415614a4b5750858301515b600019600386901b1c1916600185901b1785556125e1565b600085815260208120601f198616915b82811015614a9257888601518255948401946001909101908401614a73565b5085821015614ab05787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b602081526001600160601b038251166020820152600060208301516040808401526135c36060840182613514565b6020815261ffff8251166020820152602082015160408201526000604083015160806060840152614b2260a0840182613514565b905064ffffffffff60608501511660808401528091505092915050565b60208152614b596020820183516001600160601b03169052565b60006020830151614b77604084018280518252602090810151910152565b506040830151610140806080850152614b94610160850183613514565b9150606085015160a0850152608085015160c085015260a085015160e085015260c0850151610100818187015260e08701519150614bdc61012087018364ffffffffff169052565b9095015164ffffffffff1693019290925250919050565b600060208284031215614c0557600080fd5b81516122c6816138d1565b602081526001600160401b0360c01b8251166020820152602082015115156040820152600060408301516060808401526135c36080840182613514565b602081526001600160601b0382511660208201526000602083015160e06040840152614c7d610100840182613514565b90506040840151606084015263ffffffff60608501511660808401526080840151614cb060a085018263ffffffff169052565b5060a084015164ffffffffff811660c08501525060c0840151838203601f190160e0850152614cdf8282613514565b95945050505050565b6020815281516020820152602082015160408201526000604083015160806060840152614b2260a0840182613514565b81516001600160601b031681526101c081016020830151614d4460208401826001600160a01b03169052565b506040830151614d58604084018215159052565b506060830151614d6c606084018215159052565b506080830151614d80608084018215159052565b5060a083015160a083015260c083015160c083015260e0830151614db160e084018280518252602090810151910152565b50610100830151610120614dd18185018380518252602090810151910152565b840151805161016085015260200151610180840152506101408301516001600160a01b0381166101a08401525b5092915050565b60208152614e1f6020820183516001600160601b03169052565b60006020830151614e3b60408401826001600160601b03169052565b5060408301516001600160c01b0319811660608401525060608301516001600160c01b03198116608084015250608083015160a083015260a083015160c083015260c083015160e083015260e08301516101008181850152808501519150506102006101208181860152614eb3610220860184613514565b9250808601519050610140601f198685030181870152614ed38483613514565b935080870151915050610160614eee8187018361ffff169052565b8601519050610180614f058682018361ffff169052565b8601516101a08681019190915286015190506101c0614f2c8187018364ffffffffff169052565b86015190506101e0614bdc8682018364ffffffffff169052565b81516001600160a01b0316815261024081016020830151614f7260208401826001600160a01b03169052565b506040830151614f8d60408401826001600160601b03169052565b506060830151614fa860608401826001600160601b03169052565b506080830151614fc5608084018280518252602090810151910152565b5060a0830151805160c0840152602081015160e08401525060c0830151610100614ffb8185018380518252602090810151910152565b60e0850151915061014061501b8186018480518252602090810151910152565b9085015180516101808601526020908101516101a086015261012086015180516101c087015201516101e08501528401511515610200840152506101608301516001600160a01b038116610220840152614dfe565b81516001600160601b031681526020808301516001600160a01b03908116828401526040808501518051918501919091529091015160608084019190915290920151909116608082015260a00190565b6000602082840312156150d257600080fd5b81516122c681613466565b600080858511156150ed57600080fd5b838611156150fa57600080fd5b5050820193919092039150565b6001600160e01b0319813581811691600485101561512f5780818660040360031b1b83161692505b505092915050565b6001600160a01b03841681526040602082018190528101829052818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516151898184602087016134f0565b9190910192915050565b600080604083850312156151a657600080fd5b82516151b18161379f565b60208401519092506134e581613782565b6000602082840312156151d457600080fd5b81516122c681614749565b60ff978816815260ff1996909616602087015293861660408601529190941660608401526001600160a01b03938416608084015290921660a082015263ffffffff9190911660c082015260e0019056fe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220adc079b910ae26d295eb0947b71576475f27a0177db0eac8b3ee3d84c1d9668d64736f6c63430008140033",
|
3101
|
-
"linkReferences": {
|
3102
|
-
"contracts/types/Key32.sol": {
|
3103
|
-
"Key32Lib": [
|
3104
|
-
{
|
3105
|
-
"length": 20,
|
3106
|
-
"start": 10638
|
3107
|
-
},
|
3108
|
-
{
|
3109
|
-
"length": 20,
|
3110
|
-
"start": 12670
|
3111
|
-
},
|
3112
|
-
{
|
3113
|
-
"length": 20,
|
3114
|
-
"start": 12786
|
3115
|
-
},
|
3116
|
-
{
|
3117
|
-
"length": 20,
|
3118
|
-
"start": 12945
|
3119
|
-
},
|
3120
|
-
{
|
3121
|
-
"length": 20,
|
3122
|
-
"start": 13698
|
3123
|
-
},
|
3124
|
-
{
|
3125
|
-
"length": 20,
|
3126
|
-
"start": 13814
|
3127
|
-
},
|
3128
|
-
{
|
3129
|
-
"length": 20,
|
3130
|
-
"start": 14580
|
3131
|
-
},
|
3132
|
-
{
|
3133
|
-
"length": 20,
|
3134
|
-
"start": 14696
|
3135
|
-
},
|
3136
|
-
{
|
3137
|
-
"length": 20,
|
3138
|
-
"start": 14878
|
3139
|
-
},
|
752
|
+
"name": "supportsInterface",
|
753
|
+
"outputs": [
|
3140
754
|
{
|
3141
|
-
"
|
3142
|
-
"
|
755
|
+
"internalType": "bool",
|
756
|
+
"name": "",
|
757
|
+
"type": "bool"
|
3143
758
|
}
|
3144
|
-
]
|
759
|
+
],
|
760
|
+
"stateMutability": "view",
|
761
|
+
"type": "function"
|
3145
762
|
},
|
3146
|
-
|
3147
|
-
"
|
3148
|
-
{
|
3149
|
-
"length": 20,
|
3150
|
-
"start": 5386
|
3151
|
-
},
|
3152
|
-
{
|
3153
|
-
"length": 20,
|
3154
|
-
"start": 5856
|
3155
|
-
},
|
3156
|
-
{
|
3157
|
-
"length": 20,
|
3158
|
-
"start": 6661
|
3159
|
-
},
|
3160
|
-
{
|
3161
|
-
"length": 20,
|
3162
|
-
"start": 7294
|
3163
|
-
},
|
3164
|
-
{
|
3165
|
-
"length": 20,
|
3166
|
-
"start": 8185
|
3167
|
-
},
|
3168
|
-
{
|
3169
|
-
"length": 20,
|
3170
|
-
"start": 8418
|
3171
|
-
},
|
3172
|
-
{
|
3173
|
-
"length": 20,
|
3174
|
-
"start": 9573
|
3175
|
-
},
|
763
|
+
{
|
764
|
+
"inputs": [
|
3176
765
|
{
|
3177
|
-
"
|
3178
|
-
"
|
766
|
+
"internalType": "Amount",
|
767
|
+
"name": "dipAmount",
|
768
|
+
"type": "uint96"
|
3179
769
|
}
|
3180
|
-
]
|
3181
|
-
|
3182
|
-
|
3183
|
-
"ObjectTypeLib": [
|
770
|
+
],
|
771
|
+
"name": "withdrawStakingRewardReserves",
|
772
|
+
"outputs": [
|
3184
773
|
{
|
3185
|
-
"
|
3186
|
-
"
|
774
|
+
"internalType": "Amount",
|
775
|
+
"name": "newBalance",
|
776
|
+
"type": "uint96"
|
3187
777
|
}
|
3188
|
-
]
|
3189
|
-
|
3190
|
-
|
3191
|
-
|
3192
|
-
|
3193
|
-
"length": 20,
|
3194
|
-
"start": 6290
|
3195
|
-
|
3196
|
-
|
3197
|
-
|
3198
|
-
"start": 8270
|
3199
|
-
},
|
778
|
+
],
|
779
|
+
"stateMutability": "nonpayable",
|
780
|
+
"type": "function"
|
781
|
+
}
|
782
|
+
],
|
783
|
+
"bytecode": "0x6080604052348015600e575f80fd5b506123008061001c5f395ff3fe608060405234801561000f575f80fd5b50600436106101dc575f3560e01c80637a9e5e4b11610109578063b7d2b1621161009e578063d2192dbf1161006e578063d2192dbf14610448578063d4cda0d81461047b578063e52ba1cb1461048c578063f7bc431c1461049f575f80fd5b8063b7d2b1621461040c578063b7d685191461041a578063bf7e214f1461042d578063cc2a9a5b14610435575f80fd5b80638fb36037116100d95780638fb36037146103b1578063ad12ad60146103d2578063ada9652e146103e5578063b428b0b0146103f9575f80fd5b80637a9e5e4b1461037b5780638899278a1461038e578063893d20e81461039657806389ad0a341461039e575f80fd5b80632d764ef81161017f5780635fa8aad41161014f5780635fa8aad414610320578063644c45e0146103335780636dddada41461035057806376b707b714610361575f80fd5b80632d764ef8146102d8578063311adb68146102eb5780634f8b8aba146102fc5780635ab1bd531461030f575f80fd5b8063138461e0116101ba578063138461e01461025b5780631eff4b221461027b57806329db8c3d146102b05780632d46f5df146102c5575f80fd5b806301ffc9a7146101e057806302cd3071146102215780630fec111c14610246575b5f80fd5b61020c6101ee366004611b3b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6005546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61024e6104b2565b6040516102189190611b97565b610263610670565b6040516001600160601b039091168152602001610218565b6102a27f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6102c36102be366004611cde565b61067f565b005b6102636102d3366004611d9b565b6106c5565b6102c36102e6366004611db6565b610777565b6004546001600160a01b031661022e565b6102c361030a366004611dee565b610815565b6001546001600160a01b031661022e565b6102c361032e366004611e09565b6108bd565b5f8051602061228b833981519152546001600160601b0316610263565b6006546001600160a01b031661022e565b6103696108fc565b60405160ff9091168152602001610218565b6102c3610389366004611d9b565b610970565b6102a2600381565b61022e6109f2565b6102c36103ac366004611e62565b610b23565b6103b9610b98565b6040516001600160e01b03199091168152602001610218565b6102c36103e0366004611e99565b610bcd565b6102a25f8051602061228b83398151915281565b6102c3610407366004611ee9565b610c54565b6102c361032e366004611ee9565b6102c3610428366004611f13565b610cd1565b61022e610d3d565b6102c3610443366004611f2a565b610d58565b61045b610456366004611fa8565b6112a3565b604080516001600160401b03938416815292909116602083015201610218565b6007546001600160a01b031661022e565b61026361049a366004611dee565b6112e7565b6102c36104ad366004611d9b565b61135c565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610562573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105869190611ff5565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ce6109f2565b6001600160a01b031681526020018260010180546105eb90612010565b80601f016020809104026020016040519081016040528092919081815260200182805461061790612010565b80156106625780601f1061063957610100808354040283529160200191610662565b820191905f5260205f20905b81548152906001019060200180831161064557829003601f168201915b505050505081525091505090565b5f61067a3061141c565b905090565b6106876109f2565b6001600160a01b0316336001600160a01b0316146106bf5760405163086391f760e31b81523360048201526024015b60405180910390fd5b50505050565b5f6106ce6109f2565b6001600160a01b0316336001600160a01b0316146107015760405163086391f760e31b81523360048201526024016106b6565b600254604051632d46f5df60e01b81526001600160a01b03848116600483015290911690632d46f5df906024015b6020604051808303815f875af115801561074b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076f9190611ff5565b90505b919050565b61077f6109f2565b6001600160a01b0316336001600160a01b0316146107b25760405163086391f760e31b81523360048201526024016106b6565b6003546040516305aec9df60e31b815264ffffffffff831660048201526001600160a01b0390911690632d764ef8906024015b5f604051808303815f87803b1580156107fc575f80fd5b505af115801561080e573d5f803e3d5ffd5b5050505050565b61081d6109f2565b6001600160a01b0316336001600160a01b0316146108505760405163086391f760e31b81523360048201526024016106b6565b60035460405163511ab59d60e11b815233600482018190526001600160601b0384166024830152916001600160a01b03169063a2356b3a906044015b5f604051808303815f87803b1580156108a3575f80fd5b505af11580156108b5573d5f803e3d5ffd5b505050505050565b6108c56109f2565b6001600160a01b0316336001600160a01b0316146108f85760405163086391f760e31b81523360048201526024016106b6565b5050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561094c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067a9190612048565b33610979610d3d565b6001600160a01b0316816001600160a01b0316146109b45760405162d1953b60e31b81526001600160a01b03821660048201526024016106b6565b816001600160a01b03163b5f036109e9576040516361798f2f60e11b81526001600160a01b03831660048201526024016106b6565b6108f882611615565b5f805f8051602061228b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a829190612068565b15610b0d576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ae3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b079190612083565b91505090565b54600160601b90046001600160a01b0316919050565b610b2b6109f2565b6001600160a01b0316336001600160a01b031614610b5e5760405163086391f760e31b81523360048201526024016106b6565b600254604051637899d2b360e11b81526001600160a01b03848116600483015283151560248301529091169063f133a5669060440161088c565b5f805160206122ab83398151915280545f9190600160a01b900460ff16610bbf575f610b07565b638fb3603760e01b91505090565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c389190612083565b6001600160a01b0316336001600160a01b0316146106bf575f80fd5b610c5c6109f2565b6001600160a01b0316336001600160a01b031614610c8f5760405163086391f760e31b81523360048201526024016106b6565b60048054604051630b428b0b60e41b81526001600160401b038516928101929092526001600160a01b038381166024840152169063b428b0b09060440161088c565b610cd96109f2565b6001600160a01b0316336001600160a01b031614610d0c5760405163086391f760e31b81523360048201526024016106b6565b60035460405163b7d6851960e01b8152600481018390526001600160a01b039091169063b7d68519906024016107e5565b5f805160206122ab833981519152546001600160a01b031690565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015610d9c5750825b90505f826001600160401b03166001148015610db75750303b155b905081158015610dc5575080155b15610de35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0d57845460ff60401b1916600160401b1785555b600480546001600160a01b0319166001600160a01b038d1690811782556040805163bf7e214f60e01b815290515f9363bf7e214f928082019260209290918290030181865afa158015610e62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e869190612083565b6001600160a01b031603610ead576040516377dbcd1760e01b815260040160405180910390fd5b610f2960045f9054906101000a90046001600160a01b03166001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f249190612083565b611675565b610fa687886001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f8d9190611ff5565b600a60018a60405180602001604052805f815250611689565b600780546001600160a01b03808d166001600160a01b03199283168117909355600680548d831690841617905560058054918c16919092161790556040805163204a7f0760e21b81529051638129fc1c916004808201925f9290919082900301818387803b158015611016575f80fd5b505af1158015611028573d5f803e3d5ffd5b5050505060065f9054906101000a90046001600160a01b03166001600160a01b0316638129fc1c6040518163ffffffff1660e01b81526004015f604051808303815f87803b158015611078575f80fd5b505af115801561108a573d5f803e3d5ffd5b5050505060055f9054906101000a90046001600160a01b03166001600160a01b0316638129fc1c6040518163ffffffff1660e01b81526004015f604051808303815f87803b1580156110da575f80fd5b505af11580156110ec573d5f803e3d5ffd5b505050506111026001546001600160a01b031690565b6001600160a01b031663d39e6043600b61111a6108fc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561115d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111819190612083565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600a6111b96108fc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156111fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112209190612083565b600380546001600160a01b0319166001600160a01b0392909216919091179055611250635cde79cd60e11b61172e565b831561129657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b5f806112ad6109f2565b6001600160a01b0316336001600160a01b0316146112e05760405163086391f760e31b81523360048201526024016106b6565b9250929050565b5f6112f06109f2565b6001600160a01b0316336001600160a01b0316146113235760405163086391f760e31b81523360048201526024016106b6565b60035460405163e52ba1cb60e01b81526001600160601b03841660048201526001600160a01b039091169063e52ba1cb9060240161072f565b611367335f3661175a565b306001600160a01b0316816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d19190612083565b6001600160a01b0316146113fa576040516345789cf560e01b81523060048201526024016106b6565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b5f805f8051602061228b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611488573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac9190612068565b156114d85780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016106b6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561152a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061154e9190612068565b6115765760405163b9304b0d60e01b81526001600160a01b03841660048201526024016106b6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156115c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ec9190611ff5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206122ab83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61167d611850565b6116868161189b565b50565b611691611850565b61169b86836118ac565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161172483826120e7565b5050505050505050565b611736611850565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f805160206122ab8339815191525f80611792611775610d3d565b873061178460045f8a8c6121a1565b61178d916121c8565b611922565b91509150816108b55763ffffffff81161561182d57825460ff60a01b1916600160a01b1783556117c0610d3d565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016117ef93929190612200565b5f604051808303815f87803b158015611806575f80fd5b505af1158015611818573d5f803e3d5ffd5b5050845460ff60a01b19168555506108b59050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016106b6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661189957604051631afcd79f60e31b815260040160405180910390fd5b565b6118a3611850565b61168681611615565b6118b4611850565b6118bd82611a2a565b6118c5611af6565b6001600160a01b0381166118ec5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061228b83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611990919061223f565b5f60405180830381855afa9150503d805f81146119c8576040519150601f19603f3d011682016040523d82523d5f602084013e6119cd565b606091505b50915091508115611a1f5760408151106119ff57808060200190518101906119f59190612255565b9094509250611a1f565b6020815110611a1f5780806020019051810190611a1c9190612068565b93505b505094509492505050565b611a32611850565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aac9190612068565b611ad45760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106b6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b611afe611850565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215611b4b575f80fd5b81356001600160e01b031981168114611b62575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611bdf608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611c23610100840182611b69565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611c4e575f80fd5b81356001600160401b03811115611c6757611c67611c2b565b604051601f8201601f19908116603f011681016001600160401b0381118282101715611c9557611c95611c2b565b604052818152838201602001851015611cac575f80fd5b816020850160208301375f918101602001919091529392505050565b80356001600160401b0381168114610772575f80fd5b5f805f8060608587031215611cf1575f80fd5b84356001600160401b03811115611d06575f80fd5b611d1287828801611c3f565b94505060208501356001600160401b03811115611d2d575f80fd5b8501601f81018713611d3d575f80fd5b80356001600160401b03811115611d52575f80fd5b8760208260051b8401011115611d66575f80fd5b60209190910193509150611d7c60408601611cc8565b905092959194509250565b6001600160a01b0381168114611686575f80fd5b5f60208284031215611dab575f80fd5b8135611b6281611d87565b5f60208284031215611dc6575f80fd5b813564ffffffffff81168114611b62575f80fd5b6001600160601b0381168114611686575f80fd5b5f60208284031215611dfe575f80fd5b8135611b6281611dda565b5f8060408385031215611e1a575f80fd5b8235611e2581611d87565b915060208301356001600160401b03811115611e3f575f80fd5b611e4b85828601611c3f565b9150509250929050565b8015158114611686575f80fd5b5f8060408385031215611e73575f80fd5b8235611e7e81611d87565b91506020830135611e8e81611e55565b809150509250929050565b5f805f8060808587031215611eac575f80fd5b8435611eb781611d87565b93506020850135611ec781611d87565b9250604085013591506060850135611ede81611d87565b939692955090935050565b5f8060408385031215611efa575f80fd5b611f0383611cc8565b91506020830135611e8e81611d87565b5f60208284031215611f23575f80fd5b5035919050565b5f805f805f8060c08789031215611f3f575f80fd5b8635611f4a81611d87565b95506020870135611f5a81611d87565b94506040870135611f6a81611d87565b93506060870135611f7a81611d87565b92506080870135611f8a81611d87565b915060a0870135611f9a81611d87565b809150509295509295509295565b5f8060408385031215611fb9575f80fd5b82356001600160401b03811115611fce575f80fd5b611fda85828601611c3f565b92505060208301356001600160401b03811115611e3f575f80fd5b5f60208284031215612005575f80fd5b8151611b6281611dda565b600181811c9082168061202457607f821691505b60208210810361204257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215612058575f80fd5b815160ff81168114611b62575f80fd5b5f60208284031215612078575f80fd5b8151611b6281611e55565b5f60208284031215612093575f80fd5b8151611b6281611d87565b601f8211156120e257805f5260205f20601f840160051c810160208510156120c35750805b601f840160051c820191505b8181101561080e575f81556001016120cf565b505050565b81516001600160401b0381111561210057612100611c2b565b6121148161210e8454612010565b8461209e565b6020601f821160018114612146575f831561212f5750848201515b5f19600385901b1c1916600184901b17845561080e565b5f84815260208120601f198516915b828110156121755787850151825560209485019460019092019101612155565b508482101561219257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f80858511156121af575f80fd5b838611156121bb575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156121f9576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612266575f80fd5b825161227181611e55565b602084015190925063ffffffff81168114611e8e575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220abd4b010cf528a690b02da01aedbdc6a5abaeee7bfba32c19416ba7a450af58264736f6c634300081a0033",
|
784
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106101dc575f3560e01c80637a9e5e4b11610109578063b7d2b1621161009e578063d2192dbf1161006e578063d2192dbf14610448578063d4cda0d81461047b578063e52ba1cb1461048c578063f7bc431c1461049f575f80fd5b8063b7d2b1621461040c578063b7d685191461041a578063bf7e214f1461042d578063cc2a9a5b14610435575f80fd5b80638fb36037116100d95780638fb36037146103b1578063ad12ad60146103d2578063ada9652e146103e5578063b428b0b0146103f9575f80fd5b80637a9e5e4b1461037b5780638899278a1461038e578063893d20e81461039657806389ad0a341461039e575f80fd5b80632d764ef81161017f5780635fa8aad41161014f5780635fa8aad414610320578063644c45e0146103335780636dddada41461035057806376b707b714610361575f80fd5b80632d764ef8146102d8578063311adb68146102eb5780634f8b8aba146102fc5780635ab1bd531461030f575f80fd5b8063138461e0116101ba578063138461e01461025b5780631eff4b221461027b57806329db8c3d146102b05780632d46f5df146102c5575f80fd5b806301ffc9a7146101e057806302cd3071146102215780630fec111c14610246575b5f80fd5b61020c6101ee366004611b3b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6005546001600160a01b03165b6040516001600160a01b039091168152602001610218565b61024e6104b2565b6040516102189190611b97565b610263610670565b6040516001600160601b039091168152602001610218565b6102a27f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30081565b604051908152602001610218565b6102c36102be366004611cde565b61067f565b005b6102636102d3366004611d9b565b6106c5565b6102c36102e6366004611db6565b610777565b6004546001600160a01b031661022e565b6102c361030a366004611dee565b610815565b6001546001600160a01b031661022e565b6102c361032e366004611e09565b6108bd565b5f8051602061228b833981519152546001600160601b0316610263565b6006546001600160a01b031661022e565b6103696108fc565b60405160ff9091168152602001610218565b6102c3610389366004611d9b565b610970565b6102a2600381565b61022e6109f2565b6102c36103ac366004611e62565b610b23565b6103b9610b98565b6040516001600160e01b03199091168152602001610218565b6102c36103e0366004611e99565b610bcd565b6102a25f8051602061228b83398151915281565b6102c3610407366004611ee9565b610c54565b6102c361032e366004611ee9565b6102c3610428366004611f13565b610cd1565b61022e610d3d565b6102c3610443366004611f2a565b610d58565b61045b610456366004611fa8565b6112a3565b604080516001600160401b03938416815292909116602083015201610218565b6007546001600160a01b031661022e565b61026361049a366004611dee565b6112e7565b6102c36104ad366004611d9b565b61135c565b6040805160e0810182525f8082526020820181905291810182905260608082018390526080820183905260a082019290925260c08101919091525f7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30090506040518060e0016040528073__$94a2c899be079b00d952d0d84fffaa5c34$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610562573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105869190611ff5565b6001600160601b0390811682528354908116602083015260ff600160601b820481166040840152600160681b909104161515606082015230608082015260a0016105ce6109f2565b6001600160a01b031681526020018260010180546105eb90612010565b80601f016020809104026020016040519081016040528092919081815260200182805461061790612010565b80156106625780601f1061063957610100808354040283529160200191610662565b820191905f5260205f20905b81548152906001019060200180831161064557829003601f168201915b505050505081525091505090565b5f61067a3061141c565b905090565b6106876109f2565b6001600160a01b0316336001600160a01b0316146106bf5760405163086391f760e31b81523360048201526024015b60405180910390fd5b50505050565b5f6106ce6109f2565b6001600160a01b0316336001600160a01b0316146107015760405163086391f760e31b81523360048201526024016106b6565b600254604051632d46f5df60e01b81526001600160a01b03848116600483015290911690632d46f5df906024015b6020604051808303815f875af115801561074b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061076f9190611ff5565b90505b919050565b61077f6109f2565b6001600160a01b0316336001600160a01b0316146107b25760405163086391f760e31b81523360048201526024016106b6565b6003546040516305aec9df60e31b815264ffffffffff831660048201526001600160a01b0390911690632d764ef8906024015b5f604051808303815f87803b1580156107fc575f80fd5b505af115801561080e573d5f803e3d5ffd5b5050505050565b61081d6109f2565b6001600160a01b0316336001600160a01b0316146108505760405163086391f760e31b81523360048201526024016106b6565b60035460405163511ab59d60e11b815233600482018190526001600160601b0384166024830152916001600160a01b03169063a2356b3a906044015b5f604051808303815f87803b1580156108a3575f80fd5b505af11580156108b5573d5f803e3d5ffd5b505050505050565b6108c56109f2565b6001600160a01b0316336001600160a01b0316146108f85760405163086391f760e31b81523360048201526024016106b6565b5050565b604051632392b61b60e21b8152600360048201525f9073__$b659da7d8a6d2d32aa6c1e17da23dc2174$__90638e4ad86c90602401602060405180830381865af415801561094c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061067a9190612048565b33610979610d3d565b6001600160a01b0316816001600160a01b0316146109b45760405162d1953b60e31b81526001600160a01b03821660048201526024016106b6565b816001600160a01b03163b5f036109e9576040516361798f2f60e11b81526001600160a01b03831660048201526024016106b6565b6108f882611615565b5f805f8051602061228b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610a5e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a829190612068565b15610b0d576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610ae3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b079190612083565b91505090565b54600160601b90046001600160a01b0316919050565b610b2b6109f2565b6001600160a01b0316336001600160a01b031614610b5e5760405163086391f760e31b81523360048201526024016106b6565b600254604051637899d2b360e11b81526001600160a01b03848116600483015283151560248301529091169063f133a5669060440161088c565b5f805160206122ab83398151915280545f9190600160a01b900460ff16610bbf575f610b07565b638fb3603760e01b91505090565b6001546001600160a01b03166001600160a01b031663120726c36040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c14573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c389190612083565b6001600160a01b0316336001600160a01b0316146106bf575f80fd5b610c5c6109f2565b6001600160a01b0316336001600160a01b031614610c8f5760405163086391f760e31b81523360048201526024016106b6565b60048054604051630b428b0b60e41b81526001600160401b038516928101929092526001600160a01b038381166024840152169063b428b0b09060440161088c565b610cd96109f2565b6001600160a01b0316336001600160a01b031614610d0c5760405163086391f760e31b81523360048201526024016106b6565b60035460405163b7d6851960e01b8152600481018390526001600160a01b039091169063b7d68519906024016107e5565b5f805160206122ab833981519152546001600160a01b031690565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff1615906001600160401b03165f81158015610d9c5750825b90505f826001600160401b03166001148015610db75750303b155b905081158015610dc5575080155b15610de35760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610e0d57845460ff60401b1916600160401b1785555b600480546001600160a01b0319166001600160a01b038d1690811782556040805163bf7e214f60e01b815290515f9363bf7e214f928082019260209290918290030181865afa158015610e62573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e869190612083565b6001600160a01b031603610ead576040516377dbcd1760e01b815260040160405180910390fd5b610f2960045f9054906101000a90046001600160a01b03166001600160a01b031663bf7e214f6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f00573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f249190612083565b611675565b610fa687886001600160a01b031663644c45e06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610f69573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f8d9190611ff5565b600a60018a60405180602001604052805f815250611689565b600780546001600160a01b03808d166001600160a01b03199283168117909355600680548d831690841617905560058054918c16919092161790556040805163204a7f0760e21b81529051638129fc1c916004808201925f9290919082900301818387803b158015611016575f80fd5b505af1158015611028573d5f803e3d5ffd5b5050505060065f9054906101000a90046001600160a01b03166001600160a01b0316638129fc1c6040518163ffffffff1660e01b81526004015f604051808303815f87803b158015611078575f80fd5b505af115801561108a573d5f803e3d5ffd5b5050505060055f9054906101000a90046001600160a01b03166001600160a01b0316638129fc1c6040518163ffffffff1660e01b81526004015f604051808303815f87803b1580156110da575f80fd5b505af11580156110ec573d5f803e3d5ffd5b505050506111026001546001600160a01b031690565b6001600160a01b031663d39e6043600b61111a6108fc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa15801561115d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111819190612083565b600280546001600160a01b0319166001600160a01b03928316179055600154166001600160a01b031663d39e6043600a6111b96108fc565b6040516001600160e01b031960e085901b16815260ff928316600482015291166024820152604401602060405180830381865afa1580156111fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112209190612083565b600380546001600160a01b0319166001600160a01b0392909216919091179055611250635cde79cd60e11b61172e565b831561129657845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b5f806112ad6109f2565b6001600160a01b0316336001600160a01b0316146112e05760405163086391f760e31b81523360048201526024016106b6565b9250929050565b5f6112f06109f2565b6001600160a01b0316336001600160a01b0316146113235760405163086391f760e31b81523360048201526024016106b6565b60035460405163e52ba1cb60e01b81526001600160601b03841660048201526001600160a01b039091169063e52ba1cb9060240161072f565b611367335f3661175a565b306001600160a01b0316816001600160a01b031663de7b5d146040518163ffffffff1660e01b8152600401602060405180830381865afa1580156113ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113d19190612083565b6001600160a01b0316146113fa576040516345789cf560e01b81523060048201526024016106b6565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b5f805f8051602061228b83398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015611488573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114ac9190612068565b156114d85780546040516301ab8b6760e21b81526001600160601b0390911660048201526024016106b6565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa15801561152a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061154e9190612068565b6115765760405163b9304b0d60e01b81526001600160a01b03841660048201526024016106b6565b6001546001600160a01b0316604051632f2a35f760e11b81526001600160a01b0385811660048301529190911690635e546bee90602401602060405180830381865afa1580156115c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ec9190611ff5565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b5f805160206122ab83398151915280546001600160a01b0383166001600160a01b03199091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b61167d611850565b6116868161189b565b50565b611691611850565b61169b86836118ac565b7f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30080546001600160601b0387166cffffffffffffffffffffffffff1990911617600160601b60ff8716021760ff60681b1916600160681b851515021781557f6548007c3f4340f82f348c576c0ff69f4f529cadd5ad41f96aae61abceeaa30161172483826120e7565b5050505050505050565b611736611850565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b5f805160206122ab8339815191525f80611792611775610d3d565b873061178460045f8a8c6121a1565b61178d916121c8565b611922565b91509150816108b55763ffffffff81161561182d57825460ff60a01b1916600160a01b1783556117c0610d3d565b6001600160a01b03166394c7d7ee8787876040518463ffffffff1660e01b81526004016117ef93929190612200565b5f604051808303815f87803b158015611806575f80fd5b505af1158015611818573d5f803e3d5ffd5b5050845460ff60a01b19168555506108b59050565b60405162d1953b60e31b81526001600160a01b03871660048201526024016106b6565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0054600160401b900460ff1661189957604051631afcd79f60e31b815260040160405180910390fd5b565b6118a3611850565b61168681611615565b6118b4611850565b6118bd82611a2a565b6118c5611af6565b6001600160a01b0381166118ec5760405163f17ef42d60e01b815260040160405180910390fd5b5f8051602061228b83398151915280546001600160601b0316600160601b6001600160a01b039093169290920291909117905550565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251611990919061223f565b5f60405180830381855afa9150503d805f81146119c8576040519150601f19603f3d011682016040523d82523d5f602084013e6119cd565b606091505b50915091508115611a1f5760408151106119ff57808060200190518101906119f59190612255565b9094509250611a1f565b6020815110611a1f5780806020019051810190611a1c9190612068565b93505b505094509492505050565b611a32611850565b604051633334d16b60e01b81526001600160a01b038216600482015273__$fb599632d08395912d9d70eb2f0f93b5e2$__90633334d16b90602401602060405180830381865af4158015611a88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aac9190612068565b611ad45760405163fdeac91f60e01b81526001600160a01b03821660048201526024016106b6565b600180546001600160a01b0319166001600160a01b0392909216919091179055565b611afe611850565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b5f60208284031215611b4b575f80fd5b81356001600160e01b031981168114611b62575f80fd5b9392505050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081526001600160601b0382511660208201526001600160601b03602083015116604082015260ff60408301511660608201525f6060830151611bdf608084018215159052565b5060808301516001600160a01b03811660a08401525060a08301516001600160a01b03811660c08401525060c083015160e080840152611c23610100840182611b69565b949350505050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f830112611c4e575f80fd5b81356001600160401b03811115611c6757611c67611c2b565b604051601f8201601f19908116603f011681016001600160401b0381118282101715611c9557611c95611c2b565b604052818152838201602001851015611cac575f80fd5b816020850160208301375f918101602001919091529392505050565b80356001600160401b0381168114610772575f80fd5b5f805f8060608587031215611cf1575f80fd5b84356001600160401b03811115611d06575f80fd5b611d1287828801611c3f565b94505060208501356001600160401b03811115611d2d575f80fd5b8501601f81018713611d3d575f80fd5b80356001600160401b03811115611d52575f80fd5b8760208260051b8401011115611d66575f80fd5b60209190910193509150611d7c60408601611cc8565b905092959194509250565b6001600160a01b0381168114611686575f80fd5b5f60208284031215611dab575f80fd5b8135611b6281611d87565b5f60208284031215611dc6575f80fd5b813564ffffffffff81168114611b62575f80fd5b6001600160601b0381168114611686575f80fd5b5f60208284031215611dfe575f80fd5b8135611b6281611dda565b5f8060408385031215611e1a575f80fd5b8235611e2581611d87565b915060208301356001600160401b03811115611e3f575f80fd5b611e4b85828601611c3f565b9150509250929050565b8015158114611686575f80fd5b5f8060408385031215611e73575f80fd5b8235611e7e81611d87565b91506020830135611e8e81611e55565b809150509250929050565b5f805f8060808587031215611eac575f80fd5b8435611eb781611d87565b93506020850135611ec781611d87565b9250604085013591506060850135611ede81611d87565b939692955090935050565b5f8060408385031215611efa575f80fd5b611f0383611cc8565b91506020830135611e8e81611d87565b5f60208284031215611f23575f80fd5b5035919050565b5f805f805f8060c08789031215611f3f575f80fd5b8635611f4a81611d87565b95506020870135611f5a81611d87565b94506040870135611f6a81611d87565b93506060870135611f7a81611d87565b92506080870135611f8a81611d87565b915060a0870135611f9a81611d87565b809150509295509295509295565b5f8060408385031215611fb9575f80fd5b82356001600160401b03811115611fce575f80fd5b611fda85828601611c3f565b92505060208301356001600160401b03811115611e3f575f80fd5b5f60208284031215612005575f80fd5b8151611b6281611dda565b600181811c9082168061202457607f821691505b60208210810361204257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60208284031215612058575f80fd5b815160ff81168114611b62575f80fd5b5f60208284031215612078575f80fd5b8151611b6281611e55565b5f60208284031215612093575f80fd5b8151611b6281611d87565b601f8211156120e257805f5260205f20601f840160051c810160208510156120c35750805b601f840160051c820191505b8181101561080e575f81556001016120cf565b505050565b81516001600160401b0381111561210057612100611c2b565b6121148161210e8454612010565b8461209e565b6020601f821160018114612146575f831561212f5750848201515b5f19600385901b1c1916600184901b17845561080e565b5f84815260208120601f198516915b828110156121755787850151825560209485019460019092019101612155565b508482101561219257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f80858511156121af575f80fd5b838611156121bb575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156121f9576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215612266575f80fd5b825161227181611e55565b602084015190925063ffffffff81168114611e8e575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00a2646970667358221220abd4b010cf528a690b02da01aedbdc6a5abaeee7bfba32c19416ba7a450af58264736f6c634300081a0033",
|
785
|
+
"linkReferences": {
|
786
|
+
"contracts/shared/ContractLib.sol": {
|
787
|
+
"ContractLib": [
|
3200
788
|
{
|
3201
789
|
"length": 20,
|
3202
|
-
"start":
|
790
|
+
"start": 6764
|
3203
791
|
}
|
3204
792
|
]
|
3205
793
|
},
|
3206
|
-
"contracts/
|
3207
|
-
"
|
3208
|
-
{
|
3209
|
-
"length": 20,
|
3210
|
-
"start": 6519
|
3211
|
-
},
|
3212
|
-
{
|
3213
|
-
"length": 20,
|
3214
|
-
"start": 9812
|
3215
|
-
},
|
3216
|
-
{
|
3217
|
-
"length": 20,
|
3218
|
-
"start": 10182
|
3219
|
-
},
|
3220
|
-
{
|
3221
|
-
"length": 20,
|
3222
|
-
"start": 12124
|
3223
|
-
},
|
3224
|
-
{
|
3225
|
-
"length": 20,
|
3226
|
-
"start": 12344
|
3227
|
-
},
|
794
|
+
"contracts/type/NftId.sol": {
|
795
|
+
"NftIdLib": [
|
3228
796
|
{
|
3229
797
|
"length": 20,
|
3230
|
-
"start":
|
798
|
+
"start": 1337
|
3231
799
|
},
|
3232
800
|
{
|
3233
801
|
"length": 20,
|
3234
|
-
"start":
|
802
|
+
"start": 2626
|
3235
803
|
},
|
3236
804
|
{
|
3237
805
|
"length": 20,
|
3238
|
-
"start":
|
806
|
+
"start": 5228
|
3239
807
|
}
|
3240
808
|
]
|
3241
809
|
},
|
3242
|
-
"contracts/
|
810
|
+
"contracts/type/Version.sol": {
|
3243
811
|
"VersionPartLib": [
|
3244
812
|
{
|
3245
813
|
"length": 20,
|
3246
|
-
"start":
|
814
|
+
"start": 2352
|
3247
815
|
}
|
3248
816
|
]
|
3249
817
|
}
|
3250
818
|
},
|
3251
819
|
"deployedLinkReferences": {
|
3252
|
-
"contracts/
|
3253
|
-
"
|
3254
|
-
{
|
3255
|
-
"length": 20,
|
3256
|
-
"start": 8807
|
3257
|
-
},
|
3258
|
-
{
|
3259
|
-
"length": 20,
|
3260
|
-
"start": 10839
|
3261
|
-
},
|
3262
|
-
{
|
3263
|
-
"length": 20,
|
3264
|
-
"start": 10955
|
3265
|
-
},
|
3266
|
-
{
|
3267
|
-
"length": 20,
|
3268
|
-
"start": 11114
|
3269
|
-
},
|
3270
|
-
{
|
3271
|
-
"length": 20,
|
3272
|
-
"start": 11867
|
3273
|
-
},
|
3274
|
-
{
|
3275
|
-
"length": 20,
|
3276
|
-
"start": 11983
|
3277
|
-
},
|
3278
|
-
{
|
3279
|
-
"length": 20,
|
3280
|
-
"start": 12749
|
3281
|
-
},
|
3282
|
-
{
|
3283
|
-
"length": 20,
|
3284
|
-
"start": 12865
|
3285
|
-
},
|
820
|
+
"contracts/shared/ContractLib.sol": {
|
821
|
+
"ContractLib": [
|
3286
822
|
{
|
3287
823
|
"length": 20,
|
3288
|
-
"start":
|
3289
|
-
},
|
3290
|
-
{
|
3291
|
-
"length": 20,
|
3292
|
-
"start": 13163
|
824
|
+
"start": 6736
|
3293
825
|
}
|
3294
826
|
]
|
3295
827
|
},
|
3296
|
-
"contracts/
|
828
|
+
"contracts/type/NftId.sol": {
|
3297
829
|
"NftIdLib": [
|
3298
830
|
{
|
3299
831
|
"length": 20,
|
3300
|
-
"start":
|
3301
|
-
},
|
3302
|
-
{
|
3303
|
-
"length": 20,
|
3304
|
-
"start": 4025
|
3305
|
-
},
|
3306
|
-
{
|
3307
|
-
"length": 20,
|
3308
|
-
"start": 4830
|
3309
|
-
},
|
3310
|
-
{
|
3311
|
-
"length": 20,
|
3312
|
-
"start": 5463
|
3313
|
-
},
|
3314
|
-
{
|
3315
|
-
"length": 20,
|
3316
|
-
"start": 6354
|
3317
|
-
},
|
3318
|
-
{
|
3319
|
-
"length": 20,
|
3320
|
-
"start": 6587
|
3321
|
-
},
|
3322
|
-
{
|
3323
|
-
"length": 20,
|
3324
|
-
"start": 7742
|
3325
|
-
},
|
3326
|
-
{
|
3327
|
-
"length": 20,
|
3328
|
-
"start": 9747
|
3329
|
-
}
|
3330
|
-
]
|
3331
|
-
},
|
3332
|
-
"contracts/types/ObjectType.sol": {
|
3333
|
-
"ObjectTypeLib": [
|
3334
|
-
{
|
3335
|
-
"length": 20,
|
3336
|
-
"start": 11235
|
3337
|
-
}
|
3338
|
-
]
|
3339
|
-
},
|
3340
|
-
"contracts/types/RiskId.sol": {
|
3341
|
-
"RiskIdLib": [
|
3342
|
-
{
|
3343
|
-
"length": 20,
|
3344
|
-
"start": 4459
|
3345
|
-
},
|
3346
|
-
{
|
3347
|
-
"length": 20,
|
3348
|
-
"start": 6439
|
3349
|
-
},
|
3350
|
-
{
|
3351
|
-
"length": 20,
|
3352
|
-
"start": 7827
|
3353
|
-
}
|
3354
|
-
]
|
3355
|
-
},
|
3356
|
-
"contracts/types/StateId.sol": {
|
3357
|
-
"StateIdLib": [
|
3358
|
-
{
|
3359
|
-
"length": 20,
|
3360
|
-
"start": 4688
|
3361
|
-
},
|
3362
|
-
{
|
3363
|
-
"length": 20,
|
3364
|
-
"start": 7981
|
3365
|
-
},
|
3366
|
-
{
|
3367
|
-
"length": 20,
|
3368
|
-
"start": 8351
|
3369
|
-
},
|
3370
|
-
{
|
3371
|
-
"length": 20,
|
3372
|
-
"start": 10293
|
3373
|
-
},
|
3374
|
-
{
|
3375
|
-
"length": 20,
|
3376
|
-
"start": 10513
|
3377
|
-
},
|
3378
|
-
{
|
3379
|
-
"length": 20,
|
3380
|
-
"start": 11456
|
832
|
+
"start": 1309
|
3381
833
|
},
|
3382
834
|
{
|
3383
835
|
"length": 20,
|
3384
|
-
"start":
|
836
|
+
"start": 2598
|
3385
837
|
},
|
3386
838
|
{
|
3387
839
|
"length": 20,
|
3388
|
-
"start":
|
840
|
+
"start": 5200
|
3389
841
|
}
|
3390
842
|
]
|
3391
843
|
},
|
3392
|
-
"contracts/
|
844
|
+
"contracts/type/Version.sol": {
|
3393
845
|
"VersionPartLib": [
|
3394
846
|
{
|
3395
847
|
"length": 20,
|
3396
|
-
"start":
|
848
|
+
"start": 2324
|
3397
849
|
}
|
3398
850
|
]
|
3399
851
|
}
|