@etherisc/gif-next 0.0.2-ceb30b2-601 → 0.0.2-cf22d7b-845
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/Distribution.sol/Distribution.json +239 -155
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +1349 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +4 -0
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +818 -0
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → distribution}/IDistributionComponent.sol/IDistributionComponent.json +118 -99
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → distribution}/IDistributionService.sol/IDistributionService.json +39 -307
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +6 -6
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstance.sol/IInstance.json +254 -2310
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.json +72 -22
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +397 -2818
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +708 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json +204 -0
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +507 -350
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +147 -193
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +113 -103
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +3458 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +4 -0
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +318 -0
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +4 -0
- package/artifacts/contracts/instance/{Cloneable.sol → base/Cloneable.sol}/Cloneable.json +1 -1
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +4 -0
- package/artifacts/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol}/ObjectManager.json +3 -3
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.json +8 -116
- package/artifacts/contracts/instance/module/IBundle.sol/IBundle.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IComponents.sol/IComponents.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IDistribution.sol/IDistribution.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IPolicy.sol/IPolicy.dbg.json +1 -1
- package/artifacts/contracts/instance/module/IRisk.sol/IRisk.dbg.json +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.dbg.json +4 -0
- package/artifacts/contracts/mock/Dip.sol/Dip.json +376 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +1105 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +746 -0
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IBundleService.sol/IBundleService.json +45 -56
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → pool}/IPoolComponent.sol/IPoolComponent.json +200 -97
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → pool}/IPoolService.sol/IPoolService.json +144 -156
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +4 -0
- package/artifacts/contracts/{components → pool}/Pool.sol/Pool.json +305 -103
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +1432 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +4 -0
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +738 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +834 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +722 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +1278 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +810 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +4 -0
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.json +499 -0
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IClaimService.sol/IClaimService.json +30 -2
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IPolicyService.sol/IPolicyService.json +127 -71
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service/IApplicationService.sol/IApplicationService.json → product/IPricingService.sol/IPricingService.json} +53 -136
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → product}/IProductComponent.sol/IProductComponent.json +284 -106
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +4 -0
- package/artifacts/contracts/{instance/service → product}/IProductService.sol/IProductService.json +1 -56
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +1146 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +754 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +4 -0
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +983 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +778 -0
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +4 -0
- package/artifacts/contracts/product/Product.sol/Product.json +1397 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +4 -0
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +679 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +4 -0
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +694 -0
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.dbg.json +1 -1
- package/artifacts/contracts/registry/ChainNft.sol/ChainNft.json +2 -2
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistry.sol/IRegistry.json +179 -29
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/IRegistryService.sol/IRegistryService.json +304 -52
- package/artifacts/contracts/registry/ITransferInterceptor.sol/ITransferInterceptor.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.dbg.json +1 -1
- package/artifacts/contracts/registry/Registry.sol/Registry.json +415 -43
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +4 -0
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +407 -0
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +337 -72
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +93 -41
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +824 -91
- package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.dbg.json +4 -0
- package/artifacts/contracts/registry/ServiceAuthorizationsLib.sol/ServiceAuthorizationsLib.json +137 -0
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +316 -140
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerCustom.sol/AccessManagerCustom.json +1193 -0
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtended.sol/AccessManagerExtended.json +1715 -0
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedInitializeable.sol/AccessManagerExtendedInitializeable.json +1728 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisable.sol/AccessManagerExtendedWithDisable.json +1806 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.dbg.json +4 -0
- package/artifacts/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol/AccessManagerExtendedWithDisableInitializeable.json +1824 -0
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/Component.sol/Component.json +143 -76
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +1475 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +4 -0
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +788 -0
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +4 -0
- package/artifacts/contracts/{instance/base/ComponentService.sol/ComponentService.json → shared/ComponentVerifyingService.sol/ComponentVerifyingService.json} +17 -122
- package/artifacts/contracts/shared/ERC165.sol/ERC165.dbg.json +1 -1
- package/artifacts/contracts/shared/ERC165.sol/ERC165.json +2 -2
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessManagerExtended.sol/IAccessManagerExtended.json +1562 -0
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.dbg.json +4 -0
- package/artifacts/contracts/shared/IAccessManagerExtendedWithDisable.sol/IAccessManagerExtendedWithDisable.json +1600 -0
- package/artifacts/contracts/shared/IComponent.sol/IComponent.dbg.json +4 -0
- package/artifacts/contracts/{components → shared}/IComponent.sol/IComponent.json +114 -75
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +4 -0
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.json +860 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.json +705 -0
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/IKeyValueStore.sol/IKeyValueStore.json +50 -11
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +4 -0
- package/artifacts/contracts/{instance/base → shared}/ILifecycle.sol/ILifecycle.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.json +7 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.json +45 -3
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.json +7 -1
- package/artifacts/contracts/shared/IRegistryLinked.sol/IRegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.dbg.json +1 -1
- package/artifacts/contracts/shared/IService.sol/IService.json +7 -1
- package/artifacts/contracts/shared/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +4 -0
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.json +39 -0
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +4 -0
- package/artifacts/contracts/{components/Product.sol/Product.json → shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.json} +170 -288
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +4 -0
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.json +571 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +4 -0
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.json +194 -0
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +4 -0
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +306 -0
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +15 -9
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +56 -7
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +70 -22
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +23 -9
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.dbg.json +1 -1
- package/artifacts/contracts/shared/RegistryLinked.sol/RegistryLinked.json +2 -2
- package/artifacts/contracts/shared/Service.sol/Service.dbg.json +1 -1
- package/artifacts/contracts/shared/Service.sol/Service.json +7 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +60 -6
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.dbg.json +1 -1
- package/artifacts/contracts/shared/UpgradableProxyWithAdmin.sol/UpgradableProxyWithAdmin.json +2 -2
- package/artifacts/contracts/shared/Versionable.sol/Versionable.dbg.json +1 -1
- package/artifacts/contracts/staking/IStaking.sol/IStaking.dbg.json +4 -0
- package/artifacts/contracts/staking/IStaking.sol/IStaking.json +1438 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.json +993 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +444 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +4 -0
- package/artifacts/contracts/staking/Staking.sol/Staking.json +2045 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +777 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +592 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +1324 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +726 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +4 -0
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +2189 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +4 -0
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +571 -0
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/AddressSet.sol/LibAddressSet.json +3 -3
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +4 -0
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +345 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +4 -0
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +225 -0
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/ClaimId.sol/ClaimIdLib.json +5 -5
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/DistributorType.sol/DistributorTypeLib.json +5 -5
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +4 -0
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +312 -0
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Key32.sol/Key32Lib.json +3 -3
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +4 -0
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +209 -0
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/NftIdSet.sol/LibNftIdSet.json +3 -3
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/ObjectType.sol/ObjectTypeLib.json +3 -3
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/PayoutId.sol/PayoutIdLib.json +5 -5
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Referral.sol/ReferralLib.json +5 -5
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/RiskId.sol/RiskIdLib.json +5 -5
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/RoleId.sol/RoleIdLib.json +5 -5
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +4 -0
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +198 -0
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/StateId.sol/StateIdLib.json +3 -3
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Timestamp.sol/TimestampLib.json +5 -5
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/UFixed.sol/MathLib.json +3 -3
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/UFixed.sol/UFixedLib.json +3 -3
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Version.sol/VersionLib.json +3 -3
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +4 -0
- package/artifacts/contracts/{types → type}/Version.sol/VersionPartLib.json +3 -3
- package/contracts/{components → distribution}/Distribution.sol +41 -64
- package/contracts/distribution/DistributionService.sol +298 -0
- package/contracts/distribution/DistributionServiceManager.sol +42 -0
- package/contracts/{components → distribution}/IDistributionComponent.sol +11 -16
- package/contracts/{instance/service → distribution}/IDistributionService.sol +19 -37
- package/contracts/instance/BundleManager.sol +5 -5
- package/contracts/instance/IInstance.sol +45 -70
- package/contracts/instance/IInstanceService.sol +29 -11
- package/contracts/instance/Instance.sol +112 -195
- package/contracts/instance/InstanceAdmin.sol +331 -0
- package/contracts/instance/InstanceAuthorizationsLib.sol +349 -0
- package/contracts/instance/InstanceReader.sol +106 -58
- package/contracts/instance/InstanceService.sol +166 -288
- package/contracts/instance/InstanceServiceManager.sol +11 -21
- package/contracts/instance/InstanceStore.sol +260 -0
- package/contracts/instance/base/BalanceStore.sol +118 -0
- package/contracts/instance/{Cloneable.sol → base/Cloneable.sol} +1 -1
- package/contracts/instance/{ObjectManager.sol → base/ObjectManager.sol} +6 -6
- package/contracts/instance/module/IAccess.sol +4 -12
- package/contracts/instance/module/IBundle.sol +6 -9
- package/contracts/instance/module/IComponents.sol +21 -10
- package/contracts/instance/module/IDistribution.sol +7 -6
- package/contracts/instance/module/IPolicy.sol +20 -14
- package/contracts/instance/module/IRisk.sol +1 -1
- package/contracts/{test/TestToken.sol → mock/Dip.sol} +5 -5
- package/contracts/pool/BundleService.sol +296 -0
- package/contracts/pool/BundleServiceManager.sol +42 -0
- package/contracts/{instance/service → pool}/IBundleService.sol +33 -29
- package/contracts/{components → pool}/IPoolComponent.sol +16 -17
- package/contracts/{instance/service → pool}/IPoolService.sol +57 -51
- package/contracts/{components → pool}/Pool.sol +52 -55
- package/contracts/pool/PoolService.sol +453 -0
- package/contracts/pool/PoolServiceManager.sol +42 -0
- package/contracts/product/ApplicationService.sol +254 -0
- package/contracts/{instance/service → product}/ApplicationServiceManager.sol +11 -8
- package/contracts/{instance/service → product}/ClaimService.sol +167 -86
- package/contracts/{instance/service → product}/ClaimServiceManager.sol +11 -8
- package/contracts/{instance/service → product}/IApplicationService.sol +13 -29
- package/contracts/{instance/service → product}/IClaimService.sol +18 -15
- package/contracts/{instance/service → product}/IPolicyService.sol +24 -26
- package/contracts/product/IPricingService.sol +39 -0
- package/contracts/product/IProductComponent.sol +42 -0
- package/contracts/product/IProductService.sol +33 -0
- package/contracts/product/PolicyService.sol +475 -0
- package/contracts/product/PolicyServiceManager.sol +42 -0
- package/contracts/product/PricingService.sol +301 -0
- package/contracts/product/PricingServiceManager.sol +42 -0
- package/contracts/{components → product}/Product.sol +83 -77
- package/contracts/product/ProductService.sol +124 -0
- package/contracts/product/ProductServiceManager.sol +42 -0
- package/contracts/registry/ChainNft.sol +8 -1
- package/contracts/registry/IRegistry.sol +44 -21
- package/contracts/registry/IRegistryService.sol +37 -34
- package/contracts/registry/Registry.sol +191 -82
- package/contracts/registry/RegistryAdmin.sol +237 -0
- package/contracts/registry/RegistryService.sol +66 -82
- package/contracts/registry/RegistryServiceManager.sol +21 -25
- package/contracts/registry/ReleaseManager.sol +458 -183
- package/contracts/registry/ServiceAuthorizationsLib.sol +173 -0
- package/contracts/registry/TokenRegistry.sol +261 -62
- package/contracts/shared/AccessManagerCustom.sol +736 -0
- package/contracts/shared/AccessManagerExtended.sol +470 -0
- package/contracts/shared/AccessManagerExtendedInitializeable.sol +13 -0
- package/contracts/shared/AccessManagerExtendedWithDisable.sol +137 -0
- package/contracts/shared/AccessManagerExtendedWithDisableInitializeable.sol +14 -0
- package/contracts/shared/Component.sol +278 -0
- package/contracts/shared/ComponentService.sol +596 -0
- package/contracts/shared/ComponentServiceManager.sol +35 -0
- package/contracts/shared/ComponentVerifyingService.sol +111 -0
- package/contracts/shared/ERC165.sol +1 -1
- package/contracts/shared/IAccessManagerExtended.sol +74 -0
- package/contracts/shared/IAccessManagerExtendedWithDisable.sol +18 -0
- package/contracts/{components → shared}/IComponent.sol +23 -29
- package/contracts/shared/IComponentService.sol +91 -0
- package/contracts/shared/IInstanceLinkedComponent.sol +46 -0
- package/contracts/{instance/base → shared}/IKeyValueStore.sol +15 -11
- package/contracts/{instance/base → shared}/ILifecycle.sol +3 -3
- package/contracts/shared/INftOwnable.sol +2 -2
- package/contracts/shared/IPolicyHolder.sol +14 -7
- package/contracts/shared/IService.sol +2 -2
- package/contracts/shared/IVersionable.sol +1 -1
- package/contracts/shared/InitializableCustom.sol +177 -0
- package/contracts/shared/InstanceLinkedComponent.sol +144 -0
- package/contracts/shared/KeyValueStore.sol +127 -0
- package/contracts/{instance/base → shared}/Lifecycle.sol +9 -5
- package/contracts/shared/NftIdSetManager.sol +65 -0
- package/contracts/shared/NftOwnable.sol +3 -14
- package/contracts/shared/PolicyHolder.sol +32 -17
- package/contracts/shared/ProxyManager.sol +34 -4
- package/contracts/shared/Registerable.sol +3 -3
- package/contracts/shared/Service.sol +9 -4
- package/contracts/shared/TokenHandler.sol +27 -2
- package/contracts/shared/Versionable.sol +1 -1
- package/contracts/staking/IStaking.sol +168 -0
- package/contracts/staking/IStakingService.sol +149 -0
- package/contracts/staking/StakeManagerLib.sol +179 -0
- package/contracts/staking/Staking.sol +551 -0
- package/contracts/staking/StakingManager.sol +54 -0
- package/contracts/staking/StakingReader.sol +187 -0
- package/contracts/staking/StakingService.sol +406 -0
- package/contracts/staking/StakingServiceManager.sol +45 -0
- package/contracts/staking/StakingStore.sol +572 -0
- package/contracts/staking/TargetManagerLib.sol +207 -0
- package/contracts/{types → type}/AddressSet.sol +1 -1
- package/contracts/{types → type}/Amount.sol +59 -1
- package/contracts/{types → type}/Blocknumber.sol +20 -3
- package/contracts/{types → type}/Fee.sol +24 -22
- package/contracts/{types → type}/NftId.sol +14 -16
- package/contracts/{types → type}/NftIdSet.sol +2 -2
- package/contracts/{types → type}/ObjectType.sol +15 -3
- package/contracts/{types → type}/Referral.sol +1 -1
- package/contracts/{types → type}/RiskId.sol +1 -1
- package/contracts/{types → type}/RoleId.sol +55 -9
- package/contracts/{types → type}/Seconds.sol +27 -0
- package/contracts/{types → type}/StateId.sol +17 -4
- package/contracts/{types → type}/Version.sol +1 -1
- package/package.json +3 -3
- package/artifacts/contracts/components/Component.sol/Component.dbg.json +0 -4
- package/artifacts/contracts/components/Distribution.sol/Distribution.dbg.json +0 -4
- package/artifacts/contracts/components/IComponent.sol/IComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IDistributionComponent.sol/IDistributionComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IPoolComponent.sol/IPoolComponent.dbg.json +0 -4
- package/artifacts/contracts/components/IProductComponent.sol/IProductComponent.dbg.json +0 -4
- package/artifacts/contracts/components/Pool.sol/Pool.dbg.json +0 -4
- package/artifacts/contracts/components/Product.sol/Product.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.dbg.json +0 -4
- package/artifacts/contracts/instance/AccessManagerUpgradeableInitializeable.sol/AccessManagerUpgradeableInitializeable.json +0 -1206
- package/artifacts/contracts/instance/Cloneable.sol/Cloneable.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.dbg.json +0 -4
- package/artifacts/contracts/instance/InstanceAccessManager.sol/InstanceAccessManager.json +0 -1330
- package/artifacts/contracts/instance/ObjectManager.sol/ObjectManager.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ComponentService.sol/ComponentService.dbg.json +0 -4
- package/artifacts/contracts/instance/base/IKeyValueStore.sol/IKeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/ILifecycle.sol/ILifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.dbg.json +0 -4
- package/artifacts/contracts/instance/base/KeyValueStore.sol/KeyValueStore.json +0 -532
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.dbg.json +0 -4
- package/artifacts/contracts/instance/base/Lifecycle.sol/Lifecycle.json +0 -194
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ISetup.sol/ISetup.json +0 -10
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.dbg.json +0 -4
- package/artifacts/contracts/instance/module/ITreasury.sol/ITreasury.json +0 -10
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationService.sol/ApplicationService.json +0 -1092
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ApplicationServiceManager.sol/ApplicationServiceManager.json +0 -672
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleService.sol/BundleService.json +0 -1313
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/BundleServiceManager.sol/BundleServiceManager.json +0 -712
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimService.sol/ClaimService.json +0 -1316
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ClaimServiceManager.sol/ClaimServiceManager.json +0 -724
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionService.sol/DistributionService.json +0 -1798
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/DistributionServiceManager.sol/DistributionServiceManager.json +0 -780
- package/artifacts/contracts/instance/service/IApplicationService.sol/IApplicationService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IBundleService.sol/IBundleService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IClaimService.sol/IClaimService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IDistributionService.sol/IDistributionService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPolicyService.sol/IPolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IPoolService.sol/IPoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/IProductService.sol/IProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyService.sol/PolicyService.json +0 -1153
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PolicyServiceManager.sol/PolicyServiceManager.json +0 -676
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolService.sol/PoolService.json +0 -1598
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/PoolServiceManager.sol/PoolServiceManager.json +0 -696
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductService.sol/ProductService.json +0 -864
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.dbg.json +0 -4
- package/artifacts/contracts/instance/service/ProductServiceManager.sol/ProductServiceManager.json +0 -640
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.dbg.json +0 -4
- package/artifacts/contracts/registry/RegistryAccessManager.sol/RegistryAccessManager.json +0 -285
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.dbg.json +0 -4
- package/artifacts/contracts/shared/ContractDeployerLib.sol/ContractDeployerLib.json +0 -107
- package/artifacts/contracts/test/TestFee.sol/TestFee.dbg.json +0 -4
- package/artifacts/contracts/test/TestFee.sol/TestFee.json +0 -119
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.dbg.json +0 -4
- package/artifacts/contracts/test/TestRegisterable.sol/TestRegisterable.json +0 -370
- 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 -588
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.dbg.json +0 -4
- package/artifacts/contracts/test/TestToken.sol/TestUsdc.json +0 -376
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersion.sol/TestVersion.json +0 -218
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.dbg.json +0 -4
- package/artifacts/contracts/test/TestVersionable.sol/TestVersionable.json +0 -104
- package/artifacts/contracts/test/Usdc.sol/USDC.dbg.json +0 -4
- package/artifacts/contracts/test/Usdc.sol/USDC.json +0 -376
- package/artifacts/contracts/types/AddressSet.sol/LibAddressSet.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.dbg.json +0 -4
- package/artifacts/contracts/types/Amount.sol/AmountLib.json +0 -209
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.dbg.json +0 -4
- package/artifacts/contracts/types/Blocknumber.sol/BlocknumberLib.json +0 -174
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/ChainId.sol/ChainIdLib.json +0 -10
- package/artifacts/contracts/types/ClaimId.sol/ClaimIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/DistributorType.sol/DistributorTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.dbg.json +0 -4
- package/artifacts/contracts/types/Fee.sol/FeeLib.json +0 -288
- package/artifacts/contracts/types/Key32.sol/Key32Lib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NftId.sol/NftIdLib.json +0 -166
- package/artifacts/contracts/types/NftIdSet.sol/LibNftIdSet.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/NumberId.sol/NumberIdLib.json +0 -100
- package/artifacts/contracts/types/ObjectType.sol/ObjectTypeLib.dbg.json +0 -4
- package/artifacts/contracts/types/PayoutId.sol/PayoutIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Referral.sol/ReferralLib.dbg.json +0 -4
- package/artifacts/contracts/types/RiskId.sol/RiskIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/RoleId.sol/RoleIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.dbg.json +0 -4
- package/artifacts/contracts/types/Seconds.sol/SecondsLib.json +0 -124
- package/artifacts/contracts/types/StateId.sol/StateIdLib.dbg.json +0 -4
- package/artifacts/contracts/types/Timestamp.sol/TimestampLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/MathLib.dbg.json +0 -4
- package/artifacts/contracts/types/UFixed.sol/UFixedLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionLib.dbg.json +0 -4
- package/artifacts/contracts/types/Version.sol/VersionPartLib.dbg.json +0 -4
- package/contracts/components/Component.sol +0 -253
- package/contracts/components/IProductComponent.sol +0 -40
- package/contracts/instance/AccessManagerUpgradeableInitializeable.sol +0 -13
- package/contracts/instance/InstanceAccessManager.sol +0 -527
- package/contracts/instance/base/ComponentService.sol +0 -130
- package/contracts/instance/base/KeyValueStore.sol +0 -149
- package/contracts/instance/module/ISetup.sol +0 -33
- package/contracts/instance/module/ITreasury.sol +0 -23
- package/contracts/instance/service/ApplicationService.sol +0 -356
- package/contracts/instance/service/BundleService.sol +0 -443
- package/contracts/instance/service/BundleServiceManager.sol +0 -51
- package/contracts/instance/service/DistributionService.sol +0 -431
- package/contracts/instance/service/DistributionServiceManager.sol +0 -51
- package/contracts/instance/service/IProductService.sol +0 -40
- package/contracts/instance/service/PolicyService.sol +0 -358
- package/contracts/instance/service/PolicyServiceManager.sol +0 -54
- package/contracts/instance/service/PoolService.sol +0 -349
- package/contracts/instance/service/PoolServiceManager.sol +0 -51
- package/contracts/instance/service/ProductService.sol +0 -210
- package/contracts/instance/service/ProductServiceManager.sol +0 -54
- package/contracts/registry/RegistryAccessManager.sol +0 -216
- package/contracts/shared/ContractDeployerLib.sol +0 -72
- package/contracts/test/TestFee.sol +0 -25
- package/contracts/test/TestRegisterable.sol +0 -18
- package/contracts/test/TestRoleId.sol +0 -14
- package/contracts/test/TestService.sol +0 -25
- package/contracts/test/TestVersion.sol +0 -44
- package/contracts/test/TestVersionable.sol +0 -17
- package/contracts/test/Usdc.sol +0 -26
- package/contracts/types/ChainId.sol +0 -38
- package/contracts/types/NumberId.sol +0 -52
- /package/contracts/{types → type}/ClaimId.sol +0 -0
- /package/contracts/{types → type}/DistributorType.sol +0 -0
- /package/contracts/{types → type}/Key32.sol +0 -0
- /package/contracts/{types → type}/PayoutId.sol +0 -0
- /package/contracts/{types → type}/Timestamp.sol +0 -0
- /package/contracts/{types → type}/UFixed.sol +0 -0
package/artifacts/contracts/instance/InstanceAuthorizationsLib.sol/InstanceAuthorizationsLib.json
ADDED
@@ -0,0 +1,204 @@
|
|
1
|
+
{
|
2
|
+
"_format": "hh-sol-artifact-1",
|
3
|
+
"contractName": "InstanceAuthorizationsLib",
|
4
|
+
"sourceName": "contracts/instance/InstanceAuthorizationsLib.sol",
|
5
|
+
"abi": [],
|
6
|
+
"bytecode": "0x612f1361003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c8063965928021461003a575b600080fd5b81801561004657600080fd5b5061005a610055366004612ba6565b61005c565b005b6100658761010a565b61007187878787610864565b61007e888886858561097a565b61008b8888868585610d05565b61009888888685856110a6565b6100a58888868585611290565b6100b288888685856114e8565b6100bf8888868585611740565b6100cc8888868585611961565b6100da888886888686611d1c565b6100e788888885856121eb565b6100f48888888585612533565b6101008787848461269e565b5050505050505050565b806001600160a01b0316634a3a1e00610121612808565b604080516001600160e01b031960e085901b1681526001600160401b03909216600483015260248201526013604482015272496e7374616e636553657276696365526f6c6560681b6064820152608401600060405180830381600087803b15801561018b57600080fd5b505af115801561019f573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006101ba612886565b604080516001600160e01b031960e085901b1681526001600160401b03909216600483015260248201526014604482015273436f6d706f6e656e7453657276696365526f6c6560601b6064820152608401600060405180830381600087803b15801561022557600080fd5b505af1158015610239573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006102546128c2565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601760448201527f446973747269627574696f6e53657276696365526f6c650000000000000000006064820152608401600060405180830381600087803b1580156102c857600080fd5b505af11580156102dc573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006102f76128fe565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152600f60448201526e506f6f6c53657276696365526f6c6560881b6064820152608401600060405180830381600087803b15801561035d57600080fd5b505af1158015610371573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e0061038c61293a565b604080516001600160e01b031960e085901b1681526001600160401b039092166004830152602482015260166044820152754170706c69636174696f6e53657276696365526f6c6560501b6064820152608401600060405180830381600087803b1580156103f957600080fd5b505af115801561040d573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e00610428612976565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601260448201527150726f6475637453657276696365526f6c6560701b6064820152608401600060405180830381600087803b15801561049157600080fd5b505af11580156104a5573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006104c06129b2565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601060448201526f436c61696d53657276696365526f6c6560801b6064820152608401600060405180830381600087803b15801561052757600080fd5b505af115801561053b573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006105566129ee565b604080516001600160e01b031960e085901b1681526001600160401b03909216600483015260248201526011604482015270506f6c69637953657276696365526f6c6560781b6064820152608401600060405180830381600087803b1580156105be57600080fd5b505af11580156105d2573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006105ed612a2a565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601160448201527042756e646c6553657276696365526f6c6560781b6064820152608401600060405180830381600087803b15801561065557600080fd5b505af1158015610669573d6000803e3d6000fd5b50505050806001600160a01b031663f2345aea610684612a66565b61068c612aa1565b6040516001600160e01b031960e085901b1681526001600160401b039283166004820152606060248201526015606482015274446973747269627574696f6e4f776e6572526f6c6560581b60848201529116604482015260a401600060405180830381600087803b15801561070057600080fd5b505af1158015610714573d6000803e3d6000fd5b50505050806001600160a01b031663f2345aea61072f612add565b610737612aa1565b6040516001600160e01b031960e085901b1681526001600160401b03928316600482015260606024820152600d60648201526c506f6f6c4f776e6572526f6c6560981b60848201529116604482015260a401600060405180830381600087803b1580156107a357600080fd5b505af11580156107b7573d6000803e3d6000fd5b50505050806001600160a01b031663f2345aea6107d2612b17565b6107da612aa1565b6040516001600160e01b031960e085901b1681526001600160401b03928316600482015260606024820152601060648201526f50726f647563744f776e6572526f6c6560801b60848201529116604482015260a401600060405180830381600087803b15801561084957600080fd5b505af115801561085d573d6000803e3d6000fd5b5050505050565b6040516312f48f1560e01b81526001600160a01b038516906312f48f1590610890908690600401612c55565b600060405180830381600087803b1580156108aa57600080fd5b505af11580156108be573d6000803e3d6000fd5b50506040516312f48f1560e01b81526001600160a01b03871692506312f48f1591506108ee908590600401612c8f565b600060405180830381600087803b15801561090857600080fd5b505af115801561091c573d6000803e3d6000fd5b50506040516312f48f1560e01b81526001600160a01b03871692506312f48f15915061094c908490600401612ccb565b600060405180830381600087803b15801561096657600080fd5b505af1158015610100573d6000803e3d6000fd5b60006001600160a01b03831663d39e604360646040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156109d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f79190612d07565b9050856001600160a01b03166325c471a0610a10612886565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015610a69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8d9190612d39565b8360006040518463ffffffff1660e01b8152600401610aae93929190612d56565b600060405180830381600087803b158015610ac857600080fd5b505af1158015610adc573d6000803e3d6000fd5b506000925060089150610aec9050565b604051908082528060200260200182016040528015610b15578160200160208202803683370190505b509050634846003a60e01b81600081518110610b3357610b33612d86565b6001600160e01b031990921660209283029190910190910152805162f0266b60e21b9082906001908110610b6957610b69612d86565b6001600160e01b0319909216602092830291909101909101528051637892982360e01b9082906002908110610ba057610ba0612d86565b6001600160e01b031990921660209283029190910190910152805163a6a67b1f60e01b9082906003908110610bd757610bd7612d86565b6001600160e01b031990921660209283029190910190910152805163b5b3d9f960e01b9082906005908110610c0e57610c0e612d86565b6001600160e01b0319909216602092830291909101909101528051639f8151e560e01b9082906006908110610c4557610c45612d86565b6001600160e01b031990921660209283029190910190910152805163e80c61ed60e01b9082906007908110610c7c57610c7c612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad612886565b6040518363ffffffff1660e01b8152600401610cca929190612de1565b600060405180830381600087803b158015610ce457600080fd5b505af1158015610cf8573d6000803e3d6000fd5b5050505050505050505050565b60006001600160a01b03831663d39e604360786040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015610d5e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d829190612d07565b9050856001600160a01b03166325c471a0610d9b6128c2565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015610df4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e189190612d39565b8360006040518463ffffffff1660e01b8152600401610e3993929190612d56565b600060405180830381600087803b158015610e5357600080fd5b505af1158015610e67573d6000803e3d6000fd5b506000925060099150610e779050565b604051908082528060200260200182016040528015610ea0578160200160208202803683370190505b5090506330a130ba60e01b81600081518110610ebe57610ebe612d86565b6001600160e01b03199092166020928302919091019091015280516305a8416b60e41b9082906001908110610ef557610ef5612d86565b6001600160e01b031990921660209283029190910190910152805163a284222960e01b9082906002908110610f2c57610f2c612d86565b6001600160e01b0319909216602092830291909101909101528051631f32844960e21b9082906003908110610f6357610f63612d86565b6001600160e01b0319909216602092830291909101909101528051631e40b36360e01b9082906004908110610f9a57610f9a612d86565b6001600160e01b03199092166020928302919091019091015280516340529b0f60e01b9082906005908110610fd157610fd1612d86565b6001600160e01b0319909216602092830291909101909101528051631941cfe160e31b908290600690811061100857611008612d86565b6001600160e01b03199092166020928302919091019091015280516330882f0760e11b908290600790811061103f5761103f612d86565b6001600160e01b031990921660209283029190910190910152805162af902560e81b908290600890811061107557611075612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad6128c2565b60006001600160a01b03831663d39e6043608c6040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156110ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111239190612d07565b9050856001600160a01b03166325c471a061113c6128fe565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611195573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111b99190612d39565b8360006040518463ffffffff1660e01b81526004016111da93929190612d56565b600060405180830381600087803b1580156111f457600080fd5b505af1158015611208573d6000803e3d6000fd5b5060009250600191506112189050565b604051908082528060200260200182016040528015611241578160200160208202803683370190505b50905063763bb75460e01b8160008151811061125f5761125f612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad6128fe565b60006001600160a01b03831663d39e6043606e6040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156112e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061130d9190612d07565b9050856001600160a01b03166325c471a0611326612976565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af415801561137f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a39190612d39565b8360006040518463ffffffff1660e01b81526004016113c493929190612d56565b600060405180830381600087803b1580156113de57600080fd5b505af11580156113f2573d6000803e3d6000fd5b5060009250600391506114029050565b60405190808252806020026020018201604052801561142b578160200160208202803683370190505b509050632f61088a60e01b8160008151811061144957611449612d86565b6001600160e01b03199092166020928302919091019091015280516314eddc0360e31b908290600190811061148057611480612d86565b6001600160e01b0319909216602092830291909101909101528051633e77a42160e11b90829060029081106114b7576114b7612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad612976565b60006001600160a01b03831663d39e604360d26040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015611541573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115659190612d07565b9050856001600160a01b03166325c471a061157e61293a565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156115d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115fb9190612d39565b8360006040518463ffffffff1660e01b815260040161161c93929190612d56565b600060405180830381600087803b15801561163657600080fd5b505af115801561164a573d6000803e3d6000fd5b50600092506003915061165a9050565b604051908082528060200260200182016040528015611683578160200160208202803683370190505b509050632a8ea7ac60e01b816000815181106116a1576116a1612d86565b6001600160e01b031990921660209283029190910190910152805163287f040160e21b90829060019081106116d8576116d8612d86565b6001600160e01b0319909216602092830291909101909101528051630fad0eb160e01b908290600290811061170f5761170f612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad61293a565b60006001600160a01b03831663d39e604360d36040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015611799573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117bd9190612d07565b9050856001600160a01b03166325c471a06117d66129ee565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af415801561182f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118539190612d39565b8360006040518463ffffffff1660e01b815260040161187493929190612d56565b600060405180830381600087803b15801561188e57600080fd5b505af11580156118a2573d6000803e3d6000fd5b5060009250600291506118b29050565b6040519080825280602002602001820160405280156118db578160200160208202803683370190505b50905063985aeba760e01b816000815181106118f9576118f9612d86565b6001600160e01b0319909216602092830291909101909101528051631750d17360e21b908290600190811061193057611930612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad6129ee565b60006001600160a01b03831663d39e604360d46040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156119ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119de9190612d07565b9050856001600160a01b03166325c471a06119f76129b2565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611a50573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a749190612d39565b8360006040518463ffffffff1660e01b8152600401611a9593929190612d56565b600060405180830381600087803b158015611aaf57600080fd5b505af1158015611ac3573d6000803e3d6000fd5b506000925060019150611ad39050565b604051908082528060200260200182016040528015611afc578160200160208202803683370190505b50905063f5884fc560e01b81600081518110611b1a57611b1a612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882611b4b6129b2565b6040518363ffffffff1660e01b8152600401611b68929190612de1565b600060405180830381600087803b158015611b8257600080fd5b505af1158015611b96573d6000803e3d6000fd5b506000925060049150611ba69050565b604051908082528060200260200182016040528015611bcf578160200160208202803683370190505b509050630cfc3ba360e01b81600081518110611bed57611bed612d86565b6001600160e01b031990921660209283029190910190910152805163fae5df9b60e01b9082906001908110611c2457611c24612d86565b6001600160e01b03199092166020928302919091019091015280516340e1594160e11b9082906002908110611c5b57611c5b612d86565b6001600160e01b0319909216602092830291909101909101528051630f6c29ef60e01b9082906003908110611c9257611c92612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038716638462319882611cc36129b2565b6040518363ffffffff1660e01b8152600401611ce0929190612de1565b600060405180830381600087803b158015611cfa57600080fd5b505af1158015611d0e573d6000803e3d6000fd5b505050505050505050505050565b60006001600160a01b03831663d39e604360dc6040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015611d75573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d999190612d07565b9050866001600160a01b03166325c471a0611db2612a2a565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611e0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e2f9190612d39565b8360006040518463ffffffff1660e01b8152600401611e5093929190612d56565b600060405180830381600087803b158015611e6a57600080fd5b505af1158015611e7e573d6000803e3d6000fd5b506000925060059150611e8e9050565b604051908082528060200260200182016040528015611eb7578160200160208202803683370190505b50905063a46eb8dc60e01b81600081518110611ed557611ed5612d86565b6001600160e01b03199092166020928302919091019091015280516351dd844b60e01b9082906001908110611f0c57611f0c612d86565b6001600160e01b0319909216602092830291909101909101528051637f0f8c6b60e11b9082906002908110611f4357611f43612d86565b6001600160e01b031990921660209283029190910190910152805163248a77dd60e01b9082906003908110611f7a57611f7a612d86565b6001600160e01b03199092166020928302919091019091015280516353ebe12960e01b9082906004908110611fb157611fb1612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038716638462319882611fe2612a2a565b6040518363ffffffff1660e01b8152600401611fff929190612de1565b600060405180830381600087803b15801561201957600080fd5b505af115801561202d573d6000803e3d6000fd5b50600092506005915061203d9050565b604051908082528060200260200182016040528015612066578160200160208202803683370190505b509050630cc7e61460e01b8160008151811061208457612084612d86565b6001600160e01b0319909216602092830291909101909101528051631351fccf60e31b90829060019081106120bb576120bb612d86565b6001600160e01b03199092166020928302919091019091015280516346f0e8a760e11b90829060029081106120f2576120f2612d86565b6001600160e01b031990921660209283029190910190910152805163b5346af560e01b908290600390811061212957612129612d86565b6001600160e01b03199092166020928302919091019091015280516306fa456560e01b908290600490811061216057612160612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038816638462319882612191612a2a565b6040518363ffffffff1660e01b81526004016121ae929190612e39565b600060405180830381600087803b1580156121c857600080fd5b505af11580156121dc573d6000803e3d6000fd5b50505050505050505050505050565b60006001600160a01b03831663d39e604360466040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015612244573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122689190612d07565b9050856001600160a01b03166325c471a0612281612808565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156122da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122fe9190612d39565b8360006040518463ffffffff1660e01b815260040161231f93929190612d56565b600060405180830381600087803b15801561233957600080fd5b505af115801561234d573d6000803e3d6000fd5b50600092506001915061235d9050565b604051908082528060200260200182016040528015612386578160200160208202803683370190505b50905063f7bc431c60e01b816000815181106123a4576123a4612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b0386166384623198826123d5612808565b6040518363ffffffff1660e01b81526004016123f2929190612e66565b600060405180830381600087803b15801561240c57600080fd5b505af1158015612420573d6000803e3d6000fd5b5060009250600391506124309050565b604051908082528060200260200182016040528015612459578160200160208202803683370190505b5090506344ec4c3060e01b8160008151811061247757612477612d86565b6001600160e01b03199092166020928302919091019091015280516313bfaf6360e31b90829060019081106124ae576124ae612d86565b6001600160e01b031990921660209283029190910190910152805163108c463360e31b90829060029081106124e5576124e5612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038716638462319882612516612808565b6040518363ffffffff1660e01b8152600401611ce0929190612e8e565b60408051600480825260a082019092526000916020820160808036833701905050905063d2192dbf60e01b8160008151811061257157612571612d86565b6001600160e01b03199092166020928302919091019091015280516317ea2ab560e21b90829060019081106125a8576125a8612d86565b6001600160e01b031990921660209283029190910190910152805163dc85dcb160e01b90829060029081106125df576125df612d86565b6001600160e01b03199092166020928302919091019091015280516308b6d1c760e21b908290600390811061261657612616612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038516638462319882612647612b52565b6040518363ffffffff1660e01b8152600401612664929190612e8e565b600060405180830381600087803b15801561267e57600080fd5b505af1158015612692573d6000803e3d6000fd5b50505050505050505050565b60408051600480825260a082019092526000916020820160808036833701905050905063d2192dbf60e01b816000815181106126dc576126dc612d86565b6001600160e01b03199092166020928302919091019091015280516317ea2ab560e21b908290600190811061271357612713612d86565b6001600160e01b03199092166020928302919091019091015280516329db8c3d60e01b908290600290811061274a5761274a612d86565b6001600160e01b0319909216602092830291909101909101528051638689231360e01b908290600390811061278157612781612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b0385166384623198826127b2612aa1565b6040518363ffffffff1660e01b81526004016127cf929190612e66565b600060405180830381600087803b1580156127e957600080fd5b505af11580156127fd573d6000803e3d6000fd5b505050505050505050565b6040516368aebf7b60e01b81526107d0600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af415801561285d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128819190612d39565b905090565b6040516368aebf7b60e01b81526107d1600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610834600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610898600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610960600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526108fc600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610974600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b815261096a600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526109c4600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526002600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b815261076c600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b815260048082015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526005600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610a28600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6001600160a01b0381168114612ba357600080fd5b50565b600080600080600080600080610100898b031215612bc357600080fd5b8835612bce81612b8e565b97506020890135612bde81612b8e565b96506040890135612bee81612b8e565b95506060890135612bfe81612b8e565b94506080890135612c0e81612b8e565b935060a0890135612c1e81612b8e565b925060c0890135612c2e81612b8e565b915060e089013560ff81168114612c4457600080fd5b809150509295985092959890939650565b6001600160a01b038216815260406020820181905260089082015267496e7374616e636560c01b60608201526000608082015b9392505050565b6001600160a01b0382168152604060208201819052600d908201526c213ab7323632a6b0b730b3b2b960991b6060820152600060808201612c88565b6001600160a01b0382168152604060208201819052600d908201526c496e7374616e636553746f726560981b6060820152600060808201612c88565b600060208284031215612d1957600080fd5b8151612c8881612b8e565b6001600160401b0381168114612ba357600080fd5b600060208284031215612d4b57600080fd5b8151612c8881612d24565b6001600160401b039390931683526001600160a01b0391909116602083015263ffffffff16604082015260600190565b634e487b7160e01b600052603260045260246000fd5b600081518084526020808501945080840160005b83811015612dd65781516001600160e01b03191687529582019590820190600101612db0565b509495945050505050565b606081526000612e0e60608301600d81526c496e7374616e636553746f726560981b602082015260400190565b8281036020840152612e208186612d9c565b9150506001600160401b03831660408301529392505050565b606081526000612e0e60608301600d81526c213ab7323632a6b0b730b3b2b960991b602082015260400190565b606081526000612e0e606083016008815267496e7374616e636560c01b602082015260400190565b60608152600d60608201526c24b739ba30b731b2a0b236b4b760991b608082015260a060208201526000612ec560a0830185612d9c565b90506001600160401b0383166040830152939250505056fea2646970667358221220c83f556bf40020ac3a1037a0795487ed125548659b54d5d0dae14385d9b688a364736f6c63430008140033",
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c8063965928021461003a575b600080fd5b81801561004657600080fd5b5061005a610055366004612ba6565b61005c565b005b6100658761010a565b61007187878787610864565b61007e888886858561097a565b61008b8888868585610d05565b61009888888685856110a6565b6100a58888868585611290565b6100b288888685856114e8565b6100bf8888868585611740565b6100cc8888868585611961565b6100da888886888686611d1c565b6100e788888885856121eb565b6100f48888888585612533565b6101008787848461269e565b5050505050505050565b806001600160a01b0316634a3a1e00610121612808565b604080516001600160e01b031960e085901b1681526001600160401b03909216600483015260248201526013604482015272496e7374616e636553657276696365526f6c6560681b6064820152608401600060405180830381600087803b15801561018b57600080fd5b505af115801561019f573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006101ba612886565b604080516001600160e01b031960e085901b1681526001600160401b03909216600483015260248201526014604482015273436f6d706f6e656e7453657276696365526f6c6560601b6064820152608401600060405180830381600087803b15801561022557600080fd5b505af1158015610239573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006102546128c2565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601760448201527f446973747269627574696f6e53657276696365526f6c650000000000000000006064820152608401600060405180830381600087803b1580156102c857600080fd5b505af11580156102dc573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006102f76128fe565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152600f60448201526e506f6f6c53657276696365526f6c6560881b6064820152608401600060405180830381600087803b15801561035d57600080fd5b505af1158015610371573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e0061038c61293a565b604080516001600160e01b031960e085901b1681526001600160401b039092166004830152602482015260166044820152754170706c69636174696f6e53657276696365526f6c6560501b6064820152608401600060405180830381600087803b1580156103f957600080fd5b505af115801561040d573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e00610428612976565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601260448201527150726f6475637453657276696365526f6c6560701b6064820152608401600060405180830381600087803b15801561049157600080fd5b505af11580156104a5573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006104c06129b2565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601060448201526f436c61696d53657276696365526f6c6560801b6064820152608401600060405180830381600087803b15801561052757600080fd5b505af115801561053b573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006105566129ee565b604080516001600160e01b031960e085901b1681526001600160401b03909216600483015260248201526011604482015270506f6c69637953657276696365526f6c6560781b6064820152608401600060405180830381600087803b1580156105be57600080fd5b505af11580156105d2573d6000803e3d6000fd5b50505050806001600160a01b0316634a3a1e006105ed612a2a565b604080516001600160e01b031960e085901b1681526001600160401b0390921660048301526024820152601160448201527042756e646c6553657276696365526f6c6560781b6064820152608401600060405180830381600087803b15801561065557600080fd5b505af1158015610669573d6000803e3d6000fd5b50505050806001600160a01b031663f2345aea610684612a66565b61068c612aa1565b6040516001600160e01b031960e085901b1681526001600160401b039283166004820152606060248201526015606482015274446973747269627574696f6e4f776e6572526f6c6560581b60848201529116604482015260a401600060405180830381600087803b15801561070057600080fd5b505af1158015610714573d6000803e3d6000fd5b50505050806001600160a01b031663f2345aea61072f612add565b610737612aa1565b6040516001600160e01b031960e085901b1681526001600160401b03928316600482015260606024820152600d60648201526c506f6f6c4f776e6572526f6c6560981b60848201529116604482015260a401600060405180830381600087803b1580156107a357600080fd5b505af11580156107b7573d6000803e3d6000fd5b50505050806001600160a01b031663f2345aea6107d2612b17565b6107da612aa1565b6040516001600160e01b031960e085901b1681526001600160401b03928316600482015260606024820152601060648201526f50726f647563744f776e6572526f6c6560801b60848201529116604482015260a401600060405180830381600087803b15801561084957600080fd5b505af115801561085d573d6000803e3d6000fd5b5050505050565b6040516312f48f1560e01b81526001600160a01b038516906312f48f1590610890908690600401612c55565b600060405180830381600087803b1580156108aa57600080fd5b505af11580156108be573d6000803e3d6000fd5b50506040516312f48f1560e01b81526001600160a01b03871692506312f48f1591506108ee908590600401612c8f565b600060405180830381600087803b15801561090857600080fd5b505af115801561091c573d6000803e3d6000fd5b50506040516312f48f1560e01b81526001600160a01b03871692506312f48f15915061094c908490600401612ccb565b600060405180830381600087803b15801561096657600080fd5b505af1158015610100573d6000803e3d6000fd5b60006001600160a01b03831663d39e604360646040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156109d3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f79190612d07565b9050856001600160a01b03166325c471a0610a10612886565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015610a69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a8d9190612d39565b8360006040518463ffffffff1660e01b8152600401610aae93929190612d56565b600060405180830381600087803b158015610ac857600080fd5b505af1158015610adc573d6000803e3d6000fd5b506000925060089150610aec9050565b604051908082528060200260200182016040528015610b15578160200160208202803683370190505b509050634846003a60e01b81600081518110610b3357610b33612d86565b6001600160e01b031990921660209283029190910190910152805162f0266b60e21b9082906001908110610b6957610b69612d86565b6001600160e01b0319909216602092830291909101909101528051637892982360e01b9082906002908110610ba057610ba0612d86565b6001600160e01b031990921660209283029190910190910152805163a6a67b1f60e01b9082906003908110610bd757610bd7612d86565b6001600160e01b031990921660209283029190910190910152805163b5b3d9f960e01b9082906005908110610c0e57610c0e612d86565b6001600160e01b0319909216602092830291909101909101528051639f8151e560e01b9082906006908110610c4557610c45612d86565b6001600160e01b031990921660209283029190910190910152805163e80c61ed60e01b9082906007908110610c7c57610c7c612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad612886565b6040518363ffffffff1660e01b8152600401610cca929190612de1565b600060405180830381600087803b158015610ce457600080fd5b505af1158015610cf8573d6000803e3d6000fd5b5050505050505050505050565b60006001600160a01b03831663d39e604360786040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015610d5e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d829190612d07565b9050856001600160a01b03166325c471a0610d9b6128c2565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015610df4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e189190612d39565b8360006040518463ffffffff1660e01b8152600401610e3993929190612d56565b600060405180830381600087803b158015610e5357600080fd5b505af1158015610e67573d6000803e3d6000fd5b506000925060099150610e779050565b604051908082528060200260200182016040528015610ea0578160200160208202803683370190505b5090506330a130ba60e01b81600081518110610ebe57610ebe612d86565b6001600160e01b03199092166020928302919091019091015280516305a8416b60e41b9082906001908110610ef557610ef5612d86565b6001600160e01b031990921660209283029190910190910152805163a284222960e01b9082906002908110610f2c57610f2c612d86565b6001600160e01b0319909216602092830291909101909101528051631f32844960e21b9082906003908110610f6357610f63612d86565b6001600160e01b0319909216602092830291909101909101528051631e40b36360e01b9082906004908110610f9a57610f9a612d86565b6001600160e01b03199092166020928302919091019091015280516340529b0f60e01b9082906005908110610fd157610fd1612d86565b6001600160e01b0319909216602092830291909101909101528051631941cfe160e31b908290600690811061100857611008612d86565b6001600160e01b03199092166020928302919091019091015280516330882f0760e11b908290600790811061103f5761103f612d86565b6001600160e01b031990921660209283029190910190910152805162af902560e81b908290600890811061107557611075612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad6128c2565b60006001600160a01b03831663d39e6043608c6040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156110ff573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111239190612d07565b9050856001600160a01b03166325c471a061113c6128fe565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611195573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906111b99190612d39565b8360006040518463ffffffff1660e01b81526004016111da93929190612d56565b600060405180830381600087803b1580156111f457600080fd5b505af1158015611208573d6000803e3d6000fd5b5060009250600191506112189050565b604051908082528060200260200182016040528015611241578160200160208202803683370190505b50905063763bb75460e01b8160008151811061125f5761125f612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad6128fe565b60006001600160a01b03831663d39e6043606e6040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156112e9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061130d9190612d07565b9050856001600160a01b03166325c471a0611326612976565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af415801561137f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113a39190612d39565b8360006040518463ffffffff1660e01b81526004016113c493929190612d56565b600060405180830381600087803b1580156113de57600080fd5b505af11580156113f2573d6000803e3d6000fd5b5060009250600391506114029050565b60405190808252806020026020018201604052801561142b578160200160208202803683370190505b509050632f61088a60e01b8160008151811061144957611449612d86565b6001600160e01b03199092166020928302919091019091015280516314eddc0360e31b908290600190811061148057611480612d86565b6001600160e01b0319909216602092830291909101909101528051633e77a42160e11b90829060029081106114b7576114b7612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad612976565b60006001600160a01b03831663d39e604360d26040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015611541573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115659190612d07565b9050856001600160a01b03166325c471a061157e61293a565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156115d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906115fb9190612d39565b8360006040518463ffffffff1660e01b815260040161161c93929190612d56565b600060405180830381600087803b15801561163657600080fd5b505af115801561164a573d6000803e3d6000fd5b50600092506003915061165a9050565b604051908082528060200260200182016040528015611683578160200160208202803683370190505b509050632a8ea7ac60e01b816000815181106116a1576116a1612d86565b6001600160e01b031990921660209283029190910190910152805163287f040160e21b90829060019081106116d8576116d8612d86565b6001600160e01b0319909216602092830291909101909101528051630fad0eb160e01b908290600290811061170f5761170f612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad61293a565b60006001600160a01b03831663d39e604360d36040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015611799573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117bd9190612d07565b9050856001600160a01b03166325c471a06117d66129ee565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af415801561182f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118539190612d39565b8360006040518463ffffffff1660e01b815260040161187493929190612d56565b600060405180830381600087803b15801561188e57600080fd5b505af11580156118a2573d6000803e3d6000fd5b5060009250600291506118b29050565b6040519080825280602002602001820160405280156118db578160200160208202803683370190505b50905063985aeba760e01b816000815181106118f9576118f9612d86565b6001600160e01b0319909216602092830291909101909101528051631750d17360e21b908290600190811061193057611930612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882610cad6129ee565b60006001600160a01b03831663d39e604360d46040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa1580156119ba573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119de9190612d07565b9050856001600160a01b03166325c471a06119f76129b2565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611a50573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a749190612d39565b8360006040518463ffffffff1660e01b8152600401611a9593929190612d56565b600060405180830381600087803b158015611aaf57600080fd5b505af1158015611ac3573d6000803e3d6000fd5b506000925060019150611ad39050565b604051908082528060200260200182016040528015611afc578160200160208202803683370190505b50905063f5884fc560e01b81600081518110611b1a57611b1a612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038616638462319882611b4b6129b2565b6040518363ffffffff1660e01b8152600401611b68929190612de1565b600060405180830381600087803b158015611b8257600080fd5b505af1158015611b96573d6000803e3d6000fd5b506000925060049150611ba69050565b604051908082528060200260200182016040528015611bcf578160200160208202803683370190505b509050630cfc3ba360e01b81600081518110611bed57611bed612d86565b6001600160e01b031990921660209283029190910190910152805163fae5df9b60e01b9082906001908110611c2457611c24612d86565b6001600160e01b03199092166020928302919091019091015280516340e1594160e11b9082906002908110611c5b57611c5b612d86565b6001600160e01b0319909216602092830291909101909101528051630f6c29ef60e01b9082906003908110611c9257611c92612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038716638462319882611cc36129b2565b6040518363ffffffff1660e01b8152600401611ce0929190612de1565b600060405180830381600087803b158015611cfa57600080fd5b505af1158015611d0e573d6000803e3d6000fd5b505050505050505050505050565b60006001600160a01b03831663d39e604360dc6040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015611d75573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d999190612d07565b9050866001600160a01b03166325c471a0611db2612a2a565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af4158015611e0b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e2f9190612d39565b8360006040518463ffffffff1660e01b8152600401611e5093929190612d56565b600060405180830381600087803b158015611e6a57600080fd5b505af1158015611e7e573d6000803e3d6000fd5b506000925060059150611e8e9050565b604051908082528060200260200182016040528015611eb7578160200160208202803683370190505b50905063a46eb8dc60e01b81600081518110611ed557611ed5612d86565b6001600160e01b03199092166020928302919091019091015280516351dd844b60e01b9082906001908110611f0c57611f0c612d86565b6001600160e01b0319909216602092830291909101909101528051637f0f8c6b60e11b9082906002908110611f4357611f43612d86565b6001600160e01b031990921660209283029190910190910152805163248a77dd60e01b9082906003908110611f7a57611f7a612d86565b6001600160e01b03199092166020928302919091019091015280516353ebe12960e01b9082906004908110611fb157611fb1612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038716638462319882611fe2612a2a565b6040518363ffffffff1660e01b8152600401611fff929190612de1565b600060405180830381600087803b15801561201957600080fd5b505af115801561202d573d6000803e3d6000fd5b50600092506005915061203d9050565b604051908082528060200260200182016040528015612066578160200160208202803683370190505b509050630cc7e61460e01b8160008151811061208457612084612d86565b6001600160e01b0319909216602092830291909101909101528051631351fccf60e31b90829060019081106120bb576120bb612d86565b6001600160e01b03199092166020928302919091019091015280516346f0e8a760e11b90829060029081106120f2576120f2612d86565b6001600160e01b031990921660209283029190910190910152805163b5346af560e01b908290600390811061212957612129612d86565b6001600160e01b03199092166020928302919091019091015280516306fa456560e01b908290600490811061216057612160612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038816638462319882612191612a2a565b6040518363ffffffff1660e01b81526004016121ae929190612e39565b600060405180830381600087803b1580156121c857600080fd5b505af11580156121dc573d6000803e3d6000fd5b50505050505050505050505050565b60006001600160a01b03831663d39e604360466040516001600160e01b031960e084901b16815260ff91821660048201529085166024820152604401602060405180830381865afa158015612244573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122689190612d07565b9050856001600160a01b03166325c471a0612281612808565b604051631517388760e21b81526001600160401b03909116600482015273__$1d92393fa9ccd763988368ce8a1cb90d26$__9063545ce21c90602401602060405180830381865af41580156122da573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122fe9190612d39565b8360006040518463ffffffff1660e01b815260040161231f93929190612d56565b600060405180830381600087803b15801561233957600080fd5b505af115801561234d573d6000803e3d6000fd5b50600092506001915061235d9050565b604051908082528060200260200182016040528015612386578160200160208202803683370190505b50905063f7bc431c60e01b816000815181106123a4576123a4612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b0386166384623198826123d5612808565b6040518363ffffffff1660e01b81526004016123f2929190612e66565b600060405180830381600087803b15801561240c57600080fd5b505af1158015612420573d6000803e3d6000fd5b5060009250600391506124309050565b604051908082528060200260200182016040528015612459578160200160208202803683370190505b5090506344ec4c3060e01b8160008151811061247757612477612d86565b6001600160e01b03199092166020928302919091019091015280516313bfaf6360e31b90829060019081106124ae576124ae612d86565b6001600160e01b031990921660209283029190910190910152805163108c463360e31b90829060029081106124e5576124e5612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038716638462319882612516612808565b6040518363ffffffff1660e01b8152600401611ce0929190612e8e565b60408051600480825260a082019092526000916020820160808036833701905050905063d2192dbf60e01b8160008151811061257157612571612d86565b6001600160e01b03199092166020928302919091019091015280516317ea2ab560e21b90829060019081106125a8576125a8612d86565b6001600160e01b031990921660209283029190910190910152805163dc85dcb160e01b90829060029081106125df576125df612d86565b6001600160e01b03199092166020928302919091019091015280516308b6d1c760e21b908290600390811061261657612616612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b038516638462319882612647612b52565b6040518363ffffffff1660e01b8152600401612664929190612e8e565b600060405180830381600087803b15801561267e57600080fd5b505af1158015612692573d6000803e3d6000fd5b50505050505050505050565b60408051600480825260a082019092526000916020820160808036833701905050905063d2192dbf60e01b816000815181106126dc576126dc612d86565b6001600160e01b03199092166020928302919091019091015280516317ea2ab560e21b908290600190811061271357612713612d86565b6001600160e01b03199092166020928302919091019091015280516329db8c3d60e01b908290600290811061274a5761274a612d86565b6001600160e01b0319909216602092830291909101909101528051638689231360e01b908290600390811061278157612781612d86565b6001600160e01b0319909216602092830291909101909101526001600160a01b0385166384623198826127b2612aa1565b6040518363ffffffff1660e01b81526004016127cf929190612e66565b600060405180830381600087803b1580156127e957600080fd5b505af11580156127fd573d6000803e3d6000fd5b505050505050505050565b6040516368aebf7b60e01b81526107d0600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b906024015b602060405180830381865af415801561285d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128819190612d39565b905090565b6040516368aebf7b60e01b81526107d1600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610834600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610898600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610960600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526108fc600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610974600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b815261096a600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526109c4600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526002600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b815261076c600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b815260048082015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b81526005600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6040516368aebf7b60e01b8152610a28600482015260009073__$1d92393fa9ccd763988368ce8a1cb90d26$__906368aebf7b90602401612840565b6001600160a01b0381168114612ba357600080fd5b50565b600080600080600080600080610100898b031215612bc357600080fd5b8835612bce81612b8e565b97506020890135612bde81612b8e565b96506040890135612bee81612b8e565b95506060890135612bfe81612b8e565b94506080890135612c0e81612b8e565b935060a0890135612c1e81612b8e565b925060c0890135612c2e81612b8e565b915060e089013560ff81168114612c4457600080fd5b809150509295985092959890939650565b6001600160a01b038216815260406020820181905260089082015267496e7374616e636560c01b60608201526000608082015b9392505050565b6001600160a01b0382168152604060208201819052600d908201526c213ab7323632a6b0b730b3b2b960991b6060820152600060808201612c88565b6001600160a01b0382168152604060208201819052600d908201526c496e7374616e636553746f726560981b6060820152600060808201612c88565b600060208284031215612d1957600080fd5b8151612c8881612b8e565b6001600160401b0381168114612ba357600080fd5b600060208284031215612d4b57600080fd5b8151612c8881612d24565b6001600160401b039390931683526001600160a01b0391909116602083015263ffffffff16604082015260600190565b634e487b7160e01b600052603260045260246000fd5b600081518084526020808501945080840160005b83811015612dd65781516001600160e01b03191687529582019590820190600101612db0565b509495945050505050565b606081526000612e0e60608301600d81526c496e7374616e636553746f726560981b602082015260400190565b8281036020840152612e208186612d9c565b9150506001600160401b03831660408301529392505050565b606081526000612e0e60608301600d81526c213ab7323632a6b0b730b3b2b960991b602082015260400190565b606081526000612e0e606083016008815267496e7374616e636560c01b602082015260400190565b60608152600d60608201526c24b739ba30b731b2a0b236b4b760991b608082015260a060208201526000612ec560a0830185612d9c565b90506001600160401b0383166040830152939250505056fea2646970667358221220c83f556bf40020ac3a1037a0795487ed125548659b54d5d0dae14385d9b688a364736f6c63430008140033",
|
8
|
+
"linkReferences": {
|
9
|
+
"contracts/type/RoleId.sol": {
|
10
|
+
"RoleIdLib": [
|
11
|
+
{
|
12
|
+
"length": 20,
|
13
|
+
"start": 2665
|
14
|
+
},
|
15
|
+
{
|
16
|
+
"length": 20,
|
17
|
+
"start": 3572
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"length": 20,
|
21
|
+
"start": 4501
|
22
|
+
},
|
23
|
+
{
|
24
|
+
"length": 20,
|
25
|
+
"start": 4991
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"length": 20,
|
29
|
+
"start": 5591
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"length": 20,
|
33
|
+
"start": 6191
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"length": 20,
|
37
|
+
"start": 6736
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"length": 20,
|
41
|
+
"start": 7691
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"length": 20,
|
45
|
+
"start": 8922
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"length": 20,
|
49
|
+
"start": 10332
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"length": 20,
|
53
|
+
"start": 10458
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"length": 20,
|
57
|
+
"start": 10518
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"length": 20,
|
61
|
+
"start": 10578
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"length": 20,
|
65
|
+
"start": 10638
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"length": 20,
|
69
|
+
"start": 10698
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"length": 20,
|
73
|
+
"start": 10758
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"length": 20,
|
77
|
+
"start": 10818
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"length": 20,
|
81
|
+
"start": 10878
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"length": 20,
|
85
|
+
"start": 10937
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"length": 20,
|
89
|
+
"start": 10997
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"length": 20,
|
93
|
+
"start": 11055
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"length": 20,
|
97
|
+
"start": 11114
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"length": 20,
|
101
|
+
"start": 11174
|
102
|
+
}
|
103
|
+
]
|
104
|
+
}
|
105
|
+
},
|
106
|
+
"deployedLinkReferences": {
|
107
|
+
"contracts/type/RoleId.sol": {
|
108
|
+
"RoleIdLib": [
|
109
|
+
{
|
110
|
+
"length": 20,
|
111
|
+
"start": 2607
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"length": 20,
|
115
|
+
"start": 3514
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"length": 20,
|
119
|
+
"start": 4443
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"length": 20,
|
123
|
+
"start": 4933
|
124
|
+
},
|
125
|
+
{
|
126
|
+
"length": 20,
|
127
|
+
"start": 5533
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"length": 20,
|
131
|
+
"start": 6133
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"length": 20,
|
135
|
+
"start": 6678
|
136
|
+
},
|
137
|
+
{
|
138
|
+
"length": 20,
|
139
|
+
"start": 7633
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"length": 20,
|
143
|
+
"start": 8864
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"length": 20,
|
147
|
+
"start": 10274
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"length": 20,
|
151
|
+
"start": 10400
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"length": 20,
|
155
|
+
"start": 10460
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"length": 20,
|
159
|
+
"start": 10520
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"length": 20,
|
163
|
+
"start": 10580
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"length": 20,
|
167
|
+
"start": 10640
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"length": 20,
|
171
|
+
"start": 10700
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"length": 20,
|
175
|
+
"start": 10760
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"length": 20,
|
179
|
+
"start": 10820
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"length": 20,
|
183
|
+
"start": 10879
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"length": 20,
|
187
|
+
"start": 10939
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"length": 20,
|
191
|
+
"start": 10997
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"length": 20,
|
195
|
+
"start": 11056
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"length": 20,
|
199
|
+
"start": 11116
|
200
|
+
}
|
201
|
+
]
|
202
|
+
}
|
203
|
+
}
|
204
|
+
}
|