@etherisc/gif-next 0.0.2-fe77319 → 0.0.2-fe8cf39-182
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +427 -9
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1007 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +744 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +791 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +1379 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/IAccessManagedChecker.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol/IOwnable.json → authorization/AccessAdmin.sol/IAccessManagedChecker.json} +4 -4
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1434 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +542 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/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 +1130 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +350 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +167 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +253 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1322 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +589 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +1016 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1509 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +864 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +915 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1008 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/DamageLevel.sol/DamageLevelLib.json +22 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePool.sol/FirePool.json +1475 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +589 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2040 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +589 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1479 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +589 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1195 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1655 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +589 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2426 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +589 -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 +359 -498
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +772 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +522 -574
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +1929 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +661 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2429 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1046 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +748 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3718 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +853 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/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/{pool/IPoolModule.sol/IPool.json → module/IBundle.sol/IBundle.json} +2 -2
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{component/IComponent.sol/IComponent.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/{policy → module}/IPolicy.sol/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.json +10 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +959 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +569 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +774 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +875 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +997 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +764 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1252 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +589 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1261 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +800 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/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 +907 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1027 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +456 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1574 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +808 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +813 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +728 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1161 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +589 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1496 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +848 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +597 -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 +602 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1018 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +453 -0
- 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 +930 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +784 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1119 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +637 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +724 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +4 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +827 -0
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1054 -115
- 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 +1567 -153
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +1928 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +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 +1849 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1333 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +272 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +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 +707 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1571 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +820 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/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 +541 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/component/IComponent.sol/IInstanceLinked.json → shared/ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/{instance/access/IAccess.sol/IAccessCheckRole.json → shared/ContractLib.sol/ITargetHelper.json} +4 -9
- 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 +632 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1203 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +709 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.json +510 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.json +146 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +147 -0
- 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 +4 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +329 -0
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry/IRegistry.sol → shared/IRegistryLinked.sol}/IRegistryLinked.json +5 -19
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/shared/IService.sol/IService.json +399 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +797 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +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 +4 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +378 -0
- 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/shared/Service.sol/Service.json +453 -0
- 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 +1494 -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/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +469 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +1917 -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 +796 -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 +317 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +239 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +199 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +433 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +246 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +132 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +548 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +113 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +55 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +618 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +129 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/Versionable.sol/Versionable.json +78 -0
- package/contracts/accounting/AccountingService.sol +262 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +689 -0
- package/contracts/authorization/AccessManagerCloneable.sol +149 -0
- package/contracts/authorization/Authorization.sol +337 -0
- package/contracts/authorization/IAccess.sol +49 -0
- package/contracts/authorization/IAccessAdmin.sol +143 -0
- package/contracts/authorization/IAuthorization.sol +74 -0
- package/contracts/authorization/IServiceAuthorization.sol +40 -0
- package/contracts/authorization/ServiceAuthorization.sol +106 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +60 -0
- package/contracts/distribution/Distribution.sol +289 -0
- package/contracts/distribution/DistributionService.sol +358 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +52 -0
- package/contracts/distribution/IDistributionService.sol +101 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +90 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +438 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +57 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +137 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +106 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +377 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +65 -15
- package/contracts/instance/IInstanceService.sol +73 -0
- package/contracts/instance/Instance.sol +237 -46
- package/contracts/instance/InstanceAdmin.sol +437 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +213 -0
- package/contracts/instance/InstanceReader.sol +637 -0
- package/contracts/instance/InstanceService.sol +416 -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 +51 -0
- package/contracts/instance/module/IDistribution.sol +42 -0
- package/contracts/instance/module/IPolicy.sol +85 -0
- package/contracts/instance/module/IRisk.sol +14 -0
- package/contracts/mock/Dip.sol +26 -0
- package/contracts/oracle/BasicOracle.sol +47 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +37 -0
- package/contracts/oracle/IOracle.sol +36 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +156 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +175 -0
- package/contracts/pool/BasicPoolAuthorization.sol +76 -0
- package/contracts/pool/BundleService.sol +395 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +115 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +165 -0
- package/contracts/pool/Pool.sol +345 -0
- package/contracts/pool/PoolLib.sol +216 -0
- package/contracts/pool/PoolService.sol +757 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +259 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +51 -0
- package/contracts/product/BasicProductAuthorization.sol +56 -0
- package/contracts/product/ClaimService.sol +632 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +66 -0
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +95 -0
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +682 -0
- package/contracts/product/PolicyServiceLib.sol +65 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +304 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +478 -0
- package/contracts/product/RiskService.sol +145 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +249 -0
- package/contracts/registry/IRegistry.sol +151 -51
- 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 +660 -127
- package/contracts/registry/RegistryAdmin.sol +354 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +245 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +511 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +247 -0
- package/contracts/registry/TokenRegistry.sol +313 -0
- package/contracts/shared/Component.sol +227 -0
- package/contracts/shared/ComponentService.sol +692 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ComponentVerifyingService.sol +128 -0
- package/contracts/shared/ContractLib.sol +253 -0
- package/contracts/shared/IComponent.sol +61 -0
- package/contracts/shared/IComponentService.sol +112 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/shared/ILifecycle.sol +31 -0
- package/contracts/shared/INftOwnable.sol +25 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +37 -0
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +27 -0
- package/contracts/shared/InstanceLinkedComponent.sol +197 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +127 -0
- package/contracts/shared/PolicyHolder.sol +62 -0
- package/contracts/shared/Registerable.sol +109 -0
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +65 -0
- package/contracts/shared/TokenHandler.sol +341 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +171 -0
- package/contracts/staking/IStakingService.sol +172 -0
- package/contracts/staking/StakeManagerLib.sol +276 -0
- package/contracts/staking/Staking.sol +546 -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/type/AddressSet.sol +58 -0
- package/contracts/type/Amount.sol +150 -0
- package/contracts/type/Blocknumber.sol +142 -0
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/type/Key32.sol +50 -0
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/type/NftId.sol +85 -0
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +303 -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 +74 -0
- package/contracts/type/RoleId.sol +182 -0
- package/contracts/type/Seconds.sol +101 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/type/StateId.sol +149 -0
- package/contracts/type/String.sol +53 -0
- package/contracts/type/Timestamp.sol +141 -0
- package/contracts/type/UFixed.sol +245 -0
- package/contracts/type/Version.sol +120 -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 +26 -7
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/Component.json +0 -179
- package/artifacts/contracts/components/Component.sol/InstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/components/Component.sol/InstanceLinked.json +0 -35
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPool.sol/IPoolComponent.json +0 -179
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProduct.sol/IProductComponent.json +0 -192
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -195
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -213
- package/artifacts/contracts/experiment/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/IC.sol/IC.json +0 -63
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/Access.sol/AccessModule.json +0 -400
- package/artifacts/contracts/instance/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessCheckRole.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessComponentTypeRoles.json +0 -50
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/access/IAccess.sol/IAccessModule.json +0 -336
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentModule.json +0 -327
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/ComponentModule.sol/ComponentOwnerService.json +0 -105
- package/artifacts/contracts/instance/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentContract.json +0 -179
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentModule.json +0 -245
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/component/IComponent.sol/IComponentOwnerService.json +0 -94
- package/artifacts/contracts/instance/component/IComponent.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/IPolicy.sol/IPolicyModule.json +0 -231
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/policy/PolicyModule.sol/PolicyModule.json +0 -231
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/pool/PoolModule.sol/PoolModule.json +0 -162
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductModule.json +0 -75
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/IProductService.sol/IProductService.json +0 -114
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductModule.json +0 -75
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/product/ProductService.sol/ProductService.json +0 -125
- package/artifacts/contracts/registry/IRegistry.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.dbg.json +0 -4
- package/artifacts/contracts/registry/IRegistry.sol/IRegisterable.json +0 -166
- package/artifacts/contracts/registry/IRegistry.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/Registerable.json +0 -166
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/registry/Registry.sol/RegistryLinked.json +0 -60
- package/contracts/components/Component.sol +0 -62
- package/contracts/components/IPool.sol +0 -9
- package/contracts/components/IProduct.sol +0 -11
- package/contracts/components/Pool.sol +0 -29
- package/contracts/components/Product.sol +0 -65
- package/contracts/experiment/A.sol +0 -56
- package/contracts/experiment/B.sol +0 -23
- package/contracts/experiment/C.sol +0 -28
- package/contracts/experiment/IA.sol +0 -18
- package/contracts/experiment/IB.sol +0 -9
- package/contracts/experiment/IC.sol +0 -11
- package/contracts/instance/access/Access.sol +0 -218
- package/contracts/instance/access/IAccess.sol +0 -83
- package/contracts/instance/component/ComponentModule.sol +0 -259
- package/contracts/instance/component/IComponent.sol +0 -94
- package/contracts/instance/policy/IPolicy.sol +0 -66
- package/contracts/instance/policy/PolicyModule.sol +0 -106
- package/contracts/instance/pool/IPoolModule.sol +0 -40
- package/contracts/instance/pool/PoolModule.sol +0 -83
- package/contracts/instance/product/IProductService.sol +0 -45
- package/contracts/instance/product/ProductService.sol +0 -105
@@ -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": "uint256"
|
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": "uint256"
|
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": "uint256"
|
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": "uint256"
|
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": "uint256"
|
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": "uint256"
|
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": "0x608060405234801561000f575f80fd5b50604051615bf7380380615bf783398101604081905261002e91610eb0565b3361003881610327565b5061004161037a565b6100a9826001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610080573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100a49190610ee8565b61039d565b600480546001600160a01b038085166001600160a01b03199283161790925560068054928416929091169190911790556040516100e590610e8c565b604051809103905ff0801580156100fe573d5f803e3d5ffd5b50600580546001600160a01b0319166001600160a01b039290921691909117905560405163efac97cf60e01b815261044d60048201526103209073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015610172573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101969190610f1e565b6040518060a001604052806101af61041a60201b60201c565b60ff1681526020016001815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610205573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102299190610f39565b64ffffffffff16815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af415801561027c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a09190610f5d565b815260200173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af41580156102ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103109190610f1e565b6001600160601b0316905261041f565b505061115d565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b610387601f5b6001610625565b610391600b610380565b61039b601e610380565b565b5f5433906001600160a01b031681146103d85760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f0361040d576040516361798f2f60e11b81526001600160a01b03831660048201526024016103cf565b61041682610327565b5050565b600190565b61051873__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610492573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104b69190610f5d565b60408051845160ff16602080830191909152850151818301529084015164ffffffffff166060808301919091528401516080808301919091528401516001600160601b031660a082015260c00160408051601f19818403018152919052610667565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561055f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105839190610f74565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556105bb82610a2a565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015610606575f80fd5b505af1158015610618573d5f803e3d5ffd5b505050505050565b905090565b60ff8281165f90815260016020526040902054161561064657610646610f97565b60ff9182165f908152600160205260409020805460ff191691909216179055565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156106b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106db9190610fab565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af415801561072e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107529190610fcb565b15610775576040516307014a8d60e51b815260ff821660048201526024016103cf565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156107db573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107ff9190610fcb565b1561082957604051633f92eac960e21b81526004810185905260ff831660248201526044016103cf565b61083282610d94565b61085457604051636cb0978b60e11b815260ff831660048201526024016103cf565b5f61085d610e20565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021762010000600160501b0319166201000063ffffffff851690810263ffffffff60301b1916919091176601000000000000919091021784555f8781526003602052604090209091506001016108e68682611082565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015610957573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097b9190610fab565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156109c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ed919061113c565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015610a97573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abb9190610fcb565b15610ae4576040516366d785a360e11b81526001600160601b03821660048201526024016103cf565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b4f9190610f1e565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610bdc573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c009190610f1e565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb19190610f1e565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d3e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d629190610f74565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015610df6573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1a9190610fcb565b92915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e68573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106209190610f74565b61074c806154ab83390190565b6001600160a01b0381168114610ead575f80fd5b50565b5f8060408385031215610ec1575f80fd5b8251610ecc81610e99565b6020840151909250610edd81610e99565b809150509250929050565b5f60208284031215610ef8575f80fd5b8151610f0381610e99565b9392505050565b6001600160601b0381168114610ead575f80fd5b5f60208284031215610f2e575f80fd5b8151610f0381610f0a565b5f60208284031215610f49575f80fd5b815164ffffffffff81168114610f03575f80fd5b5f60208284031215610f6d575f80fd5b5051919050565b5f60208284031215610f84575f80fd5b815163ffffffff81168114610f03575f80fd5b634e487b7160e01b5f52600160045260245ffd5b5f60208284031215610fbb575f80fd5b815160ff81168114610f03575f80fd5b5f60208284031215610fdb575f80fd5b81518015158114610f03575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c9082168061101257607f821691505b60208210810361103057634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561107d57805f5260205f20601f840160051c8101602085101561105b5750805b601f840160051c820191505b8181101561107a575f8155600101611067565b50505b505050565b81516001600160401b0381111561109b5761109b610fea565b6110af816110a98454610ffe565b84611036565b6020601f8211600181146110e1575f83156110ca5750848201515b5f19600385901b1c1916600184901b17845561107a565b5f84815260208120601f198516915b8281101561111057878501518255602094850194600190920191016110f0565b508482101561112d57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f6020828403121561114c575f80fd5b815160ff1981168114610f03575f80fd5b6143418061116a5f395ff3fe608060405234801561000f575f80fd5b506004361061023f575f3560e01c80637b21556111610135578063bf7e214f116100b4578063eb98e8a011610079578063eb98e8a01461074f578063f48016ce14610782578063fb14543214610795578063fb39549c146107c0578063ff86054d146107d3575f80fd5b8063bf7e214f146106a9578063d7537c37146106b9578063dfb7e337146106cc578063e067350f14610711578063e9e96c701461073c575f80fd5b80639a726364116100fa5780639a72636414610562578063a5961b4c14610575578063b04fa50614610601578063beba11201461066b578063bf1db3f914610696575f80fd5b80637b2155611461045b578063828227de1461049e5780638eaa6ac0146104e15780638fb360371461050157806391a2059f14610522575f80fd5b8063525615b6116101c157806362841be21161018657806362841be2146103e65780636291423a146103f9578063717f1b981461040a57806377f91851146104355780637a9e5e4b14610448575f80fd5b8063525615b61461036857806354f1fa811461037b57806354f6127f1461038e5780635af7b19b146103ae5780635cce3fa1146103c1575f80fd5b806338a699a41161020757806338a699a4146102f95780633fbdfe321461031c5780634a2101d11461032f5780634b51da0c146103425780634f9c1c0914610355575f80fd5b806309648a9d146102435780630d35818114610281578063136cfef7146102a657806330f44199146102d15780633861317f146102e6575b5f80fd5b61026a610251366004613a1b565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61026a61028f366004613a43565b60ff9081165f908152600160205260409020541690565b6102b96102b4366004613a72565b61084d565b6040516001600160601b039091168152602001610278565b6102e46102df366004613aa9565b610934565b005b6102e46102f4366004613aa9565b610ad9565b61030c610307366004613a1b565b610be2565b6040519015158152602001610278565b6102b961032a366004613aa9565b610c70565b6102e461033d366004613aa9565b610df4565b6102e4610350366004613b40565b610ed0565b61030c610363366004613bb2565b610fa4565b6102e4610376366004613bcd565b61103c565b6102e4610389366004613c5b565b61104f565b6103a161039c366004613a1b565b6111a8565b6040516102789190613ce2565b6102e46103bc366004613bcd565b61124a565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610278565b6102e46103f4366004613b40565b6112fb565b6006546001600160a01b03166103ce565b6102b9610418366004613bb2565b6001600160601b039081165f908152600960205260409020541690565b6102b9610443366004613d0a565b6113cc565b6102e4610456366004613d4d565b611628565b610490610469366004613d66565b5f9182526007602090815260408084206001600160a01b0393909316845291905290205490565b604051908152602001610278565b6104cc6104ac366004613bb2565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff9091168152602001610278565b6104f46104ef366004613a1b565b61169c565b6040516102789190613d90565b6105096117bd565b6040516001600160e01b03199091168152602001610278565b6102b9610530366004613df6565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b6102e4610570366004613e20565b6117e1565b6105f4610583366004613a1b565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516102789190613e53565b61065b61060f366004613bb2565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b6040516102789493929190613e94565b6102b9610679366004613bb2565b6001600160601b039081165f908152600f60205260409020541690565b61030c6106a4366004613a43565b61180f565b5f546001600160a01b03166103ce565b6102b96106c7366004613a72565b61185b565b6106fb6106da366004613bb2565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff9091168152602001610278565b6102b961071f366004613bb2565b6001600160601b039081165f908152600a60205260409020541690565b61030c61074a366004613ec3565b6118dc565b61076261075d366004613f00565b61190f565b604080516001600160601b03938416815292909116602083015201610278565b610490610790366004613f4d565b611bb1565b6102b96107a3366004613bb2565b6001600160601b039081165f908152600860205260409020541690565b6102b96107ce366004613d0a565b611c31565b6108206107e1366004613bb2565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff1690820152606001610278565b5f61085a335b5f36611f4f565b6001600160601b038084165f908152600a60205260409020541661087e8382612045565b156108bc576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a60205260409020546108e09116846120c9565b91505f6108ed858461214e565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109249493929190613e94565b60405180910390a1505092915050565b61093d33610853565b5f610947846122ee565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350811691166109fa8661098a61098485856123b0565b876123b0565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f59190613f79565b6123fa565b6001600160601b038086165f90815260086020526040902054610a51918791610a28916109849116856123b0565b6001600160601b038089165f90815260096020526040902054610a4c9116856120c9565b612590565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610ae233610853565b5f610aec846122ee565b6001600160601b038086165f90815260086020526040902054919250610b38918691610b199116856123b0565b6001600160601b038088165f90815260096020526040902054166123fa565b6001600160601b038084165f90815260086020526040902054610b81918591610b629116856123b0565b6001600160601b038087165f9081526009602052604090205416612590565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610bd4928892879291909116908690613e94565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610c46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c6a9190613fa3565b92915050565b5f610c7a33610853565b5f610c84856122ee565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610cf7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d1b9190613f79565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610d58928892918216916109f59116866120c9565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610d91928792811691610a4c9116866120c9565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610de4928992879291909116908690613e94565b60405180910390a1509392505050565b610dfd33610853565b5f610e07846122ee565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610e44928792918216916109f59116866123b0565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610e7d928692811691610a4c9116866123b0565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610bd4928892879291909116908690613e94565b610ed933610853565b610fa073__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610f4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f709190613fbc565b60408051845164ffffffffff166020820152015b604051602081830303815290604052610f9b60ff90565b612620565b5050565b5f610c6a73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611018573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103079190613fbc565b61104533610853565b610fa0828261278f565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156110b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d59190613fa3565b156110fe5760405163ea01ac1f60e01b815230600482015260ff841660248201526044016108b3565b60ff8085169083161461113f5760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016108b3565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166111a25760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016108b3565b50505050565b5f8181526003602052604090206001018054606091906111c790613fd3565b80601f01602080910402602001604051908101604052809291908181526020018280546111f390613fd3565b801561123e5780601f106112155761010080835404028352916020019161123e565b820191905f5260205f20905b81548152906001019060200180831161122157829003601f168201915b50505050509050919050565b61125333610853565b610fa073__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156112c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ea9190613fbc565b82604051602001610f84919061400b565b61130433610853565b6113c373__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611377573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139b9190613fbc565b60408051845164ffffffffff166020820152015b60405160208183030381529060405261293f565b610fa082612cfa565b5f6113d633610853565b5f805f6113e38887613060565b9250925092506113f382866123b0565b604051632c34efe560e11b81526001600160601b0382166004820152602481018990529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611455573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114799190613f79565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f905220549192506114fb916114f59116846120c9565b826123b0565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611588573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ac9190614068565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd990611614908b908a908a908a908a90614083565b60405180910390a150505050949350505050565b5f5433906001600160a01b0316811461165e5760405162d1953b60e31b81526001600160a01b03821660048201526024016108b3565b816001600160a01b03163b5f03611693576040516361798f2f60e11b81526001600160a01b03831660048201526024016108b3565b610fa082613170565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161173690613fd3565b80601f016020809104026020016040519081016040528092919081815260200182805461176290613fd3565b80156117ad5780601f10611784576101008083540402835291602001916117ad565b820191905f5260205f20905b81548152906001019060200180831161179057829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166117d357505f90565b638fb3603760e01b5b905090565b6117ea33610853565b5f9283526007602090815260408085206001600160a01b039094168552929052912055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610c2b565b5f61186533610853565b6001600160601b038084165f908152600a60205260409020546118899116836123b0565b90505f611896848361214e565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b8848484846040516118cd9493929190613e94565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f8061191a33610853565b5f611924876122ee565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611997573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119bb9190613f79565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611a2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a529190613f79565b6001600160601b038089165f90815260086020526040902054919350611aa3918991611a7f9116866120c9565b6001600160601b03808b165f908152600960205260409020546109f59116866120c9565b6001600160601b038087165f90815260086020526040902054611af1918891611acd9116866120c9565b6001600160601b03808a165f90815260096020526040902054610a4c9116866120c9565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611b44928b92889291909116908690613e94565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611b9f928b92879291909116908690613e94565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611c0d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119089190613fbc565b5f611c3b33610853565b5f805f611c488887613060565b925092509250611c5882866120c9565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611cea908b9084906355205f0f90602401602060405180830381865af4158015611cc1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ce59190613fbc565b6131c3565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613fbc565b6040518263ffffffff1660e01b8152600401611d7b91815260200190565b602060405180830381865af4158015611d96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dba9190613f79565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611e36916114f59116846120c9565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ec3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ee79190614068565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b13872378990611614908b908a908a908a908a90614083565b5f80611f82611f655f546001600160a01b031690565b8630611f7460045f898b6140c4565b611f7d916140eb565b6131d7565b915091508161203e5763ffffffff81161561201b575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90611fdc90889088908890600401614123565b5f604051808303815f87803b158015611ff3575f80fd5b505af1158015612005573d5f803e3d5ffd5b50505f805460ff60a01b191690555061203e9050565b60405162d1953b60e31b81526001600160a01b03861660048201526024016108b3565b5050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af41580156120a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119089190613fa3565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af415801561212a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119089190613f79565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156121ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121de9190613fa3565b15612207576040516364692acf60e01b81526001600160601b03841660048201526024016108b3565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af4158015612295573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122b99190614068565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af415801561235e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123829190613fa3565b156123ab57604051631f7e16df60e01b81526001600160601b03831660048201526024016108b3565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb359060440161210f565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af415801561248a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ae9190614162565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612537573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061255b9190614068565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af4158015612537573d5f803e3d5ffd5b5f61262b84836132df565b5f85815260036020526040902090915060010161264884826141c6565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156126b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126dd9190614281565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561272b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061274f919061429c565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610bd4565b61283773__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015612802573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128269190613fbc565b826040516020016113af919061400b565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561287e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128a29190614068565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556128da826135dc565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015612925575f80fd5b505af1158015612937573d5f803e3d5ffd5b505050505050565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561298f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b39190614281565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612a06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a2a9190613fa3565b15612a4d576040516307014a8d60e51b815260ff821660048201526024016108b3565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015612ab3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad79190613fa3565b15612b0157604051633f92eac960e21b81526004810185905260ff831660248201526044016108b3565b612b0a8261180f565b612b2c57604051636cb0978b60e11b815260ff831660048201526024016108b3565b5f612b356138f0565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612bbf86826141c6565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612c30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c549190614281565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612ca2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cc6919061429c565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610ac9565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612d67573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d8b9190613fa3565b15612db4576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dfb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e1f9190613f79565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612eac573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ed09190613f79565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612f5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f819190614162565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561300a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302e9190614068565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156130d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130f69190613fa3565b1561311f576040516362540e0360e11b81526001600160601b03861660048201526024016108b3565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b5f6119088383670de0b6b3a764000061395c565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161324591906142b7565b5f60405180830381855afa9150503d805f811461327d576040519150601f19603f3d011682016040523d82523d5f602084013e613282565b606091505b509150915081156132d45760408151106132b457808060200190518101906132aa91906142cd565b90945092506132d4565b60208151106132d457808060200190518101906132d19190613fa3565b93505b505094509492505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015613331573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133559190613fa3565b156133765760405163093b89e160e11b8152600481018490526024016108b3565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156133ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134109190613fa3565b156134315760405163566ebf7960e01b8152600481018690526024016108b3565b60ff808516146135ae57815461344d90829060ff16818761104f565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156134cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134f39190614281565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015613541573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613565919061429c565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6135b66138f0565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015613649573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061366d9190613fa3565b15613696576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156136dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137019190613f79565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561378e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137b29190613f79565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561383f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138639190613f79565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561300a573d5f803e3d5ffd5b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613938573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117dc9190614068565b5f838302815f1985870982811083820303915050805f0361399057838281613986576139866142f7565b0492505050611908565b8084116139b05760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f60208284031215613a2b575f80fd5b5035919050565b60ff81168114613a40575f80fd5b50565b5f60208284031215613a53575f80fd5b813561190881613a32565b6001600160601b0381168114613a40575f80fd5b5f8060408385031215613a83575f80fd5b8235613a8e81613a5e565b91506020830135613a9e81613a5e565b809150509250929050565b5f805f60608486031215613abb575f80fd5b8335613ac681613a5e565b92506020840135613ad681613a5e565b91506040840135613ae681613a5e565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715613b2857613b28613af1565b60405290565b64ffffffffff81168114613a40575f80fd5b5f808284036040811215613b52575f80fd5b8335613b5d81613a5e565b92506020601f1982011215613b70575f80fd5b506040516020810167ffffffffffffffff81118282101715613b9457613b94613af1565b6040526020840135613ba581613b2e565b8152919491935090915050565b5f60208284031215613bc2575f80fd5b813561190881613a5e565b5f8082840360c0811215613bdf575f80fd5b8335613bea81613a5e565b925060a0601f1982011215613bfd575f80fd5b50613c06613b05565b6020840135613c1481613a32565b8152604084013560208201526060840135613c2e81613b2e565b60408201526080840135606082015260a0840135613c4b81613a5e565b6080820152919491935090915050565b5f805f8060808587031215613c6e575f80fd5b8435613c7981613a32565b93506020850135613c8981613a32565b92506040850135613c9981613a32565b91506060850135613ca981613a32565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6119086020830184613cb4565b80356001600160a01b03811681146123ab575f80fd5b5f805f8060808587031215613d1d575f80fd5b8435613d2881613a5e565b935060208501359250613d3d60408601613cf4565b91506060850135613ca981613a5e565b5f60208284031215613d5d575f80fd5b61190882613cf4565b5f8060408385031215613d77575f80fd5b82359150613d8760208401613cf4565b90509250929050565b60208152613dd560208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613dee60c0840182613cb4565b949350505050565b5f8060408385031215613e07575f80fd5b8235613e1281613a5e565b9150613d8760208401613cf4565b5f805f60608486031215613e32575f80fd5b83359250613e4260208501613cf4565b929592945050506040919091013590565b60808101610c6a828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f60608486031215613ed5575f80fd5b8335613ee081613a32565b92506020840135613ef081613a32565b91506040840135613ae681613a32565b5f805f8060808587031215613f13575f80fd5b8435613f1e81613a5e565b93506020850135613f2e81613a5e565b92506040850135613d3d81613a5e565b60ff1981168114613a40575f80fd5b5f8060408385031215613f5e575f80fd5b8235613f6981613a32565b91506020830135613a9e81613f3e565b5f60208284031215613f89575f80fd5b815161190881613a5e565b805180151581146123ab575f80fd5b5f60208284031215613fb3575f80fd5b61190882613f94565b5f60208284031215613fcc575f80fd5b5051919050565b600181811c90821680613fe757607f821691505b60208210810361400557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60a08201905060ff83511682526020830151602083015264ffffffffff6040840151166040830152606083015160608301526001600160601b03608084015116608083015292915050565b63ffffffff81168114613a40575f80fd5b5f60208284031215614078575f80fd5b815161190881614057565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f80858511156140d2575f80fd5b838611156140de575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561411c576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614172575f80fd5b815161190881613b2e565b601f8211156141c157805f5260205f20601f840160051c810160208510156141a25750805b601f840160051c820191505b8181101561203e575f81556001016141ae565b505050565b815167ffffffffffffffff8111156141e0576141e0613af1565b6141f4816141ee8454613fd3565b8461417d565b6020601f821160018114614226575f831561420f5750848201515b5f19600385901b1c1916600184901b17845561203e565b5f84815260208120601f198516915b828110156142555787850151825560209485019460019092019101614235565b508482101561427257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614291575f80fd5b815161190881613a32565b5f602082840312156142ac575f80fd5b815161190881613f3e565b5f82518060208501845e5f920191825250919050565b5f80604083850312156142de575f80fd5b6142e783613f94565b91506020830151613a9e81614057565b634e487b7160e01b5f52601260045260245ffdfea2646970667358221220900f11d79ac815238d41b6096ed7d4c2936a6e89042c2c7efac117d51996747864736f6c634300081a00336080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea2646970667358221220b3037b40a05d31dfd008cc1fcca465e9d5162cda1767ea0a2ad4e05768125b7564736f6c634300081a0033",
|
1700
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061023f575f3560e01c80637b21556111610135578063bf7e214f116100b4578063eb98e8a011610079578063eb98e8a01461074f578063f48016ce14610782578063fb14543214610795578063fb39549c146107c0578063ff86054d146107d3575f80fd5b8063bf7e214f146106a9578063d7537c37146106b9578063dfb7e337146106cc578063e067350f14610711578063e9e96c701461073c575f80fd5b80639a726364116100fa5780639a72636414610562578063a5961b4c14610575578063b04fa50614610601578063beba11201461066b578063bf1db3f914610696575f80fd5b80637b2155611461045b578063828227de1461049e5780638eaa6ac0146104e15780638fb360371461050157806391a2059f14610522575f80fd5b8063525615b6116101c157806362841be21161018657806362841be2146103e65780636291423a146103f9578063717f1b981461040a57806377f91851146104355780637a9e5e4b14610448575f80fd5b8063525615b61461036857806354f1fa811461037b57806354f6127f1461038e5780635af7b19b146103ae5780635cce3fa1146103c1575f80fd5b806338a699a41161020757806338a699a4146102f95780633fbdfe321461031c5780634a2101d11461032f5780634b51da0c146103425780634f9c1c0914610355575f80fd5b806309648a9d146102435780630d35818114610281578063136cfef7146102a657806330f44199146102d15780633861317f146102e6575b5f80fd5b61026a610251366004613a1b565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61026a61028f366004613a43565b60ff9081165f908152600160205260409020541690565b6102b96102b4366004613a72565b61084d565b6040516001600160601b039091168152602001610278565b6102e46102df366004613aa9565b610934565b005b6102e46102f4366004613aa9565b610ad9565b61030c610307366004613a1b565b610be2565b6040519015158152602001610278565b6102b961032a366004613aa9565b610c70565b6102e461033d366004613aa9565b610df4565b6102e4610350366004613b40565b610ed0565b61030c610363366004613bb2565b610fa4565b6102e4610376366004613bcd565b61103c565b6102e4610389366004613c5b565b61104f565b6103a161039c366004613a1b565b6111a8565b6040516102789190613ce2565b6102e46103bc366004613bcd565b61124a565b6005546001600160a01b03165b6040516001600160a01b039091168152602001610278565b6102e46103f4366004613b40565b6112fb565b6006546001600160a01b03166103ce565b6102b9610418366004613bb2565b6001600160601b039081165f908152600960205260409020541690565b6102b9610443366004613d0a565b6113cc565b6102e4610456366004613d4d565b611628565b610490610469366004613d66565b5f9182526007602090815260408084206001600160a01b0393909316845291905290205490565b604051908152602001610278565b6104cc6104ac366004613bb2565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff9091168152602001610278565b6104f46104ef366004613a1b565b61169c565b6040516102789190613d90565b6105096117bd565b6040516001600160e01b03199091168152602001610278565b6102b9610530366004613df6565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b6102e4610570366004613e20565b6117e1565b6105f4610583366004613a1b565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b6040516102789190613e53565b61065b61060f366004613bb2565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b6040516102789493929190613e94565b6102b9610679366004613bb2565b6001600160601b039081165f908152600f60205260409020541690565b61030c6106a4366004613a43565b61180f565b5f546001600160a01b03166103ce565b6102b96106c7366004613a72565b61185b565b6106fb6106da366004613bb2565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff9091168152602001610278565b6102b961071f366004613bb2565b6001600160601b039081165f908152600a60205260409020541690565b61030c61074a366004613ec3565b6118dc565b61076261075d366004613f00565b61190f565b604080516001600160601b03938416815292909116602083015201610278565b610490610790366004613f4d565b611bb1565b6102b96107a3366004613bb2565b6001600160601b039081165f908152600860205260409020541690565b6102b96107ce366004613d0a565b611c31565b6108206107e1366004613bb2565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff1690820152606001610278565b5f61085a335b5f36611f4f565b6001600160601b038084165f908152600a60205260409020541661087e8382612045565b156108bc576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a60205260409020546108e09116846120c9565b91505f6108ed858461214e565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109249493929190613e94565b60405180910390a1505092915050565b61093d33610853565b5f610947846122ee565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350811691166109fa8661098a61098485856123b0565b876123b0565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156109d1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109f59190613f79565b6123fa565b6001600160601b038086165f90815260086020526040902054610a51918791610a28916109849116856123b0565b6001600160601b038089165f90815260096020526040902054610a4c9116856120c9565b612590565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610ae233610853565b5f610aec846122ee565b6001600160601b038086165f90815260086020526040902054919250610b38918691610b199116856123b0565b6001600160601b038088165f90815260096020526040902054166123fa565b6001600160601b038084165f90815260086020526040902054610b81918591610b629116856123b0565b6001600160601b038087165f9081526009602052604090205416612590565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610bd4928892879291909116908690613e94565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610c46573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c6a9190613fa3565b92915050565b5f610c7a33610853565b5f610c84856122ee565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610cf7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d1b9190613f79565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610d58928892918216916109f59116866120c9565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610d91928792811691610a4c9116866120c9565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610de4928992879291909116908690613e94565b60405180910390a1509392505050565b610dfd33610853565b5f610e07846122ee565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610e44928792918216916109f59116866123b0565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610e7d928692811691610a4c9116866123b0565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610bd4928892879291909116908690613e94565b610ed933610853565b610fa073__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015610f4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f709190613fbc565b60408051845164ffffffffff166020820152015b604051602081830303815290604052610f9b60ff90565b612620565b5050565b5f610c6a73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611018573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103079190613fbc565b61104533610853565b610fa0828261278f565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156110b1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110d59190613fa3565b156110fe5760405163ea01ac1f60e01b815230600482015260ff841660248201526044016108b3565b60ff8085169083161461113f5760405163bae587e160e01b815230600482015260ff80851660248301528086166044830152831660648201526084016108b3565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166111a25760405163f33b49a360e01b815230600482015260ff80851660248301528086166044830152821660648201526084016108b3565b50505050565b5f8181526003602052604090206001018054606091906111c790613fd3565b80601f01602080910402602001604051908101604052809291908181526020018280546111f390613fd3565b801561123e5780601f106112155761010080835404028352916020019161123e565b820191905f5260205f20905b81548152906001019060200180831161122157829003601f168201915b50505050509050919050565b61125333610853565b610fa073__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156112c6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112ea9190613fbc565b82604051602001610f84919061400b565b61130433610853565b6113c373__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611377573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061139b9190613fbc565b60408051845164ffffffffff166020820152015b60405160208183030381529060405261293f565b610fa082612cfa565b5f6113d633610853565b5f805f6113e38887613060565b9250925092506113f382866123b0565b604051632c34efe560e11b81526001600160601b0382166004820152602481018990529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90635869dfca90604401602060405180830381865af4158015611455573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114799190613f79565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f905220549192506114fb916114f59116846120c9565b826123b0565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611588573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115ac9190614068565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd990611614908b908a908a908a908a90614083565b60405180910390a150505050949350505050565b5f5433906001600160a01b0316811461165e5760405162d1953b60e31b81526001600160a01b03821660048201526024016108b3565b816001600160a01b03163b5f03611693576040516361798f2f60e11b81526001600160a01b03831660048201526024016108b3565b610fa082613170565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161173690613fd3565b80601f016020809104026020016040519081016040528092919081815260200182805461176290613fd3565b80156117ad5780601f10611784576101008083540402835291602001916117ad565b820191905f5260205f20905b81548152906001019060200180831161179057829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166117d357505f90565b638fb3603760e01b5b905090565b6117ea33610853565b5f9283526007602090815260408085206001600160a01b039094168552929052912055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610c2b565b5f61186533610853565b6001600160601b038084165f908152600a60205260409020546118899116836123b0565b90505f611896848361214e565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b8848484846040516118cd9493929190613e94565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f8061191a33610853565b5f611924876122ee565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611997573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119bb9190613f79565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611a2e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a529190613f79565b6001600160601b038089165f90815260086020526040902054919350611aa3918991611a7f9116866120c9565b6001600160601b03808b165f908152600960205260409020546109f59116866120c9565b6001600160601b038087165f90815260086020526040902054611af1918891611acd9116866120c9565b6001600160601b03808a165f90815260096020526040902054610a4c9116866120c9565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611b44928b92889291909116908690613e94565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611b9f928b92879291909116908690613e94565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611c0d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119089190613fbc565b5f611c3b33610853565b5f805f611c488887613060565b925092509250611c5882866120c9565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611cea908b9084906355205f0f90602401602060405180830381865af4158015611cc1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ce59190613fbc565b6131c3565b604051632255341b60e11b8152600481019190915273__$bf7bc340cbb9229ef1de2c568356e67902$__906344aa683690602401602060405180830381865af4158015611d39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d5d9190613fbc565b6040518263ffffffff1660e01b8152600401611d7b91815260200190565b602060405180830381865af4158015611d96573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611dba9190613f79565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611e36916114f59116846120c9565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611ec3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ee79190614068565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b13872378990611614908b908a908a908a908a90614083565b5f80611f82611f655f546001600160a01b031690565b8630611f7460045f898b6140c4565b611f7d916140eb565b6131d7565b915091508161203e5763ffffffff81161561201b575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90611fdc90889088908890600401614123565b5f604051808303815f87803b158015611ff3575f80fd5b505af1158015612005573d5f803e3d5ffd5b50505f805460ff60a01b191690555061203e9050565b60405162d1953b60e31b81526001600160a01b03861660048201526024016108b3565b5050505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af41580156120a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119089190613fa3565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af415801561212a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906119089190613f79565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156121ba573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121de9190613fa3565b15612207576040516364692acf60e01b81526001600160601b03841660048201526024016108b3565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af4158015612295573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906122b99190614068565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af415801561235e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123829190613fa3565b156123ab57604051631f7e16df60e01b81526001600160601b03831660048201526024016108b3565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb359060440161210f565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af415801561248a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906124ae9190614162565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612537573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061255b9190614068565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af4158015612537573d5f803e3d5ffd5b5f61262b84836132df565b5f85815260036020526040902090915060010161264884826141c6565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156126b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126dd9190614281565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561272b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061274f919061429c565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610bd4565b61283773__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015612802573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128269190613fbc565b826040516020016113af919061400b565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561287e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128a29190614068565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556128da826135dc565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015612925575f80fd5b505af1158015612937573d5f803e3d5ffd5b505050505050565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561298f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129b39190614281565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612a06573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a2a9190613fa3565b15612a4d576040516307014a8d60e51b815260ff821660048201526024016108b3565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015612ab3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ad79190613fa3565b15612b0157604051633f92eac960e21b81526004810185905260ff831660248201526044016108b3565b612b0a8261180f565b612b2c57604051636cb0978b60e11b815260ff831660048201526024016108b3565b5f612b356138f0565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612bbf86826141c6565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612c30573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c549190614281565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612ca2573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612cc6919061429c565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610ac9565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612d67573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d8b9190613fa3565b15612db4576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dfb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e1f9190613f79565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612eac573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ed09190613f79565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612f5d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f819190614162565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561300a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061302e9190614068565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156130d2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130f69190613fa3565b1561311f576040516362540e0360e11b81526001600160601b03861660048201526024016108b3565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b5f6119088383670de0b6b3a764000061395c565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b1790525161324591906142b7565b5f60405180830381855afa9150503d805f811461327d576040519150601f19603f3d011682016040523d82523d5f602084013e613282565b606091505b509150915081156132d45760408151106132b457808060200190518101906132aa91906142cd565b90945092506132d4565b60208151106132d457808060200190518101906132d19190613fa3565b93505b505094509492505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015613331573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133559190613fa3565b156133765760405163093b89e160e11b8152600481018490526024016108b3565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156133ec573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134109190613fa3565b156134315760405163566ebf7960e01b8152600481018690526024016108b3565b60ff808516146135ae57815461344d90829060ff16818761104f565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156134cf573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906134f39190614281565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015613541573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613565919061429c565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6135b66138f0565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015613649573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061366d9190613fa3565b15613696576040516366d785a360e11b81526001600160601b03821660048201526024016108b3565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156136dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137019190613f79565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561378e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137b29190613f79565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561383f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906138639190613f79565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561300a573d5f803e3d5ffd5b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613938573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906117dc9190614068565b5f838302815f1985870982811083820303915050805f0361399057838281613986576139866142f7565b0492505050611908565b8084116139b05760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b5f60208284031215613a2b575f80fd5b5035919050565b60ff81168114613a40575f80fd5b50565b5f60208284031215613a53575f80fd5b813561190881613a32565b6001600160601b0381168114613a40575f80fd5b5f8060408385031215613a83575f80fd5b8235613a8e81613a5e565b91506020830135613a9e81613a5e565b809150509250929050565b5f805f60608486031215613abb575f80fd5b8335613ac681613a5e565b92506020840135613ad681613a5e565b91506040840135613ae681613a5e565b809150509250925092565b634e487b7160e01b5f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715613b2857613b28613af1565b60405290565b64ffffffffff81168114613a40575f80fd5b5f808284036040811215613b52575f80fd5b8335613b5d81613a5e565b92506020601f1982011215613b70575f80fd5b506040516020810167ffffffffffffffff81118282101715613b9457613b94613af1565b6040526020840135613ba581613b2e565b8152919491935090915050565b5f60208284031215613bc2575f80fd5b813561190881613a5e565b5f8082840360c0811215613bdf575f80fd5b8335613bea81613a5e565b925060a0601f1982011215613bfd575f80fd5b50613c06613b05565b6020840135613c1481613a32565b8152604084013560208201526060840135613c2e81613b2e565b60408201526080840135606082015260a0840135613c4b81613a5e565b6080820152919491935090915050565b5f805f8060808587031215613c6e575f80fd5b8435613c7981613a32565b93506020850135613c8981613a32565b92506040850135613c9981613a32565b91506060850135613ca981613a32565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6119086020830184613cb4565b80356001600160a01b03811681146123ab575f80fd5b5f805f8060808587031215613d1d575f80fd5b8435613d2881613a5e565b935060208501359250613d3d60408601613cf4565b91506060850135613ca981613a5e565b5f60208284031215613d5d575f80fd5b61190882613cf4565b5f8060408385031215613d77575f80fd5b82359150613d8760208401613cf4565b90509250929050565b60208152613dd560208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613dee60c0840182613cb4565b949350505050565b5f8060408385031215613e07575f80fd5b8235613e1281613a5e565b9150613d8760208401613cf4565b5f805f60608486031215613e32575f80fd5b83359250613e4260208501613cf4565b929592945050506040919091013590565b60808101610c6a828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f60608486031215613ed5575f80fd5b8335613ee081613a32565b92506020840135613ef081613a32565b91506040840135613ae681613a32565b5f805f8060808587031215613f13575f80fd5b8435613f1e81613a5e565b93506020850135613f2e81613a5e565b92506040850135613d3d81613a5e565b60ff1981168114613a40575f80fd5b5f8060408385031215613f5e575f80fd5b8235613f6981613a32565b91506020830135613a9e81613f3e565b5f60208284031215613f89575f80fd5b815161190881613a5e565b805180151581146123ab575f80fd5b5f60208284031215613fb3575f80fd5b61190882613f94565b5f60208284031215613fcc575f80fd5b5051919050565b600181811c90821680613fe757607f821691505b60208210810361400557634e487b7160e01b5f52602260045260245ffd5b50919050565b5f60a08201905060ff83511682526020830151602083015264ffffffffff6040840151166040830152606083015160608301526001600160601b03608084015116608083015292915050565b63ffffffff81168114613a40575f80fd5b5f60208284031215614078575f80fd5b815161190881614057565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f80858511156140d2575f80fd5b838611156140de575f80fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561411c576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b5f60208284031215614172575f80fd5b815161190881613b2e565b601f8211156141c157805f5260205f20601f840160051c810160208510156141a25750805b601f840160051c820191505b8181101561203e575f81556001016141ae565b505050565b815167ffffffffffffffff8111156141e0576141e0613af1565b6141f4816141ee8454613fd3565b8461417d565b6020601f821160018114614226575f831561420f5750848201515b5f19600385901b1c1916600184901b17845561203e565b5f84815260208120601f198516915b828110156142555787850151825560209485019460019092019101614235565b508482101561427257868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f60208284031215614291575f80fd5b815161190881613a32565b5f602082840312156142ac575f80fd5b815161190881613f3e565b5f82518060208501845e5f920191825250919050565b5f80604083850312156142de575f80fd5b6142e783613f94565b91506020830151613a9e81614057565b634e487b7160e01b5f52601260045260245ffdfea2646970667358221220900f11d79ac815238d41b6096ed7d4c2936a6e89042c2c7efac117d51996747864736f6c634300081a0033",
|
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": 679
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"length": 20,
|
1722
|
+
"start": 2790
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"length": 20,
|
1726
|
+
"start": 2967
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"length": 20,
|
1730
|
+
"start": 3144
|
1731
|
+
},
|
1732
|
+
{
|
1733
|
+
"length": 20,
|
1734
|
+
"start": 6902
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"length": 20,
|
1738
|
+
"start": 7721
|
1739
|
+
},
|
1740
|
+
{
|
1741
|
+
"length": 20,
|
1742
|
+
"start": 9607
|
1743
|
+
},
|
1744
|
+
{
|
1745
|
+
"length": 20,
|
1746
|
+
"start": 10953
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"length": 20,
|
1750
|
+
"start": 11104
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"length": 20,
|
1754
|
+
"start": 11749
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"length": 20,
|
1758
|
+
"start": 12759
|
1759
|
+
},
|
1760
|
+
{
|
1761
|
+
"length": 20,
|
1762
|
+
"start": 12891
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"length": 20,
|
1766
|
+
"start": 13634
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"length": 20,
|
1770
|
+
"start": 16160
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"length": 20,
|
1774
|
+
"start": 16337
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"length": 20,
|
1778
|
+
"start": 18434
|
1779
|
+
},
|
1780
|
+
{
|
1781
|
+
"length": 20,
|
1782
|
+
"start": 18611
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"length": 20,
|
1786
|
+
"start": 18788
|
1787
|
+
}
|
1788
|
+
]
|
1789
|
+
},
|
1790
|
+
"contracts/type/Blocknumber.sol": {
|
1791
|
+
"BlocknumberLib": [
|
1792
|
+
{
|
1793
|
+
"length": 20,
|
1794
|
+
"start": 1306
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"length": 20,
|
1798
|
+
"start": 2655
|
1799
|
+
},
|
1800
|
+
{
|
1801
|
+
"length": 20,
|
1802
|
+
"start": 3321
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"length": 20,
|
1806
|
+
"start": 3619
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"length": 20,
|
1810
|
+
"start": 9901
|
1811
|
+
},
|
1812
|
+
{
|
1813
|
+
"length": 20,
|
1814
|
+
"start": 12264
|
1815
|
+
},
|
1816
|
+
{
|
1817
|
+
"length": 20,
|
1818
|
+
"start": 13036
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"length": 20,
|
1822
|
+
"start": 13253
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"length": 20,
|
1826
|
+
"start": 13456
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"length": 20,
|
1830
|
+
"start": 13916
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"length": 20,
|
1834
|
+
"start": 14161
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
"length": 20,
|
1838
|
+
"start": 14755
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"length": 20,
|
1842
|
+
"start": 16025
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
"length": 20,
|
1846
|
+
"start": 16687
|
1847
|
+
},
|
1848
|
+
{
|
1849
|
+
"length": 20,
|
1850
|
+
"start": 16900
|
1851
|
+
},
|
1852
|
+
{
|
1853
|
+
"length": 20,
|
1854
|
+
"start": 18299
|
1855
|
+
},
|
1856
|
+
{
|
1857
|
+
"length": 20,
|
1858
|
+
"start": 18965
|
1859
|
+
},
|
1860
|
+
{
|
1861
|
+
"length": 20,
|
1862
|
+
"start": 19037
|
1863
|
+
}
|
1864
|
+
]
|
1865
|
+
},
|
1866
|
+
"contracts/type/Key32.sol": {
|
1867
|
+
"Key32Lib": [
|
1868
|
+
{
|
1869
|
+
"length": 20,
|
1870
|
+
"start": 1663
|
1871
|
+
},
|
1872
|
+
{
|
1873
|
+
"length": 20,
|
1874
|
+
"start": 2335
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"length": 20,
|
1878
|
+
"start": 2449
|
1879
|
+
},
|
1880
|
+
{
|
1881
|
+
"length": 20,
|
1882
|
+
"start": 11583
|
1883
|
+
},
|
1884
|
+
{
|
1885
|
+
"length": 20,
|
1886
|
+
"start": 14315
|
1887
|
+
},
|
1888
|
+
{
|
1889
|
+
"length": 20,
|
1890
|
+
"start": 14429
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"length": 20,
|
1894
|
+
"start": 15041
|
1895
|
+
},
|
1896
|
+
{
|
1897
|
+
"length": 20,
|
1898
|
+
"start": 15714
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"length": 20,
|
1902
|
+
"start": 15828
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"length": 20,
|
1906
|
+
"start": 17921
|
1907
|
+
},
|
1908
|
+
{
|
1909
|
+
"length": 20,
|
1910
|
+
"start": 18035
|
1911
|
+
}
|
1912
|
+
]
|
1913
|
+
},
|
1914
|
+
"contracts/type/NftId.sol": {
|
1915
|
+
"NftIdLib": [
|
1916
|
+
{
|
1917
|
+
"length": 20,
|
1918
|
+
"start": 314
|
1919
|
+
},
|
1920
|
+
{
|
1921
|
+
"length": 20,
|
1922
|
+
"start": 1060
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"length": 20,
|
1926
|
+
"start": 8264
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
"length": 20,
|
1930
|
+
"start": 8468
|
1931
|
+
},
|
1932
|
+
{
|
1933
|
+
"length": 20,
|
1934
|
+
"start": 9154
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"length": 20,
|
1938
|
+
"start": 9331
|
1939
|
+
},
|
1940
|
+
{
|
1941
|
+
"length": 20,
|
1942
|
+
"start": 14590
|
1943
|
+
}
|
1944
|
+
]
|
1945
|
+
},
|
1946
|
+
"contracts/type/NftIdSet.sol": {
|
1947
|
+
"LibNftIdSet": [
|
1948
|
+
{
|
1949
|
+
"length": 20,
|
1950
|
+
"start": 22188
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"length": 20,
|
1954
|
+
"start": 22305
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"length": 20,
|
1958
|
+
"start": 22435
|
1959
|
+
},
|
1960
|
+
{
|
1961
|
+
"length": 20,
|
1962
|
+
"start": 22567
|
1963
|
+
},
|
1964
|
+
{
|
1965
|
+
"length": 20,
|
1966
|
+
"start": 22704
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"length": 20,
|
1970
|
+
"start": 22812
|
1971
|
+
},
|
1972
|
+
{
|
1973
|
+
"length": 20,
|
1974
|
+
"start": 22994
|
1975
|
+
},
|
1976
|
+
{
|
1977
|
+
"length": 20,
|
1978
|
+
"start": 23052
|
1979
|
+
},
|
1980
|
+
{
|
1981
|
+
"length": 20,
|
1982
|
+
"start": 23174
|
1983
|
+
},
|
1984
|
+
{
|
1985
|
+
"length": 20,
|
1986
|
+
"start": 23239
|
1987
|
+
}
|
1988
|
+
]
|
1989
|
+
},
|
1990
|
+
"contracts/type/ObjectType.sol": {
|
1991
|
+
"ObjectTypeLib": [
|
1992
|
+
{
|
1993
|
+
"length": 20,
|
1994
|
+
"start": 1782
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"length": 20,
|
1998
|
+
"start": 15160
|
1999
|
+
}
|
2000
|
+
]
|
2001
|
+
},
|
2002
|
+
"contracts/type/StateId.sol": {
|
2003
|
+
"StateIdLib": [
|
2004
|
+
{
|
2005
|
+
"length": 20,
|
2006
|
+
"start": 1955
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"length": 20,
|
2010
|
+
"start": 3518
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"length": 20,
|
2014
|
+
"start": 7543
|
2015
|
+
},
|
2016
|
+
{
|
2017
|
+
"length": 20,
|
2018
|
+
"start": 8675
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"length": 20,
|
2022
|
+
"start": 10659
|
2023
|
+
},
|
2024
|
+
{
|
2025
|
+
"length": 20,
|
2026
|
+
"start": 15333
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
"length": 20,
|
2030
|
+
"start": 17507
|
2031
|
+
},
|
2032
|
+
{
|
2033
|
+
"length": 20,
|
2034
|
+
"start": 17694
|
2035
|
+
}
|
2036
|
+
]
|
2037
|
+
},
|
2038
|
+
"contracts/type/Timestamp.sol": {
|
2039
|
+
"TimestampLib": [
|
2040
|
+
{
|
2041
|
+
"length": 20,
|
2042
|
+
"start": 13755
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"length": 20,
|
2046
|
+
"start": 16514
|
2047
|
+
}
|
2048
|
+
]
|
2049
|
+
},
|
2050
|
+
"contracts/type/UFixed.sol": {
|
2051
|
+
"UFixedLib": [
|
2052
|
+
{
|
2053
|
+
"length": 20,
|
2054
|
+
"start": 11883
|
2055
|
+
}
|
2056
|
+
]
|
2057
|
+
}
|
2058
|
+
},
|
2059
|
+
"deployedLinkReferences": {
|
2060
|
+
"contracts/type/Amount.sol": {
|
2061
|
+
"AmountLib": [
|
2062
|
+
{
|
2063
|
+
"length": 20,
|
2064
|
+
"start": 2444
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"length": 20,
|
2068
|
+
"start": 3263
|
2069
|
+
},
|
2070
|
+
{
|
2071
|
+
"length": 20,
|
2072
|
+
"start": 5149
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"length": 20,
|
2076
|
+
"start": 6495
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
"length": 20,
|
2080
|
+
"start": 6646
|
2081
|
+
},
|
2082
|
+
{
|
2083
|
+
"length": 20,
|
2084
|
+
"start": 7291
|
2085
|
+
},
|
2086
|
+
{
|
2087
|
+
"length": 20,
|
2088
|
+
"start": 8301
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"length": 20,
|
2092
|
+
"start": 8433
|
2093
|
+
},
|
2094
|
+
{
|
2095
|
+
"length": 20,
|
2096
|
+
"start": 9176
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"length": 20,
|
2100
|
+
"start": 11702
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"length": 20,
|
2104
|
+
"start": 11879
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
"length": 20,
|
2108
|
+
"start": 13976
|
2109
|
+
},
|
2110
|
+
{
|
2111
|
+
"length": 20,
|
2112
|
+
"start": 14153
|
2113
|
+
},
|
2114
|
+
{
|
2115
|
+
"length": 20,
|
2116
|
+
"start": 14330
|
2117
|
+
}
|
2118
|
+
]
|
2119
|
+
},
|
2120
|
+
"contracts/type/Blocknumber.sol": {
|
2121
|
+
"BlocknumberLib": [
|
2122
|
+
{
|
2123
|
+
"length": 20,
|
2124
|
+
"start": 5443
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
"length": 20,
|
2128
|
+
"start": 7806
|
2129
|
+
},
|
2130
|
+
{
|
2131
|
+
"length": 20,
|
2132
|
+
"start": 8578
|
2133
|
+
},
|
2134
|
+
{
|
2135
|
+
"length": 20,
|
2136
|
+
"start": 8795
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"length": 20,
|
2140
|
+
"start": 8998
|
2141
|
+
},
|
2142
|
+
{
|
2143
|
+
"length": 20,
|
2144
|
+
"start": 9458
|
2145
|
+
},
|
2146
|
+
{
|
2147
|
+
"length": 20,
|
2148
|
+
"start": 9703
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"length": 20,
|
2152
|
+
"start": 10297
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"length": 20,
|
2156
|
+
"start": 11567
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
"length": 20,
|
2160
|
+
"start": 12229
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
"length": 20,
|
2164
|
+
"start": 12442
|
2165
|
+
},
|
2166
|
+
{
|
2167
|
+
"length": 20,
|
2168
|
+
"start": 13841
|
2169
|
+
},
|
2170
|
+
{
|
2171
|
+
"length": 20,
|
2172
|
+
"start": 14507
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"length": 20,
|
2176
|
+
"start": 14579
|
2177
|
+
}
|
2178
|
+
]
|
2179
|
+
},
|
2180
|
+
"contracts/type/Key32.sol": {
|
2181
|
+
"Key32Lib": [
|
2182
|
+
{
|
2183
|
+
"length": 20,
|
2184
|
+
"start": 7125
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"length": 20,
|
2188
|
+
"start": 9857
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"length": 20,
|
2192
|
+
"start": 9971
|
2193
|
+
},
|
2194
|
+
{
|
2195
|
+
"length": 20,
|
2196
|
+
"start": 10583
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"length": 20,
|
2200
|
+
"start": 11256
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
"length": 20,
|
2204
|
+
"start": 11370
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
"length": 20,
|
2208
|
+
"start": 13463
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"length": 20,
|
2212
|
+
"start": 13577
|
2213
|
+
}
|
2214
|
+
]
|
2215
|
+
},
|
2216
|
+
"contracts/type/NftId.sol": {
|
2217
|
+
"NftIdLib": [
|
2218
|
+
{
|
2219
|
+
"length": 20,
|
2220
|
+
"start": 3806
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
"length": 20,
|
2224
|
+
"start": 4010
|
2225
|
+
},
|
2226
|
+
{
|
2227
|
+
"length": 20,
|
2228
|
+
"start": 4696
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
"length": 20,
|
2232
|
+
"start": 4873
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"length": 20,
|
2236
|
+
"start": 10132
|
2237
|
+
}
|
2238
|
+
]
|
2239
|
+
},
|
2240
|
+
"contracts/type/ObjectType.sol": {
|
2241
|
+
"ObjectTypeLib": [
|
2242
|
+
{
|
2243
|
+
"length": 20,
|
2244
|
+
"start": 10702
|
2245
|
+
}
|
2246
|
+
]
|
2247
|
+
},
|
2248
|
+
"contracts/type/StateId.sol": {
|
2249
|
+
"StateIdLib": [
|
2250
|
+
{
|
2251
|
+
"length": 20,
|
2252
|
+
"start": 3085
|
2253
|
+
},
|
2254
|
+
{
|
2255
|
+
"length": 20,
|
2256
|
+
"start": 4217
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
"length": 20,
|
2260
|
+
"start": 6201
|
2261
|
+
},
|
2262
|
+
{
|
2263
|
+
"length": 20,
|
2264
|
+
"start": 10875
|
2265
|
+
},
|
2266
|
+
{
|
2267
|
+
"length": 20,
|
2268
|
+
"start": 13049
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"length": 20,
|
2272
|
+
"start": 13236
|
2273
|
+
}
|
2274
|
+
]
|
2275
|
+
},
|
2276
|
+
"contracts/type/Timestamp.sol": {
|
2277
|
+
"TimestampLib": [
|
2278
|
+
{
|
2279
|
+
"length": 20,
|
2280
|
+
"start": 9297
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"length": 20,
|
2284
|
+
"start": 12056
|
2285
|
+
}
|
2286
|
+
]
|
2287
|
+
},
|
2288
|
+
"contracts/type/UFixed.sol": {
|
2289
|
+
"UFixedLib": [
|
2290
|
+
{
|
2291
|
+
"length": 20,
|
2292
|
+
"start": 7425
|
2293
|
+
}
|
2294
|
+
]
|
2295
|
+
}
|
2296
|
+
}
|
2297
|
+
}
|