@etherisc/gif-next 0.0.2-f9bc4c7-556 → 0.0.2-fa35bce-363
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +378 -20
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingService.sol/AccountingService.json +1075 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/accounting/AccountingServiceManager.sol/AccountingServiceManager.json +790 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.dbg.json +4 -0
- package/artifacts/contracts/accounting/IAccountingService.sol/IAccountingService.json +843 -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/access → authorization}/IAccess.sol/IAccess.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +4 -0
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.json +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 +1244 -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 +949 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1809 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +930 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.json +848 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.json +1284 -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 +1484 -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 +2053 -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 +1439 -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 +1171 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.dbg.json +4 -0
- package/artifacts/contracts/examples/unpermissioned/SimplePool.sol/SimplePool.json +1647 -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 +2585 -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 +576 -1290
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +1082 -0
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +653 -1537
- 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 +4 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +2646 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +1328 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +772 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3792 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.dbg.json +4 -0
- package/artifacts/contracts/instance/RiskSet.sol/RiskSet.json +866 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.json +137 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +10 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +223 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSet.sol/ObjectSet.json +192 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.dbg.json +4 -0
- package/artifacts/contracts/instance/base/ObjectSetHelperLib.sol/ObjectSetHelperLib.json +168 -0
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{bundle/IBundle.sol → IBundle.sol}/IBundle.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +4 -0
- package/artifacts/contracts/instance/{base/ModuleBase.sol/ModuleBase.json → module/IComponents.sol/IComponents.json} +2 -2
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +4 -0
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.json +10 -0
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{policy/IPolicy.sol → IPolicy.sol}/IPolicy.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +4 -0
- package/artifacts/contracts/instance/module/{risk/IRisk.sol → IRisk.sol}/IRisk.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +957 -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 +772 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.json +762 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +4 -0
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.json +873 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +1042 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +810 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +4 -0
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.json +1242 -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 +1438 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +866 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.json +1033 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.json +905 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.json +1449 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/pool/Pool.sol/Pool.json +1025 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolLib.sol/PoolLib.json +522 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1833 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +866 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +1036 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +790 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +4 -0
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.json +1159 -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 +1536 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +886 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +804 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.json +1104 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.json +1036 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.json +652 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.json +1016 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.dbg.json +4 -0
- package/artifacts/contracts/product/IRiskService.sol/IRiskService.json +665 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1404 -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 +854 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +932 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +814 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1117 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.dbg.json +4 -0
- package/artifacts/contracts/product/RiskService.sol/RiskService.json +873 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/RiskServiceManager.sol/RiskServiceManager.json +774 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +242 -12
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +1035 -119
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +1072 -0
- package/artifacts/contracts/registry/IRelease.sol/IRelease.dbg.json +4 -0
- package/artifacts/contracts/{instance/IInstanceLinked.sol/IInstanceLinked.json → registry/IRelease.sol/IRelease.json} +6 -6
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +4 -0
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.json +39 -0
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +1473 -231
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +2160 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAuthorization.sol/RegistryAuthorization.json +1074 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +1298 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +773 -0
- 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 +4 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +721 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/shared/Component.sol/Component.json +705 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1551 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +862 -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/{IOwnable.sol/IOwnable.json → ContractLib.sol/IInstanceAdminHelper.json} +5 -5
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITargetHelper.json +30 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.dbg.json +4 -0
- package/artifacts/contracts/shared/ContractLib.sol/ITokenRegistryHelper.json +40 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.json +630 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +1175 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +707 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +146 -147
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +35 -4
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +4 -0
- package/artifacts/contracts/{components/IBaseComponent.sol/IBaseComponent.json → shared/INftOwnable.sol/INftOwnable.json} +62 -70
- 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 +248 -21
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/{registry → shared}/IRegistryLinked.sol/IRegistryLinked.json +13 -2
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IComponentOwnerService.sol/IComponentOwnerService.json → shared/IService.sol/IService.json} +224 -160
- 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 +795 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +538 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +174 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSet.sol/NftIdSet.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +4 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +228 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +4 -0
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +198 -0
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +294 -18
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +4 -0
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +58 -0
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IProductService.sol/IProductService.json → shared/Service.sol/Service.json} +239 -234
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +723 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandlerBase.json +484 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.dbg.json +4 -0
- package/artifacts/contracts/shared/TokenHandlerDeployerLib.sol/TokenHandlerDeployerLib.json +172 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +2568 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +1147 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/ITargetLimitHandler.sol/ITargetLimitHandler.json +69 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +3028 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingLib.sol/StakingLib.json +470 -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 +863 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +554 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1344 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +766 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +3136 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetHandler.sol/TargetHandler.json +265 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +657 -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 +251 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/ChainId.sol/ChainIdLib.json +193 -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 +289 -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 +65 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.dbg.json +4 -0
- package/artifacts/contracts/upgradeability/ProxyManager.sol/ProxyManager.json +656 -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 +88 -0
- package/contracts/accounting/AccountingService.sol +274 -0
- package/contracts/accounting/AccountingServiceManager.sol +38 -0
- package/contracts/accounting/IAccountingService.sol +47 -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 +169 -0
- package/contracts/authorization/IAccess.sol +67 -0
- package/contracts/authorization/IAccessAdmin.sol +144 -0
- package/contracts/authorization/IAuthorization.sol +26 -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 +448 -0
- package/contracts/distribution/DistributionServiceManager.sol +39 -0
- package/contracts/distribution/IDistributionComponent.sol +45 -0
- package/contracts/distribution/IDistributionService.sol +115 -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 +437 -0
- package/contracts/examples/unpermissioned/SimpleProductAuthorization.sol +28 -0
- package/contracts/instance/BundleSet.sol +130 -0
- package/contracts/instance/IInstance.sol +138 -45
- package/contracts/instance/IInstanceService.sol +117 -0
- package/contracts/instance/Instance.sol +333 -54
- package/contracts/instance/InstanceAdmin.sol +383 -0
- package/contracts/instance/InstanceAuthorizationV3.sol +266 -0
- package/contracts/instance/InstanceReader.sol +632 -0
- package/contracts/instance/InstanceService.sol +500 -0
- package/contracts/instance/InstanceServiceManager.sol +39 -0
- package/contracts/instance/InstanceStore.sol +298 -0
- package/contracts/instance/RiskSet.sol +126 -0
- package/contracts/instance/base/BalanceStore.sol +121 -0
- package/contracts/instance/base/Cloneable.sol +28 -0
- package/contracts/instance/base/ObjectCounter.sol +20 -0
- package/contracts/instance/base/ObjectLifecycle.sol +109 -0
- package/contracts/instance/base/ObjectSet.sol +77 -0
- package/contracts/instance/base/ObjectSetHelperLib.sol +30 -0
- package/contracts/instance/module/IBundle.sol +21 -0
- package/contracts/instance/module/IComponents.sol +62 -0
- package/contracts/instance/module/IDistribution.sol +54 -0
- package/contracts/instance/module/IPolicy.sol +105 -0
- package/contracts/instance/module/IRisk.sol +16 -0
- 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 +162 -0
- package/contracts/pool/BasicPoolAuthorization.sol +81 -0
- package/contracts/pool/BundleService.sol +386 -0
- package/contracts/pool/BundleServiceManager.sol +39 -0
- package/contracts/pool/IBundleService.sol +116 -0
- package/contracts/pool/IPoolComponent.sol +62 -0
- package/contracts/pool/IPoolService.sol +170 -0
- package/contracts/pool/Pool.sol +333 -0
- package/contracts/pool/PoolLib.sol +341 -0
- package/contracts/pool/PoolService.sol +614 -0
- package/contracts/pool/PoolServiceManager.sol +39 -0
- package/contracts/product/ApplicationService.sol +327 -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 +630 -0
- package/contracts/product/ClaimServiceManager.sol +38 -0
- package/contracts/product/IApplicationService.sol +88 -0
- package/contracts/product/IClaimService.sol +136 -0
- package/contracts/product/IPolicyService.sol +102 -0
- package/contracts/product/IPricingService.sol +40 -0
- package/contracts/product/IProductComponent.sol +62 -0
- package/contracts/product/IRiskService.sol +48 -0
- package/contracts/product/PolicyService.sol +645 -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 +493 -0
- package/contracts/product/RiskService.sol +190 -0
- package/contracts/product/RiskServiceManager.sol +39 -0
- package/contracts/registry/ChainNft.sol +130 -40
- package/contracts/registry/IRegistry.sol +144 -29
- package/contracts/registry/IRegistryService.sol +62 -0
- package/contracts/registry/IRelease.sol +29 -0
- package/contracts/registry/ITransferInterceptor.sol +6 -0
- package/contracts/registry/Registry.sol +637 -282
- package/contracts/registry/RegistryAdmin.sol +191 -0
- package/contracts/registry/RegistryAuthorization.sol +312 -0
- package/contracts/registry/RegistryService.sol +241 -0
- package/contracts/registry/RegistryServiceManager.sol +53 -0
- package/contracts/registry/ReleaseAdmin.sol +195 -0
- package/contracts/registry/ReleaseLifecycle.sol +32 -0
- package/contracts/registry/ReleaseRegistry.sol +525 -0
- package/contracts/registry/ServiceAuthorizationV3.sol +342 -0
- package/contracts/registry/TokenRegistry.sol +317 -0
- package/contracts/shared/Component.sol +214 -0
- package/contracts/shared/ComponentService.sol +687 -0
- package/contracts/shared/ComponentServiceManager.sol +38 -0
- package/contracts/shared/ContractLib.sol +312 -0
- package/contracts/shared/IComponent.sol +58 -0
- package/contracts/shared/IComponentService.sol +111 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +30 -0
- package/contracts/shared/IKeyValueStore.sol +54 -0
- package/contracts/{instance/base → shared}/ILifecycle.sol +6 -5
- package/contracts/shared/INftOwnable.sol +27 -0
- package/contracts/shared/IPolicyHolder.sol +35 -0
- package/contracts/shared/IRegisterable.sol +31 -19
- package/contracts/shared/IRegistryLinked.sol +11 -0
- package/contracts/shared/IService.sol +23 -0
- package/contracts/shared/InitializableERC165.sol +35 -0
- package/contracts/shared/InstanceLinkedComponent.sol +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 +129 -0
- package/contracts/shared/PolicyHolder.sol +63 -0
- package/contracts/shared/Registerable.sol +80 -60
- package/contracts/shared/RegistryLinked.sol +38 -0
- package/contracts/shared/Service.sol +67 -0
- package/contracts/shared/TokenHandler.sol +342 -0
- package/contracts/shared/TokenHandlerDeployerLib.sol +20 -0
- package/contracts/staking/IStaking.sol +297 -0
- package/contracts/staking/IStakingService.sol +127 -0
- package/contracts/staking/ITargetLimitHandler.sol +26 -0
- package/contracts/staking/Staking.sol +780 -0
- package/contracts/staking/StakingLib.sol +195 -0
- package/contracts/staking/StakingLifecycle.sol +23 -0
- package/contracts/staking/StakingManager.sol +53 -0
- package/contracts/staking/StakingReader.sol +151 -0
- package/contracts/staking/StakingService.sol +321 -0
- package/contracts/staking/StakingServiceManager.sol +46 -0
- package/contracts/staking/StakingStore.sol +1174 -0
- package/contracts/staking/TargetHandler.sol +102 -0
- package/contracts/staking/TargetManagerLib.sol +211 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/type/Amount.sol +154 -0
- package/contracts/{types → type}/Blocknumber.sol +36 -12
- package/contracts/type/ChainId.sol +101 -0
- package/contracts/type/ClaimId.sol +80 -0
- package/contracts/type/DistributorType.sol +55 -0
- package/contracts/type/Fee.sol +66 -0
- package/contracts/{types → type}/Key32.sol +10 -5
- package/contracts/type/Key32Set.sol +62 -0
- package/contracts/{types → type}/NftId.sol +28 -15
- package/contracts/type/NftIdSet.sol +62 -0
- package/contracts/type/ObjectType.sol +307 -0
- package/contracts/type/PayoutId.sol +82 -0
- package/contracts/type/Referral.sol +90 -0
- package/contracts/type/RequestId.sol +75 -0
- package/contracts/type/RiskId.sol +75 -0
- package/contracts/type/RoleId.sol +180 -0
- package/contracts/type/Seconds.sol +115 -0
- package/contracts/type/Selector.sol +107 -0
- package/contracts/{types → type}/StateId.sol +53 -5
- package/contracts/type/String.sol +65 -0
- package/contracts/{types → type}/Timestamp.sol +39 -19
- package/contracts/{types → type}/UFixed.sol +73 -19
- package/contracts/type/Version.sol +159 -0
- package/contracts/upgradeability/IVersionable.sol +56 -0
- package/contracts/upgradeability/ProxyManager.sol +246 -0
- package/contracts/upgradeability/UpgradableProxyWithAdmin.sol +24 -0
- package/contracts/upgradeability/Versionable.sol +62 -0
- package/package.json +13 -8
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/BaseComponent.sol/BaseComponent.json +0 -174
- package/artifacts/contracts/components/IBaseComponent.sol/IBaseComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.json +0 -356
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.json +0 -279
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.json +0 -387
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.json +0 -305
- package/artifacts/contracts/experiment/errors/Require.sol/Require.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Require.sol/Require.json +0 -105
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.dbg.json +0 -4
- package/artifacts/contracts/experiment/errors/Revert.sol/Revert.json +0 -105
- package/artifacts/contracts/experiment/inheritance/A.sol/A.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/A.json +0 -128
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/A.sol/AShared.json +0 -42
- package/artifacts/contracts/experiment/inheritance/B.sol/B.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/B.sol/B.json +0 -76
- package/artifacts/contracts/experiment/inheritance/C.sol/C.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/C.sol/C.json +0 -89
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/IA.json +0 -128
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IA.sol/ISharedA.json +0 -37
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IB.sol/IB.json +0 -50
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.dbg.json +0 -4
- package/artifacts/contracts/experiment/inheritance/IC.sol/IC.json +0 -63
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/Dummy.sol/LifeCycleModule.json +0 -59
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/ISM.sol/ISMEE.json +0 -74
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SM.sol/SM.json +0 -124
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.dbg.json +0 -4
- package/artifacts/contracts/experiment/statemachine/SimpleStateMachine.sol/SimpleStateMachine.json +0 -207
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeA.sol/TypeALib.json +0 -10
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.dbg.json +0 -4
- package/artifacts/contracts/experiment/types/TypeB.sol/TypeBLib.json +0 -10
- package/artifacts/contracts/instance/IInstanceLinked.sol/IInstanceLinked.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentServiceBase.sol/ComponentServiceBase.json +0 -300
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IInstanceBase.sol/IInstanceBase.json +0 -63
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IService.sol/IService.json +0 -300
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/InstanceBase.sol/InstanceBase.json +0 -326
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -692
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -169
- package/artifacts/contracts/instance/base/ModuleBase.sol/ModuleBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ServiceBase.sol/ServiceBase.json +0 -300
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/Access.sol/AccessModule.json +0 -333
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccess.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/access/IAccess.sol/IAccessModule.json +0 -333
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/BundleModule.sol/BundleModule.json +0 -296
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundle.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/bundle/IBundle.sol/IBundleModule.json +0 -296
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/CompensationModule.sol/CompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensation.json +0 -10
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/compensation/ICompensation.sol/ICompensationModule.json +0 -10
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/ComponentModule.sol/ComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponent.json +0 -10
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/component/IComponent.sol/IComponentModule.json +0 -188
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicy.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/IPolicy.sol/IPolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/policy/PolicyModule.sol/PolicyModule.json +0 -261
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPool.json +0 -10
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/IPoolModule.sol/IPoolModule.json +0 -149
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/pool/PoolModule.sol/PoolModule.json +0 -149
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRisk.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/IRisk.sol/IRiskModule.json +0 -10
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/risk/RiskModule.sol/RiskModule.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/ITreasury.sol/ITreasuryModule.json +0 -533
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TokenHandler.sol/TokenHandler.json +0 -76
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.dbg.json +0 -4
- package/artifacts/contracts/instance/module/treasury/TreasuryModule.sol/TreasuryModule.json +0 -533
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ComponentOwnerService.sol/ComponentOwnerService.json +0 -523
- package/artifacts/contracts/instance/service/IComponentOwnerService.sol/IComponentOwnerService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.json +0 -376
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -471
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -673
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.dbg.json +0 -4
- package/artifacts/contracts/registry/IChainNft.sol/IChainNft.json +0 -452
- package/artifacts/contracts/registry/IRegistryLinked.sol/IRegistryLinked.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +0 -4
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +0 -35
- package/artifacts/contracts/shared/IOwnable.sol/IOwnable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +0 -4
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.json +0 -164
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +0 -4
- package/artifacts/contracts/shared/Versionable.sol/Versionable.json +0 -164
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestPool.sol/TestPool.dbg.json +0 -4
- package/artifacts/contracts/test/TestPool.sol/TestPool.json +0 -387
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.dbg.json +0 -4
- package/artifacts/contracts/test/TestProduct.sol/TestProduct.json +0 -393
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -137
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.dbg.json +0 -4
- package/artifacts/contracts/test/TestRoleId.sol/TestRoleId.json +0 -116
- package/artifacts/contracts/test/TestService.sol/TestService.dbg.json +0 -4
- package/artifacts/contracts/test/TestService.sol/TestService.json +0 -379
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -338
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -206
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -338
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.json +0 -10
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -218
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/Key32.sol/Key32Lib.json +0 -111
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -153
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.json +0 -10
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.json +0 -92
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.json +0 -30
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/StateId.sol/StateIdLib.json +0 -92
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.json +0 -236
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedMathLib.json +0 -479
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.json +0 -139
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.json +0 -30
- package/contracts/components/BaseComponent.sol +0 -88
- package/contracts/components/IBaseComponent.sol +0 -19
- package/contracts/components/IPoolComponent.sol +0 -57
- package/contracts/components/IProductComponent.sol +0 -19
- package/contracts/components/Pool.sol +0 -174
- package/contracts/components/Product.sol +0 -117
- package/contracts/experiment/errors/Require.sol +0 -38
- package/contracts/experiment/errors/Revert.sol +0 -44
- package/contracts/experiment/inheritance/A.sol +0 -53
- package/contracts/experiment/inheritance/B.sol +0 -28
- package/contracts/experiment/inheritance/C.sol +0 -34
- package/contracts/experiment/inheritance/IA.sol +0 -13
- package/contracts/experiment/inheritance/IB.sol +0 -10
- package/contracts/experiment/inheritance/IC.sol +0 -12
- package/contracts/experiment/statemachine/Dummy.sol +0 -27
- package/contracts/experiment/statemachine/ISM.sol +0 -25
- package/contracts/experiment/statemachine/README.md +0 -112
- package/contracts/experiment/statemachine/SM.sol +0 -57
- package/contracts/experiment/statemachine/SimpleStateMachine.sol +0 -31
- package/contracts/experiment/types/TypeA.sol +0 -47
- package/contracts/experiment/types/TypeB.sol +0 -29
- package/contracts/instance/IInstanceLinked.sol +0 -8
- package/contracts/instance/base/ComponentServiceBase.sol +0 -42
- package/contracts/instance/base/IInstanceBase.sol +0 -14
- package/contracts/instance/base/IKeyValueStore.sol +0 -49
- package/contracts/instance/base/IService.sol +0 -15
- package/contracts/instance/base/InstanceBase.sol +0 -80
- package/contracts/instance/base/KeyValueStore.sol +0 -156
- package/contracts/instance/base/Lifecycle.sol +0 -95
- package/contracts/instance/base/ModuleBase.sol +0 -52
- package/contracts/instance/base/ServiceBase.sol +0 -37
- package/contracts/instance/module/access/Access.sol +0 -149
- package/contracts/instance/module/access/IAccess.sol +0 -53
- package/contracts/instance/module/bundle/BundleModule.sol +0 -136
- package/contracts/instance/module/bundle/IBundle.sol +0 -58
- package/contracts/instance/module/compensation/CompensationModule.sol +0 -8
- package/contracts/instance/module/compensation/ICompensation.sol +0 -10
- package/contracts/instance/module/component/ComponentModule.sol +0 -95
- package/contracts/instance/module/component/IComponent.sol +0 -53
- package/contracts/instance/module/policy/IPolicy.sol +0 -60
- package/contracts/instance/module/policy/PolicyModule.sol +0 -76
- package/contracts/instance/module/pool/IPoolModule.sol +0 -41
- package/contracts/instance/module/pool/PoolModule.sol +0 -87
- package/contracts/instance/module/risk/IRisk.sol +0 -10
- package/contracts/instance/module/risk/RiskModule.sol +0 -8
- package/contracts/instance/module/treasury/ITreasury.sol +0 -103
- package/contracts/instance/module/treasury/TokenHandler.sol +0 -48
- package/contracts/instance/module/treasury/TreasuryModule.sol +0 -152
- package/contracts/instance/service/ComponentOwnerService.sol +0 -170
- package/contracts/instance/service/IComponentOwnerService.sol +0 -22
- package/contracts/instance/service/IPoolService.sol +0 -30
- package/contracts/instance/service/IProductService.sol +0 -58
- package/contracts/instance/service/PoolService.sol +0 -123
- package/contracts/instance/service/ProductService.sol +0 -354
- package/contracts/registry/IChainNft.sol +0 -21
- package/contracts/registry/IRegistryLinked.sol +0 -8
- package/contracts/shared/ERC165.sol +0 -21
- package/contracts/shared/IOwnable.sol +0 -6
- package/contracts/shared/IVersionable.sol +0 -52
- package/contracts/shared/Versionable.sol +0 -89
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestPool.sol +0 -22
- package/contracts/test/TestProduct.sol +0 -44
- package/contracts/test/TestRegisterable.sol +0 -19
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -32
- package/contracts/test/TestToken.sol +0 -26
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/Fee.sol +0 -51
- package/contracts/types/NftIdSet.sol +0 -60
- package/contracts/types/ObjectType.sol +0 -115
- package/contracts/types/RoleId.sol +0 -38
- package/contracts/types/Version.sol +0 -95
@@ -0,0 +1,3136 @@
|
|
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": "stakeNftId",
|
193
|
+
"type": "uint96"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"internalType": "Timestamp",
|
197
|
+
"name": "lockedUntil",
|
198
|
+
"type": "uint40"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"name": "ErrorStakingStakeLocked",
|
202
|
+
"type": "error"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"inputs": [
|
206
|
+
{
|
207
|
+
"internalType": "NftId",
|
208
|
+
"name": "targetNftId",
|
209
|
+
"type": "uint96"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"name": "ErrorStakingStoreLimitNotInitialized",
|
213
|
+
"type": "error"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"inputs": [
|
217
|
+
{
|
218
|
+
"internalType": "NftId",
|
219
|
+
"name": "targetNftId",
|
220
|
+
"type": "uint96"
|
221
|
+
}
|
222
|
+
],
|
223
|
+
"name": "ErrorStakingStoreNotTarget",
|
224
|
+
"type": "error"
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"inputs": [
|
228
|
+
{
|
229
|
+
"internalType": "NftId",
|
230
|
+
"name": "targetNftId",
|
231
|
+
"type": "uint96"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"internalType": "Amount",
|
235
|
+
"name": "reserveAmount",
|
236
|
+
"type": "uint96"
|
237
|
+
},
|
238
|
+
{
|
239
|
+
"internalType": "Amount",
|
240
|
+
"name": "claimedAmount",
|
241
|
+
"type": "uint96"
|
242
|
+
}
|
243
|
+
],
|
244
|
+
"name": "ErrorStakingStoreRewardReservesInsufficient",
|
245
|
+
"type": "error"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"inputs": [
|
249
|
+
{
|
250
|
+
"internalType": "NftId",
|
251
|
+
"name": "nftId",
|
252
|
+
"type": "uint96"
|
253
|
+
}
|
254
|
+
],
|
255
|
+
"name": "ErrorStakingStoreStakeBalanceAlreadyInitialized",
|
256
|
+
"type": "error"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"inputs": [
|
260
|
+
{
|
261
|
+
"internalType": "NftId",
|
262
|
+
"name": "nftI",
|
263
|
+
"type": "uint96"
|
264
|
+
}
|
265
|
+
],
|
266
|
+
"name": "ErrorStakingStoreStakeBalanceNotInitialized",
|
267
|
+
"type": "error"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"inputs": [
|
271
|
+
{
|
272
|
+
"internalType": "NftId",
|
273
|
+
"name": "nftId",
|
274
|
+
"type": "uint96"
|
275
|
+
}
|
276
|
+
],
|
277
|
+
"name": "ErrorStakingStoreStakeNotInitialized",
|
278
|
+
"type": "error"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"inputs": [
|
282
|
+
{
|
283
|
+
"internalType": "NftId",
|
284
|
+
"name": "targetNftId",
|
285
|
+
"type": "uint96"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"internalType": "Amount",
|
289
|
+
"name": "stakeLimitAmount",
|
290
|
+
"type": "uint96"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"internalType": "Amount",
|
294
|
+
"name": "newIStaking",
|
295
|
+
"type": "uint96"
|
296
|
+
}
|
297
|
+
],
|
298
|
+
"name": "ErrorStakingStoreStakesExceedingTargetMaxAmount",
|
299
|
+
"type": "error"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"inputs": [
|
303
|
+
{
|
304
|
+
"internalType": "NftId",
|
305
|
+
"name": "targetNftId",
|
306
|
+
"type": "uint96"
|
307
|
+
}
|
308
|
+
],
|
309
|
+
"name": "ErrorStakingStoreTargetNotInitialized",
|
310
|
+
"type": "error"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"inputs": [
|
314
|
+
{
|
315
|
+
"internalType": "ChainId",
|
316
|
+
"name": "chainId",
|
317
|
+
"type": "uint96"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"internalType": "address",
|
321
|
+
"name": "token",
|
322
|
+
"type": "address"
|
323
|
+
}
|
324
|
+
],
|
325
|
+
"name": "ErrorStakingStoreTokenAlreadyAdded",
|
326
|
+
"type": "error"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"inputs": [
|
330
|
+
{
|
331
|
+
"internalType": "ChainId",
|
332
|
+
"name": "chainId",
|
333
|
+
"type": "uint96"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"internalType": "address",
|
337
|
+
"name": "token",
|
338
|
+
"type": "address"
|
339
|
+
}
|
340
|
+
],
|
341
|
+
"name": "ErrorStakingStoreTokenNotRegistered",
|
342
|
+
"type": "error"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"inputs": [
|
346
|
+
{
|
347
|
+
"internalType": "ChainId",
|
348
|
+
"name": "chainId",
|
349
|
+
"type": "uint96"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"internalType": "address",
|
353
|
+
"name": "token",
|
354
|
+
"type": "address"
|
355
|
+
}
|
356
|
+
],
|
357
|
+
"name": "ErrorStakingStoreTokenUnknown",
|
358
|
+
"type": "error"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"inputs": [
|
362
|
+
{
|
363
|
+
"internalType": "NftId",
|
364
|
+
"name": "nftId",
|
365
|
+
"type": "uint96"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"internalType": "address",
|
369
|
+
"name": "token",
|
370
|
+
"type": "address"
|
371
|
+
}
|
372
|
+
],
|
373
|
+
"name": "ErrorStakingStoreTvlBalanceAlreadyInitialized",
|
374
|
+
"type": "error"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"inputs": [
|
378
|
+
{
|
379
|
+
"internalType": "NftId",
|
380
|
+
"name": "nftId",
|
381
|
+
"type": "uint96"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"internalType": "address",
|
385
|
+
"name": "token",
|
386
|
+
"type": "address"
|
387
|
+
}
|
388
|
+
],
|
389
|
+
"name": "ErrorStakingStoreTvlBalanceNotInitialized",
|
390
|
+
"type": "error"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"inputs": [
|
394
|
+
{
|
395
|
+
"internalType": "NftId",
|
396
|
+
"name": "targetNftId",
|
397
|
+
"type": "uint96"
|
398
|
+
},
|
399
|
+
{
|
400
|
+
"internalType": "Amount",
|
401
|
+
"name": "stakeLimitAmount",
|
402
|
+
"type": "uint96"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"internalType": "Amount",
|
406
|
+
"name": "stakedAmount",
|
407
|
+
"type": "uint96"
|
408
|
+
}
|
409
|
+
],
|
410
|
+
"name": "ErrorStakingTargetMaxStakedAmountExceeded",
|
411
|
+
"type": "error"
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"inputs": [],
|
415
|
+
"name": "InvalidInitialization",
|
416
|
+
"type": "error"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"inputs": [],
|
420
|
+
"name": "NotInitializing",
|
421
|
+
"type": "error"
|
422
|
+
},
|
423
|
+
{
|
424
|
+
"anonymous": false,
|
425
|
+
"inputs": [
|
426
|
+
{
|
427
|
+
"indexed": false,
|
428
|
+
"internalType": "address",
|
429
|
+
"name": "authority",
|
430
|
+
"type": "address"
|
431
|
+
}
|
432
|
+
],
|
433
|
+
"name": "AuthorityUpdated",
|
434
|
+
"type": "event"
|
435
|
+
},
|
436
|
+
{
|
437
|
+
"anonymous": false,
|
438
|
+
"inputs": [
|
439
|
+
{
|
440
|
+
"indexed": false,
|
441
|
+
"internalType": "uint64",
|
442
|
+
"name": "version",
|
443
|
+
"type": "uint64"
|
444
|
+
}
|
445
|
+
],
|
446
|
+
"name": "Initialized",
|
447
|
+
"type": "event"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"anonymous": false,
|
451
|
+
"inputs": [
|
452
|
+
{
|
453
|
+
"indexed": false,
|
454
|
+
"internalType": "ObjectType",
|
455
|
+
"name": "objectType",
|
456
|
+
"type": "uint8"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"indexed": false,
|
460
|
+
"internalType": "KeyId",
|
461
|
+
"name": "keyId",
|
462
|
+
"type": "bytes31"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"indexed": false,
|
466
|
+
"internalType": "StateId",
|
467
|
+
"name": "state",
|
468
|
+
"type": "uint8"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"indexed": false,
|
472
|
+
"internalType": "address",
|
473
|
+
"name": "createdBy",
|
474
|
+
"type": "address"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"indexed": false,
|
478
|
+
"internalType": "address",
|
479
|
+
"name": "txOrigin",
|
480
|
+
"type": "address"
|
481
|
+
}
|
482
|
+
],
|
483
|
+
"name": "LogInfoCreated",
|
484
|
+
"type": "event"
|
485
|
+
},
|
486
|
+
{
|
487
|
+
"anonymous": false,
|
488
|
+
"inputs": [
|
489
|
+
{
|
490
|
+
"indexed": false,
|
491
|
+
"internalType": "ObjectType",
|
492
|
+
"name": "objectType",
|
493
|
+
"type": "uint8"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"indexed": false,
|
497
|
+
"internalType": "KeyId",
|
498
|
+
"name": "keyId",
|
499
|
+
"type": "bytes31"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"indexed": false,
|
503
|
+
"internalType": "StateId",
|
504
|
+
"name": "state",
|
505
|
+
"type": "uint8"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"indexed": false,
|
509
|
+
"internalType": "address",
|
510
|
+
"name": "updatedBy",
|
511
|
+
"type": "address"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"indexed": false,
|
515
|
+
"internalType": "address",
|
516
|
+
"name": "txOrigin",
|
517
|
+
"type": "address"
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"indexed": false,
|
521
|
+
"internalType": "Blocknumber",
|
522
|
+
"name": "lastUpdatedIn",
|
523
|
+
"type": "uint40"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
"name": "LogInfoUpdated",
|
527
|
+
"type": "event"
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"anonymous": false,
|
531
|
+
"inputs": [
|
532
|
+
{
|
533
|
+
"indexed": false,
|
534
|
+
"internalType": "NftId",
|
535
|
+
"name": "targetNftId",
|
536
|
+
"type": "uint96"
|
537
|
+
},
|
538
|
+
{
|
539
|
+
"indexed": false,
|
540
|
+
"internalType": "Amount",
|
541
|
+
"name": "dipAmount",
|
542
|
+
"type": "uint96"
|
543
|
+
},
|
544
|
+
{
|
545
|
+
"indexed": false,
|
546
|
+
"internalType": "address",
|
547
|
+
"name": "targetOwner",
|
548
|
+
"type": "address"
|
549
|
+
},
|
550
|
+
{
|
551
|
+
"indexed": false,
|
552
|
+
"internalType": "Amount",
|
553
|
+
"name": "reserveBalance",
|
554
|
+
"type": "uint96"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"indexed": false,
|
558
|
+
"internalType": "Blocknumber",
|
559
|
+
"name": "lastUpdateIn",
|
560
|
+
"type": "uint40"
|
561
|
+
}
|
562
|
+
],
|
563
|
+
"name": "LogStakingRewardReservesRefilled",
|
564
|
+
"type": "event"
|
565
|
+
},
|
566
|
+
{
|
567
|
+
"anonymous": false,
|
568
|
+
"inputs": [
|
569
|
+
{
|
570
|
+
"indexed": false,
|
571
|
+
"internalType": "NftId",
|
572
|
+
"name": "targetNftId",
|
573
|
+
"type": "uint96"
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"indexed": false,
|
577
|
+
"internalType": "Amount",
|
578
|
+
"name": "dipAmount",
|
579
|
+
"type": "uint96"
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"indexed": false,
|
583
|
+
"internalType": "Amount",
|
584
|
+
"name": "reserveBalance",
|
585
|
+
"type": "uint96"
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"indexed": false,
|
589
|
+
"internalType": "Blocknumber",
|
590
|
+
"name": "lastUpdateIn",
|
591
|
+
"type": "uint40"
|
592
|
+
}
|
593
|
+
],
|
594
|
+
"name": "LogStakingRewardReservesSpent",
|
595
|
+
"type": "event"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"anonymous": false,
|
599
|
+
"inputs": [
|
600
|
+
{
|
601
|
+
"indexed": false,
|
602
|
+
"internalType": "NftId",
|
603
|
+
"name": "targetNftId",
|
604
|
+
"type": "uint96"
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"indexed": false,
|
608
|
+
"internalType": "Amount",
|
609
|
+
"name": "dipAmount",
|
610
|
+
"type": "uint96"
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"indexed": false,
|
614
|
+
"internalType": "address",
|
615
|
+
"name": "targetOwner",
|
616
|
+
"type": "address"
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"indexed": false,
|
620
|
+
"internalType": "Amount",
|
621
|
+
"name": "reserveBalance",
|
622
|
+
"type": "uint96"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"indexed": false,
|
626
|
+
"internalType": "Blocknumber",
|
627
|
+
"name": "lastUpdateIn",
|
628
|
+
"type": "uint40"
|
629
|
+
}
|
630
|
+
],
|
631
|
+
"name": "LogStakingRewardReservesWithdrawn",
|
632
|
+
"type": "event"
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"anonymous": false,
|
636
|
+
"inputs": [
|
637
|
+
{
|
638
|
+
"indexed": false,
|
639
|
+
"internalType": "NftId",
|
640
|
+
"name": "stakeNftId",
|
641
|
+
"type": "uint96"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"indexed": false,
|
645
|
+
"internalType": "Amount",
|
646
|
+
"name": "claimedAmount",
|
647
|
+
"type": "uint96"
|
648
|
+
},
|
649
|
+
{
|
650
|
+
"indexed": false,
|
651
|
+
"internalType": "Amount",
|
652
|
+
"name": "stakeBalance",
|
653
|
+
"type": "uint96"
|
654
|
+
},
|
655
|
+
{
|
656
|
+
"indexed": false,
|
657
|
+
"internalType": "Amount",
|
658
|
+
"name": "rewardBalance",
|
659
|
+
"type": "uint96"
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"indexed": false,
|
663
|
+
"internalType": "Timestamp",
|
664
|
+
"name": "lockedUntil",
|
665
|
+
"type": "uint40"
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"indexed": false,
|
669
|
+
"internalType": "Blocknumber",
|
670
|
+
"name": "lastUpdateIn",
|
671
|
+
"type": "uint40"
|
672
|
+
}
|
673
|
+
],
|
674
|
+
"name": "LogStakingRewardsClaimed",
|
675
|
+
"type": "event"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"anonymous": false,
|
679
|
+
"inputs": [
|
680
|
+
{
|
681
|
+
"indexed": false,
|
682
|
+
"internalType": "NftId",
|
683
|
+
"name": "stakeNftId",
|
684
|
+
"type": "uint96"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"indexed": false,
|
688
|
+
"internalType": "Amount",
|
689
|
+
"name": "restakedAmount",
|
690
|
+
"type": "uint96"
|
691
|
+
},
|
692
|
+
{
|
693
|
+
"indexed": false,
|
694
|
+
"internalType": "Amount",
|
695
|
+
"name": "stakeBalance",
|
696
|
+
"type": "uint96"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"indexed": false,
|
700
|
+
"internalType": "Amount",
|
701
|
+
"name": "rewardBalance",
|
702
|
+
"type": "uint96"
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"indexed": false,
|
706
|
+
"internalType": "Timestamp",
|
707
|
+
"name": "lockedUntil",
|
708
|
+
"type": "uint40"
|
709
|
+
},
|
710
|
+
{
|
711
|
+
"indexed": false,
|
712
|
+
"internalType": "Blocknumber",
|
713
|
+
"name": "lastUpdateIn",
|
714
|
+
"type": "uint40"
|
715
|
+
}
|
716
|
+
],
|
717
|
+
"name": "LogStakingRewardsRestaked",
|
718
|
+
"type": "event"
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"anonymous": false,
|
722
|
+
"inputs": [
|
723
|
+
{
|
724
|
+
"indexed": false,
|
725
|
+
"internalType": "NftId",
|
726
|
+
"name": "stakeNftId",
|
727
|
+
"type": "uint96"
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"indexed": false,
|
731
|
+
"internalType": "NftId",
|
732
|
+
"name": "targetNftId",
|
733
|
+
"type": "uint96"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"indexed": false,
|
737
|
+
"internalType": "Amount",
|
738
|
+
"name": "stakeAmount",
|
739
|
+
"type": "uint96"
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"indexed": false,
|
743
|
+
"internalType": "Timestamp",
|
744
|
+
"name": "lockedUntil",
|
745
|
+
"type": "uint40"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"indexed": false,
|
749
|
+
"internalType": "address",
|
750
|
+
"name": "stakeOwner",
|
751
|
+
"type": "address"
|
752
|
+
}
|
753
|
+
],
|
754
|
+
"name": "LogStakingStakeCreated",
|
755
|
+
"type": "event"
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"anonymous": false,
|
759
|
+
"inputs": [
|
760
|
+
{
|
761
|
+
"indexed": false,
|
762
|
+
"internalType": "NftId",
|
763
|
+
"name": "stakeNftId",
|
764
|
+
"type": "uint96"
|
765
|
+
},
|
766
|
+
{
|
767
|
+
"indexed": false,
|
768
|
+
"internalType": "Amount",
|
769
|
+
"name": "rewardIncrementAmount",
|
770
|
+
"type": "uint96"
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"indexed": false,
|
774
|
+
"internalType": "Amount",
|
775
|
+
"name": "stakeBalance",
|
776
|
+
"type": "uint96"
|
777
|
+
},
|
778
|
+
{
|
779
|
+
"indexed": false,
|
780
|
+
"internalType": "Amount",
|
781
|
+
"name": "rewardBalance",
|
782
|
+
"type": "uint96"
|
783
|
+
},
|
784
|
+
{
|
785
|
+
"indexed": false,
|
786
|
+
"internalType": "Timestamp",
|
787
|
+
"name": "lockedUntil",
|
788
|
+
"type": "uint40"
|
789
|
+
},
|
790
|
+
{
|
791
|
+
"indexed": false,
|
792
|
+
"internalType": "Blocknumber",
|
793
|
+
"name": "lastUpdateIn",
|
794
|
+
"type": "uint40"
|
795
|
+
}
|
796
|
+
],
|
797
|
+
"name": "LogStakingStakeRewardsUpdated",
|
798
|
+
"type": "event"
|
799
|
+
},
|
800
|
+
{
|
801
|
+
"anonymous": false,
|
802
|
+
"inputs": [
|
803
|
+
{
|
804
|
+
"indexed": false,
|
805
|
+
"internalType": "NftId",
|
806
|
+
"name": "stakeNftId",
|
807
|
+
"type": "uint96"
|
808
|
+
},
|
809
|
+
{
|
810
|
+
"indexed": false,
|
811
|
+
"internalType": "Amount",
|
812
|
+
"name": "stakedAmount",
|
813
|
+
"type": "uint96"
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"indexed": false,
|
817
|
+
"internalType": "Amount",
|
818
|
+
"name": "stakeBalance",
|
819
|
+
"type": "uint96"
|
820
|
+
},
|
821
|
+
{
|
822
|
+
"indexed": false,
|
823
|
+
"internalType": "Amount",
|
824
|
+
"name": "rewardBalance",
|
825
|
+
"type": "uint96"
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"indexed": false,
|
829
|
+
"internalType": "Timestamp",
|
830
|
+
"name": "lockedUntil",
|
831
|
+
"type": "uint40"
|
832
|
+
},
|
833
|
+
{
|
834
|
+
"indexed": false,
|
835
|
+
"internalType": "Blocknumber",
|
836
|
+
"name": "lastUpdateIn",
|
837
|
+
"type": "uint40"
|
838
|
+
}
|
839
|
+
],
|
840
|
+
"name": "LogStakingStaked",
|
841
|
+
"type": "event"
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"anonymous": false,
|
845
|
+
"inputs": [
|
846
|
+
{
|
847
|
+
"indexed": false,
|
848
|
+
"internalType": "address",
|
849
|
+
"name": "stakingReader",
|
850
|
+
"type": "address"
|
851
|
+
},
|
852
|
+
{
|
853
|
+
"indexed": false,
|
854
|
+
"internalType": "address",
|
855
|
+
"name": "oldStakingReader",
|
856
|
+
"type": "address"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"name": "LogStakingStakingReaderSet",
|
860
|
+
"type": "event"
|
861
|
+
},
|
862
|
+
{
|
863
|
+
"anonymous": false,
|
864
|
+
"inputs": [
|
865
|
+
{
|
866
|
+
"indexed": false,
|
867
|
+
"internalType": "address",
|
868
|
+
"name": "targetManager",
|
869
|
+
"type": "address"
|
870
|
+
},
|
871
|
+
{
|
872
|
+
"indexed": false,
|
873
|
+
"internalType": "address",
|
874
|
+
"name": "oldTargetHandler",
|
875
|
+
"type": "address"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"name": "LogStakingTargetHandlerSet",
|
879
|
+
"type": "event"
|
880
|
+
},
|
881
|
+
{
|
882
|
+
"anonymous": false,
|
883
|
+
"inputs": [
|
884
|
+
{
|
885
|
+
"indexed": false,
|
886
|
+
"internalType": "NftId",
|
887
|
+
"name": "targetNftId",
|
888
|
+
"type": "uint96"
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"indexed": false,
|
892
|
+
"internalType": "Amount",
|
893
|
+
"name": "limitAmount",
|
894
|
+
"type": "uint96"
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"indexed": false,
|
898
|
+
"internalType": "Amount",
|
899
|
+
"name": "hardLimitAmount",
|
900
|
+
"type": "uint96"
|
901
|
+
},
|
902
|
+
{
|
903
|
+
"indexed": false,
|
904
|
+
"internalType": "Amount",
|
905
|
+
"name": "requiredStakeAmount",
|
906
|
+
"type": "uint96"
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"indexed": false,
|
910
|
+
"internalType": "Amount",
|
911
|
+
"name": "actualStakeAmount",
|
912
|
+
"type": "uint96"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"indexed": false,
|
916
|
+
"internalType": "Blocknumber",
|
917
|
+
"name": "lastUpdateIn",
|
918
|
+
"type": "uint40"
|
919
|
+
}
|
920
|
+
],
|
921
|
+
"name": "LogStakingTargetLimitUpdated",
|
922
|
+
"type": "event"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"anonymous": false,
|
926
|
+
"inputs": [
|
927
|
+
{
|
928
|
+
"indexed": false,
|
929
|
+
"internalType": "NftId",
|
930
|
+
"name": "targetNftId",
|
931
|
+
"type": "uint96"
|
932
|
+
},
|
933
|
+
{
|
934
|
+
"indexed": false,
|
935
|
+
"internalType": "Amount",
|
936
|
+
"name": "marginAmount",
|
937
|
+
"type": "uint96"
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"indexed": false,
|
941
|
+
"internalType": "Amount",
|
942
|
+
"name": "hardLimitAmount",
|
943
|
+
"type": "uint96"
|
944
|
+
},
|
945
|
+
{
|
946
|
+
"indexed": false,
|
947
|
+
"internalType": "Blocknumber",
|
948
|
+
"name": "lastUpdateIn",
|
949
|
+
"type": "uint40"
|
950
|
+
}
|
951
|
+
],
|
952
|
+
"name": "LogStakingTargetLimitsUpdated",
|
953
|
+
"type": "event"
|
954
|
+
},
|
955
|
+
{
|
956
|
+
"anonymous": false,
|
957
|
+
"inputs": [
|
958
|
+
{
|
959
|
+
"indexed": false,
|
960
|
+
"internalType": "NftId",
|
961
|
+
"name": "targetNftId",
|
962
|
+
"type": "uint96"
|
963
|
+
},
|
964
|
+
{
|
965
|
+
"indexed": false,
|
966
|
+
"internalType": "Amount",
|
967
|
+
"name": "stakeLimitAmount",
|
968
|
+
"type": "uint96"
|
969
|
+
},
|
970
|
+
{
|
971
|
+
"indexed": false,
|
972
|
+
"internalType": "Blocknumber",
|
973
|
+
"name": "lastUpdateIn",
|
974
|
+
"type": "uint40"
|
975
|
+
}
|
976
|
+
],
|
977
|
+
"name": "LogStakingTargetMaxStakedAmountSet",
|
978
|
+
"type": "event"
|
979
|
+
},
|
980
|
+
{
|
981
|
+
"anonymous": false,
|
982
|
+
"inputs": [
|
983
|
+
{
|
984
|
+
"indexed": false,
|
985
|
+
"internalType": "ChainId",
|
986
|
+
"name": "chainId",
|
987
|
+
"type": "uint96"
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"indexed": false,
|
991
|
+
"internalType": "address",
|
992
|
+
"name": "token",
|
993
|
+
"type": "address"
|
994
|
+
}
|
995
|
+
],
|
996
|
+
"name": "LogStakingTokenAdded",
|
997
|
+
"type": "event"
|
998
|
+
},
|
999
|
+
{
|
1000
|
+
"anonymous": false,
|
1001
|
+
"inputs": [
|
1002
|
+
{
|
1003
|
+
"indexed": false,
|
1004
|
+
"internalType": "NftId",
|
1005
|
+
"name": "targetNftId",
|
1006
|
+
"type": "uint96"
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"indexed": false,
|
1010
|
+
"internalType": "address",
|
1011
|
+
"name": "token",
|
1012
|
+
"type": "address"
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"indexed": false,
|
1016
|
+
"internalType": "Amount",
|
1017
|
+
"name": "amount",
|
1018
|
+
"type": "uint96"
|
1019
|
+
},
|
1020
|
+
{
|
1021
|
+
"indexed": false,
|
1022
|
+
"internalType": "Amount",
|
1023
|
+
"name": "newBalance",
|
1024
|
+
"type": "uint96"
|
1025
|
+
},
|
1026
|
+
{
|
1027
|
+
"indexed": false,
|
1028
|
+
"internalType": "Blocknumber",
|
1029
|
+
"name": "lastUpdateIn",
|
1030
|
+
"type": "uint40"
|
1031
|
+
}
|
1032
|
+
],
|
1033
|
+
"name": "LogStakingTvlDecreased",
|
1034
|
+
"type": "event"
|
1035
|
+
},
|
1036
|
+
{
|
1037
|
+
"anonymous": false,
|
1038
|
+
"inputs": [
|
1039
|
+
{
|
1040
|
+
"indexed": false,
|
1041
|
+
"internalType": "NftId",
|
1042
|
+
"name": "targetNftId",
|
1043
|
+
"type": "uint96"
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"indexed": false,
|
1047
|
+
"internalType": "address",
|
1048
|
+
"name": "token",
|
1049
|
+
"type": "address"
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
"indexed": false,
|
1053
|
+
"internalType": "Amount",
|
1054
|
+
"name": "amount",
|
1055
|
+
"type": "uint96"
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"indexed": false,
|
1059
|
+
"internalType": "Amount",
|
1060
|
+
"name": "newBalance",
|
1061
|
+
"type": "uint96"
|
1062
|
+
},
|
1063
|
+
{
|
1064
|
+
"indexed": false,
|
1065
|
+
"internalType": "Blocknumber",
|
1066
|
+
"name": "lastUpdateIn",
|
1067
|
+
"type": "uint40"
|
1068
|
+
}
|
1069
|
+
],
|
1070
|
+
"name": "LogStakingTvlIncreased",
|
1071
|
+
"type": "event"
|
1072
|
+
},
|
1073
|
+
{
|
1074
|
+
"anonymous": false,
|
1075
|
+
"inputs": [
|
1076
|
+
{
|
1077
|
+
"indexed": false,
|
1078
|
+
"internalType": "NftId",
|
1079
|
+
"name": "stakeNftId",
|
1080
|
+
"type": "uint96"
|
1081
|
+
},
|
1082
|
+
{
|
1083
|
+
"indexed": false,
|
1084
|
+
"internalType": "Amount",
|
1085
|
+
"name": "unstakedAmount",
|
1086
|
+
"type": "uint96"
|
1087
|
+
},
|
1088
|
+
{
|
1089
|
+
"indexed": false,
|
1090
|
+
"internalType": "Amount",
|
1091
|
+
"name": "stakeBalance",
|
1092
|
+
"type": "uint96"
|
1093
|
+
},
|
1094
|
+
{
|
1095
|
+
"indexed": false,
|
1096
|
+
"internalType": "Amount",
|
1097
|
+
"name": "rewardBalance",
|
1098
|
+
"type": "uint96"
|
1099
|
+
},
|
1100
|
+
{
|
1101
|
+
"indexed": false,
|
1102
|
+
"internalType": "Timestamp",
|
1103
|
+
"name": "lockedUntil",
|
1104
|
+
"type": "uint40"
|
1105
|
+
},
|
1106
|
+
{
|
1107
|
+
"indexed": false,
|
1108
|
+
"internalType": "Blocknumber",
|
1109
|
+
"name": "lastUpdateIn",
|
1110
|
+
"type": "uint40"
|
1111
|
+
}
|
1112
|
+
],
|
1113
|
+
"name": "LogStakingUnstaked",
|
1114
|
+
"type": "event"
|
1115
|
+
},
|
1116
|
+
{
|
1117
|
+
"anonymous": false,
|
1118
|
+
"inputs": [
|
1119
|
+
{
|
1120
|
+
"indexed": false,
|
1121
|
+
"internalType": "ObjectType",
|
1122
|
+
"name": "objectType",
|
1123
|
+
"type": "uint8"
|
1124
|
+
},
|
1125
|
+
{
|
1126
|
+
"indexed": false,
|
1127
|
+
"internalType": "KeyId",
|
1128
|
+
"name": "keyId",
|
1129
|
+
"type": "bytes31"
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"indexed": false,
|
1133
|
+
"internalType": "StateId",
|
1134
|
+
"name": "stateOld",
|
1135
|
+
"type": "uint8"
|
1136
|
+
},
|
1137
|
+
{
|
1138
|
+
"indexed": false,
|
1139
|
+
"internalType": "StateId",
|
1140
|
+
"name": "stateNew",
|
1141
|
+
"type": "uint8"
|
1142
|
+
},
|
1143
|
+
{
|
1144
|
+
"indexed": false,
|
1145
|
+
"internalType": "address",
|
1146
|
+
"name": "updatedBy",
|
1147
|
+
"type": "address"
|
1148
|
+
},
|
1149
|
+
{
|
1150
|
+
"indexed": false,
|
1151
|
+
"internalType": "address",
|
1152
|
+
"name": "txOrigin",
|
1153
|
+
"type": "address"
|
1154
|
+
},
|
1155
|
+
{
|
1156
|
+
"indexed": false,
|
1157
|
+
"internalType": "Blocknumber",
|
1158
|
+
"name": "lastUpdatedIn",
|
1159
|
+
"type": "uint40"
|
1160
|
+
}
|
1161
|
+
],
|
1162
|
+
"name": "LogStateUpdated",
|
1163
|
+
"type": "event"
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"inputs": [
|
1167
|
+
{
|
1168
|
+
"internalType": "NftId",
|
1169
|
+
"name": "targetNftId",
|
1170
|
+
"type": "uint96"
|
1171
|
+
},
|
1172
|
+
{
|
1173
|
+
"internalType": "address",
|
1174
|
+
"name": "token",
|
1175
|
+
"type": "address"
|
1176
|
+
}
|
1177
|
+
],
|
1178
|
+
"name": "addTargetToken",
|
1179
|
+
"outputs": [],
|
1180
|
+
"stateMutability": "nonpayable",
|
1181
|
+
"type": "function"
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"inputs": [
|
1185
|
+
{
|
1186
|
+
"internalType": "ChainId",
|
1187
|
+
"name": "chainId",
|
1188
|
+
"type": "uint96"
|
1189
|
+
},
|
1190
|
+
{
|
1191
|
+
"internalType": "address",
|
1192
|
+
"name": "token",
|
1193
|
+
"type": "address"
|
1194
|
+
}
|
1195
|
+
],
|
1196
|
+
"name": "addToken",
|
1197
|
+
"outputs": [],
|
1198
|
+
"stateMutability": "nonpayable",
|
1199
|
+
"type": "function"
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"inputs": [],
|
1203
|
+
"name": "authority",
|
1204
|
+
"outputs": [
|
1205
|
+
{
|
1206
|
+
"internalType": "address",
|
1207
|
+
"name": "",
|
1208
|
+
"type": "address"
|
1209
|
+
}
|
1210
|
+
],
|
1211
|
+
"stateMutability": "view",
|
1212
|
+
"type": "function"
|
1213
|
+
},
|
1214
|
+
{
|
1215
|
+
"inputs": [
|
1216
|
+
{
|
1217
|
+
"internalType": "StateId",
|
1218
|
+
"name": "stateId",
|
1219
|
+
"type": "uint8"
|
1220
|
+
},
|
1221
|
+
{
|
1222
|
+
"internalType": "ObjectType",
|
1223
|
+
"name": "objectType",
|
1224
|
+
"type": "uint8"
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
"internalType": "StateId",
|
1228
|
+
"name": "expectedFromId",
|
1229
|
+
"type": "uint8"
|
1230
|
+
},
|
1231
|
+
{
|
1232
|
+
"internalType": "StateId",
|
1233
|
+
"name": "toId",
|
1234
|
+
"type": "uint8"
|
1235
|
+
}
|
1236
|
+
],
|
1237
|
+
"name": "checkTransition",
|
1238
|
+
"outputs": [],
|
1239
|
+
"stateMutability": "view",
|
1240
|
+
"type": "function"
|
1241
|
+
},
|
1242
|
+
{
|
1243
|
+
"inputs": [
|
1244
|
+
{
|
1245
|
+
"internalType": "NftId",
|
1246
|
+
"name": "stakeNftId",
|
1247
|
+
"type": "uint96"
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
"internalType": "bool",
|
1251
|
+
"name": "updateRewards",
|
1252
|
+
"type": "bool"
|
1253
|
+
},
|
1254
|
+
{
|
1255
|
+
"internalType": "Amount",
|
1256
|
+
"name": "maxClaimAmount",
|
1257
|
+
"type": "uint96"
|
1258
|
+
}
|
1259
|
+
],
|
1260
|
+
"name": "claimRewards",
|
1261
|
+
"outputs": [
|
1262
|
+
{
|
1263
|
+
"internalType": "Amount",
|
1264
|
+
"name": "claimedAmount",
|
1265
|
+
"type": "uint96"
|
1266
|
+
}
|
1267
|
+
],
|
1268
|
+
"stateMutability": "nonpayable",
|
1269
|
+
"type": "function"
|
1270
|
+
},
|
1271
|
+
{
|
1272
|
+
"inputs": [
|
1273
|
+
{
|
1274
|
+
"internalType": "NftId",
|
1275
|
+
"name": "stakeNftId",
|
1276
|
+
"type": "uint96"
|
1277
|
+
},
|
1278
|
+
{
|
1279
|
+
"internalType": "NftId",
|
1280
|
+
"name": "targetNftId",
|
1281
|
+
"type": "uint96"
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"internalType": "address",
|
1285
|
+
"name": "stakeOwner",
|
1286
|
+
"type": "address"
|
1287
|
+
},
|
1288
|
+
{
|
1289
|
+
"internalType": "Amount",
|
1290
|
+
"name": "stakeAmount",
|
1291
|
+
"type": "uint96"
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"name": "createStake",
|
1295
|
+
"outputs": [
|
1296
|
+
{
|
1297
|
+
"internalType": "Timestamp",
|
1298
|
+
"name": "lockedUntil",
|
1299
|
+
"type": "uint40"
|
1300
|
+
}
|
1301
|
+
],
|
1302
|
+
"stateMutability": "nonpayable",
|
1303
|
+
"type": "function"
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
"inputs": [
|
1307
|
+
{
|
1308
|
+
"internalType": "NftId",
|
1309
|
+
"name": "targetNftId",
|
1310
|
+
"type": "uint96"
|
1311
|
+
},
|
1312
|
+
{
|
1313
|
+
"internalType": "ObjectType",
|
1314
|
+
"name": "objectType",
|
1315
|
+
"type": "uint8"
|
1316
|
+
},
|
1317
|
+
{
|
1318
|
+
"internalType": "Seconds",
|
1319
|
+
"name": "lockingPeriod",
|
1320
|
+
"type": "uint40"
|
1321
|
+
},
|
1322
|
+
{
|
1323
|
+
"internalType": "UFixed",
|
1324
|
+
"name": "rewardRate",
|
1325
|
+
"type": "uint160"
|
1326
|
+
}
|
1327
|
+
],
|
1328
|
+
"name": "createTarget",
|
1329
|
+
"outputs": [],
|
1330
|
+
"stateMutability": "nonpayable",
|
1331
|
+
"type": "function"
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
"inputs": [
|
1335
|
+
{
|
1336
|
+
"internalType": "NftId",
|
1337
|
+
"name": "targetNftId",
|
1338
|
+
"type": "uint96"
|
1339
|
+
},
|
1340
|
+
{
|
1341
|
+
"internalType": "address",
|
1342
|
+
"name": "token",
|
1343
|
+
"type": "address"
|
1344
|
+
},
|
1345
|
+
{
|
1346
|
+
"internalType": "Amount",
|
1347
|
+
"name": "amount",
|
1348
|
+
"type": "uint96"
|
1349
|
+
}
|
1350
|
+
],
|
1351
|
+
"name": "decreaseTotalValueLocked",
|
1352
|
+
"outputs": [
|
1353
|
+
{
|
1354
|
+
"internalType": "Amount",
|
1355
|
+
"name": "newBalance",
|
1356
|
+
"type": "uint96"
|
1357
|
+
}
|
1358
|
+
],
|
1359
|
+
"stateMutability": "nonpayable",
|
1360
|
+
"type": "function"
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"inputs": [
|
1364
|
+
{
|
1365
|
+
"internalType": "Key32",
|
1366
|
+
"name": "key32",
|
1367
|
+
"type": "bytes32"
|
1368
|
+
}
|
1369
|
+
],
|
1370
|
+
"name": "exists",
|
1371
|
+
"outputs": [
|
1372
|
+
{
|
1373
|
+
"internalType": "bool",
|
1374
|
+
"name": "",
|
1375
|
+
"type": "bool"
|
1376
|
+
}
|
1377
|
+
],
|
1378
|
+
"stateMutability": "view",
|
1379
|
+
"type": "function"
|
1380
|
+
},
|
1381
|
+
{
|
1382
|
+
"inputs": [
|
1383
|
+
{
|
1384
|
+
"internalType": "NftId",
|
1385
|
+
"name": "stakeNftId",
|
1386
|
+
"type": "uint96"
|
1387
|
+
}
|
1388
|
+
],
|
1389
|
+
"name": "exists",
|
1390
|
+
"outputs": [
|
1391
|
+
{
|
1392
|
+
"internalType": "bool",
|
1393
|
+
"name": "",
|
1394
|
+
"type": "bool"
|
1395
|
+
}
|
1396
|
+
],
|
1397
|
+
"stateMutability": "view",
|
1398
|
+
"type": "function"
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"inputs": [
|
1402
|
+
{
|
1403
|
+
"internalType": "Key32",
|
1404
|
+
"name": "key32",
|
1405
|
+
"type": "bytes32"
|
1406
|
+
}
|
1407
|
+
],
|
1408
|
+
"name": "get",
|
1409
|
+
"outputs": [
|
1410
|
+
{
|
1411
|
+
"components": [
|
1412
|
+
{
|
1413
|
+
"components": [
|
1414
|
+
{
|
1415
|
+
"internalType": "ObjectType",
|
1416
|
+
"name": "objectType",
|
1417
|
+
"type": "uint8"
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"internalType": "StateId",
|
1421
|
+
"name": "state",
|
1422
|
+
"type": "uint8"
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"internalType": "Blocknumber",
|
1426
|
+
"name": "updatedIn",
|
1427
|
+
"type": "uint40"
|
1428
|
+
},
|
1429
|
+
{
|
1430
|
+
"internalType": "Blocknumber",
|
1431
|
+
"name": "createdIn",
|
1432
|
+
"type": "uint40"
|
1433
|
+
}
|
1434
|
+
],
|
1435
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
1436
|
+
"name": "metadata",
|
1437
|
+
"type": "tuple"
|
1438
|
+
},
|
1439
|
+
{
|
1440
|
+
"internalType": "bytes",
|
1441
|
+
"name": "data",
|
1442
|
+
"type": "bytes"
|
1443
|
+
}
|
1444
|
+
],
|
1445
|
+
"internalType": "struct IKeyValueStore.Value",
|
1446
|
+
"name": "value",
|
1447
|
+
"type": "tuple"
|
1448
|
+
}
|
1449
|
+
],
|
1450
|
+
"stateMutability": "view",
|
1451
|
+
"type": "function"
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
"inputs": [
|
1455
|
+
{
|
1456
|
+
"internalType": "Key32",
|
1457
|
+
"name": "key32",
|
1458
|
+
"type": "bytes32"
|
1459
|
+
}
|
1460
|
+
],
|
1461
|
+
"name": "getData",
|
1462
|
+
"outputs": [
|
1463
|
+
{
|
1464
|
+
"internalType": "bytes",
|
1465
|
+
"name": "data",
|
1466
|
+
"type": "bytes"
|
1467
|
+
}
|
1468
|
+
],
|
1469
|
+
"stateMutability": "view",
|
1470
|
+
"type": "function"
|
1471
|
+
},
|
1472
|
+
{
|
1473
|
+
"inputs": [
|
1474
|
+
{
|
1475
|
+
"internalType": "ObjectType",
|
1476
|
+
"name": "objectType",
|
1477
|
+
"type": "uint8"
|
1478
|
+
}
|
1479
|
+
],
|
1480
|
+
"name": "getInitialState",
|
1481
|
+
"outputs": [
|
1482
|
+
{
|
1483
|
+
"internalType": "StateId",
|
1484
|
+
"name": "",
|
1485
|
+
"type": "uint8"
|
1486
|
+
}
|
1487
|
+
],
|
1488
|
+
"stateMutability": "view",
|
1489
|
+
"type": "function"
|
1490
|
+
},
|
1491
|
+
{
|
1492
|
+
"inputs": [
|
1493
|
+
{
|
1494
|
+
"internalType": "NftId",
|
1495
|
+
"name": "targetNftId",
|
1496
|
+
"type": "uint96"
|
1497
|
+
}
|
1498
|
+
],
|
1499
|
+
"name": "getLimitInfo",
|
1500
|
+
"outputs": [
|
1501
|
+
{
|
1502
|
+
"components": [
|
1503
|
+
{
|
1504
|
+
"internalType": "Amount",
|
1505
|
+
"name": "marginAmount",
|
1506
|
+
"type": "uint96"
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"internalType": "Amount",
|
1510
|
+
"name": "hardLimitAmount",
|
1511
|
+
"type": "uint96"
|
1512
|
+
},
|
1513
|
+
{
|
1514
|
+
"internalType": "Blocknumber",
|
1515
|
+
"name": "lastUpdateIn",
|
1516
|
+
"type": "uint40"
|
1517
|
+
}
|
1518
|
+
],
|
1519
|
+
"internalType": "struct IStaking.LimitInfo",
|
1520
|
+
"name": "limitInfo",
|
1521
|
+
"type": "tuple"
|
1522
|
+
}
|
1523
|
+
],
|
1524
|
+
"stateMutability": "view",
|
1525
|
+
"type": "function"
|
1526
|
+
},
|
1527
|
+
{
|
1528
|
+
"inputs": [
|
1529
|
+
{
|
1530
|
+
"internalType": "Key32",
|
1531
|
+
"name": "key32",
|
1532
|
+
"type": "bytes32"
|
1533
|
+
}
|
1534
|
+
],
|
1535
|
+
"name": "getMetadata",
|
1536
|
+
"outputs": [
|
1537
|
+
{
|
1538
|
+
"components": [
|
1539
|
+
{
|
1540
|
+
"internalType": "ObjectType",
|
1541
|
+
"name": "objectType",
|
1542
|
+
"type": "uint8"
|
1543
|
+
},
|
1544
|
+
{
|
1545
|
+
"internalType": "StateId",
|
1546
|
+
"name": "state",
|
1547
|
+
"type": "uint8"
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"internalType": "Blocknumber",
|
1551
|
+
"name": "updatedIn",
|
1552
|
+
"type": "uint40"
|
1553
|
+
},
|
1554
|
+
{
|
1555
|
+
"internalType": "Blocknumber",
|
1556
|
+
"name": "createdIn",
|
1557
|
+
"type": "uint40"
|
1558
|
+
}
|
1559
|
+
],
|
1560
|
+
"internalType": "struct IKeyValueStore.Metadata",
|
1561
|
+
"name": "metadata",
|
1562
|
+
"type": "tuple"
|
1563
|
+
}
|
1564
|
+
],
|
1565
|
+
"stateMutability": "view",
|
1566
|
+
"type": "function"
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"inputs": [
|
1570
|
+
{
|
1571
|
+
"internalType": "NftId",
|
1572
|
+
"name": "targetNftId",
|
1573
|
+
"type": "uint96"
|
1574
|
+
}
|
1575
|
+
],
|
1576
|
+
"name": "getRequiredStakeBalance",
|
1577
|
+
"outputs": [
|
1578
|
+
{
|
1579
|
+
"internalType": "Amount",
|
1580
|
+
"name": "requiredStakeAmount",
|
1581
|
+
"type": "uint96"
|
1582
|
+
}
|
1583
|
+
],
|
1584
|
+
"stateMutability": "view",
|
1585
|
+
"type": "function"
|
1586
|
+
},
|
1587
|
+
{
|
1588
|
+
"inputs": [
|
1589
|
+
{
|
1590
|
+
"internalType": "NftId",
|
1591
|
+
"name": "stakeNftId",
|
1592
|
+
"type": "uint96"
|
1593
|
+
}
|
1594
|
+
],
|
1595
|
+
"name": "getStakeInfo",
|
1596
|
+
"outputs": [
|
1597
|
+
{
|
1598
|
+
"components": [
|
1599
|
+
{
|
1600
|
+
"internalType": "Amount",
|
1601
|
+
"name": "stakedAmount",
|
1602
|
+
"type": "uint96"
|
1603
|
+
},
|
1604
|
+
{
|
1605
|
+
"internalType": "Amount",
|
1606
|
+
"name": "rewardAmount",
|
1607
|
+
"type": "uint96"
|
1608
|
+
},
|
1609
|
+
{
|
1610
|
+
"internalType": "Timestamp",
|
1611
|
+
"name": "lockedUntil",
|
1612
|
+
"type": "uint40"
|
1613
|
+
},
|
1614
|
+
{
|
1615
|
+
"internalType": "NftId",
|
1616
|
+
"name": "targetNftId",
|
1617
|
+
"type": "uint96"
|
1618
|
+
},
|
1619
|
+
{
|
1620
|
+
"internalType": "Timestamp",
|
1621
|
+
"name": "lastUpdateAt",
|
1622
|
+
"type": "uint40"
|
1623
|
+
},
|
1624
|
+
{
|
1625
|
+
"internalType": "Blocknumber",
|
1626
|
+
"name": "lastUpdateIn",
|
1627
|
+
"type": "uint40"
|
1628
|
+
}
|
1629
|
+
],
|
1630
|
+
"internalType": "struct IStaking.StakeInfo",
|
1631
|
+
"name": "stakeInfo",
|
1632
|
+
"type": "tuple"
|
1633
|
+
}
|
1634
|
+
],
|
1635
|
+
"stateMutability": "view",
|
1636
|
+
"type": "function"
|
1637
|
+
},
|
1638
|
+
{
|
1639
|
+
"inputs": [
|
1640
|
+
{
|
1641
|
+
"internalType": "NftId",
|
1642
|
+
"name": "stakeNftId",
|
1643
|
+
"type": "uint96"
|
1644
|
+
}
|
1645
|
+
],
|
1646
|
+
"name": "getStakeTarget",
|
1647
|
+
"outputs": [
|
1648
|
+
{
|
1649
|
+
"internalType": "NftId",
|
1650
|
+
"name": "targetNftId",
|
1651
|
+
"type": "uint96"
|
1652
|
+
}
|
1653
|
+
],
|
1654
|
+
"stateMutability": "view",
|
1655
|
+
"type": "function"
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"inputs": [],
|
1659
|
+
"name": "getStakingReader",
|
1660
|
+
"outputs": [
|
1661
|
+
{
|
1662
|
+
"internalType": "contract StakingReader",
|
1663
|
+
"name": "stakingReader",
|
1664
|
+
"type": "address"
|
1665
|
+
}
|
1666
|
+
],
|
1667
|
+
"stateMutability": "view",
|
1668
|
+
"type": "function"
|
1669
|
+
},
|
1670
|
+
{
|
1671
|
+
"inputs": [
|
1672
|
+
{
|
1673
|
+
"internalType": "Key32",
|
1674
|
+
"name": "key32",
|
1675
|
+
"type": "bytes32"
|
1676
|
+
}
|
1677
|
+
],
|
1678
|
+
"name": "getState",
|
1679
|
+
"outputs": [
|
1680
|
+
{
|
1681
|
+
"internalType": "StateId",
|
1682
|
+
"name": "state",
|
1683
|
+
"type": "uint8"
|
1684
|
+
}
|
1685
|
+
],
|
1686
|
+
"stateMutability": "view",
|
1687
|
+
"type": "function"
|
1688
|
+
},
|
1689
|
+
{
|
1690
|
+
"inputs": [
|
1691
|
+
{
|
1692
|
+
"internalType": "NftId",
|
1693
|
+
"name": "targetNftId",
|
1694
|
+
"type": "uint96"
|
1695
|
+
}
|
1696
|
+
],
|
1697
|
+
"name": "getTargetInfo",
|
1698
|
+
"outputs": [
|
1699
|
+
{
|
1700
|
+
"components": [
|
1701
|
+
{
|
1702
|
+
"internalType": "Amount",
|
1703
|
+
"name": "stakedAmount",
|
1704
|
+
"type": "uint96"
|
1705
|
+
},
|
1706
|
+
{
|
1707
|
+
"internalType": "Amount",
|
1708
|
+
"name": "rewardAmount",
|
1709
|
+
"type": "uint96"
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"internalType": "Blocknumber",
|
1713
|
+
"name": "lastUpdateIn",
|
1714
|
+
"type": "uint40"
|
1715
|
+
},
|
1716
|
+
{
|
1717
|
+
"internalType": "Amount",
|
1718
|
+
"name": "reserveAmount",
|
1719
|
+
"type": "uint96"
|
1720
|
+
},
|
1721
|
+
{
|
1722
|
+
"internalType": "Amount",
|
1723
|
+
"name": "limitAmount",
|
1724
|
+
"type": "uint96"
|
1725
|
+
},
|
1726
|
+
{
|
1727
|
+
"internalType": "Seconds",
|
1728
|
+
"name": "lockingPeriod",
|
1729
|
+
"type": "uint40"
|
1730
|
+
},
|
1731
|
+
{
|
1732
|
+
"internalType": "ObjectType",
|
1733
|
+
"name": "objectType",
|
1734
|
+
"type": "uint8"
|
1735
|
+
},
|
1736
|
+
{
|
1737
|
+
"internalType": "UFixed",
|
1738
|
+
"name": "rewardRate",
|
1739
|
+
"type": "uint160"
|
1740
|
+
},
|
1741
|
+
{
|
1742
|
+
"internalType": "ChainId",
|
1743
|
+
"name": "chainId",
|
1744
|
+
"type": "uint96"
|
1745
|
+
}
|
1746
|
+
],
|
1747
|
+
"internalType": "struct IStaking.TargetInfo",
|
1748
|
+
"name": "targetInfo",
|
1749
|
+
"type": "tuple"
|
1750
|
+
}
|
1751
|
+
],
|
1752
|
+
"stateMutability": "view",
|
1753
|
+
"type": "function"
|
1754
|
+
},
|
1755
|
+
{
|
1756
|
+
"inputs": [],
|
1757
|
+
"name": "getTargetManager",
|
1758
|
+
"outputs": [
|
1759
|
+
{
|
1760
|
+
"internalType": "contract ITargetLimitHandler",
|
1761
|
+
"name": "targetLimitHandler",
|
1762
|
+
"type": "address"
|
1763
|
+
}
|
1764
|
+
],
|
1765
|
+
"stateMutability": "view",
|
1766
|
+
"type": "function"
|
1767
|
+
},
|
1768
|
+
{
|
1769
|
+
"inputs": [],
|
1770
|
+
"name": "getTargetSet",
|
1771
|
+
"outputs": [
|
1772
|
+
{
|
1773
|
+
"internalType": "contract NftIdSet",
|
1774
|
+
"name": "targetNftIdSet",
|
1775
|
+
"type": "address"
|
1776
|
+
}
|
1777
|
+
],
|
1778
|
+
"stateMutability": "view",
|
1779
|
+
"type": "function"
|
1780
|
+
},
|
1781
|
+
{
|
1782
|
+
"inputs": [
|
1783
|
+
{
|
1784
|
+
"internalType": "ChainId",
|
1785
|
+
"name": "chainId",
|
1786
|
+
"type": "uint96"
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
"internalType": "address",
|
1790
|
+
"name": "token",
|
1791
|
+
"type": "address"
|
1792
|
+
}
|
1793
|
+
],
|
1794
|
+
"name": "getTokenInfo",
|
1795
|
+
"outputs": [
|
1796
|
+
{
|
1797
|
+
"components": [
|
1798
|
+
{
|
1799
|
+
"internalType": "UFixed",
|
1800
|
+
"name": "stakingRate",
|
1801
|
+
"type": "uint160"
|
1802
|
+
},
|
1803
|
+
{
|
1804
|
+
"internalType": "Blocknumber",
|
1805
|
+
"name": "lastUpdateIn",
|
1806
|
+
"type": "uint40"
|
1807
|
+
}
|
1808
|
+
],
|
1809
|
+
"internalType": "struct IStaking.TokenInfo",
|
1810
|
+
"name": "tokenInfo",
|
1811
|
+
"type": "tuple"
|
1812
|
+
}
|
1813
|
+
],
|
1814
|
+
"stateMutability": "view",
|
1815
|
+
"type": "function"
|
1816
|
+
},
|
1817
|
+
{
|
1818
|
+
"inputs": [
|
1819
|
+
{
|
1820
|
+
"internalType": "NftId",
|
1821
|
+
"name": "targetNftId",
|
1822
|
+
"type": "uint96"
|
1823
|
+
},
|
1824
|
+
{
|
1825
|
+
"internalType": "address",
|
1826
|
+
"name": "token",
|
1827
|
+
"type": "address"
|
1828
|
+
}
|
1829
|
+
],
|
1830
|
+
"name": "getTvlInfo",
|
1831
|
+
"outputs": [
|
1832
|
+
{
|
1833
|
+
"components": [
|
1834
|
+
{
|
1835
|
+
"internalType": "Amount",
|
1836
|
+
"name": "tvlAmount",
|
1837
|
+
"type": "uint96"
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"internalType": "Amount",
|
1841
|
+
"name": "tvlBaselineAmount",
|
1842
|
+
"type": "uint96"
|
1843
|
+
},
|
1844
|
+
{
|
1845
|
+
"internalType": "uint16",
|
1846
|
+
"name": "updatesCounter",
|
1847
|
+
"type": "uint16"
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
"internalType": "Blocknumber",
|
1851
|
+
"name": "lastUpdateIn",
|
1852
|
+
"type": "uint40"
|
1853
|
+
}
|
1854
|
+
],
|
1855
|
+
"internalType": "struct IStaking.TvlInfo",
|
1856
|
+
"name": "tvlInfo",
|
1857
|
+
"type": "tuple"
|
1858
|
+
}
|
1859
|
+
],
|
1860
|
+
"stateMutability": "view",
|
1861
|
+
"type": "function"
|
1862
|
+
},
|
1863
|
+
{
|
1864
|
+
"inputs": [
|
1865
|
+
{
|
1866
|
+
"internalType": "ObjectType",
|
1867
|
+
"name": "objectType",
|
1868
|
+
"type": "uint8"
|
1869
|
+
}
|
1870
|
+
],
|
1871
|
+
"name": "hasLifecycle",
|
1872
|
+
"outputs": [
|
1873
|
+
{
|
1874
|
+
"internalType": "bool",
|
1875
|
+
"name": "",
|
1876
|
+
"type": "bool"
|
1877
|
+
}
|
1878
|
+
],
|
1879
|
+
"stateMutability": "view",
|
1880
|
+
"type": "function"
|
1881
|
+
},
|
1882
|
+
{
|
1883
|
+
"inputs": [
|
1884
|
+
{
|
1885
|
+
"internalType": "NftId",
|
1886
|
+
"name": "targetNftId",
|
1887
|
+
"type": "uint96"
|
1888
|
+
},
|
1889
|
+
{
|
1890
|
+
"internalType": "address",
|
1891
|
+
"name": "token",
|
1892
|
+
"type": "address"
|
1893
|
+
},
|
1894
|
+
{
|
1895
|
+
"internalType": "Amount",
|
1896
|
+
"name": "amount",
|
1897
|
+
"type": "uint96"
|
1898
|
+
}
|
1899
|
+
],
|
1900
|
+
"name": "increaseTotalValueLocked",
|
1901
|
+
"outputs": [
|
1902
|
+
{
|
1903
|
+
"internalType": "Amount",
|
1904
|
+
"name": "newBalance",
|
1905
|
+
"type": "uint96"
|
1906
|
+
}
|
1907
|
+
],
|
1908
|
+
"stateMutability": "nonpayable",
|
1909
|
+
"type": "function"
|
1910
|
+
},
|
1911
|
+
{
|
1912
|
+
"inputs": [
|
1913
|
+
{
|
1914
|
+
"internalType": "address",
|
1915
|
+
"name": "targetLimitHandler",
|
1916
|
+
"type": "address"
|
1917
|
+
}
|
1918
|
+
],
|
1919
|
+
"name": "initialize",
|
1920
|
+
"outputs": [],
|
1921
|
+
"stateMutability": "nonpayable",
|
1922
|
+
"type": "function"
|
1923
|
+
},
|
1924
|
+
{
|
1925
|
+
"inputs": [],
|
1926
|
+
"name": "isConsumingScheduledOp",
|
1927
|
+
"outputs": [
|
1928
|
+
{
|
1929
|
+
"internalType": "bytes4",
|
1930
|
+
"name": "",
|
1931
|
+
"type": "bytes4"
|
1932
|
+
}
|
1933
|
+
],
|
1934
|
+
"stateMutability": "view",
|
1935
|
+
"type": "function"
|
1936
|
+
},
|
1937
|
+
{
|
1938
|
+
"inputs": [
|
1939
|
+
{
|
1940
|
+
"internalType": "NftId",
|
1941
|
+
"name": "stakeNftId",
|
1942
|
+
"type": "uint96"
|
1943
|
+
}
|
1944
|
+
],
|
1945
|
+
"name": "isStakeLocked",
|
1946
|
+
"outputs": [
|
1947
|
+
{
|
1948
|
+
"internalType": "bool",
|
1949
|
+
"name": "",
|
1950
|
+
"type": "bool"
|
1951
|
+
}
|
1952
|
+
],
|
1953
|
+
"stateMutability": "view",
|
1954
|
+
"type": "function"
|
1955
|
+
},
|
1956
|
+
{
|
1957
|
+
"inputs": [
|
1958
|
+
{
|
1959
|
+
"internalType": "ObjectType",
|
1960
|
+
"name": "objectType",
|
1961
|
+
"type": "uint8"
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
"internalType": "StateId",
|
1965
|
+
"name": "fromId",
|
1966
|
+
"type": "uint8"
|
1967
|
+
},
|
1968
|
+
{
|
1969
|
+
"internalType": "StateId",
|
1970
|
+
"name": "toId",
|
1971
|
+
"type": "uint8"
|
1972
|
+
}
|
1973
|
+
],
|
1974
|
+
"name": "isValidTransition",
|
1975
|
+
"outputs": [
|
1976
|
+
{
|
1977
|
+
"internalType": "bool",
|
1978
|
+
"name": "",
|
1979
|
+
"type": "bool"
|
1980
|
+
}
|
1981
|
+
],
|
1982
|
+
"stateMutability": "view",
|
1983
|
+
"type": "function"
|
1984
|
+
},
|
1985
|
+
{
|
1986
|
+
"inputs": [
|
1987
|
+
{
|
1988
|
+
"internalType": "NftId",
|
1989
|
+
"name": "targetNftId",
|
1990
|
+
"type": "uint96"
|
1991
|
+
},
|
1992
|
+
{
|
1993
|
+
"internalType": "Amount",
|
1994
|
+
"name": "dipAmount",
|
1995
|
+
"type": "uint96"
|
1996
|
+
}
|
1997
|
+
],
|
1998
|
+
"name": "refillRewardReserves",
|
1999
|
+
"outputs": [
|
2000
|
+
{
|
2001
|
+
"internalType": "Amount",
|
2002
|
+
"name": "newReserveBalance",
|
2003
|
+
"type": "uint96"
|
2004
|
+
}
|
2005
|
+
],
|
2006
|
+
"stateMutability": "nonpayable",
|
2007
|
+
"type": "function"
|
2008
|
+
},
|
2009
|
+
{
|
2010
|
+
"inputs": [
|
2011
|
+
{
|
2012
|
+
"internalType": "NftId",
|
2013
|
+
"name": "stakeNftId",
|
2014
|
+
"type": "uint96"
|
2015
|
+
},
|
2016
|
+
{
|
2017
|
+
"internalType": "bool",
|
2018
|
+
"name": "updateRewards",
|
2019
|
+
"type": "bool"
|
2020
|
+
}
|
2021
|
+
],
|
2022
|
+
"name": "restakeRewards",
|
2023
|
+
"outputs": [],
|
2024
|
+
"stateMutability": "nonpayable",
|
2025
|
+
"type": "function"
|
2026
|
+
},
|
2027
|
+
{
|
2028
|
+
"inputs": [
|
2029
|
+
{
|
2030
|
+
"internalType": "address",
|
2031
|
+
"name": "newAuthority",
|
2032
|
+
"type": "address"
|
2033
|
+
}
|
2034
|
+
],
|
2035
|
+
"name": "setAuthority",
|
2036
|
+
"outputs": [],
|
2037
|
+
"stateMutability": "nonpayable",
|
2038
|
+
"type": "function"
|
2039
|
+
},
|
2040
|
+
{
|
2041
|
+
"inputs": [
|
2042
|
+
{
|
2043
|
+
"internalType": "NftId",
|
2044
|
+
"name": "targetNftId",
|
2045
|
+
"type": "uint96"
|
2046
|
+
},
|
2047
|
+
{
|
2048
|
+
"internalType": "Seconds",
|
2049
|
+
"name": "lockingPeriod",
|
2050
|
+
"type": "uint40"
|
2051
|
+
}
|
2052
|
+
],
|
2053
|
+
"name": "setLockingPeriod",
|
2054
|
+
"outputs": [
|
2055
|
+
{
|
2056
|
+
"internalType": "Seconds",
|
2057
|
+
"name": "oldLockingPeriod",
|
2058
|
+
"type": "uint40"
|
2059
|
+
},
|
2060
|
+
{
|
2061
|
+
"internalType": "Blocknumber",
|
2062
|
+
"name": "lastUpdatedIn",
|
2063
|
+
"type": "uint40"
|
2064
|
+
}
|
2065
|
+
],
|
2066
|
+
"stateMutability": "nonpayable",
|
2067
|
+
"type": "function"
|
2068
|
+
},
|
2069
|
+
{
|
2070
|
+
"inputs": [
|
2071
|
+
{
|
2072
|
+
"internalType": "NftId",
|
2073
|
+
"name": "targetNftId",
|
2074
|
+
"type": "uint96"
|
2075
|
+
},
|
2076
|
+
{
|
2077
|
+
"internalType": "Amount",
|
2078
|
+
"name": "stakeLimitAmount",
|
2079
|
+
"type": "uint96"
|
2080
|
+
}
|
2081
|
+
],
|
2082
|
+
"name": "setMaxStakedAmount",
|
2083
|
+
"outputs": [
|
2084
|
+
{
|
2085
|
+
"internalType": "Amount",
|
2086
|
+
"name": "oldLimitAmount",
|
2087
|
+
"type": "uint96"
|
2088
|
+
},
|
2089
|
+
{
|
2090
|
+
"internalType": "Blocknumber",
|
2091
|
+
"name": "lastUpdatedIn",
|
2092
|
+
"type": "uint40"
|
2093
|
+
}
|
2094
|
+
],
|
2095
|
+
"stateMutability": "nonpayable",
|
2096
|
+
"type": "function"
|
2097
|
+
},
|
2098
|
+
{
|
2099
|
+
"inputs": [
|
2100
|
+
{
|
2101
|
+
"internalType": "NftId",
|
2102
|
+
"name": "targetNftId",
|
2103
|
+
"type": "uint96"
|
2104
|
+
},
|
2105
|
+
{
|
2106
|
+
"internalType": "UFixed",
|
2107
|
+
"name": "rewardRate",
|
2108
|
+
"type": "uint160"
|
2109
|
+
}
|
2110
|
+
],
|
2111
|
+
"name": "setRewardRate",
|
2112
|
+
"outputs": [
|
2113
|
+
{
|
2114
|
+
"internalType": "UFixed",
|
2115
|
+
"name": "oldRewardRate",
|
2116
|
+
"type": "uint160"
|
2117
|
+
},
|
2118
|
+
{
|
2119
|
+
"internalType": "Blocknumber",
|
2120
|
+
"name": "lastUpdatedIn",
|
2121
|
+
"type": "uint40"
|
2122
|
+
}
|
2123
|
+
],
|
2124
|
+
"stateMutability": "nonpayable",
|
2125
|
+
"type": "function"
|
2126
|
+
},
|
2127
|
+
{
|
2128
|
+
"inputs": [
|
2129
|
+
{
|
2130
|
+
"internalType": "ChainId",
|
2131
|
+
"name": "chainId",
|
2132
|
+
"type": "uint96"
|
2133
|
+
},
|
2134
|
+
{
|
2135
|
+
"internalType": "address",
|
2136
|
+
"name": "token",
|
2137
|
+
"type": "address"
|
2138
|
+
},
|
2139
|
+
{
|
2140
|
+
"internalType": "UFixed",
|
2141
|
+
"name": "stakingRate",
|
2142
|
+
"type": "uint160"
|
2143
|
+
}
|
2144
|
+
],
|
2145
|
+
"name": "setStakingRate",
|
2146
|
+
"outputs": [
|
2147
|
+
{
|
2148
|
+
"internalType": "UFixed",
|
2149
|
+
"name": "oldStakingRate",
|
2150
|
+
"type": "uint160"
|
2151
|
+
},
|
2152
|
+
{
|
2153
|
+
"internalType": "Blocknumber",
|
2154
|
+
"name": "lastUpdatedIn",
|
2155
|
+
"type": "uint40"
|
2156
|
+
}
|
2157
|
+
],
|
2158
|
+
"stateMutability": "nonpayable",
|
2159
|
+
"type": "function"
|
2160
|
+
},
|
2161
|
+
{
|
2162
|
+
"inputs": [
|
2163
|
+
{
|
2164
|
+
"internalType": "address",
|
2165
|
+
"name": "reader",
|
2166
|
+
"type": "address"
|
2167
|
+
}
|
2168
|
+
],
|
2169
|
+
"name": "setStakingReader",
|
2170
|
+
"outputs": [],
|
2171
|
+
"stateMutability": "nonpayable",
|
2172
|
+
"type": "function"
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"inputs": [
|
2176
|
+
{
|
2177
|
+
"internalType": "address",
|
2178
|
+
"name": "targetLimitHandler",
|
2179
|
+
"type": "address"
|
2180
|
+
}
|
2181
|
+
],
|
2182
|
+
"name": "setTargetLimitHandler",
|
2183
|
+
"outputs": [],
|
2184
|
+
"stateMutability": "nonpayable",
|
2185
|
+
"type": "function"
|
2186
|
+
},
|
2187
|
+
{
|
2188
|
+
"inputs": [
|
2189
|
+
{
|
2190
|
+
"internalType": "NftId",
|
2191
|
+
"name": "targetNftId",
|
2192
|
+
"type": "uint96"
|
2193
|
+
},
|
2194
|
+
{
|
2195
|
+
"internalType": "Amount",
|
2196
|
+
"name": "marginAmount",
|
2197
|
+
"type": "uint96"
|
2198
|
+
},
|
2199
|
+
{
|
2200
|
+
"internalType": "Amount",
|
2201
|
+
"name": "hardLimitAmount",
|
2202
|
+
"type": "uint96"
|
2203
|
+
}
|
2204
|
+
],
|
2205
|
+
"name": "setTargetLimits",
|
2206
|
+
"outputs": [],
|
2207
|
+
"stateMutability": "nonpayable",
|
2208
|
+
"type": "function"
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"inputs": [
|
2212
|
+
{
|
2213
|
+
"internalType": "NftId",
|
2214
|
+
"name": "stakeNftId",
|
2215
|
+
"type": "uint96"
|
2216
|
+
},
|
2217
|
+
{
|
2218
|
+
"internalType": "bool",
|
2219
|
+
"name": "updateRewards",
|
2220
|
+
"type": "bool"
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
"internalType": "bool",
|
2224
|
+
"name": "restakeRewards",
|
2225
|
+
"type": "bool"
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
"internalType": "Seconds",
|
2229
|
+
"name": "additionalLockingPeriod",
|
2230
|
+
"type": "uint40"
|
2231
|
+
},
|
2232
|
+
{
|
2233
|
+
"internalType": "Amount",
|
2234
|
+
"name": "stakeAmount",
|
2235
|
+
"type": "uint96"
|
2236
|
+
}
|
2237
|
+
],
|
2238
|
+
"name": "stake",
|
2239
|
+
"outputs": [],
|
2240
|
+
"stateMutability": "nonpayable",
|
2241
|
+
"type": "function"
|
2242
|
+
},
|
2243
|
+
{
|
2244
|
+
"inputs": [
|
2245
|
+
{
|
2246
|
+
"internalType": "ObjectType",
|
2247
|
+
"name": "objectType",
|
2248
|
+
"type": "uint8"
|
2249
|
+
},
|
2250
|
+
{
|
2251
|
+
"internalType": "KeyId",
|
2252
|
+
"name": "id",
|
2253
|
+
"type": "bytes31"
|
2254
|
+
}
|
2255
|
+
],
|
2256
|
+
"name": "toKey32",
|
2257
|
+
"outputs": [
|
2258
|
+
{
|
2259
|
+
"internalType": "Key32",
|
2260
|
+
"name": "",
|
2261
|
+
"type": "bytes32"
|
2262
|
+
}
|
2263
|
+
],
|
2264
|
+
"stateMutability": "pure",
|
2265
|
+
"type": "function"
|
2266
|
+
},
|
2267
|
+
{
|
2268
|
+
"inputs": [
|
2269
|
+
{
|
2270
|
+
"internalType": "NftId",
|
2271
|
+
"name": "stakeNftId",
|
2272
|
+
"type": "uint96"
|
2273
|
+
},
|
2274
|
+
{
|
2275
|
+
"internalType": "bool",
|
2276
|
+
"name": "updateRewards",
|
2277
|
+
"type": "bool"
|
2278
|
+
},
|
2279
|
+
{
|
2280
|
+
"internalType": "bool",
|
2281
|
+
"name": "restakeRewards",
|
2282
|
+
"type": "bool"
|
2283
|
+
},
|
2284
|
+
{
|
2285
|
+
"internalType": "Amount",
|
2286
|
+
"name": "maxUnstakeAmount",
|
2287
|
+
"type": "uint96"
|
2288
|
+
}
|
2289
|
+
],
|
2290
|
+
"name": "unstake",
|
2291
|
+
"outputs": [
|
2292
|
+
{
|
2293
|
+
"internalType": "Amount",
|
2294
|
+
"name": "unstakedAmount",
|
2295
|
+
"type": "uint96"
|
2296
|
+
}
|
2297
|
+
],
|
2298
|
+
"stateMutability": "nonpayable",
|
2299
|
+
"type": "function"
|
2300
|
+
},
|
2301
|
+
{
|
2302
|
+
"inputs": [
|
2303
|
+
{
|
2304
|
+
"internalType": "NftId",
|
2305
|
+
"name": "stakeNftId",
|
2306
|
+
"type": "uint96"
|
2307
|
+
}
|
2308
|
+
],
|
2309
|
+
"name": "updateRewards",
|
2310
|
+
"outputs": [],
|
2311
|
+
"stateMutability": "nonpayable",
|
2312
|
+
"type": "function"
|
2313
|
+
},
|
2314
|
+
{
|
2315
|
+
"inputs": [
|
2316
|
+
{
|
2317
|
+
"internalType": "NftId",
|
2318
|
+
"name": "targetNftId",
|
2319
|
+
"type": "uint96"
|
2320
|
+
}
|
2321
|
+
],
|
2322
|
+
"name": "updateTargetLimit",
|
2323
|
+
"outputs": [
|
2324
|
+
{
|
2325
|
+
"internalType": "Amount",
|
2326
|
+
"name": "stakeLimitAmount",
|
2327
|
+
"type": "uint96"
|
2328
|
+
}
|
2329
|
+
],
|
2330
|
+
"stateMutability": "nonpayable",
|
2331
|
+
"type": "function"
|
2332
|
+
},
|
2333
|
+
{
|
2334
|
+
"inputs": [
|
2335
|
+
{
|
2336
|
+
"internalType": "NftId",
|
2337
|
+
"name": "targetNftId",
|
2338
|
+
"type": "uint96"
|
2339
|
+
},
|
2340
|
+
{
|
2341
|
+
"internalType": "Amount",
|
2342
|
+
"name": "dipAmount",
|
2343
|
+
"type": "uint96"
|
2344
|
+
}
|
2345
|
+
],
|
2346
|
+
"name": "withdrawRewardReserves",
|
2347
|
+
"outputs": [
|
2348
|
+
{
|
2349
|
+
"internalType": "Amount",
|
2350
|
+
"name": "newReserveBalance",
|
2351
|
+
"type": "uint96"
|
2352
|
+
}
|
2353
|
+
],
|
2354
|
+
"stateMutability": "nonpayable",
|
2355
|
+
"type": "function"
|
2356
|
+
}
|
2357
|
+
],
|
2358
|
+
"bytecode": "0x608060405234801561000f575f80fd5b50604051616d12380380616d1283398101604081905261002e91610a91565b336100388161027b565b506100416102ce565b6100a9826001600160a01b031663e2b178a06040518163ffffffff1660e01b8152600401602060405180830381865afa158015610080573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906100a49190610ac9565b6102f1565b600480546001600160a01b038085166001600160a01b03199283161790925560068054928416929091169190911790556040516100e590610a6d565b604051809103905ff0801580156100fe573d5f803e3d5ffd5b50600780546001600160a01b0319166001600160a01b039290921691909117905560405163efac97cf60e01b815261044d60048201526102749073__$94a2c899be079b00d952d0d84fffaa5c34$__9063efac97cf90602401602060405180830381865af4158015610172573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906101969190610aff565b600173__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63c6edc3dd6040518163ffffffff1660e01b8152600401602060405180830381865af41580156101df573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102039190610b2c565b73__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__63f87bf3736040518163ffffffff1660e01b8152600401602060405180830381865af415801561024a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061026e9190610ac9565b5f61036e565b5050610b5b565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6102db601f5b6001610a2b565b6102e5600b6102d4565b6102ef601e6102d4565b565b5f5433906001600160a01b0316811461032c5760405162d1953b60e31b81526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b5f03610361576040516361798f2f60e11b81526001600160a01b0383166004820152602401610323565b61036a8261027b565b5050565b8015610419576004805460065460405163647b8c2f60e01b81526001600160a01b0392831693810193909352811660248301526001600160601b038716604483015260ff8616606483015264ffffffffff85166084830152831660a482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063647b8c2f9060c4015f6040518083038186803b158015610402575f80fd5b505af4158015610414573d5f803e3d5ffd5b505050505b6001600160601b0385165f90815260096020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af415801561047d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906104a19190610aff565b81546001600160601b0319166001600160601b03919091161781556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561050a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061052e9190610aff565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af415801561059c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906105c09190610aff565b816001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af415801561062e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106529190610aff565b600182018054600160601b65ff000000000160c01b0319166c010000000000000000000000006001600160601b039384160260ff60e81b191617600160e81b60ff8916021764ffffffffff60c01b1916600160c01b64ffffffffff8816021790556002820180546001600160a01b0319166001600160a01b0386161790556040516301f8588560e51b8152908716600482015273__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af415801561071f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107439190610aff565b8160020160146101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190610b2c565b815464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161781556001600160601b0386165f908152600a6020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af415801561085c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906108809190610aff565b81546001600160601b0319166001600160601b039190911617815560408051636ac5db1960e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__91636ac5db199160048083019260209291908290030181865af41580156108e9573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061090d9190610aff565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561097b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061099f9190610b2c565b815464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161781556007546040516346f0e8a760e11b81526001600160601b03891660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015610a0c575f80fd5b505af1158015610a1e573d5f803e3d5ffd5b5050505050505050505050565b60ff8281165f908152600160205260409020541615610a4c57610a4c610b47565b60ff9182165f908152600160205260409020805460ff191691909216179055565b61074c806165c683390190565b6001600160a01b0381168114610a8e575f80fd5b50565b5f8060408385031215610aa2575f80fd5b8251610aad81610a7a565b6020840151909250610abe81610a7a565b809150509250929050565b5f60208284031215610ad9575f80fd5b8151610ae481610a7a565b9392505050565b6001600160601b0381168114610a8e575f80fd5b5f60208284031215610b0f575f80fd5b8151610ae481610aeb565b64ffffffffff81168114610a8e575f80fd5b5f60208284031215610b3c575f80fd5b8151610ae481610b1a565b634e487b7160e01b5f52600160045260245ffd5b615a5e80610b685f395ff3fe608060405234801561000f575f80fd5b506004361061028c575f3560e01c80636291423a11610161578063b9a5c030116100ca578063d44f8a4b11610084578063d44f8a4b14610b0f578063de0eb85f14610b22578063e8ce883d14610b35578063e9e96c7014610b48578063ea48ce9b14610b85578063f48016ce14610b98575f80fd5b8063b9a5c03014610aa0578063bac475b714610ab3578063beba112014610ac6578063bf1db3f914610ad9578063bf7e214f14610aec578063c4d66de814610afc575f80fd5b80639a148b7f1161011b5780639a148b7f146107ca578063a5961b4c146107dd578063a6bc7cb81461086a578063a71bfbb71461087d578063a9ea092814610890578063b4485022146109a1575f80fd5b80636291423a1461071c57806363fe327a1461072d5780636d387fe41461073e5780637a9e5e4b146107765780638eaa6ac0146107895780638fb36037146107a9575f80fd5b80633a208dc71161020357806354f6127f116101bd57806354f6127f14610654578063553b2101146106745780635809c85d1461068757806359386f8e146106c55780635ecf260f146106d85780635fd1efec14610709575f80fd5b80633a208dc714610523578063493eaa13146105485780634a923f0c146105f25780634f9c1c091461060557806351486e7d1461061857806354f1fa8114610641575f80fd5b806310a0638a1161025457806310a0638a1461048457806319f47dfc146104995780631b50e10b146104c757806322e16406146104da57806325c083cf146104ed57806338a699a414610500575f80fd5b80630345861d1461029057806307ccf38c146102cd57806309648a9d146103fb5780630ad044ce146104345780630d3581811461045f575b5f80fd5b6102a361029e36600461517d565b610bb9565b604080516001600160a01b03909316835264ffffffffff9091166020830152015b60405180910390f35b6103806102db3660046151b4565b6040805160c080820183525f80835260208084018290528385018290526060808501839052608080860184905260a09586018490526001600160601b03978816845260088352928690208651948501875280548089168652600160601b8082048a1694870194909452600160c01b900464ffffffffff9081169786019790975260010154968716908401528504841690820152600160881b9093049091169082015290565b6040516102c491905f60c0820190506001600160601b0383511682526001600160601b03602084015116602083015264ffffffffff60408401511660408301526001600160601b03606084015116606083015264ffffffffff608084015116608083015264ffffffffff60a08401511660a083015292915050565b6104226104093660046151cf565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020016102c4565b6104476104423660046151f3565b610c67565b6040516001600160601b0390911681526020016102c4565b61042261046d36600461525a565b60ff9081165f908152600160205260409020541690565b6104976104923660046151b4565b610cd8565b005b6104476104a73660046151b4565b6001600160601b039081165f908152600860205260409020600101541690565b6104976104d5366004615275565b610d1a565b6104976104e836600461517d565b610d83565b6104476104fb3660046151b4565b610fbd565b61051361050e3660046151cf565b610fd8565b60405190151581526020016102c4565b6007546001600160a01b03165b6040516001600160a01b0390911681526020016102c4565b6105bb6105563660046151b4565b60408051606080820183525f80835260208084018290529284018190526001600160601b039485168152600a835283902083519182018452548085168252600160601b810490941691810191909152600160c01b90920464ffffffffff169082015290565b6040805182516001600160601b039081168252602080850151909116908201529181015164ffffffffff16908201526060016102c4565b610447610600366004615290565b611060565b6105136106133660046151b4565b6110bb565b61062b6106263660046152d8565b61111b565b60405164ffffffffff90911681526020016102c4565b61049761064f366004615316565b61147e565b6106676106623660046151cf565b6115d1565b6040516102c49190615392565b6104976106823660046153a4565b611673565b61069a61069536600461517d565b6116c9565b6040805182516001600160a01b0316815260209283015164ffffffffff1692810192909252016102c4565b6104976106d33660046153e2565b61172c565b6106eb6106e636600461544f565b611799565b6040805164ffffffffff9384168152929091166020830152016102c4565b610497610717366004615275565b611858565b6006546001600160a01b0316610530565b6005546001600160a01b0316610530565b61075161074c36600461547b565b6118b9565b604080516001600160601b03909316835264ffffffffff9091166020830152016102c4565b610497610784366004615275565b611958565b61079c6107973660046151cf565b6119d0565b6040516102c491906154a7565b6107b1611af2565b6040516001600160e01b031990911681526020016102c4565b6104976107d8366004615507565b611b14565b61085d6107eb3660046151cf565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945264ffffffffff620100008504811693820193909352600160381b9093049091169082015290565b6040516102c49190615555565b6102a3610878366004615598565b611b2b565b61049761088b36600461517d565b611cd8565b61099461089e3660046151b4565b60408051610120810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810191909152506001600160601b039081165f9081526009602090815260409182902082516101208101845281548086168252600160601b808204871694830194909452600160c01b9081900464ffffffffff908116958301959095526001830154808716606084015293840486166080830152830490931660a0840152600160e81b90910460ff1660c0830152600201546001600160a01b03811660e0830152600160a01b900490911661010082015290565b6040516102c491906155d5565b610a4c6109af36600461517d565b604080516080810182525f808252602082018190529181018290526060810191909152506001600160601b039182165f908152600b602090815260408083206001600160a01b0394909416835292815290829020825160808101845290548085168252600160601b810490941691810191909152600160c01b830461ffff1691810191909152600160d01b90910464ffffffffff16606082015290565b6040516102c491905f6080820190506001600160601b0383511682526001600160601b03602084015116602083015261ffff604084015116604083015264ffffffffff606084015116606083015292915050565b610513610aae3660046151b4565b612052565b610497610ac13660046156be565b6120fb565b610447610ad43660046151b4565b612234565b610513610ae736600461525a565b6125c8565b5f546001600160a01b0316610530565b610497610b0a366004615275565b612614565b610447610b1d3660046156eb565b612734565b610447610b3036600461547b565b61287e565b610447610b4336600461547b565b612a75565b610513610b56366004615718565b60ff9283165f908152600260209081526040808320948616835293815283822092851682529190915220541690565b610447610b933660046156eb565b612b08565b610bab610ba6366004615755565b612c41565b6040519081526020016102c4565b5f80610bc7335b5f36612cc1565b60405160016245b56d60e11b0319815273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063ff74952690610c039087908790600401615787565b5f6040518083038186803b158015610c19575f80fd5b505af4158015610c2b573d5f803e3d5ffd5b505050505f610c3985612db0565b600290910180546001600160a01b039687166001600160a01b03198216179091559490941695939450505050565b5f610c7133610bc0565b5f610c7b86612e68565b60018101549091505f90610c97906001600160601b0316612f2d565b90508515610cac57610caa878383612ff0565b505b8415610cbf57610cbd8783836133f5565b505b610ccb878383876136bb565b925050505b949350505050565b610ce133610bc0565b5f610ceb82612e68565b60018101549091505f90610d07906001600160601b0316612f2d565b9050610d14838383612ff0565b50505050565b610d2333610bc0565b600580546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f960b8b5c264ebbae758850aa1b8e20d698fe852b7c686ee4ee8e991602c42cbe91015b60405180910390a15050565b610d8c33610bc0565b6001600160601b0382165f908152600d602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015610e16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3a91906157a9565b15610e65578282604051633cdee7f960e01b8152600401610e5c929190615787565b60405180910390fd5b73__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610eac573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed091906157c4565b81546001600160a01b0319166001600160a01b039190911617815560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015610f39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5d91906157df565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161781556040517e2713bc0b3137ab1236c169e5d41bf95db32cea0a163dc838d6842c6410b99a90610fb09085908590615787565b60405180910390a1505050565b5f610fc733610bc0565b610fd0826138dd565b90505b919050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af415801561103c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd091906157a9565b5f61106a33610bc0565b5f61107485612e68565b60018101549091505f90611090906001600160601b0316612f2d565b905084156110a5576110a3868383612ff0565b505b6110b186838387613b8e565b9695505050505050565b6001600160601b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160881b90910464ffffffffff16600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401611021565b5f61112533610bc0565b6001600160601b0385165f908152600860205260409081902060018101549151638d38cd4b60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561119e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c291906157a9565b156111eb57604051630e5c323960e01b81526001600160601b0387166004820152602401610e5c565b5f6111f586612f2d565b9050611202868286613d9a565b6001820180546001600160601b0319166001600160601b0388161790556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561126d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129191906157fa565b82546001600160601b0319166001600160601b03919091161782556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af41580156112fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061131e91906157fa565b825f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561138c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113b091906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556113db82613e33565b5060018201548254604080516001600160601b03808c168252938416602082015292821690830152600160c01b900464ffffffffff1660608201526001600160a01b03861660808201527fd3ee63d0421bec5f3bb2d1f810b978739c31bb1e1f31c7113739eca75026933b9060a00160405180910390a16114748783838460010160189054906101000a900464ffffffffff1688613f6f565b5050949350505050565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156114e0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061150491906157a9565b1561152d5760405163ea01ac1f60e01b815230600482015260ff84166024820152604401610e5c565b60ff8085169083161461156e5760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401610e5c565b60ff8084165f90815260026020908152604080832088851684528252808320858516845290915290205416610d145760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401610e5c565b5f8181526003602052604090206001018054606091906115f090615815565b80601f016020809104026020016040519081016040528092919081815260200182805461161c90615815565b80156116675780601f1061163e57610100808354040283529160200191611667565b820191905f5260205f20905b81548152906001019060200180831161164a57829003601f168201915b50505050509050919050565b61167c33610bc0565b5f61168683612e68565b60018101549091505f906116a2906001600160601b0316612f2d565b905082156116b7576116b5848383612ff0565b505b6116c28483836133f5565b5050505050565b6040805180820182525f80825260209182018190526001600160601b0385168152600d82528281206001600160a01b038581168352908352908390208351808501909452549081168352600160a01b900464ffffffffff16908201525b92915050565b61173533610bc0565b5f61173f86612e68565b60018101549091505f9061175b906001600160601b0316612f2d565b905085156117705761176e878383612ff0565b505b8415611783576117818783836133f5565b505b6117908783838787613f6f565b50505050505050565b5f806117a433610bc0565b6040516301b50dd760e71b81526001600160601b038516600482015264ffffffffff8416602482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063da86eb80906044015f6040518083038186803b158015611802575f80fd5b505af4158015611814573d5f803e3d5ffd5b505050505f61182285612db0565b6001909101805464ffffffffff968716600160c01b90810264ffffffffff60c01b19831617909255049490941695939450505050565b61186133610bc0565b600680546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f8414c1d6352c513484c229579bca3842a94d9c46e1dd28ec9b03c9b3d5a4ae429101610d77565b5f806118c433610bc0565b5f6118ce85612db0565b6001820180546001600160601b03888116600160601b818102600160601b600160c01b0319851617909455604080518c84168152602081019290925264ffffffffff861690820152929091041695509093509091507f74cf98e0b0178be4925e6447d2bdeea75507d176a76652c4b0eda5f06da689c39060600160405180910390a1509250929050565b5f5433906001600160a01b0316811461198e5760405162d1953b60e31b81526001600160a01b0382166004820152602401610e5c565b816001600160a01b03163b5f036119c3576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e5c565b6119cc82614316565b5050565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015264ffffffffff62010000820481166080840152600160381b9091041660a08201529283526001810180549192840191611a6b90615815565b80601f0160208091040260200160405190810160405280929190818152602001828054611a9790615815565b8015611ae25780601f10611ab957610100808354040283529160200191611ae2565b820191905f5260205f20905b815481529060010190602001808311611ac557829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff16611b0857505f90565b50638fb3603760e01b90565b611b1d33610bc0565b610d14848484846001614369565b5f80611b3633610bc0565b6001600160601b0385165f908152600d602090815260408083206001600160a01b0388168452909152908190208054915163790a38ad60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015611bc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611be491906157a9565b15611c0657858560405163020c3e0f60e31b8152600401610e5c929190615787565b80546001600160a01b038581166001600160a01b0319831617835560408051639fa6a6e360e01b81529051918316955064ffffffffff600160a01b90930492909216935073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015611c88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cac91906157df565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161790559094909350915050565b611ce133610bc0565b6001600160601b0382165f908152600b602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015611d6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8f91906157a9565b15611d9957505050565b611da283612f2d565b506040516301f8588560e51b81526001600160601b03841660048201525f9073__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af4158015611dfb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e1f91906157fa565b6001600160601b0381165f908152600d602090815260408083206001600160a01b03881684529091529081902054905163790a38ad60e01b8152600160a01b90910464ffffffffff16600482015290915073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015611eaa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ece91906157a9565b15611ef057808360405163020c3e0f60e31b8152600401610e5c929190615787565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611f37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f5b91906157fa565b82546001600160601b0319166001600160601b039190911617825560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015611fc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe891906157df565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b1990911617909155506001600160601b0382165f908152600c602090815260408220805460018101825590835291200180546001600160a01b0383166001600160a01b03199091161790555050565b6001600160601b0381165f908152600860209081526040808320548151639fa6a6e360e01b81529151610fd093600160c01b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af41580156120c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120ec91906157df565b64ffffffffff90811691161190565b61210433610bc0565b5f61210e84614a23565b80546001600160601b038581166001600160c01b0319831617600160601b9186169190910217825560408051639fa6a6e360e01b81529051929350600160c01b90910464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015612197573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121bb91906157df565b825464ffffffffff60c01b1916600160c01b64ffffffffff92831602178355604080516001600160601b03888116825287811660208301528616818301529183166060830152517ff247f9f8f9c455e0928cd8b5f34ef2567264cde4001db187c3e930c25e08fc15916080908290030190a15050505050565b6001600160601b0381165f908152600c602090815260408083208054825181850281018501909352808352849383018282801561229857602002820191905f5260205f20905b81546001600160a01b0316815260019091019060200180831161227a575b5050505050905080515f036123195773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156122ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231291906157fa565b9392505050565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612360573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238491906157fa565b6001600160601b038085165f90815260096020526040812060020154929450600160a01b90920416908080805b85518110156125bd578581815181106123cc576123cc61584d565b6020908102919091018101516001600160601b038a81165f908152600b845260408082206001600160a01b0385168352909452839020549251630a4d29dd60e31b8152921660048301819052909550935073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015612457573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061247b91906157a9565b6125b5576001600160601b0385165f908152600d602090815260408083206001600160a01b038881168552925291829020549151636a88f0a760e11b8152911660048201819052925073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af41580156124fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061252291906157a9565b6125b557604051636e5912e760e01b81526125b290889073__$3bac17678db7ae928afa209f2f44deec9c$__90636e5912e79061256e906001600160601b038916908890600401615787565b602060405180830381865af4158015612589573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ad91906157fa565b614ae6565b96505b6001016123b1565b505050505050919050565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401611021565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156126595750825b90505f8267ffffffffffffffff1660011480156126755750303b155b905081158015612683575080155b156126a15760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156126cb57845460ff60401b1916600160401b1785555b600580546001600160a01b0319166001600160a01b038816179055831561272c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f61273e33610bc0565b5f6127498585614b47565b805490915064ffffffffff600160d01b82041690612770906001600160601b031685614c17565b82546001600160601b0319166001600160601b0391909116178255612796868684614c61565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156127dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061280191906157df565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f6eea09d3401164101f559606e8c76aca972689ba8330a579bd6507b5889d153f9061286d9088908890889088908790615861565b60405180910390a150509392505050565b5f61288833610bc0565b5f61289284612f2d565b80546001820154919250600160c01b900464ffffffffff16906128be906001600160601b031685614ae6565b826001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561292c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061295091906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b19909116178255600182015460048054604051631c5da14d60e11b81526001600160601b0390931695507f317c91a4e8d5e9d4af7c5e856f79e6db430257dabe4a32a352ef58b9ba000f3d92889288926001600160a01b0316916338bb429a916129e6918691016001600160601b0391909116815260200190565b602060405180830381865afa158015612a01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a2591906157c4565b604080516001600160601b03948516815292841660208401526001600160a01b0390911690820152908516606082015264ffffffffff8316608082015260a00160405180910390a1505092915050565b5f612a7f33610bc0565b5f612a8984612f2d565b90505f612a97858386614d7e565b600183015460048054604051631c5da14d60e11b81526001600160601b038a8116938201939093529190921695509192507fb144c2ad8fd690acb16f40becc8acde92c8694ef99952f875213f57ce1b7acef91879187916001600160a01b03909116906338bb429a906024016129e6565b5f612b1233610bc0565b5f612b1d8585614b47565b805490915064ffffffffff600160d01b82041690612b44906001600160601b031685614ae6565b82546001600160601b0319166001600160601b0391909116178255612b6a868684614c61565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612bb1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bd591906157df565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f05e52d64c754f7a526cf0704e8cfe26c04e8b656e7b493f61fbda7109a326f429061286d9088908890889088908790615861565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015612c9d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231291906158a3565b5f80612cf4612cd75f546001600160a01b031690565b8630612ce660045f898b6158ba565b612cef916158e1565b614ebb565b91509150816116c25763ffffffff811615612d8d575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90612d4e90889088908890600401615917565b5f604051808303815f87803b158015612d65575f80fd5b505af1158015612d77573d5f803e3d5ffd5b50505f805460ff60a01b19169055506116c29050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610e5c565b5f80612dbb83612f2d565b9150815f0160189054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e3f91906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782559092909150565b6001600160601b0381165f90815260086020526040908190206001810154915163790a38ad60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612ee1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0591906157a9565b15610fd35760405162af6eb360e61b81526001600160601b0383166004820152602401610e5c565b6001600160601b0381165f90815260096020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612fa3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fc791906157a9565b15610fd35760405163091c22d760e41b81526001600160601b0383166004820152602401610e5c565b6002810154604051636a88f0a760e11b81526001600160a01b0390911660048201525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af415801561304e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307291906157a9565b612312576001830154604051633682752160e21b8152600160601b90910464ffffffffff1660048201525f9073__$71e292c09eace9601b3e21e68a1278917a$__90630c67422c9073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156130f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061311891906158a3565b613122904261596a565b6040518263ffffffff1660e01b815260040161314091815260200190565b602060405180830381865af415801561315b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317f91906157df565b60405163790a38ad60e01b815264ffffffffff8216600482015290915073__$71e292c09eace9601b3e21e68a1278917a$__9063790a38ad90602401602060405180830381865af41580156131d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131fa91906157a9565b156132725773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613246573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326a91906157fa565b915050612312565b60028301548454604051635bdf11e360e11b81526001600160a01b03909216600483015264ffffffffff831660248301526001600160601b0316604482015273__$f048dbd5170c0ac319fa0222065b281d84$__9063b7be23c690606401602060405180830381865af41580156132eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061330f91906157fa565b835490925061332e90600160601b90046001600160601b031683614ae6565b8354600160601b600160c01b031916600160601b6001600160601b0392831681029190911785558554613365929190041683614ae6565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f6133968585614fc3565b85546040519192507fed4853b0609e21bd14ba3f580ebca5d25c21bc024161fd250b6b33c768c1c8729161286d91899187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b8154604051630a4d29dd60e31b8152600160601b9091046001600160601b0316600482018190529073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613457573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061347b91906157a9565b612312576001830154613498906001600160601b03168383613d9a565b60018301546134b1906001600160601b0316838361505a565b81546134c6906001600160601b031682614ae6565b82546001600160601b0319166001600160601b03918216178084556134f491600160601b9091041682614c17565b8254600160601b600160c01b031916600160601b6001600160601b03928316021783558354613524911682614ae6565b83546001600160601b0319166001600160601b03919091161783556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561358d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135b191906157fa565b83546001600160601b0391909116600160601b02600160601b600160c01b03199091161783555f6135e28484614fc3565b90507f38151af1adffdc3651d3f7917ea0e90417d40e286b11741dd01a3e3228d96c598583865f015f9054906101000a90046001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613664573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061368891906157fa565b88546040516136ab9594939291600160c01b900464ffffffffff1690889061597d565b60405180910390a1509392505050565b8254604051637931c81160e01b81526001600160601b03808416600483015290911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af415801561371e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061374291906157fa565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af415801561379b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137bf91906157a9565b610cd0576137cc85612052565b1561380b57835460405163187bc0bd60e21b81526001600160601b0387166004820152600160c01b90910464ffffffffff166024820152604401610e5c565b8254613820906001600160601b031682614c17565b83546001600160601b0319166001600160601b039182161784558454613847911682614c17565b84546001600160601b0319166001600160601b03919091161784555f61386d8585614fc3565b85546040519192507fed7a6a5cb58253a85b06a414d4fb43855fc759e9f19af28b775bf2b47ec7bf70916138cc91899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b60405180910390a150949350505050565b5f806138e883612f2d565b90505f6138f484614a23565b8054909150600160c01b900464ffffffffff165f61391186612234565b6001850154845491925073__$3bac17678db7ae928afa209f2f44deec9c$__91637931c811916001600160601b03600160601b90910481169161395691869116614ae6565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af415801561399f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139c391906157fa565b8354604051637931c81160e01b81526001600160601b038084166004830152600160601b909204909116602482015290955073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015613a2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a5391906157fa565b94508484600101600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613ac5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ae991906157df565b845464ffffffffff60c01b198116600160c01b64ffffffffff93841602908117875560018701548654604080516001600160601b03808e168252600160601b9485900481166020830152939092048316908201528582166060820152928116911617608082015290831660a08201527f816866bb29a0d245f04a0179c957b4495d86447de93a8a4962fd3528510991429060c00160405180910390a150505050919050565b8254604051637931c81160e01b81526001600160601b038084166004830152600160601b90920490911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015613bf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c1d91906157fa565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613c76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9a91906157a9565b610cd0576001840154613cb7906001600160601b0316848361505a565b8254613cd390600160601b90046001600160601b031682614c17565b8354600160601b600160c01b031916600160601b6001600160601b0392831681029190911785558554613d0a929190041682614c17565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f613d3b8585614fc3565b85546040519192507f39ee77ec34c101210194f9f2c8be592bf5ef303db8e68adf58b4fbe747a13482916138cc91899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b8154613dcd90613db3906001600160601b031683614ae6565b6001840154600160601b90046001600160601b03166150ce565b15613e2e576001820154825484916001600160601b03600160601b909104811691613df9911684614ae6565b604051631946161f60e01b81526001600160601b03938416600482015291831660248301529091166044820152606401610e5c565b505050565b5f8160010160119054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613e93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613eb791906157df565b8260010160116101000a81548164ffffffffff021916908364ffffffffff16021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613f22573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f4691906157df565b82600101600c6101000a81548164ffffffffff021916908364ffffffffff160217905550919050565b604051630a4d29dd60e31b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613fc5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fe991906157a9565b6116c2576001840154614006906001600160601b03168483613d9a565b825461401b906001600160601b031682614ae6565b83546001600160601b0319166001600160601b039182161784558454614042911682614ae6565b84546001600160601b0319166001600160601b0391909116178455600183015460405163e83da7ad60e01b815264ffffffffff8085166004830152600160c01b90920490911660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__9063e83da7ad90604401602060405180830381865af41580156140c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140ed91906157df565b6040516330b8415f60e01b81526001600160601b038416600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015614146573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061416a91906157a9565b80156141e95750604051638d38cd4b60e01b815264ffffffffff8216600482015273__$71e292c09eace9601b3e21e68a1278917a$__90638d38cd4b90602401602060405180830381865af41580156141c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141e991906157a9565b1561429b5784546040516352bcc5a760e11b8152600160c01b90910464ffffffffff90811660048301528216602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015614254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061427891906157df565b855464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161785555b5f6142a68686614fc3565b86546040519192507f15d4969bfd34a12fabf5d09d2615ffc4f81d206e7756d9e3c0919ba800d57e4191614305918a9187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b60405180910390a150505050505050565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b8015614414576004805460065460405163647b8c2f60e01b81526001600160a01b0392831693810193909352811660248301526001600160601b038716604483015260ff8616606483015264ffffffffff85166084830152831660a482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063647b8c2f9060c4015f6040518083038186803b1580156143fd575f80fd5b505af415801561440f573d5f803e3d5ffd5b505050505b6001600160601b0385165f90815260096020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af4158015614478573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061449c91906157fa565b81546001600160601b0319166001600160601b03919091161781556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015614505573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061452991906157fa565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015614597573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145bb91906157fa565b816001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614629573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061464d91906157fa565b60018201805471ff0000000000ffffffffffffffffffffffff60601b1916600160601b6001600160601b039384160260ff60e81b191617600160e81b60ff8916021764ffffffffff60c01b1916600160c01b64ffffffffff8816021790556002820180546001600160a01b0319166001600160a01b0386161790556040516301f8588560e51b8152908716600482015273__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af4158015614717573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061473b91906157fa565b8160020160146101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156147aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147ce91906157df565b815464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161781556001600160601b0386165f908152600a6020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af4158015614854573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061487891906157fa565b81546001600160601b0319166001600160601b039190911617815560408051636ac5db1960e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__91636ac5db199160048083019260209291908290030181865af41580156148e1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061490591906157fa565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614973573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061499791906157df565b815464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161781556007546040516346f0e8a760e11b81526001600160601b03891660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015614a04575f80fd5b505af1158015614a16573d5f803e3d5ffd5b5050505050505050505050565b6001600160601b0381165f908152600a6020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614a99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614abd91906157a9565b15610fd3576040516384bdfa9560e01b81526001600160601b0383166004820152602401610e5c565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156122ee573d5f803e3d5ffd5b6001600160601b0382165f908152600b602090815260408083206001600160a01b0385168452909152908190208054915163790a38ad60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614bd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614bf591906157a9565b1561172657828260405163688e635d60e11b8152600401610e5c929190615787565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401614b2c565b8054600160c01b900461ffff16816018614c7a836159bd565b82546101009290920a61ffff8181021990931691831602179091556005548354604051638755a73f60e01b81526001600160601b0380891660048301526001600160a01b038881166024840152600160c01b84049095166044830152600160601b83048116606483015290911660848201525f9350911690638755a73f9060a401602060405180830381865afa158015614d16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614d3a91906157a9565b90508015610d1457815461ffff60c01b19600160601b6001600160601b03831602166dffffffffffffffffffffffffffff60601b199091161782556116c2846138dd565b81546001830154600160c01b90910464ffffffffff1690614da99083906001600160601b03166150ce565b15614de85760018301546040516301a4b29960e11b81526001600160601b03808716600483015291821660248201529083166044820152606401610e5c565b6001830154614e00906001600160601b031683614c17565b836001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614e6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e9291906157df565b835464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161790925550919050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251614f2991906159dd565b5f60405180830381855afa9150503d805f8114614f61576040519150601f19603f3d011682016040523d82523d5f602084013e614f66565b606091505b50915091508115614fb8576040815110614f985780806020019051810190614f8e91906159f3565b9094509250614fb8565b6020815110614fb85780806020019051810190614fb591906157a9565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561500b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061502f91906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b1990911617825561231283613e33565b5f615066848484614d7e565b6001840154604080516001600160601b03808916825280871660208301529092169082015264ffffffffff821660608201529091507fc0f991fc396647cd10937655916d61916ae77295c1d6a67e335bc8f5024174919060800160405180910390a150505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af415801561512e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231291906157a9565b6001600160601b0381168114615166575f80fd5b50565b6001600160a01b0381168114615166575f80fd5b5f806040838503121561518e575f80fd5b823561519981615152565b915060208301356151a981615169565b809150509250929050565b5f602082840312156151c4575f80fd5b813561231281615152565b5f602082840312156151df575f80fd5b5035919050565b8015158114615166575f80fd5b5f805f8060808587031215615206575f80fd5b843561521181615152565b93506020850135615221816151e6565b92506040850135615231816151e6565b9150606085013561524181615152565b939692955090935050565b60ff81168114615166575f80fd5b5f6020828403121561526a575f80fd5b81356123128161524c565b5f60208284031215615285575f80fd5b813561231281615169565b5f805f606084860312156152a2575f80fd5b83356152ad81615152565b925060208401356152bd816151e6565b915060408401356152cd81615152565b809150509250925092565b5f805f80608085870312156152eb575f80fd5b84356152f681615152565b9350602085013561530681615152565b9250604085013561523181615169565b5f805f8060808587031215615329575f80fd5b84356153348161524c565b935060208501356153448161524c565b925060408501356153548161524c565b915060608501356152418161524c565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6123126020830184615364565b5f80604083850312156153b5575f80fd5b82356153c081615152565b915060208301356151a9816151e6565b64ffffffffff81168114615166575f80fd5b5f805f805f60a086880312156153f6575f80fd5b853561540181615152565b94506020860135615411816151e6565b93506040860135615421816151e6565b92506060860135615431816153d0565b9150608086013561544181615152565b809150509295509295909350565b5f8060408385031215615460575f80fd5b823561546b81615152565b915060208301356151a9816153d0565b5f806040838503121561548c575f80fd5b823561549781615152565b915060208301356151a981615152565b602081526154ee60208201835160ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f602083015160a080840152610cd060c0840182615364565b5f805f806080858703121561551a575f80fd5b843561552581615152565b935060208501356155358161524c565b92506040850135615545816153d0565b9150606085013561524181615169565b60808101611726828460ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f805f606084860312156155aa575f80fd5b83356155b581615152565b925060208401356155c581615169565b915060408401356152cd81615169565b81516001600160601b03168152602080830151610120830191615602908401826001600160601b03169052565b50604083015161561b604084018264ffffffffff169052565b50606083015161563660608401826001600160601b03169052565b50608083015161565160808401826001600160601b03169052565b5060a083015161566a60a084018264ffffffffff169052565b5060c083015161567f60c084018260ff169052565b5060e083015161569a60e08401826001600160a01b03169052565b506101008301516156b76101008401826001600160601b03169052565b5092915050565b5f805f606084860312156156d0575f80fd5b83356156db81615152565b925060208401356152bd81615152565b5f805f606084860312156156fd575f80fd5b833561570881615152565b925060208401356152bd81615169565b5f805f6060848603121561572a575f80fd5b83356157358161524c565b925060208401356157458161524c565b915060408401356152cd8161524c565b5f8060408385031215615766575f80fd5b82356157718161524c565b9150602083013560ff19811681146151a9575f80fd5b6001600160601b039290921682526001600160a01b0316602082015260400190565b5f602082840312156157b9575f80fd5b8151612312816151e6565b5f602082840312156157d4575f80fd5b815161231281615169565b5f602082840312156157ef575f80fd5b8151612312816153d0565b5f6020828403121561580a575f80fd5b815161231281615152565b600181811c9082168061582957607f821691505b60208210810361584757634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015264ffffffffff909116608082015260a00190565b5f602082840312156158b3575f80fd5b5051919050565b5f80858511156158c8575f80fd5b838611156158d4575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156156b7576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561172657611726615956565b6001600160601b039687168152948616602086015292851660408501529316606083015264ffffffffff928316608083015290911660a082015260c00190565b5f61ffff821661ffff81036159d4576159d4615956565b60010192915050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615a04575f80fd5b8251615a0f816151e6565b602084015190925063ffffffff811681146151a9575f80fdfea2646970667358221220e89ebe55122af06fc17edc56c42842c6f22e49d223ffe3cb2be39edf1b0ade0264736f6c634300081a00336080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea264697066735822122096ea3341864adfa8ac3d3866a69da65a8783093e1a865236fbe311962824969764736f6c634300081a0033",
|
2359
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061028c575f3560e01c80636291423a11610161578063b9a5c030116100ca578063d44f8a4b11610084578063d44f8a4b14610b0f578063de0eb85f14610b22578063e8ce883d14610b35578063e9e96c7014610b48578063ea48ce9b14610b85578063f48016ce14610b98575f80fd5b8063b9a5c03014610aa0578063bac475b714610ab3578063beba112014610ac6578063bf1db3f914610ad9578063bf7e214f14610aec578063c4d66de814610afc575f80fd5b80639a148b7f1161011b5780639a148b7f146107ca578063a5961b4c146107dd578063a6bc7cb81461086a578063a71bfbb71461087d578063a9ea092814610890578063b4485022146109a1575f80fd5b80636291423a1461071c57806363fe327a1461072d5780636d387fe41461073e5780637a9e5e4b146107765780638eaa6ac0146107895780638fb36037146107a9575f80fd5b80633a208dc71161020357806354f6127f116101bd57806354f6127f14610654578063553b2101146106745780635809c85d1461068757806359386f8e146106c55780635ecf260f146106d85780635fd1efec14610709575f80fd5b80633a208dc714610523578063493eaa13146105485780634a923f0c146105f25780634f9c1c091461060557806351486e7d1461061857806354f1fa8114610641575f80fd5b806310a0638a1161025457806310a0638a1461048457806319f47dfc146104995780631b50e10b146104c757806322e16406146104da57806325c083cf146104ed57806338a699a414610500575f80fd5b80630345861d1461029057806307ccf38c146102cd57806309648a9d146103fb5780630ad044ce146104345780630d3581811461045f575b5f80fd5b6102a361029e36600461517d565b610bb9565b604080516001600160a01b03909316835264ffffffffff9091166020830152015b60405180910390f35b6103806102db3660046151b4565b6040805160c080820183525f80835260208084018290528385018290526060808501839052608080860184905260a09586018490526001600160601b03978816845260088352928690208651948501875280548089168652600160601b8082048a1694870194909452600160c01b900464ffffffffff9081169786019790975260010154968716908401528504841690820152600160881b9093049091169082015290565b6040516102c491905f60c0820190506001600160601b0383511682526001600160601b03602084015116602083015264ffffffffff60408401511660408301526001600160601b03606084015116606083015264ffffffffff608084015116608083015264ffffffffff60a08401511660a083015292915050565b6104226104093660046151cf565b5f90815260036020526040902054610100900460ff1690565b60405160ff90911681526020016102c4565b6104476104423660046151f3565b610c67565b6040516001600160601b0390911681526020016102c4565b61042261046d36600461525a565b60ff9081165f908152600160205260409020541690565b6104976104923660046151b4565b610cd8565b005b6104476104a73660046151b4565b6001600160601b039081165f908152600860205260409020600101541690565b6104976104d5366004615275565b610d1a565b6104976104e836600461517d565b610d83565b6104476104fb3660046151b4565b610fbd565b61051361050e3660046151cf565b610fd8565b60405190151581526020016102c4565b6007546001600160a01b03165b6040516001600160a01b0390911681526020016102c4565b6105bb6105563660046151b4565b60408051606080820183525f80835260208084018290529284018190526001600160601b039485168152600a835283902083519182018452548085168252600160601b810490941691810191909152600160c01b90920464ffffffffff169082015290565b6040805182516001600160601b039081168252602080850151909116908201529181015164ffffffffff16908201526060016102c4565b610447610600366004615290565b611060565b6105136106133660046151b4565b6110bb565b61062b6106263660046152d8565b61111b565b60405164ffffffffff90911681526020016102c4565b61049761064f366004615316565b61147e565b6106676106623660046151cf565b6115d1565b6040516102c49190615392565b6104976106823660046153a4565b611673565b61069a61069536600461517d565b6116c9565b6040805182516001600160a01b0316815260209283015164ffffffffff1692810192909252016102c4565b6104976106d33660046153e2565b61172c565b6106eb6106e636600461544f565b611799565b6040805164ffffffffff9384168152929091166020830152016102c4565b610497610717366004615275565b611858565b6006546001600160a01b0316610530565b6005546001600160a01b0316610530565b61075161074c36600461547b565b6118b9565b604080516001600160601b03909316835264ffffffffff9091166020830152016102c4565b610497610784366004615275565b611958565b61079c6107973660046151cf565b6119d0565b6040516102c491906154a7565b6107b1611af2565b6040516001600160e01b031990911681526020016102c4565b6104976107d8366004615507565b611b14565b61085d6107eb3660046151cf565b60408051608080820183525f8083526020808401829052838501829052606093840182905294815260038552839020835191820184525460ff80821683526101008204169482019490945264ffffffffff620100008504811693820193909352600160381b9093049091169082015290565b6040516102c49190615555565b6102a3610878366004615598565b611b2b565b61049761088b36600461517d565b611cd8565b61099461089e3660046151b4565b60408051610120810182525f80825260208201819052918101829052606081018290526080810182905260a0810182905260c0810182905260e08101829052610100810191909152506001600160601b039081165f9081526009602090815260409182902082516101208101845281548086168252600160601b808204871694830194909452600160c01b9081900464ffffffffff908116958301959095526001830154808716606084015293840486166080830152830490931660a0840152600160e81b90910460ff1660c0830152600201546001600160a01b03811660e0830152600160a01b900490911661010082015290565b6040516102c491906155d5565b610a4c6109af36600461517d565b604080516080810182525f808252602082018190529181018290526060810191909152506001600160601b039182165f908152600b602090815260408083206001600160a01b0394909416835292815290829020825160808101845290548085168252600160601b810490941691810191909152600160c01b830461ffff1691810191909152600160d01b90910464ffffffffff16606082015290565b6040516102c491905f6080820190506001600160601b0383511682526001600160601b03602084015116602083015261ffff604084015116604083015264ffffffffff606084015116606083015292915050565b610513610aae3660046151b4565b612052565b610497610ac13660046156be565b6120fb565b610447610ad43660046151b4565b612234565b610513610ae736600461525a565b6125c8565b5f546001600160a01b0316610530565b610497610b0a366004615275565b612614565b610447610b1d3660046156eb565b612734565b610447610b3036600461547b565b61287e565b610447610b4336600461547b565b612a75565b610513610b56366004615718565b60ff9283165f908152600260209081526040808320948616835293815283822092851682529190915220541690565b610447610b933660046156eb565b612b08565b610bab610ba6366004615755565b612c41565b6040519081526020016102c4565b5f80610bc7335b5f36612cc1565b60405160016245b56d60e11b0319815273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063ff74952690610c039087908790600401615787565b5f6040518083038186803b158015610c19575f80fd5b505af4158015610c2b573d5f803e3d5ffd5b505050505f610c3985612db0565b600290910180546001600160a01b039687166001600160a01b03198216179091559490941695939450505050565b5f610c7133610bc0565b5f610c7b86612e68565b60018101549091505f90610c97906001600160601b0316612f2d565b90508515610cac57610caa878383612ff0565b505b8415610cbf57610cbd8783836133f5565b505b610ccb878383876136bb565b925050505b949350505050565b610ce133610bc0565b5f610ceb82612e68565b60018101549091505f90610d07906001600160601b0316612f2d565b9050610d14838383612ff0565b50505050565b610d2333610bc0565b600580546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f960b8b5c264ebbae758850aa1b8e20d698fe852b7c686ee4ee8e991602c42cbe91015b60405180910390a15050565b610d8c33610bc0565b6001600160601b0382165f908152600d602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015610e16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610e3a91906157a9565b15610e65578282604051633cdee7f960e01b8152600401610e5c929190615787565b60405180910390fd5b73__$bf7bc340cbb9229ef1de2c568356e67902$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015610eac573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ed091906157c4565b81546001600160a01b0319166001600160a01b039190911617815560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015610f39573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610f5d91906157df565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161781556040517e2713bc0b3137ab1236c169e5d41bf95db32cea0a163dc838d6842c6410b99a90610fb09085908590615787565b60405180910390a1505050565b5f610fc733610bc0565b610fd0826138dd565b90505b919050565b5f8181526003602052604080822054905163b2466acf60e01b815261010090910460ff16600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf906024015b602060405180830381865af415801561103c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610fd091906157a9565b5f61106a33610bc0565b5f61107485612e68565b60018101549091505f90611090906001600160601b0316612f2d565b905084156110a5576110a3868383612ff0565b505b6110b186838387613b8e565b9695505050505050565b6001600160601b0381165f90815260086020526040808220600101549051638d38cd4b60e01b8152600160881b90910464ffffffffff16600482015273__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401611021565b5f61112533610bc0565b6001600160601b0385165f908152600860205260409081902060018101549151638d38cd4b60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af415801561119e573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111c291906157a9565b156111eb57604051630e5c323960e01b81526001600160601b0387166004820152602401610e5c565b5f6111f586612f2d565b9050611202868286613d9a565b6001820180546001600160601b0319166001600160601b0388161790556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561126d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061129191906157fa565b82546001600160601b0319166001600160601b03919091161782556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af41580156112fa573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061131e91906157fa565b825f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561138c573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113b091906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782556113db82613e33565b5060018201548254604080516001600160601b03808c168252938416602082015292821690830152600160c01b900464ffffffffff1660608201526001600160a01b03861660808201527fd3ee63d0421bec5f3bb2d1f810b978739c31bb1e1f31c7113739eca75026933b9060a00160405180910390a16114748783838460010160189054906101000a900464ffffffffff1688613f6f565b5050949350505050565b60ff8381165f908152600160205260409081902054905163037c8cb160e51b81529116600482015273__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__90636f91962090602401602060405180830381865af41580156114e0573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061150491906157a9565b1561152d5760405163ea01ac1f60e01b815230600482015260ff84166024820152604401610e5c565b60ff8085169083161461156e5760405163bae587e160e01b815230600482015260ff8085166024830152808616604483015283166064820152608401610e5c565b60ff8084165f90815260026020908152604080832088851684528252808320858516845290915290205416610d145760405163f33b49a360e01b815230600482015260ff8085166024830152808616604483015282166064820152608401610e5c565b5f8181526003602052604090206001018054606091906115f090615815565b80601f016020809104026020016040519081016040528092919081815260200182805461161c90615815565b80156116675780601f1061163e57610100808354040283529160200191611667565b820191905f5260205f20905b81548152906001019060200180831161164a57829003601f168201915b50505050509050919050565b61167c33610bc0565b5f61168683612e68565b60018101549091505f906116a2906001600160601b0316612f2d565b905082156116b7576116b5848383612ff0565b505b6116c28483836133f5565b5050505050565b6040805180820182525f80825260209182018190526001600160601b0385168152600d82528281206001600160a01b038581168352908352908390208351808501909452549081168352600160a01b900464ffffffffff16908201525b92915050565b61173533610bc0565b5f61173f86612e68565b60018101549091505f9061175b906001600160601b0316612f2d565b905085156117705761176e878383612ff0565b505b8415611783576117818783836133f5565b505b6117908783838787613f6f565b50505050505050565b5f806117a433610bc0565b6040516301b50dd760e71b81526001600160601b038516600482015264ffffffffff8416602482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063da86eb80906044015f6040518083038186803b158015611802575f80fd5b505af4158015611814573d5f803e3d5ffd5b505050505f61182285612db0565b6001909101805464ffffffffff968716600160c01b90810264ffffffffff60c01b19831617909255049490941695939450505050565b61186133610bc0565b600680546001600160a01b038381166001600160a01b03198316811790935560408051938452911660208301819052917f8414c1d6352c513484c229579bca3842a94d9c46e1dd28ec9b03c9b3d5a4ae429101610d77565b5f806118c433610bc0565b5f6118ce85612db0565b6001820180546001600160601b03888116600160601b818102600160601b600160c01b0319851617909455604080518c84168152602081019290925264ffffffffff861690820152929091041695509093509091507f74cf98e0b0178be4925e6447d2bdeea75507d176a76652c4b0eda5f06da689c39060600160405180910390a1509250929050565b5f5433906001600160a01b0316811461198e5760405162d1953b60e31b81526001600160a01b0382166004820152602401610e5c565b816001600160a01b03163b5f036119c3576040516361798f2f60e11b81526001600160a01b0383166004820152602401610e5c565b6119cc82614316565b5050565b6040805160c0810182525f91810182815260608083018490526080830184905260a0830193909352815260208101919091525f82815260036020908152604091829020825160c081018452815460ff808216958301958652610100820416606083015264ffffffffff62010000820481166080840152600160381b9091041660a08201529283526001810180549192840191611a6b90615815565b80601f0160208091040260200160405190810160405280929190818152602001828054611a9790615815565b8015611ae25780601f10611ab957610100808354040283529160200191611ae2565b820191905f5260205f20905b815481529060010190602001808311611ac557829003601f168201915b5050505050815250509050919050565b5f8054600160a01b900460ff16611b0857505f90565b50638fb3603760e01b90565b611b1d33610bc0565b610d14848484846001614369565b5f80611b3633610bc0565b6001600160601b0385165f908152600d602090815260408083206001600160a01b0388168452909152908190208054915163790a38ad60e01b8152600160a01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015611bc0573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611be491906157a9565b15611c0657858560405163020c3e0f60e31b8152600401610e5c929190615787565b80546001600160a01b038581166001600160a01b0319831617835560408051639fa6a6e360e01b81529051918316955064ffffffffff600160a01b90930492909216935073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015611c88573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611cac91906157df565b815464ffffffffff91909116600160a01b0264ffffffffff60a01b199091161790559094909350915050565b611ce133610bc0565b6001600160601b0382165f908152600b602090815260408083206001600160a01b03851684529091529081902080549151638d38cd4b60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__90638d38cd4b90602401602060405180830381865af4158015611d6b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611d8f91906157a9565b15611d9957505050565b611da283612f2d565b506040516301f8588560e51b81526001600160601b03841660048201525f9073__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af4158015611dfb573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611e1f91906157fa565b6001600160601b0381165f908152600d602090815260408083206001600160a01b03881684529091529081902054905163790a38ad60e01b8152600160a01b90910464ffffffffff16600482015290915073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015611eaa573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611ece91906157a9565b15611ef057808360405163020c3e0f60e31b8152600401610e5c929190615787565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015611f37573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611f5b91906157fa565b82546001600160601b0319166001600160601b039190911617825560408051639fa6a6e360e01b8152905173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015611fc4573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190611fe891906157df565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b1990911617909155506001600160601b0382165f908152600c602090815260408220805460018101825590835291200180546001600160a01b0383166001600160a01b03199091161790555050565b6001600160601b0381165f908152600860209081526040808320548151639fa6a6e360e01b81529151610fd093600160c01b90920464ffffffffff169273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__92639fa6a6e3926004808401938290030181865af41580156120c8573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906120ec91906157df565b64ffffffffff90811691161190565b61210433610bc0565b5f61210e84614a23565b80546001600160601b038581166001600160c01b0319831617600160601b9186169190910217825560408051639fa6a6e360e01b81529051929350600160c01b90910464ffffffffff169173__$f55ca14f1ddce1b88fe30d23ae45f595f4$__91639fa6a6e39160048083019260209291908290030181865af4158015612197573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906121bb91906157df565b825464ffffffffff60c01b1916600160c01b64ffffffffff92831602178355604080516001600160601b03888116825287811660208301528616818301529183166060830152517ff247f9f8f9c455e0928cd8b5f34ef2567264cde4001db187c3e930c25e08fc15916080908290030190a15050505050565b6001600160601b0381165f908152600c602090815260408083208054825181850281018501909352808352849383018282801561229857602002820191905f5260205f20905b81546001600160a01b0316815260019091019060200180831161227a575b5050505050905080515f036123195773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af41580156122ee573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231291906157fa565b9392505050565b73__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015612360573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061238491906157fa565b6001600160601b038085165f90815260096020526040812060020154929450600160a01b90920416908080805b85518110156125bd578581815181106123cc576123cc61584d565b6020908102919091018101516001600160601b038a81165f908152600b845260408082206001600160a01b0385168352909452839020549251630a4d29dd60e31b8152921660048301819052909550935073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015612457573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061247b91906157a9565b6125b5576001600160601b0385165f908152600d602090815260408083206001600160a01b038881168552925291829020549151636a88f0a760e11b8152911660048201819052925073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af41580156124fe573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061252291906157a9565b6125b557604051636e5912e760e01b81526125b290889073__$3bac17678db7ae928afa209f2f44deec9c$__90636e5912e79061256e906001600160601b038916908890600401615787565b602060405180830381865af4158015612589573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125ad91906157fa565b614ae6565b96505b6001016123b1565b505050505050919050565b60ff8181165f9081526001602052604080822054905163b2466acf60e01b8152921660048301529073__$2e1fcf62e7a1b3c2a33bdf2228c171b2be$__9063b2466acf90602401611021565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a008054600160401b810460ff16159067ffffffffffffffff165f811580156126595750825b90505f8267ffffffffffffffff1660011480156126755750303b155b905081158015612683575080155b156126a15760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff1916600117855583156126cb57845460ff60401b1916600160401b1785555b600580546001600160a01b0319166001600160a01b038816179055831561272c57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b5f61273e33610bc0565b5f6127498585614b47565b805490915064ffffffffff600160d01b82041690612770906001600160601b031685614c17565b82546001600160601b0319166001600160601b0391909116178255612796868684614c61565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156127dd573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061280191906157df565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f6eea09d3401164101f559606e8c76aca972689ba8330a579bd6507b5889d153f9061286d9088908890889088908790615861565b60405180910390a150509392505050565b5f61288833610bc0565b5f61289284612f2d565b80546001820154919250600160c01b900464ffffffffff16906128be906001600160601b031685614ae6565b826001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561292c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061295091906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b19909116178255600182015460048054604051631c5da14d60e11b81526001600160601b0390931695507f317c91a4e8d5e9d4af7c5e856f79e6db430257dabe4a32a352ef58b9ba000f3d92889288926001600160a01b0316916338bb429a916129e6918691016001600160601b0391909116815260200190565b602060405180830381865afa158015612a01573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612a2591906157c4565b604080516001600160601b03948516815292841660208401526001600160a01b0390911690820152908516606082015264ffffffffff8316608082015260a00160405180910390a1505092915050565b5f612a7f33610bc0565b5f612a8984612f2d565b90505f612a97858386614d7e565b600183015460048054604051631c5da14d60e11b81526001600160601b038a8116938201939093529190921695509192507fb144c2ad8fd690acb16f40becc8acde92c8694ef99952f875213f57ce1b7acef91879187916001600160a01b03909116906338bb429a906024016129e6565b5f612b1233610bc0565b5f612b1d8585614b47565b805490915064ffffffffff600160d01b82041690612b44906001600160601b031685614ae6565b82546001600160601b0319166001600160601b0391909116178255612b6a868684614c61565b73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612bb1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612bd591906157df565b825464ffffffffff91909116600160d01b0264ffffffffff60d01b198216811784556040516001600160601b03918216919092161793507f05e52d64c754f7a526cf0704e8cfe26c04e8b656e7b493f61fbda7109a326f429061286d9088908890889088908790615861565b604051637a400b6760e11b815260ff8316600482015260ff19821660248201525f9073__$4b9aaffa8d044614668dad578b824b8eee$__9063f48016ce90604401602060405180830381865af4158015612c9d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231291906158a3565b5f80612cf4612cd75f546001600160a01b031690565b8630612ce660045f898b6158ba565b612cef916158e1565b614ebb565b91509150816116c25763ffffffff811615612d8d575f805460ff60a01b198116600160a01b17909155604051634a63ebf760e11b81526001600160a01b03909116906394c7d7ee90612d4e90889088908890600401615917565b5f604051808303815f87803b158015612d65575f80fd5b505af1158015612d77573d5f803e3d5ffd5b50505f805460ff60a01b19169055506116c29050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610e5c565b5f80612dbb83612f2d565b9150815f0160189054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015612e1b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612e3f91906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161782559092909150565b6001600160601b0381165f90815260086020526040908190206001810154915163790a38ad60e01b8152600160881b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612ee1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612f0591906157a9565b15610fd35760405162af6eb360e61b81526001600160601b0383166004820152602401610e5c565b6001600160601b0381165f90815260096020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015612fa3573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190612fc791906157a9565b15610fd35760405163091c22d760e41b81526001600160601b0383166004820152602401610e5c565b6002810154604051636a88f0a760e11b81526001600160a01b0390911660048201525f9073__$bf7bc340cbb9229ef1de2c568356e67902$__9063d511e14e90602401602060405180830381865af415801561304e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061307291906157a9565b612312576001830154604051633682752160e21b8152600160601b90910464ffffffffff1660048201525f9073__$71e292c09eace9601b3e21e68a1278917a$__90630c67422c9073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063da09d48490602401602060405180830381865af41580156130f4573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061311891906158a3565b613122904261596a565b6040518263ffffffff1660e01b815260040161314091815260200190565b602060405180830381865af415801561315b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061317f91906157df565b60405163790a38ad60e01b815264ffffffffff8216600482015290915073__$71e292c09eace9601b3e21e68a1278917a$__9063790a38ad90602401602060405180830381865af41580156131d6573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906131fa91906157a9565b156132725773__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613246573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061326a91906157fa565b915050612312565b60028301548454604051635bdf11e360e11b81526001600160a01b03909216600483015264ffffffffff831660248301526001600160601b0316604482015273__$f048dbd5170c0ac319fa0222065b281d84$__9063b7be23c690606401602060405180830381865af41580156132eb573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061330f91906157fa565b835490925061332e90600160601b90046001600160601b031683614ae6565b8354600160601b600160c01b031916600160601b6001600160601b0392831681029190911785558554613365929190041683614ae6565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f6133968585614fc3565b85546040519192507fed4853b0609e21bd14ba3f580ebca5d25c21bc024161fd250b6b33c768c1c8729161286d91899187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b8154604051630a4d29dd60e31b8152600160601b9091046001600160601b0316600482018190529073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613457573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061347b91906157a9565b612312576001830154613498906001600160601b03168383613d9a565b60018301546134b1906001600160601b0316838361505a565b81546134c6906001600160601b031682614ae6565b82546001600160601b0319166001600160601b03918216178084556134f491600160601b9091041682614c17565b8254600160601b600160c01b031916600160601b6001600160601b03928316021783558354613524911682614ae6565b83546001600160601b0319166001600160601b03919091161783556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af415801561358d573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906135b191906157fa565b83546001600160601b0391909116600160601b02600160601b600160c01b03199091161783555f6135e28484614fc3565b90507f38151af1adffdc3651d3f7917ea0e90417d40e286b11741dd01a3e3228d96c598583865f015f9054906101000a90046001600160601b031673__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015613664573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061368891906157fa565b88546040516136ab9594939291600160c01b900464ffffffffff1690889061597d565b60405180910390a1509392505050565b8254604051637931c81160e01b81526001600160601b03808416600483015290911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af415801561371e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061374291906157fa565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af415801561379b573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906137bf91906157a9565b610cd0576137cc85612052565b1561380b57835460405163187bc0bd60e21b81526001600160601b0387166004820152600160c01b90910464ffffffffff166024820152604401610e5c565b8254613820906001600160601b031682614c17565b83546001600160601b0319166001600160601b039182161784558454613847911682614c17565b84546001600160601b0319166001600160601b03919091161784555f61386d8585614fc3565b85546040519192507fed7a6a5cb58253a85b06a414d4fb43855fc759e9f19af28b775bf2b47ec7bf70916138cc91899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b60405180910390a150949350505050565b5f806138e883612f2d565b90505f6138f484614a23565b8054909150600160c01b900464ffffffffff165f61391186612234565b6001850154845491925073__$3bac17678db7ae928afa209f2f44deec9c$__91637931c811916001600160601b03600160601b90910481169161395691869116614ae6565b6040516001600160e01b031960e085901b1681526001600160601b03928316600482015291166024820152604401602060405180830381865af415801561399f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906139c391906157fa565b8354604051637931c81160e01b81526001600160601b038084166004830152600160601b909204909116602482015290955073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015613a2f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613a5391906157fa565b94508484600101600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613ac5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613ae991906157df565b845464ffffffffff60c01b198116600160c01b64ffffffffff93841602908117875560018701548654604080516001600160601b03808e168252600160601b9485900481166020830152939092048316908201528582166060820152928116911617608082015290831660a08201527f816866bb29a0d245f04a0179c957b4495d86447de93a8a4962fd3528510991429060c00160405180910390a150505050919050565b8254604051637931c81160e01b81526001600160601b038084166004830152600160601b90920490911660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__90637931c81190604401602060405180830381865af4158015613bf9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c1d91906157fa565b604051630a4d29dd60e31b81526001600160601b038216600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613c76573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613c9a91906157a9565b610cd0576001840154613cb7906001600160601b0316848361505a565b8254613cd390600160601b90046001600160601b031682614c17565b8354600160601b600160c01b031916600160601b6001600160601b0392831681029190911785558554613d0a929190041682614c17565b84546001600160601b0391909116600160601b02600160601b600160c01b03199091161784555f613d3b8585614fc3565b85546040519192507f39ee77ec34c101210194f9f2c8be592bf5ef303db8e68adf58b4fbe747a13482916138cc91899186916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b8154613dcd90613db3906001600160601b031683614ae6565b6001840154600160601b90046001600160601b03166150ce565b15613e2e576001820154825484916001600160601b03600160601b909104811691613df9911684614ae6565b604051631946161f60e01b81526001600160601b03938416600482015291831660248301529091166044820152606401610e5c565b505050565b5f8160010160119054906101000a900464ffffffffff16905073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613e93573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613eb791906157df565b8260010160116101000a81548164ffffffffff021916908364ffffffffff16021790555073__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015613f22573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613f4691906157df565b82600101600c6101000a81548164ffffffffff021916908364ffffffffff160217905550919050565b604051630a4d29dd60e31b81526001600160601b038216600482015273__$3bac17678db7ae928afa209f2f44deec9c$__906352694ee890602401602060405180830381865af4158015613fc5573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613fe991906157a9565b6116c2576001840154614006906001600160601b03168483613d9a565b825461401b906001600160601b031682614ae6565b83546001600160601b0319166001600160601b039182161784558454614042911682614ae6565b84546001600160601b0319166001600160601b0391909116178455600183015460405163e83da7ad60e01b815264ffffffffff8085166004830152600160c01b90920490911660248201525f9073__$71e292c09eace9601b3e21e68a1278917a$__9063e83da7ad90604401602060405180830381865af41580156140c9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906140ed91906157df565b6040516330b8415f60e01b81526001600160601b038416600482015290915073__$3bac17678db7ae928afa209f2f44deec9c$__906330b8415f90602401602060405180830381865af4158015614146573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061416a91906157a9565b80156141e95750604051638d38cd4b60e01b815264ffffffffff8216600482015273__$71e292c09eace9601b3e21e68a1278917a$__90638d38cd4b90602401602060405180830381865af41580156141c5573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906141e991906157a9565b1561429b5784546040516352bcc5a760e11b8152600160c01b90910464ffffffffff90811660048301528216602482015273__$91d01b1eccbca8d6f94a5eb2a0acb040e9$__9063a5798b4e90604401602060405180830381865af4158015614254573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061427891906157df565b855464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161785555b5f6142a68686614fc3565b86546040519192507f15d4969bfd34a12fabf5d09d2615ffc4f81d206e7756d9e3c0919ba800d57e4191614305918a9187916001600160601b0380821692600160601b830490911691600160c01b900464ffffffffff1690889061597d565b60405180910390a150505050505050565b5f80546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b8015614414576004805460065460405163647b8c2f60e01b81526001600160a01b0392831693810193909352811660248301526001600160601b038716604483015260ff8616606483015264ffffffffff85166084830152831660a482015273__$fb6c7635e3c1acf7e7d82c7d43e7a24671$__9063647b8c2f9060c4015f6040518083038186803b1580156143fd575f80fd5b505af415801561440f573d5f803e3d5ffd5b505050505b6001600160601b0385165f90815260096020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af4158015614478573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061449c91906157fa565b81546001600160601b0319166001600160601b03919091161781556040805163bc1b392d60e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__9163bc1b392d9160048083019260209291908290030181865af4158015614505573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061452991906157fa565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__63bc1b392d6040518163ffffffff1660e01b8152600401602060405180830381865af4158015614597573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906145bb91906157fa565b816001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$3bac17678db7ae928afa209f2f44deec9c$__636ac5db196040518163ffffffff1660e01b8152600401602060405180830381865af4158015614629573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061464d91906157fa565b60018201805471ff0000000000ffffffffffffffffffffffff60601b1916600160601b6001600160601b039384160260ff60e81b191617600160e81b60ff8916021764ffffffffff60c01b1916600160c01b64ffffffffff8816021790556002820180546001600160a01b0319166001600160a01b0386161790556040516301f8588560e51b8152908716600482015273__$dacf551d137a232f87fa09e79113e25430$__90633f0b10a090602401602060405180830381865af4158015614717573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061473b91906157fa565b8160020160146101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af41580156147aa573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906147ce91906157df565b815464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161781556001600160601b0386165f908152600a6020908152604091829020825163bc1b392d60e01b81529251909273__$3bac17678db7ae928afa209f2f44deec9c$__9263bc1b392d926004808401938290030181865af4158015614854573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061487891906157fa565b81546001600160601b0319166001600160601b039190911617815560408051636ac5db1960e01b8152905173__$3bac17678db7ae928afa209f2f44deec9c$__91636ac5db199160048083019260209291908290030181865af41580156148e1573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061490591906157fa565b815f01600c6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614973573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061499791906157df565b815464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161781556007546040516346f0e8a760e11b81526001600160601b03891660048201526001600160a01b0390911690638de1d14e906024015f604051808303815f87803b158015614a04575f80fd5b505af1158015614a16573d5f803e3d5ffd5b5050505050505050505050565b6001600160601b0381165f908152600a6020526040908190208054915163790a38ad60e01b8152600160c01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614a99573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614abd91906157a9565b15610fd3576040516384bdfa9560e01b81526001600160601b0383166004820152602401610e5c565b60405163274acb3560e01b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063274acb35906044015b602060405180830381865af41580156122ee573d5f803e3d5ffd5b6001600160601b0382165f908152600b602090815260408083206001600160a01b0385168452909152908190208054915163790a38ad60e01b8152600160d01b90920464ffffffffff1660048301529073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__9063790a38ad90602401602060405180830381865af4158015614bd1573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614bf591906157a9565b1561172657828260405163688e635d60e11b8152600401610e5c929190615787565b6040516363cf551160e11b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__9063c79eaa2290604401614b2c565b8054600160c01b900461ffff16816018614c7a836159bd565b82546101009290920a61ffff8181021990931691831602179091556005548354604051638755a73f60e01b81526001600160601b0380891660048301526001600160a01b038881166024840152600160c01b84049095166044830152600160601b83048116606483015290911660848201525f9350911690638755a73f9060a401602060405180830381865afa158015614d16573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614d3a91906157a9565b90508015610d1457815461ffff60c01b19600160601b6001600160601b03831602166dffffffffffffffffffffffffffff60601b199091161782556116c2846138dd565b81546001830154600160c01b90910464ffffffffff1690614da99083906001600160601b03166150ce565b15614de85760018301546040516301a4b29960e11b81526001600160601b03808716600483015291821660248201529083166044820152606401610e5c565b6001830154614e00906001600160601b031683614c17565b836001015f6101000a8154816001600160601b0302191690836001600160601b0316021790555073__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af4158015614e6e573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190614e9291906157df565b835464ffffffffff91909116600160c01b0264ffffffffff60c01b199091161790925550919050565b6040516001600160a01b03848116602483015283811660448301526001600160e01b0319831660648301525f9182918291829189169060840160408051601f198184030181529181526020820180516001600160e01b031663b700961360e01b17905251614f2991906159dd565b5f60405180830381855afa9150503d805f8114614f61576040519150601f19603f3d011682016040523d82523d5f602084013e614f66565b606091505b50915091508115614fb8576040815110614f985780806020019051810190614f8e91906159f3565b9094509250614fb8565b6020815110614fb85780806020019051810190614fb591906157a9565b93505b505094509492505050565b5f73__$f55ca14f1ddce1b88fe30d23ae45f595f4$__639fa6a6e36040518163ffffffff1660e01b8152600401602060405180830381865af415801561500b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061502f91906157df565b825464ffffffffff91909116600160c01b0264ffffffffff60c01b1990911617825561231283613e33565b5f615066848484614d7e565b6001840154604080516001600160601b03808916825280871660208301529092169082015264ffffffffff821660608201529091507fc0f991fc396647cd10937655916d61916ae77295c1d6a67e335bc8f5024174919060800160405180910390a150505050565b604051632601631360e21b81526001600160601b038084166004830152821660248201525f9073__$3bac17678db7ae928afa209f2f44deec9c$__906398058c4c90604401602060405180830381865af415801561512e573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061231291906157a9565b6001600160601b0381168114615166575f80fd5b50565b6001600160a01b0381168114615166575f80fd5b5f806040838503121561518e575f80fd5b823561519981615152565b915060208301356151a981615169565b809150509250929050565b5f602082840312156151c4575f80fd5b813561231281615152565b5f602082840312156151df575f80fd5b5035919050565b8015158114615166575f80fd5b5f805f8060808587031215615206575f80fd5b843561521181615152565b93506020850135615221816151e6565b92506040850135615231816151e6565b9150606085013561524181615152565b939692955090935050565b60ff81168114615166575f80fd5b5f6020828403121561526a575f80fd5b81356123128161524c565b5f60208284031215615285575f80fd5b813561231281615169565b5f805f606084860312156152a2575f80fd5b83356152ad81615152565b925060208401356152bd816151e6565b915060408401356152cd81615152565b809150509250925092565b5f805f80608085870312156152eb575f80fd5b84356152f681615152565b9350602085013561530681615152565b9250604085013561523181615169565b5f805f8060808587031215615329575f80fd5b84356153348161524c565b935060208501356153448161524c565b925060408501356153548161524c565b915060608501356152418161524c565b5f81518084528060208401602086015e5f602082860101526020601f19601f83011685010191505092915050565b602081525f6123126020830184615364565b5f80604083850312156153b5575f80fd5b82356153c081615152565b915060208301356151a9816151e6565b64ffffffffff81168114615166575f80fd5b5f805f805f60a086880312156153f6575f80fd5b853561540181615152565b94506020860135615411816151e6565b93506040860135615421816151e6565b92506060860135615431816153d0565b9150608086013561544181615152565b809150509295509295909350565b5f8060408385031215615460575f80fd5b823561546b81615152565b915060208301356151a9816153d0565b5f806040838503121561548c575f80fd5b823561549781615152565b915060208301356151a981615152565b602081526154ee60208201835160ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f602083015160a080840152610cd060c0840182615364565b5f805f806080858703121561551a575f80fd5b843561552581615152565b935060208501356155358161524c565b92506040850135615545816153d0565b9150606085013561524181615169565b60808101611726828460ff815116825260ff602082015116602083015264ffffffffff604082015116604083015264ffffffffff60608201511660608301525050565b5f805f606084860312156155aa575f80fd5b83356155b581615152565b925060208401356155c581615169565b915060408401356152cd81615169565b81516001600160601b03168152602080830151610120830191615602908401826001600160601b03169052565b50604083015161561b604084018264ffffffffff169052565b50606083015161563660608401826001600160601b03169052565b50608083015161565160808401826001600160601b03169052565b5060a083015161566a60a084018264ffffffffff169052565b5060c083015161567f60c084018260ff169052565b5060e083015161569a60e08401826001600160a01b03169052565b506101008301516156b76101008401826001600160601b03169052565b5092915050565b5f805f606084860312156156d0575f80fd5b83356156db81615152565b925060208401356152bd81615152565b5f805f606084860312156156fd575f80fd5b833561570881615152565b925060208401356152bd81615169565b5f805f6060848603121561572a575f80fd5b83356157358161524c565b925060208401356157458161524c565b915060408401356152cd8161524c565b5f8060408385031215615766575f80fd5b82356157718161524c565b9150602083013560ff19811681146151a9575f80fd5b6001600160601b039290921682526001600160a01b0316602082015260400190565b5f602082840312156157b9575f80fd5b8151612312816151e6565b5f602082840312156157d4575f80fd5b815161231281615169565b5f602082840312156157ef575f80fd5b8151612312816153d0565b5f6020828403121561580a575f80fd5b815161231281615152565b600181811c9082168061582957607f821691505b60208210810361584757634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52603260045260245ffd5b6001600160601b0395861681526001600160a01b039490941660208501529184166040840152909216606082015264ffffffffff909116608082015260a00190565b5f602082840312156158b3575f80fd5b5051919050565b5f80858511156158c8575f80fd5b838611156158d4575f80fd5b5050820193919092039150565b80356001600160e01b031981169060048410156156b7576001600160e01b031960049490940360031b84901b1690921692915050565b6001600160a01b03841681526040602082018190528101829052818360608301375f818301606090810191909152601f909201601f1916010192915050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561172657611726615956565b6001600160601b039687168152948616602086015292851660408501529316606083015264ffffffffff928316608083015290911660a082015260c00190565b5f61ffff821661ffff81036159d4576159d4615956565b60010192915050565b5f82518060208501845e5f920191825250919050565b5f8060408385031215615a04575f80fd5b8251615a0f816151e6565b602084015190925063ffffffff811681146151a9575f80fdfea2646970667358221220e89ebe55122af06fc17edc56c42842c6f22e49d223ffe3cb2be39edf1b0ade0264736f6c634300081a0033",
|
2360
|
+
"linkReferences": {
|
2361
|
+
"contracts/staking/StakingLib.sol": {
|
2362
|
+
"StakingLib": [
|
2363
|
+
{
|
2364
|
+
"length": 20,
|
2365
|
+
"start": 15899
|
2366
|
+
}
|
2367
|
+
]
|
2368
|
+
},
|
2369
|
+
"contracts/staking/TargetManagerLib.sol": {
|
2370
|
+
"TargetManagerLib": [
|
2371
|
+
{
|
2372
|
+
"length": 20,
|
2373
|
+
"start": 410
|
2374
|
+
},
|
2375
|
+
{
|
2376
|
+
"length": 20,
|
2377
|
+
"start": 517
|
2378
|
+
},
|
2379
|
+
{
|
2380
|
+
"length": 20,
|
2381
|
+
"start": 975
|
2382
|
+
},
|
2383
|
+
{
|
2384
|
+
"length": 20,
|
2385
|
+
"start": 5953
|
2386
|
+
},
|
2387
|
+
{
|
2388
|
+
"length": 20,
|
2389
|
+
"start": 9015
|
2390
|
+
},
|
2391
|
+
{
|
2392
|
+
"length": 20,
|
2393
|
+
"start": 20274
|
2394
|
+
}
|
2395
|
+
]
|
2396
|
+
},
|
2397
|
+
"contracts/type/Amount.sol": {
|
2398
|
+
"AmountLib": [
|
2399
|
+
{
|
2400
|
+
"length": 20,
|
2401
|
+
"start": 1094
|
2402
|
+
},
|
2403
|
+
{
|
2404
|
+
"length": 20,
|
2405
|
+
"start": 1230
|
2406
|
+
},
|
2407
|
+
{
|
2408
|
+
"length": 20,
|
2409
|
+
"start": 1367
|
2410
|
+
},
|
2411
|
+
{
|
2412
|
+
"length": 20,
|
2413
|
+
"start": 1513
|
2414
|
+
},
|
2415
|
+
{
|
2416
|
+
"length": 20,
|
2417
|
+
"start": 2085
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
"length": 20,
|
2421
|
+
"start": 2221
|
2422
|
+
},
|
2423
|
+
{
|
2424
|
+
"length": 20,
|
2425
|
+
"start": 7577
|
2426
|
+
},
|
2427
|
+
{
|
2428
|
+
"length": 20,
|
2429
|
+
"start": 7718
|
2430
|
+
},
|
2431
|
+
{
|
2432
|
+
"length": 20,
|
2433
|
+
"start": 10842
|
2434
|
+
},
|
2435
|
+
{
|
2436
|
+
"length": 20,
|
2437
|
+
"start": 11793
|
2438
|
+
},
|
2439
|
+
{
|
2440
|
+
"length": 20,
|
2441
|
+
"start": 11907
|
2442
|
+
},
|
2443
|
+
{
|
2444
|
+
"length": 20,
|
2445
|
+
"start": 12167
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
"length": 20,
|
2449
|
+
"start": 12451
|
2450
|
+
},
|
2451
|
+
{
|
2452
|
+
"length": 20,
|
2453
|
+
"start": 15721
|
2454
|
+
},
|
2455
|
+
{
|
2456
|
+
"length": 20,
|
2457
|
+
"start": 16263
|
2458
|
+
},
|
2459
|
+
{
|
2460
|
+
"length": 20,
|
2461
|
+
"start": 16569
|
2462
|
+
},
|
2463
|
+
{
|
2464
|
+
"length": 20,
|
2465
|
+
"start": 16775
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"length": 20,
|
2469
|
+
"start": 16974
|
2470
|
+
},
|
2471
|
+
{
|
2472
|
+
"length": 20,
|
2473
|
+
"start": 17099
|
2474
|
+
},
|
2475
|
+
{
|
2476
|
+
"length": 20,
|
2477
|
+
"start": 17541
|
2478
|
+
},
|
2479
|
+
{
|
2480
|
+
"length": 20,
|
2481
|
+
"start": 17759
|
2482
|
+
},
|
2483
|
+
{
|
2484
|
+
"length": 20,
|
2485
|
+
"start": 18217
|
2486
|
+
},
|
2487
|
+
{
|
2488
|
+
"length": 20,
|
2489
|
+
"start": 18342
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"length": 20,
|
2493
|
+
"start": 19189
|
2494
|
+
},
|
2495
|
+
{
|
2496
|
+
"length": 20,
|
2497
|
+
"start": 19574
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"length": 20,
|
2501
|
+
"start": 20393
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
"length": 20,
|
2505
|
+
"start": 20529
|
2506
|
+
},
|
2507
|
+
{
|
2508
|
+
"length": 20,
|
2509
|
+
"start": 20666
|
2510
|
+
},
|
2511
|
+
{
|
2512
|
+
"length": 20,
|
2513
|
+
"start": 20812
|
2514
|
+
},
|
2515
|
+
{
|
2516
|
+
"length": 20,
|
2517
|
+
"start": 21381
|
2518
|
+
},
|
2519
|
+
{
|
2520
|
+
"length": 20,
|
2521
|
+
"start": 21517
|
2522
|
+
},
|
2523
|
+
{
|
2524
|
+
"length": 20,
|
2525
|
+
"start": 22134
|
2526
|
+
},
|
2527
|
+
{
|
2528
|
+
"length": 20,
|
2529
|
+
"start": 22439
|
2530
|
+
},
|
2531
|
+
{
|
2532
|
+
"length": 20,
|
2533
|
+
"start": 23646
|
2534
|
+
}
|
2535
|
+
]
|
2536
|
+
},
|
2537
|
+
"contracts/type/Blocknumber.sol": {
|
2538
|
+
"BlocknumberLib": [
|
2539
|
+
{
|
2540
|
+
"length": 20,
|
2541
|
+
"start": 1901
|
2542
|
+
},
|
2543
|
+
{
|
2544
|
+
"length": 20,
|
2545
|
+
"start": 2358
|
2546
|
+
},
|
2547
|
+
{
|
2548
|
+
"length": 20,
|
2549
|
+
"start": 6470
|
2550
|
+
},
|
2551
|
+
{
|
2552
|
+
"length": 20,
|
2553
|
+
"start": 6757
|
2554
|
+
},
|
2555
|
+
{
|
2556
|
+
"length": 20,
|
2557
|
+
"start": 7265
|
2558
|
+
},
|
2559
|
+
{
|
2560
|
+
"length": 20,
|
2561
|
+
"start": 7374
|
2562
|
+
},
|
2563
|
+
{
|
2564
|
+
"length": 20,
|
2565
|
+
"start": 9968
|
2566
|
+
},
|
2567
|
+
{
|
2568
|
+
"length": 20,
|
2569
|
+
"start": 10164
|
2570
|
+
},
|
2571
|
+
{
|
2572
|
+
"length": 20,
|
2573
|
+
"start": 10395
|
2574
|
+
},
|
2575
|
+
{
|
2576
|
+
"length": 20,
|
2577
|
+
"start": 10714
|
2578
|
+
},
|
2579
|
+
{
|
2580
|
+
"length": 20,
|
2581
|
+
"start": 10992
|
2582
|
+
},
|
2583
|
+
{
|
2584
|
+
"length": 20,
|
2585
|
+
"start": 11459
|
2586
|
+
},
|
2587
|
+
{
|
2588
|
+
"length": 20,
|
2589
|
+
"start": 13056
|
2590
|
+
},
|
2591
|
+
{
|
2592
|
+
"length": 20,
|
2593
|
+
"start": 13391
|
2594
|
+
},
|
2595
|
+
{
|
2596
|
+
"length": 20,
|
2597
|
+
"start": 14036
|
2598
|
+
},
|
2599
|
+
{
|
2600
|
+
"length": 20,
|
2601
|
+
"start": 14654
|
2602
|
+
},
|
2603
|
+
{
|
2604
|
+
"length": 20,
|
2605
|
+
"start": 14865
|
2606
|
+
},
|
2607
|
+
{
|
2608
|
+
"length": 20,
|
2609
|
+
"start": 15059
|
2610
|
+
},
|
2611
|
+
{
|
2612
|
+
"length": 20,
|
2613
|
+
"start": 17896
|
2614
|
+
},
|
2615
|
+
{
|
2616
|
+
"length": 20,
|
2617
|
+
"start": 18870
|
2618
|
+
},
|
2619
|
+
{
|
2620
|
+
"length": 20,
|
2621
|
+
"start": 21197
|
2622
|
+
},
|
2623
|
+
{
|
2624
|
+
"length": 20,
|
2625
|
+
"start": 21654
|
2626
|
+
},
|
2627
|
+
{
|
2628
|
+
"length": 20,
|
2629
|
+
"start": 21961
|
2630
|
+
},
|
2631
|
+
{
|
2632
|
+
"length": 20,
|
2633
|
+
"start": 22273
|
2634
|
+
},
|
2635
|
+
{
|
2636
|
+
"length": 20,
|
2637
|
+
"start": 22929
|
2638
|
+
},
|
2639
|
+
{
|
2640
|
+
"length": 20,
|
2641
|
+
"start": 23342
|
2642
|
+
}
|
2643
|
+
]
|
2644
|
+
},
|
2645
|
+
"contracts/type/ChainId.sol": {
|
2646
|
+
"ChainIdLib": [
|
2647
|
+
{
|
2648
|
+
"length": 20,
|
2649
|
+
"start": 1767
|
2650
|
+
},
|
2651
|
+
{
|
2652
|
+
"length": 20,
|
2653
|
+
"start": 10539
|
2654
|
+
},
|
2655
|
+
{
|
2656
|
+
"length": 20,
|
2657
|
+
"start": 21063
|
2658
|
+
}
|
2659
|
+
]
|
2660
|
+
},
|
2661
|
+
"contracts/type/Key32.sol": {
|
2662
|
+
"Key32Lib": [
|
2663
|
+
{
|
2664
|
+
"length": 20,
|
2665
|
+
"start": 14285
|
2666
|
+
}
|
2667
|
+
]
|
2668
|
+
},
|
2669
|
+
"contracts/type/NftId.sol": {
|
2670
|
+
"NftIdLib": [
|
2671
|
+
{
|
2672
|
+
"length": 20,
|
2673
|
+
"start": 314
|
2674
|
+
}
|
2675
|
+
]
|
2676
|
+
},
|
2677
|
+
"contracts/type/NftIdSet.sol": {
|
2678
|
+
"LibNftIdSet": [
|
2679
|
+
{
|
2680
|
+
"length": 20,
|
2681
|
+
"start": 26567
|
2682
|
+
},
|
2683
|
+
{
|
2684
|
+
"length": 20,
|
2685
|
+
"start": 26684
|
2686
|
+
},
|
2687
|
+
{
|
2688
|
+
"length": 20,
|
2689
|
+
"start": 26814
|
2690
|
+
},
|
2691
|
+
{
|
2692
|
+
"length": 20,
|
2693
|
+
"start": 26946
|
2694
|
+
},
|
2695
|
+
{
|
2696
|
+
"length": 20,
|
2697
|
+
"start": 27083
|
2698
|
+
},
|
2699
|
+
{
|
2700
|
+
"length": 20,
|
2701
|
+
"start": 27191
|
2702
|
+
},
|
2703
|
+
{
|
2704
|
+
"length": 20,
|
2705
|
+
"start": 27373
|
2706
|
+
},
|
2707
|
+
{
|
2708
|
+
"length": 20,
|
2709
|
+
"start": 27431
|
2710
|
+
},
|
2711
|
+
{
|
2712
|
+
"length": 20,
|
2713
|
+
"start": 27553
|
2714
|
+
},
|
2715
|
+
{
|
2716
|
+
"length": 20,
|
2717
|
+
"start": 27618
|
2718
|
+
}
|
2719
|
+
]
|
2720
|
+
},
|
2721
|
+
"contracts/type/Seconds.sol": {
|
2722
|
+
"SecondsLib": [
|
2723
|
+
{
|
2724
|
+
"length": 20,
|
2725
|
+
"start": 15368
|
2726
|
+
},
|
2727
|
+
{
|
2728
|
+
"length": 20,
|
2729
|
+
"start": 15622
|
2730
|
+
},
|
2731
|
+
{
|
2732
|
+
"length": 20,
|
2733
|
+
"start": 19449
|
2734
|
+
},
|
2735
|
+
{
|
2736
|
+
"length": 20,
|
2737
|
+
"start": 19701
|
2738
|
+
}
|
2739
|
+
]
|
2740
|
+
},
|
2741
|
+
"contracts/type/StateId.sol": {
|
2742
|
+
"StateIdLib": [
|
2743
|
+
{
|
2744
|
+
"length": 20,
|
2745
|
+
"start": 7019
|
2746
|
+
},
|
2747
|
+
{
|
2748
|
+
"length": 20,
|
2749
|
+
"start": 8208
|
2750
|
+
},
|
2751
|
+
{
|
2752
|
+
"length": 20,
|
2753
|
+
"start": 12634
|
2754
|
+
}
|
2755
|
+
]
|
2756
|
+
},
|
2757
|
+
"contracts/type/Timestamp.sol": {
|
2758
|
+
"TimestampLib": [
|
2759
|
+
{
|
2760
|
+
"length": 20,
|
2761
|
+
"start": 7855
|
2762
|
+
},
|
2763
|
+
{
|
2764
|
+
"length": 20,
|
2765
|
+
"start": 11257
|
2766
|
+
},
|
2767
|
+
{
|
2768
|
+
"length": 20,
|
2769
|
+
"start": 15396
|
2770
|
+
},
|
2771
|
+
{
|
2772
|
+
"length": 20,
|
2773
|
+
"start": 19013
|
2774
|
+
},
|
2775
|
+
{
|
2776
|
+
"length": 20,
|
2777
|
+
"start": 19844
|
2778
|
+
}
|
2779
|
+
]
|
2780
|
+
},
|
2781
|
+
"contracts/type/UFixed.sol": {
|
2782
|
+
"UFixedLib": [
|
2783
|
+
{
|
2784
|
+
"length": 20,
|
2785
|
+
"start": 6607
|
2786
|
+
},
|
2787
|
+
{
|
2788
|
+
"length": 20,
|
2789
|
+
"start": 12334
|
2790
|
+
},
|
2791
|
+
{
|
2792
|
+
"length": 20,
|
2793
|
+
"start": 15230
|
2794
|
+
}
|
2795
|
+
]
|
2796
|
+
}
|
2797
|
+
},
|
2798
|
+
"deployedLinkReferences": {
|
2799
|
+
"contracts/staking/StakingLib.sol": {
|
2800
|
+
"StakingLib": [
|
2801
|
+
{
|
2802
|
+
"length": 20,
|
2803
|
+
"start": 12979
|
2804
|
+
}
|
2805
|
+
]
|
2806
|
+
},
|
2807
|
+
"contracts/staking/TargetManagerLib.sol": {
|
2808
|
+
"TargetManagerLib": [
|
2809
|
+
{
|
2810
|
+
"length": 20,
|
2811
|
+
"start": 3033
|
2812
|
+
},
|
2813
|
+
{
|
2814
|
+
"length": 20,
|
2815
|
+
"start": 6095
|
2816
|
+
},
|
2817
|
+
{
|
2818
|
+
"length": 20,
|
2819
|
+
"start": 17354
|
2820
|
+
}
|
2821
|
+
]
|
2822
|
+
},
|
2823
|
+
"contracts/type/Amount.sol": {
|
2824
|
+
"AmountLib": [
|
2825
|
+
{
|
2826
|
+
"length": 20,
|
2827
|
+
"start": 4657
|
2828
|
+
},
|
2829
|
+
{
|
2830
|
+
"length": 20,
|
2831
|
+
"start": 4798
|
2832
|
+
},
|
2833
|
+
{
|
2834
|
+
"length": 20,
|
2835
|
+
"start": 7922
|
2836
|
+
},
|
2837
|
+
{
|
2838
|
+
"length": 20,
|
2839
|
+
"start": 8873
|
2840
|
+
},
|
2841
|
+
{
|
2842
|
+
"length": 20,
|
2843
|
+
"start": 8987
|
2844
|
+
},
|
2845
|
+
{
|
2846
|
+
"length": 20,
|
2847
|
+
"start": 9247
|
2848
|
+
},
|
2849
|
+
{
|
2850
|
+
"length": 20,
|
2851
|
+
"start": 9531
|
2852
|
+
},
|
2853
|
+
{
|
2854
|
+
"length": 20,
|
2855
|
+
"start": 12801
|
2856
|
+
},
|
2857
|
+
{
|
2858
|
+
"length": 20,
|
2859
|
+
"start": 13343
|
2860
|
+
},
|
2861
|
+
{
|
2862
|
+
"length": 20,
|
2863
|
+
"start": 13649
|
2864
|
+
},
|
2865
|
+
{
|
2866
|
+
"length": 20,
|
2867
|
+
"start": 13855
|
2868
|
+
},
|
2869
|
+
{
|
2870
|
+
"length": 20,
|
2871
|
+
"start": 14054
|
2872
|
+
},
|
2873
|
+
{
|
2874
|
+
"length": 20,
|
2875
|
+
"start": 14179
|
2876
|
+
},
|
2877
|
+
{
|
2878
|
+
"length": 20,
|
2879
|
+
"start": 14621
|
2880
|
+
},
|
2881
|
+
{
|
2882
|
+
"length": 20,
|
2883
|
+
"start": 14839
|
2884
|
+
},
|
2885
|
+
{
|
2886
|
+
"length": 20,
|
2887
|
+
"start": 15297
|
2888
|
+
},
|
2889
|
+
{
|
2890
|
+
"length": 20,
|
2891
|
+
"start": 15422
|
2892
|
+
},
|
2893
|
+
{
|
2894
|
+
"length": 20,
|
2895
|
+
"start": 16269
|
2896
|
+
},
|
2897
|
+
{
|
2898
|
+
"length": 20,
|
2899
|
+
"start": 16654
|
2900
|
+
},
|
2901
|
+
{
|
2902
|
+
"length": 20,
|
2903
|
+
"start": 17473
|
2904
|
+
},
|
2905
|
+
{
|
2906
|
+
"length": 20,
|
2907
|
+
"start": 17609
|
2908
|
+
},
|
2909
|
+
{
|
2910
|
+
"length": 20,
|
2911
|
+
"start": 17746
|
2912
|
+
},
|
2913
|
+
{
|
2914
|
+
"length": 20,
|
2915
|
+
"start": 17892
|
2916
|
+
},
|
2917
|
+
{
|
2918
|
+
"length": 20,
|
2919
|
+
"start": 18461
|
2920
|
+
},
|
2921
|
+
{
|
2922
|
+
"length": 20,
|
2923
|
+
"start": 18597
|
2924
|
+
},
|
2925
|
+
{
|
2926
|
+
"length": 20,
|
2927
|
+
"start": 19214
|
2928
|
+
},
|
2929
|
+
{
|
2930
|
+
"length": 20,
|
2931
|
+
"start": 19519
|
2932
|
+
},
|
2933
|
+
{
|
2934
|
+
"length": 20,
|
2935
|
+
"start": 20726
|
2936
|
+
}
|
2937
|
+
]
|
2938
|
+
},
|
2939
|
+
"contracts/type/Blocknumber.sol": {
|
2940
|
+
"BlocknumberLib": [
|
2941
|
+
{
|
2942
|
+
"length": 20,
|
2943
|
+
"start": 3550
|
2944
|
+
},
|
2945
|
+
{
|
2946
|
+
"length": 20,
|
2947
|
+
"start": 3837
|
2948
|
+
},
|
2949
|
+
{
|
2950
|
+
"length": 20,
|
2951
|
+
"start": 4345
|
2952
|
+
},
|
2953
|
+
{
|
2954
|
+
"length": 20,
|
2955
|
+
"start": 4454
|
2956
|
+
},
|
2957
|
+
{
|
2958
|
+
"length": 20,
|
2959
|
+
"start": 7048
|
2960
|
+
},
|
2961
|
+
{
|
2962
|
+
"length": 20,
|
2963
|
+
"start": 7244
|
2964
|
+
},
|
2965
|
+
{
|
2966
|
+
"length": 20,
|
2967
|
+
"start": 7475
|
2968
|
+
},
|
2969
|
+
{
|
2970
|
+
"length": 20,
|
2971
|
+
"start": 7794
|
2972
|
+
},
|
2973
|
+
{
|
2974
|
+
"length": 20,
|
2975
|
+
"start": 8072
|
2976
|
+
},
|
2977
|
+
{
|
2978
|
+
"length": 20,
|
2979
|
+
"start": 8539
|
2980
|
+
},
|
2981
|
+
{
|
2982
|
+
"length": 20,
|
2983
|
+
"start": 10136
|
2984
|
+
},
|
2985
|
+
{
|
2986
|
+
"length": 20,
|
2987
|
+
"start": 10471
|
2988
|
+
},
|
2989
|
+
{
|
2990
|
+
"length": 20,
|
2991
|
+
"start": 11116
|
2992
|
+
},
|
2993
|
+
{
|
2994
|
+
"length": 20,
|
2995
|
+
"start": 11734
|
2996
|
+
},
|
2997
|
+
{
|
2998
|
+
"length": 20,
|
2999
|
+
"start": 11945
|
3000
|
+
},
|
3001
|
+
{
|
3002
|
+
"length": 20,
|
3003
|
+
"start": 12139
|
3004
|
+
},
|
3005
|
+
{
|
3006
|
+
"length": 20,
|
3007
|
+
"start": 14976
|
3008
|
+
},
|
3009
|
+
{
|
3010
|
+
"length": 20,
|
3011
|
+
"start": 15950
|
3012
|
+
},
|
3013
|
+
{
|
3014
|
+
"length": 20,
|
3015
|
+
"start": 18277
|
3016
|
+
},
|
3017
|
+
{
|
3018
|
+
"length": 20,
|
3019
|
+
"start": 18734
|
3020
|
+
},
|
3021
|
+
{
|
3022
|
+
"length": 20,
|
3023
|
+
"start": 19041
|
3024
|
+
},
|
3025
|
+
{
|
3026
|
+
"length": 20,
|
3027
|
+
"start": 19353
|
3028
|
+
},
|
3029
|
+
{
|
3030
|
+
"length": 20,
|
3031
|
+
"start": 20009
|
3032
|
+
},
|
3033
|
+
{
|
3034
|
+
"length": 20,
|
3035
|
+
"start": 20422
|
3036
|
+
}
|
3037
|
+
]
|
3038
|
+
},
|
3039
|
+
"contracts/type/ChainId.sol": {
|
3040
|
+
"ChainIdLib": [
|
3041
|
+
{
|
3042
|
+
"length": 20,
|
3043
|
+
"start": 7619
|
3044
|
+
},
|
3045
|
+
{
|
3046
|
+
"length": 20,
|
3047
|
+
"start": 18143
|
3048
|
+
}
|
3049
|
+
]
|
3050
|
+
},
|
3051
|
+
"contracts/type/Key32.sol": {
|
3052
|
+
"Key32Lib": [
|
3053
|
+
{
|
3054
|
+
"length": 20,
|
3055
|
+
"start": 11365
|
3056
|
+
}
|
3057
|
+
]
|
3058
|
+
},
|
3059
|
+
"contracts/type/Seconds.sol": {
|
3060
|
+
"SecondsLib": [
|
3061
|
+
{
|
3062
|
+
"length": 20,
|
3063
|
+
"start": 12448
|
3064
|
+
},
|
3065
|
+
{
|
3066
|
+
"length": 20,
|
3067
|
+
"start": 12702
|
3068
|
+
},
|
3069
|
+
{
|
3070
|
+
"length": 20,
|
3071
|
+
"start": 16529
|
3072
|
+
},
|
3073
|
+
{
|
3074
|
+
"length": 20,
|
3075
|
+
"start": 16781
|
3076
|
+
}
|
3077
|
+
]
|
3078
|
+
},
|
3079
|
+
"contracts/type/StateId.sol": {
|
3080
|
+
"StateIdLib": [
|
3081
|
+
{
|
3082
|
+
"length": 20,
|
3083
|
+
"start": 4099
|
3084
|
+
},
|
3085
|
+
{
|
3086
|
+
"length": 20,
|
3087
|
+
"start": 5288
|
3088
|
+
},
|
3089
|
+
{
|
3090
|
+
"length": 20,
|
3091
|
+
"start": 9714
|
3092
|
+
}
|
3093
|
+
]
|
3094
|
+
},
|
3095
|
+
"contracts/type/Timestamp.sol": {
|
3096
|
+
"TimestampLib": [
|
3097
|
+
{
|
3098
|
+
"length": 20,
|
3099
|
+
"start": 4935
|
3100
|
+
},
|
3101
|
+
{
|
3102
|
+
"length": 20,
|
3103
|
+
"start": 8337
|
3104
|
+
},
|
3105
|
+
{
|
3106
|
+
"length": 20,
|
3107
|
+
"start": 12476
|
3108
|
+
},
|
3109
|
+
{
|
3110
|
+
"length": 20,
|
3111
|
+
"start": 16093
|
3112
|
+
},
|
3113
|
+
{
|
3114
|
+
"length": 20,
|
3115
|
+
"start": 16924
|
3116
|
+
}
|
3117
|
+
]
|
3118
|
+
},
|
3119
|
+
"contracts/type/UFixed.sol": {
|
3120
|
+
"UFixedLib": [
|
3121
|
+
{
|
3122
|
+
"length": 20,
|
3123
|
+
"start": 3687
|
3124
|
+
},
|
3125
|
+
{
|
3126
|
+
"length": 20,
|
3127
|
+
"start": 9414
|
3128
|
+
},
|
3129
|
+
{
|
3130
|
+
"length": 20,
|
3131
|
+
"start": 12310
|
3132
|
+
}
|
3133
|
+
]
|
3134
|
+
}
|
3135
|
+
}
|
3136
|
+
}
|