@etherisc/gif-next 0.0.2-f0d86c2-077 → 0.0.2-f0ebcc7-306
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +320 -27
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1494 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/{shared/IOwnable.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +673 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +615 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1224 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +382 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1209 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +644 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +930 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1580 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +868 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1071 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1445 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +644 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2002 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +644 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1388 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +644 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1612 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +644 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2389 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +644 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +373 -1390
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +808 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +454 -1613
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2036 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +716 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2458 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1054 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +734 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3728 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +632 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +753 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +854 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +644 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +880 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +879 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +740 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +644 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +639 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1064 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +981 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +623 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → product/IRiskService.sol/IRiskService.json} +233 -230
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1333 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +293 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +808 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +911 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +764 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1024 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1043 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1450 -219
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2018 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +878 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1269 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +735 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +1954 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1337 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +661 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +686 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1556 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.json +485 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +597 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/IInstanceLinked.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +611 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1196 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +140 -141
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +47 -74
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +229 -21
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +198 -163
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +776 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +209 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +275 -18
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPoolService.sol/IPoolService.json → shared/Service.sol/Service.json} +248 -171
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1491 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1888 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +792 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +560 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1380 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +736 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/accounting/AccountingService.sol +262 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +704 -0
- package/contracts/authorization/AccessAdminLib.sol +183 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +365 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +170 -0
- package/contracts/authorization/IAuthorization.sol +80 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
- package/contracts/distribution/Distribution.sol +244 -0
- package/contracts/distribution/DistributionService.sol +385 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +43 -0
- package/contracts/distribution/IDistributionService.sol +103 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +373 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +99 -45
- package/contracts/instance/IInstanceService.sol +88 -0
- package/contracts/instance/Instance.sol +291 -55
- package/contracts/instance/InstanceAdmin.sol +450 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +235 -0
- package/contracts/instance/InstanceReader.sol +650 -0
- package/contracts/instance/InstanceService.sol +459 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +123 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +20 -0
- package/contracts/instance/module/IComponents.sol +50 -0
- package/contracts/instance/module/IDistribution.sol +44 -0
- package/contracts/instance/module/IPolicy.sol +85 -0
- package/contracts/instance/module/IRisk.sol +14 -0
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +154 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +173 -0
- package/contracts/pool/BasicPoolAuthorization.sol +76 -0
- package/contracts/pool/BundleService.sol +395 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +115 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +165 -0
- package/contracts/pool/Pool.sol +343 -0
- package/contracts/pool/PoolLib.sol +216 -0
- package/contracts/pool/PoolService.sol +755 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +274 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +56 -0
- package/contracts/product/ClaimService.sol +632 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +69 -0
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +95 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +664 -0
- package/contracts/product/PolicyServiceLib.sol +65 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +309 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +467 -0
- package/contracts/product/RiskService.sol +154 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +130 -40
- package/contracts/registry/IRegistry.sol +138 -29
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +26 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +631 -282
- package/contracts/registry/RegistryAdmin.sol +258 -0
- package/contracts/registry/RegistryAuthorization.sol +267 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +253 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +517 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +331 -0
- package/contracts/registry/TokenRegistry.sol +313 -0
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +708 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +281 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +112 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +33 -20
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +195 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +127 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +80 -60
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +65 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +175 -0
- package/contracts/staking/IStakingService.sol +172 -0
- package/contracts/staking/Staking.sol +546 -0
- package/contracts/staking/StakingLib.sol +281 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +180 -0
- package/contracts/staking/StakingService.sol +464 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +606 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +65 -0
- package/contracts/{types → type}/Key32.sol +10 -5
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +294 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +182 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +53 -5
- package/contracts/type/String.sol +53 -0
- package/contracts/{types → type}/Timestamp.sol +37 -19
- package/contracts/{types → type}/UFixed.sol +55 -19
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +53 -0
- package/contracts/upgradeability/ProxyManager.sol +232 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +14 -0
- package/contracts/upgradeability/Versionable.sol +59 -0
- package/package.json +13 -8
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/Version.sol +0 -95
@@ -0,0 +1,2297 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "StakingStore",
|
4
|
+
"sourceName": "contracts/staking/StakingStore.sol",
|
5
|
+
"abi": [
|
6
|
+
{
|
7
|
+
"inputs": [
|
8
|
+
{
|
9
|
+
"internalType": "contract IRegistry",
|
10
|
+
"name": "registry",
|
11
|
+
"type": "address"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"internalType": "contract StakingReader",
|
15
|
+
"name": "reader",
|
16
|
+
"type": "address"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"stateMutability": "nonpayable",
|
20
|
+
"type": "constructor"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"inputs": [
|
24
|
+
{
|
25
|
+
"internalType": "address",
|
26
|
+
"name": "authority",
|
27
|
+
"type": "address"
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"name": "AccessManagedInvalidAuthority",
|
31
|
+
"type": "error"
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"inputs": [
|
35
|
+
{
|
36
|
+
"internalType": "address",
|
37
|
+
"name": "caller",
|
38
|
+
"type": "address"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"internalType": "uint32",
|
42
|
+
"name": "delay",
|
43
|
+
"type": "uint32"
|
44
|
+
}
|
45
|
+
],
|
46
|
+
"name": "AccessManagedRequiredDelay",
|
47
|
+
"type": "error"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"inputs": [
|
51
|
+
{
|
52
|
+
"internalType": "address",
|
53
|
+
"name": "caller",
|
54
|
+
"type": "address"
|
55
|
+
}
|
56
|
+
],
|
57
|
+
"name": "AccessManagedUnauthorized",
|
58
|
+
"type": "error"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"inputs": [
|
62
|
+
{
|
63
|
+
"internalType": "address",
|
64
|
+
"name": "contractAddress",
|
65
|
+
"type": "address"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"internalType": "ObjectType",
|
69
|
+
"name": "objectType",
|
70
|
+
"type": "uint8"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"internalType": "StateId",
|
74
|
+
"name": "actual",
|
75
|
+
"type": "uint8"
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"internalType": "StateId",
|
79
|
+
"name": "required",
|
80
|
+
"type": "uint8"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"name": "ErrorFromStateMissmatch",
|
84
|
+
"type": "error"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"inputs": [
|
88
|
+
{
|
89
|
+
"internalType": "address",
|
90
|
+
"name": "contractAddress",
|
91
|
+
"type": "address"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"internalType": "ObjectType",
|
95
|
+
"name": "objectType",
|
96
|
+
"type": "uint8"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"internalType": "StateId",
|
100
|
+
"name": "fromStateId",
|
101
|
+
"type": "uint8"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"internalType": "StateId",
|
105
|
+
"name": "toStateId",
|
106
|
+
"type": "uint8"
|
107
|
+
}
|
108
|
+
],
|
109
|
+
"name": "ErrorInvalidStateTransition",
|
110
|
+
"type": "error"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"inputs": [
|
114
|
+
{
|
115
|
+
"internalType": "Key32",
|
116
|
+
"name": "key",
|
117
|
+
"type": "bytes32"
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"internalType": "ObjectType",
|
121
|
+
"name": "objectType",
|
122
|
+
"type": "uint8"
|
123
|
+
}
|
124
|
+
],
|
125
|
+
"name": "ErrorKeyValueStoreAlreadyCreated",
|
126
|
+
"type": "error"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"inputs": [
|
130
|
+
{
|
131
|
+
"internalType": "ObjectType",
|
132
|
+
"name": "objectType",
|
133
|
+
"type": "uint8"
|
134
|
+
}
|
135
|
+
],
|
136
|
+
"name": "ErrorKeyValueStoreNoLifecycle",
|
137
|
+
"type": "error"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"inputs": [
|
141
|
+
{
|
142
|
+
"internalType": "Key32",
|
143
|
+
"name": "key",
|
144
|
+
"type": "bytes32"
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"name": "ErrorKeyValueStoreNotExisting",
|
148
|
+
"type": "error"
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"inputs": [
|
152
|
+
{
|
153
|
+
"internalType": "Key32",
|
154
|
+
"name": "key",
|
155
|
+
"type": "bytes32"
|
156
|
+
}
|
157
|
+
],
|
158
|
+
"name": "ErrorKeyValueStoreStateZero",
|
159
|
+
"type": "error"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"inputs": [
|
163
|
+
{
|
164
|
+
"internalType": "ObjectType",
|
165
|
+
"name": "objectType",
|
166
|
+
"type": "uint8"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"name": "ErrorKeyValueStoreTypeUndefined",
|
170
|
+
"type": "error"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"inputs": [
|
174
|
+
{
|
175
|
+
"internalType": "address",
|
176
|
+
"name": "contractAddress",
|
177
|
+
"type": "address"
|
178
|
+
},
|
179
|
+
{
|
180
|
+
"internalType": "ObjectType",
|
181
|
+
"name": "objectType",
|
182
|
+
"type": "uint8"
|
183
|
+
}
|
184
|
+
],
|
185
|
+
"name": "ErrorNoLifecycle",
|
186
|
+
"type": "error"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"inputs": [
|
190
|
+
{
|
191
|
+
"internalType": "NftId",
|
192
|
+
"name": "nftId",
|
193
|
+
"type": "uint96"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"name": "ErrorStakingStoreBalanceAlreadyInitialized",
|
197
|
+
"type": "error"
|
198
|
+
},
|
199
|
+
{
|
200
|
+
"inputs": [
|
201
|
+
{
|
202
|
+
"internalType": "NftId",
|
203
|
+
"name": "nftId",
|
204
|
+
"type": "uint96"
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"name": "ErrorStakingStoreBalanceNotInitialized",
|
208
|
+
"type": "error"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"inputs": [
|
212
|
+
{
|
213
|
+
"internalType": "NftId",
|
214
|
+
"name": "targetNftId",
|
215
|
+
"type": "uint96"
|
216
|
+
}
|
217
|
+
],
|
218
|
+
"name": "ErrorStakingStoreNotTarget",
|
219
|
+
"type": "error"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"inputs": [
|
223
|
+
{
|
224
|
+
"internalType": "NftId",
|
225
|
+
"name": "targetNftId",
|
226
|
+
"type": "uint96"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"internalType": "Amount",
|
230
|
+
"name": "dipAmount",
|
231
|
+
"type": "uint96"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"internalType": "Amount",
|
235
|
+
"name": "reservesBalanceAmount",
|
236
|
+
"type": "uint96"
|
237
|
+
}
|
238
|
+
],
|
239
|
+
"name": "ErrorStakingStoreRewardReservesInsufficient",
|
240
|
+
"type": "error"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"inputs": [
|
244
|
+
{
|
245
|
+
"internalType": "NftId",
|
246
|
+
"name": "nftId",
|
247
|
+
"type": "uint96"
|
248
|
+
}
|
249
|
+
],
|
250
|
+
"name": "ErrorStakingStoreTvlBalanceNotInitialized",
|
251
|
+
"type": "error"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"inputs": [],
|
255
|
+
"name": "MathOverflowedMulDiv",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"anonymous": false,
|
260
|
+
"inputs": [
|
261
|
+
{
|
262
|
+
"indexed": false,
|
263
|
+
"internalType": "address",
|
264
|
+
"name": "authority",
|
265
|
+
"type": "address"
|
266
|
+
}
|
267
|
+
],
|
268
|
+
"name": "AuthorityUpdated",
|
269
|
+
"type": "event"
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"anonymous": false,
|
273
|
+
"inputs": [
|
274
|
+
{
|
275
|
+
"indexed": false,
|
276
|
+
"internalType": "ObjectType",
|
277
|
+
"name": "objectType",
|
278
|
+
"type": "uint8"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"indexed": false,
|
282
|
+
"internalType": "KeyId",
|
283
|
+
"name": "keyId",
|
284
|
+
"type": "bytes31"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"indexed": false,
|
288
|
+
"internalType": "StateId",
|
289
|
+
"name": "state",
|
290
|
+
"type": "uint8"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"indexed": false,
|
294
|
+
"internalType": "address",
|
295
|
+
"name": "createdBy",
|
296
|
+
"type": "address"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"indexed": false,
|
300
|
+
"internalType": "address",
|
301
|
+
"name": "txOrigin",
|
302
|
+
"type": "address"
|
303
|
+
}
|
304
|
+
],
|
305
|
+
"name": "LogInfoCreated",
|
306
|
+
"type": "event"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"anonymous": false,
|
310
|
+
"inputs": [
|
311
|
+
{
|
312
|
+
"indexed": false,
|
313
|
+
"internalType": "ObjectType",
|
314
|
+
"name": "objectType",
|
315
|
+
"type": "uint8"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"indexed": false,
|
319
|
+
"internalType": "KeyId",
|
320
|
+
"name": "keyId",
|
321
|
+
"type": "bytes31"
|
322
|
+
},
|
323
|
+
{
|
324
|
+
"indexed": false,
|
325
|
+
"internalType": "StateId",
|
326
|
+
"name": "state",
|
327
|
+
"type": "uint8"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"indexed": false,
|
331
|
+
"internalType": "address",
|
332
|
+
"name": "updatedBy",
|
333
|
+
"type": "address"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"indexed": false,
|
337
|
+
"internalType": "address",
|
338
|
+
"name": "txOrigin",
|
339
|
+
"type": "address"
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"indexed": false,
|
343
|
+
"internalType": "Blocknumber",
|
344
|
+
"name": "lastUpdatedIn",
|
345
|
+
"type": "uint32"
|
346
|
+
}
|
347
|
+
],
|
348
|
+
"name": "LogInfoUpdated",
|
349
|
+
"type": "event"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"anonymous": false,
|
353
|
+
"inputs": [
|
354
|
+
{
|
355
|
+
"indexed": false,
|
356
|
+
"internalType": "NftId",
|
357
|
+
"name": "targetNftId",
|
358
|
+
"type": "uint96"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"indexed": false,
|
362
|
+
"internalType": "Amount",
|
363
|
+
"name": "dipAmount",
|
364
|
+
"type": "uint96"
|
365
|
+
},
|
366
|
+
{
|
367
|
+
"indexed": false,
|
368
|
+
"internalType": "Amount",
|
369
|
+
"name": "reserveBalance",
|
370
|
+
"type": "uint96"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"indexed": false,
|
374
|
+
"internalType": "Blocknumber",
|
375
|
+
"name": "lastUpdatedIn",
|
376
|
+
"type": "uint32"
|
377
|
+
}
|
378
|
+
],
|
379
|
+
"name": "LogStakingStoreReserveBalanceDecreased",
|
380
|
+
"type": "event"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"anonymous": false,
|
384
|
+
"inputs": [
|
385
|
+
{
|
386
|
+
"indexed": false,
|
387
|
+
"internalType": "NftId",
|
388
|
+
"name": "targetNftId",
|
389
|
+
"type": "uint96"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"indexed": false,
|
393
|
+
"internalType": "Amount",
|
394
|
+
"name": "dipAmount",
|
395
|
+
"type": "uint96"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"indexed": false,
|
399
|
+
"internalType": "Amount",
|
400
|
+
"name": "reserveBalance",
|
401
|
+
"type": "uint96"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"indexed": false,
|
405
|
+
"internalType": "Blocknumber",
|
406
|
+
"name": "lastUpdatedIn",
|
407
|
+
"type": "uint32"
|
408
|
+
}
|
409
|
+
],
|
410
|
+
"name": "LogStakingStoreReserveBalanceIncreased",
|
411
|
+
"type": "event"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"anonymous": false,
|
415
|
+
"inputs": [
|
416
|
+
{
|
417
|
+
"indexed": false,
|
418
|
+
"internalType": "NftId",
|
419
|
+
"name": "nftId",
|
420
|
+
"type": "uint96"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"indexed": false,
|
424
|
+
"internalType": "Amount",
|
425
|
+
"name": "addedAmount",
|
426
|
+
"type": "uint96"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"indexed": false,
|
430
|
+
"internalType": "Amount",
|
431
|
+
"name": "newBalance",
|
432
|
+
"type": "uint96"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"indexed": false,
|
436
|
+
"internalType": "Blocknumber",
|
437
|
+
"name": "lastUpdatedIn",
|
438
|
+
"type": "uint32"
|
439
|
+
}
|
440
|
+
],
|
441
|
+
"name": "LogStakingStoreRewardsDecreased",
|
442
|
+
"type": "event"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"anonymous": false,
|
446
|
+
"inputs": [
|
447
|
+
{
|
448
|
+
"indexed": false,
|
449
|
+
"internalType": "NftId",
|
450
|
+
"name": "nftId",
|
451
|
+
"type": "uint96"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"indexed": false,
|
455
|
+
"internalType": "Amount",
|
456
|
+
"name": "addedAmount",
|
457
|
+
"type": "uint96"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"indexed": false,
|
461
|
+
"internalType": "Amount",
|
462
|
+
"name": "newBalance",
|
463
|
+
"type": "uint96"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"indexed": false,
|
467
|
+
"internalType": "Blocknumber",
|
468
|
+
"name": "lastUpdatedIn",
|
469
|
+
"type": "uint32"
|
470
|
+
}
|
471
|
+
],
|
472
|
+
"name": "LogStakingStoreRewardsIncreased",
|
473
|
+
"type": "event"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"anonymous": false,
|
477
|
+
"inputs": [
|
478
|
+
{
|
479
|
+
"indexed": false,
|
480
|
+
"internalType": "NftId",
|
481
|
+
"name": "nftId",
|
482
|
+
"type": "uint96"
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"indexed": false,
|
486
|
+
"internalType": "Amount",
|
487
|
+
"name": "amount",
|
488
|
+
"type": "uint96"
|
489
|
+
},
|
490
|
+
{
|
491
|
+
"indexed": false,
|
492
|
+
"internalType": "Amount",
|
493
|
+
"name": "rewardAmount",
|
494
|
+
"type": "uint96"
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"indexed": false,
|
498
|
+
"internalType": "Amount",
|
499
|
+
"name": "rewardIncrementAmount",
|
500
|
+
"type": "uint96"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"indexed": false,
|
504
|
+
"internalType": "Amount",
|
505
|
+
"name": "newBalance",
|
506
|
+
"type": "uint96"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"indexed": false,
|
510
|
+
"internalType": "Blocknumber",
|
511
|
+
"name": "lastUpdatedIn",
|
512
|
+
"type": "uint32"
|
513
|
+
}
|
514
|
+
],
|
515
|
+
"name": "LogStakingStoreRewardsRestaked",
|
516
|
+
"type": "event"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"anonymous": false,
|
520
|
+
"inputs": [
|
521
|
+
{
|
522
|
+
"indexed": false,
|
523
|
+
"internalType": "NftId",
|
524
|
+
"name": "nftId",
|
525
|
+
"type": "uint96"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"indexed": false,
|
529
|
+
"internalType": "Amount",
|
530
|
+
"name": "addedAmount",
|
531
|
+
"type": "uint96"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"indexed": false,
|
535
|
+
"internalType": "Amount",
|
536
|
+
"name": "newBalance",
|
537
|
+
"type": "uint96"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"indexed": false,
|
541
|
+
"internalType": "Blocknumber",
|
542
|
+
"name": "lastUpdatedIn",
|
543
|
+
"type": "uint32"
|
544
|
+
}
|
545
|
+
],
|
546
|
+
"name": "LogStakingStoreStakesDecreased",
|
547
|
+
"type": "event"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"anonymous": false,
|
551
|
+
"inputs": [
|
552
|
+
{
|
553
|
+
"indexed": false,
|
554
|
+
"internalType": "NftId",
|
555
|
+
"name": "nftId",
|
556
|
+
"type": "uint96"
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"indexed": false,
|
560
|
+
"internalType": "Amount",
|
561
|
+
"name": "addedAmount",
|
562
|
+
"type": "uint96"
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"indexed": false,
|
566
|
+
"internalType": "Amount",
|
567
|
+
"name": "newBalance",
|
568
|
+
"type": "uint96"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"indexed": false,
|
572
|
+
"internalType": "Blocknumber",
|
573
|
+
"name": "lastUpdatedIn",
|
574
|
+
"type": "uint32"
|
575
|
+
}
|
576
|
+
],
|
577
|
+
"name": "LogStakingStoreStakesIncreased",
|
578
|
+
"type": "event"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"anonymous": false,
|
582
|
+
"inputs": [
|
583
|
+
{
|
584
|
+
"indexed": false,
|
585
|
+
"internalType": "NftId",
|
586
|
+
"name": "targetNftId",
|
587
|
+
"type": "uint96"
|
588
|
+
},
|
589
|
+
{
|
590
|
+
"indexed": false,
|
591
|
+
"internalType": "address",
|
592
|
+
"name": "token",
|
593
|
+
"type": "address"
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"indexed": false,
|
597
|
+
"internalType": "Amount",
|
598
|
+
"name": "amount",
|
599
|
+
"type": "uint96"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"indexed": false,
|
603
|
+
"internalType": "Amount",
|
604
|
+
"name": "newBalance",
|
605
|
+
"type": "uint96"
|
606
|
+
},
|
607
|
+
{
|
608
|
+
"indexed": false,
|
609
|
+
"internalType": "Blocknumber",
|
610
|
+
"name": "lastUpdatedIn",
|
611
|
+
"type": "uint32"
|
612
|
+
}
|
613
|
+
],
|
614
|
+
"name": "LogStakingStoreTotalValueLockedDecreased",
|
615
|
+
"type": "event"
|
616
|
+
},
|
617
|
+
{
|
618
|
+
"anonymous": false,
|
619
|
+
"inputs": [
|
620
|
+
{
|
621
|
+
"indexed": false,
|
622
|
+
"internalType": "NftId",
|
623
|
+
"name": "targetNftId",
|
624
|
+
"type": "uint96"
|
625
|
+
},
|
626
|
+
{
|
627
|
+
"indexed": false,
|
628
|
+
"internalType": "address",
|
629
|
+
"name": "token",
|
630
|
+
"type": "address"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"indexed": false,
|
634
|
+
"internalType": "Amount",
|
635
|
+
"name": "amount",
|
636
|
+
"type": "uint96"
|
637
|
+
},
|
638
|
+
{
|
639
|
+
"indexed": false,
|
640
|
+
"internalType": "Amount",
|
641
|
+
"name": "newBalance",
|
642
|
+
"type": "uint96"
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"indexed": false,
|
646
|
+
"internalType": "Blocknumber",
|
647
|
+
"name": "lastUpdatedIn",
|
648
|
+
"type": "uint32"
|
649
|
+
}
|
650
|
+
],
|
651
|
+
"name": "LogStakingStoreTotalValueLockedIncreased",
|
652
|
+
"type": "event"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"anonymous": false,
|
656
|
+
"inputs": [
|
657
|
+
{
|
658
|
+
"indexed": false,
|
659
|
+
"internalType": "ObjectType",
|
660
|
+
"name": "objectType",
|
661
|
+
"type": "uint8"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"indexed": false,
|
665
|
+
"internalType": "KeyId",
|
666
|
+
"name": "keyId",
|
667
|
+
"type": "bytes31"
|
668
|
+
},
|
669
|
+
{
|
670
|
+
"indexed": false,
|
671
|
+
"internalType": "StateId",
|
672
|
+
"name": "stateOld",
|
673
|
+
"type": "uint8"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"indexed": false,
|
677
|
+
"internalType": "StateId",
|
678
|
+
"name": "stateNew",
|
679
|
+
"type": "uint8"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"indexed": false,
|
683
|
+
"internalType": "address",
|
684
|
+
"name": "updatedBy",
|
685
|
+
"type": "address"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"indexed": false,
|
689
|
+
"internalType": "address",
|
690
|
+
"name": "txOrigin",
|
691
|
+
"type": "address"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"indexed": false,
|
695
|
+
"internalType": "Blocknumber",
|
696
|
+
"name": "lastUpdatedIn",
|
697
|
+
"type": "uint32"
|
698
|
+
}
|
699
|
+
],
|
700
|
+
"name": "LogStateUpdated",
|
701
|
+
"type": "event"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"inputs": [],
|
705
|
+
"name": "authority",
|
706
|
+
"outputs": [
|
707
|
+
{
|
708
|
+
"internalType": "address",
|
709
|
+
"name": "",
|
710
|
+
"type": "address"
|
711
|
+
}
|
712
|
+
],
|
713
|
+
"stateMutability": "view",
|
714
|
+
"type": "function"
|
715
|
+
},
|
716
|
+
{
|
717
|
+
"inputs": [
|
718
|
+
{
|
719
|
+
"internalType": "StateId",
|
720
|
+
"name": "stateId",
|
721
|
+
"type": "uint8"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"internalType": "ObjectType",
|
725
|
+
"name": "objectType",
|
726
|
+
"type": "uint8"
|
727
|
+
},
|
728
|
+
{
|
729
|
+
"internalType": "StateId",
|
730
|
+
"name": "expectedFromId",
|
731
|
+
"type": "uint8"
|
732
|
+
},
|
733
|
+
{
|
734
|
+
"internalType": "StateId",
|
735
|
+
"name": "toId",
|
736
|
+
"type": "uint8"
|
737
|
+
}
|
738
|
+
],
|
739
|
+
"name": "checkTransition",
|
740
|
+
"outputs": [],
|
741
|
+
"stateMutability": "view",
|
742
|
+
"type": "function"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"inputs": [
|
746
|
+
{
|
747
|
+
"internalType": "NftId",
|
748
|
+
"name": "nftId",
|
749
|
+
"type": "uint96"
|
750
|
+
},
|
751
|
+
{
|
752
|
+
"internalType": "NftId",
|
753
|
+
"name": "targetNftId",
|
754
|
+
"type": "uint96"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"internalType": "Amount",
|
758
|
+
"name": "maxClaimAmount",
|
759
|
+
"type": "uint96"
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"name": "claimUpTo",
|
763
|
+
"outputs": [
|
764
|
+
{
|
765
|
+
"internalType": "Amount",
|
766
|
+
"name": "claimedAmount",
|
767
|
+
"type": "uint96"
|
768
|
+
}
|
769
|
+
],
|
770
|
+
"stateMutability": "nonpayable",
|
771
|
+
"type": "function"
|
772
|
+
},
|
773
|
+
{
|
774
|
+
"inputs": [
|
775
|
+
{
|
776
|
+
"internalType": "NftId",
|
777
|
+
"name": "stakeNftId",
|
778
|
+
"type": "uint96"
|
779
|
+
},
|
780
|
+
{
|
781
|
+
"components": [
|
782
|
+
{
|
783
|
+
"internalType": "Timestamp",
|
784
|
+
"name": "lockedUntil",
|
785
|
+
"type": "uint40"
|
786
|
+
}
|
787
|
+
],
|
788
|
+
"internalType": "struct IStaking.StakeInfo",
|
789
|
+
"name": "stakeInfo",
|
790
|
+
"type": "tuple"
|
791
|
+
}
|
792
|
+
],
|
793
|
+
"name": "create",
|
794
|
+
"outputs": [],
|
795
|
+
"stateMutability": "nonpayable",
|
796
|
+
"type": "function"
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"inputs": [
|
800
|
+
{
|
801
|
+
"internalType": "NftId",
|
802
|
+
"name": "targetNftId",
|
803
|
+
"type": "uint96"
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"components": [
|
807
|
+
{
|
808
|
+
"internalType": "ObjectType",
|
809
|
+
"name": "objectType",
|
810
|
+
"type": "uint8"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"internalType": "uint256",
|
814
|
+
"name": "chainId",
|
815
|
+
"type": "uint256"
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"internalType": "Seconds",
|
819
|
+
"name": "lockingPeriod",
|
820
|
+
"type": "uint40"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"internalType": "UFixed",
|
824
|
+
"name": "rewardRate",
|
825
|
+
"type": "uint128"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"internalType": "Amount",
|
829
|
+
"name": "maxStakedAmount",
|
830
|
+
"type": "uint96"
|
831
|
+
}
|
832
|
+
],
|
833
|
+
"internalType": "struct IStaking.TargetInfo",
|
834
|
+
"name": "targetInfo",
|
835
|
+
"type": "tuple"
|
836
|
+
}
|
837
|
+
],
|
838
|
+
"name": "createTarget",
|
839
|
+
"outputs": [],
|
840
|
+
"stateMutability": "nonpayable",
|
841
|
+
"type": "function"
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"inputs": [
|
845
|
+
{
|
846
|
+
"internalType": "NftId",
|
847
|
+
"name": "targetNftId",
|
848
|
+
"type": "uint96"
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"internalType": "Amount",
|
852
|
+
"name": "dipAmount",
|
853
|
+
"type": "uint96"
|
854
|
+
}
|
855
|
+
],
|
856
|
+
"name": "decreaseReserves",
|
857
|
+
"outputs": [
|
858
|
+
{
|
859
|
+
"internalType": "Amount",
|
860
|
+
"name": "newReserveBalance",
|
861
|
+
"type": "uint96"
|
862
|
+
}
|
863
|
+
],
|
864
|
+
"stateMutability": "nonpayable",
|
865
|
+
"type": "function"
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"inputs": [
|
869
|
+
{
|
870
|
+
"internalType": "NftId",
|
871
|
+
"name": "targetNftId",
|
872
|
+
"type": "uint96"
|
873
|
+
},
|
874
|
+
{
|
875
|
+
"internalType": "UFixed",
|
876
|
+
"name": "stakingRate",
|
877
|
+
"type": "uint128"
|
878
|
+
},
|
879
|
+
{
|
880
|
+
"internalType": "address",
|
881
|
+
"name": "token",
|
882
|
+
"type": "address"
|
883
|
+
},
|
884
|
+
{
|
885
|
+
"internalType": "Amount",
|
886
|
+
"name": "amount",
|
887
|
+
"type": "uint96"
|
888
|
+
}
|
889
|
+
],
|
890
|
+
"name": "decreaseTotalValueLocked",
|
891
|
+
"outputs": [
|
892
|
+
{
|
893
|
+
"internalType": "Amount",
|
894
|
+
"name": "newBalance",
|
895
|
+
"type": "uint96"
|
896
|
+
}
|
897
|
+
],
|
898
|
+
"stateMutability": "nonpayable",
|
899
|
+
"type": "function"
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"inputs": [
|
903
|
+
{
|
904
|
+
"internalType": "Key32",
|
905
|
+
"name": "key32",
|
906
|
+
"type": "bytes32"
|
907
|
+
}
|
908
|
+
],
|
909
|
+
"name": "exists",
|
910
|
+
"outputs": [
|
911
|
+
{
|
912
|
+
"internalType": "bool",
|
913
|
+
"name": "",
|
914
|
+
"type": "bool"
|
915
|
+
}
|
916
|
+
],
|
917
|
+
"stateMutability": "view",
|
918
|
+
"type": "function"
|
919
|
+
},
|
920
|
+
{
|
921
|
+
"inputs": [
|
922
|
+
{
|
923
|
+
"internalType": "NftId",
|
924
|
+
"name": "stakeNftId",
|
925
|
+
"type": "uint96"
|
926
|
+
}
|
927
|
+
],
|
928
|
+
"name": "exists",
|
929
|
+
"outputs": [
|
930
|
+
{
|
931
|
+
"internalType": "bool",
|
932
|
+
"name": "",
|
933
|
+
"type": "bool"
|
934
|
+
}
|
935
|
+
],
|
936
|
+
"stateMutability": "view",
|
937
|
+
"type": "function"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"inputs": [
|
941
|
+
{
|
942
|
+
"internalType": "Key32",
|
943
|
+
"name": "key32",
|
944
|
+
"type": "bytes32"
|
945
|
+
}
|
946
|
+
],
|
947
|
+
"name": "get",
|
948
|
+
"outputs": [
|
949
|
+
{
|
950
|
+
"components": [
|
951
|
+
{
|
952
|
+
"components": [
|
953
|
+
{
|
954
|
+
"internalType": "ObjectType",
|
955
|
+
"name": "objectType",
|
956
|
+
"type": "uint8"
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"internalType": "StateId",
|
960
|
+
"name": "state",
|
961
|
+
"type": "uint8"
|
962
|
+
},
|
963
|
+
{
|
964
|
+
"internalType": "Blocknumber",
|
965
|
+
"name": "updatedIn",
|
966
|
+
"type": "uint32"
|
967
|
+
},
|
968
|
+
{
|
969
|
+
"internalType": "Blocknumber",
|
970
|
+
"name": "createdIn",
|
971
|
+
"type": "uint32"
|
972
|
+
}
|
973
|
+
],
|
974
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
975
|
+
"name": "metadata",
|
976
|
+
"type": "tuple"
|
977
|
+
},
|
978
|
+
{
|
979
|
+
"internalType": "bytes",
|
980
|
+
"name": "data",
|
981
|
+
"type": "bytes"
|
982
|
+
}
|
983
|
+
],
|
984
|
+
"internalType": "struct IKeyValueStore.Value",
|
985
|
+
"name": "value",
|
986
|
+
"type": "tuple"
|
987
|
+
}
|
988
|
+
],
|
989
|
+
"stateMutability": "view",
|
990
|
+
"type": "function"
|
991
|
+
},
|
992
|
+
{
|
993
|
+
"inputs": [
|
994
|
+
{
|
995
|
+
"internalType": "NftId",
|
996
|
+
"name": "nftId",
|
997
|
+
"type": "uint96"
|
998
|
+
}
|
999
|
+
],
|
1000
|
+
"name": "getBalanceUpdatedAt",
|
1001
|
+
"outputs": [
|
1002
|
+
{
|
1003
|
+
"internalType": "Timestamp",
|
1004
|
+
"name": "updatedAt",
|
1005
|
+
"type": "uint40"
|
1006
|
+
}
|
1007
|
+
],
|
1008
|
+
"stateMutability": "view",
|
1009
|
+
"type": "function"
|
1010
|
+
},
|
1011
|
+
{
|
1012
|
+
"inputs": [
|
1013
|
+
{
|
1014
|
+
"internalType": "NftId",
|
1015
|
+
"name": "nftId",
|
1016
|
+
"type": "uint96"
|
1017
|
+
}
|
1018
|
+
],
|
1019
|
+
"name": "getBalanceUpdatedIn",
|
1020
|
+
"outputs": [
|
1021
|
+
{
|
1022
|
+
"internalType": "Blocknumber",
|
1023
|
+
"name": "blocknumber",
|
1024
|
+
"type": "uint32"
|
1025
|
+
}
|
1026
|
+
],
|
1027
|
+
"stateMutability": "view",
|
1028
|
+
"type": "function"
|
1029
|
+
},
|
1030
|
+
{
|
1031
|
+
"inputs": [
|
1032
|
+
{
|
1033
|
+
"internalType": "Key32",
|
1034
|
+
"name": "key32",
|
1035
|
+
"type": "bytes32"
|
1036
|
+
}
|
1037
|
+
],
|
1038
|
+
"name": "getData",
|
1039
|
+
"outputs": [
|
1040
|
+
{
|
1041
|
+
"internalType": "bytes",
|
1042
|
+
"name": "data",
|
1043
|
+
"type": "bytes"
|
1044
|
+
}
|
1045
|
+
],
|
1046
|
+
"stateMutability": "view",
|
1047
|
+
"type": "function"
|
1048
|
+
},
|
1049
|
+
{
|
1050
|
+
"inputs": [
|
1051
|
+
{
|
1052
|
+
"internalType": "ObjectType",
|
1053
|
+
"name": "objectType",
|
1054
|
+
"type": "uint8"
|
1055
|
+
}
|
1056
|
+
],
|
1057
|
+
"name": "getInitialState",
|
1058
|
+
"outputs": [
|
1059
|
+
{
|
1060
|
+
"internalType": "StateId",
|
1061
|
+
"name": "",
|
1062
|
+
"type": "uint8"
|
1063
|
+
}
|
1064
|
+
],
|
1065
|
+
"stateMutability": "view",
|
1066
|
+
"type": "function"
|
1067
|
+
},
|
1068
|
+
{
|
1069
|
+
"inputs": [
|
1070
|
+
{
|
1071
|
+
"internalType": "Key32",
|
1072
|
+
"name": "key32",
|
1073
|
+
"type": "bytes32"
|
1074
|
+
}
|
1075
|
+
],
|
1076
|
+
"name": "getMetadata",
|
1077
|
+
"outputs": [
|
1078
|
+
{
|
1079
|
+
"components": [
|
1080
|
+
{
|
1081
|
+
"internalType": "ObjectType",
|
1082
|
+
"name": "objectType",
|
1083
|
+
"type": "uint8"
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
"internalType": "StateId",
|
1087
|
+
"name": "state",
|
1088
|
+
"type": "uint8"
|
1089
|
+
},
|
1090
|
+
{
|
1091
|
+
"internalType": "Blocknumber",
|
1092
|
+
"name": "updatedIn",
|
1093
|
+
"type": "uint32"
|
1094
|
+
},
|
1095
|
+
{
|
1096
|
+
"internalType": "Blocknumber",
|
1097
|
+
"name": "createdIn",
|
1098
|
+
"type": "uint32"
|
1099
|
+
}
|
1100
|
+
],
|
1101
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
1102
|
+
"name": "metadata",
|
1103
|
+
"type": "tuple"
|
1104
|
+
}
|
1105
|
+
],
|
1106
|
+
"stateMutability": "view",
|
1107
|
+
"type": "function"
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
"inputs": [
|
1111
|
+
{
|
1112
|
+
"internalType": "NftId",
|
1113
|
+
"name": "nftId",
|
1114
|
+
"type": "uint96"
|
1115
|
+
}
|
1116
|
+
],
|
1117
|
+
"name": "getRequiredStakeBalance",
|
1118
|
+
"outputs": [
|
1119
|
+
{
|
1120
|
+
"internalType": "Amount",
|
1121
|
+
"name": "requiredAmount",
|
1122
|
+
"type": "uint96"
|
1123
|
+
}
|
1124
|
+
],
|
1125
|
+
"stateMutability": "view",
|
1126
|
+
"type": "function"
|
1127
|
+
},
|
1128
|
+
{
|
1129
|
+
"inputs": [
|
1130
|
+
{
|
1131
|
+
"internalType": "NftId",
|
1132
|
+
"name": "nftId",
|
1133
|
+
"type": "uint96"
|
1134
|
+
}
|
1135
|
+
],
|
1136
|
+
"name": "getReserveBalance",
|
1137
|
+
"outputs": [
|
1138
|
+
{
|
1139
|
+
"internalType": "Amount",
|
1140
|
+
"name": "balanceAmount",
|
1141
|
+
"type": "uint96"
|
1142
|
+
}
|
1143
|
+
],
|
1144
|
+
"stateMutability": "view",
|
1145
|
+
"type": "function"
|
1146
|
+
},
|
1147
|
+
{
|
1148
|
+
"inputs": [
|
1149
|
+
{
|
1150
|
+
"internalType": "NftId",
|
1151
|
+
"name": "nftId",
|
1152
|
+
"type": "uint96"
|
1153
|
+
}
|
1154
|
+
],
|
1155
|
+
"name": "getRewardBalance",
|
1156
|
+
"outputs": [
|
1157
|
+
{
|
1158
|
+
"internalType": "Amount",
|
1159
|
+
"name": "rewardAmount",
|
1160
|
+
"type": "uint96"
|
1161
|
+
}
|
1162
|
+
],
|
1163
|
+
"stateMutability": "view",
|
1164
|
+
"type": "function"
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"inputs": [
|
1168
|
+
{
|
1169
|
+
"internalType": "NftId",
|
1170
|
+
"name": "nftId",
|
1171
|
+
"type": "uint96"
|
1172
|
+
}
|
1173
|
+
],
|
1174
|
+
"name": "getStakeBalance",
|
1175
|
+
"outputs": [
|
1176
|
+
{
|
1177
|
+
"internalType": "Amount",
|
1178
|
+
"name": "balanceAmount",
|
1179
|
+
"type": "uint96"
|
1180
|
+
}
|
1181
|
+
],
|
1182
|
+
"stateMutability": "view",
|
1183
|
+
"type": "function"
|
1184
|
+
},
|
1185
|
+
{
|
1186
|
+
"inputs": [
|
1187
|
+
{
|
1188
|
+
"internalType": "NftId",
|
1189
|
+
"name": "nftId",
|
1190
|
+
"type": "uint96"
|
1191
|
+
}
|
1192
|
+
],
|
1193
|
+
"name": "getStakeBalances",
|
1194
|
+
"outputs": [
|
1195
|
+
{
|
1196
|
+
"internalType": "Amount",
|
1197
|
+
"name": "stakeBalance",
|
1198
|
+
"type": "uint96"
|
1199
|
+
},
|
1200
|
+
{
|
1201
|
+
"internalType": "Amount",
|
1202
|
+
"name": "rewardBalance",
|
1203
|
+
"type": "uint96"
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
"internalType": "Timestamp",
|
1207
|
+
"name": "lastUpdatedAt",
|
1208
|
+
"type": "uint40"
|
1209
|
+
}
|
1210
|
+
],
|
1211
|
+
"stateMutability": "view",
|
1212
|
+
"type": "function"
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"inputs": [
|
1216
|
+
{
|
1217
|
+
"internalType": "uint256",
|
1218
|
+
"name": "chainId",
|
1219
|
+
"type": "uint256"
|
1220
|
+
},
|
1221
|
+
{
|
1222
|
+
"internalType": "address",
|
1223
|
+
"name": "token",
|
1224
|
+
"type": "address"
|
1225
|
+
}
|
1226
|
+
],
|
1227
|
+
"name": "getStakingRate",
|
1228
|
+
"outputs": [
|
1229
|
+
{
|
1230
|
+
"internalType": "UFixed",
|
1231
|
+
"name": "stakingRate",
|
1232
|
+
"type": "uint128"
|
1233
|
+
}
|
1234
|
+
],
|
1235
|
+
"stateMutability": "view",
|
1236
|
+
"type": "function"
|
1237
|
+
},
|
1238
|
+
{
|
1239
|
+
"inputs": [],
|
1240
|
+
"name": "getStakingReader",
|
1241
|
+
"outputs": [
|
1242
|
+
{
|
1243
|
+
"internalType": "contract StakingReader",
|
1244
|
+
"name": "stakingReader",
|
1245
|
+
"type": "address"
|
1246
|
+
}
|
1247
|
+
],
|
1248
|
+
"stateMutability": "view",
|
1249
|
+
"type": "function"
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
"inputs": [
|
1253
|
+
{
|
1254
|
+
"internalType": "Key32",
|
1255
|
+
"name": "key32",
|
1256
|
+
"type": "bytes32"
|
1257
|
+
}
|
1258
|
+
],
|
1259
|
+
"name": "getState",
|
1260
|
+
"outputs": [
|
1261
|
+
{
|
1262
|
+
"internalType": "StateId",
|
1263
|
+
"name": "state",
|
1264
|
+
"type": "uint8"
|
1265
|
+
}
|
1266
|
+
],
|
1267
|
+
"stateMutability": "view",
|
1268
|
+
"type": "function"
|
1269
|
+
},
|
1270
|
+
{
|
1271
|
+
"inputs": [
|
1272
|
+
{
|
1273
|
+
"internalType": "NftId",
|
1274
|
+
"name": "nftId",
|
1275
|
+
"type": "uint96"
|
1276
|
+
}
|
1277
|
+
],
|
1278
|
+
"name": "getTargetBalances",
|
1279
|
+
"outputs": [
|
1280
|
+
{
|
1281
|
+
"internalType": "Amount",
|
1282
|
+
"name": "stakeBalance",
|
1283
|
+
"type": "uint96"
|
1284
|
+
},
|
1285
|
+
{
|
1286
|
+
"internalType": "Amount",
|
1287
|
+
"name": "rewardBalance",
|
1288
|
+
"type": "uint96"
|
1289
|
+
},
|
1290
|
+
{
|
1291
|
+
"internalType": "Amount",
|
1292
|
+
"name": "reserveBalance",
|
1293
|
+
"type": "uint96"
|
1294
|
+
},
|
1295
|
+
{
|
1296
|
+
"internalType": "Blocknumber",
|
1297
|
+
"name": "lastUpdatedIn",
|
1298
|
+
"type": "uint32"
|
1299
|
+
}
|
1300
|
+
],
|
1301
|
+
"stateMutability": "view",
|
1302
|
+
"type": "function"
|
1303
|
+
},
|
1304
|
+
{
|
1305
|
+
"inputs": [],
|
1306
|
+
"name": "getTargetNftIdSet",
|
1307
|
+
"outputs": [
|
1308
|
+
{
|
1309
|
+
"internalType": "contract NftIdSet",
|
1310
|
+
"name": "targetNftIdSet",
|
1311
|
+
"type": "address"
|
1312
|
+
}
|
1313
|
+
],
|
1314
|
+
"stateMutability": "view",
|
1315
|
+
"type": "function"
|
1316
|
+
},
|
1317
|
+
{
|
1318
|
+
"inputs": [
|
1319
|
+
{
|
1320
|
+
"internalType": "NftId",
|
1321
|
+
"name": "nftId",
|
1322
|
+
"type": "uint96"
|
1323
|
+
},
|
1324
|
+
{
|
1325
|
+
"internalType": "address",
|
1326
|
+
"name": "token",
|
1327
|
+
"type": "address"
|
1328
|
+
}
|
1329
|
+
],
|
1330
|
+
"name": "getTotalValueLocked",
|
1331
|
+
"outputs": [
|
1332
|
+
{
|
1333
|
+
"internalType": "Amount",
|
1334
|
+
"name": "tvlBalanceAmount",
|
1335
|
+
"type": "uint96"
|
1336
|
+
}
|
1337
|
+
],
|
1338
|
+
"stateMutability": "view",
|
1339
|
+
"type": "function"
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"inputs": [
|
1343
|
+
{
|
1344
|
+
"internalType": "ObjectType",
|
1345
|
+
"name": "objectType",
|
1346
|
+
"type": "uint8"
|
1347
|
+
}
|
1348
|
+
],
|
1349
|
+
"name": "hasLifecycle",
|
1350
|
+
"outputs": [
|
1351
|
+
{
|
1352
|
+
"internalType": "bool",
|
1353
|
+
"name": "",
|
1354
|
+
"type": "bool"
|
1355
|
+
}
|
1356
|
+
],
|
1357
|
+
"stateMutability": "view",
|
1358
|
+
"type": "function"
|
1359
|
+
},
|
1360
|
+
{
|
1361
|
+
"inputs": [
|
1362
|
+
{
|
1363
|
+
"internalType": "NftId",
|
1364
|
+
"name": "targetNftId",
|
1365
|
+
"type": "uint96"
|
1366
|
+
},
|
1367
|
+
{
|
1368
|
+
"internalType": "Amount",
|
1369
|
+
"name": "dipAmount",
|
1370
|
+
"type": "uint96"
|
1371
|
+
}
|
1372
|
+
],
|
1373
|
+
"name": "increaseReserves",
|
1374
|
+
"outputs": [
|
1375
|
+
{
|
1376
|
+
"internalType": "Amount",
|
1377
|
+
"name": "newReserveBalance",
|
1378
|
+
"type": "uint96"
|
1379
|
+
}
|
1380
|
+
],
|
1381
|
+
"stateMutability": "nonpayable",
|
1382
|
+
"type": "function"
|
1383
|
+
},
|
1384
|
+
{
|
1385
|
+
"inputs": [
|
1386
|
+
{
|
1387
|
+
"internalType": "NftId",
|
1388
|
+
"name": "nftId",
|
1389
|
+
"type": "uint96"
|
1390
|
+
},
|
1391
|
+
{
|
1392
|
+
"internalType": "NftId",
|
1393
|
+
"name": "targetNftId",
|
1394
|
+
"type": "uint96"
|
1395
|
+
},
|
1396
|
+
{
|
1397
|
+
"internalType": "Amount",
|
1398
|
+
"name": "amount",
|
1399
|
+
"type": "uint96"
|
1400
|
+
}
|
1401
|
+
],
|
1402
|
+
"name": "increaseStake",
|
1403
|
+
"outputs": [],
|
1404
|
+
"stateMutability": "nonpayable",
|
1405
|
+
"type": "function"
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"inputs": [
|
1409
|
+
{
|
1410
|
+
"internalType": "NftId",
|
1411
|
+
"name": "targetNftId",
|
1412
|
+
"type": "uint96"
|
1413
|
+
},
|
1414
|
+
{
|
1415
|
+
"internalType": "UFixed",
|
1416
|
+
"name": "stakingRate",
|
1417
|
+
"type": "uint128"
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"internalType": "address",
|
1421
|
+
"name": "token",
|
1422
|
+
"type": "address"
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"internalType": "Amount",
|
1426
|
+
"name": "amount",
|
1427
|
+
"type": "uint96"
|
1428
|
+
}
|
1429
|
+
],
|
1430
|
+
"name": "increaseTotalValueLocked",
|
1431
|
+
"outputs": [
|
1432
|
+
{
|
1433
|
+
"internalType": "Amount",
|
1434
|
+
"name": "newBalance",
|
1435
|
+
"type": "uint96"
|
1436
|
+
}
|
1437
|
+
],
|
1438
|
+
"stateMutability": "nonpayable",
|
1439
|
+
"type": "function"
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"inputs": [],
|
1443
|
+
"name": "isConsumingScheduledOp",
|
1444
|
+
"outputs": [
|
1445
|
+
{
|
1446
|
+
"internalType": "bytes4",
|
1447
|
+
"name": "",
|
1448
|
+
"type": "bytes4"
|
1449
|
+
}
|
1450
|
+
],
|
1451
|
+
"stateMutability": "view",
|
1452
|
+
"type": "function"
|
1453
|
+
},
|
1454
|
+
{
|
1455
|
+
"inputs": [
|
1456
|
+
{
|
1457
|
+
"internalType": "ObjectType",
|
1458
|
+
"name": "objectType",
|
1459
|
+
"type": "uint8"
|
1460
|
+
},
|
1461
|
+
{
|
1462
|
+
"internalType": "StateId",
|
1463
|
+
"name": "fromId",
|
1464
|
+
"type": "uint8"
|
1465
|
+
},
|
1466
|
+
{
|
1467
|
+
"internalType": "StateId",
|
1468
|
+
"name": "toId",
|
1469
|
+
"type": "uint8"
|
1470
|
+
}
|
1471
|
+
],
|
1472
|
+
"name": "isValidTransition",
|
1473
|
+
"outputs": [
|
1474
|
+
{
|
1475
|
+
"internalType": "bool",
|
1476
|
+
"name": "",
|
1477
|
+
"type": "bool"
|
1478
|
+
}
|
1479
|
+
],
|
1480
|
+
"stateMutability": "view",
|
1481
|
+
"type": "function"
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
"inputs": [
|
1485
|
+
{
|
1486
|
+
"internalType": "NftId",
|
1487
|
+
"name": "nftId",
|
1488
|
+
"type": "uint96"
|
1489
|
+
},
|
1490
|
+
{
|
1491
|
+
"internalType": "NftId",
|
1492
|
+
"name": "targetNftId",
|
1493
|
+
"type": "uint96"
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"internalType": "Amount",
|
1497
|
+
"name": "rewardIncrementAmount",
|
1498
|
+
"type": "uint96"
|
1499
|
+
}
|
1500
|
+
],
|
1501
|
+
"name": "restakeRewards",
|
1502
|
+
"outputs": [],
|
1503
|
+
"stateMutability": "nonpayable",
|
1504
|
+
"type": "function"
|
1505
|
+
},
|
1506
|
+
{
|
1507
|
+
"inputs": [
|
1508
|
+
{
|
1509
|
+
"internalType": "address",
|
1510
|
+
"name": "newAuthority",
|
1511
|
+
"type": "address"
|
1512
|
+
}
|
1513
|
+
],
|
1514
|
+
"name": "setAuthority",
|
1515
|
+
"outputs": [],
|
1516
|
+
"stateMutability": "nonpayable",
|
1517
|
+
"type": "function"
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
"inputs": [
|
1521
|
+
{
|
1522
|
+
"internalType": "uint256",
|
1523
|
+
"name": "chainId",
|
1524
|
+
"type": "uint256"
|
1525
|
+
},
|
1526
|
+
{
|
1527
|
+
"internalType": "address",
|
1528
|
+
"name": "token",
|
1529
|
+
"type": "address"
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
"internalType": "UFixed",
|
1533
|
+
"name": "stakingRate",
|
1534
|
+
"type": "uint128"
|
1535
|
+
}
|
1536
|
+
],
|
1537
|
+
"name": "setStakingRate",
|
1538
|
+
"outputs": [],
|
1539
|
+
"stateMutability": "nonpayable",
|
1540
|
+
"type": "function"
|
1541
|
+
},
|
1542
|
+
{
|
1543
|
+
"inputs": [
|
1544
|
+
{
|
1545
|
+
"internalType": "ObjectType",
|
1546
|
+
"name": "objectType",
|
1547
|
+
"type": "uint8"
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"internalType": "KeyId",
|
1551
|
+
"name": "id",
|
1552
|
+
"type": "bytes31"
|
1553
|
+
}
|
1554
|
+
],
|
1555
|
+
"name": "toKey32",
|
1556
|
+
"outputs": [
|
1557
|
+
{
|
1558
|
+
"internalType": "Key32",
|
1559
|
+
"name": "",
|
1560
|
+
"type": "bytes32"
|
1561
|
+
}
|
1562
|
+
],
|
1563
|
+
"stateMutability": "pure",
|
1564
|
+
"type": "function"
|
1565
|
+
},
|
1566
|
+
{
|
1567
|
+
"inputs": [
|
1568
|
+
{
|
1569
|
+
"internalType": "NftId",
|
1570
|
+
"name": "nftId",
|
1571
|
+
"type": "uint96"
|
1572
|
+
},
|
1573
|
+
{
|
1574
|
+
"internalType": "NftId",
|
1575
|
+
"name": "targetNftId",
|
1576
|
+
"type": "uint96"
|
1577
|
+
},
|
1578
|
+
{
|
1579
|
+
"internalType": "Amount",
|
1580
|
+
"name": "maxUnstakeAmount",
|
1581
|
+
"type": "uint96"
|
1582
|
+
},
|
1583
|
+
{
|
1584
|
+
"internalType": "Amount",
|
1585
|
+
"name": "maxClaimAmount",
|
1586
|
+
"type": "uint96"
|
1587
|
+
}
|
1588
|
+
],
|
1589
|
+
"name": "unstakeUpTo",
|
1590
|
+
"outputs": [
|
1591
|
+
{
|
1592
|
+
"internalType": "Amount",
|
1593
|
+
"name": "unstakedAmount",
|
1594
|
+
"type": "uint96"
|
1595
|
+
},
|
1596
|
+
{
|
1597
|
+
"internalType": "Amount",
|
1598
|
+
"name": "claimedAmount",
|
1599
|
+
"type": "uint96"
|
1600
|
+
}
|
1601
|
+
],
|
1602
|
+
"stateMutability": "nonpayable",
|
1603
|
+
"type": "function"
|
1604
|
+
},
|
1605
|
+
{
|
1606
|
+
"inputs": [
|
1607
|
+
{
|
1608
|
+
"internalType": "NftId",
|
1609
|
+
"name": "stakeNftId",
|
1610
|
+
"type": "uint96"
|
1611
|
+
},
|
1612
|
+
{
|
1613
|
+
"components": [
|
1614
|
+
{
|
1615
|
+
"internalType": "Timestamp",
|
1616
|
+
"name": "lockedUntil",
|
1617
|
+
"type": "uint40"
|
1618
|
+
}
|
1619
|
+
],
|
1620
|
+
"internalType": "struct IStaking.StakeInfo",
|
1621
|
+
"name": "stakeInfo",
|
1622
|
+
"type": "tuple"
|
1623
|
+
}
|
1624
|
+
],
|
1625
|
+
"name": "update",
|
1626
|
+
"outputs": [],
|
1627
|
+
"stateMutability": "nonpayable",
|
1628
|
+
"type": "function"
|
1629
|
+
},
|
1630
|
+
{
|
1631
|
+
"inputs": [
|
1632
|
+
{
|
1633
|
+
"internalType": "NftId",
|
1634
|
+
"name": "nftId",
|
1635
|
+
"type": "uint96"
|
1636
|
+
},
|
1637
|
+
{
|
1638
|
+
"internalType": "NftId",
|
1639
|
+
"name": "targetNftId",
|
1640
|
+
"type": "uint96"
|
1641
|
+
},
|
1642
|
+
{
|
1643
|
+
"internalType": "Amount",
|
1644
|
+
"name": "rewardIncrementAmount",
|
1645
|
+
"type": "uint96"
|
1646
|
+
}
|
1647
|
+
],
|
1648
|
+
"name": "updateRewards",
|
1649
|
+
"outputs": [],
|
1650
|
+
"stateMutability": "nonpayable",
|
1651
|
+
"type": "function"
|
1652
|
+
},
|
1653
|
+
{
|
1654
|
+
"inputs": [
|
1655
|
+
{
|
1656
|
+
"internalType": "NftId",
|
1657
|
+
"name": "targetNftId",
|
1658
|
+
"type": "uint96"
|
1659
|
+
},
|
1660
|
+
{
|
1661
|
+
"components": [
|
1662
|
+
{
|
1663
|
+
"internalType": "ObjectType",
|
1664
|
+
"name": "objectType",
|
1665
|
+
"type": "uint8"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"internalType": "uint256",
|
1669
|
+
"name": "chainId",
|
1670
|
+
"type": "uint256"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"internalType": "Seconds",
|
1674
|
+
"name": "lockingPeriod",
|
1675
|
+
"type": "uint40"
|
1676
|
+
},
|
1677
|
+
{
|
1678
|
+
"internalType": "UFixed",
|
1679
|
+
"name": "rewardRate",
|
1680
|
+
"type": "uint128"
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"internalType": "Amount",
|
1684
|
+
"name": "maxStakedAmount",
|
1685
|
+
"type": "uint96"
|
1686
|
+
}
|
1687
|
+
],
|
1688
|
+
"internalType": "struct IStaking.TargetInfo",
|
1689
|
+
"name": "targetInfo",
|
1690
|
+
"type": "tuple"
|
1691
|
+
}
|
1692
|
+
],
|
1693
|
+
"name": "updateTarget",
|
1694
|
+
"outputs": [],
|
1695
|
+
"stateMutability": "nonpayable",
|
1696
|
+
"type": "function"
|
1697
|
+
}
|
1698
|
+
],
|
1699
|
+
"bytecode": "0x608060405234801561000f575f80fd5b50604051615cde380380615cde83398101604081905261002e91610ec2565b3361003881610330565b50610041610383565b6100a9826001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610080573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100a49190610efa565b6103a6565b600480546001600160a01b038085166001600160a01b03199283161790925560068054928416929091169190911790556040516100e590610e9e565b604051809103905ff0801580156100fe573d5f803e3d5ffd5b50600580546001600160a01b0319166001600160a01b039290921691909117905560405163efac97cf60e01b815261044d60048201526103299073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015610172573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101969190610f30565b6040518060a001604052806101af61042360201b60201c565b60ff1681526020016001815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610205573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102299190610f4b565b64ffffffffff16815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af415801561027c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a09190610f6f565b6001600160801b0316815260200173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156102f5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103199190610f30565b6001600160601b03169052610428565b5050611195565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b610390601f5b6001610637565b61039a600b610389565b6103a4601e610389565b565b5f5433906001600160a01b031681146103e15760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610416576040516361798f2f60e11b81526001600160a01b03831660048201526024016103d8565b61041f82610330565b5050565b600190565b61052a73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561049b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104bf9190610f95565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff166060808301919091528401516001600160801b03166080808301919091528401516001600160601b031660a082015260c00160408051601f19818403018152919052610679565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610571573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105959190610fac565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556105cd82610a3c565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015610618575f80fd5b505af115801561062a573d5f803e3d5ffd5b505050505050565b905090565b60ff8281165f90815260016020526040902054161561065857610658610fcf565b60ff9182165f908152600160205260409020805460ff191691909216179055565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156106c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106ed9190610fe3565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610740573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107649190611003565b15610787576040516307014a8d60e51b815260ff821660048201526024016103d8565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156107ed573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108119190611003565b1561083b57604051633f92eac960e21b81526004810185905260ff831660248201526044016103d8565b61084482610da6565b61086657604051636cb0978b60e11b815260ff831660048201526024016103d8565b5f61086f610e32565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021762010000600160501b0319166201000063ffffffff851690810263ffffffff60301b1916919091176601000000000000919091021784555f8781526003602052604090209091506001016108f886826110ba565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015610969573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061098d9190610fe3565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156109db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ff9190611174565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015610aa9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610acd9190611003565b15610af6576040516366d785a360e11b81526001600160601b03821660048201526024016103d8565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b3d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b619190610f30565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610bee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c129190610f30565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c9f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cc39190610f30565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d50573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d749190610fac565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015610e08573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e2c9190611003565b92915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e7a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106329190610fac565b61074c8061559283390190565b6001600160a01b0381168114610ebf575f80fd5b50565b5f8060408385031215610ed3575f80fd5b8251610ede81610eab565b6020840151909250610eef81610eab565b809150509250929050565b5f60208284031215610f0a575f80fd5b8151610f1581610eab565b9392505050565b6001600160601b0381168114610ebf575f80fd5b5f60208284031215610f40575f80fd5b8151610f1581610f1c565b5f60208284031215610f5b575f80fd5b815164ffffffffff81168114610f15575f80fd5b5f60208284031215610f7f575f80fd5b81516001600160801b0381168114610f15575f80fd5b5f60208284031215610fa5575f80fd5b5051919050565b5f60208284031215610fbc575f80fd5b815163ffffffff81168114610f15575f80fd5b634e487b7160e01b5f52600160045260245ffd5b5f60208284031215610ff3575f80fd5b815160ff81168114610f15575f80fd5b5f60208284031215611013575f80fd5b81518015158114610f15575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c9082168061104a57607f821691505b60208210810361106857634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156110b557805f5260205f20601f840160051c810160208510156110935750805b601f840160051c820191505b818110156110b2575f815560010161109f565b50505b505050565b81516001600160401b038111156110d3576110d3611022565b6110e7816110e18454611036565b8461106e565b6020601f821160018114611119575f83156111025750848201515b5f19600385901b1c1916600184901b1784556110b2565b5f84815260208120601f198516915b828110156111485787850151825560209485019460019092019101611128565b508482101561116557868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215611184575f80fd5b815160ff1981168114610f15575f80fd5b6143f0806111a25f395ff3fe608060405234801561000f575f80fd5b506004361061023f575f3560e01c8063805de20a11610135578063d579dfa7116100b4578063eb8c20db11610079578063eb8c20db14610762578063eb98e8a014610775578063f48016ce146107a8578063fb145432146107c9578063ff86054d146107f4575f80fd5b8063d579dfa7146106b9578063d7537c37146106cc578063dfb7e337146106df578063e067350f14610724578063e9e96c701461074f575f80fd5b8063a5961b4c116100fa578063a5961b4c14610575578063b04fa50614610601578063beba11201461066b578063bf1db3f914610696578063bf7e214f146106a9575f80fd5b8063805de20a1461049e578063828227de146104b15780638eaa6ac0146104f45780638fb360371461051457806391a2059f14610535575f80fd5b80634f9c1c09116101c15780636291423a116101865780636291423a146103e657806368d602b4146103f7578063717f1b981461040a5780637a9e5e4b146104355780637b21556114610448575f80fd5b80634f9c1c091461036857806354f1fa811461037b57806354f6127f1461038e5780635cce3fa1146103ae57806362841be2146103d3575f80fd5b80633861317f116102075780633861317f146102f957806338a699a41461030c5780633fbdfe321461032f5780634a2101d1146103425780634b51da0c14610355575f80fd5b806309648a9d146102435780630d35818114610281578063136cfef7146102a657806320a0e1a4146102d157806330f44199146102e6575b5f80fd5b61026a610251366004613a81565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61026a61028f366004613aa9565b60ff9081165f908152600160205260409020541690565b6102b96102b4366004613ad8565b61086e565b6040516001600160601b039091168152602001610278565b6102e46102df366004613b72565b610955565b005b6102e46102f4366004613c09565b61096c565b6102e4610307366004613c09565b610b11565b61031f61031a366004613a81565b610c1a565b6040519015158152602001610278565b6102b961033d366004613c09565b610ca8565b6102e4610350366004613c09565b610e2c565b6102e4610363366004613c51565b610f08565b61031f610376366004613cc3565b610fd8565b6102e4610389366004613cde565b611070565b6103a161039c366004613a81565b6111c9565b6040516102789190613d65565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610278565b6102e46103e1366004613c51565b61126b565b6006546001600160a01b03166103bb565b6102e4610405366004613d8d565b61133c565b6102b9610418366004613cc3565b6001600160601b039081165f908152600960205260409020541690565b6102e4610443366004613dbf565b611390565b610486610456366004613dd8565b5f9182526007602090815260408084206001600160a01b039390931684529190529020546001600160801b031690565b6040516001600160801b039091168152602001610278565b6102e46104ac366004613b72565b611404565b6104df6104bf366004613cc3565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff9091168152602001610278565b610507610502366004613a81565b6114b5565b6040516102789190613e02565b61051c6115d6565b6040516001600160e01b03199091168152602001610278565b6102b9610543366004613e68565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b6105f4610583366004613a81565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516102789190613e92565b61065b61060f366004613cc3565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b6040516102789493929190613ed3565b6102b9610679366004613cc3565b6001600160601b039081165f908152600f60205260409020541690565b61031f6106a4366004613aa9565b6115fa565b5f546001600160a01b03166103bb565b6102b96106c7366004613f02565b611646565b6102b96106da366004613ad8565b6118aa565b61070e6106ed366004613cc3565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff9091168152602001610278565b6102b9610732366004613cc3565b6001600160601b039081165f908152600a60205260409020541690565b61031f61075d366004613f4e565b61192b565b6102b9610770366004613f02565b61195e565b610788610783366004613f8b565b611c84565b604080516001600160601b03938416815292909116602083015201610278565b6107bb6107b6366004613fd8565b611f26565b604051908152602001610278565b6102b96107d7366004613cc3565b6001600160601b039081165f908152600860205260409020541690565b610841610802366004613cc3565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff1690820152606001610278565b5f61087b335b5f36611fa6565b6001600160601b038084165f908152600a60205260409020541661089f838261209c565b156108dd576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a6020526040902054610901911684612120565b91505f61090e85846121a5565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109459493929190613ed3565b60405180910390a1505092915050565b61095e33610874565b6109688282612345565b5050565b61097533610874565b5f61097f846124f5565b6001600160601b038086165f9081526008602090815260408083205460099092529091205492935081169116610a32866109c26109bc85856125b7565b876125b7565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a2d9190614004565b612601565b6001600160601b038086165f90815260086020526040902054610a89918791610a60916109bc9116856125b7565b6001600160601b038089165f90815260096020526040902054610a84911685612120565b612797565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610b1a33610874565b5f610b24846124f5565b6001600160601b038086165f90815260086020526040902054919250610b70918691610b519116856125b7565b6001600160601b038088165f9081526009602052604090205416612601565b6001600160601b038084165f90815260086020526040902054610bb9918591610b9a9116856125b7565b6001600160601b038087165f9081526009602052604090205416612797565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610c0c928892879291909116908690613ed3565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610c7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca2919061402e565b92915050565b5f610cb233610874565b5f610cbc856124f5565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610d2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d539190614004565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610d9092889291821691610a2d911686612120565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610dc9928792811691610a84911686612120565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610e1c928992879291909116908690613ed3565b60405180910390a1509392505050565b610e3533610874565b5f610e3f846124f5565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610e7c92879291821691610a2d9116866125b7565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610eb5928692811691610a849116866125b7565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610c0c928892879291909116908690613ed3565b610f1133610874565b61096873__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610f84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fa89190614047565b60408051845164ffffffffff166020820152015b604051602081830303815290604052610fd360ff90565b612827565b5f610ca273__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561104c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061031a9190614047565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156110d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f6919061402e565b1561111f5760405163ea01ac1f60e01b815230600482015260ff841660248201526044016108d4565b60ff808516908316146111605760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016108d4565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166111c35760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016108d4565b50505050565b5f8181526003602052604090206001018054606091906111e89061405e565b80601f01602080910402602001604051908101604052809291908181526020018280546112149061405e565b801561125f5780601f106112365761010080835404028352916020019161125f565b820191905f5260205f20905b81548152906001019060200180831161124257829003601f168201915b50505050509050919050565b61127433610874565b61133373__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156112e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061130b9190614047565b60408051845164ffffffffff166020820152015b604051602081830303815290604052612996565b61096882612d51565b61134533610874565b5f9283526007602090815260408085206001600160a01b03949094168552929052912080546fffffffffffffffffffffffffffffffff19166001600160801b03909216919091179055565b5f5433906001600160a01b031681146113c65760405162d1953b60e31b81526001600160a01b03821660048201526024016108d4565b816001600160a01b03163b5f036113fb576040516361798f2f60e11b81526001600160a01b03831660048201526024016108d4565b610968826130b7565b61140d33610874565b61096873__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114a49190614047565b82604051602001610fbc9190614096565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161154f9061405e565b80601f016020809104026020016040519081016040528092919081815260200182805461157b9061405e565b80156115c65780601f1061159d576101008083540402835291602001916115c6565b820191905f5260205f20905b8154815290600101906020018083116115a957829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166115ec57505f90565b638fb3603760e01b5b905090565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610c63565b5f61165033610874565b5f805f61165d888761310a565b92509250925061166d82866125b7565b604051636236dca160e01b81526001600160601b03821660048201526001600160801b03891660248201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90636236dca190604401602060405180830381865af41580156116d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116fb9190614004565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f9052205491925061177d91611777911684612120565b826125b7565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561180a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061182e91906140fc565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd990611896908b908a908a908a908a90614117565b60405180910390a150505050949350505050565b5f6118b433610874565b6001600160601b038084165f908152600a60205260409020546118d89116836125b7565b90505f6118e584836121a5565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b88484848460405161191c9493929190613ed3565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f61196833610874565b5f805f611975888761310a565b9250925092506119858286612120565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611a17908b9084906355205f0f90602401602060405180830381865af41580156119ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a129190614158565b61321a565b6040516307bdaf4b60e41b81526001600160801b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90637bdaf4b090602401602060405180830381865af4158015611a6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a929190614047565b6040518263ffffffff1660e01b8152600401611ab091815260200190565b602060405180830381865af4158015611acb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aef9190614004565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611b6b91611777911684612120565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611bf8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1c91906140fc565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b13872378990611896908b908a908a908a908a90614117565b5f80611c8f33610874565b5f611c99876124f5565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611d0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d309190614004565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611da3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc79190614004565b6001600160601b038089165f90815260086020526040902054919350611e18918991611df4911686612120565b6001600160601b03808b165f90815260096020526040902054610a2d911686612120565b6001600160601b038087165f90815260086020526040902054611e66918891611e42911686612120565b6001600160601b03808a165f90815260096020526040902054610a84911686612120565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611eb9928b92889291909116908690613ed3565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611f14928b92879291909116908690613ed3565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611f82573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190614047565b5f80611fd9611fbc5f546001600160a01b031690565b8630611fcb60045f898b614173565b611fd49161419a565b61323d565b91509150816120955763ffffffff811615612072575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90612033908890889088906004016141d2565b5f604051808303815f87803b15801561204a575f80fd5b505af115801561205c573d5f803e3d5ffd5b50505f805460ff60a01b19169055506120959050565b60405162d1953b60e31b81526001600160a01b03861660048201526024016108d4565b5050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af41580156120fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611957919061402e565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af4158015612181573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190614004565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612211573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612235919061402e565b1561225e576040516364692acf60e01b81526001600160601b03841660048201526024016108d4565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af41580156122ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231091906140fc565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b6123ed73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156123b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123dc9190614047565b8260405160200161131f9190614096565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612434573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245891906140fc565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff9290921691909117905561249082613345565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b1580156124db575f80fd5b505af11580156124ed573d5f803e3d5ffd5b505050505050565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612565573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612589919061402e565b156125b257604051631f7e16df60e01b81526001600160601b03831660048201526024016108d4565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401612166565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af4158015612691573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126b59190614211565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561273e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061276291906140fc565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af415801561273e573d5f803e3d5ffd5b5f6128328483613659565b5f85815260036020526040902090915060010161284f8482614275565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156128c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e49190614330565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612932573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612956919061434b565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610c0c565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156129e6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a0a9190614330565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612a5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a81919061402e565b15612aa4576040516307014a8d60e51b815260ff821660048201526024016108d4565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015612b0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2e919061402e565b15612b5857604051633f92eac960e21b81526004810185905260ff831660248201526044016108d4565b612b61826115fa565b612b8357604051636cb0978b60e11b815260ff831660048201526024016108d4565b5f612b8c613956565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612c168682614275565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612c87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cab9190614330565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612cf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d1d919061434b565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610b01565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612dbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de2919061402e565b15612e0b576040516366d785a360e11b81526001600160601b03821660048201526024016108d4565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e769190614004565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612f03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f279190614004565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612fb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fd89190614211565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613061573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061308591906140fc565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af415801561317c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131a0919061402e565b156131c9576040516362540e0360e11b81526001600160601b03861660048201526024016108d4565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f611957836001600160801b0316836001600160801b031664e8d4a510006139c2565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516132ab9190614366565b5f60405180830381855afa9150503d805f81146132e3576040519150601f19603f3d011682016040523d82523d5f602084013e6132e8565b606091505b5091509150811561333a57604081511061331a5780806020019051810190613310919061437c565b909450925061333a565b602081511061333a5780806020019051810190613337919061402e565b93505b505094509492505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af41580156133b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133d6919061402e565b156133ff576040516366d785a360e11b81526001600160601b03821660048201526024016108d4565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613446573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061346a9190614004565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156134f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061351b9190614004565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156135a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135cc9190614004565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613061573d5f803e3d5ffd5b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156136ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136cf919061402e565b156136f05760405163093b89e160e11b8152600481018490526024016108d4565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015613766573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061378a919061402e565b156137ab5760405163566ebf7960e01b8152600481018690526024016108d4565b60ff808516146139285781546137c790829060ff168187611070565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015613849573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061386d9190614330565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156138bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138df919061434b565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b613930613956565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561399e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f591906140fc565b5f838302815f1985870982811083820303915050805f036139f6578382816139ec576139ec6143a6565b0492505050611957565b808411613a165760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f60208284031215613a91575f80fd5b5035919050565b60ff81168114613aa6575f80fd5b50565b5f60208284031215613ab9575f80fd5b813561195781613a98565b6001600160601b0381168114613aa6575f80fd5b5f8060408385031215613ae9575f80fd5b8235613af481613ac4565b91506020830135613b0481613ac4565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715613b4657613b46613b0f565b60405290565b64ffffffffff81168114613aa6575f80fd5b6001600160801b0381168114613aa6575f80fd5b5f8082840360c0811215613b84575f80fd5b8335613b8f81613ac4565b925060a0601f1982011215613ba2575f80fd5b50613bab613b23565b6020840135613bb981613a98565b8152604084013560208201526060840135613bd381613b4c565b60408201526080840135613be681613b5e565b606082015260a0840135613bf981613ac4565b6080820152919491935090915050565b5f805f60608486031215613c1b575f80fd5b8335613c2681613ac4565b92506020840135613c3681613ac4565b91506040840135613c4681613ac4565b809150509250925092565b5f808284036040811215613c63575f80fd5b8335613c6e81613ac4565b92506020601f1982011215613c81575f80fd5b506040516020810167ffffffffffffffff81118282101715613ca557613ca5613b0f565b6040526020840135613cb681613b4c565b8152919491935090915050565b5f60208284031215613cd3575f80fd5b813561195781613ac4565b5f805f8060808587031215613cf1575f80fd5b8435613cfc81613a98565b93506020850135613d0c81613a98565b92506040850135613d1c81613a98565b91506060850135613d2c81613a98565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6119576020830184613d37565b80356001600160a01b03811681146125b2575f80fd5b5f805f60608486031215613d9f575f80fd5b83359250613daf60208501613d77565b91506040840135613c4681613b5e565b5f60208284031215613dcf575f80fd5b61195782613d77565b5f8060408385031215613de9575f80fd5b82359150613df960208401613d77565b90509250929050565b60208152613e4760208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613e6060c0840182613d37565b949350505050565b5f8060408385031215613e79575f80fd5b8235613e8481613ac4565b9150613df960208401613d77565b60808101610ca2828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f8060808587031215613f15575f80fd5b8435613f2081613ac4565b93506020850135613f3081613b5e565b9250613f3e60408601613d77565b91506060850135613d2c81613ac4565b5f805f60608486031215613f60575f80fd5b8335613f6b81613a98565b92506020840135613f7b81613a98565b91506040840135613c4681613a98565b5f805f8060808587031215613f9e575f80fd5b8435613fa981613ac4565b93506020850135613fb981613ac4565b92506040850135613f3e81613ac4565b60ff1981168114613aa6575f80fd5b5f8060408385031215613fe9575f80fd5b8235613ff481613a98565b91506020830135613b0481613fc9565b5f60208284031215614014575f80fd5b815161195781613ac4565b805180151581146125b2575f80fd5b5f6020828403121561403e575f80fd5b6119578261401f565b5f60208284031215614057575f80fd5b5051919050565b600181811c9082168061407257607f821691505b60208210810361409057634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60a08201905060ff83511682526020830151602083015264ffffffffff60408401511660408301526001600160801b0360608401511660608301526001600160601b03608084015116608083015292915050565b63ffffffff81168114613aa6575f80fd5b5f6020828403121561410c575f80fd5b8151611957816140eb565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f60208284031215614168575f80fd5b815161195781613b5e565b5f8085851115614181575f80fd5b8386111561418d575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156141cb576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614221575f80fd5b815161195781613b4c565b601f82111561427057805f5260205f20601f840160051c810160208510156142515750805b601f840160051c820191505b81811015612095575f815560010161425d565b505050565b815167ffffffffffffffff81111561428f5761428f613b0f565b6142a38161429d845461405e565b8461422c565b6020601f8211600181146142d5575f83156142be5750848201515b5f19600385901b1c1916600184901b178455612095565b5f84815260208120601f198516915b8281101561430457878501518255602094850194600190920191016142e4565b508482101561432157868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614340575f80fd5b815161195781613a98565b5f6020828403121561435b575f80fd5b815161195781613fc9565b5f82518060208501845e5f920191825250919050565b5f806040838503121561438d575f80fd5b6143968361401f565b91506020830151613b04816140eb565b634e487b7160e01b5f52601260045260245ffdfea26469706673582212202a3a114b2f4c00b055e3836d11d5fd8ae2fa5b8c821de4f1475825dff528da3664736f6c634300081a00336080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea2646970667358221220ec1e3a2810f8a42ee175afb647c254f079b9bf6f0a7c25b13fd5a9e2e9d1b17a64736f6c634300081a0033",
|
1700
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061023f575f3560e01c8063805de20a11610135578063d579dfa7116100b4578063eb8c20db11610079578063eb8c20db14610762578063eb98e8a014610775578063f48016ce146107a8578063fb145432146107c9578063ff86054d146107f4575f80fd5b8063d579dfa7146106b9578063d7537c37146106cc578063dfb7e337146106df578063e067350f14610724578063e9e96c701461074f575f80fd5b8063a5961b4c116100fa578063a5961b4c14610575578063b04fa50614610601578063beba11201461066b578063bf1db3f914610696578063bf7e214f146106a9575f80fd5b8063805de20a1461049e578063828227de146104b15780638eaa6ac0146104f45780638fb360371461051457806391a2059f14610535575f80fd5b80634f9c1c09116101c15780636291423a116101865780636291423a146103e657806368d602b4146103f7578063717f1b981461040a5780637a9e5e4b146104355780637b21556114610448575f80fd5b80634f9c1c091461036857806354f1fa811461037b57806354f6127f1461038e5780635cce3fa1146103ae57806362841be2146103d3575f80fd5b80633861317f116102075780633861317f146102f957806338a699a41461030c5780633fbdfe321461032f5780634a2101d1146103425780634b51da0c14610355575f80fd5b806309648a9d146102435780630d35818114610281578063136cfef7146102a657806320a0e1a4146102d157806330f44199146102e6575b5f80fd5b61026a610251366004613a81565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61026a61028f366004613aa9565b60ff9081165f908152600160205260409020541690565b6102b96102b4366004613ad8565b61086e565b6040516001600160601b039091168152602001610278565b6102e46102df366004613b72565b610955565b005b6102e46102f4366004613c09565b61096c565b6102e4610307366004613c09565b610b11565b61031f61031a366004613a81565b610c1a565b6040519015158152602001610278565b6102b961033d366004613c09565b610ca8565b6102e4610350366004613c09565b610e2c565b6102e4610363366004613c51565b610f08565b61031f610376366004613cc3565b610fd8565b6102e4610389366004613cde565b611070565b6103a161039c366004613a81565b6111c9565b6040516102789190613d65565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610278565b6102e46103e1366004613c51565b61126b565b6006546001600160a01b03166103bb565b6102e4610405366004613d8d565b61133c565b6102b9610418366004613cc3565b6001600160601b039081165f908152600960205260409020541690565b6102e4610443366004613dbf565b611390565b610486610456366004613dd8565b5f9182526007602090815260408084206001600160a01b039390931684529190529020546001600160801b031690565b6040516001600160801b039091168152602001610278565b6102e46104ac366004613b72565b611404565b6104df6104bf366004613cc3565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff9091168152602001610278565b610507610502366004613a81565b6114b5565b6040516102789190613e02565b61051c6115d6565b6040516001600160e01b03199091168152602001610278565b6102b9610543366004613e68565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b6105f4610583366004613a81565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516102789190613e92565b61065b61060f366004613cc3565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b6040516102789493929190613ed3565b6102b9610679366004613cc3565b6001600160601b039081165f908152600f60205260409020541690565b61031f6106a4366004613aa9565b6115fa565b5f546001600160a01b03166103bb565b6102b96106c7366004613f02565b611646565b6102b96106da366004613ad8565b6118aa565b61070e6106ed366004613cc3565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff9091168152602001610278565b6102b9610732366004613cc3565b6001600160601b039081165f908152600a60205260409020541690565b61031f61075d366004613f4e565b61192b565b6102b9610770366004613f02565b61195e565b610788610783366004613f8b565b611c84565b604080516001600160601b03938416815292909116602083015201610278565b6107bb6107b6366004613fd8565b611f26565b604051908152602001610278565b6102b96107d7366004613cc3565b6001600160601b039081165f908152600860205260409020541690565b610841610802366004613cc3565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff1690820152606001610278565b5f61087b335b5f36611fa6565b6001600160601b038084165f908152600a60205260409020541661089f838261209c565b156108dd576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a6020526040902054610901911684612120565b91505f61090e85846121a5565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109459493929190613ed3565b60405180910390a1505092915050565b61095e33610874565b6109688282612345565b5050565b61097533610874565b5f61097f846124f5565b6001600160601b038086165f9081526008602090815260408083205460099092529091205492935081169116610a32866109c26109bc85856125b7565b876125b7565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610a09573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610a2d9190614004565b612601565b6001600160601b038086165f90815260086020526040902054610a89918791610a60916109bc9116856125b7565b6001600160601b038089165f90815260096020526040902054610a84911685612120565b612797565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610b1a33610874565b5f610b24846124f5565b6001600160601b038086165f90815260086020526040902054919250610b70918691610b519116856125b7565b6001600160601b038088165f9081526009602052604090205416612601565b6001600160601b038084165f90815260086020526040902054610bb9918591610b9a9116856125b7565b6001600160601b038087165f9081526009602052604090205416612797565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610c0c928892879291909116908690613ed3565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610c7e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca2919061402e565b92915050565b5f610cb233610874565b5f610cbc856124f5565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610d2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d539190614004565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610d9092889291821691610a2d911686612120565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610dc9928792811691610a84911686612120565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610e1c928992879291909116908690613ed3565b60405180910390a1509392505050565b610e3533610874565b5f610e3f846124f5565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610e7c92879291821691610a2d9116866125b7565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610eb5928692811691610a849116866125b7565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610c0c928892879291909116908690613ed3565b610f1133610874565b61096873__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610f84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fa89190614047565b60408051845164ffffffffff166020820152015b604051602081830303815290604052610fd360ff90565b612827565b5f610ca273__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561104c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061031a9190614047565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156110d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110f6919061402e565b1561111f5760405163ea01ac1f60e01b815230600482015260ff841660248201526044016108d4565b60ff808516908316146111605760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016108d4565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166111c35760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016108d4565b50505050565b5f8181526003602052604090206001018054606091906111e89061405e565b80601f01602080910402602001604051908101604052809291908181526020018280546112149061405e565b801561125f5780601f106112365761010080835404028352916020019161125f565b820191905f5260205f20905b81548152906001019060200180831161124257829003601f168201915b50505050509050919050565b61127433610874565b61133373__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156112e7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061130b9190614047565b60408051845164ffffffffff166020820152015b604051602081830303815290604052612996565b61096882612d51565b61134533610874565b5f9283526007602090815260408085206001600160a01b03949094168552929052912080546fffffffffffffffffffffffffffffffff19166001600160801b03909216919091179055565b5f5433906001600160a01b031681146113c65760405162d1953b60e31b81526001600160a01b03821660048201526024016108d4565b816001600160a01b03163b5f036113fb576040516361798f2f60e11b81526001600160a01b03831660048201526024016108d4565b610968826130b7565b61140d33610874565b61096873__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611480573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114a49190614047565b82604051602001610fbc9190614096565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161154f9061405e565b80601f016020809104026020016040519081016040528092919081815260200182805461157b9061405e565b80156115c65780601f1061159d576101008083540402835291602001916115c6565b820191905f5260205f20905b8154815290600101906020018083116115a957829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166115ec57505f90565b638fb3603760e01b5b905090565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610c63565b5f61165033610874565b5f805f61165d888761310a565b92509250925061166d82866125b7565b604051636236dca160e01b81526001600160601b03821660048201526001600160801b03891660248201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90636236dca190604401602060405180830381865af41580156116d7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906116fb9190614004565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f9052205491925061177d91611777911684612120565b826125b7565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561180a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061182e91906140fc565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd990611896908b908a908a908a908a90614117565b60405180910390a150505050949350505050565b5f6118b433610874565b6001600160601b038084165f908152600a60205260409020546118d89116836125b7565b90505f6118e584836121a5565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b88484848460405161191c9493929190613ed3565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f61196833610874565b5f805f611975888761310a565b9250925092506119858286612120565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611a17908b9084906355205f0f90602401602060405180830381865af41580156119ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a129190614158565b61321a565b6040516307bdaf4b60e41b81526001600160801b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__90637bdaf4b090602401602060405180830381865af4158015611a6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a929190614047565b6040518263ffffffff1660e01b8152600401611ab091815260200190565b602060405180830381865af4158015611acb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611aef9190614004565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611b6b91611777911684612120565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611bf8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c1c91906140fc565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b13872378990611896908b908a908a908a908a90614117565b5f80611c8f33610874565b5f611c99876124f5565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611d0c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d309190614004565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611da3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dc79190614004565b6001600160601b038089165f90815260086020526040902054919350611e18918991611df4911686612120565b6001600160601b03808b165f90815260096020526040902054610a2d911686612120565b6001600160601b038087165f90815260086020526040902054611e66918891611e42911686612120565b6001600160601b03808a165f90815260096020526040902054610a84911686612120565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611eb9928b92889291909116908690613ed3565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611f14928b92879291909116908690613ed3565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611f82573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190614047565b5f80611fd9611fbc5f546001600160a01b031690565b8630611fcb60045f898b614173565b611fd49161419a565b61323d565b91509150816120955763ffffffff811615612072575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90612033908890889088906004016141d2565b5f604051808303815f87803b15801561204a575f80fd5b505af115801561205c573d5f803e3d5ffd5b50505f805460ff60a01b19169055506120959050565b60405162d1953b60e31b81526001600160a01b03861660048201526024016108d4565b5050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af41580156120fc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611957919061402e565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af4158015612181573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119579190614004565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612211573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612235919061402e565b1561225e576040516364692acf60e01b81526001600160601b03841660048201526024016108d4565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af41580156122ec573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231091906140fc565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b6123ed73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156123b8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123dc9190614047565b8260405160200161131f9190614096565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612434573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245891906140fc565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff9290921691909117905561249082613345565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b1580156124db575f80fd5b505af11580156124ed573d5f803e3d5ffd5b505050505050565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612565573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612589919061402e565b156125b257604051631f7e16df60e01b81526001600160601b03831660048201526024016108d4565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb3590604401612166565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af4158015612691573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126b59190614211565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561273e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061276291906140fc565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af415801561273e573d5f803e3d5ffd5b5f6128328483613659565b5f85815260036020526040902090915060010161284f8482614275565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156128c0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128e49190614330565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612932573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612956919061434b565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610c0c565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156129e6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a0a9190614330565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612a5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a81919061402e565b15612aa4576040516307014a8d60e51b815260ff821660048201526024016108d4565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015612b0a573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b2e919061402e565b15612b5857604051633f92eac960e21b81526004810185905260ff831660248201526044016108d4565b612b61826115fa565b612b8357604051636cb0978b60e11b815260ff831660048201526024016108d4565b5f612b8c613956565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612c168682614275565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612c87573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cab9190614330565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612cf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d1d919061434b565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610b01565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612dbe573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612de2919061402e565b15612e0b576040516366d785a360e11b81526001600160601b03821660048201526024016108d4565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e52573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e769190614004565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612f03573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f279190614004565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612fb4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fd89190614211565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613061573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061308591906140fc565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af415801561317c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131a0919061402e565b156131c9576040516362540e0360e11b81526001600160601b03861660048201526024016108d4565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f611957836001600160801b0316836001600160801b031664e8d4a510006139c2565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516132ab9190614366565b5f60405180830381855afa9150503d805f81146132e3576040519150601f19603f3d011682016040523d82523d5f602084013e6132e8565b606091505b5091509150811561333a57604081511061331a5780806020019051810190613310919061437c565b909450925061333a565b602081511061333a5780806020019051810190613337919061402e565b93505b505094509492505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af41580156133b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133d6919061402e565b156133ff576040516366d785a360e11b81526001600160601b03821660048201526024016108d4565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613446573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061346a9190614004565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156134f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061351b9190614004565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156135a8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135cc9190614004565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613061573d5f803e3d5ffd5b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156136ab573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906136cf919061402e565b156136f05760405163093b89e160e11b8152600481018490526024016108d4565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015613766573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061378a919061402e565b156137ab5760405163566ebf7960e01b8152600481018690526024016108d4565b60ff808516146139285781546137c790829060ff168187611070565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015613849573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061386d9190614330565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156138bb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138df919061434b565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b613930613956565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561399e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115f591906140fc565b5f838302815f1985870982811083820303915050805f036139f6578382816139ec576139ec6143a6565b0492505050611957565b808411613a165760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f60208284031215613a91575f80fd5b5035919050565b60ff81168114613aa6575f80fd5b50565b5f60208284031215613ab9575f80fd5b813561195781613a98565b6001600160601b0381168114613aa6575f80fd5b5f8060408385031215613ae9575f80fd5b8235613af481613ac4565b91506020830135613b0481613ac4565b809150509250929050565b634e487b7160e01b5f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715613b4657613b46613b0f565b60405290565b64ffffffffff81168114613aa6575f80fd5b6001600160801b0381168114613aa6575f80fd5b5f8082840360c0811215613b84575f80fd5b8335613b8f81613ac4565b925060a0601f1982011215613ba2575f80fd5b50613bab613b23565b6020840135613bb981613a98565b8152604084013560208201526060840135613bd381613b4c565b60408201526080840135613be681613b5e565b606082015260a0840135613bf981613ac4565b6080820152919491935090915050565b5f805f60608486031215613c1b575f80fd5b8335613c2681613ac4565b92506020840135613c3681613ac4565b91506040840135613c4681613ac4565b809150509250925092565b5f808284036040811215613c63575f80fd5b8335613c6e81613ac4565b92506020601f1982011215613c81575f80fd5b506040516020810167ffffffffffffffff81118282101715613ca557613ca5613b0f565b6040526020840135613cb681613b4c565b8152919491935090915050565b5f60208284031215613cd3575f80fd5b813561195781613ac4565b5f805f8060808587031215613cf1575f80fd5b8435613cfc81613a98565b93506020850135613d0c81613a98565b92506040850135613d1c81613a98565b91506060850135613d2c81613a98565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6119576020830184613d37565b80356001600160a01b03811681146125b2575f80fd5b5f805f60608486031215613d9f575f80fd5b83359250613daf60208501613d77565b91506040840135613c4681613b5e565b5f60208284031215613dcf575f80fd5b61195782613d77565b5f8060408385031215613de9575f80fd5b82359150613df960208401613d77565b90509250929050565b60208152613e4760208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613e6060c0840182613d37565b949350505050565b5f8060408385031215613e79575f80fd5b8235613e8481613ac4565b9150613df960208401613d77565b60808101610ca2828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f8060808587031215613f15575f80fd5b8435613f2081613ac4565b93506020850135613f3081613b5e565b9250613f3e60408601613d77565b91506060850135613d2c81613ac4565b5f805f60608486031215613f60575f80fd5b8335613f6b81613a98565b92506020840135613f7b81613a98565b91506040840135613c4681613a98565b5f805f8060808587031215613f9e575f80fd5b8435613fa981613ac4565b93506020850135613fb981613ac4565b92506040850135613f3e81613ac4565b60ff1981168114613aa6575f80fd5b5f8060408385031215613fe9575f80fd5b8235613ff481613a98565b91506020830135613b0481613fc9565b5f60208284031215614014575f80fd5b815161195781613ac4565b805180151581146125b2575f80fd5b5f6020828403121561403e575f80fd5b6119578261401f565b5f60208284031215614057575f80fd5b5051919050565b600181811c9082168061407257607f821691505b60208210810361409057634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60a08201905060ff83511682526020830151602083015264ffffffffff60408401511660408301526001600160801b0360608401511660608301526001600160601b03608084015116608083015292915050565b63ffffffff81168114613aa6575f80fd5b5f6020828403121561410c575f80fd5b8151611957816140eb565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f60208284031215614168575f80fd5b815161195781613b5e565b5f8085851115614181575f80fd5b8386111561418d575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156141cb576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614221575f80fd5b815161195781613b4c565b601f82111561427057805f5260205f20601f840160051c810160208510156142515750805b601f840160051c820191505b81811015612095575f815560010161425d565b505050565b815167ffffffffffffffff81111561428f5761428f613b0f565b6142a38161429d845461405e565b8461422c565b6020601f8211600181146142d5575f83156142be5750848201515b5f19600385901b1c1916600184901b178455612095565b5f84815260208120601f198516915b8281101561430457878501518255602094850194600190920191016142e4565b508482101561432157868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614340575f80fd5b815161195781613a98565b5f6020828403121561435b575f80fd5b815161195781613fc9565b5f82518060208501845e5f920191825250919050565b5f806040838503121561438d575f80fd5b6143968361401f565b91506020830151613b04816140eb565b634e487b7160e01b5f52601260045260245ffdfea26469706673582212202a3a114b2f4c00b055e3836d11d5fd8ae2fa5b8c821de4f1475825dff528da3664736f6c634300081a0033",
|
1701
|
+
"linkReferences": {
|
1702
|
+
"contracts/staking/TargetManagerLib.sol": {
|
1703
|
+
"TargetManagerLib": [
|
1704
|
+
{
|
1705
|
+
"length": 20,
|
1706
|
+
"start": 448
|
1707
|
+
},
|
1708
|
+
{
|
1709
|
+
"length": 20,
|
1710
|
+
"start": 567
|
1711
|
+
}
|
1712
|
+
]
|
1713
|
+
},
|
1714
|
+
"contracts/type/Amount.sol": {
|
1715
|
+
"AmountLib": [
|
1716
|
+
{
|
1717
|
+
"length": 20,
|
1718
|
+
"start": 688
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"length": 20,
|
1722
|
+
"start": 2808
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"length": 20,
|
1726
|
+
"start": 2985
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"length": 20,
|
1730
|
+
"start": 3162
|
1731
|
+
},
|
1732
|
+
{
|
1733
|
+
"length": 20,
|
1734
|
+
"start": 7014
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"length": 20,
|
1738
|
+
"start": 7833
|
1739
|
+
},
|
1740
|
+
{
|
1741
|
+
"length": 20,
|
1742
|
+
"start": 10305
|
1743
|
+
},
|
1744
|
+
{
|
1745
|
+
"length": 20,
|
1746
|
+
"start": 11082
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"length": 20,
|
1750
|
+
"start": 11894
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"length": 20,
|
1754
|
+
"start": 12045
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"length": 20,
|
1758
|
+
"start": 12902
|
1759
|
+
},
|
1760
|
+
{
|
1761
|
+
"length": 20,
|
1762
|
+
"start": 13034
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"length": 20,
|
1766
|
+
"start": 14209
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"length": 20,
|
1770
|
+
"start": 16303
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"length": 20,
|
1774
|
+
"start": 16480
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"length": 20,
|
1778
|
+
"start": 17827
|
1779
|
+
},
|
1780
|
+
{
|
1781
|
+
"length": 20,
|
1782
|
+
"start": 18004
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"length": 20,
|
1786
|
+
"start": 18181
|
1787
|
+
}
|
1788
|
+
]
|
1789
|
+
},
|
1790
|
+
"contracts/type/Blocknumber.sol": {
|
1791
|
+
"BlocknumberLib": [
|
1792
|
+
{
|
1793
|
+
"length": 20,
|
1794
|
+
"start": 1324
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"length": 20,
|
1798
|
+
"start": 2673
|
1799
|
+
},
|
1800
|
+
{
|
1801
|
+
"length": 20,
|
1802
|
+
"start": 3339
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"length": 20,
|
1806
|
+
"start": 3637
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"length": 20,
|
1810
|
+
"start": 10599
|
1811
|
+
},
|
1812
|
+
{
|
1813
|
+
"length": 20,
|
1814
|
+
"start": 11605
|
1815
|
+
},
|
1816
|
+
{
|
1817
|
+
"length": 20,
|
1818
|
+
"start": 13179
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"length": 20,
|
1822
|
+
"start": 13396
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"length": 20,
|
1826
|
+
"start": 13713
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"length": 20,
|
1830
|
+
"start": 14031
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"length": 20,
|
1834
|
+
"start": 14491
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
"length": 20,
|
1838
|
+
"start": 14736
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"length": 20,
|
1842
|
+
"start": 16168
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
"length": 20,
|
1846
|
+
"start": 16830
|
1847
|
+
},
|
1848
|
+
{
|
1849
|
+
"length": 20,
|
1850
|
+
"start": 17126
|
1851
|
+
},
|
1852
|
+
{
|
1853
|
+
"length": 20,
|
1854
|
+
"start": 17692
|
1855
|
+
},
|
1856
|
+
{
|
1857
|
+
"length": 20,
|
1858
|
+
"start": 18358
|
1859
|
+
},
|
1860
|
+
{
|
1861
|
+
"length": 20,
|
1862
|
+
"start": 19195
|
1863
|
+
}
|
1864
|
+
]
|
1865
|
+
},
|
1866
|
+
"contracts/type/Key32.sol": {
|
1867
|
+
"Key32Lib": [
|
1868
|
+
{
|
1869
|
+
"length": 20,
|
1870
|
+
"start": 1681
|
1871
|
+
},
|
1872
|
+
{
|
1873
|
+
"length": 20,
|
1874
|
+
"start": 2353
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"length": 20,
|
1878
|
+
"start": 2467
|
1879
|
+
},
|
1880
|
+
{
|
1881
|
+
"length": 20,
|
1882
|
+
"start": 12524
|
1883
|
+
},
|
1884
|
+
{
|
1885
|
+
"length": 20,
|
1886
|
+
"start": 14890
|
1887
|
+
},
|
1888
|
+
{
|
1889
|
+
"length": 20,
|
1890
|
+
"start": 15004
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"length": 20,
|
1894
|
+
"start": 15184
|
1895
|
+
},
|
1896
|
+
{
|
1897
|
+
"length": 20,
|
1898
|
+
"start": 15857
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"length": 20,
|
1902
|
+
"start": 15971
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"length": 20,
|
1906
|
+
"start": 18867
|
1907
|
+
},
|
1908
|
+
{
|
1909
|
+
"length": 20,
|
1910
|
+
"start": 18981
|
1911
|
+
}
|
1912
|
+
]
|
1913
|
+
},
|
1914
|
+
"contracts/type/NftId.sol": {
|
1915
|
+
"NftIdLib": [
|
1916
|
+
{
|
1917
|
+
"length": 20,
|
1918
|
+
"start": 314
|
1919
|
+
},
|
1920
|
+
{
|
1921
|
+
"length": 20,
|
1922
|
+
"start": 1069
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"length": 20,
|
1926
|
+
"start": 8376
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
"length": 20,
|
1930
|
+
"start": 8576
|
1931
|
+
},
|
1932
|
+
{
|
1933
|
+
"length": 20,
|
1934
|
+
"start": 9243
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"length": 20,
|
1938
|
+
"start": 9652
|
1939
|
+
},
|
1940
|
+
{
|
1941
|
+
"length": 20,
|
1942
|
+
"start": 13548
|
1943
|
+
}
|
1944
|
+
]
|
1945
|
+
},
|
1946
|
+
"contracts/type/NftIdSet.sol": {
|
1947
|
+
"LibNftIdSet": [
|
1948
|
+
{
|
1949
|
+
"length": 20,
|
1950
|
+
"start": 22419
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"length": 20,
|
1954
|
+
"start": 22536
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"length": 20,
|
1958
|
+
"start": 22666
|
1959
|
+
},
|
1960
|
+
{
|
1961
|
+
"length": 20,
|
1962
|
+
"start": 22798
|
1963
|
+
},
|
1964
|
+
{
|
1965
|
+
"length": 20,
|
1966
|
+
"start": 22935
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"length": 20,
|
1970
|
+
"start": 23043
|
1971
|
+
},
|
1972
|
+
{
|
1973
|
+
"length": 20,
|
1974
|
+
"start": 23225
|
1975
|
+
},
|
1976
|
+
{
|
1977
|
+
"length": 20,
|
1978
|
+
"start": 23283
|
1979
|
+
},
|
1980
|
+
{
|
1981
|
+
"length": 20,
|
1982
|
+
"start": 23405
|
1983
|
+
},
|
1984
|
+
{
|
1985
|
+
"length": 20,
|
1986
|
+
"start": 23470
|
1987
|
+
}
|
1988
|
+
]
|
1989
|
+
},
|
1990
|
+
"contracts/type/ObjectType.sol": {
|
1991
|
+
"ObjectTypeLib": [
|
1992
|
+
{
|
1993
|
+
"length": 20,
|
1994
|
+
"start": 1800
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"length": 20,
|
1998
|
+
"start": 15303
|
1999
|
+
}
|
2000
|
+
]
|
2001
|
+
},
|
2002
|
+
"contracts/type/StateId.sol": {
|
2003
|
+
"StateIdLib": [
|
2004
|
+
{
|
2005
|
+
"length": 20,
|
2006
|
+
"start": 1973
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"length": 20,
|
2010
|
+
"start": 3536
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"length": 20,
|
2014
|
+
"start": 7655
|
2015
|
+
},
|
2016
|
+
{
|
2017
|
+
"length": 20,
|
2018
|
+
"start": 8764
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"length": 20,
|
2022
|
+
"start": 10182
|
2023
|
+
},
|
2024
|
+
{
|
2025
|
+
"length": 20,
|
2026
|
+
"start": 15476
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
"length": 20,
|
2030
|
+
"start": 18453
|
2031
|
+
},
|
2032
|
+
{
|
2033
|
+
"length": 20,
|
2034
|
+
"start": 18640
|
2035
|
+
}
|
2036
|
+
]
|
2037
|
+
},
|
2038
|
+
"contracts/type/Timestamp.sol": {
|
2039
|
+
"TimestampLib": [
|
2040
|
+
{
|
2041
|
+
"length": 20,
|
2042
|
+
"start": 14330
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"length": 20,
|
2046
|
+
"start": 16657
|
2047
|
+
}
|
2048
|
+
]
|
2049
|
+
},
|
2050
|
+
"contracts/type/UFixed.sol": {
|
2051
|
+
"UFixedLib": [
|
2052
|
+
{
|
2053
|
+
"length": 20,
|
2054
|
+
"start": 11224
|
2055
|
+
}
|
2056
|
+
]
|
2057
|
+
}
|
2058
|
+
},
|
2059
|
+
"deployedLinkReferences": {
|
2060
|
+
"contracts/type/Amount.sol": {
|
2061
|
+
"AmountLib": [
|
2062
|
+
{
|
2063
|
+
"length": 20,
|
2064
|
+
"start": 2500
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"length": 20,
|
2068
|
+
"start": 3319
|
2069
|
+
},
|
2070
|
+
{
|
2071
|
+
"length": 20,
|
2072
|
+
"start": 5791
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"length": 20,
|
2076
|
+
"start": 6568
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
"length": 20,
|
2080
|
+
"start": 7380
|
2081
|
+
},
|
2082
|
+
{
|
2083
|
+
"length": 20,
|
2084
|
+
"start": 7531
|
2085
|
+
},
|
2086
|
+
{
|
2087
|
+
"length": 20,
|
2088
|
+
"start": 8388
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"length": 20,
|
2092
|
+
"start": 8520
|
2093
|
+
},
|
2094
|
+
{
|
2095
|
+
"length": 20,
|
2096
|
+
"start": 9695
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"length": 20,
|
2100
|
+
"start": 11789
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"length": 20,
|
2104
|
+
"start": 11966
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
"length": 20,
|
2108
|
+
"start": 13313
|
2109
|
+
},
|
2110
|
+
{
|
2111
|
+
"length": 20,
|
2112
|
+
"start": 13490
|
2113
|
+
},
|
2114
|
+
{
|
2115
|
+
"length": 20,
|
2116
|
+
"start": 13667
|
2117
|
+
}
|
2118
|
+
]
|
2119
|
+
},
|
2120
|
+
"contracts/type/Blocknumber.sol": {
|
2121
|
+
"BlocknumberLib": [
|
2122
|
+
{
|
2123
|
+
"length": 20,
|
2124
|
+
"start": 6085
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
"length": 20,
|
2128
|
+
"start": 7091
|
2129
|
+
},
|
2130
|
+
{
|
2131
|
+
"length": 20,
|
2132
|
+
"start": 8665
|
2133
|
+
},
|
2134
|
+
{
|
2135
|
+
"length": 20,
|
2136
|
+
"start": 8882
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"length": 20,
|
2140
|
+
"start": 9199
|
2141
|
+
},
|
2142
|
+
{
|
2143
|
+
"length": 20,
|
2144
|
+
"start": 9517
|
2145
|
+
},
|
2146
|
+
{
|
2147
|
+
"length": 20,
|
2148
|
+
"start": 9977
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"length": 20,
|
2152
|
+
"start": 10222
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"length": 20,
|
2156
|
+
"start": 11654
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
"length": 20,
|
2160
|
+
"start": 12316
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
"length": 20,
|
2164
|
+
"start": 12612
|
2165
|
+
},
|
2166
|
+
{
|
2167
|
+
"length": 20,
|
2168
|
+
"start": 13178
|
2169
|
+
},
|
2170
|
+
{
|
2171
|
+
"length": 20,
|
2172
|
+
"start": 13844
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"length": 20,
|
2176
|
+
"start": 14681
|
2177
|
+
}
|
2178
|
+
]
|
2179
|
+
},
|
2180
|
+
"contracts/type/Key32.sol": {
|
2181
|
+
"Key32Lib": [
|
2182
|
+
{
|
2183
|
+
"length": 20,
|
2184
|
+
"start": 8010
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"length": 20,
|
2188
|
+
"start": 10376
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"length": 20,
|
2192
|
+
"start": 10490
|
2193
|
+
},
|
2194
|
+
{
|
2195
|
+
"length": 20,
|
2196
|
+
"start": 10670
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"length": 20,
|
2200
|
+
"start": 11343
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
"length": 20,
|
2204
|
+
"start": 11457
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
"length": 20,
|
2208
|
+
"start": 14353
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"length": 20,
|
2212
|
+
"start": 14467
|
2213
|
+
}
|
2214
|
+
]
|
2215
|
+
},
|
2216
|
+
"contracts/type/NftId.sol": {
|
2217
|
+
"NftIdLib": [
|
2218
|
+
{
|
2219
|
+
"length": 20,
|
2220
|
+
"start": 3862
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
"length": 20,
|
2224
|
+
"start": 4062
|
2225
|
+
},
|
2226
|
+
{
|
2227
|
+
"length": 20,
|
2228
|
+
"start": 4729
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
"length": 20,
|
2232
|
+
"start": 5138
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"length": 20,
|
2236
|
+
"start": 9034
|
2237
|
+
}
|
2238
|
+
]
|
2239
|
+
},
|
2240
|
+
"contracts/type/ObjectType.sol": {
|
2241
|
+
"ObjectTypeLib": [
|
2242
|
+
{
|
2243
|
+
"length": 20,
|
2244
|
+
"start": 10789
|
2245
|
+
}
|
2246
|
+
]
|
2247
|
+
},
|
2248
|
+
"contracts/type/StateId.sol": {
|
2249
|
+
"StateIdLib": [
|
2250
|
+
{
|
2251
|
+
"length": 20,
|
2252
|
+
"start": 3141
|
2253
|
+
},
|
2254
|
+
{
|
2255
|
+
"length": 20,
|
2256
|
+
"start": 4250
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
"length": 20,
|
2260
|
+
"start": 5668
|
2261
|
+
},
|
2262
|
+
{
|
2263
|
+
"length": 20,
|
2264
|
+
"start": 10962
|
2265
|
+
},
|
2266
|
+
{
|
2267
|
+
"length": 20,
|
2268
|
+
"start": 13939
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"length": 20,
|
2272
|
+
"start": 14126
|
2273
|
+
}
|
2274
|
+
]
|
2275
|
+
},
|
2276
|
+
"contracts/type/Timestamp.sol": {
|
2277
|
+
"TimestampLib": [
|
2278
|
+
{
|
2279
|
+
"length": 20,
|
2280
|
+
"start": 9816
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"length": 20,
|
2284
|
+
"start": 12143
|
2285
|
+
}
|
2286
|
+
]
|
2287
|
+
},
|
2288
|
+
"contracts/type/UFixed.sol": {
|
2289
|
+
"UFixedLib": [
|
2290
|
+
{
|
2291
|
+
"length": 20,
|
2292
|
+
"start": 6710
|
2293
|
+
}
|
2294
|
+
]
|
2295
|
+
}
|
2296
|
+
}
|
2297
|
+
}
|