@etherisc/gif-next 0.0.2-b5d2efe-928 → 0.0.2-b61b9f6-206
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessAdmin.sol/AccessAdmin.json +38 -33
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.dbg.json +1 -1
- package/artifacts/contracts/authorization/AccessManagerCloneable.sol/AccessManagerCloneable.json +2 -2
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/Authorization.sol/Authorization.json +8 -8
- package/artifacts/contracts/authorization/IAccess.sol/IAccess.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAccessAdmin.sol/IAccessAdmin.dbg.json +1 -1
- package/artifacts/contracts/authorization/IAuthorization.sol/IAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IModuleAuthorization.sol/IModuleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/IServiceAuthorization.sol/IServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ModuleAuthorization.sol/ModuleAuthorization.json +8 -8
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.dbg.json +1 -1
- package/artifacts/contracts/authorization/ServiceAuthorization.sol/ServiceAuthorization.json +4 -4
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistribution.sol/BasicDistribution.json +26 -26
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.dbg.json +1 -1
- package/artifacts/contracts/distribution/BasicDistributionAuthorization.sol/BasicDistributionAuthorization.json +19 -19
- package/artifacts/contracts/distribution/Distribution.sol/Distribution.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionService.sol/DistributionService.json +74 -74
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.dbg.json +1 -1
- package/artifacts/contracts/distribution/DistributionServiceManager.sol/DistributionServiceManager.json +55 -55
- package/artifacts/contracts/distribution/IDistributionComponent.sol/IDistributionComponent.dbg.json +1 -1
- package/artifacts/contracts/distribution/IDistributionService.sol/IDistributionService.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.dbg.json +1 -1
- package/artifacts/contracts/instance/BundleManager.sol/BundleManager.json +32 -32
- package/artifacts/contracts/instance/IInstance.sol/IInstance.dbg.json +1 -1
- package/artifacts/contracts/instance/IInstanceService.sol/IInstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.dbg.json +1 -1
- package/artifacts/contracts/instance/Instance.sol/Instance.json +10 -10
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAdmin.sol/InstanceAdmin.json +84 -79
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceAuthorizationV3.sol/InstanceAuthorizationV3.json +30 -30
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceReader.sol/InstanceReader.json +58 -58
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceService.sol/InstanceService.json +34 -34
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceServiceManager.sol/InstanceServiceManager.json +35 -35
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/InstanceStore.sol/InstanceStore.json +72 -72
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.dbg.json +1 -1
- package/artifacts/contracts/instance/base/BalanceStore.sol/BalanceStore.json +2 -2
- package/artifacts/contracts/instance/base/Cloneable.sol/Cloneable.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectCounter.sol/ObjectCounter.json +2 -2
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectLifecycle.sol/ObjectLifecycle.json +6 -6
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.dbg.json +1 -1
- package/artifacts/contracts/instance/base/ObjectManager.sol/ObjectManager.json +2 -2
- package/artifacts/contracts/instance/module/IAccess.sol/IAccess.dbg.json +1 -1
- 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 +1 -1
- package/artifacts/contracts/mock/Dip.sol/Dip.json +2 -2
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracle.sol/BasicOracle.json +16 -16
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.dbg.json +1 -1
- package/artifacts/contracts/oracle/BasicOracleAuthorization.sol/BasicOracleAuthorization.json +21 -21
- package/artifacts/contracts/oracle/IOracle.sol/IOracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleComponent.sol/IOracleComponent.dbg.json +1 -1
- package/artifacts/contracts/oracle/IOracleService.sol/IOracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/Oracle.sol/Oracle.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleService.sol/OracleService.json +32 -32
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/oracle/OracleServiceManager.sol/OracleServiceManager.json +34 -34
- package/artifacts/contracts/pool/BasicPool.sol/BasicPool.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.dbg.json +1 -1
- package/artifacts/contracts/pool/BasicPoolAuthorization.sol/BasicPoolAuthorization.json +19 -19
- package/artifacts/contracts/pool/BundleService.sol/BundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleService.sol/BundleService.json +44 -44
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/BundleServiceManager.sol/BundleServiceManager.json +40 -40
- package/artifacts/contracts/pool/IBundleService.sol/IBundleService.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolComponent.sol/IPoolComponent.dbg.json +1 -1
- package/artifacts/contracts/pool/IPoolService.sol/IPoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/Pool.sol/Pool.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolService.sol/PoolService.json +36 -36
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.dbg.json +1 -1
- package/artifacts/contracts/pool/PoolServiceManager.sol/PoolServiceManager.json +36 -36
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationService.sol/ApplicationService.json +32 -32
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ApplicationServiceManager.sol/ApplicationServiceManager.json +34 -34
- package/artifacts/contracts/product/BasicProduct.sol/BasicProduct.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.dbg.json +1 -1
- package/artifacts/contracts/product/BasicProductAuthorization.sol/BasicProductAuthorization.json +19 -19
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimService.sol/ClaimService.json +72 -72
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ClaimServiceManager.sol/ClaimServiceManager.json +54 -54
- package/artifacts/contracts/product/IApplicationService.sol/IApplicationService.dbg.json +1 -1
- package/artifacts/contracts/product/IClaimService.sol/IClaimService.dbg.json +1 -1
- package/artifacts/contracts/product/IPolicyService.sol/IPolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/IPricingService.sol/IPricingService.dbg.json +1 -1
- package/artifacts/contracts/product/IProductComponent.sol/IProductComponent.dbg.json +1 -1
- package/artifacts/contracts/product/IProductService.sol/IProductService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyService.sol/PolicyService.json +50 -50
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PolicyServiceManager.sol/PolicyServiceManager.json +43 -43
- package/artifacts/contracts/product/PricingService.sol/PricingService.dbg.json +1 -1
- package/artifacts/contracts/product/PricingService.sol/PricingService.json +58 -58
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/PricingServiceManager.sol/PricingServiceManager.json +47 -47
- package/artifacts/contracts/product/Product.sol/Product.dbg.json +1 -1
- package/artifacts/contracts/product/ProductService.sol/ProductService.dbg.json +1 -1
- package/artifacts/contracts/product/ProductService.sol/ProductService.json +20 -20
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.dbg.json +1 -1
- package/artifacts/contracts/product/ProductServiceManager.sol/ProductServiceManager.json +28 -28
- 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/IRegistryService.sol/IRegistryService.dbg.json +1 -1
- 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 +24 -24
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryAdmin.sol/RegistryAdmin.json +98 -93
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryService.sol/RegistryService.json +18 -18
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.dbg.json +1 -1
- package/artifacts/contracts/registry/RegistryServiceManager.sol/RegistryServiceManager.json +27 -27
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseLifecycle.sol/ReleaseLifecycle.json +6 -6
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.dbg.json +1 -1
- package/artifacts/contracts/registry/ReleaseManager.sol/ReleaseManager.json +19 -19
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.dbg.json +1 -1
- package/artifacts/contracts/registry/ServiceAuthorizationV3.sol/ServiceAuthorizationV3.json +7 -7
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.dbg.json +1 -1
- package/artifacts/contracts/registry/TokenRegistry.sol/TokenRegistry.json +4 -4
- package/artifacts/contracts/shared/Component.sol/Component.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentService.sol/ComponentService.json +62 -62
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ComponentServiceManager.sol/ComponentServiceManager.json +49 -49
- package/artifacts/contracts/shared/ComponentVerifyingService.sol/ComponentVerifyingService.dbg.json +1 -1
- 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/IComponent.sol/IComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IComponentService.sol/IComponentService.dbg.json +1 -1
- package/artifacts/contracts/shared/IInstanceLinkedComponent.sol/IInstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/IKeyValueStore.sol/IKeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/ILifecycle.sol/ILifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/INftOwnable.sol/INftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/IPolicyHolder.sol/IPolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/IRegisterable.sol/IRegisterable.dbg.json +1 -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/IVersionable.sol/IVersionable.dbg.json +1 -1
- package/artifacts/contracts/shared/InitializableCustom.sol/InitializableCustom.dbg.json +1 -1
- package/artifacts/contracts/shared/InstanceLinkedComponent.sol/InstanceLinkedComponent.dbg.json +1 -1
- package/artifacts/contracts/shared/KeyValueStore.sol/KeyValueStore.dbg.json +1 -1
- package/artifacts/contracts/shared/Lifecycle.sol/Lifecycle.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.dbg.json +1 -1
- package/artifacts/contracts/shared/NftIdSetManager.sol/NftIdSetManager.json +22 -22
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.dbg.json +1 -1
- package/artifacts/contracts/shared/NftOwnable.sol/NftOwnable.json +6 -6
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.dbg.json +1 -1
- package/artifacts/contracts/shared/PolicyHolder.sol/PolicyHolder.json +6 -6
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.dbg.json +1 -1
- package/artifacts/contracts/shared/ProxyManager.sol/ProxyManager.json +14 -14
- package/artifacts/contracts/shared/Registerable.sol/Registerable.dbg.json +1 -1
- package/artifacts/contracts/shared/Registerable.sol/Registerable.json +8 -8
- 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/TokenHandler.sol/TokenHandler.dbg.json +1 -1
- package/artifacts/contracts/shared/TokenHandler.sol/TokenHandler.json +6 -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 +1 -1
- package/artifacts/contracts/staking/IStakingService.sol/IStakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/StakeManagerLib.sol/StakeManagerLib.json +32 -32
- package/artifacts/contracts/staking/Staking.sol/Staking.dbg.json +1 -1
- package/artifacts/contracts/staking/Staking.sol/Staking.json +44 -44
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingLifecycle.sol/StakingLifecycle.json +6 -6
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingManager.sol/StakingManager.json +40 -40
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingReader.sol/StakingReader.json +6 -6
- package/artifacts/contracts/staking/StakingService.sol/StakingService.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingService.sol/StakingService.json +26 -26
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingServiceManager.sol/StakingServiceManager.json +31 -31
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.dbg.json +1 -1
- package/artifacts/contracts/staking/StakingStore.sol/StakingStore.json +131 -131
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.dbg.json +1 -1
- package/artifacts/contracts/staking/TargetManagerLib.sol/TargetManagerLib.json +22 -22
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.dbg.json +1 -1
- package/artifacts/contracts/type/AddressSet.sol/LibAddressSet.json +2 -2
- package/artifacts/contracts/type/Amount.sol/AmountLib.dbg.json +1 -1
- package/artifacts/contracts/type/Amount.sol/AmountLib.json +8 -8
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.dbg.json +1 -1
- package/artifacts/contracts/type/Blocknumber.sol/BlocknumberLib.json +2 -2
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/ClaimId.sol/ClaimIdLib.json +4 -4
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/DistributorType.sol/DistributorTypeLib.json +4 -4
- package/artifacts/contracts/type/Fee.sol/FeeLib.dbg.json +1 -1
- package/artifacts/contracts/type/Fee.sol/FeeLib.json +12 -12
- package/artifacts/contracts/type/Key32.sol/Key32Lib.dbg.json +1 -1
- package/artifacts/contracts/type/Key32.sol/Key32Lib.json +2 -2
- package/artifacts/contracts/type/NftId.sol/NftIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/NftId.sol/NftIdLib.json +4 -4
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.dbg.json +1 -1
- package/artifacts/contracts/type/NftIdSet.sol/LibNftIdSet.json +2 -2
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.dbg.json +1 -1
- package/artifacts/contracts/type/ObjectType.sol/ObjectTypeLib.json +2 -2
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/PayoutId.sol/PayoutIdLib.json +4 -4
- package/artifacts/contracts/type/Referral.sol/ReferralLib.dbg.json +1 -1
- package/artifacts/contracts/type/Referral.sol/ReferralLib.json +4 -4
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RequestId.sol/RequestIdLib.json +4 -4
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RiskId.sol/RiskIdLib.json +4 -4
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/RoleId.sol/RoleIdLib.json +14 -14
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.dbg.json +1 -1
- package/artifacts/contracts/type/Seconds.sol/SecondsLib.json +2 -2
- package/artifacts/contracts/type/Selector.sol/SelectorLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorLib.json +2 -2
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.dbg.json +1 -1
- package/artifacts/contracts/type/Selector.sol/SelectorSetLib.json +2 -2
- package/artifacts/contracts/type/StateId.sol/StateIdLib.dbg.json +1 -1
- package/artifacts/contracts/type/StateId.sol/StateIdLib.json +2 -2
- package/artifacts/contracts/type/String.sol/StrLib.dbg.json +1 -1
- package/artifacts/contracts/type/String.sol/StrLib.json +2 -2
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.dbg.json +1 -1
- package/artifacts/contracts/type/Timestamp.sol/TimestampLib.json +4 -4
- package/artifacts/contracts/type/UFixed.sol/MathLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/MathLib.json +2 -2
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.dbg.json +1 -1
- package/artifacts/contracts/type/UFixed.sol/UFixedLib.json +2 -2
- package/artifacts/contracts/type/Version.sol/VersionLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionLib.json +2 -2
- package/artifacts/contracts/type/Version.sol/VersionPartLib.dbg.json +1 -1
- package/artifacts/contracts/type/Version.sol/VersionPartLib.json +2 -2
- package/contracts/authorization/AccessAdmin.sol +3 -0
- package/package.json +1 -1
@@ -66,8 +66,8 @@
|
|
66
66
|
"type": "function"
|
67
67
|
}
|
68
68
|
],
|
69
|
-
"bytecode": "
|
70
|
-
"deployedBytecode": "
|
69
|
+
"bytecode": "0x6080604052348015600e575f80fd5b506101c58061001c5f395ff3fe608060405234801561000f575f80fd5b506004361061003f575f3560e01c806301ffc9a714610043578063214cdb801461008357806336fc697e14610098575b5f80fd5b61006f610051366004610161565b6001600160e01b0319165f9081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b610096610091366004610161565b6100a0565b005b6100966100cc565b6100a8610111565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6100d4610111565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661015f57604051631afcd79f60e31b815260040160405180910390fd5b565b5f60208284031215610171575f80fd5b81356001600160e01b031981168114610188575f80fd5b939250505056fea2646970667358221220b1ccd420974e58f3088b2000f8e386905e4cab1a87b76bd9a975ef000f649d0f64736f6c634300081a0033",
|
70
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061003f575f3560e01c806301ffc9a714610043578063214cdb801461008357806336fc697e14610098575b5f80fd5b61006f610051366004610161565b6001600160e01b0319165f9081526020819052604090205460ff1690565b604051901515815260200160405180910390f35b610096610091366004610161565b6100a0565b005b6100966100cc565b6100a8610111565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6100d4610111565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661015f57604051631afcd79f60e31b815260040160405180910390fd5b565b5f60208284031215610171575f80fd5b81356001600160e01b031981168114610188575f80fd5b939250505056fea2646970667358221220b1ccd420974e58f3088b2000f8e386905e4cab1a87b76bd9a975ef000f649d0f64736f6c634300081a0033",
|
71
71
|
"linkReferences": {},
|
72
72
|
"deployedLinkReferences": {}
|
73
73
|
}
|
@@ -209,50 +209,50 @@
|
|
209
209
|
"type": "function"
|
210
210
|
}
|
211
211
|
],
|
212
|
-
"bytecode": "
|
213
|
-
"deployedBytecode": "
|
212
|
+
"bytecode": "0x6080604052348015600e575f80fd5b50600480546001600160a01b0319163317905561071e8061002e5f395ff3fe608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea2646970667358221220647ff6d202d2c7af59ba8aee56fc2caff742c07c3981a6e45f0477526e39cc5864736f6c634300081a0033",
|
213
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b5060043610610090575f3560e01c80638de1d14e116100635780638de1d14e1461010f578063954a317214610122578063996f8d9114610135578063ddfe867f1461014b578063f2b2978114610153575f80fd5b8063042f9da3146100945780634f9c1c09146100a9578063706e9ba9146100d1578063777d1857146100fc575b5f80fd5b6100a76100a2366004610627565b610166565b005b6100bc6100b736600461065e565b610221565b60405190151581526020015b60405180910390f35b6100e46100df366004610680565b6102ab565b6040516001600160601b0390911681526020016100c8565b6100bc61010a36600461065e565b610327565b6100a761011d36600461065e565b610370565b6100a7610130366004610627565b610491565b61013d61051b565b6040519081526020016100c8565b61013d610595565b6100e4610161366004610680565b6105cf565b6004546001600160a01b031633146101ae5760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044015b60405180910390fd5b604051631461054360e31b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015b5f6040518083038186803b158015610207575f80fd5b505af4158015610219573d5f803e3d5ffd5b505050505050565b604051632bfdd6b960e01b81525f600482018190526001600160601b03831660248301529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b9906044015b602060405180830381865af4158015610281573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a59190610697565b92915050565b60405163e797d89960e01b81525f60048201819052602482018390529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044015b602060405180830381865af4158015610303573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102a591906106b6565b604051632bfdd6b960e01b8152600260048201526001600160601b03821660248201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90632bfdd6b990604401610266565b6004546001600160a01b031633146103b35760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b604051631461054360e31b81525f60048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a3082a18906044015f6040518083038186803b15801561040a575f80fd5b505af415801561041c573d5f803e3d5ffd5b5050604051631461054360e31b8152600260048201526001600160601b038416602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__925063a3082a1891506044015f6040518083038186803b158015610478575f80fd5b505af415801561048a573d5f803e3d5ffd5b5050505050565b6004546001600160a01b031633146104d45760048054604051631d1f01d960e31b81526001600160a01b03909116918101919091523360248201526044016101a5565b60405163539eabab60e11b8152600260048201526001600160601b038216602482015273__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063a73d5756906044016101f1565b604051638b6233dd60e01b8152600260048201525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd906024015b602060405180830381865af415801561056c573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061059091906106d1565b905090565b604051638b6233dd60e01b81525f600482018190529073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__90638b6233dd90602401610551565b60405163e797d89960e01b815260026004820152602481018290525f9073__$f7a7d9f32fdcd358419ed5ca3af4f3da33$__9063e797d899906044016102e8565b6001600160601b0381168114610624575f80fd5b50565b5f8060408385031215610638575f80fd5b823561064381610610565b9150602083013561065381610610565b809150509250929050565b5f6020828403121561066e575f80fd5b813561067981610610565b9392505050565b5f60208284031215610690575f80fd5b5035919050565b5f602082840312156106a7575f80fd5b81518015158114610679575f80fd5b5f602082840312156106c6575f80fd5b815161067981610610565b5f602082840312156106e1575f80fd5b505191905056fea2646970667358221220647ff6d202d2c7af59ba8aee56fc2caff742c07c3981a6e45f0477526e39cc5864736f6c634300081a0033",
|
214
214
|
"linkReferences": {
|
215
215
|
"contracts/type/NftIdSet.sol": {
|
216
216
|
"LibNftIdSet": [
|
217
217
|
{
|
218
218
|
"length": 20,
|
219
|
-
"start":
|
219
|
+
"start": 513
|
220
220
|
},
|
221
221
|
{
|
222
222
|
"length": 20,
|
223
|
-
"start":
|
223
|
+
"start": 630
|
224
224
|
},
|
225
225
|
{
|
226
226
|
"length": 20,
|
227
|
-
"start":
|
227
|
+
"start": 760
|
228
228
|
},
|
229
229
|
{
|
230
230
|
"length": 20,
|
231
|
-
"start":
|
231
|
+
"start": 892
|
232
232
|
},
|
233
233
|
{
|
234
234
|
"length": 20,
|
235
|
-
"start":
|
235
|
+
"start": 1029
|
236
236
|
},
|
237
237
|
{
|
238
238
|
"length": 20,
|
239
|
-
"start":
|
239
|
+
"start": 1137
|
240
240
|
},
|
241
241
|
{
|
242
242
|
"length": 20,
|
243
|
-
"start":
|
243
|
+
"start": 1319
|
244
244
|
},
|
245
245
|
{
|
246
246
|
"length": 20,
|
247
|
-
"start":
|
247
|
+
"start": 1377
|
248
248
|
},
|
249
249
|
{
|
250
250
|
"length": 20,
|
251
|
-
"start":
|
251
|
+
"start": 1499
|
252
252
|
},
|
253
253
|
{
|
254
254
|
"length": 20,
|
255
|
-
"start":
|
255
|
+
"start": 1564
|
256
256
|
}
|
257
257
|
]
|
258
258
|
}
|
@@ -262,43 +262,43 @@
|
|
262
262
|
"LibNftIdSet": [
|
263
263
|
{
|
264
264
|
"length": 20,
|
265
|
-
"start":
|
265
|
+
"start": 467
|
266
266
|
},
|
267
267
|
{
|
268
268
|
"length": 20,
|
269
|
-
"start":
|
269
|
+
"start": 584
|
270
270
|
},
|
271
271
|
{
|
272
272
|
"length": 20,
|
273
|
-
"start":
|
273
|
+
"start": 714
|
274
274
|
},
|
275
275
|
{
|
276
276
|
"length": 20,
|
277
|
-
"start":
|
277
|
+
"start": 846
|
278
278
|
},
|
279
279
|
{
|
280
280
|
"length": 20,
|
281
|
-
"start":
|
281
|
+
"start": 983
|
282
282
|
},
|
283
283
|
{
|
284
284
|
"length": 20,
|
285
|
-
"start":
|
285
|
+
"start": 1091
|
286
286
|
},
|
287
287
|
{
|
288
288
|
"length": 20,
|
289
|
-
"start":
|
289
|
+
"start": 1273
|
290
290
|
},
|
291
291
|
{
|
292
292
|
"length": 20,
|
293
|
-
"start":
|
293
|
+
"start": 1331
|
294
294
|
},
|
295
295
|
{
|
296
296
|
"length": 20,
|
297
|
-
"start":
|
297
|
+
"start": 1453
|
298
298
|
},
|
299
299
|
{
|
300
300
|
"length": 20,
|
301
|
-
"start":
|
301
|
+
"start": 1518
|
302
302
|
}
|
303
303
|
]
|
304
304
|
}
|
@@ -211,18 +211,18 @@
|
|
211
211
|
"type": "function"
|
212
212
|
}
|
213
213
|
],
|
214
|
-
"bytecode": "
|
215
|
-
"deployedBytecode": "
|
214
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5061087b8061001c5f395ff3fe608060405234801561000f575f80fd5b506004361061009b575f3560e01c8063644c45e011610063578063644c45e014610142578063675393bf1461015f578063893d20e814610172578063ada9652e1461017a578063f7c34ee01461019c575f80fd5b806301ffc9a71461009f578063138461e0146100e0578063214cdb801461010057806336fc697e146101155780635ab1bd531461011d575b5f80fd5b6100cb6100ad366004610731565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6100e86101af565b6040516001600160601b0390911681526020016100d7565b61011361010e366004610731565b6101be565b005b6101136101ea565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016100d7565b5f80516020610826833981519152546001600160601b03166100e8565b61011361016d366004610773565b61022f565b61012a610341565b61018e5f8051602061082683398151915281565b6040519081526020016100d7565b6101136101aa36600461078e565b610472565b5f6101b9306104e8565b905090565b6101c66106e1565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6101f26106e1565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6102376106e1565b806001600160a01b03163b5f036102715760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526311da029b60e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156102eb575060408051601f3d908101601f191682019092526102e8918101906107c5565b60015b6103135760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610268565b8061033c5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610268565b505b50565b5f805f8051602061082683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156103ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103d191906107c5565b1561045c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610432573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061045691906107e4565b91505090565b54600160601b90046001600160a01b0316919050565b61047a6106e1565b6104838161022f565b61048b6101ea565b6001600160a01b0382166104b25760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061082683398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f805f8051602061082683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610554573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061057891906107c5565b156105a45780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610268565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156105f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061a91906107c5565b6106425760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610268565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015610694573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106b891906107ff565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661072f57604051631afcd79f60e31b815260040160405180910390fd5b565b5f60208284031215610741575f80fd5b81356001600160e01b031981168114610758575f80fd5b9392505050565b6001600160a01b038116811461033e575f80fd5b5f60208284031215610783575f80fd5b81356107588161075f565b5f806040838503121561079f575f80fd5b82356107aa8161075f565b915060208301356107ba8161075f565b809150509250929050565b5f602082840312156107d5575f80fd5b81518015158114610758575f80fd5b5f602082840312156107f4575f80fd5b81516107588161075f565b5f6020828403121561080f575f80fd5b81516001600160601b0381168114610758575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212200b8d7cb2ba266cc3c70dc5dffc273a4b2c91d91497630b88b7f06fdf37cb12db64736f6c634300081a0033",
|
215
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b506004361061009b575f3560e01c8063644c45e011610063578063644c45e014610142578063675393bf1461015f578063893d20e814610172578063ada9652e1461017a578063f7c34ee01461019c575f80fd5b806301ffc9a71461009f578063138461e0146100e0578063214cdb801461010057806336fc697e146101155780635ab1bd531461011d575b5f80fd5b6100cb6100ad366004610731565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b6100e86101af565b6040516001600160601b0390911681526020016100d7565b61011361010e366004610731565b6101be565b005b6101136101ea565b6001546001600160a01b03165b6040516001600160a01b0390911681526020016100d7565b5f80516020610826833981519152546001600160601b03166100e8565b61011361016d366004610773565b61022f565b61012a610341565b61018e5f8051602061082683398151915281565b6040519081526020016100d7565b6101136101aa36600461078e565b610472565b5f6101b9306104e8565b905090565b6101c66106e1565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6101f26106e1565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b6102376106e1565b806001600160a01b03163b5f036102715760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526311da029b60e01b60048201526301ffc9a790602401602060405180830381865afa9250505080156102eb575060408051601f3d908101601f191682019092526102e8918101906107c5565b60015b6103135760405163fdeac91f60e01b81526001600160a01b0382166004820152602401610268565b8061033c5760405163fdeac91f60e01b81526001600160a01b0383166004820152602401610268565b505b50565b5f805f8051602061082683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af41580156103ad573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103d191906107c5565b1561045c576001546001600160a01b03168154604051631c5da14d60e11b81526001600160601b0390911660048201526001600160a01b0391909116906338bb429a90602401602060405180830381865afa158015610432573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061045691906107e4565b91505090565b54600160601b90046001600160a01b0316919050565b61047a6106e1565b6104838161022f565b61048b6101ea565b6001600160a01b0382166104b25760405163f17ef42d60e01b815260040160405180910390fd5b505f8051602061082683398151915280546001600160601b0316600160601b6001600160a01b0390931692909202919091179055565b5f805f8051602061082683398151915280546040516330b8415f60e01b81526001600160601b03909116600482015290915073__$94a2c899be079b00d952d0d84fffaa5c34$__906330b8415f90602401602060405180830381865af4158015610554573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061057891906107c5565b156105a45780546040516301ab8b6760e21b81526001600160601b039091166004820152602401610268565b6001546001600160a01b031660405163c3c5a54760e01b81526001600160a01b038581166004830152919091169063c3c5a54790602401602060405180830381865afa1580156105f6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061061a91906107c5565b6106425760405163b9304b0d60e01b81526001600160a01b0384166004820152602401610268565b6001546001600160a01b0316604051636939560f60e11b81526001600160a01b038581166004830152919091169063d272ac1e90602401602060405180830381865afa158015610694573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106b891906107ff565b81546bffffffffffffffffffffffff19166001600160601b039190911690811790915592915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661072f57604051631afcd79f60e31b815260040160405180910390fd5b565b5f60208284031215610741575f80fd5b81356001600160e01b031981168114610758575f80fd5b9392505050565b6001600160a01b038116811461033e575f80fd5b5f60208284031215610783575f80fd5b81356107588161075f565b5f806040838503121561079f575f80fd5b82356107aa8161075f565b915060208301356107ba8161075f565b809150509250929050565b5f602082840312156107d5575f80fd5b81518015158114610758575f80fd5b5f602082840312156107f4575f80fd5b81516107588161075f565b5f6020828403121561080f575f80fd5b81516001600160601b0381168114610758575f80fdfe07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f00a26469706673582212200b8d7cb2ba266cc3c70dc5dffc273a4b2c91d91497630b88b7f06fdf37cb12db64736f6c634300081a0033",
|
216
216
|
"linkReferences": {
|
217
217
|
"contracts/type/NftId.sol": {
|
218
218
|
"NftIdLib": [
|
219
219
|
{
|
220
220
|
"length": 20,
|
221
|
-
"start":
|
221
|
+
"start": 913
|
222
222
|
},
|
223
223
|
{
|
224
224
|
"length": 20,
|
225
|
-
"start":
|
225
|
+
"start": 1336
|
226
226
|
}
|
227
227
|
]
|
228
228
|
}
|
@@ -232,11 +232,11 @@
|
|
232
232
|
"NftIdLib": [
|
233
233
|
{
|
234
234
|
"length": 20,
|
235
|
-
"start":
|
235
|
+
"start": 885
|
236
236
|
},
|
237
237
|
{
|
238
238
|
"length": 20,
|
239
|
-
"start":
|
239
|
+
"start": 1308
|
240
240
|
}
|
241
241
|
]
|
242
242
|
}
|
@@ -287,18 +287,18 @@
|
|
287
287
|
"type": "function"
|
288
288
|
}
|
289
289
|
],
|
290
|
-
"bytecode": "
|
291
|
-
"deployedBytecode": "
|
290
|
+
"bytecode": "0x6080604052348015600e575f80fd5b5061090a8061001c5f395ff3fe608060405234801561000f575f80fd5b50600436106100e5575f3560e01c80636bcd7cfd11610088578063b8ab37f411610063578063b8ab37f414610226578063b95a75801461023a578063c642e0de1461024d578063d0030d43146101e0575f80fd5b80636bcd7cfd146101ce5780636e75a77d146101e0578063b414004e146101f1575f80fd5b8063214cdb80116100c3578063214cdb801461018d57806336fc697e146101a25780635ab1bd53146101aa578063675393bf146101bb575f80fd5b806301ffc9a7146100e9578063117d328c1461012a578063150b7a0214610155575b5f80fd5b6101156100f736600461062b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61013d61013836600461067d565b610260565b6040516001600160a01b039091168152602001610121565b6101746101633660046106cf565b630a85bd0160e11b95945050505050565b6040516001600160e01b03199091168152602001610121565b6101a061019b36600461062b565b610402565b005b6101a061042e565b6001546001600160a01b031661013d565b6101a06101c9366004610764565b610473565b6101a06101dc36600461077d565b5050565b6101a06101ee3660046107a9565b50565b6102187f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0081565b604051908152602001610121565b6101a06102343660046107c4565b50505050565b6101a061024836600461081b565b610580565b6101a061025b36600461084c565b505050565b6001600160601b0382165f9081527f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f006020908152604080832062ffffff851684529091529020546001600160a01b03168015801561032f57506040516302985c6160e01b815262ffffff8316600482015273__$0f9396e6447a4be57af83e53f51d234633$__906302985c6190602401602060405180830381865af415801561030b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061032f919061089a565b156103fc577f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f006001600160601b0384165f90815260209182526040808220815163bc1b392d60e01b81529151909373__$0f9396e6447a4be57af83e53f51d234633$__9263bc1b392d92600480830193928290030181865af41580156103b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103db91906108b9565b62ffffff16815260208101919091526040015f20546001600160a01b031690505b92915050565b61040a6105db565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6104366105db565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61047b6105db565b806001600160a01b03163b5f036104b55760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526311da029b60e01b60048201526301ffc9a790602401602060405180830381865afa92505050801561052f575060408051601f3d908101601f1916820190925261052c9181019061089a565b60015b6105575760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104ac565b806101dc5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104ac565b6105886105db565b61059182610473565b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0180546001600160a01b0319166001600160a01b0383161790556101dc63ba2f336560e01b610402565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661062957604051631afcd79f60e31b815260040160405180910390fd5b565b5f6020828403121561063b575f80fd5b81356001600160e01b031981168114610652575f80fd5b9392505050565b6001600160601b03811681146101ee575f80fd5b62ffffff811681146101ee575f80fd5b5f806040838503121561068e575f80fd5b823561069981610659565b915060208301356106a98161066d565b809150509250929050565b80356001600160a01b03811681146106ca575f80fd5b919050565b5f805f805f608086880312156106e3575f80fd5b6106ec866106b4565b94506106fa602087016106b4565b935060408601359250606086013567ffffffffffffffff81111561071c575f80fd5b8601601f8101881361072c575f80fd5b803567ffffffffffffffff811115610742575f80fd5b886020828401011115610753575f80fd5b959894975092955050506020019190565b5f60208284031215610774575f80fd5b610652826106b4565b5f806040838503121561078e575f80fd5b823561079981610659565b915060208301356106a981610659565b5f602082840312156107b9575f80fd5b813561065281610659565b5f805f80608085870312156107d7575f80fd5b84356107e281610659565b935060208501356107f28161066d565b9250610800604086016106b4565b9150606085013561081081610659565b939692955090935050565b5f806040838503121561082c575f80fd5b610835836106b4565b9150610843602084016106b4565b90509250929050565b5f805f6060848603121561085e575f80fd5b833561086981610659565b9250602084013561ffff8116811461087f575f80fd5b9150604084013561088f81610659565b809150509250925092565b5f602082840312156108aa575f80fd5b81518015158114610652575f80fd5b5f602082840312156108c9575f80fd5b81516106528161066d56fea2646970667358221220bba409a27a3e138e6bf7ad9a5fd8bba7bf883d7116018ac4cca88022e957989564736f6c634300081a0033",
|
291
|
+
"deployedBytecode": "0x608060405234801561000f575f80fd5b50600436106100e5575f3560e01c80636bcd7cfd11610088578063b8ab37f411610063578063b8ab37f414610226578063b95a75801461023a578063c642e0de1461024d578063d0030d43146101e0575f80fd5b80636bcd7cfd146101ce5780636e75a77d146101e0578063b414004e146101f1575f80fd5b8063214cdb80116100c3578063214cdb801461018d57806336fc697e146101a25780635ab1bd53146101aa578063675393bf146101bb575f80fd5b806301ffc9a7146100e9578063117d328c1461012a578063150b7a0214610155575b5f80fd5b6101156100f736600461062b565b6001600160e01b0319165f9081526020819052604090205460ff1690565b60405190151581526020015b60405180910390f35b61013d61013836600461067d565b610260565b6040516001600160a01b039091168152602001610121565b6101746101633660046106cf565b630a85bd0160e11b95945050505050565b6040516001600160e01b03199091168152602001610121565b6101a061019b36600461062b565b610402565b005b6101a061042e565b6001546001600160a01b031661013d565b6101a06101c9366004610764565b610473565b6101a06101dc36600461077d565b5050565b6101a06101ee3660046107a9565b50565b6102187f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0081565b604051908152602001610121565b6101a06102343660046107c4565b50505050565b6101a061024836600461081b565b610580565b6101a061025b36600461084c565b505050565b6001600160601b0382165f9081527f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f006020908152604080832062ffffff851684529091529020546001600160a01b03168015801561032f57506040516302985c6160e01b815262ffffff8316600482015273__$0f9396e6447a4be57af83e53f51d234633$__906302985c6190602401602060405180830381865af415801561030b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061032f919061089a565b156103fc577f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f006001600160601b0384165f90815260209182526040808220815163bc1b392d60e01b81529151909373__$0f9396e6447a4be57af83e53f51d234633$__9263bc1b392d92600480830193928290030181865af41580156103b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906103db91906108b9565b62ffffff16815260208101919091526040015f20546001600160a01b031690505b92915050565b61040a6105db565b6001600160e01b0319165f908152602081905260409020805460ff19166001179055565b6104366105db565b6301ffc9a760e01b5f9081526020527f67be87c3ff9960ca1e9cfac5cab2ff4747269cf9ed20c9b7306235ac35a491c5805460ff19166001179055565b61047b6105db565b806001600160a01b03163b5f036104b55760405163fdeac91f60e01b81526001600160a01b03821660048201526024015b60405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040516301ffc9a760e01b81526311da029b60e01b60048201526301ffc9a790602401602060405180830381865afa92505050801561052f575060408051601f3d908101601f1916820190925261052c9181019061089a565b60015b6105575760405163fdeac91f60e01b81526001600160a01b03821660048201526024016104ac565b806101dc5760405163fdeac91f60e01b81526001600160a01b03831660048201526024016104ac565b6105886105db565b61059182610473565b7f07ebcf49758b6ed3af50fa146bec0abe157c0218fe65dc0874c286e9d5da4f0180546001600160a01b0319166001600160a01b0383161790556101dc63ba2f336560e01b610402565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff1661062957604051631afcd79f60e31b815260040160405180910390fd5b565b5f6020828403121561063b575f80fd5b81356001600160e01b031981168114610652575f80fd5b9392505050565b6001600160601b03811681146101ee575f80fd5b62ffffff811681146101ee575f80fd5b5f806040838503121561068e575f80fd5b823561069981610659565b915060208301356106a98161066d565b809150509250929050565b80356001600160a01b03811681146106ca575f80fd5b919050565b5f805f805f608086880312156106e3575f80fd5b6106ec866106b4565b94506106fa602087016106b4565b935060408601359250606086013567ffffffffffffffff81111561071c575f80fd5b8601601f8101881361072c575f80fd5b803567ffffffffffffffff811115610742575f80fd5b886020828401011115610753575f80fd5b959894975092955050506020019190565b5f60208284031215610774575f80fd5b610652826106b4565b5f806040838503121561078e575f80fd5b823561079981610659565b915060208301356106a981610659565b5f602082840312156107b9575f80fd5b813561065281610659565b5f805f80608085870312156107d7575f80fd5b84356107e281610659565b935060208501356107f28161066d565b9250610800604086016106b4565b9150606085013561081081610659565b939692955090935050565b5f806040838503121561082c575f80fd5b610835836106b4565b9150610843602084016106b4565b90509250929050565b5f805f6060848603121561085e575f80fd5b833561086981610659565b9250602084013561ffff8116811461087f575f80fd5b9150604084013561088f81610659565b809150509250925092565b5f602082840312156108aa575f80fd5b81518015158114610652575f80fd5b5f602082840312156108c9575f80fd5b81516106528161066d56fea2646970667358221220bba409a27a3e138e6bf7ad9a5fd8bba7bf883d7116018ac4cca88022e957989564736f6c634300081a0033",
|
292
292
|
"linkReferences": {
|
293
293
|
"contracts/type/PayoutId.sol": {
|
294
294
|
"PayoutIdLib": [
|
295
295
|
{
|
296
296
|
"length": 20,
|
297
|
-
"start":
|
297
|
+
"start": 751
|
298
298
|
},
|
299
299
|
{
|
300
300
|
"length": 20,
|
301
|
-
"start":
|
301
|
+
"start": 923
|
302
302
|
}
|
303
303
|
]
|
304
304
|
}
|
@@ -308,11 +308,11 @@
|
|
308
308
|
"PayoutIdLib": [
|
309
309
|
{
|
310
310
|
"length": 20,
|
311
|
-
"start":
|
311
|
+
"start": 723
|
312
312
|
},
|
313
313
|
{
|
314
314
|
"length": 20,
|
315
|
-
"start":
|
315
|
+
"start": 895
|
316
316
|
}
|
317
317
|
]
|
318
318
|
}
|