@etherisc/gif-next 0.0.2-fbe8e04-715 → 0.0.2-fc41a4e-906
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +138 -23
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1023 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +752 -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 +1664 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessAdminLib.sol/AccessAdminLib.json +1289 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +4 -0
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +1403 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +790 -0
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +4 -0
- package/artifacts/contracts/{instance/module/ISetup.sol/ISetup.json → authorization/IAccess.sol/IAccess.json} +2 -2
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +1372 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.json +455 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.json +397 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +4 -0
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +646 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +1225 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +805 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.json +930 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1665 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +912 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +829 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1100 -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 +1461 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FirePoolAuthorization.sol/FirePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProduct.sol/FireProduct.json +2018 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireProductAuthorization.sol/FireProductAuthorization.json +805 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.dbg.json +4 -0
- package/artifacts/contracts/examples/fire/FireUSD.sol/FireUSD.json +376 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistribution.sol/SimpleDistribution.json +1404 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol/SimpleDistributionAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleOracle.sol/SimpleOracle.json +1152 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1628 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePoolAuthorization.sol/SimplePoolAuthorization.json +805 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProduct.sol/SimpleProduct.json +2405 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimpleProductAuthorization.sol/SimpleProductAuthorization.json +805 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.dbg.json +4 -0
- package/artifacts/contracts/instance/BundleSet.sol/BundleSet.json +851 -0
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +645 -1242
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +657 -152
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +576 -2858
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +2349 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +902 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +1963 -739
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +698 -501
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +349 -167
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3784 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +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/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -49
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{ITreasury.sol/ITreasury.json → IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +938 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +810 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.json +52 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.json +753 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +733 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +854 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1013 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +772 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1231 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +805 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1293 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +832 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +880 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +886 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1230 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1006 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +538 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1606 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +824 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +871 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +752 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1140 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +805 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1512 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +856 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IPolicyService.sol/IPolicyService.json → product/IApplicationService.sol/IApplicationService.json} +277 -302
- 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/{instance/service/IBundleService.sol/IBundleService.json → product/IPricingService.sol/IPricingService.json} +315 -361
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +997 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → product/IRiskService.sol/IRiskService.json} +199 -185
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1341 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceLib.sol/PolicyServiceLib.json +783 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +812 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +903 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +776 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1098 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +688 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +736 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +72 -16
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +679 -114
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +325 -229
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.json +24 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +5 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1017 -150
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2147 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1053 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +312 -336
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +341 -123
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseAdmin.sol/ReleaseAdmin.json +2152 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +205 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.dbg.json +4 -0
- package/artifacts/contracts/registry/ReleaseRegistry.sol/ReleaseRegistry.json +1389 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +683 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +352 -101
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{components/BaseComponent.sol/BaseComponent.json → shared/Component.sol/Component.json} +331 -98
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1487 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +816 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ContractLib.json +632 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/IInstanceAdminHelper.json +24 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentServiceBase.sol/ComponentServiceBase.json → shared/IComponent.sol/IComponent.json} +273 -183
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1127 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +688 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/IInstanceBase.sol/IInstanceBase.json → shared/IKeyValueStore.sol/IKeyValueStore.json} +96 -34
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +46 -26
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +175 -0
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +143 -15
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{experiment/inheritance/IA.sol/ISharedA.json → shared/IRegistryLinked.sol/IRegistryLinked.json} +15 -17
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +137 -159
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableERC165.sol/InitializableERC165.json +53 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json +776 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/IKeyValueStore.sol/IKeyValueStore.json → shared/KeyValueStore.sol/KeyValueStore.json} +129 -20
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +81 -30
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +159 -55
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +156 -171
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +635 -8
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1617 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1167 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2025 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +469 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +205 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +804 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +616 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1396 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +744 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2297 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +617 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +10 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +398 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +203 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +104 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +373 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +125 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.dbg.json +4 -0
- package/artifacts/contracts/type/Key32Set.sol/LibKey32Set.json +33 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +228 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +33 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +241 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +209 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +142 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +204 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +204 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +254 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +265 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +148 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +4 -0
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +10 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +105 -0
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +4 -0
- package/artifacts/contracts/type/String.sol/StrLib.json +180 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +312 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +572 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionLib.json +158 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +167 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/IVersionable.sol/IVersionable.json +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 +142 -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 +261 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +45 -0
- package/contracts/authorization/AccessAdmin.sol +780 -0
- package/contracts/authorization/AccessAdminLib.sol +396 -0
- package/contracts/authorization/AccessManagerCloneable.sol +158 -0
- package/contracts/authorization/Authorization.sol +174 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +144 -0
- package/contracts/authorization/IAuthorization.sol +27 -0
- package/contracts/authorization/IServiceAuthorization.sol +78 -0
- package/contracts/authorization/ServiceAuthorization.sol +320 -0
- package/contracts/distribution/BasicDistribution.sol +141 -0
- package/contracts/distribution/BasicDistributionAuthorization.sol +67 -0
- package/contracts/distribution/Distribution.sol +247 -0
- package/contracts/distribution/DistributionService.sol +435 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +109 -0
- package/contracts/examples/fire/DamageLevel.sol +59 -0
- package/contracts/examples/fire/FirePool.sol +86 -0
- package/contracts/examples/fire/FirePoolAuthorization.sol +35 -0
- package/contracts/examples/fire/FireProduct.sol +433 -0
- package/contracts/examples/fire/FireProductAuthorization.sol +45 -0
- package/contracts/examples/fire/FireUSD.sol +26 -0
- package/contracts/examples/unpermissioned/SimpleDistribution.sol +81 -0
- package/contracts/examples/unpermissioned/SimpleDistributionAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleOracle.sol +133 -0
- package/contracts/examples/unpermissioned/SimplePool.sol +102 -0
- package/contracts/examples/unpermissioned/SimplePoolAuthorization.sol +28 -0
- package/contracts/examples/unpermissioned/SimpleProduct.sol +373 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +136 -51
- package/contracts/instance/IInstanceService.sol +100 -19
- package/contracts/instance/Instance.sol +246 -365
- package/contracts/instance/InstanceAdmin.sol +383 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
- package/contracts/instance/InstanceReader.sol +525 -208
- package/contracts/instance/InstanceService.sol +460 -209
- package/contracts/instance/InstanceServiceManager.sol +14 -32
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +118 -0
- package/contracts/instance/base/BalanceStore.sol +121 -0
- package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +4 -22
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +113 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +10 -9
- package/contracts/instance/module/IComponents.sol +62 -0
- package/contracts/instance/module/IDistribution.sol +25 -10
- package/contracts/instance/module/IPolicy.sol +81 -21
- package/contracts/instance/module/IRisk.sol +6 -1
- package/contracts/{test/Usdc.sol → mock/Dip.sol} +6 -6
- package/contracts/oracle/BasicOracle.sol +45 -0
- package/contracts/oracle/BasicOracleAuthorization.sol +53 -0
- package/contracts/oracle/IOracle.sol +41 -0
- package/contracts/oracle/IOracleComponent.sol +33 -0
- package/contracts/oracle/IOracleService.sol +66 -0
- package/contracts/oracle/Oracle.sol +154 -0
- package/contracts/oracle/OracleService.sol +310 -0
- package/contracts/oracle/OracleServiceManager.sol +39 -0
- package/contracts/pool/BasicPool.sol +173 -0
- package/contracts/pool/BasicPoolAuthorization.sol +82 -0
- package/contracts/pool/BundleService.sol +394 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +115 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +165 -0
- package/contracts/pool/Pool.sol +343 -0
- package/contracts/pool/PoolLib.sol +353 -0
- package/contracts/pool/PoolService.sol +582 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +299 -0
- package/contracts/product/ApplicationServiceManager.sol +38 -0
- package/contracts/product/BasicProduct.sol +49 -0
- package/contracts/product/BasicProductAuthorization.sol +63 -0
- package/contracts/product/ClaimService.sol +631 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +69 -0
- package/contracts/product/IClaimService.sol +135 -0
- package/contracts/product/IPolicyService.sol +94 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +33 -0
- package/contracts/product/PolicyService.sol +637 -0
- package/contracts/product/PolicyServiceLib.sol +139 -0
- package/contracts/product/PolicyServiceManager.sol +39 -0
- package/contracts/product/PricingService.sol +306 -0
- package/contracts/product/PricingServiceManager.sol +39 -0
- package/contracts/product/Product.sol +469 -0
- package/contracts/product/RiskService.sol +157 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +82 -35
- package/contracts/registry/IRegistry.sol +126 -37
- package/contracts/registry/IRegistryService.sol +40 -28
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +1 -1
- package/contracts/registry/Registry.sol +555 -273
- package/contracts/registry/RegistryAdmin.sol +188 -0
- package/contracts/registry/RegistryAuthorization.sol +284 -0
- package/contracts/registry/RegistryService.sol +116 -233
- package/contracts/registry/RegistryServiceManager.sol +26 -53
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +520 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +344 -0
- package/contracts/registry/TokenRegistry.sol +263 -60
- package/contracts/shared/Component.sol +210 -0
- package/contracts/shared/ComponentService.sol +678 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +311 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +110 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +16 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +5 -4
- package/contracts/shared/INftOwnable.sol +15 -12
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +24 -5
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +13 -5
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +194 -0
- package/contracts/shared/KeyValueStore.sol +131 -0
- package/contracts/shared/Lifecycle.sol +88 -0
- package/contracts/shared/NftIdSet.sol +65 -0
- package/contracts/shared/NftOwnable.sol +75 -82
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +54 -38
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +45 -33
- package/contracts/shared/TokenHandler.sol +327 -12
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +195 -0
- package/contracts/staking/IStakingService.sol +170 -0
- package/contracts/staking/Staking.sol +605 -0
- package/contracts/staking/StakingLib.sol +281 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +52 -0
- package/contracts/staking/StakingReader.sol +199 -0
- package/contracts/staking/StakingService.sol +468 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +606 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +150 -0
- package/contracts/{types → type}/Blocknumber.sol +27 -3
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/{types → type}/DistributorType.sol +2 -2
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +2 -2
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/type/ObjectType.sol +307 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/{types → type}/Referral.sol +6 -1
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +105 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +48 -4
- package/contracts/type/String.sol +65 -0
- package/contracts/{types → type}/Timestamp.sol +33 -19
- package/contracts/type/UFixed.sol +262 -0
- package/contracts/{types → type}/Version.sol +59 -7
- package/contracts/{shared → upgradeability}/IVersionable.sol +5 -48
- package/contracts/upgradeability/ProxyManager.sol +234 -0
- package/contracts/{shared → upgradeability}/UpgradableProxyWithAdmin.sol +8 -4
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +12 -8
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.json +0 -744
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.json +0 -368
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.json +0 -152
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -275
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -157
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -939
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -855
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Cloner.json +0 -66
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock1.json +0 -24
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.dbg.json +0 -4
- package/artifacts/contracts/experiment/cloning/Cloner.sol/Mock2.json +0 -42
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +0 -4
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +0 -788
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.dbg.json +0 -4
- package/artifacts/contracts/instance/IAccessManagerSimple.sol/IAccessManagerSimple.json +0 -1082
- package/artifacts/contracts/instance/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -940
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceBase.sol/InstanceBase.json +0 -763
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.json +0 -285
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -113
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -502
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +0 -211
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -923
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -440
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -827
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -684
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -428
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.json +0 -446
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -499
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.json +0 -536
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -984
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -464
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -718
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -428
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -768
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -420
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -205
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +0 -4
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +0 -349
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.dbg.json +0 -4
- package/artifacts/contracts/shared/RegisterableUpgradable.sol/RegisterableUpgradable.json +0 -442
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +0 -4
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +0 -129
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -228
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -305
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -600
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -286
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.json +0 -104
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -257
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -125
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -33
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.json +0 -123
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.json +0 -86
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -156
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -249
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.json +0 -10
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -177
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -49
- package/contracts/components/BaseComponent.sol +0 -132
- package/contracts/components/Distribution.sol +0 -163
- package/contracts/components/IBaseComponent.sol +0 -31
- package/contracts/components/IDistributionComponent.sol +0 -44
- package/contracts/components/IPoolComponent.sol +0 -66
- package/contracts/components/IProductComponent.sol +0 -35
- package/contracts/components/Pool.sol +0 -271
- package/contracts/components/Product.sol +0 -292
- package/contracts/experiment/cloning/Cloner.sol +0 -47
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -23
- package/contracts/instance/BundleManager.sol +0 -129
- package/contracts/instance/IAccessManagerSimple.sol +0 -391
- package/contracts/instance/IInstanceBase.sol +0 -26
- package/contracts/instance/InstanceAccessManager.sol +0 -288
- package/contracts/instance/InstanceBase.sol +0 -41
- package/contracts/instance/ObjectManager.sol +0 -101
- package/contracts/instance/base/ComponentServiceBase.sol +0 -72
- package/contracts/instance/base/IInstanceBase.sol +0 -23
- package/contracts/instance/base/KeyValueStore.sol +0 -172
- package/contracts/instance/base/Lifecycle.sol +0 -100
- package/contracts/instance/module/IAccess.sol +0 -38
- package/contracts/instance/module/ISetup.sol +0 -46
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/BundleService.sol +0 -260
- package/contracts/instance/service/BundleServiceManager.sol +0 -54
- package/contracts/instance/service/ComponentOwnerService.sol +0 -317
- package/contracts/instance/service/DistributionService.sol +0 -118
- package/contracts/instance/service/DistributionServiceManager.sol +0 -54
- package/contracts/instance/service/IBundleService.sol +0 -45
- package/contracts/instance/service/IComponentOwnerService.sol +0 -20
- package/contracts/instance/service/IDistributionService.sol +0 -12
- package/contracts/instance/service/IPolicyService.sol +0 -87
- package/contracts/instance/service/IPoolService.sol +0 -20
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -508
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -124
- package/contracts/instance/service/PoolServiceManager.sol +0 -54
- package/contracts/instance/service/ProductService.sol +0 -173
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/shared/ERC165.sol +0 -25
- package/contracts/shared/ProxyManager.sol +0 -94
- package/contracts/shared/RegisterableUpgradable.sol +0 -16
- package/contracts/shared/Versionable.sol +0 -147
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -24
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -56
- package/contracts/types/NumberId.sol +0 -52
- package/contracts/types/ObjectType.sol +0 -152
- package/contracts/types/RiskId.sol +0 -43
- package/contracts/types/RoleId.sol +0 -92
- package/contracts/types/UFixed.sol +0 -325
@@ -0,0 +1,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": "UFixed",
|
809
|
+
"name": "rewardRate",
|
810
|
+
"type": "uint160"
|
811
|
+
},
|
812
|
+
{
|
813
|
+
"internalType": "Amount",
|
814
|
+
"name": "maxStakedAmount",
|
815
|
+
"type": "uint96"
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"internalType": "ObjectType",
|
819
|
+
"name": "objectType",
|
820
|
+
"type": "uint8"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"internalType": "Seconds",
|
824
|
+
"name": "lockingPeriod",
|
825
|
+
"type": "uint40"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"internalType": "uint256",
|
829
|
+
"name": "chainId",
|
830
|
+
"type": "uint256"
|
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": "uint160"
|
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": "uint160"
|
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": "uint160"
|
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": "uint160"
|
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": "UFixed",
|
1664
|
+
"name": "rewardRate",
|
1665
|
+
"type": "uint160"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"internalType": "Amount",
|
1669
|
+
"name": "maxStakedAmount",
|
1670
|
+
"type": "uint96"
|
1671
|
+
},
|
1672
|
+
{
|
1673
|
+
"internalType": "ObjectType",
|
1674
|
+
"name": "objectType",
|
1675
|
+
"type": "uint8"
|
1676
|
+
},
|
1677
|
+
{
|
1678
|
+
"internalType": "Seconds",
|
1679
|
+
"name": "lockingPeriod",
|
1680
|
+
"type": "uint40"
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"internalType": "uint256",
|
1684
|
+
"name": "chainId",
|
1685
|
+
"type": "uint256"
|
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": "0x608060405234801561000f575f80fd5b50604051615c62380380615c6283398101604081905261002e91610eb2565b3361003881610325565b50610041610378565b6100a9826001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610080573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100a49190610eea565b61039b565b600480546001600160a01b038085166001600160a01b03199283161790925560068054928416929091169190911790556040516100e590610e8e565b604051809103905ff0801580156100fe573d5f803e3d5ffd5b50600580546001600160a01b0319166001600160a01b039290921691909117905560405163efac97cf60e01b815261044d600482015261031e9073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015610172573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101969190610f20565b6040518060a0016040528073__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af41580156101e8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061020c9190610eea565b6001600160a01b0316815260200173__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015610261573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102859190610f20565b6001600160601b03168152602001600160ff16815260200173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af41580156102e4573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103089190610f3b565b64ffffffffff1681526001602090910152610418565b505061115f565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b610385601f5b6001610627565b61038f600b61037e565b610399601e61037e565b565b5f5433906001600160a01b031681146103d65760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f0361040b576040516361798f2f60e11b81526001600160a01b03831660048201526024016103cd565b61041482610325565b5050565b61051a73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561048b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104af9190610f5f565b6040805184516001600160a01b03166020808301919091528501516001600160601b0316818301529084015160ff1660608083019190915284015164ffffffffff1660808083019190915284015160a082015260c00160408051601f19818403018152919052610669565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610561573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105859190610f76565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556105bd82610a2c565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015610608575f80fd5b505af115801561061a573d5f803e3d5ffd5b505050505050565b905090565b60ff8281165f90815260016020526040902054161561064857610648610f99565b60ff9182165f908152600160205260409020805460ff191691909216179055565b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af41580156106b9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106dd9190610fad565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015610730573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107549190610fcd565b15610777576040516307014a8d60e51b815260ff821660048201526024016103cd565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af41580156107dd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108019190610fcd565b1561082b57604051633f92eac960e21b81526004810185905260ff831660248201526044016103cd565b61083482610d96565b61085657604051636cb0978b60e11b815260ff831660048201526024016103cd565b5f61085f610e22565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021762010000600160501b0319166201000063ffffffff851690810263ffffffff60301b1916919091176601000000000000919091021784555f8781526003602052604090209091506001016108e88682611084565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015610959573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061097d9190610fad565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af41580156109cb573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906109ef919061113e565b6040805160ff938416815260ff199290921660208301529184168183015233606082015232608082015290519081900360a00190a1505050505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015610a99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610abd9190610fcd565b15610ae6576040516366d785a360e11b81526001600160601b03821660048201526024016103cd565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610b2d573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610b519190610f20565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610bde573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610c029190610f20565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610c8f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610cb39190610f20565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610d40573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d649190610f76565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af4158015610df8573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e1c9190610fcd565b92915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015610e6a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106229190610f76565b61074c8061551683390190565b6001600160a01b0381168114610eaf575f80fd5b50565b5f8060408385031215610ec3575f80fd5b8251610ece81610e9b565b6020840151909250610edf81610e9b565b809150509250929050565b5f60208284031215610efa575f80fd5b8151610f0581610e9b565b9392505050565b6001600160601b0381168114610eaf575f80fd5b5f60208284031215610f30575f80fd5b8151610f0581610f0c565b5f60208284031215610f4b575f80fd5b815164ffffffffff81168114610f05575f80fd5b5f60208284031215610f6f575f80fd5b5051919050565b5f60208284031215610f86575f80fd5b815163ffffffff81168114610f05575f80fd5b634e487b7160e01b5f52600160045260245ffd5b5f60208284031215610fbd575f80fd5b815160ff81168114610f05575f80fd5b5f60208284031215610fdd575f80fd5b81518015158114610f05575f80fd5b634e487b7160e01b5f52604160045260245ffd5b600181811c9082168061101457607f821691505b60208210810361103257634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111561107f57805f5260205f20601f840160051c8101602085101561105d5750805b601f840160051c820191505b8181101561107c575f8155600101611069565b50505b505050565b81516001600160401b0381111561109d5761109d610fec565b6110b1816110ab8454611000565b84611038565b6020601f8211600181146110e3575f83156110cc5750848201515b5f19600385901b1c1916600184901b17845561107c565b5f84815260208120601f198516915b8281101561111257878501518255602094850194600190920191016110f2565b508482101561112f57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f6020828403121561114e575f80fd5b815160ff1981168114610f05575f80fd5b6143aa8061116c5f395ff3fe608060405234801561000f575f80fd5b506004361061023f575f3560e01c8063828227de11610135578063bf7e214f116100b4578063e9e96c7011610079578063e9e96c7014610742578063eb98e8a014610755578063f48016ce14610788578063fb145432146107a9578063ff86054d146107d4575f80fd5b8063bf7e214f1461069c578063d4851fcb146106ac578063d7537c37146106bf578063dfb7e337146106d2578063e067350f14610717575f80fd5b8063991a2b1e116100fa578063991a2b1e14610555578063a5961b4c14610568578063b04fa506146105f4578063beba11201461065e578063bf1db3f914610689575f80fd5b8063828227de1461047e5780638eaa6ac0146104c15780638fb36037146104e157806391a2059f1461050257806396c9a26014610542575f80fd5b80634f9c1c09116101c15780636291423a116101865780636291423a146103e65780636c4fe0ee146103f7578063717f1b981461040a5780637a9e5e4b146104355780637b21556114610448575f80fd5b80634f9c1c091461036857806354f1fa811461037b57806354f6127f1461038e5780635cce3fa1146103ae57806362841be2146103d3575f80fd5b80633861317f116102075780633861317f146102f957806338a699a41461030c5780633fbdfe321461032f5780634a2101d1146103425780634b51da0c14610355575f80fd5b806306540bb31461024357806309648a9d146102585780630d35818114610296578063136cfef7146102bb57806330f44199146102e6575b5f80fd5b610256610251366004613ade565b61084e565b005b61027f610266366004613b73565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61027f6102a4366004613b8a565b60ff9081165f908152600160205260409020541690565b6102ce6102c9366004613ba5565b610922565b6040516001600160601b03909116815260200161028d565b6102566102f4366004613bdc565b610a06565b610256610307366004613bdc565b610bab565b61031f61031a366004613b73565b610cb4565b604051901515815260200161028d565b6102ce61033d366004613bdc565b610d42565b610256610350366004613bdc565b610ec6565b610256610363366004613c24565b610fa2565b61031f610376366004613c96565b61105a565b610256610389366004613cb1565b6110f2565b6103a161039c366004613b73565b61124b565b60405161028d9190613d38565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161028d565b6102566103e1366004613c24565b6112ed565b6006546001600160a01b03166103bb565b6102ce610405366004613d4a565b6113be565b6102ce610418366004613c96565b6001600160601b039081165f908152600960205260409020541690565b610256610443366004613d98565b6116fe565b6103bb610456366004613db3565b5f9182526007602090815260408084206001600160a01b039384168552909152909120541690565b6104ac61048c366004613c96565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff909116815260200161028d565b6104d46104cf366004613b73565b611772565b60405161028d9190613dd6565b6104e9611893565b6040516001600160e01b0319909116815260200161028d565b6102ce610510366004613e3c565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b610256610550366004613e68565b6118b7565b610256610563366004613ade565b6118fa565b6105e7610576366004613b73565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b60405161028d9190613e9c565b61064e610602366004613c96565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b60405161028d9493929190613edd565b6102ce61066c366004613c96565b6001600160601b039081165f908152600f60205260409020541690565b61031f610697366004613b8a565b61190d565b5f546001600160a01b03166103bb565b6102ce6106ba366004613d4a565b611959565b6102ce6106cd366004613ba5565b611ba3565b6107016106e0366004613c96565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff909116815260200161028d565b6102ce610725366004613c96565b6001600160601b039081165f908152600a60205260409020541690565b61031f610750366004613f0c565b611c24565b610768610763366004613f49565b611c57565b604080516001600160601b0393841681529290911660208301520161028d565b61079b610796366004613f96565b611ef9565b60405190815260200161028d565b6102ce6107b7366004613c96565b6001600160601b039081165f908152600860205260409020541690565b6108216107e2366004613c96565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff169082015260600161028d565b61085a335b5f36611f79565b61091e73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156108cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f19190613fc2565b826040516020016109029190613fd9565b60405160208183030381529060405261091960ff90565b61206f565b5050565b5f61092c33610853565b6001600160601b038084165f908152600a60205260409020541661095083826121de565b1561098e576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a60205260409020546109b2911684612262565b91505f6109bf85846122e7565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109f69493929190613edd565b60405180910390a1505092915050565b610a0f33610853565b5f610a1984612487565b6001600160601b038086165f9081526008602090815260408083205460099092529091205492935081169116610acc86610a5c610a568585612549565b87612549565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610aa3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac7919061402a565b612593565b6001600160601b038086165f90815260086020526040902054610b23918791610afa91610a56911685612549565b6001600160601b038089165f90815260096020526040902054610b1e911685612262565b612729565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610bb433610853565b5f610bbe84612487565b6001600160601b038086165f90815260086020526040902054919250610c0a918691610beb911685612549565b6001600160601b038088165f9081526009602052604090205416612593565b6001600160601b038084165f90815260086020526040902054610c53918591610c34911685612549565b6001600160601b038087165f9081526009602052604090205416612729565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610ca6928892879291909116908690613edd565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610d18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3c9190614054565b92915050565b5f610d4c33610853565b5f610d5685612487565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610dc9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ded919061402a565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610e2a92889291821691610ac7911686612262565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610e63928792811691610b1e911686612262565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610eb6928992879291909116908690613edd565b60405180910390a1509392505050565b610ecf33610853565b5f610ed984612487565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610f1692879291821691610ac7911686612549565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610f4f928692811691610b1e911686612549565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610ca6928892879291909116908690613edd565b610fab33610853565b61091e73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561101e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110429190613fc2565b60408051845164ffffffffff16602082015201610902565b5f610d3c73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156110ce573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061031a9190613fc2565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611154573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111789190614054565b156111a15760405163ea01ac1f60e01b815230600482015260ff84166024820152604401610985565b60ff808516908316146111e25760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401610985565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166112455760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401610985565b50505050565b5f81815260036020526040902060010180546060919061126a9061406d565b80601f01602080910402602001604051908101604052809291908181526020018280546112969061406d565b80156112e15780601f106112b8576101008083540402835291602001916112e1565b820191905f5260205f20905b8154815290600101906020018083116112c457829003601f168201915b50505050509050919050565b6112f633610853565b6113b573__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611369573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061138d9190613fc2565b60408051845164ffffffffff166020820152015b6040516020818303038152906040526127b9565b61091e82612b74565b5f6113c833610853565b5f805f6113d58887612eda565b9250925092506113e58286612262565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611477908b9084906355205f0f90602401602060405180830381865af415801561144e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147291906140a5565b612fea565b60405163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af41580156114ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f29190613fc2565b6040518263ffffffff1660e01b815260040161151091815260200190565b602060405180830381865af415801561152b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061154f919061402a565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f905220549192506115d1916115cb911684612262565b82612549565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561165e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168291906140d1565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b138723789906116ea908b908a908a908a908a906140ec565b60405180910390a150505050949350505050565b5f5433906001600160a01b031681146117345760405162d1953b60e31b81526001600160a01b0382166004820152602401610985565b816001600160a01b03163b5f03611769576040516361798f2f60e11b81526001600160a01b0383166004820152602401610985565b61091e8261300f565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161180c9061406d565b80601f01602080910402602001604051908101604052809291908181526020018280546118389061406d565b80156118835780601f1061185a57610100808354040283529160200191611883565b820191905f5260205f20905b81548152906001019060200180831161186657829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166118a957505f90565b638fb3603760e01b5b905090565b6118c033610853565b5f9283526007602090815260408085206001600160a01b0394851686529091529092208054919092166001600160a01b0319909116179055565b61190333610853565b61091e8282613062565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610cfd565b5f61196333610853565b5f805f6119708887612eda565b9250925092506119808286612549565b604051636e5912e760e01b81526001600160601b03821660048201526001600160a01b03891660248201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90636e5912e790604401602060405180830381865af41580156119ea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a0e919061402a565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611a8a916115cb911684612262565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b3b91906140d1565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd9906116ea908b908a908a908a908a906140ec565b5f611bad33610853565b6001600160601b038084165f908152600a6020526040902054611bd1911683612549565b90505f611bde84836122e7565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b884848484604051611c159493929190613edd565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f80611c6233610853565b5f611c6c87612487565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611cdf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d03919061402a565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a919061402a565b6001600160601b038089165f90815260086020526040902054919350611deb918991611dc7911686612262565b6001600160601b03808b165f90815260096020526040902054610ac7911686612262565b6001600160601b038087165f90815260086020526040902054611e39918891611e15911686612262565b6001600160601b03808a165f90815260096020526040902054610b1e911686612262565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611e8c928b92889291909116908690613edd565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611ee7928b92879291909116908690613edd565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611f55573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c509190613fc2565b5f80611fac611f8f5f546001600160a01b031690565b8630611f9e60045f898b61412d565b611fa791614154565b613212565b91509150816120685763ffffffff811615612045575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee906120069088908890889060040161418c565b5f604051808303815f87803b15801561201d575f80fd5b505af115801561202f573d5f803e3d5ffd5b50505f805460ff60a01b19169055506120689050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610985565b5050505050565b5f61207a848361331a565b5f8581526003602052604090209091506001016120978482614214565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612108573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061212c91906142cf565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561217a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061219e91906142ea565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610ca6565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af415801561223e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c509190614054565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af41580156122c3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c50919061402a565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612353573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123779190614054565b156123a0576040516364692acf60e01b81526001600160601b0384166004820152602401610985565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af415801561242e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245291906140d1565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156124f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061251b9190614054565b1561254457604051631f7e16df60e01b81526001600160601b0383166004820152602401610985565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044016122a8565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af4158015612623573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126479190614305565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af41580156126d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126f491906140d1565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af41580156126d0573d5f803e3d5ffd5b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612809573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061282d91906142cf565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612880573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128a49190614054565b156128c7576040516307014a8d60e51b815260ff82166004820152602401610985565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af415801561292d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129519190614054565b1561297b57604051633f92eac960e21b81526004810185905260ff83166024820152604401610985565b6129848261190d565b6129a657604051636cb0978b60e11b815260ff83166004820152602401610985565b5f6129af613617565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612a398682614214565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612aaa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ace91906142cf565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612b1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4091906142ea565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610b9b565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612be1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c059190614054565b15612c2e576040516366d785a360e11b81526001600160601b0382166004820152602401610985565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c99919061402a565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d4a919061402a565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfb9190614305565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ea891906140d1565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612f4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f709190614054565b15612f99576040516362540e0360e11b81526001600160601b0386166004820152602401610985565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f611c50836001600160a01b0316836001600160a01b031666038d7ea4c68000613683565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b61310a73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156130d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130f99190613fc2565b826040516020016113a19190613fd9565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613151573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317591906140d1565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556131ad82613742565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b1580156131f8575f80fd5b505af115801561320a573d5f803e3d5ffd5b505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516132809190614320565b5f60405180830381855afa9150503d805f81146132b8576040519150601f19603f3d011682016040523d82523d5f602084013e6132bd565b606091505b5091509150811561330f5760408151106132ef57808060200190518101906132e59190614336565b909450925061330f565b602081511061330f578080602001905181019061330c9190614054565b93505b505094509492505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561336c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133909190614054565b156133b15760405163093b89e160e11b815260048101849052602401610985565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015613427573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344b9190614054565b1561346c5760405163566ebf7960e01b815260048101869052602401610985565b60ff808516146135e957815461348890829060ff1681876110f2565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561350a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061352e91906142cf565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561357c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135a091906142ea565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6135f1613617565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561365f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b291906140d1565b5f838302815f1985870982811083820303915050805f036136b7578382816136ad576136ad614360565b0492505050611c50565b8084116136d75760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af41580156137af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137d39190614054565b156137fc576040516366d785a360e11b81526001600160601b0382166004820152602401610985565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613843573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613867919061402a565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156138f4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613918919061402a565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156139a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139c9919061402a565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e84573d5f803e3d5ffd5b6001600160601b0381168114613a6a575f80fd5b50565b634e487b7160e01b5f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715613aa457613aa4613a6d565b60405290565b6001600160a01b0381168114613a6a575f80fd5b60ff81168114613a6a575f80fd5b64ffffffffff81168114613a6a575f80fd5b5f8082840360c0811215613af0575f80fd5b8335613afb81613a56565b925060a0601f1982011215613b0e575f80fd5b50613b17613a81565b6020840135613b2581613aaa565b81526040840135613b3581613a56565b60208201526060840135613b4881613abe565b60408201526080840135613b5b81613acc565b606082015260a0939093013560808401525092909150565b5f60208284031215613b83575f80fd5b5035919050565b5f60208284031215613b9a575f80fd5b8135611c5081613abe565b5f8060408385031215613bb6575f80fd5b8235613bc181613a56565b91506020830135613bd181613a56565b809150509250929050565b5f805f60608486031215613bee575f80fd5b8335613bf981613a56565b92506020840135613c0981613a56565b91506040840135613c1981613a56565b809150509250925092565b5f808284036040811215613c36575f80fd5b8335613c4181613a56565b92506020601f1982011215613c54575f80fd5b506040516020810167ffffffffffffffff81118282101715613c7857613c78613a6d565b6040526020840135613c8981613acc565b8152919491935090915050565b5f60208284031215613ca6575f80fd5b8135611c5081613a56565b5f805f8060808587031215613cc4575f80fd5b8435613ccf81613abe565b93506020850135613cdf81613abe565b92506040850135613cef81613abe565b91506060850135613cff81613abe565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f611c506020830184613d0a565b5f805f8060808587031215613d5d575f80fd5b8435613d6881613a56565b93506020850135613d7881613aaa565b92506040850135613d8881613aaa565b91506060850135613cff81613a56565b5f60208284031215613da8575f80fd5b8135611c5081613aaa565b5f8060408385031215613dc4575f80fd5b823591506020830135613bd181613aaa565b60208152613e1b60208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613e3460c0840182613d0a565b949350505050565b5f8060408385031215613e4d575f80fd5b8235613e5881613a56565b91506020830135613bd181613aaa565b5f805f60608486031215613e7a575f80fd5b833592506020840135613e8c81613aaa565b91506040840135613c1981613aaa565b60808101610d3c828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f60608486031215613f1e575f80fd5b8335613f2981613abe565b92506020840135613f3981613abe565b91506040840135613c1981613abe565b5f805f8060808587031215613f5c575f80fd5b8435613f6781613a56565b93506020850135613f7781613a56565b92506040850135613d8881613a56565b60ff1981168114613a6a575f80fd5b5f8060408385031215613fa7575f80fd5b8235613fb281613abe565b91506020830135613bd181613f87565b5f60208284031215613fd2575f80fd5b5051919050565b81516001600160a01b031681526020808301516001600160601b03169082015260408083015160ff169082015260608083015164ffffffffff16908201526080918201519181019190915260a00190565b5f6020828403121561403a575f80fd5b8151611c5081613a56565b80518015158114612544575f80fd5b5f60208284031215614064575f80fd5b611c5082614045565b600181811c9082168061408157607f821691505b60208210810361409f57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156140b5575f80fd5b8151611c5081613aaa565b63ffffffff81168114613a6a575f80fd5b5f602082840312156140e1575f80fd5b8151611c50816140c0565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f808585111561413b575f80fd5b83861115614147575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614185576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f82111561420f57805f5260205f20601f840160051c810160208510156141f05750805b601f840160051c820191505b81811015612068575f81556001016141fc565b505050565b815167ffffffffffffffff81111561422e5761422e613a6d565b6142428161423c845461406d565b846141cb565b6020601f821160018114614274575f831561425d5750848201515b5f19600385901b1c1916600184901b178455612068565b5f84815260208120601f198516915b828110156142a35787850151825560209485019460019092019101614283565b50848210156142c057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156142df575f80fd5b8151611c5081613abe565b5f602082840312156142fa575f80fd5b8151611c5081613f87565b5f60208284031215614315575f80fd5b8151611c5081613acc565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614347575f80fd5b61435083614045565b91506020830151613bd1816140c0565b634e487b7160e01b5f52601260045260245ffdfea26469706673582212203c8f2a7334260c17823adf2762e303dcb21d0703ee9ff35b47dae99a19e7f65364736f6c634300081a00336080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea264697066735822122022588e277a8ebb5354476faad192f43776f9f25f420eabf7b0edfc83f929ea2c64736f6c634300081a0033",
|
1700
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061023f575f3560e01c8063828227de11610135578063bf7e214f116100b4578063e9e96c7011610079578063e9e96c7014610742578063eb98e8a014610755578063f48016ce14610788578063fb145432146107a9578063ff86054d146107d4575f80fd5b8063bf7e214f1461069c578063d4851fcb146106ac578063d7537c37146106bf578063dfb7e337146106d2578063e067350f14610717575f80fd5b8063991a2b1e116100fa578063991a2b1e14610555578063a5961b4c14610568578063b04fa506146105f4578063beba11201461065e578063bf1db3f914610689575f80fd5b8063828227de1461047e5780638eaa6ac0146104c15780638fb36037146104e157806391a2059f1461050257806396c9a26014610542575f80fd5b80634f9c1c09116101c15780636291423a116101865780636291423a146103e65780636c4fe0ee146103f7578063717f1b981461040a5780637a9e5e4b146104355780637b21556114610448575f80fd5b80634f9c1c091461036857806354f1fa811461037b57806354f6127f1461038e5780635cce3fa1146103ae57806362841be2146103d3575f80fd5b80633861317f116102075780633861317f146102f957806338a699a41461030c5780633fbdfe321461032f5780634a2101d1146103425780634b51da0c14610355575f80fd5b806306540bb31461024357806309648a9d146102585780630d35818114610296578063136cfef7146102bb57806330f44199146102e6575b5f80fd5b610256610251366004613ade565b61084e565b005b61027f610266366004613b73565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020015b60405180910390f35b61027f6102a4366004613b8a565b60ff9081165f908152600160205260409020541690565b6102ce6102c9366004613ba5565b610922565b6040516001600160601b03909116815260200161028d565b6102566102f4366004613bdc565b610a06565b610256610307366004613bdc565b610bab565b61031f61031a366004613b73565b610cb4565b604051901515815260200161028d565b6102ce61033d366004613bdc565b610d42565b610256610350366004613bdc565b610ec6565b610256610363366004613c24565b610fa2565b61031f610376366004613c96565b61105a565b610256610389366004613cb1565b6110f2565b6103a161039c366004613b73565b61124b565b60405161028d9190613d38565b6005546001600160a01b03165b6040516001600160a01b03909116815260200161028d565b6102566103e1366004613c24565b6112ed565b6006546001600160a01b03166103bb565b6102ce610405366004613d4a565b6113be565b6102ce610418366004613c96565b6001600160601b039081165f908152600960205260409020541690565b610256610443366004613d98565b6116fe565b6103bb610456366004613db3565b5f9182526007602090815260408084206001600160a01b039384168552909152909120541690565b6104ac61048c366004613c96565b6001600160601b03165f908152600c602052604090205463ffffffff1690565b60405163ffffffff909116815260200161028d565b6104d46104cf366004613b73565b611772565b60405161028d9190613dd6565b6104e9611893565b6040516001600160e01b0319909116815260200161028d565b6102ce610510366004613e3c565b6001600160601b039182165f908152600d602090815260408083206001600160a01b0394909416835292905220541690565b610256610550366004613e68565b6118b7565b610256610563366004613ade565b6118fa565b6105e7610576366004613b73565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945263ffffffff620100008504811693820193909352600160301b9093049091169082015290565b60405161028d9190613e9c565b61064e610602366004613c96565b6001600160601b039081165f908152600860209081526040808320546009835281842054600a845282852054600c90945291909320549284169490841693919091169163ffffffff1690565b60405161028d9493929190613edd565b6102ce61066c366004613c96565b6001600160601b039081165f908152600f60205260409020541690565b61031f610697366004613b8a565b61190d565b5f546001600160a01b03166103bb565b6102ce6106ba366004613d4a565b611959565b6102ce6106cd366004613ba5565b611ba3565b6107016106e0366004613c96565b6001600160601b03165f908152600b602052604090205464ffffffffff1690565b60405164ffffffffff909116815260200161028d565b6102ce610725366004613c96565b6001600160601b039081165f908152600a60205260409020541690565b61031f610750366004613f0c565b611c24565b610768610763366004613f49565b611c57565b604080516001600160601b0393841681529290911660208301520161028d565b61079b610796366004613f96565b611ef9565b60405190815260200161028d565b6102ce6107b7366004613c96565b6001600160601b039081165f908152600860205260409020541690565b6108216107e2366004613c96565b6001600160601b039081165f908152600860209081526040808320546009835281842054600b9093529220549183169392169164ffffffffff90911690565b604080516001600160601b03948516815293909216602084015264ffffffffff169082015260600161028d565b61085a335b5f36611f79565b61091e73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156108cd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108f19190613fc2565b826040516020016109029190613fd9565b60405160208183030381529060405261091960ff90565b61206f565b5050565b5f61092c33610853565b6001600160601b038084165f908152600a60205260409020541661095083826121de565b1561098e576040516301a4b29960e11b81526001600160601b0380861660048301528085166024830152821660448201526064015b60405180910390fd5b6001600160601b038085165f908152600a60205260409020546109b2911684612262565b91505f6109bf85846122e7565b90507fd3383e52279373b5cfb83f1b6d4bd83e415313626f418a63a24251420d4b96df858585846040516109f69493929190613edd565b60405180910390a1505092915050565b610a0f33610853565b5f610a1984612487565b6001600160601b038086165f9081526008602090815260408083205460099092529091205492935081169116610acc86610a5c610a568585612549565b87612549565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610aa3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ac7919061402a565b612593565b6001600160601b038086165f90815260086020526040902054610b23918791610afa91610a56911685612549565b6001600160601b038089165f90815260096020526040902054610b1e911685612262565b612729565b6001600160601b038681165f8181526008602090815260409182902054825193845286851691840191909152848416918301919091528683166060830152909116608082015263ffffffff841660a08201527ff3a6a30356c886f04fc20380e987b6e55a1e83a7926e1a21ee6001faced599c99060c0015b60405180910390a1505050505050565b610bb433610853565b5f610bbe84612487565b6001600160601b038086165f90815260086020526040902054919250610c0a918691610beb911685612549565b6001600160601b038088165f9081526009602052604090205416612593565b6001600160601b038084165f90815260086020526040902054610c53918591610c34911685612549565b6001600160601b038087165f9081526009602052604090205416612729565b6001600160601b038085165f90815260086020526040908190205490517fa206257df4168139cff2e8dea9c50f2226429e81d904d5ee2b14e4f4656f30f592610ca6928892879291909116908690613edd565b60405180910390a150505050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af4158015610d18573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d3c9190614054565b92915050565b5f610d4c33610853565b5f610d5685612487565b6001600160601b038681165f9081526009602052604090819020549051637931c81160e01b815286831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015610dc9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ded919061402a565b6001600160601b038087165f90815260086020908152604080832054600990925290912054929450610e2a92889291821691610ac7911686612262565b6001600160601b038085165f90815260086020908152604080832054600990925290912054610e63928792811691610b1e911686612262565b6001600160601b038086165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92610eb6928992879291909116908690613edd565b60405180910390a1509392505050565b610ecf33610853565b5f610ed984612487565b6001600160601b038086165f90815260086020908152604080832054600990925290912054929350610f1692879291821691610ac7911686612549565b6001600160601b038084165f90815260086020908152604080832054600990925290912054610f4f928692811691610b1e911686612549565b6001600160601b038085165f90815260096020526040908190205490517f9824c1941460e3f3dca0007309b88a95f4fb73bd9628ee7ad0a528b100983c7992610ca6928892879291909116908690613edd565b610fab33610853565b61091e73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af415801561101e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906110429190613fc2565b60408051845164ffffffffff16602082015201610902565b5f610d3c73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156110ce573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061031a9190613fc2565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015611154573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111789190614054565b156111a15760405163ea01ac1f60e01b815230600482015260ff84166024820152604401610985565b60ff808516908316146111e25760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401610985565b60ff8084165f908152600260209081526040808320888516845282528083208585168452909152902054166112455760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401610985565b50505050565b5f81815260036020526040902060010180546060919061126a9061406d565b80601f01602080910402602001604051908101604052809291908181526020018280546112969061406d565b80156112e15780601f106112b8576101008083540402835291602001916112e1565b820191905f5260205f20905b8154815290600101906020018083116112c457829003601f168201915b50505050509050919050565b6112f633610853565b6113b573__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601e6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af4158015611369573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061138d9190613fc2565b60408051845164ffffffffff166020820152015b6040516020818303038152906040526127b9565b61091e82612b74565b5f6113c833610853565b5f805f6113d58887612eda565b9250925092506113e58286612262565b6040516355205f0f60e01b81526001600160601b03821660048201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90634c41dd9690611477908b9084906355205f0f90602401602060405180830381865af415801561144e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061147291906140a5565b612fea565b60405163e2eb023b60e01b81526001600160a01b03909116600482015273__$bf7bc340cbb9229ef1de2c568356e67902$__9063e2eb023b90602401602060405180830381865af41580156114ce573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906114f29190613fc2565b6040518263ffffffff1660e01b815260040161151091815260200190565b602060405180830381865af415801561152b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061154f919061402a565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f905220549192506115d1916115cb911684612262565b82612549565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561165e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061168291906140d1565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517ff9be485b3e2a5d1dc6dadfab8a9962c32cc55ac95a026b980452f8b138723789906116ea908b908a908a908a908a906140ec565b60405180910390a150505050949350505050565b5f5433906001600160a01b031681146117345760405162d1953b60e31b81526001600160a01b0382166004820152602401610985565b816001600160a01b03163b5f03611769576040516361798f2f60e11b81526001600160a01b0383166004820152602401610985565b61091e8261300f565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015263ffffffff62010000820481166080840152600160301b9091041660a0820152928352600181018054919284019161180c9061406d565b80601f01602080910402602001604051908101604052809291908181526020018280546118389061406d565b80156118835780601f1061185a57610100808354040283529160200191611883565b820191905f5260205f20905b81548152906001019060200180831161186657829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff166118a957505f90565b638fb3603760e01b5b905090565b6118c033610853565b5f9283526007602090815260408085206001600160a01b0394851686529091529092208054919092166001600160a01b0319909116179055565b61190333610853565b61091e8282613062565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401610cfd565b5f61196333610853565b5f805f6119708887612eda565b9250925092506119808286612549565b604051636e5912e760e01b81526001600160601b03821660048201526001600160a01b03891660248201529094505f9073__$3bac17678db7ae928afa209f2f44deec9c$__90636e5912e790604401602060405180830381865af41580156119ea573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611a0e919061402a565b6001600160601b038a81165f818152600d602090815260408083206001600160a01b038e1680855290835281842080546001600160601b03199081168e891617909155858552600e84528285209185529083528184208054909116878716179055928252600f90522054919250611a8a916115cb911684612262565b600f5f8b6001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015611b17573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611b3b91906140d1565b6001600160601b038a165f9081526010602052604090819020805463ffffffff191663ffffffff9390931692909217909155517f4bd4ee2e64e523eeed623045709eb9e7828b3b191c978feb362e5b600c7d4dd9906116ea908b908a908a908a908a906140ec565b5f611bad33610853565b6001600160601b038084165f908152600a6020526040902054611bd1911683612549565b90505f611bde84836122e7565b90507f15ce01bb869f4f5440b921c09a1c73e043269a1e29f44d11a7a899ed51fa67b884848484604051611c159493929190613edd565b60405180910390a15092915050565b60ff8084165f908152600260209081526040808320868516845282528083208585168452909152902054165b9392505050565b5f80611c6233610853565b5f611c6c87612487565b6001600160601b038881165f9081526008602052604090819020549051637931c81160e01b815288831660048201529116602482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611cdf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d03919061402a565b6001600160601b038881165f9081526009602052604090819020549051637931c81160e01b815287831660048201529116602482015290935073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015611d76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d9a919061402a565b6001600160601b038089165f90815260086020526040902054919350611deb918991611dc7911686612262565b6001600160601b03808b165f90815260096020526040902054610ac7911686612262565b6001600160601b038087165f90815260086020526040902054611e39918891611e15911686612262565b6001600160601b03808a165f90815260096020526040902054610b1e911686612262565b6001600160601b038088165f90815260086020526040908190205490517f4d67c2532a3443dbc1612538256c1fb6566afcd9729bf99254b26aef3b953cdd92611e8c928b92889291909116908690613edd565b60405180910390a16001600160601b038088165f90815260096020526040908190205490517f18d78bbaea8f24a2aaa409f9f507204233a315575899fe3a802e20f15e81f5ef92611ee7928b92879291909116908690613edd565b60405180910390a15094509492505050565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015611f55573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c509190613fc2565b5f80611fac611f8f5f546001600160a01b031690565b8630611f9e60045f898b61412d565b611fa791614154565b613212565b91509150816120685763ffffffff811615612045575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee906120069088908890889060040161418c565b5f604051808303815f87803b15801561201d575f80fd5b505af115801561202f573d5f803e3d5ffd5b50505f805460ff60a01b19169055506120689050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610985565b5050505050565b5f61207a848361331a565b5f8581526003602052604090209091506001016120978482614214565b50604051634b00e98f60e11b8152600481018590527f7bd0ab7f1746bd20a814d6705a46876c84f1aa2d35c80d8c173e268bd6d4b26c9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612108573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061212c91906142cf565b604051630713cfad60e31b81526004810187905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561217a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061219e91906142ea565b6040805160ff938416815260ff1990921660208301529185169181019190915233606082015232608082015263ffffffff831660a082015260c001610ca6565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af415801561223e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c509190614054565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa22906044015b602060405180830381865af41580156122c3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611c50919061402a565b6001600160601b0382165f908152600c602052604080822054905163010bd26b60e61b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612353573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906123779190614054565b156123a0576040516364692acf60e01b81526001600160601b0384166004820152602401610985565b506001600160601b038281165f908152600c6020908152604080832054600a83529281902080546001600160601b03191694861694909417909355825163e8b7afe360e01b8152925163ffffffff9092169273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe3926004808401939192918290030181865af415801561242e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061245291906140d1565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555090565b6001600160601b0381165f908152600c60205260409081902054905163010bd26b60e61b815263ffffffff909116600482018190529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af41580156124f7573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061251b9190614054565b1561254457604051631f7e16df60e01b81526001600160601b0383166004820152602401610985565b919050565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044016122a8565b6001600160601b038381165f90815260086020908152604080832080546001600160601b031990811688871617909155600983529281902080549093169385169390931790915581516356db0c1960e11b8152915173__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9263adb618329260048083019391928290030181865af4158015612623573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126479190614305565b600b5f856001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af41580156126d0573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906126f491906140d1565b6001600160601b03939093165f908152600c60205260409020805463ffffffff191663ffffffff909416939093179092555050565b6001600160601b038381165f90815260086020908152604080832080546001600160601b0319908116888716179091556009835292819020805490931693851693909317909155815163e8b7afe360e01b8152915173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9263e8b7afe39260048083019391928290030181865af41580156126d0573d5f803e3d5ffd5b604051634b00e98f60e11b8152600481018390525f9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612809573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061282d91906142cf565b60405163037c8cb160e51b815260ff8216600482015290915073__$0d958e68cba84670b8f4a3f2f2686b1c6b$__90636f91962090602401602060405180830381865af4158015612880573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906128a49190614054565b156128c7576040516307014a8d60e51b815260ff82166004820152602401610985565b5f83815260036020526040908190208054915163b2466acf60e01b815261010090920460ff1660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401602060405180830381865af415801561292d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906129519190614054565b1561297b57604051633f92eac960e21b81526004810185905260ff83166024820152604401610985565b6129848261190d565b6129a657604051636cb0978b60e11b815260ff83166004820152602401610985565b5f6129af613617565b60ff8085165f908152600160205260408120549293509116835460ff86811661ffff1990921691909117610100918316919091021769ffffffffffffffff000019166201000063ffffffff851690810269ffffffff000000000000191691909117600160301b919091021784555f878152600360205260409020909150600101612a398682614214565b50604051634b00e98f60e11b8152600481018790527ffcb75eb7b317145f986c763e1a3eab5f9b4dbaf7955504f70f986d799c3ab39d9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af4158015612aaa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ace91906142cf565b604051630713cfad60e31b81526004810189905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af4158015612b1c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612b4091906142ea565b6040805160ff938416815260ff1990921660208301529184169181019190915233606082015232608082015260a001610b9b565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af4158015612be1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c059190614054565b15612c2e576040516366d785a360e11b81526001600160601b0382166004820152602401610985565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612c75573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612c99919061402a565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612d26573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612d4a919061402a565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__63adb618326040518163ffffffff1660e01b8152600401602060405180830381865af4158015612dd7573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612dfb9190614305565b600b5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a81548164ffffffffff021916908364ffffffffff16021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e84573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612ea891906140d1565b6001600160601b03919091165f908152600c60205260409020805463ffffffff191663ffffffff909216919091179055565b6001600160601b0382165f9081526010602052604080822054905163010bd26b60e61b815263ffffffff909116600482018190529190819073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__906342f49ac090602401602060405180830381865af4158015612f4c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f709190614054565b15612f99576040516362540e0360e11b81526001600160601b0386166004820152602401610985565b50506001600160601b039283165f818152600d602090815260408083206001600160a01b0390961680845295825280832054938352600e825280832095835294905292909220549093918316921690565b5f611c50836001600160a01b0316836001600160a01b031666038d7ea4c68000613683565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b61310a73__$94a2c899be079b00d952d0d84fffaa5c34$__633889a4c86001600160601b038516601f6040516001600160e01b031960e085901b1681526001600160601b03909216600483015260ff166024820152604401602060405180830381865af41580156130d5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130f99190613fc2565b826040516020016113a19190613fd9565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613151573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317591906140d1565b6001600160601b0383165f908152601060205260409020805463ffffffff191663ffffffff929092169190911790556131ad82613742565b6005546040516346f0e8a760e11b81526001600160601b03841660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b1580156131f8575f80fd5b505af115801561320a573d5f803e3d5ffd5b505050505050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b179052516132809190614320565b5f60405180830381855afa9150503d805f81146132b8576040519150601f19603f3d011682016040523d82523d5f602084013e6132bd565b606091505b5091509150811561330f5760408151106132ef57808060200190518101906132e59190614336565b909450925061330f565b602081511061330f578080602001905181019061330c9190614054565b93505b505094509492505050565b60405163037c8cb160e51b815260ff821660048201525f9073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af415801561336c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133909190614054565b156133b15760405163093b89e160e11b815260048101849052602401610985565b505f82815260036020526040908190208054915163037c8cb160e51b8152610100830460ff16600482018190526201000090930463ffffffff16929073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af4158015613427573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061344b9190614054565b1561346c5760405163566ebf7960e01b815260048101869052602401610985565b60ff808516146135e957815461348890829060ff1681876110f2565b815461ff00191661010060ff861602178255604051634b00e98f60e11b8152600481018690527fe41a93c15e024a0b2371127599959a8e543dd6a8d820238e906c93a3004248fa9073__$4b9aaffa8d044614668dad578b824b8eee$__90639601d31e90602401602060405180830381865af415801561350a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061352e91906142cf565b604051630713cfad60e31b81526004810188905273__$4b9aaffa8d044614668dad578b824b8eee$__9063389e7d6890602401602060405180830381865af415801561357c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135a091906142ea565b6040805160ff938416815260ff1990921660208301528285169082015290861660608201523360808201523260a082015263ffffffff851660c082015260e00160405180910390a15b6135f1613617565b825463ffffffff91909116620100000265ffffffff000019909116179091555092915050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af415801561365f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906118b291906140d1565b5f838302815f1985870982811083820303915050805f036136b7578382816136ad576136ad614360565b0492505050611c50565b8084116136d75760405163227bc15360e01b815260040160405180910390fd5b5f848688095f868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010186841190950394909402919094039290920491909117919091029150509392505050565b6001600160601b0381165f908152600c60205260409081902054905163d15b589360e01b815263ffffffff909116600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063d15b589390602401602060405180830381865af41580156137af573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137d39190614054565b156137fc576040516366d785a360e11b81526001600160601b0382166004820152602401610985565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613843573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613867919061402a565b60085f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156138f4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613918919061402a565b60095f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156139a5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139c9919061402a565b600a5f836001600160601b03166001600160601b031681526020019081526020015f205f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__63e8b7afe36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e84573d5f803e3d5ffd5b6001600160601b0381168114613a6a575f80fd5b50565b634e487b7160e01b5f52604160045260245ffd5b60405160a0810167ffffffffffffffff81118282101715613aa457613aa4613a6d565b60405290565b6001600160a01b0381168114613a6a575f80fd5b60ff81168114613a6a575f80fd5b64ffffffffff81168114613a6a575f80fd5b5f8082840360c0811215613af0575f80fd5b8335613afb81613a56565b925060a0601f1982011215613b0e575f80fd5b50613b17613a81565b6020840135613b2581613aaa565b81526040840135613b3581613a56565b60208201526060840135613b4881613abe565b60408201526080840135613b5b81613acc565b606082015260a0939093013560808401525092909150565b5f60208284031215613b83575f80fd5b5035919050565b5f60208284031215613b9a575f80fd5b8135611c5081613abe565b5f8060408385031215613bb6575f80fd5b8235613bc181613a56565b91506020830135613bd181613a56565b809150509250929050565b5f805f60608486031215613bee575f80fd5b8335613bf981613a56565b92506020840135613c0981613a56565b91506040840135613c1981613a56565b809150509250925092565b5f808284036040811215613c36575f80fd5b8335613c4181613a56565b92506020601f1982011215613c54575f80fd5b506040516020810167ffffffffffffffff81118282101715613c7857613c78613a6d565b6040526020840135613c8981613acc565b8152919491935090915050565b5f60208284031215613ca6575f80fd5b8135611c5081613a56565b5f805f8060808587031215613cc4575f80fd5b8435613ccf81613abe565b93506020850135613cdf81613abe565b92506040850135613cef81613abe565b91506060850135613cff81613abe565b939692955090935050565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f611c506020830184613d0a565b5f805f8060808587031215613d5d575f80fd5b8435613d6881613a56565b93506020850135613d7881613aaa565b92506040850135613d8881613aaa565b91506060850135613cff81613a56565b5f60208284031215613da8575f80fd5b8135611c5081613aaa565b5f8060408385031215613dc4575f80fd5b823591506020830135613bd181613aaa565b60208152613e1b60208201835160ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b5f602083015160a080840152613e3460c0840182613d0a565b949350505050565b5f8060408385031215613e4d575f80fd5b8235613e5881613a56565b91506020830135613bd181613aaa565b5f805f60608486031215613e7a575f80fd5b833592506020840135613e8c81613aaa565b91506040840135613c1981613aaa565b60808101610d3c828460ff815116825260ff602082015116602083015263ffffffff604082015116604083015263ffffffff60608201511660608301525050565b6001600160601b03948516815292841660208401529216604082015263ffffffff909116606082015260800190565b5f805f60608486031215613f1e575f80fd5b8335613f2981613abe565b92506020840135613f3981613abe565b91506040840135613c1981613abe565b5f805f8060808587031215613f5c575f80fd5b8435613f6781613a56565b93506020850135613f7781613a56565b92506040850135613d8881613a56565b60ff1981168114613a6a575f80fd5b5f8060408385031215613fa7575f80fd5b8235613fb281613abe565b91506020830135613bd181613f87565b5f60208284031215613fd2575f80fd5b5051919050565b81516001600160a01b031681526020808301516001600160601b03169082015260408083015160ff169082015260608083015164ffffffffff16908201526080918201519181019190915260a00190565b5f6020828403121561403a575f80fd5b8151611c5081613a56565b80518015158114612544575f80fd5b5f60208284031215614064575f80fd5b611c5082614045565b600181811c9082168061408157607f821691505b60208210810361409f57634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156140b5575f80fd5b8151611c5081613aaa565b63ffffffff81168114613a6a575f80fd5b5f602082840312156140e1575f80fd5b8151611c50816140c0565b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015263ffffffff909116608082015260a00190565b5f808585111561413b575f80fd5b83861115614147575f80fd5b5050820193919092039150565b80356001600160e01b03198116906004841015614185576001600160e01b0319600485900360031b81901b82161691505b5092915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b601f82111561420f57805f5260205f20601f840160051c810160208510156141f05750805b601f840160051c820191505b81811015612068575f81556001016141fc565b505050565b815167ffffffffffffffff81111561422e5761422e613a6d565b6142428161423c845461406d565b846141cb565b6020601f821160018114614274575f831561425d5750848201515b5f19600385901b1c1916600184901b178455612068565b5f84815260208120601f198516915b828110156142a35787850151825560209485019460019092019101614283565b50848210156142c057868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b5f602082840312156142df575f80fd5b8151611c5081613abe565b5f602082840312156142fa575f80fd5b8151611c5081613f87565b5f60208284031215614315575f80fd5b8151611c5081613acc565b5f82518060208501845e5f920191825250919050565b5f8060408385031215614347575f80fd5b61435083614045565b91506020830151613bd1816140c0565b634e487b7160e01b5f52601260045260245ffdfea26469706673582212203c8f2a7334260c17823adf2762e303dcb21d0703ee9ff35b47dae99a19e7f65364736f6c634300081a0033",
|
1701
|
+
"linkReferences": {
|
1702
|
+
"contracts/staking/TargetManagerLib.sol": {
|
1703
|
+
"TargetManagerLib": [
|
1704
|
+
{
|
1705
|
+
"length": 20,
|
1706
|
+
"start": 419
|
1707
|
+
},
|
1708
|
+
{
|
1709
|
+
"length": 20,
|
1710
|
+
"start": 671
|
1711
|
+
}
|
1712
|
+
]
|
1713
|
+
},
|
1714
|
+
"contracts/type/Amount.sol": {
|
1715
|
+
"AmountLib": [
|
1716
|
+
{
|
1717
|
+
"length": 20,
|
1718
|
+
"start": 540
|
1719
|
+
},
|
1720
|
+
{
|
1721
|
+
"length": 20,
|
1722
|
+
"start": 2792
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"length": 20,
|
1726
|
+
"start": 2969
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"length": 20,
|
1730
|
+
"start": 3146
|
1731
|
+
},
|
1732
|
+
{
|
1733
|
+
"length": 20,
|
1734
|
+
"start": 7114
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"length": 20,
|
1738
|
+
"start": 7933
|
1739
|
+
},
|
1740
|
+
{
|
1741
|
+
"length": 20,
|
1742
|
+
"start": 9588
|
1743
|
+
},
|
1744
|
+
{
|
1745
|
+
"length": 20,
|
1746
|
+
"start": 11038
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"length": 20,
|
1750
|
+
"start": 11795
|
1751
|
+
},
|
1752
|
+
{
|
1753
|
+
"length": 20,
|
1754
|
+
"start": 11946
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"length": 20,
|
1758
|
+
"start": 13170
|
1759
|
+
},
|
1760
|
+
{
|
1761
|
+
"length": 20,
|
1762
|
+
"start": 13302
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"length": 20,
|
1766
|
+
"start": 14045
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"length": 20,
|
1770
|
+
"start": 15772
|
1771
|
+
},
|
1772
|
+
{
|
1773
|
+
"length": 20,
|
1774
|
+
"start": 15949
|
1775
|
+
},
|
1776
|
+
{
|
1777
|
+
"length": 20,
|
1778
|
+
"start": 18794
|
1779
|
+
},
|
1780
|
+
{
|
1781
|
+
"length": 20,
|
1782
|
+
"start": 18971
|
1783
|
+
},
|
1784
|
+
{
|
1785
|
+
"length": 20,
|
1786
|
+
"start": 19148
|
1787
|
+
}
|
1788
|
+
]
|
1789
|
+
},
|
1790
|
+
"contracts/type/Blocknumber.sol": {
|
1791
|
+
"BlocknumberLib": [
|
1792
|
+
{
|
1793
|
+
"length": 20,
|
1794
|
+
"start": 1308
|
1795
|
+
},
|
1796
|
+
{
|
1797
|
+
"length": 20,
|
1798
|
+
"start": 2657
|
1799
|
+
},
|
1800
|
+
{
|
1801
|
+
"length": 20,
|
1802
|
+
"start": 3323
|
1803
|
+
},
|
1804
|
+
{
|
1805
|
+
"length": 20,
|
1806
|
+
"start": 3621
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"length": 20,
|
1810
|
+
"start": 10117
|
1811
|
+
},
|
1812
|
+
{
|
1813
|
+
"length": 20,
|
1814
|
+
"start": 11326
|
1815
|
+
},
|
1816
|
+
{
|
1817
|
+
"length": 20,
|
1818
|
+
"start": 13447
|
1819
|
+
},
|
1820
|
+
{
|
1821
|
+
"length": 20,
|
1822
|
+
"start": 13664
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"length": 20,
|
1826
|
+
"start": 13867
|
1827
|
+
},
|
1828
|
+
{
|
1829
|
+
"length": 20,
|
1830
|
+
"start": 14327
|
1831
|
+
},
|
1832
|
+
{
|
1833
|
+
"length": 20,
|
1834
|
+
"start": 14572
|
1835
|
+
},
|
1836
|
+
{
|
1837
|
+
"length": 20,
|
1838
|
+
"start": 15637
|
1839
|
+
},
|
1840
|
+
{
|
1841
|
+
"length": 20,
|
1842
|
+
"start": 16299
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
"length": 20,
|
1846
|
+
"start": 16512
|
1847
|
+
},
|
1848
|
+
{
|
1849
|
+
"length": 20,
|
1850
|
+
"start": 17016
|
1851
|
+
},
|
1852
|
+
{
|
1853
|
+
"length": 20,
|
1854
|
+
"start": 18310
|
1855
|
+
},
|
1856
|
+
{
|
1857
|
+
"length": 20,
|
1858
|
+
"start": 18659
|
1859
|
+
},
|
1860
|
+
{
|
1861
|
+
"length": 20,
|
1862
|
+
"start": 19325
|
1863
|
+
}
|
1864
|
+
]
|
1865
|
+
},
|
1866
|
+
"contracts/type/Key32.sol": {
|
1867
|
+
"Key32Lib": [
|
1868
|
+
{
|
1869
|
+
"length": 20,
|
1870
|
+
"start": 1665
|
1871
|
+
},
|
1872
|
+
{
|
1873
|
+
"length": 20,
|
1874
|
+
"start": 2337
|
1875
|
+
},
|
1876
|
+
{
|
1877
|
+
"length": 20,
|
1878
|
+
"start": 2451
|
1879
|
+
},
|
1880
|
+
{
|
1881
|
+
"length": 20,
|
1882
|
+
"start": 12425
|
1883
|
+
},
|
1884
|
+
{
|
1885
|
+
"length": 20,
|
1886
|
+
"start": 12860
|
1887
|
+
},
|
1888
|
+
{
|
1889
|
+
"length": 20,
|
1890
|
+
"start": 12974
|
1891
|
+
},
|
1892
|
+
{
|
1893
|
+
"length": 20,
|
1894
|
+
"start": 14653
|
1895
|
+
},
|
1896
|
+
{
|
1897
|
+
"length": 20,
|
1898
|
+
"start": 15326
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"length": 20,
|
1902
|
+
"start": 15440
|
1903
|
+
},
|
1904
|
+
{
|
1905
|
+
"length": 20,
|
1906
|
+
"start": 17982
|
1907
|
+
},
|
1908
|
+
{
|
1909
|
+
"length": 20,
|
1910
|
+
"start": 18096
|
1911
|
+
}
|
1912
|
+
]
|
1913
|
+
},
|
1914
|
+
"contracts/type/NftId.sol": {
|
1915
|
+
"NftIdLib": [
|
1916
|
+
{
|
1917
|
+
"length": 20,
|
1918
|
+
"start": 314
|
1919
|
+
},
|
1920
|
+
{
|
1921
|
+
"length": 20,
|
1922
|
+
"start": 1053
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"length": 20,
|
1926
|
+
"start": 6603
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
"length": 20,
|
1930
|
+
"start": 8476
|
1931
|
+
},
|
1932
|
+
{
|
1933
|
+
"length": 20,
|
1934
|
+
"start": 8652
|
1935
|
+
},
|
1936
|
+
{
|
1937
|
+
"length": 20,
|
1938
|
+
"start": 9319
|
1939
|
+
},
|
1940
|
+
{
|
1941
|
+
"length": 20,
|
1942
|
+
"start": 16851
|
1943
|
+
}
|
1944
|
+
]
|
1945
|
+
},
|
1946
|
+
"contracts/type/NftIdSet.sol": {
|
1947
|
+
"LibNftIdSet": [
|
1948
|
+
{
|
1949
|
+
"length": 20,
|
1950
|
+
"start": 22295
|
1951
|
+
},
|
1952
|
+
{
|
1953
|
+
"length": 20,
|
1954
|
+
"start": 22412
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"length": 20,
|
1958
|
+
"start": 22542
|
1959
|
+
},
|
1960
|
+
{
|
1961
|
+
"length": 20,
|
1962
|
+
"start": 22674
|
1963
|
+
},
|
1964
|
+
{
|
1965
|
+
"length": 20,
|
1966
|
+
"start": 22811
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"length": 20,
|
1970
|
+
"start": 22919
|
1971
|
+
},
|
1972
|
+
{
|
1973
|
+
"length": 20,
|
1974
|
+
"start": 23101
|
1975
|
+
},
|
1976
|
+
{
|
1977
|
+
"length": 20,
|
1978
|
+
"start": 23159
|
1979
|
+
},
|
1980
|
+
{
|
1981
|
+
"length": 20,
|
1982
|
+
"start": 23281
|
1983
|
+
},
|
1984
|
+
{
|
1985
|
+
"length": 20,
|
1986
|
+
"start": 23346
|
1987
|
+
}
|
1988
|
+
]
|
1989
|
+
},
|
1990
|
+
"contracts/type/ObjectType.sol": {
|
1991
|
+
"ObjectTypeLib": [
|
1992
|
+
{
|
1993
|
+
"length": 20,
|
1994
|
+
"start": 1784
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"length": 20,
|
1998
|
+
"start": 14772
|
1999
|
+
}
|
2000
|
+
]
|
2001
|
+
},
|
2002
|
+
"contracts/type/StateId.sol": {
|
2003
|
+
"StateIdLib": [
|
2004
|
+
{
|
2005
|
+
"length": 20,
|
2006
|
+
"start": 1957
|
2007
|
+
},
|
2008
|
+
{
|
2009
|
+
"length": 20,
|
2010
|
+
"start": 3520
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"length": 20,
|
2014
|
+
"start": 7755
|
2015
|
+
},
|
2016
|
+
{
|
2017
|
+
"length": 20,
|
2018
|
+
"start": 8840
|
2019
|
+
},
|
2020
|
+
{
|
2021
|
+
"length": 20,
|
2022
|
+
"start": 10915
|
2023
|
+
},
|
2024
|
+
{
|
2025
|
+
"length": 20,
|
2026
|
+
"start": 14945
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
"length": 20,
|
2030
|
+
"start": 17568
|
2031
|
+
},
|
2032
|
+
{
|
2033
|
+
"length": 20,
|
2034
|
+
"start": 17755
|
2035
|
+
}
|
2036
|
+
]
|
2037
|
+
},
|
2038
|
+
"contracts/type/Timestamp.sol": {
|
2039
|
+
"TimestampLib": [
|
2040
|
+
{
|
2041
|
+
"length": 20,
|
2042
|
+
"start": 14166
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"length": 20,
|
2046
|
+
"start": 16126
|
2047
|
+
}
|
2048
|
+
]
|
2049
|
+
},
|
2050
|
+
"contracts/type/UFixed.sol": {
|
2051
|
+
"UFixedLib": [
|
2052
|
+
{
|
2053
|
+
"length": 20,
|
2054
|
+
"start": 9730
|
2055
|
+
}
|
2056
|
+
]
|
2057
|
+
}
|
2058
|
+
},
|
2059
|
+
"deployedLinkReferences": {
|
2060
|
+
"contracts/type/Amount.sol": {
|
2061
|
+
"AmountLib": [
|
2062
|
+
{
|
2063
|
+
"length": 20,
|
2064
|
+
"start": 2654
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"length": 20,
|
2068
|
+
"start": 3473
|
2069
|
+
},
|
2070
|
+
{
|
2071
|
+
"length": 20,
|
2072
|
+
"start": 5128
|
2073
|
+
},
|
2074
|
+
{
|
2075
|
+
"length": 20,
|
2076
|
+
"start": 6578
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
"length": 20,
|
2080
|
+
"start": 7335
|
2081
|
+
},
|
2082
|
+
{
|
2083
|
+
"length": 20,
|
2084
|
+
"start": 7486
|
2085
|
+
},
|
2086
|
+
{
|
2087
|
+
"length": 20,
|
2088
|
+
"start": 8710
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"length": 20,
|
2092
|
+
"start": 8842
|
2093
|
+
},
|
2094
|
+
{
|
2095
|
+
"length": 20,
|
2096
|
+
"start": 9585
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"length": 20,
|
2100
|
+
"start": 11312
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"length": 20,
|
2104
|
+
"start": 11489
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
"length": 20,
|
2108
|
+
"start": 14334
|
2109
|
+
},
|
2110
|
+
{
|
2111
|
+
"length": 20,
|
2112
|
+
"start": 14511
|
2113
|
+
},
|
2114
|
+
{
|
2115
|
+
"length": 20,
|
2116
|
+
"start": 14688
|
2117
|
+
}
|
2118
|
+
]
|
2119
|
+
},
|
2120
|
+
"contracts/type/Blocknumber.sol": {
|
2121
|
+
"BlocknumberLib": [
|
2122
|
+
{
|
2123
|
+
"length": 20,
|
2124
|
+
"start": 5657
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
"length": 20,
|
2128
|
+
"start": 6866
|
2129
|
+
},
|
2130
|
+
{
|
2131
|
+
"length": 20,
|
2132
|
+
"start": 8987
|
2133
|
+
},
|
2134
|
+
{
|
2135
|
+
"length": 20,
|
2136
|
+
"start": 9204
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"length": 20,
|
2140
|
+
"start": 9407
|
2141
|
+
},
|
2142
|
+
{
|
2143
|
+
"length": 20,
|
2144
|
+
"start": 9867
|
2145
|
+
},
|
2146
|
+
{
|
2147
|
+
"length": 20,
|
2148
|
+
"start": 10112
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"length": 20,
|
2152
|
+
"start": 11177
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"length": 20,
|
2156
|
+
"start": 11839
|
2157
|
+
},
|
2158
|
+
{
|
2159
|
+
"length": 20,
|
2160
|
+
"start": 12052
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
"length": 20,
|
2164
|
+
"start": 12556
|
2165
|
+
},
|
2166
|
+
{
|
2167
|
+
"length": 20,
|
2168
|
+
"start": 13850
|
2169
|
+
},
|
2170
|
+
{
|
2171
|
+
"length": 20,
|
2172
|
+
"start": 14199
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"length": 20,
|
2176
|
+
"start": 14865
|
2177
|
+
}
|
2178
|
+
]
|
2179
|
+
},
|
2180
|
+
"contracts/type/Key32.sol": {
|
2181
|
+
"Key32Lib": [
|
2182
|
+
{
|
2183
|
+
"length": 20,
|
2184
|
+
"start": 7965
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"length": 20,
|
2188
|
+
"start": 8400
|
2189
|
+
},
|
2190
|
+
{
|
2191
|
+
"length": 20,
|
2192
|
+
"start": 8514
|
2193
|
+
},
|
2194
|
+
{
|
2195
|
+
"length": 20,
|
2196
|
+
"start": 10193
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"length": 20,
|
2200
|
+
"start": 10866
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
"length": 20,
|
2204
|
+
"start": 10980
|
2205
|
+
},
|
2206
|
+
{
|
2207
|
+
"length": 20,
|
2208
|
+
"start": 13522
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"length": 20,
|
2212
|
+
"start": 13636
|
2213
|
+
}
|
2214
|
+
]
|
2215
|
+
},
|
2216
|
+
"contracts/type/NftId.sol": {
|
2217
|
+
"NftIdLib": [
|
2218
|
+
{
|
2219
|
+
"length": 20,
|
2220
|
+
"start": 2143
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
"length": 20,
|
2224
|
+
"start": 4016
|
2225
|
+
},
|
2226
|
+
{
|
2227
|
+
"length": 20,
|
2228
|
+
"start": 4192
|
2229
|
+
},
|
2230
|
+
{
|
2231
|
+
"length": 20,
|
2232
|
+
"start": 4859
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"length": 20,
|
2236
|
+
"start": 12391
|
2237
|
+
}
|
2238
|
+
]
|
2239
|
+
},
|
2240
|
+
"contracts/type/ObjectType.sol": {
|
2241
|
+
"ObjectTypeLib": [
|
2242
|
+
{
|
2243
|
+
"length": 20,
|
2244
|
+
"start": 10312
|
2245
|
+
}
|
2246
|
+
]
|
2247
|
+
},
|
2248
|
+
"contracts/type/StateId.sol": {
|
2249
|
+
"StateIdLib": [
|
2250
|
+
{
|
2251
|
+
"length": 20,
|
2252
|
+
"start": 3295
|
2253
|
+
},
|
2254
|
+
{
|
2255
|
+
"length": 20,
|
2256
|
+
"start": 4380
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
"length": 20,
|
2260
|
+
"start": 6455
|
2261
|
+
},
|
2262
|
+
{
|
2263
|
+
"length": 20,
|
2264
|
+
"start": 10485
|
2265
|
+
},
|
2266
|
+
{
|
2267
|
+
"length": 20,
|
2268
|
+
"start": 13108
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"length": 20,
|
2272
|
+
"start": 13295
|
2273
|
+
}
|
2274
|
+
]
|
2275
|
+
},
|
2276
|
+
"contracts/type/Timestamp.sol": {
|
2277
|
+
"TimestampLib": [
|
2278
|
+
{
|
2279
|
+
"length": 20,
|
2280
|
+
"start": 9706
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"length": 20,
|
2284
|
+
"start": 11666
|
2285
|
+
}
|
2286
|
+
]
|
2287
|
+
},
|
2288
|
+
"contracts/type/UFixed.sol": {
|
2289
|
+
"UFixedLib": [
|
2290
|
+
{
|
2291
|
+
"length": 20,
|
2292
|
+
"start": 5270
|
2293
|
+
}
|
2294
|
+
]
|
2295
|
+
}
|
2296
|
+
}
|
2297
|
+
}
|