difftreelog
chore repeat temporary nft/rft benches
in: master
2 files changed
pallets/nonfungible/src/weights.rsdiffbeforeafterboth--- a/pallets/nonfungible/src/weights.rs
+++ b/pallets/nonfungible/src/weights.rs
@@ -3,7 +3,7 @@
//! Autogenerated weights for pallet_nonfungible
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2023-09-25, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! DATE: 2023-09-26, 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
@@ -61,27 +61,23 @@
/// 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: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, 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: `456`
- // Estimated: `20191`
- // Minimum execution time: 10_660_000 picoseconds.
- Weight::from_parts(10_960_000, 20191)
- .saturating_add(T::DbWeight::get().reads(3_u64))
+ // Measured: `142`
+ // Estimated: `3530`
+ // Minimum execution time: 6_680_000 picoseconds.
+ Weight::from_parts(6_910_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: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, 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)
@@ -89,13 +85,13 @@
/// The range of component `b` is `[0, 200]`.
fn create_multiple_items(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `456`
- // Estimated: `20191`
- // Minimum execution time: 2_200_000 picoseconds.
- Weight::from_parts(612_529, 20191)
- // Standard Error: 737
- .saturating_add(Weight::from_parts(3_807_625, 0).saturating_mul(b.into()))
- .saturating_add(T::DbWeight::get().reads(3_u64))
+ // Measured: `142`
+ // Estimated: `3530`
+ // Minimum execution time: 2_120_000 picoseconds.
+ Weight::from_parts(2_190_000, 3530)
+ // Standard Error: 1_175
+ .saturating_add(Weight::from_parts(3_053_846, 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())))
}
@@ -103,8 +99,6 @@
/// 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: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, 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)
@@ -112,13 +106,13 @@
/// The range of component `b` is `[0, 200]`.
fn create_multiple_items_ex(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `456`
- // Estimated: `20191 + b * (2540 ±0)`
- // Minimum execution time: 2_190_000 picoseconds.
- Weight::from_parts(2_280_000, 20191)
- // Standard Error: 1_011
- .saturating_add(Weight::from_parts(4_931_681, 0).saturating_mul(b.into()))
- .saturating_add(T::DbWeight::get().reads(2_u64))
+ // Measured: `142`
+ // Estimated: `3481 + b * (2540 ±0)`
+ // Minimum execution time: 2_210_000 picoseconds.
+ Weight::from_parts(2_280_000, 3481)
+ // Standard Error: 1_618
+ .saturating_add(Weight::from_parts(4_308_375, 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())))
@@ -142,8 +136,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 13_470_000 picoseconds.
- Weight::from_parts(13_840_000, 3530)
+ // Minimum execution time: 13_270_000 picoseconds.
+ Weight::from_parts(13_559_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -165,8 +159,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 16_940_000 picoseconds.
- Weight::from_parts(17_340_000, 3530)
+ // Minimum execution time: 16_680_000 picoseconds.
+ Weight::from_parts(17_260_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -191,10 +185,10 @@
// Proof Size summary in bytes:
// Measured: `1500 + b * (58 ±0)`
// Estimated: `5874 + b * (5032 ±0)`
- // Minimum execution time: 16_910_000 picoseconds.
- Weight::from_parts(17_170_000, 5874)
- // Standard Error: 102_760
- .saturating_add(Weight::from_parts(45_644_966, 0).saturating_mul(b.into()))
+ // Minimum execution time: 16_630_000 picoseconds.
+ Weight::from_parts(17_030_000, 5874)
+ // Standard Error: 137_617
+ .saturating_add(Weight::from_parts(47_437_920, 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))
@@ -213,8 +207,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `6070`
- // Minimum execution time: 9_420_000 picoseconds.
- Weight::from_parts(9_710_000, 6070)
+ // Minimum execution time: 10_200_000 picoseconds.
+ Weight::from_parts(10_490_000, 6070)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(5_u64))
}
@@ -226,8 +220,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 5_400_000 picoseconds.
- Weight::from_parts(5_640_000, 3522)
+ // Minimum execution time: 5_730_000 picoseconds.
+ Weight::from_parts(5_980_000, 3522)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -239,8 +233,8 @@
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `3522`
- // Minimum execution time: 5_390_000 picoseconds.
- Weight::from_parts(5_610_000, 3522)
+ // Minimum execution time: 5_760_000 picoseconds.
+ Weight::from_parts(5_990_000, 3522)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -250,8 +244,8 @@
// Proof Size summary in bytes:
// Measured: `362`
// Estimated: `3522`
- // Minimum execution time: 2_970_000 picoseconds.
- Weight::from_parts(3_170_000, 3522)
+ // Minimum execution time: 3_270_000 picoseconds.
+ Weight::from_parts(3_440_000, 3522)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -272,8 +266,8 @@
// Proof Size summary in bytes:
// Measured: `463`
// Estimated: `3530`
- // Minimum execution time: 15_400_000 picoseconds.
- Weight::from_parts(15_850_000, 3530)
+ // Minimum execution time: 16_770_000 picoseconds.
+ Weight::from_parts(17_150_000, 3530)
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
@@ -284,10 +278,10 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 780_000 picoseconds.
- Weight::from_parts(830_000, 20191)
- // Standard Error: 35_354
- .saturating_add(Weight::from_parts(8_422_695, 0).saturating_mul(b.into()))
+ // Minimum execution time: 870_000 picoseconds.
+ Weight::from_parts(910_000, 20191)
+ // Standard Error: 37_993
+ .saturating_add(Weight::from_parts(8_947_342, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -302,10 +296,10 @@
// Proof Size summary in bytes:
// Measured: `640 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 5_530_000 picoseconds.
- Weight::from_parts(10_829_898, 36269)
- // Standard Error: 5_106
- .saturating_add(Weight::from_parts(2_601_900, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_570_000 picoseconds.
+ Weight::from_parts(10_787_333, 36269)
+ // Standard Error: 7_619
+ .saturating_add(Weight::from_parts(2_939_955, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -318,10 +312,10 @@
// Proof Size summary in bytes:
// Measured: `317 + b * (261 ±0)`
// Estimated: `20191`
- // Minimum execution time: 3_690_000 picoseconds.
- Weight::from_parts(9_633_879, 20191)
- // Standard Error: 6_573
- .saturating_add(Weight::from_parts(2_694_801, 0).saturating_mul(b.into()))
+ // Minimum execution time: 530_000 picoseconds.
+ Weight::from_parts(5_572_362, 20191)
+ // Standard Error: 6_997
+ .saturating_add(Weight::from_parts(2_986_451, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -336,10 +330,10 @@
// Proof Size summary in bytes:
// Measured: `699 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 5_860_000 picoseconds.
- Weight::from_parts(6_000_000, 36269)
- // Standard Error: 26_204
- .saturating_add(Weight::from_parts(9_601_645, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_580_000 picoseconds.
+ Weight::from_parts(2_640_000, 36269)
+ // Standard Error: 25_713
+ .saturating_add(Weight::from_parts(9_667_974, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -349,8 +343,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 2_930_000 picoseconds.
- Weight::from_parts(3_060_000, 3522)
+ // Minimum execution time: 2_910_000 picoseconds.
+ Weight::from_parts(3_020_000, 3522)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -359,8 +353,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_680_000 picoseconds.
- Weight::from_parts(2_780_000, 0)
+ // Minimum execution time: 2_510_000 picoseconds.
+ Weight::from_parts(2_660_000, 0)
.saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -369,8 +363,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3576`
- // Minimum execution time: 2_000_000 picoseconds.
- Weight::from_parts(2_110_000, 3576)
+ // Minimum execution time: 1_860_000 picoseconds.
+ Weight::from_parts(2_010_000, 3576)
.saturating_add(T::DbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -379,8 +373,8 @@
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `36269`
- // Minimum execution time: 2_200_000 picoseconds.
- Weight::from_parts(2_340_000, 36269)
+ // Minimum execution time: 2_220_000 picoseconds.
+ Weight::from_parts(2_350_000, 36269)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
@@ -392,27 +386,23 @@
/// 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: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, 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: `456`
- // Estimated: `20191`
- // Minimum execution time: 10_660_000 picoseconds.
- Weight::from_parts(10_960_000, 20191)
- .saturating_add(RocksDbWeight::get().reads(3_u64))
+ // Measured: `142`
+ // Estimated: `3530`
+ // Minimum execution time: 6_680_000 picoseconds.
+ Weight::from_parts(6_910_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: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, 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)
@@ -420,13 +410,13 @@
/// The range of component `b` is `[0, 200]`.
fn create_multiple_items(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `456`
- // Estimated: `20191`
- // Minimum execution time: 2_200_000 picoseconds.
- Weight::from_parts(612_529, 20191)
- // Standard Error: 737
- .saturating_add(Weight::from_parts(3_807_625, 0).saturating_mul(b.into()))
- .saturating_add(RocksDbWeight::get().reads(3_u64))
+ // Measured: `142`
+ // Estimated: `3530`
+ // Minimum execution time: 2_120_000 picoseconds.
+ Weight::from_parts(2_190_000, 3530)
+ // Standard Error: 1_175
+ .saturating_add(Weight::from_parts(3_053_846, 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())))
}
@@ -434,8 +424,6 @@
/// 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: Common CollectionPropertyPermissions (r:1 w:0)
- /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, 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)
@@ -443,13 +431,13 @@
/// The range of component `b` is `[0, 200]`.
fn create_multiple_items_ex(b: u32, ) -> Weight {
// Proof Size summary in bytes:
- // Measured: `456`
- // Estimated: `20191 + b * (2540 ±0)`
- // Minimum execution time: 2_190_000 picoseconds.
- Weight::from_parts(2_280_000, 20191)
- // Standard Error: 1_011
- .saturating_add(Weight::from_parts(4_931_681, 0).saturating_mul(b.into()))
- .saturating_add(RocksDbWeight::get().reads(2_u64))
+ // Measured: `142`
+ // Estimated: `3481 + b * (2540 ±0)`
+ // Minimum execution time: 2_210_000 picoseconds.
+ Weight::from_parts(2_280_000, 3481)
+ // Standard Error: 1_618
+ .saturating_add(Weight::from_parts(4_308_375, 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())))
@@ -473,8 +461,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 13_470_000 picoseconds.
- Weight::from_parts(13_840_000, 3530)
+ // Minimum execution time: 13_270_000 picoseconds.
+ Weight::from_parts(13_559_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -496,8 +484,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `3530`
- // Minimum execution time: 16_940_000 picoseconds.
- Weight::from_parts(17_340_000, 3530)
+ // Minimum execution time: 16_680_000 picoseconds.
+ Weight::from_parts(17_260_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -522,10 +510,10 @@
// Proof Size summary in bytes:
// Measured: `1500 + b * (58 ±0)`
// Estimated: `5874 + b * (5032 ±0)`
- // Minimum execution time: 16_910_000 picoseconds.
- Weight::from_parts(17_170_000, 5874)
- // Standard Error: 102_760
- .saturating_add(Weight::from_parts(45_644_966, 0).saturating_mul(b.into()))
+ // Minimum execution time: 16_630_000 picoseconds.
+ Weight::from_parts(17_030_000, 5874)
+ // Standard Error: 137_617
+ .saturating_add(Weight::from_parts(47_437_920, 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))
@@ -544,8 +532,8 @@
// Proof Size summary in bytes:
// Measured: `380`
// Estimated: `6070`
- // Minimum execution time: 9_420_000 picoseconds.
- Weight::from_parts(9_710_000, 6070)
+ // Minimum execution time: 10_200_000 picoseconds.
+ Weight::from_parts(10_490_000, 6070)
.saturating_add(RocksDbWeight::get().reads(4_u64))
.saturating_add(RocksDbWeight::get().writes(5_u64))
}
@@ -557,8 +545,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 5_400_000 picoseconds.
- Weight::from_parts(5_640_000, 3522)
+ // Minimum execution time: 5_730_000 picoseconds.
+ Weight::from_parts(5_980_000, 3522)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -570,8 +558,8 @@
// Proof Size summary in bytes:
// Measured: `313`
// Estimated: `3522`
- // Minimum execution time: 5_390_000 picoseconds.
- Weight::from_parts(5_610_000, 3522)
+ // Minimum execution time: 5_760_000 picoseconds.
+ Weight::from_parts(5_990_000, 3522)
.saturating_add(RocksDbWeight::get().reads(2_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -581,8 +569,8 @@
// Proof Size summary in bytes:
// Measured: `362`
// Estimated: `3522`
- // Minimum execution time: 2_970_000 picoseconds.
- Weight::from_parts(3_170_000, 3522)
+ // Minimum execution time: 3_270_000 picoseconds.
+ Weight::from_parts(3_440_000, 3522)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible Allowance (r:1 w:1)
@@ -603,8 +591,8 @@
// Proof Size summary in bytes:
// Measured: `463`
// Estimated: `3530`
- // Minimum execution time: 15_400_000 picoseconds.
- Weight::from_parts(15_850_000, 3530)
+ // Minimum execution time: 16_770_000 picoseconds.
+ Weight::from_parts(17_150_000, 3530)
.saturating_add(RocksDbWeight::get().reads(5_u64))
.saturating_add(RocksDbWeight::get().writes(6_u64))
}
@@ -615,10 +603,10 @@
// Proof Size summary in bytes:
// Measured: `314`
// Estimated: `20191`
- // Minimum execution time: 780_000 picoseconds.
- Weight::from_parts(830_000, 20191)
- // Standard Error: 35_354
- .saturating_add(Weight::from_parts(8_422_695, 0).saturating_mul(b.into()))
+ // Minimum execution time: 870_000 picoseconds.
+ Weight::from_parts(910_000, 20191)
+ // Standard Error: 37_993
+ .saturating_add(Weight::from_parts(8_947_342, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -633,10 +621,10 @@
// Proof Size summary in bytes:
// Measured: `640 + b * (261 ±0)`
// Estimated: `36269`
- // Minimum execution time: 5_530_000 picoseconds.
- Weight::from_parts(10_829_898, 36269)
- // Standard Error: 5_106
- .saturating_add(Weight::from_parts(2_601_900, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_570_000 picoseconds.
+ Weight::from_parts(10_787_333, 36269)
+ // Standard Error: 7_619
+ .saturating_add(Weight::from_parts(2_939_955, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -649,10 +637,10 @@
// Proof Size summary in bytes:
// Measured: `317 + b * (261 ±0)`
// Estimated: `20191`
- // Minimum execution time: 3_690_000 picoseconds.
- Weight::from_parts(9_633_879, 20191)
- // Standard Error: 6_573
- .saturating_add(Weight::from_parts(2_694_801, 0).saturating_mul(b.into()))
+ // Minimum execution time: 530_000 picoseconds.
+ Weight::from_parts(5_572_362, 20191)
+ // Standard Error: 6_997
+ .saturating_add(Weight::from_parts(2_986_451, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -667,10 +655,10 @@
// Proof Size summary in bytes:
// Measured: `699 + b * (33291 ±0)`
// Estimated: `36269`
- // Minimum execution time: 5_860_000 picoseconds.
- Weight::from_parts(6_000_000, 36269)
- // Standard Error: 26_204
- .saturating_add(Weight::from_parts(9_601_645, 0).saturating_mul(b.into()))
+ // Minimum execution time: 2_580_000 picoseconds.
+ Weight::from_parts(2_640_000, 36269)
+ // Standard Error: 25_713
+ .saturating_add(Weight::from_parts(9_667_974, 0).saturating_mul(b.into()))
.saturating_add(RocksDbWeight::get().reads(3_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
@@ -680,8 +668,8 @@
// Proof Size summary in bytes:
// Measured: `326`
// Estimated: `3522`
- // Minimum execution time: 2_930_000 picoseconds.
- Weight::from_parts(3_060_000, 3522)
+ // Minimum execution time: 2_910_000 picoseconds.
+ Weight::from_parts(3_020_000, 3522)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:0 w:1)
@@ -690,8 +678,8 @@
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
- // Minimum execution time: 2_680_000 picoseconds.
- Weight::from_parts(2_780_000, 0)
+ // Minimum execution time: 2_510_000 picoseconds.
+ Weight::from_parts(2_660_000, 0)
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: Nonfungible CollectionAllowance (r:1 w:0)
@@ -700,8 +688,8 @@
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `3576`
- // Minimum execution time: 2_000_000 picoseconds.
- Weight::from_parts(2_110_000, 3576)
+ // Minimum execution time: 1_860_000 picoseconds.
+ Weight::from_parts(2_010_000, 3576)
.saturating_add(RocksDbWeight::get().reads(1_u64))
}
/// Storage: Nonfungible TokenProperties (r:1 w:1)
@@ -710,8 +698,8 @@
// Proof Size summary in bytes:
// Measured: `279`
// Estimated: `36269`
- // Minimum execution time: 2_200_000 picoseconds.
- Weight::from_parts(2_340_000, 36269)
+ // Minimum execution time: 2_220_000 picoseconds.
+ Weight::from_parts(2_350_000, 36269)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
pallets/refungible/src/weights.rsdiffbeforeafterboth1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_refungible4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-09-25, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10241011// Executed Command:12// target/release/unique-collator13// benchmark14// pallet15// --pallet16// pallet-refungible17// --wasm-execution18// compiled19// --extrinsic20// *21// --template=.maintain/frame-weight-template.hbs22// --steps=5023// --repeat=8024// --heap-pages=409625// --output=./pallets/refungible/src/weights.rs2627#![cfg_attr(rustfmt, rustfmt_skip)]28#![allow(unused_parens)]29#![allow(unused_imports)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_refungible.35pub trait WeightInfo {36 fn create_item() -> Weight;37 fn create_multiple_items(b: u32, ) -> Weight;38 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight;39 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight;40 fn burn_item_partial() -> Weight;41 fn burn_item_fully() -> Weight;42 fn transfer_normal() -> Weight;43 fn transfer_creating() -> Weight;44 fn transfer_removing() -> Weight;45 fn transfer_creating_removing() -> Weight;46 fn approve() -> Weight;47 fn approve_from() -> Weight;48 fn transfer_from_normal() -> Weight;49 fn transfer_from_creating() -> Weight;50 fn transfer_from_removing() -> Weight;51 fn transfer_from_creating_removing() -> Weight;52 fn burn_from() -> Weight;53 fn set_token_property_permissions(b: u32, ) -> Weight;54 fn set_token_properties(b: u32, ) -> Weight;55 fn reset_token_properties(b: u32, ) -> Weight;56 fn delete_token_properties(b: u32, ) -> Weight;57 fn repartition_item() -> Weight;58 fn token_owner() -> Weight;59 fn set_allowance_for_all() -> Weight;60 fn allowance_for_all() -> Weight;61 fn repair_item() -> Weight;62}6364/// Weights for pallet_refungible using the Substrate node and recommended hardware.65pub struct SubstrateWeight<T>(PhantomData<T>);66impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {67 /// Storage: Refungible TokensMinted (r:1 w:1)68 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)69 /// Storage: Refungible AccountBalance (r:1 w:1)70 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)71 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)72 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)73 /// Storage: Refungible Balance (r:0 w:1)74 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)75 /// Storage: Refungible TotalSupply (r:0 w:1)76 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)77 /// Storage: Refungible Owned (r:0 w:1)78 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)79 fn create_item() -> Weight {80 // Proof Size summary in bytes:81 // Measured: `318`82 // Estimated: `20191`83 // Minimum execution time: 11_620_000 picoseconds.84 Weight::from_parts(12_110_000, 20191)85 .saturating_add(T::DbWeight::get().reads(3_u64))86 .saturating_add(T::DbWeight::get().writes(5_u64))87 }88 /// Storage: Refungible TokensMinted (r:1 w:1)89 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)90 /// Storage: Refungible AccountBalance (r:1 w:1)91 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)92 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)93 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)94 /// Storage: Refungible Balance (r:0 w:200)95 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)96 /// Storage: Refungible TotalSupply (r:0 w:200)97 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)98 /// Storage: Refungible Owned (r:0 w:200)99 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)100 /// The range of component `b` is `[0, 200]`.101 fn create_multiple_items(b: u32, ) -> Weight {102 // Proof Size summary in bytes:103 // Measured: `318`104 // Estimated: `20191`105 // Minimum execution time: 1_690_000 picoseconds.106 Weight::from_parts(1_750_000, 20191)107 // Standard Error: 1_647108 .saturating_add(Weight::from_parts(4_876_194, 0).saturating_mul(b.into()))109 .saturating_add(T::DbWeight::get().reads(3_u64))110 .saturating_add(T::DbWeight::get().writes(2_u64))111 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))112 }113 /// Storage: Refungible TokensMinted (r:1 w:1)114 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)115 /// Storage: Refungible AccountBalance (r:200 w:200)116 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)117 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)118 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)119 /// Storage: Refungible Balance (r:0 w:200)120 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)121 /// Storage: Refungible TotalSupply (r:0 w:200)122 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)123 /// Storage: Refungible Owned (r:0 w:200)124 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)125 /// The range of component `b` is `[0, 200]`.126 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {127 // Proof Size summary in bytes:128 // Measured: `318`129 // Estimated: `20191 + b * (2540 ±0)`130 // Minimum execution time: 1_730_000 picoseconds.131 Weight::from_parts(1_790_000, 20191)132 // Standard Error: 1_611133 .saturating_add(Weight::from_parts(6_002_948, 0).saturating_mul(b.into()))134 .saturating_add(T::DbWeight::get().reads(2_u64))135 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))136 .saturating_add(T::DbWeight::get().writes(1_u64))137 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))138 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))139 }140 /// Storage: Refungible TokensMinted (r:1 w:1)141 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)142 /// Storage: Refungible AccountBalance (r:200 w:200)143 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)144 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)145 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)146 /// Storage: Refungible Balance (r:0 w:200)147 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)148 /// Storage: Refungible TotalSupply (r:0 w:1)149 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)150 /// Storage: Refungible Owned (r:0 w:200)151 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)152 /// The range of component `b` is `[0, 200]`.153 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {154 // Proof Size summary in bytes:155 // Measured: `318`156 // Estimated: `20191 + b * (2540 ±0)`157 // Minimum execution time: 6_260_000 picoseconds.158 Weight::from_parts(2_297_892, 20191)159 // Standard Error: 1_302160 .saturating_add(Weight::from_parts(4_093_180, 0).saturating_mul(b.into()))161 .saturating_add(T::DbWeight::get().reads(2_u64))162 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))163 .saturating_add(T::DbWeight::get().writes(2_u64))164 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))165 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))166 }167 /// Storage: Refungible Balance (r:3 w:1)168 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)169 /// Storage: Refungible TotalSupply (r:1 w:1)170 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)171 /// Storage: Refungible AccountBalance (r:1 w:1)172 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)173 /// Storage: Refungible Owned (r:0 w:1)174 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)175 fn burn_item_partial() -> Weight {176 // Proof Size summary in bytes:177 // Measured: `456`178 // Estimated: `8682`179 // Minimum execution time: 17_330_000 picoseconds.180 Weight::from_parts(17_910_000, 8682)181 .saturating_add(T::DbWeight::get().reads(5_u64))182 .saturating_add(T::DbWeight::get().writes(4_u64))183 }184 /// Storage: Refungible Balance (r:1 w:1)185 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)186 /// Storage: Refungible TotalSupply (r:1 w:1)187 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)188 /// Storage: Refungible AccountBalance (r:1 w:1)189 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)190 /// Storage: Refungible TokensBurnt (r:1 w:1)191 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)192 /// Storage: Refungible Owned (r:0 w:1)193 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)194 /// Storage: Refungible TokenProperties (r:0 w:1)195 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)196 fn burn_item_fully() -> Weight {197 // Proof Size summary in bytes:198 // Measured: `341`199 // Estimated: `3554`200 // Minimum execution time: 16_920_000 picoseconds.201 Weight::from_parts(17_630_000, 3554)202 .saturating_add(T::DbWeight::get().reads(4_u64))203 .saturating_add(T::DbWeight::get().writes(6_u64))204 }205 /// Storage: Refungible Balance (r:2 w:2)206 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)207 /// Storage: Refungible TotalSupply (r:1 w:0)208 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)209 fn transfer_normal() -> Weight {210 // Proof Size summary in bytes:211 // Measured: `365`212 // Estimated: `6118`213 // Minimum execution time: 10_600_000 picoseconds.214 Weight::from_parts(10_950_000, 6118)215 .saturating_add(T::DbWeight::get().reads(3_u64))216 .saturating_add(T::DbWeight::get().writes(2_u64))217 }218 /// Storage: Refungible Balance (r:2 w:2)219 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)220 /// Storage: Refungible AccountBalance (r:1 w:1)221 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)222 /// Storage: Refungible TotalSupply (r:1 w:0)223 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)224 /// Storage: Refungible Owned (r:0 w:1)225 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)226 fn transfer_creating() -> Weight {227 // Proof Size summary in bytes:228 // Measured: `341`229 // Estimated: `6118`230 // Minimum execution time: 12_160_000 picoseconds.231 Weight::from_parts(12_570_000, 6118)232 .saturating_add(T::DbWeight::get().reads(4_u64))233 .saturating_add(T::DbWeight::get().writes(4_u64))234 }235 /// Storage: Refungible Balance (r:2 w:2)236 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)237 /// Storage: Refungible AccountBalance (r:1 w:1)238 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)239 /// Storage: Refungible TotalSupply (r:1 w:0)240 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)241 /// Storage: Refungible Owned (r:0 w:1)242 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)243 fn transfer_removing() -> Weight {244 // Proof Size summary in bytes:245 // Measured: `456`246 // Estimated: `6118`247 // Minimum execution time: 14_300_000 picoseconds.248 Weight::from_parts(14_760_000, 6118)249 .saturating_add(T::DbWeight::get().reads(4_u64))250 .saturating_add(T::DbWeight::get().writes(4_u64))251 }252 /// Storage: Refungible Balance (r:2 w:2)253 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)254 /// Storage: Refungible AccountBalance (r:2 w:2)255 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)256 /// Storage: Refungible TotalSupply (r:1 w:0)257 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)258 /// Storage: Refungible Owned (r:0 w:2)259 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)260 fn transfer_creating_removing() -> Weight {261 // Proof Size summary in bytes:262 // Measured: `341`263 // Estimated: `6118`264 // Minimum execution time: 14_050_000 picoseconds.265 Weight::from_parts(14_490_000, 6118)266 .saturating_add(T::DbWeight::get().reads(5_u64))267 .saturating_add(T::DbWeight::get().writes(6_u64))268 }269 /// Storage: Refungible Balance (r:1 w:0)270 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)271 /// Storage: Refungible Allowance (r:0 w:1)272 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)273 fn approve() -> Weight {274 // Proof Size summary in bytes:275 // Measured: `223`276 // Estimated: `3554`277 // Minimum execution time: 6_210_000 picoseconds.278 Weight::from_parts(6_500_000, 3554)279 .saturating_add(T::DbWeight::get().reads(1_u64))280 .saturating_add(T::DbWeight::get().writes(1_u64))281 }282 /// Storage: Refungible Balance (r:1 w:0)283 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)284 /// Storage: Refungible Allowance (r:0 w:1)285 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)286 fn approve_from() -> Weight {287 // Proof Size summary in bytes:288 // Measured: `211`289 // Estimated: `3554`290 // Minimum execution time: 6_280_000 picoseconds.291 Weight::from_parts(6_540_000, 3554)292 .saturating_add(T::DbWeight::get().reads(1_u64))293 .saturating_add(T::DbWeight::get().writes(1_u64))294 }295 /// Storage: Refungible Allowance (r:1 w:1)296 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)297 /// Storage: Refungible Balance (r:2 w:2)298 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)299 /// Storage: Refungible TotalSupply (r:1 w:0)300 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)301 fn transfer_from_normal() -> Weight {302 // Proof Size summary in bytes:303 // Measured: `495`304 // Estimated: `6118`305 // Minimum execution time: 15_570_000 picoseconds.306 Weight::from_parts(15_990_000, 6118)307 .saturating_add(T::DbWeight::get().reads(4_u64))308 .saturating_add(T::DbWeight::get().writes(3_u64))309 }310 /// Storage: Refungible Allowance (r:1 w:1)311 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)312 /// Storage: Refungible Balance (r:2 w:2)313 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)314 /// Storage: Refungible AccountBalance (r:1 w:1)315 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)316 /// Storage: Refungible TotalSupply (r:1 w:0)317 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)318 /// Storage: Refungible Owned (r:0 w:1)319 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)320 fn transfer_from_creating() -> Weight {321 // Proof Size summary in bytes:322 // Measured: `471`323 // Estimated: `6118`324 // Minimum execution time: 17_030_000 picoseconds.325 Weight::from_parts(17_430_000, 6118)326 .saturating_add(T::DbWeight::get().reads(5_u64))327 .saturating_add(T::DbWeight::get().writes(5_u64))328 }329 /// Storage: Refungible Allowance (r:1 w:1)330 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)331 /// Storage: Refungible Balance (r:2 w:2)332 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)333 /// Storage: Refungible AccountBalance (r:1 w:1)334 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)335 /// Storage: Refungible TotalSupply (r:1 w:0)336 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)337 /// Storage: Refungible Owned (r:0 w:1)338 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)339 fn transfer_from_removing() -> Weight {340 // Proof Size summary in bytes:341 // Measured: `586`342 // Estimated: `6118`343 // Minimum execution time: 19_300_000 picoseconds.344 Weight::from_parts(19_760_000, 6118)345 .saturating_add(T::DbWeight::get().reads(5_u64))346 .saturating_add(T::DbWeight::get().writes(5_u64))347 }348 /// Storage: Refungible Allowance (r:1 w:1)349 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)350 /// Storage: Refungible Balance (r:2 w:2)351 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)352 /// Storage: Refungible AccountBalance (r:2 w:2)353 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)354 /// Storage: Refungible TotalSupply (r:1 w:0)355 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)356 /// Storage: Refungible Owned (r:0 w:2)357 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)358 fn transfer_from_creating_removing() -> Weight {359 // Proof Size summary in bytes:360 // Measured: `471`361 // Estimated: `6118`362 // Minimum execution time: 19_190_000 picoseconds.363 Weight::from_parts(19_560_000, 6118)364 .saturating_add(T::DbWeight::get().reads(6_u64))365 .saturating_add(T::DbWeight::get().writes(7_u64))366 }367 /// Storage: Refungible Allowance (r:1 w:1)368 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)369 /// Storage: Refungible Balance (r:1 w:1)370 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)371 /// Storage: Refungible TotalSupply (r:1 w:1)372 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)373 /// Storage: Refungible AccountBalance (r:1 w:1)374 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)375 /// Storage: Refungible TokensBurnt (r:1 w:1)376 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)377 /// Storage: Refungible Owned (r:0 w:1)378 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)379 /// Storage: Refungible TokenProperties (r:0 w:1)380 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)381 fn burn_from() -> Weight {382 // Proof Size summary in bytes:383 // Measured: `471`384 // Estimated: `3570`385 // Minimum execution time: 22_590_000 picoseconds.386 Weight::from_parts(23_290_000, 3570)387 .saturating_add(T::DbWeight::get().reads(5_u64))388 .saturating_add(T::DbWeight::get().writes(7_u64))389 }390 /// Storage: Common CollectionPropertyPermissions (r:1 w:1)391 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)392 /// The range of component `b` is `[0, 64]`.393 fn set_token_property_permissions(b: u32, ) -> Weight {394 // Proof Size summary in bytes:395 // Measured: `314`396 // Estimated: `20191`397 // Minimum execution time: 780_000 picoseconds.398 Weight::from_parts(850_000, 20191)399 // Standard Error: 38_209400 .saturating_add(Weight::from_parts(9_042_866, 0).saturating_mul(b.into()))401 .saturating_add(T::DbWeight::get().reads(1_u64))402 .saturating_add(T::DbWeight::get().writes(1_u64))403 }404 /// Storage: Refungible TokenProperties (r:1 w:1)405 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)406 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)407 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)408 /// Storage: Refungible TotalSupply (r:1 w:0)409 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)410 /// The range of component `b` is `[0, 64]`.411 fn set_token_properties(b: u32, ) -> Weight {412 // Proof Size summary in bytes:413 // Measured: `502 + b * (261 ±0)`414 // Estimated: `36269`415 // Minimum execution time: 5_160_000 picoseconds.416 Weight::from_parts(15_283_437, 36269)417 // Standard Error: 12_988418 .saturating_add(Weight::from_parts(2_757_274, 0).saturating_mul(b.into()))419 .saturating_add(T::DbWeight::get().reads(3_u64))420 .saturating_add(T::DbWeight::get().writes(1_u64))421 }422 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)423 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)424 /// Storage: Refungible TokenProperties (r:0 w:1)425 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)426 /// The range of component `b` is `[0, 64]`.427 fn reset_token_properties(b: u32, ) -> Weight {428 // Proof Size summary in bytes:429 // Measured: `317 + b * (261 ±0)`430 // Estimated: `20191`431 // Minimum execution time: 3_560_000 picoseconds.432 Weight::from_parts(6_788_279, 20191)433 // Standard Error: 5_443434 .saturating_add(Weight::from_parts(2_641_825, 0).saturating_mul(b.into()))435 .saturating_add(T::DbWeight::get().reads(1_u64))436 .saturating_add(T::DbWeight::get().writes(1_u64))437 }438 /// Storage: Refungible TokenProperties (r:1 w:1)439 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)440 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)441 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)442 /// Storage: Refungible TotalSupply (r:1 w:0)443 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)444 /// The range of component `b` is `[0, 64]`.445 fn delete_token_properties(b: u32, ) -> Weight {446 // Proof Size summary in bytes:447 // Measured: `561 + b * (33291 ±0)`448 // Estimated: `36269`449 // Minimum execution time: 4_650_000 picoseconds.450 Weight::from_parts(4_820_000, 36269)451 // Standard Error: 24_035452 .saturating_add(Weight::from_parts(8_828_039, 0).saturating_mul(b.into()))453 .saturating_add(T::DbWeight::get().reads(3_u64))454 .saturating_add(T::DbWeight::get().writes(1_u64))455 }456 /// Storage: Refungible TotalSupply (r:1 w:1)457 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)458 /// Storage: Refungible Balance (r:1 w:1)459 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)460 fn repartition_item() -> Weight {461 // Proof Size summary in bytes:462 // Measured: `288`463 // Estimated: `3554`464 // Minimum execution time: 7_260_000 picoseconds.465 Weight::from_parts(7_520_000, 3554)466 .saturating_add(T::DbWeight::get().reads(2_u64))467 .saturating_add(T::DbWeight::get().writes(2_u64))468 }469 /// Storage: Refungible Balance (r:2 w:0)470 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)471 fn token_owner() -> Weight {472 // Proof Size summary in bytes:473 // Measured: `288`474 // Estimated: `6118`475 // Minimum execution time: 3_200_000 picoseconds.476 Weight::from_parts(3_360_000, 6118)477 .saturating_add(T::DbWeight::get().reads(2_u64))478 }479 /// Storage: Refungible CollectionAllowance (r:0 w:1)480 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)481 fn set_allowance_for_all() -> Weight {482 // Proof Size summary in bytes:483 // Measured: `0`484 // Estimated: `0`485 // Minimum execution time: 2_420_000 picoseconds.486 Weight::from_parts(2_540_000, 0)487 .saturating_add(T::DbWeight::get().writes(1_u64))488 }489 /// Storage: Refungible CollectionAllowance (r:1 w:0)490 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)491 fn allowance_for_all() -> Weight {492 // Proof Size summary in bytes:493 // Measured: `4`494 // Estimated: `3576`495 // Minimum execution time: 1_370_000 picoseconds.496 Weight::from_parts(1_470_000, 3576)497 .saturating_add(T::DbWeight::get().reads(1_u64))498 }499 /// Storage: Refungible TokenProperties (r:1 w:1)500 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)501 fn repair_item() -> Weight {502 // Proof Size summary in bytes:503 // Measured: `120`504 // Estimated: `36269`505 // Minimum execution time: 1_350_000 picoseconds.506 Weight::from_parts(1_420_000, 36269)507 .saturating_add(T::DbWeight::get().reads(1_u64))508 .saturating_add(T::DbWeight::get().writes(1_u64))509 }510}511512// For backwards compatibility and tests513impl WeightInfo for () {514 /// Storage: Refungible TokensMinted (r:1 w:1)515 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)516 /// Storage: Refungible AccountBalance (r:1 w:1)517 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)518 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)519 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)520 /// Storage: Refungible Balance (r:0 w:1)521 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)522 /// Storage: Refungible TotalSupply (r:0 w:1)523 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)524 /// Storage: Refungible Owned (r:0 w:1)525 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)526 fn create_item() -> Weight {527 // Proof Size summary in bytes:528 // Measured: `318`529 // Estimated: `20191`530 // Minimum execution time: 11_620_000 picoseconds.531 Weight::from_parts(12_110_000, 20191)532 .saturating_add(RocksDbWeight::get().reads(3_u64))533 .saturating_add(RocksDbWeight::get().writes(5_u64))534 }535 /// Storage: Refungible TokensMinted (r:1 w:1)536 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)537 /// Storage: Refungible AccountBalance (r:1 w:1)538 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)539 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)540 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)541 /// Storage: Refungible Balance (r:0 w:200)542 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)543 /// Storage: Refungible TotalSupply (r:0 w:200)544 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)545 /// Storage: Refungible Owned (r:0 w:200)546 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)547 /// The range of component `b` is `[0, 200]`.548 fn create_multiple_items(b: u32, ) -> Weight {549 // Proof Size summary in bytes:550 // Measured: `318`551 // Estimated: `20191`552 // Minimum execution time: 1_690_000 picoseconds.553 Weight::from_parts(1_750_000, 20191)554 // Standard Error: 1_647555 .saturating_add(Weight::from_parts(4_876_194, 0).saturating_mul(b.into()))556 .saturating_add(RocksDbWeight::get().reads(3_u64))557 .saturating_add(RocksDbWeight::get().writes(2_u64))558 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))559 }560 /// Storage: Refungible TokensMinted (r:1 w:1)561 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)562 /// Storage: Refungible AccountBalance (r:200 w:200)563 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)564 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)565 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)566 /// Storage: Refungible Balance (r:0 w:200)567 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)568 /// Storage: Refungible TotalSupply (r:0 w:200)569 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)570 /// Storage: Refungible Owned (r:0 w:200)571 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)572 /// The range of component `b` is `[0, 200]`.573 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {574 // Proof Size summary in bytes:575 // Measured: `318`576 // Estimated: `20191 + b * (2540 ±0)`577 // Minimum execution time: 1_730_000 picoseconds.578 Weight::from_parts(1_790_000, 20191)579 // Standard Error: 1_611580 .saturating_add(Weight::from_parts(6_002_948, 0).saturating_mul(b.into()))581 .saturating_add(RocksDbWeight::get().reads(2_u64))582 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))583 .saturating_add(RocksDbWeight::get().writes(1_u64))584 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))585 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))586 }587 /// Storage: Refungible TokensMinted (r:1 w:1)588 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)589 /// Storage: Refungible AccountBalance (r:200 w:200)590 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)591 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)592 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)593 /// Storage: Refungible Balance (r:0 w:200)594 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)595 /// Storage: Refungible TotalSupply (r:0 w:1)596 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)597 /// Storage: Refungible Owned (r:0 w:200)598 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)599 /// The range of component `b` is `[0, 200]`.600 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {601 // Proof Size summary in bytes:602 // Measured: `318`603 // Estimated: `20191 + b * (2540 ±0)`604 // Minimum execution time: 6_260_000 picoseconds.605 Weight::from_parts(2_297_892, 20191)606 // Standard Error: 1_302607 .saturating_add(Weight::from_parts(4_093_180, 0).saturating_mul(b.into()))608 .saturating_add(RocksDbWeight::get().reads(2_u64))609 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))610 .saturating_add(RocksDbWeight::get().writes(2_u64))611 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))612 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))613 }614 /// Storage: Refungible Balance (r:3 w:1)615 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)616 /// Storage: Refungible TotalSupply (r:1 w:1)617 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)618 /// Storage: Refungible AccountBalance (r:1 w:1)619 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)620 /// Storage: Refungible Owned (r:0 w:1)621 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)622 fn burn_item_partial() -> Weight {623 // Proof Size summary in bytes:624 // Measured: `456`625 // Estimated: `8682`626 // Minimum execution time: 17_330_000 picoseconds.627 Weight::from_parts(17_910_000, 8682)628 .saturating_add(RocksDbWeight::get().reads(5_u64))629 .saturating_add(RocksDbWeight::get().writes(4_u64))630 }631 /// Storage: Refungible Balance (r:1 w:1)632 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)633 /// Storage: Refungible TotalSupply (r:1 w:1)634 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)635 /// Storage: Refungible AccountBalance (r:1 w:1)636 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)637 /// Storage: Refungible TokensBurnt (r:1 w:1)638 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)639 /// Storage: Refungible Owned (r:0 w:1)640 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)641 /// Storage: Refungible TokenProperties (r:0 w:1)642 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)643 fn burn_item_fully() -> Weight {644 // Proof Size summary in bytes:645 // Measured: `341`646 // Estimated: `3554`647 // Minimum execution time: 16_920_000 picoseconds.648 Weight::from_parts(17_630_000, 3554)649 .saturating_add(RocksDbWeight::get().reads(4_u64))650 .saturating_add(RocksDbWeight::get().writes(6_u64))651 }652 /// Storage: Refungible Balance (r:2 w:2)653 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)654 /// Storage: Refungible TotalSupply (r:1 w:0)655 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)656 fn transfer_normal() -> Weight {657 // Proof Size summary in bytes:658 // Measured: `365`659 // Estimated: `6118`660 // Minimum execution time: 10_600_000 picoseconds.661 Weight::from_parts(10_950_000, 6118)662 .saturating_add(RocksDbWeight::get().reads(3_u64))663 .saturating_add(RocksDbWeight::get().writes(2_u64))664 }665 /// Storage: Refungible Balance (r:2 w:2)666 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)667 /// Storage: Refungible AccountBalance (r:1 w:1)668 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)669 /// Storage: Refungible TotalSupply (r:1 w:0)670 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)671 /// Storage: Refungible Owned (r:0 w:1)672 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)673 fn transfer_creating() -> Weight {674 // Proof Size summary in bytes:675 // Measured: `341`676 // Estimated: `6118`677 // Minimum execution time: 12_160_000 picoseconds.678 Weight::from_parts(12_570_000, 6118)679 .saturating_add(RocksDbWeight::get().reads(4_u64))680 .saturating_add(RocksDbWeight::get().writes(4_u64))681 }682 /// Storage: Refungible Balance (r:2 w:2)683 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)684 /// Storage: Refungible AccountBalance (r:1 w:1)685 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)686 /// Storage: Refungible TotalSupply (r:1 w:0)687 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)688 /// Storage: Refungible Owned (r:0 w:1)689 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)690 fn transfer_removing() -> Weight {691 // Proof Size summary in bytes:692 // Measured: `456`693 // Estimated: `6118`694 // Minimum execution time: 14_300_000 picoseconds.695 Weight::from_parts(14_760_000, 6118)696 .saturating_add(RocksDbWeight::get().reads(4_u64))697 .saturating_add(RocksDbWeight::get().writes(4_u64))698 }699 /// Storage: Refungible Balance (r:2 w:2)700 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)701 /// Storage: Refungible AccountBalance (r:2 w:2)702 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)703 /// Storage: Refungible TotalSupply (r:1 w:0)704 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)705 /// Storage: Refungible Owned (r:0 w:2)706 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)707 fn transfer_creating_removing() -> Weight {708 // Proof Size summary in bytes:709 // Measured: `341`710 // Estimated: `6118`711 // Minimum execution time: 14_050_000 picoseconds.712 Weight::from_parts(14_490_000, 6118)713 .saturating_add(RocksDbWeight::get().reads(5_u64))714 .saturating_add(RocksDbWeight::get().writes(6_u64))715 }716 /// Storage: Refungible Balance (r:1 w:0)717 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)718 /// Storage: Refungible Allowance (r:0 w:1)719 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)720 fn approve() -> Weight {721 // Proof Size summary in bytes:722 // Measured: `223`723 // Estimated: `3554`724 // Minimum execution time: 6_210_000 picoseconds.725 Weight::from_parts(6_500_000, 3554)726 .saturating_add(RocksDbWeight::get().reads(1_u64))727 .saturating_add(RocksDbWeight::get().writes(1_u64))728 }729 /// Storage: Refungible Balance (r:1 w:0)730 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)731 /// Storage: Refungible Allowance (r:0 w:1)732 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)733 fn approve_from() -> Weight {734 // Proof Size summary in bytes:735 // Measured: `211`736 // Estimated: `3554`737 // Minimum execution time: 6_280_000 picoseconds.738 Weight::from_parts(6_540_000, 3554)739 .saturating_add(RocksDbWeight::get().reads(1_u64))740 .saturating_add(RocksDbWeight::get().writes(1_u64))741 }742 /// Storage: Refungible Allowance (r:1 w:1)743 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)744 /// Storage: Refungible Balance (r:2 w:2)745 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)746 /// Storage: Refungible TotalSupply (r:1 w:0)747 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)748 fn transfer_from_normal() -> Weight {749 // Proof Size summary in bytes:750 // Measured: `495`751 // Estimated: `6118`752 // Minimum execution time: 15_570_000 picoseconds.753 Weight::from_parts(15_990_000, 6118)754 .saturating_add(RocksDbWeight::get().reads(4_u64))755 .saturating_add(RocksDbWeight::get().writes(3_u64))756 }757 /// Storage: Refungible Allowance (r:1 w:1)758 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)759 /// Storage: Refungible Balance (r:2 w:2)760 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)761 /// Storage: Refungible AccountBalance (r:1 w:1)762 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)763 /// Storage: Refungible TotalSupply (r:1 w:0)764 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)765 /// Storage: Refungible Owned (r:0 w:1)766 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)767 fn transfer_from_creating() -> Weight {768 // Proof Size summary in bytes:769 // Measured: `471`770 // Estimated: `6118`771 // Minimum execution time: 17_030_000 picoseconds.772 Weight::from_parts(17_430_000, 6118)773 .saturating_add(RocksDbWeight::get().reads(5_u64))774 .saturating_add(RocksDbWeight::get().writes(5_u64))775 }776 /// Storage: Refungible Allowance (r:1 w:1)777 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)778 /// Storage: Refungible Balance (r:2 w:2)779 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)780 /// Storage: Refungible AccountBalance (r:1 w:1)781 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)782 /// Storage: Refungible TotalSupply (r:1 w:0)783 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)784 /// Storage: Refungible Owned (r:0 w:1)785 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)786 fn transfer_from_removing() -> Weight {787 // Proof Size summary in bytes:788 // Measured: `586`789 // Estimated: `6118`790 // Minimum execution time: 19_300_000 picoseconds.791 Weight::from_parts(19_760_000, 6118)792 .saturating_add(RocksDbWeight::get().reads(5_u64))793 .saturating_add(RocksDbWeight::get().writes(5_u64))794 }795 /// Storage: Refungible Allowance (r:1 w:1)796 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)797 /// Storage: Refungible Balance (r:2 w:2)798 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)799 /// Storage: Refungible AccountBalance (r:2 w:2)800 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)801 /// Storage: Refungible TotalSupply (r:1 w:0)802 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)803 /// Storage: Refungible Owned (r:0 w:2)804 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)805 fn transfer_from_creating_removing() -> Weight {806 // Proof Size summary in bytes:807 // Measured: `471`808 // Estimated: `6118`809 // Minimum execution time: 19_190_000 picoseconds.810 Weight::from_parts(19_560_000, 6118)811 .saturating_add(RocksDbWeight::get().reads(6_u64))812 .saturating_add(RocksDbWeight::get().writes(7_u64))813 }814 /// Storage: Refungible Allowance (r:1 w:1)815 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)816 /// Storage: Refungible Balance (r:1 w:1)817 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)818 /// Storage: Refungible TotalSupply (r:1 w:1)819 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)820 /// Storage: Refungible AccountBalance (r:1 w:1)821 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)822 /// Storage: Refungible TokensBurnt (r:1 w:1)823 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)824 /// Storage: Refungible Owned (r:0 w:1)825 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)826 /// Storage: Refungible TokenProperties (r:0 w:1)827 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)828 fn burn_from() -> Weight {829 // Proof Size summary in bytes:830 // Measured: `471`831 // Estimated: `3570`832 // Minimum execution time: 22_590_000 picoseconds.833 Weight::from_parts(23_290_000, 3570)834 .saturating_add(RocksDbWeight::get().reads(5_u64))835 .saturating_add(RocksDbWeight::get().writes(7_u64))836 }837 /// Storage: Common CollectionPropertyPermissions (r:1 w:1)838 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)839 /// The range of component `b` is `[0, 64]`.840 fn set_token_property_permissions(b: u32, ) -> Weight {841 // Proof Size summary in bytes:842 // Measured: `314`843 // Estimated: `20191`844 // Minimum execution time: 780_000 picoseconds.845 Weight::from_parts(850_000, 20191)846 // Standard Error: 38_209847 .saturating_add(Weight::from_parts(9_042_866, 0).saturating_mul(b.into()))848 .saturating_add(RocksDbWeight::get().reads(1_u64))849 .saturating_add(RocksDbWeight::get().writes(1_u64))850 }851 /// Storage: Refungible TokenProperties (r:1 w:1)852 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)853 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)854 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)855 /// Storage: Refungible TotalSupply (r:1 w:0)856 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)857 /// The range of component `b` is `[0, 64]`.858 fn set_token_properties(b: u32, ) -> Weight {859 // Proof Size summary in bytes:860 // Measured: `502 + b * (261 ±0)`861 // Estimated: `36269`862 // Minimum execution time: 5_160_000 picoseconds.863 Weight::from_parts(15_283_437, 36269)864 // Standard Error: 12_988865 .saturating_add(Weight::from_parts(2_757_274, 0).saturating_mul(b.into()))866 .saturating_add(RocksDbWeight::get().reads(3_u64))867 .saturating_add(RocksDbWeight::get().writes(1_u64))868 }869 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)870 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)871 /// Storage: Refungible TokenProperties (r:0 w:1)872 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)873 /// The range of component `b` is `[0, 64]`.874 fn reset_token_properties(b: u32, ) -> Weight {875 // Proof Size summary in bytes:876 // Measured: `317 + b * (261 ±0)`877 // Estimated: `20191`878 // Minimum execution time: 3_560_000 picoseconds.879 Weight::from_parts(6_788_279, 20191)880 // Standard Error: 5_443881 .saturating_add(Weight::from_parts(2_641_825, 0).saturating_mul(b.into()))882 .saturating_add(RocksDbWeight::get().reads(1_u64))883 .saturating_add(RocksDbWeight::get().writes(1_u64))884 }885 /// Storage: Refungible TokenProperties (r:1 w:1)886 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)887 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)888 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)889 /// Storage: Refungible TotalSupply (r:1 w:0)890 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)891 /// The range of component `b` is `[0, 64]`.892 fn delete_token_properties(b: u32, ) -> Weight {893 // Proof Size summary in bytes:894 // Measured: `561 + b * (33291 ±0)`895 // Estimated: `36269`896 // Minimum execution time: 4_650_000 picoseconds.897 Weight::from_parts(4_820_000, 36269)898 // Standard Error: 24_035899 .saturating_add(Weight::from_parts(8_828_039, 0).saturating_mul(b.into()))900 .saturating_add(RocksDbWeight::get().reads(3_u64))901 .saturating_add(RocksDbWeight::get().writes(1_u64))902 }903 /// Storage: Refungible TotalSupply (r:1 w:1)904 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)905 /// Storage: Refungible Balance (r:1 w:1)906 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)907 fn repartition_item() -> Weight {908 // Proof Size summary in bytes:909 // Measured: `288`910 // Estimated: `3554`911 // Minimum execution time: 7_260_000 picoseconds.912 Weight::from_parts(7_520_000, 3554)913 .saturating_add(RocksDbWeight::get().reads(2_u64))914 .saturating_add(RocksDbWeight::get().writes(2_u64))915 }916 /// Storage: Refungible Balance (r:2 w:0)917 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)918 fn token_owner() -> Weight {919 // Proof Size summary in bytes:920 // Measured: `288`921 // Estimated: `6118`922 // Minimum execution time: 3_200_000 picoseconds.923 Weight::from_parts(3_360_000, 6118)924 .saturating_add(RocksDbWeight::get().reads(2_u64))925 }926 /// Storage: Refungible CollectionAllowance (r:0 w:1)927 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)928 fn set_allowance_for_all() -> Weight {929 // Proof Size summary in bytes:930 // Measured: `0`931 // Estimated: `0`932 // Minimum execution time: 2_420_000 picoseconds.933 Weight::from_parts(2_540_000, 0)934 .saturating_add(RocksDbWeight::get().writes(1_u64))935 }936 /// Storage: Refungible CollectionAllowance (r:1 w:0)937 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)938 fn allowance_for_all() -> Weight {939 // Proof Size summary in bytes:940 // Measured: `4`941 // Estimated: `3576`942 // Minimum execution time: 1_370_000 picoseconds.943 Weight::from_parts(1_470_000, 3576)944 .saturating_add(RocksDbWeight::get().reads(1_u64))945 }946 /// Storage: Refungible TokenProperties (r:1 w:1)947 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)948 fn repair_item() -> Weight {949 // Proof Size summary in bytes:950 // Measured: `120`951 // Estimated: `36269`952 // Minimum execution time: 1_350_000 picoseconds.953 Weight::from_parts(1_420_000, 36269)954 .saturating_add(RocksDbWeight::get().reads(1_u64))955 .saturating_add(RocksDbWeight::get().writes(1_u64))956 }957}9581// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_refungible4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-09-26, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10241011// Executed Command:12// target/release/unique-collator13// benchmark14// pallet15// --pallet16// pallet-refungible17// --wasm-execution18// compiled19// --extrinsic20// *21// --template=.maintain/frame-weight-template.hbs22// --steps=5023// --repeat=8024// --heap-pages=409625// --output=./pallets/refungible/src/weights.rs2627#![cfg_attr(rustfmt, rustfmt_skip)]28#![allow(unused_parens)]29#![allow(unused_imports)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_refungible.35pub trait WeightInfo {36 fn create_item() -> Weight;37 fn create_multiple_items(b: u32, ) -> Weight;38 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight;39 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight;40 fn burn_item_partial() -> Weight;41 fn burn_item_fully() -> Weight;42 fn transfer_normal() -> Weight;43 fn transfer_creating() -> Weight;44 fn transfer_removing() -> Weight;45 fn transfer_creating_removing() -> Weight;46 fn approve() -> Weight;47 fn approve_from() -> Weight;48 fn transfer_from_normal() -> Weight;49 fn transfer_from_creating() -> Weight;50 fn transfer_from_removing() -> Weight;51 fn transfer_from_creating_removing() -> Weight;52 fn burn_from() -> Weight;53 fn set_token_property_permissions(b: u32, ) -> Weight;54 fn set_token_properties(b: u32, ) -> Weight;55 fn reset_token_properties(b: u32, ) -> Weight;56 fn delete_token_properties(b: u32, ) -> Weight;57 fn repartition_item() -> Weight;58 fn token_owner() -> Weight;59 fn set_allowance_for_all() -> Weight;60 fn allowance_for_all() -> Weight;61 fn repair_item() -> Weight;62}6364/// Weights for pallet_refungible using the Substrate node and recommended hardware.65pub struct SubstrateWeight<T>(PhantomData<T>);66impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {67 /// Storage: Refungible TokensMinted (r:1 w:1)68 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)69 /// Storage: Refungible AccountBalance (r:1 w:1)70 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)71 /// Storage: Refungible Balance (r:0 w:1)72 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)73 /// Storage: Refungible TotalSupply (r:0 w:1)74 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)75 /// Storage: Refungible Owned (r:0 w:1)76 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)77 fn create_item() -> Weight {78 // Proof Size summary in bytes:79 // Measured: `4`80 // Estimated: `3530`81 // Minimum execution time: 7_490_000 picoseconds.82 Weight::from_parts(7_820_000, 3530)83 .saturating_add(T::DbWeight::get().reads(2_u64))84 .saturating_add(T::DbWeight::get().writes(5_u64))85 }86 /// Storage: Refungible TokensMinted (r:1 w:1)87 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)88 /// Storage: Refungible AccountBalance (r:1 w:1)89 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)90 /// Storage: Refungible Balance (r:0 w:200)91 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)92 /// Storage: Refungible TotalSupply (r:0 w:200)93 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)94 /// Storage: Refungible Owned (r:0 w:200)95 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)96 /// The range of component `b` is `[0, 200]`.97 fn create_multiple_items(b: u32, ) -> Weight {98 // Proof Size summary in bytes:99 // Measured: `4`100 // Estimated: `3530`101 // Minimum execution time: 1_570_000 picoseconds.102 Weight::from_parts(1_630_000, 3530)103 // Standard Error: 1_544104 .saturating_add(Weight::from_parts(4_082_425, 0).saturating_mul(b.into()))105 .saturating_add(T::DbWeight::get().reads(2_u64))106 .saturating_add(T::DbWeight::get().writes(2_u64))107 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))108 }109 /// Storage: Refungible TokensMinted (r:1 w:1)110 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)111 /// Storage: Refungible AccountBalance (r:200 w:200)112 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)113 /// Storage: Refungible Balance (r:0 w:200)114 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)115 /// Storage: Refungible TotalSupply (r:0 w:200)116 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)117 /// Storage: Refungible Owned (r:0 w:200)118 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)119 /// The range of component `b` is `[0, 200]`.120 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {121 // Proof Size summary in bytes:122 // Measured: `4`123 // Estimated: `3481 + b * (2540 ±0)`124 // Minimum execution time: 1_620_000 picoseconds.125 Weight::from_parts(1_690_000, 3481)126 // Standard Error: 1_349127 .saturating_add(Weight::from_parts(5_124_357, 0).saturating_mul(b.into()))128 .saturating_add(T::DbWeight::get().reads(1_u64))129 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))130 .saturating_add(T::DbWeight::get().writes(1_u64))131 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))132 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))133 }134 /// Storage: Refungible TokensMinted (r:1 w:1)135 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)136 /// Storage: Refungible AccountBalance (r:200 w:200)137 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)138 /// Storage: Refungible Balance (r:0 w:200)139 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)140 /// Storage: Refungible TotalSupply (r:0 w:1)141 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)142 /// Storage: Refungible Owned (r:0 w:200)143 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)144 /// The range of component `b` is `[0, 200]`.145 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {146 // Proof Size summary in bytes:147 // Measured: `4`148 // Estimated: `3481 + b * (2540 ±0)`149 // Minimum execution time: 2_570_000 picoseconds.150 Weight::from_parts(2_680_000, 3481)151 // Standard Error: 637152 .saturating_add(Weight::from_parts(3_753_594, 0).saturating_mul(b.into()))153 .saturating_add(T::DbWeight::get().reads(1_u64))154 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))155 .saturating_add(T::DbWeight::get().writes(2_u64))156 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))157 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))158 }159 /// Storage: Refungible Balance (r:3 w:1)160 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)161 /// Storage: Refungible TotalSupply (r:1 w:1)162 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)163 /// Storage: Refungible AccountBalance (r:1 w:1)164 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)165 /// Storage: Refungible Owned (r:0 w:1)166 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)167 fn burn_item_partial() -> Weight {168 // Proof Size summary in bytes:169 // Measured: `456`170 // Estimated: `8682`171 // Minimum execution time: 16_200_000 picoseconds.172 Weight::from_parts(16_620_000, 8682)173 .saturating_add(T::DbWeight::get().reads(5_u64))174 .saturating_add(T::DbWeight::get().writes(4_u64))175 }176 /// Storage: Refungible Balance (r:1 w:1)177 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)178 /// Storage: Refungible TotalSupply (r:1 w:1)179 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)180 /// Storage: Refungible AccountBalance (r:1 w:1)181 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)182 /// Storage: Refungible TokensBurnt (r:1 w:1)183 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)184 /// Storage: Refungible Owned (r:0 w:1)185 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)186 /// Storage: Refungible TokenProperties (r:0 w:1)187 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)188 fn burn_item_fully() -> Weight {189 // Proof Size summary in bytes:190 // Measured: `341`191 // Estimated: `3554`192 // Minimum execution time: 15_820_000 picoseconds.193 Weight::from_parts(16_410_000, 3554)194 .saturating_add(T::DbWeight::get().reads(4_u64))195 .saturating_add(T::DbWeight::get().writes(6_u64))196 }197 /// Storage: Refungible Balance (r:2 w:2)198 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)199 /// Storage: Refungible TotalSupply (r:1 w:0)200 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)201 fn transfer_normal() -> Weight {202 // Proof Size summary in bytes:203 // Measured: `365`204 // Estimated: `6118`205 // Minimum execution time: 9_970_000 picoseconds.206 Weight::from_parts(10_250_000, 6118)207 .saturating_add(T::DbWeight::get().reads(3_u64))208 .saturating_add(T::DbWeight::get().writes(2_u64))209 }210 /// Storage: Refungible Balance (r:2 w:2)211 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)212 /// Storage: Refungible AccountBalance (r:1 w:1)213 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)214 /// Storage: Refungible TotalSupply (r:1 w:0)215 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)216 /// Storage: Refungible Owned (r:0 w:1)217 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)218 fn transfer_creating() -> Weight {219 // Proof Size summary in bytes:220 // Measured: `341`221 // Estimated: `6118`222 // Minimum execution time: 11_530_000 picoseconds.223 Weight::from_parts(11_800_000, 6118)224 .saturating_add(T::DbWeight::get().reads(4_u64))225 .saturating_add(T::DbWeight::get().writes(4_u64))226 }227 /// Storage: Refungible Balance (r:2 w:2)228 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)229 /// Storage: Refungible AccountBalance (r:1 w:1)230 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)231 /// Storage: Refungible TotalSupply (r:1 w:0)232 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)233 /// Storage: Refungible Owned (r:0 w:1)234 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)235 fn transfer_removing() -> Weight {236 // Proof Size summary in bytes:237 // Measured: `456`238 // Estimated: `6118`239 // Minimum execution time: 13_520_000 picoseconds.240 Weight::from_parts(13_860_000, 6118)241 .saturating_add(T::DbWeight::get().reads(4_u64))242 .saturating_add(T::DbWeight::get().writes(4_u64))243 }244 /// Storage: Refungible Balance (r:2 w:2)245 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)246 /// Storage: Refungible AccountBalance (r:2 w:2)247 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)248 /// Storage: Refungible TotalSupply (r:1 w:0)249 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)250 /// Storage: Refungible Owned (r:0 w:2)251 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)252 fn transfer_creating_removing() -> Weight {253 // Proof Size summary in bytes:254 // Measured: `341`255 // Estimated: `6118`256 // Minimum execution time: 13_290_000 picoseconds.257 Weight::from_parts(13_590_000, 6118)258 .saturating_add(T::DbWeight::get().reads(5_u64))259 .saturating_add(T::DbWeight::get().writes(6_u64))260 }261 /// Storage: Refungible Balance (r:1 w:0)262 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)263 /// Storage: Refungible Allowance (r:0 w:1)264 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)265 fn approve() -> Weight {266 // Proof Size summary in bytes:267 // Measured: `223`268 // Estimated: `3554`269 // Minimum execution time: 5_910_000 picoseconds.270 Weight::from_parts(6_070_000, 3554)271 .saturating_add(T::DbWeight::get().reads(1_u64))272 .saturating_add(T::DbWeight::get().writes(1_u64))273 }274 /// Storage: Refungible Balance (r:1 w:0)275 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)276 /// Storage: Refungible Allowance (r:0 w:1)277 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)278 fn approve_from() -> Weight {279 // Proof Size summary in bytes:280 // Measured: `211`281 // Estimated: `3554`282 // Minimum execution time: 5_920_000 picoseconds.283 Weight::from_parts(6_100_000, 3554)284 .saturating_add(T::DbWeight::get().reads(1_u64))285 .saturating_add(T::DbWeight::get().writes(1_u64))286 }287 /// Storage: Refungible Allowance (r:1 w:1)288 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)289 /// Storage: Refungible Balance (r:2 w:2)290 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)291 /// Storage: Refungible TotalSupply (r:1 w:0)292 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)293 fn transfer_from_normal() -> Weight {294 // Proof Size summary in bytes:295 // Measured: `495`296 // Estimated: `6118`297 // Minimum execution time: 14_460_000 picoseconds.298 Weight::from_parts(14_900_000, 6118)299 .saturating_add(T::DbWeight::get().reads(4_u64))300 .saturating_add(T::DbWeight::get().writes(3_u64))301 }302 /// Storage: Refungible Allowance (r:1 w:1)303 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)304 /// Storage: Refungible Balance (r:2 w:2)305 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)306 /// Storage: Refungible AccountBalance (r:1 w:1)307 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)308 /// Storage: Refungible TotalSupply (r:1 w:0)309 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)310 /// Storage: Refungible Owned (r:0 w:1)311 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)312 fn transfer_from_creating() -> Weight {313 // Proof Size summary in bytes:314 // Measured: `471`315 // Estimated: `6118`316 // Minimum execution time: 15_920_000 picoseconds.317 Weight::from_parts(16_340_000, 6118)318 .saturating_add(T::DbWeight::get().reads(5_u64))319 .saturating_add(T::DbWeight::get().writes(5_u64))320 }321 /// Storage: Refungible Allowance (r:1 w:1)322 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)323 /// Storage: Refungible Balance (r:2 w:2)324 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)325 /// Storage: Refungible AccountBalance (r:1 w:1)326 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)327 /// Storage: Refungible TotalSupply (r:1 w:0)328 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)329 /// Storage: Refungible Owned (r:0 w:1)330 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)331 fn transfer_from_removing() -> Weight {332 // Proof Size summary in bytes:333 // Measured: `586`334 // Estimated: `6118`335 // Minimum execution time: 18_010_000 picoseconds.336 Weight::from_parts(18_350_000, 6118)337 .saturating_add(T::DbWeight::get().reads(5_u64))338 .saturating_add(T::DbWeight::get().writes(5_u64))339 }340 /// Storage: Refungible Allowance (r:1 w:1)341 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)342 /// Storage: Refungible Balance (r:2 w:2)343 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)344 /// Storage: Refungible AccountBalance (r:2 w:2)345 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)346 /// Storage: Refungible TotalSupply (r:1 w:0)347 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)348 /// Storage: Refungible Owned (r:0 w:2)349 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)350 fn transfer_from_creating_removing() -> Weight {351 // Proof Size summary in bytes:352 // Measured: `471`353 // Estimated: `6118`354 // Minimum execution time: 17_800_000 picoseconds.355 Weight::from_parts(18_160_000, 6118)356 .saturating_add(T::DbWeight::get().reads(6_u64))357 .saturating_add(T::DbWeight::get().writes(7_u64))358 }359 /// Storage: Refungible Allowance (r:1 w:1)360 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)361 /// Storage: Refungible Balance (r:1 w:1)362 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)363 /// Storage: Refungible TotalSupply (r:1 w:1)364 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)365 /// Storage: Refungible AccountBalance (r:1 w:1)366 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)367 /// Storage: Refungible TokensBurnt (r:1 w:1)368 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)369 /// Storage: Refungible Owned (r:0 w:1)370 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)371 /// Storage: Refungible TokenProperties (r:0 w:1)372 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)373 fn burn_from() -> Weight {374 // Proof Size summary in bytes:375 // Measured: `471`376 // Estimated: `3570`377 // Minimum execution time: 21_020_000 picoseconds.378 Weight::from_parts(21_450_000, 3570)379 .saturating_add(T::DbWeight::get().reads(5_u64))380 .saturating_add(T::DbWeight::get().writes(7_u64))381 }382 /// Storage: Common CollectionPropertyPermissions (r:1 w:1)383 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)384 /// The range of component `b` is `[0, 64]`.385 fn set_token_property_permissions(b: u32, ) -> Weight {386 // Proof Size summary in bytes:387 // Measured: `314`388 // Estimated: `20191`389 // Minimum execution time: 790_000 picoseconds.390 Weight::from_parts(840_000, 20191)391 // Standard Error: 35_436392 .saturating_add(Weight::from_parts(8_505_258, 0).saturating_mul(b.into()))393 .saturating_add(T::DbWeight::get().reads(1_u64))394 .saturating_add(T::DbWeight::get().writes(1_u64))395 }396 /// Storage: Refungible TokenProperties (r:1 w:1)397 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)398 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)399 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)400 /// Storage: Refungible TotalSupply (r:1 w:0)401 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)402 /// The range of component `b` is `[0, 64]`.403 fn set_token_properties(b: u32, ) -> Weight {404 // Proof Size summary in bytes:405 // Measured: `502 + b * (261 ±0)`406 // Estimated: `36269`407 // Minimum execution time: 1_710_000 picoseconds.408 Weight::from_parts(5_892_635, 36269)409 // Standard Error: 5_857410 .saturating_add(Weight::from_parts(2_956_238, 0).saturating_mul(b.into()))411 .saturating_add(T::DbWeight::get().reads(3_u64))412 .saturating_add(T::DbWeight::get().writes(1_u64))413 }414 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)415 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)416 /// Storage: Refungible TokenProperties (r:0 w:1)417 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)418 /// The range of component `b` is `[0, 64]`.419 fn reset_token_properties(b: u32, ) -> Weight {420 // Proof Size summary in bytes:421 // Measured: `317 + b * (261 ±0)`422 // Estimated: `20191`423 // Minimum execution time: 500_000 picoseconds.424 Weight::from_parts(7_856_522, 20191)425 // Standard Error: 7_896426 .saturating_add(Weight::from_parts(2_770_333, 0).saturating_mul(b.into()))427 .saturating_add(T::DbWeight::get().reads(1_u64))428 .saturating_add(T::DbWeight::get().writes(1_u64))429 }430 /// Storage: Refungible TokenProperties (r:1 w:1)431 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)432 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)433 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)434 /// Storage: Refungible TotalSupply (r:1 w:0)435 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)436 /// The range of component `b` is `[0, 64]`.437 fn delete_token_properties(b: u32, ) -> Weight {438 // Proof Size summary in bytes:439 // Measured: `561 + b * (33291 ±0)`440 // Estimated: `36269`441 // Minimum execution time: 1_710_000 picoseconds.442 Weight::from_parts(1_790_000, 36269)443 // Standard Error: 23_937444 .saturating_add(Weight::from_parts(9_102_744, 0).saturating_mul(b.into()))445 .saturating_add(T::DbWeight::get().reads(3_u64))446 .saturating_add(T::DbWeight::get().writes(1_u64))447 }448 /// Storage: Refungible TotalSupply (r:1 w:1)449 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)450 /// Storage: Refungible Balance (r:1 w:1)451 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)452 fn repartition_item() -> Weight {453 // Proof Size summary in bytes:454 // Measured: `288`455 // Estimated: `3554`456 // Minimum execution time: 7_540_000 picoseconds.457 Weight::from_parts(7_740_000, 3554)458 .saturating_add(T::DbWeight::get().reads(2_u64))459 .saturating_add(T::DbWeight::get().writes(2_u64))460 }461 /// Storage: Refungible Balance (r:2 w:0)462 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)463 fn token_owner() -> Weight {464 // Proof Size summary in bytes:465 // Measured: `288`466 // Estimated: `6118`467 // Minimum execution time: 3_050_000 picoseconds.468 Weight::from_parts(3_230_000, 6118)469 .saturating_add(T::DbWeight::get().reads(2_u64))470 }471 /// Storage: Refungible CollectionAllowance (r:0 w:1)472 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)473 fn set_allowance_for_all() -> Weight {474 // Proof Size summary in bytes:475 // Measured: `0`476 // Estimated: `0`477 // Minimum execution time: 2_560_000 picoseconds.478 Weight::from_parts(2_680_000, 0)479 .saturating_add(T::DbWeight::get().writes(1_u64))480 }481 /// Storage: Refungible CollectionAllowance (r:1 w:0)482 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)483 fn allowance_for_all() -> Weight {484 // Proof Size summary in bytes:485 // Measured: `4`486 // Estimated: `3576`487 // Minimum execution time: 1_430_000 picoseconds.488 Weight::from_parts(1_510_000, 3576)489 .saturating_add(T::DbWeight::get().reads(1_u64))490 }491 /// Storage: Refungible TokenProperties (r:1 w:1)492 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)493 fn repair_item() -> Weight {494 // Proof Size summary in bytes:495 // Measured: `120`496 // Estimated: `36269`497 // Minimum execution time: 1_380_000 picoseconds.498 Weight::from_parts(1_470_000, 36269)499 .saturating_add(T::DbWeight::get().reads(1_u64))500 .saturating_add(T::DbWeight::get().writes(1_u64))501 }502}503504// For backwards compatibility and tests505impl WeightInfo for () {506 /// Storage: Refungible TokensMinted (r:1 w:1)507 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)508 /// Storage: Refungible AccountBalance (r:1 w:1)509 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)510 /// Storage: Refungible Balance (r:0 w:1)511 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)512 /// Storage: Refungible TotalSupply (r:0 w:1)513 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)514 /// Storage: Refungible Owned (r:0 w:1)515 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)516 fn create_item() -> Weight {517 // Proof Size summary in bytes:518 // Measured: `4`519 // Estimated: `3530`520 // Minimum execution time: 7_490_000 picoseconds.521 Weight::from_parts(7_820_000, 3530)522 .saturating_add(RocksDbWeight::get().reads(2_u64))523 .saturating_add(RocksDbWeight::get().writes(5_u64))524 }525 /// Storage: Refungible TokensMinted (r:1 w:1)526 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)527 /// Storage: Refungible AccountBalance (r:1 w:1)528 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)529 /// Storage: Refungible Balance (r:0 w:200)530 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)531 /// Storage: Refungible TotalSupply (r:0 w:200)532 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)533 /// Storage: Refungible Owned (r:0 w:200)534 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)535 /// The range of component `b` is `[0, 200]`.536 fn create_multiple_items(b: u32, ) -> Weight {537 // Proof Size summary in bytes:538 // Measured: `4`539 // Estimated: `3530`540 // Minimum execution time: 1_570_000 picoseconds.541 Weight::from_parts(1_630_000, 3530)542 // Standard Error: 1_544543 .saturating_add(Weight::from_parts(4_082_425, 0).saturating_mul(b.into()))544 .saturating_add(RocksDbWeight::get().reads(2_u64))545 .saturating_add(RocksDbWeight::get().writes(2_u64))546 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))547 }548 /// Storage: Refungible TokensMinted (r:1 w:1)549 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)550 /// Storage: Refungible AccountBalance (r:200 w:200)551 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)552 /// Storage: Refungible Balance (r:0 w:200)553 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)554 /// Storage: Refungible TotalSupply (r:0 w:200)555 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)556 /// Storage: Refungible Owned (r:0 w:200)557 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)558 /// The range of component `b` is `[0, 200]`.559 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {560 // Proof Size summary in bytes:561 // Measured: `4`562 // Estimated: `3481 + b * (2540 ±0)`563 // Minimum execution time: 1_620_000 picoseconds.564 Weight::from_parts(1_690_000, 3481)565 // Standard Error: 1_349566 .saturating_add(Weight::from_parts(5_124_357, 0).saturating_mul(b.into()))567 .saturating_add(RocksDbWeight::get().reads(1_u64))568 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))569 .saturating_add(RocksDbWeight::get().writes(1_u64))570 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))571 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))572 }573 /// Storage: Refungible TokensMinted (r:1 w:1)574 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)575 /// Storage: Refungible AccountBalance (r:200 w:200)576 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)577 /// Storage: Refungible Balance (r:0 w:200)578 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)579 /// Storage: Refungible TotalSupply (r:0 w:1)580 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)581 /// Storage: Refungible Owned (r:0 w:200)582 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)583 /// The range of component `b` is `[0, 200]`.584 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {585 // Proof Size summary in bytes:586 // Measured: `4`587 // Estimated: `3481 + b * (2540 ±0)`588 // Minimum execution time: 2_570_000 picoseconds.589 Weight::from_parts(2_680_000, 3481)590 // Standard Error: 637591 .saturating_add(Weight::from_parts(3_753_594, 0).saturating_mul(b.into()))592 .saturating_add(RocksDbWeight::get().reads(1_u64))593 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))594 .saturating_add(RocksDbWeight::get().writes(2_u64))595 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))596 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))597 }598 /// Storage: Refungible Balance (r:3 w:1)599 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)600 /// Storage: Refungible TotalSupply (r:1 w:1)601 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)602 /// Storage: Refungible AccountBalance (r:1 w:1)603 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)604 /// Storage: Refungible Owned (r:0 w:1)605 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)606 fn burn_item_partial() -> Weight {607 // Proof Size summary in bytes:608 // Measured: `456`609 // Estimated: `8682`610 // Minimum execution time: 16_200_000 picoseconds.611 Weight::from_parts(16_620_000, 8682)612 .saturating_add(RocksDbWeight::get().reads(5_u64))613 .saturating_add(RocksDbWeight::get().writes(4_u64))614 }615 /// Storage: Refungible Balance (r:1 w:1)616 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)617 /// Storage: Refungible TotalSupply (r:1 w:1)618 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)619 /// Storage: Refungible AccountBalance (r:1 w:1)620 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)621 /// Storage: Refungible TokensBurnt (r:1 w:1)622 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)623 /// Storage: Refungible Owned (r:0 w:1)624 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)625 /// Storage: Refungible TokenProperties (r:0 w:1)626 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)627 fn burn_item_fully() -> Weight {628 // Proof Size summary in bytes:629 // Measured: `341`630 // Estimated: `3554`631 // Minimum execution time: 15_820_000 picoseconds.632 Weight::from_parts(16_410_000, 3554)633 .saturating_add(RocksDbWeight::get().reads(4_u64))634 .saturating_add(RocksDbWeight::get().writes(6_u64))635 }636 /// Storage: Refungible Balance (r:2 w:2)637 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)638 /// Storage: Refungible TotalSupply (r:1 w:0)639 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)640 fn transfer_normal() -> Weight {641 // Proof Size summary in bytes:642 // Measured: `365`643 // Estimated: `6118`644 // Minimum execution time: 9_970_000 picoseconds.645 Weight::from_parts(10_250_000, 6118)646 .saturating_add(RocksDbWeight::get().reads(3_u64))647 .saturating_add(RocksDbWeight::get().writes(2_u64))648 }649 /// Storage: Refungible Balance (r:2 w:2)650 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)651 /// Storage: Refungible AccountBalance (r:1 w:1)652 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)653 /// Storage: Refungible TotalSupply (r:1 w:0)654 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)655 /// Storage: Refungible Owned (r:0 w:1)656 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)657 fn transfer_creating() -> Weight {658 // Proof Size summary in bytes:659 // Measured: `341`660 // Estimated: `6118`661 // Minimum execution time: 11_530_000 picoseconds.662 Weight::from_parts(11_800_000, 6118)663 .saturating_add(RocksDbWeight::get().reads(4_u64))664 .saturating_add(RocksDbWeight::get().writes(4_u64))665 }666 /// Storage: Refungible Balance (r:2 w:2)667 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)668 /// Storage: Refungible AccountBalance (r:1 w:1)669 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)670 /// Storage: Refungible TotalSupply (r:1 w:0)671 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)672 /// Storage: Refungible Owned (r:0 w:1)673 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)674 fn transfer_removing() -> Weight {675 // Proof Size summary in bytes:676 // Measured: `456`677 // Estimated: `6118`678 // Minimum execution time: 13_520_000 picoseconds.679 Weight::from_parts(13_860_000, 6118)680 .saturating_add(RocksDbWeight::get().reads(4_u64))681 .saturating_add(RocksDbWeight::get().writes(4_u64))682 }683 /// Storage: Refungible Balance (r:2 w:2)684 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)685 /// Storage: Refungible AccountBalance (r:2 w:2)686 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)687 /// Storage: Refungible TotalSupply (r:1 w:0)688 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)689 /// Storage: Refungible Owned (r:0 w:2)690 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)691 fn transfer_creating_removing() -> Weight {692 // Proof Size summary in bytes:693 // Measured: `341`694 // Estimated: `6118`695 // Minimum execution time: 13_290_000 picoseconds.696 Weight::from_parts(13_590_000, 6118)697 .saturating_add(RocksDbWeight::get().reads(5_u64))698 .saturating_add(RocksDbWeight::get().writes(6_u64))699 }700 /// Storage: Refungible Balance (r:1 w:0)701 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)702 /// Storage: Refungible Allowance (r:0 w:1)703 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)704 fn approve() -> Weight {705 // Proof Size summary in bytes:706 // Measured: `223`707 // Estimated: `3554`708 // Minimum execution time: 5_910_000 picoseconds.709 Weight::from_parts(6_070_000, 3554)710 .saturating_add(RocksDbWeight::get().reads(1_u64))711 .saturating_add(RocksDbWeight::get().writes(1_u64))712 }713 /// Storage: Refungible Balance (r:1 w:0)714 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)715 /// Storage: Refungible Allowance (r:0 w:1)716 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)717 fn approve_from() -> Weight {718 // Proof Size summary in bytes:719 // Measured: `211`720 // Estimated: `3554`721 // Minimum execution time: 5_920_000 picoseconds.722 Weight::from_parts(6_100_000, 3554)723 .saturating_add(RocksDbWeight::get().reads(1_u64))724 .saturating_add(RocksDbWeight::get().writes(1_u64))725 }726 /// Storage: Refungible Allowance (r:1 w:1)727 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)728 /// Storage: Refungible Balance (r:2 w:2)729 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)730 /// Storage: Refungible TotalSupply (r:1 w:0)731 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)732 fn transfer_from_normal() -> Weight {733 // Proof Size summary in bytes:734 // Measured: `495`735 // Estimated: `6118`736 // Minimum execution time: 14_460_000 picoseconds.737 Weight::from_parts(14_900_000, 6118)738 .saturating_add(RocksDbWeight::get().reads(4_u64))739 .saturating_add(RocksDbWeight::get().writes(3_u64))740 }741 /// Storage: Refungible Allowance (r:1 w:1)742 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)743 /// Storage: Refungible Balance (r:2 w:2)744 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)745 /// Storage: Refungible AccountBalance (r:1 w:1)746 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)747 /// Storage: Refungible TotalSupply (r:1 w:0)748 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)749 /// Storage: Refungible Owned (r:0 w:1)750 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)751 fn transfer_from_creating() -> Weight {752 // Proof Size summary in bytes:753 // Measured: `471`754 // Estimated: `6118`755 // Minimum execution time: 15_920_000 picoseconds.756 Weight::from_parts(16_340_000, 6118)757 .saturating_add(RocksDbWeight::get().reads(5_u64))758 .saturating_add(RocksDbWeight::get().writes(5_u64))759 }760 /// Storage: Refungible Allowance (r:1 w:1)761 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)762 /// Storage: Refungible Balance (r:2 w:2)763 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)764 /// Storage: Refungible AccountBalance (r:1 w:1)765 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)766 /// Storage: Refungible TotalSupply (r:1 w:0)767 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)768 /// Storage: Refungible Owned (r:0 w:1)769 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)770 fn transfer_from_removing() -> Weight {771 // Proof Size summary in bytes:772 // Measured: `586`773 // Estimated: `6118`774 // Minimum execution time: 18_010_000 picoseconds.775 Weight::from_parts(18_350_000, 6118)776 .saturating_add(RocksDbWeight::get().reads(5_u64))777 .saturating_add(RocksDbWeight::get().writes(5_u64))778 }779 /// Storage: Refungible Allowance (r:1 w:1)780 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)781 /// Storage: Refungible Balance (r:2 w:2)782 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)783 /// Storage: Refungible AccountBalance (r:2 w:2)784 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)785 /// Storage: Refungible TotalSupply (r:1 w:0)786 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)787 /// Storage: Refungible Owned (r:0 w:2)788 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)789 fn transfer_from_creating_removing() -> Weight {790 // Proof Size summary in bytes:791 // Measured: `471`792 // Estimated: `6118`793 // Minimum execution time: 17_800_000 picoseconds.794 Weight::from_parts(18_160_000, 6118)795 .saturating_add(RocksDbWeight::get().reads(6_u64))796 .saturating_add(RocksDbWeight::get().writes(7_u64))797 }798 /// Storage: Refungible Allowance (r:1 w:1)799 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)800 /// Storage: Refungible Balance (r:1 w:1)801 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)802 /// Storage: Refungible TotalSupply (r:1 w:1)803 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)804 /// Storage: Refungible AccountBalance (r:1 w:1)805 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)806 /// Storage: Refungible TokensBurnt (r:1 w:1)807 /// Proof: Refungible TokensBurnt (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)808 /// Storage: Refungible Owned (r:0 w:1)809 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)810 /// Storage: Refungible TokenProperties (r:0 w:1)811 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)812 fn burn_from() -> Weight {813 // Proof Size summary in bytes:814 // Measured: `471`815 // Estimated: `3570`816 // Minimum execution time: 21_020_000 picoseconds.817 Weight::from_parts(21_450_000, 3570)818 .saturating_add(RocksDbWeight::get().reads(5_u64))819 .saturating_add(RocksDbWeight::get().writes(7_u64))820 }821 /// Storage: Common CollectionPropertyPermissions (r:1 w:1)822 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)823 /// The range of component `b` is `[0, 64]`.824 fn set_token_property_permissions(b: u32, ) -> Weight {825 // Proof Size summary in bytes:826 // Measured: `314`827 // Estimated: `20191`828 // Minimum execution time: 790_000 picoseconds.829 Weight::from_parts(840_000, 20191)830 // Standard Error: 35_436831 .saturating_add(Weight::from_parts(8_505_258, 0).saturating_mul(b.into()))832 .saturating_add(RocksDbWeight::get().reads(1_u64))833 .saturating_add(RocksDbWeight::get().writes(1_u64))834 }835 /// Storage: Refungible TokenProperties (r:1 w:1)836 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)837 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)838 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)839 /// Storage: Refungible TotalSupply (r:1 w:0)840 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)841 /// The range of component `b` is `[0, 64]`.842 fn set_token_properties(b: u32, ) -> Weight {843 // Proof Size summary in bytes:844 // Measured: `502 + b * (261 ±0)`845 // Estimated: `36269`846 // Minimum execution time: 1_710_000 picoseconds.847 Weight::from_parts(5_892_635, 36269)848 // Standard Error: 5_857849 .saturating_add(Weight::from_parts(2_956_238, 0).saturating_mul(b.into()))850 .saturating_add(RocksDbWeight::get().reads(3_u64))851 .saturating_add(RocksDbWeight::get().writes(1_u64))852 }853 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)854 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)855 /// Storage: Refungible TokenProperties (r:0 w:1)856 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)857 /// The range of component `b` is `[0, 64]`.858 fn reset_token_properties(b: u32, ) -> Weight {859 // Proof Size summary in bytes:860 // Measured: `317 + b * (261 ±0)`861 // Estimated: `20191`862 // Minimum execution time: 500_000 picoseconds.863 Weight::from_parts(7_856_522, 20191)864 // Standard Error: 7_896865 .saturating_add(Weight::from_parts(2_770_333, 0).saturating_mul(b.into()))866 .saturating_add(RocksDbWeight::get().reads(1_u64))867 .saturating_add(RocksDbWeight::get().writes(1_u64))868 }869 /// Storage: Refungible TokenProperties (r:1 w:1)870 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)871 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)872 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)873 /// Storage: Refungible TotalSupply (r:1 w:0)874 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)875 /// The range of component `b` is `[0, 64]`.876 fn delete_token_properties(b: u32, ) -> Weight {877 // Proof Size summary in bytes:878 // Measured: `561 + b * (33291 ±0)`879 // Estimated: `36269`880 // Minimum execution time: 1_710_000 picoseconds.881 Weight::from_parts(1_790_000, 36269)882 // Standard Error: 23_937883 .saturating_add(Weight::from_parts(9_102_744, 0).saturating_mul(b.into()))884 .saturating_add(RocksDbWeight::get().reads(3_u64))885 .saturating_add(RocksDbWeight::get().writes(1_u64))886 }887 /// Storage: Refungible TotalSupply (r:1 w:1)888 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)889 /// Storage: Refungible Balance (r:1 w:1)890 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)891 fn repartition_item() -> Weight {892 // Proof Size summary in bytes:893 // Measured: `288`894 // Estimated: `3554`895 // Minimum execution time: 7_540_000 picoseconds.896 Weight::from_parts(7_740_000, 3554)897 .saturating_add(RocksDbWeight::get().reads(2_u64))898 .saturating_add(RocksDbWeight::get().writes(2_u64))899 }900 /// Storage: Refungible Balance (r:2 w:0)901 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)902 fn token_owner() -> Weight {903 // Proof Size summary in bytes:904 // Measured: `288`905 // Estimated: `6118`906 // Minimum execution time: 3_050_000 picoseconds.907 Weight::from_parts(3_230_000, 6118)908 .saturating_add(RocksDbWeight::get().reads(2_u64))909 }910 /// Storage: Refungible CollectionAllowance (r:0 w:1)911 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)912 fn set_allowance_for_all() -> Weight {913 // Proof Size summary in bytes:914 // Measured: `0`915 // Estimated: `0`916 // Minimum execution time: 2_560_000 picoseconds.917 Weight::from_parts(2_680_000, 0)918 .saturating_add(RocksDbWeight::get().writes(1_u64))919 }920 /// Storage: Refungible CollectionAllowance (r:1 w:0)921 /// Proof: Refungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)922 fn allowance_for_all() -> Weight {923 // Proof Size summary in bytes:924 // Measured: `4`925 // Estimated: `3576`926 // Minimum execution time: 1_430_000 picoseconds.927 Weight::from_parts(1_510_000, 3576)928 .saturating_add(RocksDbWeight::get().reads(1_u64))929 }930 /// Storage: Refungible TokenProperties (r:1 w:1)931 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)932 fn repair_item() -> Weight {933 // Proof Size summary in bytes:934 // Measured: `120`935 // Estimated: `36269`936 // Minimum execution time: 1_380_000 picoseconds.937 Weight::from_parts(1_470_000, 36269)938 .saturating_add(RocksDbWeight::get().reads(1_u64))939 .saturating_add(RocksDbWeight::get().writes(1_u64))940 }941}942