--- a/pallets/common/src/weights.rs +++ b/pallets/common/src/weights.rs @@ -3,13 +3,13 @@ //! Autogenerated weights for pallet_common //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-10-05, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-13, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 // Executed Command: -// target/production/unique-collator +// ./target/production/unique-collator // benchmark // pallet // --pallet @@ -34,7 +34,6 @@ /// Weight functions needed for pallet_common. pub trait WeightInfo { fn set_collection_properties(b: u32, ) -> Weight; - fn delete_collection_properties(b: u32, ) -> Weight; fn check_accesslist() -> Weight; fn property_writer_load_collection_info() -> Weight; } @@ -42,108 +41,80 @@ /// Weights for pallet_common using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl WeightInfo for SubstrateWeight { - /// Storage: Common CollectionProperties (r:1 w:1) - /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen) + /// Storage: `Common::CollectionProperties` (r:1 w:1) + /// Proof: `Common::CollectionProperties` (`max_values`: None, `max_size`: Some(40992), added: 43467, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. fn set_collection_properties(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `298` // Estimated: `44457` - // Minimum execution time: 2_840_000 picoseconds. - Weight::from_parts(1_988_405, 44457) - // Standard Error: 7_834 - .saturating_add(Weight::from_parts(3_053_965, 0).saturating_mul(b.into())) + // Minimum execution time: 4_560_000 picoseconds. + Weight::from_parts(28_643_440, 44457) + // Standard Error: 28_941 + .saturating_add(Weight::from_parts(18_277_422, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionProperties (r:1 w:1) - /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn delete_collection_properties(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `303 + b * (33030 ±0)` - // Estimated: `44457` - // Minimum execution time: 2_770_000 picoseconds. - Weight::from_parts(2_940_000, 44457) - // Standard Error: 30_686 - .saturating_add(Weight::from_parts(9_801_835, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: Common Allowlist (r:1 w:0) - /// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: `Common::Allowlist` (r:1 w:0) + /// Proof: `Common::Allowlist` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) fn check_accesslist() -> Weight { // Proof Size summary in bytes: // Measured: `373` // Estimated: `3535` - // Minimum execution time: 2_830_000 picoseconds. - Weight::from_parts(2_950_000, 3535) + // Minimum execution time: 4_290_000 picoseconds. + Weight::from_parts(4_460_000, 3535) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: Common IsAdmin (r:1 w:0) - /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) + /// Storage: `Common::IsAdmin` (r:1 w:0) + /// Proof: `Common::IsAdmin` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) + /// Storage: `Common::CollectionPropertyPermissions` (r:1 w:0) + /// Proof: `Common::CollectionPropertyPermissions` (`max_values`: None, `max_size`: Some(16726), added: 19201, mode: `MaxEncodedLen`) fn property_writer_load_collection_info() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `20191` - // Minimum execution time: 3_970_000 picoseconds. - Weight::from_parts(4_140_000, 20191) + // Minimum execution time: 6_100_000 picoseconds. + Weight::from_parts(6_350_000, 20191) .saturating_add(T::DbWeight::get().reads(2_u64)) } } // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: Common CollectionProperties (r:1 w:1) - /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen) + /// Storage: `Common::CollectionProperties` (r:1 w:1) + /// Proof: `Common::CollectionProperties` (`max_values`: None, `max_size`: Some(40992), added: 43467, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. fn set_collection_properties(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `298` // Estimated: `44457` - // Minimum execution time: 2_840_000 picoseconds. - Weight::from_parts(1_988_405, 44457) - // Standard Error: 7_834 - .saturating_add(Weight::from_parts(3_053_965, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - } - /// Storage: Common CollectionProperties (r:1 w:1) - /// Proof: Common CollectionProperties (max_values: None, max_size: Some(40992), added: 43467, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn delete_collection_properties(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `303 + b * (33030 ±0)` - // Estimated: `44457` - // Minimum execution time: 2_770_000 picoseconds. - Weight::from_parts(2_940_000, 44457) - // Standard Error: 30_686 - .saturating_add(Weight::from_parts(9_801_835, 0).saturating_mul(b.into())) + // Minimum execution time: 4_560_000 picoseconds. + Weight::from_parts(28_643_440, 44457) + // Standard Error: 28_941 + .saturating_add(Weight::from_parts(18_277_422, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Common Allowlist (r:1 w:0) - /// Proof: Common Allowlist (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: `Common::Allowlist` (r:1 w:0) + /// Proof: `Common::Allowlist` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) fn check_accesslist() -> Weight { // Proof Size summary in bytes: // Measured: `373` // Estimated: `3535` - // Minimum execution time: 2_830_000 picoseconds. - Weight::from_parts(2_950_000, 3535) + // Minimum execution time: 4_290_000 picoseconds. + Weight::from_parts(4_460_000, 3535) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: Common IsAdmin (r:1 w:0) - /// Proof: Common IsAdmin (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) + /// Storage: `Common::IsAdmin` (r:1 w:0) + /// Proof: `Common::IsAdmin` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) + /// Storage: `Common::CollectionPropertyPermissions` (r:1 w:0) + /// Proof: `Common::CollectionPropertyPermissions` (`max_values`: None, `max_size`: Some(16726), added: 19201, mode: `MaxEncodedLen`) fn property_writer_load_collection_info() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `20191` - // Minimum execution time: 3_970_000 picoseconds. - Weight::from_parts(4_140_000, 20191) + // Minimum execution time: 6_100_000 picoseconds. + Weight::from_parts(6_350_000, 20191) .saturating_add(RocksDbWeight::get().reads(2_u64)) } } --- a/pallets/nonfungible/src/weights.rs +++ b/pallets/nonfungible/src/weights.rs @@ -3,13 +3,13 @@ //! Autogenerated weights for pallet_nonfungible //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-10-05, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-13, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 // Executed Command: -// target/production/unique-collator +// ./target/production/unique-collator // benchmark // pallet // --pallet @@ -37,19 +37,14 @@ fn create_multiple_items(b: u32, ) -> Weight; fn create_multiple_items_ex(b: u32, ) -> Weight; fn burn_item() -> Weight; - fn burn_recursively_self_raw() -> Weight; - fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight; fn transfer_raw() -> Weight; fn approve() -> Weight; fn approve_from() -> Weight; fn check_allowed_raw() -> Weight; fn burn_from() -> Weight; - fn set_token_property_permissions(b: u32, ) -> Weight; - fn set_token_properties(b: u32, ) -> Weight; fn load_token_properties() -> Weight; fn write_token_properties(b: u32, ) -> Weight; - fn delete_token_properties(b: u32, ) -> Weight; - fn token_owner() -> Weight; + fn set_token_property_permissions(b: u32, ) -> Weight; fn set_allowance_for_all() -> Weight; fn allowance_for_all() -> Weight; fn repair_item() -> Weight; @@ -58,331 +53,231 @@ /// Weights for pallet_nonfungible using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl WeightInfo for SubstrateWeight { - /// Storage: Nonfungible TokensMinted (r:1 w:1) - /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:0 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokensMinted` (r:1 w:1) + /// Proof: `Nonfungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:0 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:1) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn create_item() -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3530` - // Minimum execution time: 4_990_000 picoseconds. - Weight::from_parts(5_170_000, 3530) + // Minimum execution time: 15_410_000 picoseconds. + Weight::from_parts(15_850_000, 3530) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: Nonfungible TokensMinted (r:1 w:1) - /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:0 w:200) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:200) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokensMinted` (r:1 w:1) + /// Proof: `Nonfungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:0 w:200) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:200) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3530` - // Minimum execution time: 1_680_000 picoseconds. - Weight::from_parts(1_720_000, 3530) - // Standard Error: 674 - .saturating_add(Weight::from_parts(2_406_591, 0).saturating_mul(b.into())) + // Minimum execution time: 3_300_000 picoseconds. + Weight::from_parts(5_992_994, 3530) + // Standard Error: 4_478 + .saturating_add(Weight::from_parts(8_002_092, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) } - /// Storage: Nonfungible TokensMinted (r:1 w:1) - /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:200 w:200) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:0 w:200) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:200) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokensMinted` (r:1 w:1) + /// Proof: `Nonfungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:200 w:200) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:0 w:200) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:200) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items_ex(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3481 + b * (2540 ±0)` - // Minimum execution time: 1_680_000 picoseconds. - Weight::from_parts(1_720_000, 3481) - // Standard Error: 1_729 - .saturating_add(Weight::from_parts(3_418_983, 0).saturating_mul(b.into())) + // Minimum execution time: 3_300_000 picoseconds. + Weight::from_parts(3_980_000, 3481) + // Standard Error: 1_382 + .saturating_add(Weight::from_parts(11_259_286, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into())) } - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenChildren (r:1 w:0) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenChildren` (r:1 w:0) + /// Proof: `Nonfungible::TokenChildren` (`max_values`: None, `max_size`: Some(41), added: 2516, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokensBurnt` (r:1 w:1) + /// Proof: `Nonfungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:0) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:1) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenProperties` (r:0 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_item() -> Weight { // Proof Size summary in bytes: // Measured: `380` // Estimated: `3530` - // Minimum execution time: 10_700_000 picoseconds. - Weight::from_parts(11_180_000, 3530) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(5_u64)) - } - /// Storage: Nonfungible TokenChildren (r:1 w:0) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - fn burn_recursively_self_raw() -> Weight { - // Proof Size summary in bytes: - // Measured: `380` - // Estimated: `3530` - // Minimum execution time: 13_650_000 picoseconds. - Weight::from_parts(13_910_000, 3530) + // Minimum execution time: 26_360_000 picoseconds. + Weight::from_parts(26_850_000, 3530) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: Nonfungible TokenChildren (r:401 w:200) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Common CollectionById (r:1 w:0) - /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:201 w:201) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:2 w:2) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:201 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:201) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:201) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 200]`. - fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1500 + b * (58 ±0)` - // Estimated: `5874 + b * (5032 ±0)` - // Minimum execution time: 13_500_000 picoseconds. - Weight::from_parts(13_830_000, 5874) - // Standard Error: 136_447 - .saturating_add(Weight::from_parts(43_149_279, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(6_u64)) - .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5032).saturating_mul(b.into())) - } - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:2 w:2) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:2) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:2 w:2) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:0) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:2) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_raw() -> Weight { // Proof Size summary in bytes: // Measured: `380` // Estimated: `6070` - // Minimum execution time: 8_440_000 picoseconds. - Weight::from_parts(8_680_000, 6070) + // Minimum execution time: 22_710_000 picoseconds. + Weight::from_parts(23_130_000, 6070) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:1) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:0) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:1) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) fn approve() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3522` - // Minimum execution time: 4_580_000 picoseconds. - Weight::from_parts(4_850_000, 3522) + // Minimum execution time: 11_520_000 picoseconds. + Weight::from_parts(12_030_000, 3522) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:1) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:0) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:1) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) fn approve_from() -> Weight { // Proof Size summary in bytes: // Measured: `313` // Estimated: `3522` - // Minimum execution time: 4_650_000 picoseconds. - Weight::from_parts(4_890_000, 3522) + // Minimum execution time: 11_570_000 picoseconds. + Weight::from_parts(12_139_000, 3522) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) + /// Storage: `Nonfungible::Allowance` (r:1 w:0) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) fn check_allowed_raw() -> Weight { // Proof Size summary in bytes: // Measured: `362` // Estimated: `3522` - // Minimum execution time: 2_630_000 picoseconds. - Weight::from_parts(2_760_000, 3522) + // Minimum execution time: 4_210_000 picoseconds. + Weight::from_parts(4_350_000, 3522) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: Nonfungible Allowance (r:1 w:1) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenChildren (r:1 w:0) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::Allowance` (r:1 w:1) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:1 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenChildren` (r:1 w:0) + /// Proof: `Nonfungible::TokenChildren` (`max_values`: None, `max_size`: Some(41), added: 2516, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokensBurnt` (r:1 w:1) + /// Proof: `Nonfungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:1) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenProperties` (r:0 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_from() -> Weight { // Proof Size summary in bytes: // Measured: `463` // Estimated: `3530` - // Minimum execution time: 13_300_000 picoseconds. - Weight::from_parts(13_650_000, 3530) + // Minimum execution time: 32_230_000 picoseconds. + Weight::from_parts(33_210_000, 3530) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) - } - /// Storage: Common CollectionPropertyPermissions (r:1 w:1) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_property_permissions(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `314` - // Estimated: `20191` - // Minimum execution time: 550_000 picoseconds. - Weight::from_parts(600_000, 20191) - // Standard Error: 23_117 - .saturating_add(Weight::from_parts(6_048_092, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:1 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_properties(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `640 + b * (261 ±0)` - // Estimated: `36269` - // Minimum execution time: 340_000 picoseconds. - Weight::from_parts(7_359_078, 36269) - // Standard Error: 9_052 - .saturating_add(Weight::from_parts(2_763_267, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: Nonfungible TokenProperties (r:1 w:0) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenProperties` (r:1 w:0) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn load_token_properties() -> Weight { // Proof Size summary in bytes: // Measured: `279` // Estimated: `36269` - // Minimum execution time: 1_610_000 picoseconds. - Weight::from_parts(1_690_000, 36269) + // Minimum execution time: 3_180_000 picoseconds. + Weight::from_parts(3_370_000, 36269) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenProperties` (r:0 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. fn write_token_properties(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(3_262_181, 0) - // Standard Error: 5_240 - .saturating_add(Weight::from_parts(2_426_582, 0).saturating_mul(b.into())) + // Minimum execution time: 440_000 picoseconds. + Weight::from_parts(3_567_990, 0) + // Standard Error: 24_013 + .saturating_add(Weight::from_parts(19_386_123, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:1 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Common::CollectionPropertyPermissions` (r:1 w:1) + /// Proof: `Common::CollectionPropertyPermissions` (`max_values`: None, `max_size`: Some(16726), added: 19201, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. - fn delete_token_properties(b: u32, ) -> Weight { + fn set_token_property_permissions(b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `699 + b * (33291 ±0)` - // Estimated: `36269` - // Minimum execution time: 350_000 picoseconds. - Weight::from_parts(370_000, 36269) - // Standard Error: 29_081 - .saturating_add(Weight::from_parts(9_667_268, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) + // Measured: `314` + // Estimated: `20191` + // Minimum execution time: 1_460_000 picoseconds. + Weight::from_parts(1_530_000, 20191) + // Standard Error: 124_929 + .saturating_add(Weight::from_parts(28_397_581, 0).saturating_mul(b.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - fn token_owner() -> Weight { - // Proof Size summary in bytes: - // Measured: `326` - // Estimated: `3522` - // Minimum execution time: 2_380_000 picoseconds. - Weight::from_parts(2_500_000, 3522) - .saturating_add(T::DbWeight::get().reads(1_u64)) - } - /// Storage: Nonfungible CollectionAllowance (r:0 w:1) - /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Nonfungible::CollectionAllowance` (r:0 w:1) + /// Proof: `Nonfungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn set_allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_060_000 picoseconds. - Weight::from_parts(2_150_000, 0) + // Minimum execution time: 6_840_000 picoseconds. + Weight::from_parts(7_160_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible CollectionAllowance (r:1 w:0) - /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Nonfungible::CollectionAllowance` (r:1 w:0) + /// Proof: `Nonfungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3576` - // Minimum execution time: 1_630_000 picoseconds. - Weight::from_parts(1_730_000, 3576) + // Minimum execution time: 3_630_000 picoseconds. + Weight::from_parts(3_780_000, 3576) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: Nonfungible TokenProperties (r:1 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenProperties` (r:1 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn repair_item() -> Weight { // Proof Size summary in bytes: // Measured: `279` // Estimated: `36269` - // Minimum execution time: 1_700_000 picoseconds. - Weight::from_parts(1_780_000, 36269) + // Minimum execution time: 3_280_000 picoseconds. + Weight::from_parts(3_480_000, 36269) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -390,331 +285,231 @@ // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: Nonfungible TokensMinted (r:1 w:1) - /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:0 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokensMinted` (r:1 w:1) + /// Proof: `Nonfungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:0 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:1) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn create_item() -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3530` - // Minimum execution time: 4_990_000 picoseconds. - Weight::from_parts(5_170_000, 3530) + // Minimum execution time: 15_410_000 picoseconds. + Weight::from_parts(15_850_000, 3530) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: Nonfungible TokensMinted (r:1 w:1) - /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:0 w:200) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:200) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokensMinted` (r:1 w:1) + /// Proof: `Nonfungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:0 w:200) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:200) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3530` - // Minimum execution time: 1_680_000 picoseconds. - Weight::from_parts(1_720_000, 3530) - // Standard Error: 674 - .saturating_add(Weight::from_parts(2_406_591, 0).saturating_mul(b.into())) + // Minimum execution time: 3_300_000 picoseconds. + Weight::from_parts(5_992_994, 3530) + // Standard Error: 4_478 + .saturating_add(Weight::from_parts(8_002_092, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into()))) } - /// Storage: Nonfungible TokensMinted (r:1 w:1) - /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:200 w:200) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:0 w:200) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:200) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokensMinted` (r:1 w:1) + /// Proof: `Nonfungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:200 w:200) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:0 w:200) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:200) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items_ex(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3481 + b * (2540 ±0)` - // Minimum execution time: 1_680_000 picoseconds. - Weight::from_parts(1_720_000, 3481) - // Standard Error: 1_729 - .saturating_add(Weight::from_parts(3_418_983, 0).saturating_mul(b.into())) + // Minimum execution time: 3_300_000 picoseconds. + Weight::from_parts(3_980_000, 3481) + // Standard Error: 1_382 + .saturating_add(Weight::from_parts(11_259_286, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into()))) .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into())) } - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenChildren (r:1 w:0) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenChildren` (r:1 w:0) + /// Proof: `Nonfungible::TokenChildren` (`max_values`: None, `max_size`: Some(41), added: 2516, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokensBurnt` (r:1 w:1) + /// Proof: `Nonfungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:0) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:1) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenProperties` (r:0 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_item() -> Weight { // Proof Size summary in bytes: // Measured: `380` // Estimated: `3530` - // Minimum execution time: 10_700_000 picoseconds. - Weight::from_parts(11_180_000, 3530) + // Minimum execution time: 26_360_000 picoseconds. + Weight::from_parts(26_850_000, 3530) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: Nonfungible TokenChildren (r:1 w:0) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - fn burn_recursively_self_raw() -> Weight { - // Proof Size summary in bytes: - // Measured: `380` - // Estimated: `3530` - // Minimum execution time: 13_650_000 picoseconds. - Weight::from_parts(13_910_000, 3530) - .saturating_add(RocksDbWeight::get().reads(5_u64)) - .saturating_add(RocksDbWeight::get().writes(5_u64)) - } - /// Storage: Nonfungible TokenChildren (r:401 w:200) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Common CollectionById (r:1 w:0) - /// Proof: Common CollectionById (max_values: None, max_size: Some(860), added: 3335, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:201 w:201) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:2 w:2) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:201 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:201) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:201) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 200]`. - fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1500 + b * (58 ±0)` - // Estimated: `5874 + b * (5032 ±0)` - // Minimum execution time: 13_500_000 picoseconds. - Weight::from_parts(13_830_000, 5874) - // Standard Error: 136_447 - .saturating_add(Weight::from_parts(43_149_279, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(7_u64)) - .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into()))) - .saturating_add(RocksDbWeight::get().writes(6_u64)) - .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5032).saturating_mul(b.into())) - } - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:2 w:2) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:2) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:2 w:2) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:0) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:2) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_raw() -> Weight { // Proof Size summary in bytes: // Measured: `380` // Estimated: `6070` - // Minimum execution time: 8_440_000 picoseconds. - Weight::from_parts(8_680_000, 6070) + // Minimum execution time: 22_710_000 picoseconds. + Weight::from_parts(23_130_000, 6070) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:1) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:0) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:1) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) fn approve() -> Weight { // Proof Size summary in bytes: // Measured: `326` // Estimated: `3522` - // Minimum execution time: 4_580_000 picoseconds. - Weight::from_parts(4_850_000, 3522) + // Minimum execution time: 11_520_000 picoseconds. + Weight::from_parts(12_030_000, 3522) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible Allowance (r:1 w:1) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenData` (r:1 w:0) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Allowance` (r:1 w:1) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) fn approve_from() -> Weight { // Proof Size summary in bytes: // Measured: `313` // Estimated: `3522` - // Minimum execution time: 4_650_000 picoseconds. - Weight::from_parts(4_890_000, 3522) + // Minimum execution time: 11_570_000 picoseconds. + Weight::from_parts(12_139_000, 3522) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible Allowance (r:1 w:0) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) + /// Storage: `Nonfungible::Allowance` (r:1 w:0) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) fn check_allowed_raw() -> Weight { // Proof Size summary in bytes: // Measured: `362` // Estimated: `3522` - // Minimum execution time: 2_630_000 picoseconds. - Weight::from_parts(2_760_000, 3522) + // Minimum execution time: 4_210_000 picoseconds. + Weight::from_parts(4_350_000, 3522) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: Nonfungible Allowance (r:1 w:1) - /// Proof: Nonfungible Allowance (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:1) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenChildren (r:1 w:0) - /// Proof: Nonfungible TokenChildren (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - /// Storage: Nonfungible TokensBurnt (r:1 w:1) - /// Proof: Nonfungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Nonfungible AccountBalance (r:1 w:1) - /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Nonfungible Owned (r:0 w:1) - /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::Allowance` (r:1 w:1) + /// Proof: `Nonfungible::Allowance` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenData` (r:1 w:1) + /// Proof: `Nonfungible::TokenData` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenChildren` (r:1 w:0) + /// Proof: `Nonfungible::TokenChildren` (`max_values`: None, `max_size`: Some(41), added: 2516, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokensBurnt` (r:1 w:1) + /// Proof: `Nonfungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::AccountBalance` (r:1 w:1) + /// Proof: `Nonfungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::Owned` (r:0 w:1) + /// Proof: `Nonfungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Nonfungible::TokenProperties` (r:0 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_from() -> Weight { // Proof Size summary in bytes: // Measured: `463` // Estimated: `3530` - // Minimum execution time: 13_300_000 picoseconds. - Weight::from_parts(13_650_000, 3530) + // Minimum execution time: 32_230_000 picoseconds. + Weight::from_parts(33_210_000, 3530) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:1) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_property_permissions(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `314` - // Estimated: `20191` - // Minimum execution time: 550_000 picoseconds. - Weight::from_parts(600_000, 20191) - // Standard Error: 23_117 - .saturating_add(Weight::from_parts(6_048_092, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:1 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_properties(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `640 + b * (261 ±0)` - // Estimated: `36269` - // Minimum execution time: 340_000 picoseconds. - Weight::from_parts(7_359_078, 36269) - // Standard Error: 9_052 - .saturating_add(Weight::from_parts(2_763_267, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(3_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - } - /// Storage: Nonfungible TokenProperties (r:1 w:0) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenProperties` (r:1 w:0) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn load_token_properties() -> Weight { // Proof Size summary in bytes: // Measured: `279` // Estimated: `36269` - // Minimum execution time: 1_610_000 picoseconds. - Weight::from_parts(1_690_000, 36269) + // Minimum execution time: 3_180_000 picoseconds. + Weight::from_parts(3_370_000, 36269) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: Nonfungible TokenProperties (r:0 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenProperties` (r:0 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. fn write_token_properties(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(3_262_181, 0) - // Standard Error: 5_240 - .saturating_add(Weight::from_parts(2_426_582, 0).saturating_mul(b.into())) + // Minimum execution time: 440_000 picoseconds. + Weight::from_parts(3_567_990, 0) + // Standard Error: 24_013 + .saturating_add(Weight::from_parts(19_386_123, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - /// Storage: Nonfungible TokenProperties (r:1 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Common::CollectionPropertyPermissions` (r:1 w:1) + /// Proof: `Common::CollectionPropertyPermissions` (`max_values`: None, `max_size`: Some(16726), added: 19201, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. - fn delete_token_properties(b: u32, ) -> Weight { + fn set_token_property_permissions(b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `699 + b * (33291 ±0)` - // Estimated: `36269` - // Minimum execution time: 350_000 picoseconds. - Weight::from_parts(370_000, 36269) - // Standard Error: 29_081 - .saturating_add(Weight::from_parts(9_667_268, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(3_u64)) + // Measured: `314` + // Estimated: `20191` + // Minimum execution time: 1_460_000 picoseconds. + Weight::from_parts(1_530_000, 20191) + // Standard Error: 124_929 + .saturating_add(Weight::from_parts(28_397_581, 0).saturating_mul(b.into())) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible TokenData (r:1 w:0) - /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen) - fn token_owner() -> Weight { - // Proof Size summary in bytes: - // Measured: `326` - // Estimated: `3522` - // Minimum execution time: 2_380_000 picoseconds. - Weight::from_parts(2_500_000, 3522) - .saturating_add(RocksDbWeight::get().reads(1_u64)) - } - /// Storage: Nonfungible CollectionAllowance (r:0 w:1) - /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Nonfungible::CollectionAllowance` (r:0 w:1) + /// Proof: `Nonfungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn set_allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_060_000 picoseconds. - Weight::from_parts(2_150_000, 0) + // Minimum execution time: 6_840_000 picoseconds. + Weight::from_parts(7_160_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Nonfungible CollectionAllowance (r:1 w:0) - /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Nonfungible::CollectionAllowance` (r:1 w:0) + /// Proof: `Nonfungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `142` // Estimated: `3576` - // Minimum execution time: 1_630_000 picoseconds. - Weight::from_parts(1_730_000, 3576) + // Minimum execution time: 3_630_000 picoseconds. + Weight::from_parts(3_780_000, 3576) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: Nonfungible TokenProperties (r:1 w:1) - /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Nonfungible::TokenProperties` (r:1 w:1) + /// Proof: `Nonfungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn repair_item() -> Weight { // Proof Size summary in bytes: // Measured: `279` // Estimated: `36269` - // Minimum execution time: 1_700_000 picoseconds. - Weight::from_parts(1_780_000, 36269) + // Minimum execution time: 3_280_000 picoseconds. + Weight::from_parts(3_480_000, 36269) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } --- a/pallets/refungible/src/weights.rs +++ b/pallets/refungible/src/weights.rs @@ -3,13 +3,13 @@ //! Autogenerated weights for pallet_refungible //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-10-05, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-10-13, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor` -//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 +//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024 // Executed Command: -// target/production/unique-collator +// ./target/production/unique-collator // benchmark // pallet // --pallet @@ -50,13 +50,10 @@ fn transfer_from_removing() -> Weight; fn transfer_from_creating_removing() -> Weight; fn burn_from() -> Weight; - fn set_token_property_permissions(b: u32, ) -> Weight; - fn set_token_properties(b: u32, ) -> Weight; fn load_token_properties() -> Weight; fn write_token_properties(b: u32, ) -> Weight; - fn delete_token_properties(b: u32, ) -> Weight; + fn set_token_property_permissions(b: u32, ) -> Weight; fn repartition_item() -> Weight; - fn token_owner() -> Weight; fn set_allowance_for_all() -> Weight; fn allowance_for_all() -> Weight; fn repair_item() -> Weight; @@ -65,445 +62,399 @@ /// Weights for pallet_refungible using the Substrate node and recommended hardware. pub struct SubstrateWeight(PhantomData); impl WeightInfo for SubstrateWeight { - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn create_item() -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3530` - // Minimum execution time: 5_710_000 picoseconds. - Weight::from_parts(5_980_000, 3530) + // Minimum execution time: 19_400_000 picoseconds. + Weight::from_parts(19_890_000, 3530) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:200) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:200) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:200) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:200) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:200) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:200) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3530` - // Minimum execution time: 1_300_000 picoseconds. - Weight::from_parts(1_360_000, 3530) - // Standard Error: 2_783 - .saturating_add(Weight::from_parts(3_456_531, 0).saturating_mul(b.into())) + // Minimum execution time: 3_120_000 picoseconds. + Weight::from_parts(3_310_000, 3530) + // Standard Error: 2_748 + .saturating_add(Weight::from_parts(11_489_631, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) } - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:200 w:200) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:200) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:200) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:200) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:200 w:200) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:200) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:200) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:200) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3481 + b * (2540 ±0)` - // Minimum execution time: 1_290_000 picoseconds. - Weight::from_parts(1_370_000, 3481) - // Standard Error: 3_198 - .saturating_add(Weight::from_parts(4_435_305, 0).saturating_mul(b.into())) + // Minimum execution time: 3_180_000 picoseconds. + Weight::from_parts(2_015_490, 3481) + // Standard Error: 6_052 + .saturating_add(Weight::from_parts(14_837_077, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1_u64)) .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into()))) .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into())) } - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:200 w:200) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:200) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:200) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:200 w:200) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:200) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:200) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3481 + b * (2540 ±0)` - // Minimum execution time: 1_730_000 picoseconds. - Weight::from_parts(1_810_000, 3481) - // Standard Error: 1_923 - .saturating_add(Weight::from_parts(3_500_817, 0).saturating_mul(b.into())) + // Minimum execution time: 5_200_000 picoseconds. + Weight::from_parts(25_301_631, 3481) + // Standard Error: 6_177 + .saturating_add(Weight::from_parts(11_197_931, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into())) } - /// Storage: Refungible Balance (r:3 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:3 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn burn_item_partial() -> Weight { // Proof Size summary in bytes: // Measured: `456` // Estimated: `8682` - // Minimum execution time: 14_010_000 picoseconds. - Weight::from_parts(16_300_000, 8682) + // Minimum execution time: 29_540_000 picoseconds. + Weight::from_parts(30_190_000, 8682) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: Refungible Balance (r:1 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TokensBurnt (r:1 w:1) - /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:0 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:1 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokensBurnt` (r:1 w:1) + /// Proof: `Refungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokenProperties` (r:0 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_item_fully() -> Weight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `3554` - // Minimum execution time: 13_700_000 picoseconds. - Weight::from_parts(14_180_000, 3554) + // Minimum execution time: 30_650_000 picoseconds. + Weight::from_parts(31_370_000, 3554) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) fn transfer_normal() -> Weight { // Proof Size summary in bytes: // Measured: `365` // Estimated: `6118` - // Minimum execution time: 8_990_000 picoseconds. - Weight::from_parts(9_400_000, 6118) + // Minimum execution time: 18_530_000 picoseconds. + Weight::from_parts(19_010_000, 6118) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_creating() -> Weight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `6118` - // Minimum execution time: 10_240_000 picoseconds. - Weight::from_parts(10_610_000, 6118) + // Minimum execution time: 24_240_000 picoseconds. + Weight::from_parts(24_760_000, 6118) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_removing() -> Weight { // Proof Size summary in bytes: // Measured: `456` // Estimated: `6118` - // Minimum execution time: 12_040_000 picoseconds. - Weight::from_parts(12_390_000, 6118) + // Minimum execution time: 25_990_000 picoseconds. + Weight::from_parts(26_650_000, 6118) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:2 w:2) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:2) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:2 w:2) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:2) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_creating_removing() -> Weight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `6118` - // Minimum execution time: 11_940_000 picoseconds. - Weight::from_parts(12_240_000, 6118) + // Minimum execution time: 29_550_000 picoseconds. + Weight::from_parts(30_530_000, 6118) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } - /// Storage: Refungible Balance (r:1 w:0) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible Allowance (r:0 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:1 w:0) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Allowance` (r:0 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) fn approve() -> Weight { // Proof Size summary in bytes: // Measured: `223` // Estimated: `3554` - // Minimum execution time: 5_150_000 picoseconds. - Weight::from_parts(5_440_000, 3554) + // Minimum execution time: 11_420_000 picoseconds. + Weight::from_parts(11_810_000, 3554) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Refungible Balance (r:1 w:0) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible Allowance (r:0 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:1 w:0) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Allowance` (r:0 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) fn approve_from() -> Weight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3554` - // Minimum execution time: 5_170_000 picoseconds. - Weight::from_parts(5_400_000, 3554) + // Minimum execution time: 11_610_000 picoseconds. + Weight::from_parts(11_950_000, 3554) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) fn transfer_from_normal() -> Weight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `6118` - // Minimum execution time: 13_150_000 picoseconds. - Weight::from_parts(13_600_000, 6118) + // Minimum execution time: 28_510_000 picoseconds. + Weight::from_parts(29_180_000, 6118) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_from_creating() -> Weight { // Proof Size summary in bytes: // Measured: `471` // Estimated: `6118` - // Minimum execution time: 14_280_000 picoseconds. - Weight::from_parts(14_680_000, 6118) + // Minimum execution time: 34_370_000 picoseconds. + Weight::from_parts(35_270_000, 6118) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_from_removing() -> Weight { // Proof Size summary in bytes: // Measured: `586` // Estimated: `6118` - // Minimum execution time: 16_110_000 picoseconds. - Weight::from_parts(16_710_000, 6118) + // Minimum execution time: 36_490_000 picoseconds. + Weight::from_parts(37_160_000, 6118) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:2 w:2) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:2) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:2 w:2) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:2) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_from_creating_removing() -> Weight { // Proof Size summary in bytes: // Measured: `471` // Estimated: `6118` - // Minimum execution time: 16_130_000 picoseconds. - Weight::from_parts(16_680_000, 6118) + // Minimum execution time: 40_080_000 picoseconds. + Weight::from_parts(48_310_000, 6118) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:1 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TokensBurnt (r:1 w:1) - /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:0 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:1 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokensBurnt` (r:1 w:1) + /// Proof: `Refungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokenProperties` (r:0 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_from() -> Weight { // Proof Size summary in bytes: // Measured: `471` // Estimated: `3570` - // Minimum execution time: 18_380_000 picoseconds. - Weight::from_parts(18_870_000, 3570) + // Minimum execution time: 41_100_000 picoseconds. + Weight::from_parts(42_060_000, 3570) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) - } - /// Storage: Common CollectionPropertyPermissions (r:1 w:1) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_property_permissions(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `314` - // Estimated: `20191` - // Minimum execution time: 580_000 picoseconds. - Weight::from_parts(660_000, 20191) - // Standard Error: 29_964 - .saturating_add(Weight::from_parts(6_251_766, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:1 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_properties(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `502 + b * (261 ±0)` - // Estimated: `36269` - // Minimum execution time: 350_000 picoseconds. - Weight::from_parts(2_269_806, 36269) - // Standard Error: 7_751 - .saturating_add(Weight::from_parts(3_068_126, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } - /// Storage: Refungible TokenProperties (r:1 w:0) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::TokenProperties` (r:1 w:0) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn load_token_properties() -> Weight { // Proof Size summary in bytes: // Measured: `120` // Estimated: `36269` - // Minimum execution time: 1_010_000 picoseconds. - Weight::from_parts(1_080_000, 36269) + // Minimum execution time: 2_520_000 picoseconds. + Weight::from_parts(2_670_000, 36269) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: Refungible TokenProperties (r:0 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::TokenProperties` (r:0 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. fn write_token_properties(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(1_363_449, 0) - // Standard Error: 8_964 - .saturating_add(Weight::from_parts(2_665_759, 0).saturating_mul(b.into())) + // Minimum execution time: 490_000 picoseconds. + Weight::from_parts(3_457_547, 0) + // Standard Error: 24_239 + .saturating_add(Weight::from_parts(19_382_722, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:1 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Common::CollectionPropertyPermissions` (r:1 w:1) + /// Proof: `Common::CollectionPropertyPermissions` (`max_values`: None, `max_size`: Some(16726), added: 19201, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. - fn delete_token_properties(b: u32, ) -> Weight { + fn set_token_property_permissions(b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `561 + b * (33291 ±0)` - // Estimated: `36269` - // Minimum execution time: 320_000 picoseconds. - Weight::from_parts(370_000, 36269) - // Standard Error: 28_541 - .saturating_add(Weight::from_parts(9_863_065, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) + // Measured: `314` + // Estimated: `20191` + // Minimum execution time: 1_500_000 picoseconds. + Weight::from_parts(1_590_000, 20191) + // Standard Error: 123_927 + .saturating_add(Weight::from_parts(27_355_093, 0).saturating_mul(b.into())) + .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:1 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:1 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn repartition_item() -> Weight { // Proof Size summary in bytes: // Measured: `288` // Estimated: `3554` - // Minimum execution time: 6_320_000 picoseconds. - Weight::from_parts(6_640_000, 3554) + // Minimum execution time: 14_340_000 picoseconds. + Weight::from_parts(14_590_000, 3554) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } - /// Storage: Refungible Balance (r:2 w:0) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - fn token_owner() -> Weight { - // Proof Size summary in bytes: - // Measured: `288` - // Estimated: `6118` - // Minimum execution time: 2_520_000 picoseconds. - Weight::from_parts(2_680_000, 6118) - .saturating_add(T::DbWeight::get().reads(2_u64)) - } - /// Storage: Refungible CollectionAllowance (r:0 w:1) - /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Refungible::CollectionAllowance` (r:0 w:1) + /// Proof: `Refungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn set_allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_070_000 picoseconds. - Weight::from_parts(2_230_000, 0) + // Minimum execution time: 6_390_000 picoseconds. + Weight::from_parts(6_650_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: Refungible CollectionAllowance (r:1 w:0) - /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Refungible::CollectionAllowance` (r:1 w:0) + /// Proof: `Refungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3576` - // Minimum execution time: 1_270_000 picoseconds. - Weight::from_parts(1_420_000, 3576) + // Minimum execution time: 3_060_000 picoseconds. + Weight::from_parts(3_210_000, 3576) .saturating_add(T::DbWeight::get().reads(1_u64)) } - /// Storage: Refungible TokenProperties (r:1 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::TokenProperties` (r:1 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn repair_item() -> Weight { // Proof Size summary in bytes: // Measured: `120` // Estimated: `36269` - // Minimum execution time: 1_010_000 picoseconds. - Weight::from_parts(1_160_000, 36269) + // Minimum execution time: 2_480_000 picoseconds. + Weight::from_parts(2_620_000, 36269) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -511,445 +462,399 @@ // For backwards compatibility and tests impl WeightInfo for () { - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn create_item() -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3530` - // Minimum execution time: 5_710_000 picoseconds. - Weight::from_parts(5_980_000, 3530) + // Minimum execution time: 19_400_000 picoseconds. + Weight::from_parts(19_890_000, 3530) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:200) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:200) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:200) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:200) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:200) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:200) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3530` - // Minimum execution time: 1_300_000 picoseconds. - Weight::from_parts(1_360_000, 3530) - // Standard Error: 2_783 - .saturating_add(Weight::from_parts(3_456_531, 0).saturating_mul(b.into())) + // Minimum execution time: 3_120_000 picoseconds. + Weight::from_parts(3_310_000, 3530) + // Standard Error: 2_748 + .saturating_add(Weight::from_parts(11_489_631, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into()))) } - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:200 w:200) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:200) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:200) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:200) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:200 w:200) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:200) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:200) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:200) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3481 + b * (2540 ±0)` - // Minimum execution time: 1_290_000 picoseconds. - Weight::from_parts(1_370_000, 3481) - // Standard Error: 3_198 - .saturating_add(Weight::from_parts(4_435_305, 0).saturating_mul(b.into())) + // Minimum execution time: 3_180_000 picoseconds. + Weight::from_parts(2_015_490, 3481) + // Standard Error: 6_052 + .saturating_add(Weight::from_parts(14_837_077, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into()))) .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into())) } - /// Storage: Refungible TokensMinted (r:1 w:1) - /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:200 w:200) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:0 w:200) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:0 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:200) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::TokensMinted` (r:1 w:1) + /// Proof: `Refungible::TokensMinted` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:200 w:200) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:0 w:200) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:0 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:200) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 200]`. fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3481 + b * (2540 ±0)` - // Minimum execution time: 1_730_000 picoseconds. - Weight::from_parts(1_810_000, 3481) - // Standard Error: 1_923 - .saturating_add(Weight::from_parts(3_500_817, 0).saturating_mul(b.into())) + // Minimum execution time: 5_200_000 picoseconds. + Weight::from_parts(25_301_631, 3481) + // Standard Error: 6_177 + .saturating_add(Weight::from_parts(11_197_931, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into()))) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into()))) .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into())) } - /// Storage: Refungible Balance (r:3 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:3 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn burn_item_partial() -> Weight { // Proof Size summary in bytes: // Measured: `456` // Estimated: `8682` - // Minimum execution time: 14_010_000 picoseconds. - Weight::from_parts(16_300_000, 8682) + // Minimum execution time: 29_540_000 picoseconds. + Weight::from_parts(30_190_000, 8682) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: Refungible Balance (r:1 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TokensBurnt (r:1 w:1) - /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:0 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:1 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokensBurnt` (r:1 w:1) + /// Proof: `Refungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokenProperties` (r:0 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_item_fully() -> Weight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `3554` - // Minimum execution time: 13_700_000 picoseconds. - Weight::from_parts(14_180_000, 3554) + // Minimum execution time: 30_650_000 picoseconds. + Weight::from_parts(31_370_000, 3554) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) fn transfer_normal() -> Weight { // Proof Size summary in bytes: // Measured: `365` // Estimated: `6118` - // Minimum execution time: 8_990_000 picoseconds. - Weight::from_parts(9_400_000, 6118) + // Minimum execution time: 18_530_000 picoseconds. + Weight::from_parts(19_010_000, 6118) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_creating() -> Weight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `6118` - // Minimum execution time: 10_240_000 picoseconds. - Weight::from_parts(10_610_000, 6118) + // Minimum execution time: 24_240_000 picoseconds. + Weight::from_parts(24_760_000, 6118) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_removing() -> Weight { // Proof Size summary in bytes: // Measured: `456` // Estimated: `6118` - // Minimum execution time: 12_040_000 picoseconds. - Weight::from_parts(12_390_000, 6118) + // Minimum execution time: 25_990_000 picoseconds. + Weight::from_parts(26_650_000, 6118) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:2 w:2) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:2) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:2 w:2) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:2) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_creating_removing() -> Weight { // Proof Size summary in bytes: // Measured: `341` // Estimated: `6118` - // Minimum execution time: 11_940_000 picoseconds. - Weight::from_parts(12_240_000, 6118) + // Minimum execution time: 29_550_000 picoseconds. + Weight::from_parts(30_530_000, 6118) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } - /// Storage: Refungible Balance (r:1 w:0) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible Allowance (r:0 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:1 w:0) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Allowance` (r:0 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) fn approve() -> Weight { // Proof Size summary in bytes: // Measured: `223` // Estimated: `3554` - // Minimum execution time: 5_150_000 picoseconds. - Weight::from_parts(5_440_000, 3554) + // Minimum execution time: 11_420_000 picoseconds. + Weight::from_parts(11_810_000, 3554) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Refungible Balance (r:1 w:0) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible Allowance (r:0 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) + /// Storage: `Refungible::Balance` (r:1 w:0) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Allowance` (r:0 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) fn approve_from() -> Weight { // Proof Size summary in bytes: // Measured: `211` // Estimated: `3554` - // Minimum execution time: 5_170_000 picoseconds. - Weight::from_parts(5_400_000, 3554) + // Minimum execution time: 11_610_000 picoseconds. + Weight::from_parts(11_950_000, 3554) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) fn transfer_from_normal() -> Weight { // Proof Size summary in bytes: // Measured: `495` // Estimated: `6118` - // Minimum execution time: 13_150_000 picoseconds. - Weight::from_parts(13_600_000, 6118) + // Minimum execution time: 28_510_000 picoseconds. + Weight::from_parts(29_180_000, 6118) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_from_creating() -> Weight { // Proof Size summary in bytes: // Measured: `471` // Estimated: `6118` - // Minimum execution time: 14_280_000 picoseconds. - Weight::from_parts(14_680_000, 6118) + // Minimum execution time: 34_370_000 picoseconds. + Weight::from_parts(35_270_000, 6118) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_from_removing() -> Weight { // Proof Size summary in bytes: // Measured: `586` // Estimated: `6118` - // Minimum execution time: 16_110_000 picoseconds. - Weight::from_parts(16_710_000, 6118) + // Minimum execution time: 36_490_000 picoseconds. + Weight::from_parts(37_160_000, 6118) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:2 w:2) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:2 w:2) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:2) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:2 w:2) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:2 w:2) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:0) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:2) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) fn transfer_from_creating_removing() -> Weight { // Proof Size summary in bytes: // Measured: `471` // Estimated: `6118` - // Minimum execution time: 16_130_000 picoseconds. - Weight::from_parts(16_680_000, 6118) + // Minimum execution time: 40_080_000 picoseconds. + Weight::from_parts(48_310_000, 6118) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } - /// Storage: Refungible Allowance (r:1 w:1) - /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:1 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible AccountBalance (r:1 w:1) - /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen) - /// Storage: Refungible TokensBurnt (r:1 w:1) - /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen) - /// Storage: Refungible Owned (r:0 w:1) - /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:0 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::Allowance` (r:1 w:1) + /// Proof: `Refungible::Allowance` (`max_values`: None, `max_size`: Some(105), added: 2580, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:1 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::AccountBalance` (r:1 w:1) + /// Proof: `Refungible::AccountBalance` (`max_values`: None, `max_size`: Some(65), added: 2540, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokensBurnt` (r:1 w:1) + /// Proof: `Refungible::TokensBurnt` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Owned` (r:0 w:1) + /// Proof: `Refungible::Owned` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) + /// Storage: `Refungible::TokenProperties` (r:0 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn burn_from() -> Weight { // Proof Size summary in bytes: // Measured: `471` // Estimated: `3570` - // Minimum execution time: 18_380_000 picoseconds. - Weight::from_parts(18_870_000, 3570) + // Minimum execution time: 41_100_000 picoseconds. + Weight::from_parts(42_060_000, 3570) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) - } - /// Storage: Common CollectionPropertyPermissions (r:1 w:1) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_property_permissions(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `314` - // Estimated: `20191` - // Minimum execution time: 580_000 picoseconds. - Weight::from_parts(660_000, 20191) - // Standard Error: 29_964 - .saturating_add(Weight::from_parts(6_251_766, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(1_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:1 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// The range of component `b` is `[0, 64]`. - fn set_token_properties(b: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `502 + b * (261 ±0)` - // Estimated: `36269` - // Minimum execution time: 350_000 picoseconds. - Weight::from_parts(2_269_806, 36269) - // Standard Error: 7_751 - .saturating_add(Weight::from_parts(3_068_126, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(3_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - } - /// Storage: Refungible TokenProperties (r:1 w:0) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::TokenProperties` (r:1 w:0) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn load_token_properties() -> Weight { // Proof Size summary in bytes: // Measured: `120` // Estimated: `36269` - // Minimum execution time: 1_010_000 picoseconds. - Weight::from_parts(1_080_000, 36269) + // Minimum execution time: 2_520_000 picoseconds. + Weight::from_parts(2_670_000, 36269) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: Refungible TokenProperties (r:0 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::TokenProperties` (r:0 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. fn write_token_properties(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 70_000 picoseconds. - Weight::from_parts(1_363_449, 0) - // Standard Error: 8_964 - .saturating_add(Weight::from_parts(2_665_759, 0).saturating_mul(b.into())) + // Minimum execution time: 490_000 picoseconds. + Weight::from_parts(3_457_547, 0) + // Standard Error: 24_239 + .saturating_add(Weight::from_parts(19_382_722, 0).saturating_mul(b.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Common CollectionPropertyPermissions (r:1 w:0) - /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen) - /// Storage: Refungible TotalSupply (r:1 w:0) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible TokenProperties (r:1 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Common::CollectionPropertyPermissions` (r:1 w:1) + /// Proof: `Common::CollectionPropertyPermissions` (`max_values`: None, `max_size`: Some(16726), added: 19201, mode: `MaxEncodedLen`) /// The range of component `b` is `[0, 64]`. - fn delete_token_properties(b: u32, ) -> Weight { + fn set_token_property_permissions(b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `561 + b * (33291 ±0)` - // Estimated: `36269` - // Minimum execution time: 320_000 picoseconds. - Weight::from_parts(370_000, 36269) - // Standard Error: 28_541 - .saturating_add(Weight::from_parts(9_863_065, 0).saturating_mul(b.into())) - .saturating_add(RocksDbWeight::get().reads(3_u64)) + // Measured: `314` + // Estimated: `20191` + // Minimum execution time: 1_500_000 picoseconds. + Weight::from_parts(1_590_000, 20191) + // Standard Error: 123_927 + .saturating_add(Weight::from_parts(27_355_093, 0).saturating_mul(b.into())) + .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Refungible TotalSupply (r:1 w:1) - /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) - /// Storage: Refungible Balance (r:1 w:1) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) + /// Storage: `Refungible::TotalSupply` (r:1 w:1) + /// Proof: `Refungible::TotalSupply` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`) + /// Storage: `Refungible::Balance` (r:1 w:1) + /// Proof: `Refungible::Balance` (`max_values`: None, `max_size`: Some(89), added: 2564, mode: `MaxEncodedLen`) fn repartition_item() -> Weight { // Proof Size summary in bytes: // Measured: `288` // Estimated: `3554` - // Minimum execution time: 6_320_000 picoseconds. - Weight::from_parts(6_640_000, 3554) + // Minimum execution time: 14_340_000 picoseconds. + Weight::from_parts(14_590_000, 3554) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } - /// Storage: Refungible Balance (r:2 w:0) - /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen) - fn token_owner() -> Weight { - // Proof Size summary in bytes: - // Measured: `288` - // Estimated: `6118` - // Minimum execution time: 2_520_000 picoseconds. - Weight::from_parts(2_680_000, 6118) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - } - /// Storage: Refungible CollectionAllowance (r:0 w:1) - /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Refungible::CollectionAllowance` (r:0 w:1) + /// Proof: `Refungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn set_allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_070_000 picoseconds. - Weight::from_parts(2_230_000, 0) + // Minimum execution time: 6_390_000 picoseconds. + Weight::from_parts(6_650_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } - /// Storage: Refungible CollectionAllowance (r:1 w:0) - /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen) + /// Storage: `Refungible::CollectionAllowance` (r:1 w:0) + /// Proof: `Refungible::CollectionAllowance` (`max_values`: None, `max_size`: Some(111), added: 2586, mode: `MaxEncodedLen`) fn allowance_for_all() -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3576` - // Minimum execution time: 1_270_000 picoseconds. - Weight::from_parts(1_420_000, 3576) + // Minimum execution time: 3_060_000 picoseconds. + Weight::from_parts(3_210_000, 3576) .saturating_add(RocksDbWeight::get().reads(1_u64)) } - /// Storage: Refungible TokenProperties (r:1 w:1) - /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen) + /// Storage: `Refungible::TokenProperties` (r:1 w:1) + /// Proof: `Refungible::TokenProperties` (`max_values`: None, `max_size`: Some(32804), added: 35279, mode: `MaxEncodedLen`) fn repair_item() -> Weight { // Proof Size summary in bytes: // Measured: `120` // Estimated: `36269` - // Minimum execution time: 1_010_000 picoseconds. - Weight::from_parts(1_160_000, 36269) + // Minimum execution time: 2_480_000 picoseconds. + Weight::from_parts(2_620_000, 36269) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) }