git.delta.rocks / unique-network / refs/commits / b48e24568c13

difftreelog

chore run benchmarks

Igor Kozyrev2023-01-18parent: #d996a74.patch.diff
in: master

9 files changed

modifiedpallets/configuration/src/weights.rsdiffbeforeafterboth
--- a/pallets/configuration/src/weights.rs
+++ b/pallets/configuration/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_configuration
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-28, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -48,37 +48,37 @@
 impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
 	// Storage: Configuration WeightToFeeCoefficientOverride (r:0 w:1)
 	fn set_weight_to_fee_coefficient_override() -> Weight {
-		Weight::from_ref_time(5_691_000 as u64)
+		Weight::from_ref_time(4_756_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration MinGasPriceOverride (r:0 w:1)
 	fn set_min_gas_price_override() -> Weight {
-		Weight::from_ref_time(5_521_000 as u64)
+		Weight::from_ref_time(4_754_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration XcmAllowedLocationsOverride (r:0 w:1)
 	fn set_xcm_allowed_locations() -> Weight {
-		Weight::from_ref_time(6_091_000 as u64)
+		Weight::from_ref_time(4_875_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
 	fn set_app_promotion_configuration_override() -> Weight {
-		Weight::from_ref_time(6_241_000 as u64)
+		Weight::from_ref_time(4_832_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
 	fn set_collator_selection_desired_collators() -> Weight {
-		Weight::from_ref_time(25_298_000 as u64)
+		Weight::from_ref_time(18_337_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
 	fn set_collator_selection_license_bond() -> Weight {
-		Weight::from_ref_time(18_675_000 as u64)
+		Weight::from_ref_time(14_806_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
 	fn set_collator_selection_kick_threshold() -> Weight {
-		Weight::from_ref_time(18_044_000 as u64)
+		Weight::from_ref_time(14_524_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 }
@@ -87,37 +87,37 @@
 impl WeightInfo for () {
 	// Storage: Configuration WeightToFeeCoefficientOverride (r:0 w:1)
 	fn set_weight_to_fee_coefficient_override() -> Weight {
-		Weight::from_ref_time(5_691_000 as u64)
+		Weight::from_ref_time(4_756_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration MinGasPriceOverride (r:0 w:1)
 	fn set_min_gas_price_override() -> Weight {
-		Weight::from_ref_time(5_521_000 as u64)
+		Weight::from_ref_time(4_754_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration XcmAllowedLocationsOverride (r:0 w:1)
 	fn set_xcm_allowed_locations() -> Weight {
-		Weight::from_ref_time(6_091_000 as u64)
+		Weight::from_ref_time(4_875_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration AppPromomotionConfigurationOverride (r:0 w:1)
 	fn set_app_promotion_configuration_override() -> Weight {
-		Weight::from_ref_time(6_241_000 as u64)
+		Weight::from_ref_time(4_832_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration CollatorSelectionDesiredCollatorsOverride (r:0 w:1)
 	fn set_collator_selection_desired_collators() -> Weight {
-		Weight::from_ref_time(25_298_000 as u64)
+		Weight::from_ref_time(18_337_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration CollatorSelectionLicenseBondOverride (r:0 w:1)
 	fn set_collator_selection_license_bond() -> Weight {
-		Weight::from_ref_time(18_675_000 as u64)
+		Weight::from_ref_time(14_806_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Configuration CollatorSelectionKickThresholdOverride (r:0 w:1)
 	fn set_collator_selection_kick_threshold() -> Weight {
-		Weight::from_ref_time(18_044_000 as u64)
+		Weight::from_ref_time(14_524_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 }
modifiedpallets/evm-migration/src/weights.rsdiffbeforeafterboth
--- a/pallets/evm-migration/src/weights.rs
+++ b/pallets/evm-migration/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_evm_migration
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -48,37 +48,35 @@
 	// Storage: System Account (r:1 w:0)
 	// Storage: EVM AccountCodes (r:1 w:0)
 	fn begin() -> Weight {
-		Weight::from_ref_time(15_073_000 as u64)
+		Weight::from_ref_time(15_553_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: EvmMigration MigrationPending (r:1 w:0)
 	// Storage: EVM AccountStorages (r:0 w:1)
 	fn set_data(b: u32, ) -> Weight {
-		Weight::from_ref_time(7_943_438 as u64)
-			// Standard Error: 1_792
-			.saturating_add(Weight::from_ref_time(960_230 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(8_826_376 as u64)
+			// Standard Error: 1_575
+			.saturating_add(Weight::from_ref_time(953_367 as u64).saturating_mul(b as u64))
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: EvmMigration MigrationPending (r:1 w:1)
 	// Storage: EVM AccountCodes (r:0 w:1)
-	fn finish(b: u32, ) -> Weight {
-		Weight::from_ref_time(9_316_585 as u64)
-			// Standard Error: 595
-			.saturating_add(Weight::from_ref_time(2_082 as u64).saturating_mul(b as u64))
+	fn finish(_b: u32, ) -> Weight {
+		Weight::from_ref_time(9_382_842 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
 	fn insert_eth_logs(b: u32, ) -> Weight {
-		Weight::from_ref_time(6_570_767 as u64)
-			// Standard Error: 2_292
-			.saturating_add(Weight::from_ref_time(722_345 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(8_647_347 as u64)
+			// Standard Error: 1_360
+			.saturating_add(Weight::from_ref_time(736_935 as u64).saturating_mul(b as u64))
 	}
 	fn insert_events(b: u32, ) -> Weight {
-		Weight::from_ref_time(10_936_376 as u64)
-			// Standard Error: 1_227
-			.saturating_add(Weight::from_ref_time(1_311_481 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(12_275_370 as u64)
+			// Standard Error: 1_243
+			.saturating_add(Weight::from_ref_time(1_269_025 as u64).saturating_mul(b as u64))
 	}
 }
 
@@ -88,36 +86,34 @@
 	// Storage: System Account (r:1 w:0)
 	// Storage: EVM AccountCodes (r:1 w:0)
 	fn begin() -> Weight {
-		Weight::from_ref_time(15_073_000 as u64)
+		Weight::from_ref_time(15_553_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: EvmMigration MigrationPending (r:1 w:0)
 	// Storage: EVM AccountStorages (r:0 w:1)
 	fn set_data(b: u32, ) -> Weight {
-		Weight::from_ref_time(7_943_438 as u64)
-			// Standard Error: 1_792
-			.saturating_add(Weight::from_ref_time(960_230 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(8_826_376 as u64)
+			// Standard Error: 1_575
+			.saturating_add(Weight::from_ref_time(953_367 as u64).saturating_mul(b as u64))
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: EvmMigration MigrationPending (r:1 w:1)
 	// Storage: EVM AccountCodes (r:0 w:1)
-	fn finish(b: u32, ) -> Weight {
-		Weight::from_ref_time(9_316_585 as u64)
-			// Standard Error: 595
-			.saturating_add(Weight::from_ref_time(2_082 as u64).saturating_mul(b as u64))
+	fn finish(_b: u32, ) -> Weight {
+		Weight::from_ref_time(9_382_842 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
 	fn insert_eth_logs(b: u32, ) -> Weight {
-		Weight::from_ref_time(6_570_767 as u64)
-			// Standard Error: 2_292
-			.saturating_add(Weight::from_ref_time(722_345 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(8_647_347 as u64)
+			// Standard Error: 1_360
+			.saturating_add(Weight::from_ref_time(736_935 as u64).saturating_mul(b as u64))
 	}
 	fn insert_events(b: u32, ) -> Weight {
-		Weight::from_ref_time(10_936_376 as u64)
-			// Standard Error: 1_227
-			.saturating_add(Weight::from_ref_time(1_311_481 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(12_275_370 as u64)
+			// Standard Error: 1_243
+			.saturating_add(Weight::from_ref_time(1_269_025 as u64).saturating_mul(b as u64))
 	}
 }
modifiedpallets/foreign-assets/src/weights.rsdiffbeforeafterboth
--- a/pallets/foreign-assets/src/weights.rs
+++ b/pallets/foreign-assets/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_foreign_assets
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -53,14 +53,14 @@
 	// Storage: Common CollectionProperties (r:0 w:1)
 	// Storage: Common CollectionById (r:0 w:1)
 	fn register_foreign_asset() -> Weight {
-		Weight::from_ref_time(54_196_000 as u64)
+		Weight::from_ref_time(53_122_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(9 as u64))
 			.saturating_add(T::DbWeight::get().writes(11 as u64))
 	}
 	// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
 	// Storage: ForeignAssets AssetMetadatas (r:1 w:1)
 	fn update_foreign_asset() -> Weight {
-		Weight::from_ref_time(23_719_000 as u64)
+		Weight::from_ref_time(23_796_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
@@ -80,14 +80,14 @@
 	// Storage: Common CollectionProperties (r:0 w:1)
 	// Storage: Common CollectionById (r:0 w:1)
 	fn register_foreign_asset() -> Weight {
-		Weight::from_ref_time(54_196_000 as u64)
+		Weight::from_ref_time(53_122_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(9 as u64))
 			.saturating_add(RocksDbWeight::get().writes(11 as u64))
 	}
 	// Storage: ForeignAssets ForeignAssetLocations (r:1 w:1)
 	// Storage: ForeignAssets AssetMetadatas (r:1 w:1)
 	fn update_foreign_asset() -> Weight {
-		Weight::from_ref_time(23_719_000 as u64)
+		Weight::from_ref_time(23_796_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
modifiedpallets/fungible/src/weights.rsdiffbeforeafterboth
--- a/pallets/fungible/src/weights.rs
+++ b/pallets/fungible/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_fungible
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -50,16 +50,16 @@
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:1 w:1)
 	fn create_item() -> Weight {
-		Weight::from_ref_time(19_626_000 as u64)
+		Weight::from_ref_time(20_203_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:4 w:4)
 	fn create_multiple_items_ex(b: u32, ) -> Weight {
-		Weight::from_ref_time(22_364_107 as u64)
-			// Standard Error: 6_123
-			.saturating_add(Weight::from_ref_time(3_608_476 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(19_426_730 as u64)
+			// Standard Error: 5_132
+			.saturating_add(Weight::from_ref_time(3_579_196 as u64).saturating_mul(b as u64))
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
@@ -68,34 +68,34 @@
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:1 w:1)
 	fn burn_item() -> Weight {
-		Weight::from_ref_time(21_886_000 as u64)
+		Weight::from_ref_time(21_871_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
 	// Storage: Fungible Balance (r:2 w:2)
 	fn transfer() -> Weight {
-		Weight::from_ref_time(23_827_000 as u64)
+		Weight::from_ref_time(22_677_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
 	// Storage: Fungible Balance (r:1 w:0)
 	// Storage: Fungible Allowance (r:0 w:1)
 	fn approve() -> Weight {
-		Weight::from_ref_time(21_626_000 as u64)
+		Weight::from_ref_time(22_109_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Fungible Balance (r:1 w:0)
 	// Storage: Fungible Allowance (r:0 w:1)
 	fn approve_from() -> Weight {
-		Weight::from_ref_time(19_817_000 as u64)
+		Weight::from_ref_time(22_434_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Fungible Allowance (r:1 w:1)
 	// Storage: Fungible Balance (r:2 w:2)
 	fn transfer_from() -> Weight {
-		Weight::from_ref_time(31_398_000 as u64)
+		Weight::from_ref_time(31_777_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(3 as u64))
 	}
@@ -103,7 +103,7 @@
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:1 w:1)
 	fn burn_from() -> Weight {
-		Weight::from_ref_time(30_499_000 as u64)
+		Weight::from_ref_time(32_101_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(3 as u64))
 	}
@@ -114,16 +114,16 @@
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:1 w:1)
 	fn create_item() -> Weight {
-		Weight::from_ref_time(19_626_000 as u64)
+		Weight::from_ref_time(20_203_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:4 w:4)
 	fn create_multiple_items_ex(b: u32, ) -> Weight {
-		Weight::from_ref_time(22_364_107 as u64)
-			// Standard Error: 6_123
-			.saturating_add(Weight::from_ref_time(3_608_476 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(19_426_730 as u64)
+			// Standard Error: 5_132
+			.saturating_add(Weight::from_ref_time(3_579_196 as u64).saturating_mul(b as u64))
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
@@ -132,34 +132,34 @@
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:1 w:1)
 	fn burn_item() -> Weight {
-		Weight::from_ref_time(21_886_000 as u64)
+		Weight::from_ref_time(21_871_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
 	// Storage: Fungible Balance (r:2 w:2)
 	fn transfer() -> Weight {
-		Weight::from_ref_time(23_827_000 as u64)
+		Weight::from_ref_time(22_677_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
 	// Storage: Fungible Balance (r:1 w:0)
 	// Storage: Fungible Allowance (r:0 w:1)
 	fn approve() -> Weight {
-		Weight::from_ref_time(21_626_000 as u64)
+		Weight::from_ref_time(22_109_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Fungible Balance (r:1 w:0)
 	// Storage: Fungible Allowance (r:0 w:1)
 	fn approve_from() -> Weight {
-		Weight::from_ref_time(19_817_000 as u64)
+		Weight::from_ref_time(22_434_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Fungible Allowance (r:1 w:1)
 	// Storage: Fungible Balance (r:2 w:2)
 	fn transfer_from() -> Weight {
-		Weight::from_ref_time(31_398_000 as u64)
+		Weight::from_ref_time(31_777_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(3 as u64))
 	}
@@ -167,7 +167,7 @@
 	// Storage: Fungible TotalSupply (r:1 w:1)
 	// Storage: Fungible Balance (r:1 w:1)
 	fn burn_from() -> Weight {
-		Weight::from_ref_time(30_499_000 as u64)
+		Weight::from_ref_time(32_101_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(3 as u64))
 	}
modifiedpallets/nonfungible/src/weights.rsdiffbeforeafterboth
before · pallets/nonfungible/src/weights.rs
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_nonfungible4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 102489// Executed Command:10// target/release/unique-collator11// benchmark12// pallet13// --pallet14// pallet-nonfungible15// --wasm-execution16// compiled17// --extrinsic18// *19// --template20// .maintain/frame-weight-template.hbs21// --steps=5022// --repeat=8023// --heap-pages=409624// --output=./pallets/nonfungible/src/weights.rs2526#![cfg_attr(rustfmt, rustfmt_skip)]27#![allow(unused_parens)]28#![allow(unused_imports)]29#![allow(missing_docs)]30#![allow(clippy::unnecessary_cast)]3132use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};33use sp_std::marker::PhantomData;3435/// Weight functions needed for pallet_nonfungible.36pub trait WeightInfo {37	fn create_item() -> Weight;38	fn create_multiple_items(b: u32, ) -> Weight;39	fn create_multiple_items_ex(b: u32, ) -> Weight;40	fn burn_item() -> Weight;41	fn burn_recursively_self_raw() -> Weight;42	fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight;43	fn transfer() -> Weight;44	fn approve() -> Weight;45	fn approve_from() -> Weight;46	fn transfer_from() -> Weight;47	fn burn_from() -> Weight;48	fn set_token_property_permissions(b: u32, ) -> Weight;49	fn set_token_properties(b: u32, ) -> Weight;50	fn delete_token_properties(b: u32, ) -> Weight;51	fn token_owner() -> Weight;52	fn set_allowance_for_all() -> Weight;53	fn allowance_for_all() -> Weight;54	fn repair_item() -> Weight;55}5657/// Weights for pallet_nonfungible using the Substrate node and recommended hardware.58pub struct SubstrateWeight<T>(PhantomData<T>);59impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {60	// Storage: Nonfungible TokensMinted (r:1 w:1)61	// Storage: Nonfungible AccountBalance (r:1 w:1)62	// Storage: Nonfungible TokenData (r:0 w:1)63	// Storage: Nonfungible Owned (r:0 w:1)64	fn create_item() -> Weight {65		Weight::from_ref_time(26_377_000 as u64)66			.saturating_add(T::DbWeight::get().reads(2 as u64))67			.saturating_add(T::DbWeight::get().writes(4 as u64))68	}69	// Storage: Nonfungible TokensMinted (r:1 w:1)70	// Storage: Nonfungible AccountBalance (r:1 w:1)71	// Storage: Nonfungible TokenData (r:0 w:4)72	// Storage: Nonfungible Owned (r:0 w:4)73	fn create_multiple_items(b: u32, ) -> Weight {74		Weight::from_ref_time(20_059_186 as u64)75			// Standard Error: 4_73576			.saturating_add(Weight::from_ref_time(4_856_306 as u64).saturating_mul(b as u64))77			.saturating_add(T::DbWeight::get().reads(2 as u64))78			.saturating_add(T::DbWeight::get().writes(2 as u64))79			.saturating_add(T::DbWeight::get().writes((2 as u64).saturating_mul(b as u64)))80	}81	// Storage: Nonfungible TokensMinted (r:1 w:1)82	// Storage: Nonfungible AccountBalance (r:4 w:4)83	// Storage: Nonfungible TokenData (r:0 w:4)84	// Storage: Nonfungible Owned (r:0 w:4)85	fn create_multiple_items_ex(b: u32, ) -> Weight {86		Weight::from_ref_time(16_365_581 as u64)87			// Standard Error: 9_71188			.saturating_add(Weight::from_ref_time(6_681_940 as u64).saturating_mul(b as u64))89			.saturating_add(T::DbWeight::get().reads(1 as u64))90			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))91			.saturating_add(T::DbWeight::get().writes(1 as u64))92			.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))93	}94	// Storage: Nonfungible TokenData (r:1 w:1)95	// Storage: Nonfungible TokenChildren (r:1 w:0)96	// Storage: Nonfungible TokensBurnt (r:1 w:1)97	// Storage: Nonfungible AccountBalance (r:1 w:1)98	// Storage: Nonfungible Allowance (r:1 w:0)99	// Storage: Nonfungible Owned (r:0 w:1)100	// Storage: Nonfungible TokenProperties (r:0 w:1)101	fn burn_item() -> Weight {102		Weight::from_ref_time(33_502_000 as u64)103			.saturating_add(T::DbWeight::get().reads(5 as u64))104			.saturating_add(T::DbWeight::get().writes(5 as u64))105	}106	// Storage: Nonfungible TokenChildren (r:1 w:0)107	// Storage: Nonfungible TokenData (r:1 w:1)108	// Storage: Nonfungible TokensBurnt (r:1 w:1)109	// Storage: Nonfungible AccountBalance (r:1 w:1)110	// Storage: Nonfungible Allowance (r:1 w:0)111	// Storage: Nonfungible Owned (r:0 w:1)112	// Storage: Nonfungible TokenProperties (r:0 w:1)113	fn burn_recursively_self_raw() -> Weight {114		Weight::from_ref_time(43_255_000 as u64)115			.saturating_add(T::DbWeight::get().reads(5 as u64))116			.saturating_add(T::DbWeight::get().writes(5 as u64))117	}118	// Storage: Nonfungible TokenChildren (r:1 w:0)119	// Storage: Nonfungible TokenData (r:1 w:1)120	// Storage: Nonfungible TokensBurnt (r:1 w:1)121	// Storage: Nonfungible AccountBalance (r:1 w:1)122	// Storage: Nonfungible Allowance (r:1 w:0)123	// Storage: Nonfungible Owned (r:0 w:1)124	// Storage: Nonfungible TokenProperties (r:0 w:1)125	// Storage: Common CollectionById (r:1 w:0)126	fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {127		Weight::from_ref_time(42_992_000 as u64)128			// Standard Error: 1_010_119129			.saturating_add(Weight::from_ref_time(209_972_755 as u64).saturating_mul(b as u64))130			.saturating_add(T::DbWeight::get().reads(7 as u64))131			.saturating_add(T::DbWeight::get().reads((4 as u64).saturating_mul(b as u64)))132			.saturating_add(T::DbWeight::get().writes(6 as u64))133			.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))134	}135	// Storage: Nonfungible TokenData (r:1 w:1)136	// Storage: Nonfungible AccountBalance (r:2 w:2)137	// Storage: Nonfungible Allowance (r:1 w:0)138	// Storage: Nonfungible Owned (r:0 w:2)139	fn transfer() -> Weight {140		Weight::from_ref_time(31_239_000 as u64)141			.saturating_add(T::DbWeight::get().reads(4 as u64))142			.saturating_add(T::DbWeight::get().writes(5 as u64))143	}144	// Storage: Nonfungible TokenData (r:1 w:0)145	// Storage: Nonfungible Allowance (r:1 w:1)146	fn approve() -> Weight {147		Weight::from_ref_time(21_985_000 as u64)148			.saturating_add(T::DbWeight::get().reads(2 as u64))149			.saturating_add(T::DbWeight::get().writes(1 as u64))150	}151	// Storage: Nonfungible TokenData (r:1 w:0)152	// Storage: Nonfungible Allowance (r:1 w:1)153	fn approve_from() -> Weight {154		Weight::from_ref_time(18_965_000 as u64)155			.saturating_add(T::DbWeight::get().reads(2 as u64))156			.saturating_add(T::DbWeight::get().writes(1 as u64))157	}158	// Storage: Nonfungible Allowance (r:1 w:1)159	// Storage: Nonfungible TokenData (r:1 w:1)160	// Storage: Nonfungible AccountBalance (r:2 w:2)161	// Storage: Nonfungible Owned (r:0 w:2)162	fn transfer_from() -> Weight {163		Weight::from_ref_time(36_382_000 as u64)164			.saturating_add(T::DbWeight::get().reads(4 as u64))165			.saturating_add(T::DbWeight::get().writes(6 as u64))166	}167	// Storage: Nonfungible Allowance (r:1 w:1)168	// Storage: Nonfungible TokenData (r:1 w:1)169	// Storage: Nonfungible TokenChildren (r:1 w:0)170	// Storage: Nonfungible TokensBurnt (r:1 w:1)171	// Storage: Nonfungible AccountBalance (r:1 w:1)172	// Storage: Nonfungible Owned (r:0 w:1)173	// Storage: Nonfungible TokenProperties (r:0 w:1)174	fn burn_from() -> Weight {175		Weight::from_ref_time(42_046_000 as u64)176			.saturating_add(T::DbWeight::get().reads(5 as u64))177			.saturating_add(T::DbWeight::get().writes(6 as u64))178	}179	// Storage: Common CollectionPropertyPermissions (r:1 w:1)180	fn set_token_property_permissions(b: u32, ) -> Weight {181		Weight::from_ref_time(5_543_000 as u64)182			// Standard Error: 40_525183			.saturating_add(Weight::from_ref_time(12_126_787 as u64).saturating_mul(b as u64))184			.saturating_add(T::DbWeight::get().reads(1 as u64))185			.saturating_add(T::DbWeight::get().writes(1 as u64))186	}187	// Storage: Nonfungible TokenProperties (r:1 w:1)188	// Storage: Common CollectionPropertyPermissions (r:1 w:0)189	fn set_token_properties(b: u32, ) -> Weight {190		Weight::from_ref_time(31_850_484 as u64)191			// Standard Error: 9_618192			.saturating_add(Weight::from_ref_time(4_721_947 as u64).saturating_mul(b as u64))193			.saturating_add(T::DbWeight::get().reads(2 as u64))194			.saturating_add(T::DbWeight::get().writes(1 as u64))195	}196	// Storage: Nonfungible TokenProperties (r:1 w:1)197	// Storage: Common CollectionPropertyPermissions (r:1 w:0)198	fn delete_token_properties(b: u32, ) -> Weight {199		Weight::from_ref_time(13_795_000 as u64)200			// Standard Error: 28_239201			.saturating_add(Weight::from_ref_time(12_840_446 as u64).saturating_mul(b as u64))202			.saturating_add(T::DbWeight::get().reads(2 as u64))203			.saturating_add(T::DbWeight::get().writes(1 as u64))204	}205	// Storage: Nonfungible TokenData (r:1 w:0)206	fn token_owner() -> Weight {207		Weight::from_ref_time(6_881_000 as u64)208			.saturating_add(T::DbWeight::get().reads(1 as u64))209	}210	// Storage: Nonfungible CollectionAllowance (r:0 w:1)211	fn set_allowance_for_all() -> Weight {212		Weight::from_ref_time(16_223_000 as u64)213			.saturating_add(T::DbWeight::get().writes(1 as u64))214	}215	// Storage: Nonfungible CollectionAllowance (r:1 w:0)216	fn allowance_for_all() -> Weight {217		Weight::from_ref_time(5_639_000 as u64)218			.saturating_add(T::DbWeight::get().reads(1 as u64))219	}220	// Storage: Nonfungible TokenProperties (r:1 w:1)221	fn repair_item() -> Weight {222		Weight::from_ref_time(6_111_000 as u64)223			.saturating_add(T::DbWeight::get().reads(1 as u64))224			.saturating_add(T::DbWeight::get().writes(1 as u64))225	}226}227228// For backwards compatibility and tests229impl WeightInfo for () {230	// Storage: Nonfungible TokensMinted (r:1 w:1)231	// Storage: Nonfungible AccountBalance (r:1 w:1)232	// Storage: Nonfungible TokenData (r:0 w:1)233	// Storage: Nonfungible Owned (r:0 w:1)234	fn create_item() -> Weight {235		Weight::from_ref_time(26_377_000 as u64)236			.saturating_add(RocksDbWeight::get().reads(2 as u64))237			.saturating_add(RocksDbWeight::get().writes(4 as u64))238	}239	// Storage: Nonfungible TokensMinted (r:1 w:1)240	// Storage: Nonfungible AccountBalance (r:1 w:1)241	// Storage: Nonfungible TokenData (r:0 w:4)242	// Storage: Nonfungible Owned (r:0 w:4)243	fn create_multiple_items(b: u32, ) -> Weight {244		Weight::from_ref_time(20_059_186 as u64)245			// Standard Error: 4_735246			.saturating_add(Weight::from_ref_time(4_856_306 as u64).saturating_mul(b as u64))247			.saturating_add(RocksDbWeight::get().reads(2 as u64))248			.saturating_add(RocksDbWeight::get().writes(2 as u64))249			.saturating_add(RocksDbWeight::get().writes((2 as u64).saturating_mul(b as u64)))250	}251	// Storage: Nonfungible TokensMinted (r:1 w:1)252	// Storage: Nonfungible AccountBalance (r:4 w:4)253	// Storage: Nonfungible TokenData (r:0 w:4)254	// Storage: Nonfungible Owned (r:0 w:4)255	fn create_multiple_items_ex(b: u32, ) -> Weight {256		Weight::from_ref_time(16_365_581 as u64)257			// Standard Error: 9_711258			.saturating_add(Weight::from_ref_time(6_681_940 as u64).saturating_mul(b as u64))259			.saturating_add(RocksDbWeight::get().reads(1 as u64))260			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))261			.saturating_add(RocksDbWeight::get().writes(1 as u64))262			.saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))263	}264	// Storage: Nonfungible TokenData (r:1 w:1)265	// Storage: Nonfungible TokenChildren (r:1 w:0)266	// Storage: Nonfungible TokensBurnt (r:1 w:1)267	// Storage: Nonfungible AccountBalance (r:1 w:1)268	// Storage: Nonfungible Allowance (r:1 w:0)269	// Storage: Nonfungible Owned (r:0 w:1)270	// Storage: Nonfungible TokenProperties (r:0 w:1)271	fn burn_item() -> Weight {272		Weight::from_ref_time(33_502_000 as u64)273			.saturating_add(RocksDbWeight::get().reads(5 as u64))274			.saturating_add(RocksDbWeight::get().writes(5 as u64))275	}276	// Storage: Nonfungible TokenChildren (r:1 w:0)277	// Storage: Nonfungible TokenData (r:1 w:1)278	// Storage: Nonfungible TokensBurnt (r:1 w:1)279	// Storage: Nonfungible AccountBalance (r:1 w:1)280	// Storage: Nonfungible Allowance (r:1 w:0)281	// Storage: Nonfungible Owned (r:0 w:1)282	// Storage: Nonfungible TokenProperties (r:0 w:1)283	fn burn_recursively_self_raw() -> Weight {284		Weight::from_ref_time(43_255_000 as u64)285			.saturating_add(RocksDbWeight::get().reads(5 as u64))286			.saturating_add(RocksDbWeight::get().writes(5 as u64))287	}288	// Storage: Nonfungible TokenChildren (r:1 w:0)289	// Storage: Nonfungible TokenData (r:1 w:1)290	// Storage: Nonfungible TokensBurnt (r:1 w:1)291	// Storage: Nonfungible AccountBalance (r:1 w:1)292	// Storage: Nonfungible Allowance (r:1 w:0)293	// Storage: Nonfungible Owned (r:0 w:1)294	// Storage: Nonfungible TokenProperties (r:0 w:1)295	// Storage: Common CollectionById (r:1 w:0)296	fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {297		Weight::from_ref_time(42_992_000 as u64)298			// Standard Error: 1_010_119299			.saturating_add(Weight::from_ref_time(209_972_755 as u64).saturating_mul(b as u64))300			.saturating_add(RocksDbWeight::get().reads(7 as u64))301			.saturating_add(RocksDbWeight::get().reads((4 as u64).saturating_mul(b as u64)))302			.saturating_add(RocksDbWeight::get().writes(6 as u64))303			.saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))304	}305	// Storage: Nonfungible TokenData (r:1 w:1)306	// Storage: Nonfungible AccountBalance (r:2 w:2)307	// Storage: Nonfungible Allowance (r:1 w:0)308	// Storage: Nonfungible Owned (r:0 w:2)309	fn transfer() -> Weight {310		Weight::from_ref_time(31_239_000 as u64)311			.saturating_add(RocksDbWeight::get().reads(4 as u64))312			.saturating_add(RocksDbWeight::get().writes(5 as u64))313	}314	// Storage: Nonfungible TokenData (r:1 w:0)315	// Storage: Nonfungible Allowance (r:1 w:1)316	fn approve() -> Weight {317		Weight::from_ref_time(21_985_000 as u64)318			.saturating_add(RocksDbWeight::get().reads(2 as u64))319			.saturating_add(RocksDbWeight::get().writes(1 as u64))320	}321	// Storage: Nonfungible TokenData (r:1 w:0)322	// Storage: Nonfungible Allowance (r:1 w:1)323	fn approve_from() -> Weight {324		Weight::from_ref_time(18_965_000 as u64)325			.saturating_add(RocksDbWeight::get().reads(2 as u64))326			.saturating_add(RocksDbWeight::get().writes(1 as u64))327	}328	// Storage: Nonfungible Allowance (r:1 w:1)329	// Storage: Nonfungible TokenData (r:1 w:1)330	// Storage: Nonfungible AccountBalance (r:2 w:2)331	// Storage: Nonfungible Owned (r:0 w:2)332	fn transfer_from() -> Weight {333		Weight::from_ref_time(36_382_000 as u64)334			.saturating_add(RocksDbWeight::get().reads(4 as u64))335			.saturating_add(RocksDbWeight::get().writes(6 as u64))336	}337	// Storage: Nonfungible Allowance (r:1 w:1)338	// Storage: Nonfungible TokenData (r:1 w:1)339	// Storage: Nonfungible TokenChildren (r:1 w:0)340	// Storage: Nonfungible TokensBurnt (r:1 w:1)341	// Storage: Nonfungible AccountBalance (r:1 w:1)342	// Storage: Nonfungible Owned (r:0 w:1)343	// Storage: Nonfungible TokenProperties (r:0 w:1)344	fn burn_from() -> Weight {345		Weight::from_ref_time(42_046_000 as u64)346			.saturating_add(RocksDbWeight::get().reads(5 as u64))347			.saturating_add(RocksDbWeight::get().writes(6 as u64))348	}349	// Storage: Common CollectionPropertyPermissions (r:1 w:1)350	fn set_token_property_permissions(b: u32, ) -> Weight {351		Weight::from_ref_time(5_543_000 as u64)352			// Standard Error: 40_525353			.saturating_add(Weight::from_ref_time(12_126_787 as u64).saturating_mul(b as u64))354			.saturating_add(RocksDbWeight::get().reads(1 as u64))355			.saturating_add(RocksDbWeight::get().writes(1 as u64))356	}357	// Storage: Nonfungible TokenProperties (r:1 w:1)358	// Storage: Common CollectionPropertyPermissions (r:1 w:0)359	fn set_token_properties(b: u32, ) -> Weight {360		Weight::from_ref_time(31_850_484 as u64)361			// Standard Error: 9_618362			.saturating_add(Weight::from_ref_time(4_721_947 as u64).saturating_mul(b as u64))363			.saturating_add(RocksDbWeight::get().reads(2 as u64))364			.saturating_add(RocksDbWeight::get().writes(1 as u64))365	}366	// Storage: Nonfungible TokenProperties (r:1 w:1)367	// Storage: Common CollectionPropertyPermissions (r:1 w:0)368	fn delete_token_properties(b: u32, ) -> Weight {369		Weight::from_ref_time(13_795_000 as u64)370			// Standard Error: 28_239371			.saturating_add(Weight::from_ref_time(12_840_446 as u64).saturating_mul(b as u64))372			.saturating_add(RocksDbWeight::get().reads(2 as u64))373			.saturating_add(RocksDbWeight::get().writes(1 as u64))374	}375	// Storage: Nonfungible TokenData (r:1 w:0)376	fn token_owner() -> Weight {377		Weight::from_ref_time(6_881_000 as u64)378			.saturating_add(RocksDbWeight::get().reads(1 as u64))379	}380	// Storage: Nonfungible CollectionAllowance (r:0 w:1)381	fn set_allowance_for_all() -> Weight {382		Weight::from_ref_time(16_223_000 as u64)383			.saturating_add(RocksDbWeight::get().writes(1 as u64))384	}385	// Storage: Nonfungible CollectionAllowance (r:1 w:0)386	fn allowance_for_all() -> Weight {387		Weight::from_ref_time(5_639_000 as u64)388			.saturating_add(RocksDbWeight::get().reads(1 as u64))389	}390	// Storage: Nonfungible TokenProperties (r:1 w:1)391	fn repair_item() -> Weight {392		Weight::from_ref_time(6_111_000 as u64)393			.saturating_add(RocksDbWeight::get().reads(1 as u64))394			.saturating_add(RocksDbWeight::get().writes(1 as u64))395	}396}
after · pallets/nonfungible/src/weights.rs
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_nonfungible4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 102489// Executed Command:10// target/release/unique-collator11// benchmark12// pallet13// --pallet14// pallet-nonfungible15// --wasm-execution16// compiled17// --extrinsic18// *19// --template20// .maintain/frame-weight-template.hbs21// --steps=5022// --repeat=8023// --heap-pages=409624// --output=./pallets/nonfungible/src/weights.rs2526#![cfg_attr(rustfmt, rustfmt_skip)]27#![allow(unused_parens)]28#![allow(unused_imports)]29#![allow(missing_docs)]30#![allow(clippy::unnecessary_cast)]3132use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};33use sp_std::marker::PhantomData;3435/// Weight functions needed for pallet_nonfungible.36pub trait WeightInfo {37	fn create_item() -> Weight;38	fn create_multiple_items(b: u32, ) -> Weight;39	fn create_multiple_items_ex(b: u32, ) -> Weight;40	fn burn_item() -> Weight;41	fn burn_recursively_self_raw() -> Weight;42	fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight;43	fn transfer() -> Weight;44	fn approve() -> Weight;45	fn approve_from() -> Weight;46	fn transfer_from() -> Weight;47	fn burn_from() -> Weight;48	fn set_token_property_permissions(b: u32, ) -> Weight;49	fn set_token_properties(b: u32, ) -> Weight;50	fn delete_token_properties(b: u32, ) -> Weight;51	fn token_owner() -> Weight;52	fn set_allowance_for_all() -> Weight;53	fn allowance_for_all() -> Weight;54	fn repair_item() -> Weight;55}5657/// Weights for pallet_nonfungible using the Substrate node and recommended hardware.58pub struct SubstrateWeight<T>(PhantomData<T>);59impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {60	// Storage: Nonfungible TokensMinted (r:1 w:1)61	// Storage: Nonfungible AccountBalance (r:1 w:1)62	// Storage: Nonfungible TokenProperties (r:1 w:1)63	// Storage: Common CollectionPropertyPermissions (r:1 w:0)64	// Storage: Nonfungible TokenData (r:0 w:1)65	// Storage: Nonfungible Owned (r:0 w:1)66	fn create_item() -> Weight {67		Weight::from_ref_time(34_815_000 as u64)68			.saturating_add(T::DbWeight::get().reads(4 as u64))69			.saturating_add(T::DbWeight::get().writes(5 as u64))70	}71	// Storage: Nonfungible TokensMinted (r:1 w:1)72	// Storage: Nonfungible AccountBalance (r:1 w:1)73	// Storage: Nonfungible TokenProperties (r:4 w:4)74	// Storage: Common CollectionPropertyPermissions (r:1 w:0)75	// Storage: Nonfungible TokenData (r:0 w:4)76	// Storage: Nonfungible Owned (r:0 w:4)77	fn create_multiple_items(b: u32, ) -> Weight {78		Weight::from_ref_time(18_772_483 as u64)79			// Standard Error: 5_66480			.saturating_add(Weight::from_ref_time(7_602_706 as u64).saturating_mul(b as u64))81			.saturating_add(T::DbWeight::get().reads(3 as u64))82			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))83			.saturating_add(T::DbWeight::get().writes(2 as u64))84			.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))85	}86	// Storage: Nonfungible TokensMinted (r:1 w:1)87	// Storage: Nonfungible AccountBalance (r:4 w:4)88	// Storage: Nonfungible TokenProperties (r:4 w:4)89	// Storage: Common CollectionPropertyPermissions (r:1 w:0)90	// Storage: Nonfungible TokenData (r:0 w:4)91	// Storage: Nonfungible Owned (r:0 w:4)92	fn create_multiple_items_ex(b: u32, ) -> Weight {93		Weight::from_ref_time(15_449_226 as u64)94			// Standard Error: 6_01295			.saturating_add(Weight::from_ref_time(9_325_591 as u64).saturating_mul(b as u64))96			.saturating_add(T::DbWeight::get().reads(2 as u64))97			.saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(b as u64)))98			.saturating_add(T::DbWeight::get().writes(1 as u64))99			.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))100	}101	// Storage: Nonfungible TokenData (r:1 w:1)102	// Storage: Nonfungible TokenChildren (r:1 w:0)103	// Storage: Nonfungible TokensBurnt (r:1 w:1)104	// Storage: Nonfungible AccountBalance (r:1 w:1)105	// Storage: Nonfungible Allowance (r:1 w:0)106	// Storage: Nonfungible Owned (r:0 w:1)107	// Storage: Nonfungible TokenProperties (r:0 w:1)108	fn burn_item() -> Weight {109		Weight::from_ref_time(35_221_000 as u64)110			.saturating_add(T::DbWeight::get().reads(5 as u64))111			.saturating_add(T::DbWeight::get().writes(5 as u64))112	}113	// Storage: Nonfungible TokenChildren (r:1 w:0)114	// Storage: Nonfungible TokenData (r:1 w:1)115	// Storage: Nonfungible TokensBurnt (r:1 w:1)116	// Storage: Nonfungible AccountBalance (r:1 w:1)117	// Storage: Nonfungible Allowance (r:1 w:0)118	// Storage: Nonfungible Owned (r:0 w:1)119	// Storage: Nonfungible TokenProperties (r:0 w:1)120	fn burn_recursively_self_raw() -> Weight {121		Weight::from_ref_time(45_504_000 as u64)122			.saturating_add(T::DbWeight::get().reads(5 as u64))123			.saturating_add(T::DbWeight::get().writes(5 as u64))124	}125	// Storage: Nonfungible TokenChildren (r:1 w:0)126	// Storage: Nonfungible TokenData (r:1 w:1)127	// Storage: Nonfungible TokensBurnt (r:1 w:1)128	// Storage: Nonfungible AccountBalance (r:1 w:1)129	// Storage: Nonfungible Allowance (r:1 w:0)130	// Storage: Nonfungible Owned (r:0 w:1)131	// Storage: Nonfungible TokenProperties (r:0 w:1)132	// Storage: Common CollectionById (r:1 w:0)133	fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {134		Weight::from_ref_time(45_539_000 as u64)135			// Standard Error: 1_047_413136			.saturating_add(Weight::from_ref_time(216_998_419 as u64).saturating_mul(b as u64))137			.saturating_add(T::DbWeight::get().reads(7 as u64))138			.saturating_add(T::DbWeight::get().reads((4 as u64).saturating_mul(b as u64)))139			.saturating_add(T::DbWeight::get().writes(6 as u64))140			.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))141	}142	// Storage: Nonfungible TokenData (r:1 w:1)143	// Storage: Nonfungible AccountBalance (r:2 w:2)144	// Storage: Nonfungible Allowance (r:1 w:0)145	// Storage: Nonfungible Owned (r:0 w:2)146	fn transfer() -> Weight {147		Weight::from_ref_time(30_047_000 as u64)148			.saturating_add(T::DbWeight::get().reads(4 as u64))149			.saturating_add(T::DbWeight::get().writes(5 as u64))150	}151	// Storage: Nonfungible TokenData (r:1 w:0)152	// Storage: Nonfungible Allowance (r:1 w:1)153	fn approve() -> Weight {154		Weight::from_ref_time(24_476_000 as u64)155			.saturating_add(T::DbWeight::get().reads(2 as u64))156			.saturating_add(T::DbWeight::get().writes(1 as u64))157	}158	// Storage: Nonfungible TokenData (r:1 w:0)159	// Storage: Nonfungible Allowance (r:1 w:1)160	fn approve_from() -> Weight {161		Weight::from_ref_time(22_818_000 as u64)162			.saturating_add(T::DbWeight::get().reads(2 as u64))163			.saturating_add(T::DbWeight::get().writes(1 as u64))164	}165	// Storage: Nonfungible Allowance (r:1 w:1)166	// Storage: Nonfungible TokenData (r:1 w:1)167	// Storage: Nonfungible AccountBalance (r:2 w:2)168	// Storage: Nonfungible Owned (r:0 w:2)169	fn transfer_from() -> Weight {170		Weight::from_ref_time(37_251_000 as u64)171			.saturating_add(T::DbWeight::get().reads(4 as u64))172			.saturating_add(T::DbWeight::get().writes(6 as u64))173	}174	// Storage: Nonfungible Allowance (r:1 w:1)175	// Storage: Nonfungible TokenData (r:1 w:1)176	// Storage: Nonfungible TokenChildren (r:1 w:0)177	// Storage: Nonfungible TokensBurnt (r:1 w:1)178	// Storage: Nonfungible AccountBalance (r:1 w:1)179	// Storage: Nonfungible Owned (r:0 w:1)180	// Storage: Nonfungible TokenProperties (r:0 w:1)181	fn burn_from() -> Weight {182		Weight::from_ref_time(43_202_000 as u64)183			.saturating_add(T::DbWeight::get().reads(5 as u64))184			.saturating_add(T::DbWeight::get().writes(6 as u64))185	}186	// Storage: Common CollectionPropertyPermissions (r:1 w:1)187	fn set_token_property_permissions(b: u32, ) -> Weight {188		Weight::from_ref_time(5_282_000 as u64)189			// Standard Error: 45_166190			.saturating_add(Weight::from_ref_time(12_937_288 as u64).saturating_mul(b as u64))191			.saturating_add(T::DbWeight::get().reads(1 as u64))192			.saturating_add(T::DbWeight::get().writes(1 as u64))193	}194	// Storage: Nonfungible TokenProperties (r:1 w:1)195	// Storage: Common CollectionPropertyPermissions (r:1 w:0)196	fn set_token_properties(b: u32, ) -> Weight {197		Weight::from_ref_time(28_171_920 as u64)198			// Standard Error: 13_715199			.saturating_add(Weight::from_ref_time(6_217_801 as u64).saturating_mul(b as u64))200			.saturating_add(T::DbWeight::get().reads(2 as u64))201			.saturating_add(T::DbWeight::get().writes(1 as u64))202	}203	// Storage: Nonfungible TokenProperties (r:1 w:1)204	// Storage: Common CollectionPropertyPermissions (r:1 w:0)205	fn delete_token_properties(b: u32, ) -> Weight {206		Weight::from_ref_time(15_511_000 as u64)207			// Standard Error: 68_273208			.saturating_add(Weight::from_ref_time(22_917_441 as u64).saturating_mul(b as u64))209			.saturating_add(T::DbWeight::get().reads(2 as u64))210			.saturating_add(T::DbWeight::get().writes(1 as u64))211	}212	// Storage: Nonfungible TokenData (r:1 w:0)213	fn token_owner() -> Weight {214		Weight::from_ref_time(7_088_000 as u64)215			.saturating_add(T::DbWeight::get().reads(1 as u64))216	}217	// Storage: Nonfungible CollectionAllowance (r:0 w:1)218	fn set_allowance_for_all() -> Weight {219		Weight::from_ref_time(17_607_000 as u64)220			.saturating_add(T::DbWeight::get().writes(1 as u64))221	}222	// Storage: Nonfungible CollectionAllowance (r:1 w:0)223	fn allowance_for_all() -> Weight {224		Weight::from_ref_time(5_315_000 as u64)225			.saturating_add(T::DbWeight::get().reads(1 as u64))226	}227	// Storage: Nonfungible TokenProperties (r:1 w:1)228	fn repair_item() -> Weight {229		Weight::from_ref_time(7_638_000 as u64)230			.saturating_add(T::DbWeight::get().reads(1 as u64))231			.saturating_add(T::DbWeight::get().writes(1 as u64))232	}233}234235// For backwards compatibility and tests236impl WeightInfo for () {237	// Storage: Nonfungible TokensMinted (r:1 w:1)238	// Storage: Nonfungible AccountBalance (r:1 w:1)239	// Storage: Nonfungible TokenProperties (r:1 w:1)240	// Storage: Common CollectionPropertyPermissions (r:1 w:0)241	// Storage: Nonfungible TokenData (r:0 w:1)242	// Storage: Nonfungible Owned (r:0 w:1)243	fn create_item() -> Weight {244		Weight::from_ref_time(34_815_000 as u64)245			.saturating_add(RocksDbWeight::get().reads(4 as u64))246			.saturating_add(RocksDbWeight::get().writes(5 as u64))247	}248	// Storage: Nonfungible TokensMinted (r:1 w:1)249	// Storage: Nonfungible AccountBalance (r:1 w:1)250	// Storage: Nonfungible TokenProperties (r:4 w:4)251	// Storage: Common CollectionPropertyPermissions (r:1 w:0)252	// Storage: Nonfungible TokenData (r:0 w:4)253	// Storage: Nonfungible Owned (r:0 w:4)254	fn create_multiple_items(b: u32, ) -> Weight {255		Weight::from_ref_time(18_772_483 as u64)256			// Standard Error: 5_664257			.saturating_add(Weight::from_ref_time(7_602_706 as u64).saturating_mul(b as u64))258			.saturating_add(RocksDbWeight::get().reads(3 as u64))259			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))260			.saturating_add(RocksDbWeight::get().writes(2 as u64))261			.saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))262	}263	// Storage: Nonfungible TokensMinted (r:1 w:1)264	// Storage: Nonfungible AccountBalance (r:4 w:4)265	// Storage: Nonfungible TokenProperties (r:4 w:4)266	// Storage: Common CollectionPropertyPermissions (r:1 w:0)267	// Storage: Nonfungible TokenData (r:0 w:4)268	// Storage: Nonfungible Owned (r:0 w:4)269	fn create_multiple_items_ex(b: u32, ) -> Weight {270		Weight::from_ref_time(15_449_226 as u64)271			// Standard Error: 6_012272			.saturating_add(Weight::from_ref_time(9_325_591 as u64).saturating_mul(b as u64))273			.saturating_add(RocksDbWeight::get().reads(2 as u64))274			.saturating_add(RocksDbWeight::get().reads((2 as u64).saturating_mul(b as u64)))275			.saturating_add(RocksDbWeight::get().writes(1 as u64))276			.saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))277	}278	// Storage: Nonfungible TokenData (r:1 w:1)279	// Storage: Nonfungible TokenChildren (r:1 w:0)280	// Storage: Nonfungible TokensBurnt (r:1 w:1)281	// Storage: Nonfungible AccountBalance (r:1 w:1)282	// Storage: Nonfungible Allowance (r:1 w:0)283	// Storage: Nonfungible Owned (r:0 w:1)284	// Storage: Nonfungible TokenProperties (r:0 w:1)285	fn burn_item() -> Weight {286		Weight::from_ref_time(35_221_000 as u64)287			.saturating_add(RocksDbWeight::get().reads(5 as u64))288			.saturating_add(RocksDbWeight::get().writes(5 as u64))289	}290	// Storage: Nonfungible TokenChildren (r:1 w:0)291	// Storage: Nonfungible TokenData (r:1 w:1)292	// Storage: Nonfungible TokensBurnt (r:1 w:1)293	// Storage: Nonfungible AccountBalance (r:1 w:1)294	// Storage: Nonfungible Allowance (r:1 w:0)295	// Storage: Nonfungible Owned (r:0 w:1)296	// Storage: Nonfungible TokenProperties (r:0 w:1)297	fn burn_recursively_self_raw() -> Weight {298		Weight::from_ref_time(45_504_000 as u64)299			.saturating_add(RocksDbWeight::get().reads(5 as u64))300			.saturating_add(RocksDbWeight::get().writes(5 as u64))301	}302	// Storage: Nonfungible TokenChildren (r:1 w:0)303	// Storage: Nonfungible TokenData (r:1 w:1)304	// Storage: Nonfungible TokensBurnt (r:1 w:1)305	// Storage: Nonfungible AccountBalance (r:1 w:1)306	// Storage: Nonfungible Allowance (r:1 w:0)307	// Storage: Nonfungible Owned (r:0 w:1)308	// Storage: Nonfungible TokenProperties (r:0 w:1)309	// Storage: Common CollectionById (r:1 w:0)310	fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {311		Weight::from_ref_time(45_539_000 as u64)312			// Standard Error: 1_047_413313			.saturating_add(Weight::from_ref_time(216_998_419 as u64).saturating_mul(b as u64))314			.saturating_add(RocksDbWeight::get().reads(7 as u64))315			.saturating_add(RocksDbWeight::get().reads((4 as u64).saturating_mul(b as u64)))316			.saturating_add(RocksDbWeight::get().writes(6 as u64))317			.saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))318	}319	// Storage: Nonfungible TokenData (r:1 w:1)320	// Storage: Nonfungible AccountBalance (r:2 w:2)321	// Storage: Nonfungible Allowance (r:1 w:0)322	// Storage: Nonfungible Owned (r:0 w:2)323	fn transfer() -> Weight {324		Weight::from_ref_time(30_047_000 as u64)325			.saturating_add(RocksDbWeight::get().reads(4 as u64))326			.saturating_add(RocksDbWeight::get().writes(5 as u64))327	}328	// Storage: Nonfungible TokenData (r:1 w:0)329	// Storage: Nonfungible Allowance (r:1 w:1)330	fn approve() -> Weight {331		Weight::from_ref_time(24_476_000 as u64)332			.saturating_add(RocksDbWeight::get().reads(2 as u64))333			.saturating_add(RocksDbWeight::get().writes(1 as u64))334	}335	// Storage: Nonfungible TokenData (r:1 w:0)336	// Storage: Nonfungible Allowance (r:1 w:1)337	fn approve_from() -> Weight {338		Weight::from_ref_time(22_818_000 as u64)339			.saturating_add(RocksDbWeight::get().reads(2 as u64))340			.saturating_add(RocksDbWeight::get().writes(1 as u64))341	}342	// Storage: Nonfungible Allowance (r:1 w:1)343	// Storage: Nonfungible TokenData (r:1 w:1)344	// Storage: Nonfungible AccountBalance (r:2 w:2)345	// Storage: Nonfungible Owned (r:0 w:2)346	fn transfer_from() -> Weight {347		Weight::from_ref_time(37_251_000 as u64)348			.saturating_add(RocksDbWeight::get().reads(4 as u64))349			.saturating_add(RocksDbWeight::get().writes(6 as u64))350	}351	// Storage: Nonfungible Allowance (r:1 w:1)352	// Storage: Nonfungible TokenData (r:1 w:1)353	// Storage: Nonfungible TokenChildren (r:1 w:0)354	// Storage: Nonfungible TokensBurnt (r:1 w:1)355	// Storage: Nonfungible AccountBalance (r:1 w:1)356	// Storage: Nonfungible Owned (r:0 w:1)357	// Storage: Nonfungible TokenProperties (r:0 w:1)358	fn burn_from() -> Weight {359		Weight::from_ref_time(43_202_000 as u64)360			.saturating_add(RocksDbWeight::get().reads(5 as u64))361			.saturating_add(RocksDbWeight::get().writes(6 as u64))362	}363	// Storage: Common CollectionPropertyPermissions (r:1 w:1)364	fn set_token_property_permissions(b: u32, ) -> Weight {365		Weight::from_ref_time(5_282_000 as u64)366			// Standard Error: 45_166367			.saturating_add(Weight::from_ref_time(12_937_288 as u64).saturating_mul(b as u64))368			.saturating_add(RocksDbWeight::get().reads(1 as u64))369			.saturating_add(RocksDbWeight::get().writes(1 as u64))370	}371	// Storage: Nonfungible TokenProperties (r:1 w:1)372	// Storage: Common CollectionPropertyPermissions (r:1 w:0)373	fn set_token_properties(b: u32, ) -> Weight {374		Weight::from_ref_time(28_171_920 as u64)375			// Standard Error: 13_715376			.saturating_add(Weight::from_ref_time(6_217_801 as u64).saturating_mul(b as u64))377			.saturating_add(RocksDbWeight::get().reads(2 as u64))378			.saturating_add(RocksDbWeight::get().writes(1 as u64))379	}380	// Storage: Nonfungible TokenProperties (r:1 w:1)381	// Storage: Common CollectionPropertyPermissions (r:1 w:0)382	fn delete_token_properties(b: u32, ) -> Weight {383		Weight::from_ref_time(15_511_000 as u64)384			// Standard Error: 68_273385			.saturating_add(Weight::from_ref_time(22_917_441 as u64).saturating_mul(b as u64))386			.saturating_add(RocksDbWeight::get().reads(2 as u64))387			.saturating_add(RocksDbWeight::get().writes(1 as u64))388	}389	// Storage: Nonfungible TokenData (r:1 w:0)390	fn token_owner() -> Weight {391		Weight::from_ref_time(7_088_000 as u64)392			.saturating_add(RocksDbWeight::get().reads(1 as u64))393	}394	// Storage: Nonfungible CollectionAllowance (r:0 w:1)395	fn set_allowance_for_all() -> Weight {396		Weight::from_ref_time(17_607_000 as u64)397			.saturating_add(RocksDbWeight::get().writes(1 as u64))398	}399	// Storage: Nonfungible CollectionAllowance (r:1 w:0)400	fn allowance_for_all() -> Weight {401		Weight::from_ref_time(5_315_000 as u64)402			.saturating_add(RocksDbWeight::get().reads(1 as u64))403	}404	// Storage: Nonfungible TokenProperties (r:1 w:1)405	fn repair_item() -> Weight {406		Weight::from_ref_time(7_638_000 as u64)407			.saturating_add(RocksDbWeight::get().reads(1 as u64))408			.saturating_add(RocksDbWeight::get().writes(1 as u64))409	}410}
modifiedpallets/refungible/src/weights.rsdiffbeforeafterboth
--- a/pallets/refungible/src/weights.rs
+++ b/pallets/refungible/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_refungible
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -66,53 +66,62 @@
 impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
 	// Storage: Refungible TokensMinted (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:1 w:1)
+	// Storage: Refungible TokenProperties (r:1 w:1)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible Balance (r:0 w:1)
 	// Storage: Refungible TotalSupply (r:0 w:1)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn create_item() -> Weight {
-		Weight::from_ref_time(32_864_000 as u64)
-			.saturating_add(T::DbWeight::get().reads(2 as u64))
-			.saturating_add(T::DbWeight::get().writes(5 as u64))
+		Weight::from_ref_time(37_536_000 as u64)
+			.saturating_add(T::DbWeight::get().reads(4 as u64))
+			.saturating_add(T::DbWeight::get().writes(6 as u64))
 	}
 	// Storage: Refungible TokensMinted (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:1 w:1)
+	// Storage: Refungible TokenProperties (r:4 w:4)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible Balance (r:0 w:4)
 	// Storage: Refungible TotalSupply (r:0 w:4)
 	// Storage: Refungible Owned (r:0 w:4)
 	fn create_multiple_items(b: u32, ) -> Weight {
-		Weight::from_ref_time(11_880_472 as u64)
-			// Standard Error: 5_240
-			.saturating_add(Weight::from_ref_time(6_556_575 as u64).saturating_mul(b as u64))
-			.saturating_add(T::DbWeight::get().reads(2 as u64))
+		Weight::from_ref_time(16_345_581 as u64)
+			// Standard Error: 5_346
+			.saturating_add(Weight::from_ref_time(9_281_076 as u64).saturating_mul(b as u64))
+			.saturating_add(T::DbWeight::get().reads(3 as u64))
+			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
-			.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
+			.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: Refungible TokensMinted (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:4 w:4)
+	// Storage: Refungible TokenProperties (r:4 w:4)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible Balance (r:0 w:4)
 	// Storage: Refungible TotalSupply (r:0 w:4)
 	// Storage: Refungible Owned (r:0 w:4)
 	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {
-		Weight::from_ref_time(11_644_173 as u64)
-			// Standard Error: 5_876
-			.saturating_add(Weight::from_ref_time(8_214_607 as u64).saturating_mul(b as u64))
-			.saturating_add(T::DbWeight::get().reads(1 as u64))
-			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
+		Weight::from_ref_time(11_246_602 as u64)
+			// Standard Error: 8_015
+			.saturating_add(Weight::from_ref_time(11_043_114 as u64).saturating_mul(b as u64))
+			.saturating_add(T::DbWeight::get().reads(2 as u64))
+			.saturating_add(T::DbWeight::get().reads((2 as u64).saturating_mul(b as u64)))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
-			.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
+			.saturating_add(T::DbWeight::get().writes((5 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: Refungible TokensMinted (r:1 w:1)
+	// Storage: Refungible TokenProperties (r:1 w:1)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible TotalSupply (r:0 w:1)
 	// Storage: Refungible AccountBalance (r:4 w:4)
 	// Storage: Refungible Balance (r:0 w:4)
 	// Storage: Refungible Owned (r:0 w:4)
 	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {
-		Weight::from_ref_time(21_817_067 as u64)
-			// Standard Error: 5_215
-			.saturating_add(Weight::from_ref_time(6_084_938 as u64).saturating_mul(b as u64))
-			.saturating_add(T::DbWeight::get().reads(1 as u64))
+		Weight::from_ref_time(31_350_923 as u64)
+			// Standard Error: 4_061
+			.saturating_add(Weight::from_ref_time(6_007_108 as u64).saturating_mul(b as u64))
+			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
-			.saturating_add(T::DbWeight::get().writes(2 as u64))
+			.saturating_add(T::DbWeight::get().writes(3 as u64))
 			.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: Refungible Balance (r:3 w:1)
@@ -120,7 +129,7 @@
 	// Storage: Refungible AccountBalance (r:1 w:1)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn burn_item_partial() -> Weight {
-		Weight::from_ref_time(47_087_000 as u64)
+		Weight::from_ref_time(47_342_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(5 as u64))
 			.saturating_add(T::DbWeight::get().writes(4 as u64))
 	}
@@ -131,14 +140,14 @@
 	// Storage: Refungible Owned (r:0 w:1)
 	// Storage: Refungible TokenProperties (r:0 w:1)
 	fn burn_item_fully() -> Weight {
-		Weight::from_ref_time(40_135_000 as u64)
+		Weight::from_ref_time(40_664_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(4 as u64))
 			.saturating_add(T::DbWeight::get().writes(6 as u64))
 	}
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	fn transfer_normal() -> Weight {
-		Weight::from_ref_time(30_749_000 as u64)
+		Weight::from_ref_time(31_585_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
@@ -147,7 +156,7 @@
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_creating() -> Weight {
-		Weight::from_ref_time(33_565_000 as u64)
+		Weight::from_ref_time(35_015_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(4 as u64))
 			.saturating_add(T::DbWeight::get().writes(4 as u64))
 	}
@@ -156,7 +165,7 @@
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_removing() -> Weight {
-		Weight::from_ref_time(37_406_000 as u64)
+		Weight::from_ref_time(38_209_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(4 as u64))
 			.saturating_add(T::DbWeight::get().writes(4 as u64))
 	}
@@ -165,68 +174,63 @@
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:2)
 	fn transfer_creating_removing() -> Weight {
-		Weight::from_ref_time(36_689_000 as u64)
+		Weight::from_ref_time(38_549_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(5 as u64))
 			.saturating_add(T::DbWeight::get().writes(6 as u64))
 	}
 	// Storage: Refungible Balance (r:1 w:0)
 	// Storage: Refungible Allowance (r:0 w:1)
 	fn approve() -> Weight {
-		Weight::from_ref_time(23_177_000 as u64)
+		Weight::from_ref_time(24_503_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible Balance (r:1 w:0)
 	// Storage: Refungible Allowance (r:0 w:1)
 	fn approve_from() -> Weight {
-		Weight::from_ref_time(20_649_000 as u64)
+		Weight::from_ref_time(24_584_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	fn transfer_from_normal() -> Weight {
-		Weight::from_ref_time(41_288_000 as u64)
-			.saturating_add(T::DbWeight::get().reads(5 as u64))
+		Weight::from_ref_time(41_001_000 as u64)
+			.saturating_add(T::DbWeight::get().reads(4 as u64))
 			.saturating_add(T::DbWeight::get().writes(3 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible AccountBalance (r:1 w:1)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_from_creating() -> Weight {
-		Weight::from_ref_time(44_807_000 as u64)
-			.saturating_add(T::DbWeight::get().reads(6 as u64))
+		Weight::from_ref_time(43_884_000 as u64)
+			.saturating_add(T::DbWeight::get().reads(5 as u64))
 			.saturating_add(T::DbWeight::get().writes(5 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible AccountBalance (r:1 w:1)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_from_removing() -> Weight {
-		Weight::from_ref_time(47_297_000 as u64)
-			.saturating_add(T::DbWeight::get().reads(6 as u64))
+		Weight::from_ref_time(47_515_000 as u64)
+			.saturating_add(T::DbWeight::get().reads(5 as u64))
 			.saturating_add(T::DbWeight::get().writes(5 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible AccountBalance (r:2 w:2)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:2)
 	fn transfer_from_creating_removing() -> Weight {
-		Weight::from_ref_time(47_566_000 as u64)
-			.saturating_add(T::DbWeight::get().reads(7 as u64))
+		Weight::from_ref_time(47_087_000 as u64)
+			.saturating_add(T::DbWeight::get().reads(6 as u64))
 			.saturating_add(T::DbWeight::get().writes(7 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:1 w:1)
 	// Storage: Refungible TotalSupply (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:1 w:1)
@@ -234,61 +238,61 @@
 	// Storage: Refungible Owned (r:0 w:1)
 	// Storage: Refungible TokenProperties (r:0 w:1)
 	fn burn_from() -> Weight {
-		Weight::from_ref_time(53_074_000 as u64)
-			.saturating_add(T::DbWeight::get().reads(6 as u64))
+		Weight::from_ref_time(52_735_000 as u64)
+			.saturating_add(T::DbWeight::get().reads(5 as u64))
 			.saturating_add(T::DbWeight::get().writes(7 as u64))
 	}
 	// Storage: Common CollectionPropertyPermissions (r:1 w:1)
 	fn set_token_property_permissions(b: u32, ) -> Weight {
-		Weight::from_ref_time(5_170_000 as u64)
-			// Standard Error: 40_532
-			.saturating_add(Weight::from_ref_time(11_948_016 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(5_232_000 as u64)
+			// Standard Error: 43_746
+			.saturating_add(Weight::from_ref_time(12_961_609 as u64).saturating_mul(b as u64))
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible TokenProperties (r:1 w:1)
 	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	fn set_token_properties(b: u32, ) -> Weight {
-		Weight::from_ref_time(25_518_267 as u64)
-			// Standard Error: 20_451
-			.saturating_add(Weight::from_ref_time(5_041_089 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(18_287_762 as u64)
+			// Standard Error: 31_915
+			.saturating_add(Weight::from_ref_time(7_070_524 as u64).saturating_mul(b as u64))
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible TokenProperties (r:1 w:1)
 	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	fn delete_token_properties(b: u32, ) -> Weight {
-		Weight::from_ref_time(13_715_000 as u64)
-			// Standard Error: 28_323
-			.saturating_add(Weight::from_ref_time(13_113_351 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(15_075_000 as u64)
+			// Standard Error: 69_091
+			.saturating_add(Weight::from_ref_time(22_793_781 as u64).saturating_mul(b as u64))
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible TotalSupply (r:1 w:1)
 	// Storage: Refungible Balance (r:1 w:1)
 	fn repartition_item() -> Weight {
-		Weight::from_ref_time(25_574_000 as u64)
+		Weight::from_ref_time(25_147_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
 	// Storage: Refungible Balance (r:2 w:0)
 	fn token_owner() -> Weight {
-		Weight::from_ref_time(9_819_000 as u64)
+		Weight::from_ref_time(9_921_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 	}
 	// Storage: Refungible CollectionAllowance (r:0 w:1)
 	fn set_allowance_for_all() -> Weight {
-		Weight::from_ref_time(16_228_000 as u64)
+		Weight::from_ref_time(17_822_000 as u64)
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	fn allowance_for_all() -> Weight {
-		Weight::from_ref_time(5_374_000 as u64)
+		Weight::from_ref_time(5_265_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 	}
 	// Storage: Refungible TokenProperties (r:1 w:1)
 	fn repair_item() -> Weight {
-		Weight::from_ref_time(5_624_000 as u64)
+		Weight::from_ref_time(7_229_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
@@ -298,53 +302,62 @@
 impl WeightInfo for () {
 	// Storage: Refungible TokensMinted (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:1 w:1)
+	// Storage: Refungible TokenProperties (r:1 w:1)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible Balance (r:0 w:1)
 	// Storage: Refungible TotalSupply (r:0 w:1)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn create_item() -> Weight {
-		Weight::from_ref_time(32_864_000 as u64)
-			.saturating_add(RocksDbWeight::get().reads(2 as u64))
-			.saturating_add(RocksDbWeight::get().writes(5 as u64))
+		Weight::from_ref_time(37_536_000 as u64)
+			.saturating_add(RocksDbWeight::get().reads(4 as u64))
+			.saturating_add(RocksDbWeight::get().writes(6 as u64))
 	}
 	// Storage: Refungible TokensMinted (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:1 w:1)
+	// Storage: Refungible TokenProperties (r:4 w:4)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible Balance (r:0 w:4)
 	// Storage: Refungible TotalSupply (r:0 w:4)
 	// Storage: Refungible Owned (r:0 w:4)
 	fn create_multiple_items(b: u32, ) -> Weight {
-		Weight::from_ref_time(11_880_472 as u64)
-			// Standard Error: 5_240
-			.saturating_add(Weight::from_ref_time(6_556_575 as u64).saturating_mul(b as u64))
-			.saturating_add(RocksDbWeight::get().reads(2 as u64))
+		Weight::from_ref_time(16_345_581 as u64)
+			// Standard Error: 5_346
+			.saturating_add(Weight::from_ref_time(9_281_076 as u64).saturating_mul(b as u64))
+			.saturating_add(RocksDbWeight::get().reads(3 as u64))
+			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
-			.saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
+			.saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: Refungible TokensMinted (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:4 w:4)
+	// Storage: Refungible TokenProperties (r:4 w:4)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible Balance (r:0 w:4)
 	// Storage: Refungible TotalSupply (r:0 w:4)
 	// Storage: Refungible Owned (r:0 w:4)
 	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {
-		Weight::from_ref_time(11_644_173 as u64)
-			// Standard Error: 5_876
-			.saturating_add(Weight::from_ref_time(8_214_607 as u64).saturating_mul(b as u64))
-			.saturating_add(RocksDbWeight::get().reads(1 as u64))
-			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
+		Weight::from_ref_time(11_246_602 as u64)
+			// Standard Error: 8_015
+			.saturating_add(Weight::from_ref_time(11_043_114 as u64).saturating_mul(b as u64))
+			.saturating_add(RocksDbWeight::get().reads(2 as u64))
+			.saturating_add(RocksDbWeight::get().reads((2 as u64).saturating_mul(b as u64)))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
-			.saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))
+			.saturating_add(RocksDbWeight::get().writes((5 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: Refungible TokensMinted (r:1 w:1)
+	// Storage: Refungible TokenProperties (r:1 w:1)
+	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	// Storage: Refungible TotalSupply (r:0 w:1)
 	// Storage: Refungible AccountBalance (r:4 w:4)
 	// Storage: Refungible Balance (r:0 w:4)
 	// Storage: Refungible Owned (r:0 w:4)
 	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {
-		Weight::from_ref_time(21_817_067 as u64)
-			// Standard Error: 5_215
-			.saturating_add(Weight::from_ref_time(6_084_938 as u64).saturating_mul(b as u64))
-			.saturating_add(RocksDbWeight::get().reads(1 as u64))
+		Weight::from_ref_time(31_350_923 as u64)
+			// Standard Error: 4_061
+			.saturating_add(Weight::from_ref_time(6_007_108 as u64).saturating_mul(b as u64))
+			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))
-			.saturating_add(RocksDbWeight::get().writes(2 as u64))
+			.saturating_add(RocksDbWeight::get().writes(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))
 	}
 	// Storage: Refungible Balance (r:3 w:1)
@@ -352,7 +365,7 @@
 	// Storage: Refungible AccountBalance (r:1 w:1)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn burn_item_partial() -> Weight {
-		Weight::from_ref_time(47_087_000 as u64)
+		Weight::from_ref_time(47_342_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(5 as u64))
 			.saturating_add(RocksDbWeight::get().writes(4 as u64))
 	}
@@ -363,14 +376,14 @@
 	// Storage: Refungible Owned (r:0 w:1)
 	// Storage: Refungible TokenProperties (r:0 w:1)
 	fn burn_item_fully() -> Weight {
-		Weight::from_ref_time(40_135_000 as u64)
+		Weight::from_ref_time(40_664_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(4 as u64))
 			.saturating_add(RocksDbWeight::get().writes(6 as u64))
 	}
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	fn transfer_normal() -> Weight {
-		Weight::from_ref_time(30_749_000 as u64)
+		Weight::from_ref_time(31_585_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
@@ -379,7 +392,7 @@
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_creating() -> Weight {
-		Weight::from_ref_time(33_565_000 as u64)
+		Weight::from_ref_time(35_015_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(4 as u64))
 			.saturating_add(RocksDbWeight::get().writes(4 as u64))
 	}
@@ -388,7 +401,7 @@
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_removing() -> Weight {
-		Weight::from_ref_time(37_406_000 as u64)
+		Weight::from_ref_time(38_209_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(4 as u64))
 			.saturating_add(RocksDbWeight::get().writes(4 as u64))
 	}
@@ -397,68 +410,63 @@
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:2)
 	fn transfer_creating_removing() -> Weight {
-		Weight::from_ref_time(36_689_000 as u64)
+		Weight::from_ref_time(38_549_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(5 as u64))
 			.saturating_add(RocksDbWeight::get().writes(6 as u64))
 	}
 	// Storage: Refungible Balance (r:1 w:0)
 	// Storage: Refungible Allowance (r:0 w:1)
 	fn approve() -> Weight {
-		Weight::from_ref_time(23_177_000 as u64)
+		Weight::from_ref_time(24_503_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible Balance (r:1 w:0)
 	// Storage: Refungible Allowance (r:0 w:1)
 	fn approve_from() -> Weight {
-		Weight::from_ref_time(20_649_000 as u64)
+		Weight::from_ref_time(24_584_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	fn transfer_from_normal() -> Weight {
-		Weight::from_ref_time(41_288_000 as u64)
-			.saturating_add(RocksDbWeight::get().reads(5 as u64))
+		Weight::from_ref_time(41_001_000 as u64)
+			.saturating_add(RocksDbWeight::get().reads(4 as u64))
 			.saturating_add(RocksDbWeight::get().writes(3 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible AccountBalance (r:1 w:1)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_from_creating() -> Weight {
-		Weight::from_ref_time(44_807_000 as u64)
-			.saturating_add(RocksDbWeight::get().reads(6 as u64))
+		Weight::from_ref_time(43_884_000 as u64)
+			.saturating_add(RocksDbWeight::get().reads(5 as u64))
 			.saturating_add(RocksDbWeight::get().writes(5 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible AccountBalance (r:1 w:1)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:1)
 	fn transfer_from_removing() -> Weight {
-		Weight::from_ref_time(47_297_000 as u64)
-			.saturating_add(RocksDbWeight::get().reads(6 as u64))
+		Weight::from_ref_time(47_515_000 as u64)
+			.saturating_add(RocksDbWeight::get().reads(5 as u64))
 			.saturating_add(RocksDbWeight::get().writes(5 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:2 w:2)
 	// Storage: Refungible AccountBalance (r:2 w:2)
 	// Storage: Refungible TotalSupply (r:1 w:0)
 	// Storage: Refungible Owned (r:0 w:2)
 	fn transfer_from_creating_removing() -> Weight {
-		Weight::from_ref_time(47_566_000 as u64)
-			.saturating_add(RocksDbWeight::get().reads(7 as u64))
+		Weight::from_ref_time(47_087_000 as u64)
+			.saturating_add(RocksDbWeight::get().reads(6 as u64))
 			.saturating_add(RocksDbWeight::get().writes(7 as u64))
 	}
 	// Storage: Refungible Allowance (r:1 w:1)
-	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	// Storage: Refungible Balance (r:1 w:1)
 	// Storage: Refungible TotalSupply (r:1 w:1)
 	// Storage: Refungible AccountBalance (r:1 w:1)
@@ -466,61 +474,61 @@
 	// Storage: Refungible Owned (r:0 w:1)
 	// Storage: Refungible TokenProperties (r:0 w:1)
 	fn burn_from() -> Weight {
-		Weight::from_ref_time(53_074_000 as u64)
-			.saturating_add(RocksDbWeight::get().reads(6 as u64))
+		Weight::from_ref_time(52_735_000 as u64)
+			.saturating_add(RocksDbWeight::get().reads(5 as u64))
 			.saturating_add(RocksDbWeight::get().writes(7 as u64))
 	}
 	// Storage: Common CollectionPropertyPermissions (r:1 w:1)
 	fn set_token_property_permissions(b: u32, ) -> Weight {
-		Weight::from_ref_time(5_170_000 as u64)
-			// Standard Error: 40_532
-			.saturating_add(Weight::from_ref_time(11_948_016 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(5_232_000 as u64)
+			// Standard Error: 43_746
+			.saturating_add(Weight::from_ref_time(12_961_609 as u64).saturating_mul(b as u64))
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible TokenProperties (r:1 w:1)
 	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	fn set_token_properties(b: u32, ) -> Weight {
-		Weight::from_ref_time(25_518_267 as u64)
-			// Standard Error: 20_451
-			.saturating_add(Weight::from_ref_time(5_041_089 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(18_287_762 as u64)
+			// Standard Error: 31_915
+			.saturating_add(Weight::from_ref_time(7_070_524 as u64).saturating_mul(b as u64))
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible TokenProperties (r:1 w:1)
 	// Storage: Common CollectionPropertyPermissions (r:1 w:0)
 	fn delete_token_properties(b: u32, ) -> Weight {
-		Weight::from_ref_time(13_715_000 as u64)
-			// Standard Error: 28_323
-			.saturating_add(Weight::from_ref_time(13_113_351 as u64).saturating_mul(b as u64))
+		Weight::from_ref_time(15_075_000 as u64)
+			// Standard Error: 69_091
+			.saturating_add(Weight::from_ref_time(22_793_781 as u64).saturating_mul(b as u64))
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible TotalSupply (r:1 w:1)
 	// Storage: Refungible Balance (r:1 w:1)
 	fn repartition_item() -> Weight {
-		Weight::from_ref_time(25_574_000 as u64)
+		Weight::from_ref_time(25_147_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
 	// Storage: Refungible Balance (r:2 w:0)
 	fn token_owner() -> Weight {
-		Weight::from_ref_time(9_819_000 as u64)
+		Weight::from_ref_time(9_921_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 	}
 	// Storage: Refungible CollectionAllowance (r:0 w:1)
 	fn set_allowance_for_all() -> Weight {
-		Weight::from_ref_time(16_228_000 as u64)
+		Weight::from_ref_time(17_822_000 as u64)
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Refungible CollectionAllowance (r:1 w:0)
 	fn allowance_for_all() -> Weight {
-		Weight::from_ref_time(5_374_000 as u64)
+		Weight::from_ref_time(5_265_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 	}
 	// Storage: Refungible TokenProperties (r:1 w:1)
 	fn repair_item() -> Weight {
-		Weight::from_ref_time(5_624_000 as u64)
+		Weight::from_ref_time(7_229_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
modifiedpallets/structure/src/weights.rsdiffbeforeafterboth
--- a/pallets/structure/src/weights.rs
+++ b/pallets/structure/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_structure
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -43,7 +43,7 @@
 	// Storage: Common CollectionById (r:1 w:0)
 	// Storage: Nonfungible TokenData (r:1 w:0)
 	fn find_parent() -> Weight {
-		Weight::from_ref_time(11_355_000 as u64)
+		Weight::from_ref_time(12_015_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(2 as u64))
 	}
 }
@@ -53,7 +53,7 @@
 	// Storage: Common CollectionById (r:1 w:0)
 	// Storage: Nonfungible TokenData (r:1 w:0)
 	fn find_parent() -> Weight {
-		Weight::from_ref_time(11_355_000 as u64)
+		Weight::from_ref_time(12_015_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(2 as u64))
 	}
 }
modifiedpallets/unique/src/weights.rsdiffbeforeafterboth
--- a/pallets/unique/src/weights.rs
+++ b/pallets/unique/src/weights.rs
@@ -3,7 +3,7 @@
 //! Autogenerated weights for pallet_unique
 //!
 //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-01-18, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
 //! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
 
 // Executed Command:
@@ -59,7 +59,7 @@
 	// Storage: Common CollectionProperties (r:0 w:1)
 	// Storage: Common CollectionById (r:0 w:1)
 	fn create_collection() -> Weight {
-		Weight::from_ref_time(52_640_000 as u64)
+		Weight::from_ref_time(43_964_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(4 as u64))
 			.saturating_add(T::DbWeight::get().writes(6 as u64))
 	}
@@ -71,27 +71,27 @@
 	// Storage: Common AdminAmount (r:0 w:1)
 	// Storage: Common CollectionProperties (r:0 w:1)
 	fn destroy_collection() -> Weight {
-		Weight::from_ref_time(63_934_000 as u64)
+		Weight::from_ref_time(62_034_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(6 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:0)
 	// Storage: Common Allowlist (r:0 w:1)
 	fn add_to_allow_list() -> Weight {
-		Weight::from_ref_time(31_858_000 as u64)
+		Weight::from_ref_time(27_915_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:0)
 	// Storage: Common Allowlist (r:0 w:1)
 	fn remove_from_allow_list() -> Weight {
-		Weight::from_ref_time(27_634_000 as u64)
+		Weight::from_ref_time(27_912_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn change_collection_owner() -> Weight {
-		Weight::from_ref_time(25_212_000 as u64)
+		Weight::from_ref_time(27_282_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
@@ -99,7 +99,7 @@
 	// Storage: Common IsAdmin (r:1 w:1)
 	// Storage: Common AdminAmount (r:1 w:1)
 	fn add_collection_admin() -> Weight {
-		Weight::from_ref_time(29_307_000 as u64)
+		Weight::from_ref_time(30_782_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
@@ -107,43 +107,43 @@
 	// Storage: Common IsAdmin (r:1 w:1)
 	// Storage: Common AdminAmount (r:1 w:1)
 	fn remove_collection_admin() -> Weight {
-		Weight::from_ref_time(32_592_000 as u64)
+		Weight::from_ref_time(34_343_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(3 as u64))
 			.saturating_add(T::DbWeight::get().writes(2 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn set_collection_sponsor() -> Weight {
-		Weight::from_ref_time(25_438_000 as u64)
+		Weight::from_ref_time(27_196_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn confirm_sponsorship() -> Weight {
-		Weight::from_ref_time(24_965_000 as u64)
+		Weight::from_ref_time(27_116_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn remove_collection_sponsor() -> Weight {
-		Weight::from_ref_time(25_094_000 as u64)
+		Weight::from_ref_time(27_019_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn set_transfers_enabled_flag() -> Weight {
-		Weight::from_ref_time(12_800_000 as u64)
+		Weight::from_ref_time(13_405_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn set_collection_limits() -> Weight {
-		Weight::from_ref_time(25_908_000 as u64)
+		Weight::from_ref_time(27_709_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionProperties (r:1 w:1)
 	fn force_repair_collection() -> Weight {
-		Weight::from_ref_time(10_598_000 as u64)
+		Weight::from_ref_time(10_991_000 as u64)
 			.saturating_add(T::DbWeight::get().reads(1 as u64))
 			.saturating_add(T::DbWeight::get().writes(1 as u64))
 	}
@@ -158,7 +158,7 @@
 	// Storage: Common CollectionProperties (r:0 w:1)
 	// Storage: Common CollectionById (r:0 w:1)
 	fn create_collection() -> Weight {
-		Weight::from_ref_time(52_640_000 as u64)
+		Weight::from_ref_time(43_964_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(4 as u64))
 			.saturating_add(RocksDbWeight::get().writes(6 as u64))
 	}
@@ -170,27 +170,27 @@
 	// Storage: Common AdminAmount (r:0 w:1)
 	// Storage: Common CollectionProperties (r:0 w:1)
 	fn destroy_collection() -> Weight {
-		Weight::from_ref_time(63_934_000 as u64)
+		Weight::from_ref_time(62_034_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(6 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:0)
 	// Storage: Common Allowlist (r:0 w:1)
 	fn add_to_allow_list() -> Weight {
-		Weight::from_ref_time(31_858_000 as u64)
+		Weight::from_ref_time(27_915_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:0)
 	// Storage: Common Allowlist (r:0 w:1)
 	fn remove_from_allow_list() -> Weight {
-		Weight::from_ref_time(27_634_000 as u64)
+		Weight::from_ref_time(27_912_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn change_collection_owner() -> Weight {
-		Weight::from_ref_time(25_212_000 as u64)
+		Weight::from_ref_time(27_282_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
@@ -198,7 +198,7 @@
 	// Storage: Common IsAdmin (r:1 w:1)
 	// Storage: Common AdminAmount (r:1 w:1)
 	fn add_collection_admin() -> Weight {
-		Weight::from_ref_time(29_307_000 as u64)
+		Weight::from_ref_time(30_782_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
@@ -206,43 +206,43 @@
 	// Storage: Common IsAdmin (r:1 w:1)
 	// Storage: Common AdminAmount (r:1 w:1)
 	fn remove_collection_admin() -> Weight {
-		Weight::from_ref_time(32_592_000 as u64)
+		Weight::from_ref_time(34_343_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(3 as u64))
 			.saturating_add(RocksDbWeight::get().writes(2 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn set_collection_sponsor() -> Weight {
-		Weight::from_ref_time(25_438_000 as u64)
+		Weight::from_ref_time(27_196_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn confirm_sponsorship() -> Weight {
-		Weight::from_ref_time(24_965_000 as u64)
+		Weight::from_ref_time(27_116_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn remove_collection_sponsor() -> Weight {
-		Weight::from_ref_time(25_094_000 as u64)
+		Weight::from_ref_time(27_019_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn set_transfers_enabled_flag() -> Weight {
-		Weight::from_ref_time(12_800_000 as u64)
+		Weight::from_ref_time(13_405_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionById (r:1 w:1)
 	fn set_collection_limits() -> Weight {
-		Weight::from_ref_time(25_908_000 as u64)
+		Weight::from_ref_time(27_709_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
 	// Storage: Common CollectionProperties (r:1 w:1)
 	fn force_repair_collection() -> Weight {
-		Weight::from_ref_time(10_598_000 as u64)
+		Weight::from_ref_time(10_991_000 as u64)
 			.saturating_add(RocksDbWeight::get().reads(1 as u64))
 			.saturating_add(RocksDbWeight::get().writes(1 as u64))
 	}
modifiedprimitives/common/src/constants.rsdiffbeforeafterboth
--- a/primitives/common/src/constants.rs
+++ b/primitives/common/src/constants.rs
@@ -52,10 +52,10 @@
 pub const SESSION_LENGTH: BlockNumber = HOURS;
 
 // Targeting 0.1 UNQ per transfer
-pub const WEIGHT_TO_FEE_COEFF: u64 = /*<weight2fee>*/77_071_069_464_131_590/*</weight2fee>*/;
+pub const WEIGHT_TO_FEE_COEFF: u64 = /*<weight2fee>*/77_191_946_012_018_089/*</weight2fee>*/;
 
 // Targeting 0.15 UNQ per transfer via ETH
-pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_014_754_530_878/*</mingasprice>*/;
+pub const MIN_GAS_PRICE: u64 = /*<mingasprice>*/1_016_390_998_841/*</mingasprice>*/;
 
 /// We assume that ~10% of the block weight is consumed by `on_initalize` handlers.
 /// This is used to limit the maximal weight of a single extrinsic.