difftreelog
chore add temporary nft/rft weights
in: master
2 files changed
pallets/nonfungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_nonfungible3//! Autogenerated weights for pallet_nonfungible4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2023-09-25, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10249//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024101011// Executed Command:11// Executed Command:46 fn burn_from() -> Weight;46 fn burn_from() -> Weight;47 fn set_token_property_permissions(b: u32, ) -> Weight;47 fn set_token_property_permissions(b: u32, ) -> Weight;48 fn set_token_properties(b: u32, ) -> Weight;48 fn set_token_properties(b: u32, ) -> Weight;49 fn reset_token_properties(b: u32, ) -> Weight;49 fn delete_token_properties(b: u32, ) -> Weight;50 fn delete_token_properties(b: u32, ) -> Weight;50 fn token_owner() -> Weight;51 fn token_owner() -> Weight;51 fn set_allowance_for_all() -> Weight;52 fn set_allowance_for_all() -> Weight;60 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)61 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)61 /// Storage: Nonfungible AccountBalance (r:1 w:1)62 /// Storage: Nonfungible AccountBalance (r:1 w:1)62 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)63 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)63 /// Storage: Nonfungible TokenProperties (r:1 w:1)64 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)65 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)64 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)66 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)65 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)67 /// Storage: Nonfungible TokenData (r:0 w:1)66 /// Storage: Nonfungible TokenData (r:0 w:1)70 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)69 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)71 fn create_item() -> Weight {70 fn create_item() -> Weight {72 // Proof Size summary in bytes:71 // Proof Size summary in bytes:73 // Measured: `390`72 // Measured: `456`74 // Estimated: `63471`73 // Estimated: `20191`75 // Minimum execution time: 25_892_000 picoseconds.74 // Minimum execution time: 10_660_000 picoseconds.76 Weight::from_parts(26_424_000, 63471)75 Weight::from_parts(10_960_000, 20191)77 .saturating_add(T::DbWeight::get().reads(4_u64))76 .saturating_add(T::DbWeight::get().reads(3_u64))78 .saturating_add(T::DbWeight::get().writes(5_u64))77 .saturating_add(T::DbWeight::get().writes(4_u64))79 }78 }80 /// Storage: Nonfungible TokensMinted (r:1 w:1)79 /// Storage: Nonfungible TokensMinted (r:1 w:1)81 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)80 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)82 /// Storage: Nonfungible AccountBalance (r:1 w:1)81 /// Storage: Nonfungible AccountBalance (r:1 w:1)83 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)82 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)84 /// Storage: Nonfungible TokenProperties (r:200 w:200)85 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)86 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)83 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)87 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)84 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)88 /// Storage: Nonfungible TokenData (r:0 w:200)85 /// Storage: Nonfungible TokenData (r:0 w:200)92 /// The range of component `b` is `[0, 200]`.89 /// The range of component `b` is `[0, 200]`.93 fn create_multiple_items(b: u32, ) -> Weight {90 fn create_multiple_items(b: u32, ) -> Weight {94 // Proof Size summary in bytes:91 // Proof Size summary in bytes:95 // Measured: `390`92 // Measured: `456`96 // Estimated: `28192 + b * (35279 ±0)`93 // Estimated: `20191`97 // Minimum execution time: 4_612_000 picoseconds.94 // Minimum execution time: 2_200_000 picoseconds.98 Weight::from_parts(6_399_460, 28192)95 Weight::from_parts(612_529, 20191)99 // Standard Error: 5_11996 // Standard Error: 737100 .saturating_add(Weight::from_parts(7_230_389, 0).saturating_mul(b.into()))101 .saturating_add(T::DbWeight::get().reads(3_u64))102 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))97 .saturating_add(Weight::from_parts(3_807_625, 0).saturating_mul(b.into()))103 .saturating_add(T::DbWeight::get().writes(2_u64))98 .saturating_add(T::DbWeight::get().reads(3_u64))104 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))99 .saturating_add(T::DbWeight::get().writes(2_u64))105 .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))100 .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into())))106 }101 }107 /// Storage: Nonfungible TokensMinted (r:1 w:1)102 /// Storage: Nonfungible TokensMinted (r:1 w:1)108 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)103 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)109 /// Storage: Nonfungible AccountBalance (r:200 w:200)104 /// Storage: Nonfungible AccountBalance (r:200 w:200)110 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)105 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)111 /// Storage: Nonfungible TokenProperties (r:200 w:200)112 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)113 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)106 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)114 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)107 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)115 /// Storage: Nonfungible TokenData (r:0 w:200)108 /// Storage: Nonfungible TokenData (r:0 w:200)119 /// The range of component `b` is `[0, 200]`.112 /// The range of component `b` is `[0, 200]`.120 fn create_multiple_items_ex(b: u32, ) -> Weight {113 fn create_multiple_items_ex(b: u32, ) -> Weight {121 // Proof Size summary in bytes:114 // Proof Size summary in bytes:122 // Measured: `390`115 // Measured: `456`123 // Estimated: `25652 + b * (37819 ±0)`116 // Estimated: `20191 + b * (2540 ±0)`124 // Minimum execution time: 4_538_000 picoseconds.117 // Minimum execution time: 2_190_000 picoseconds.125 Weight::from_parts(4_686_000, 25652)118 Weight::from_parts(2_280_000, 20191)126 // Standard Error: 3_518119 // Standard Error: 1_011127 .saturating_add(Weight::from_parts(8_905_771, 0).saturating_mul(b.into()))120 .saturating_add(Weight::from_parts(4_931_681, 0).saturating_mul(b.into()))128 .saturating_add(T::DbWeight::get().reads(2_u64))121 .saturating_add(T::DbWeight::get().reads(2_u64))129 .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))122 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))130 .saturating_add(T::DbWeight::get().writes(1_u64))123 .saturating_add(T::DbWeight::get().writes(1_u64))131 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))124 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))132 .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))125 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))133 }126 }134 /// Storage: Nonfungible TokenData (r:1 w:1)127 /// Storage: Nonfungible TokenData (r:1 w:1)135 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)128 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)148 fn burn_item() -> Weight {141 fn burn_item() -> Weight {149 // Proof Size summary in bytes:142 // Proof Size summary in bytes:150 // Measured: `380`143 // Measured: `380`151 // Estimated: `17561`144 // Estimated: `3530`152 // Minimum execution time: 24_230_000 picoseconds.145 // Minimum execution time: 13_470_000 picoseconds.153 Weight::from_parts(24_672_000, 17561)146 Weight::from_parts(13_840_000, 3530)154 .saturating_add(T::DbWeight::get().reads(5_u64))147 .saturating_add(T::DbWeight::get().reads(5_u64))155 .saturating_add(T::DbWeight::get().writes(5_u64))148 .saturating_add(T::DbWeight::get().writes(5_u64))156 }149 }171 fn burn_recursively_self_raw() -> Weight {164 fn burn_recursively_self_raw() -> Weight {172 // Proof Size summary in bytes:165 // Proof Size summary in bytes:173 // Measured: `380`166 // Measured: `380`174 // Estimated: `17561`167 // Estimated: `3530`175 // Minimum execution time: 30_521_000 picoseconds.168 // Minimum execution time: 16_940_000 picoseconds.176 Weight::from_parts(31_241_000, 17561)169 Weight::from_parts(17_340_000, 3530)177 .saturating_add(T::DbWeight::get().reads(5_u64))170 .saturating_add(T::DbWeight::get().reads(5_u64))178 .saturating_add(T::DbWeight::get().writes(5_u64))171 .saturating_add(T::DbWeight::get().writes(5_u64))179 }172 }196 /// The range of component `b` is `[0, 200]`.189 /// The range of component `b` is `[0, 200]`.197 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {190 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {198 // Proof Size summary in bytes:191 // Proof Size summary in bytes:199 // Measured: `1467 + b * (58 ±0)`192 // Measured: `1500 + b * (58 ±0)`200 // Estimated: `24230 + b * (10097 ±0)`193 // Estimated: `5874 + b * (5032 ±0)`201 // Minimum execution time: 31_734_000 picoseconds.194 // Minimum execution time: 16_910_000 picoseconds.202 Weight::from_parts(32_162_000, 24230)195 Weight::from_parts(17_170_000, 5874)203 // Standard Error: 210_514196 // Standard Error: 102_760204 .saturating_add(Weight::from_parts(71_382_804, 0).saturating_mul(b.into()))197 .saturating_add(Weight::from_parts(45_644_966, 0).saturating_mul(b.into()))205 .saturating_add(T::DbWeight::get().reads(7_u64))198 .saturating_add(T::DbWeight::get().reads(7_u64))206 .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into())))199 .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(b.into())))207 .saturating_add(T::DbWeight::get().writes(6_u64))200 .saturating_add(T::DbWeight::get().writes(6_u64))208 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))201 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))209 .saturating_add(Weight::from_parts(0, 10097).saturating_mul(b.into()))202 .saturating_add(Weight::from_parts(0, 5032).saturating_mul(b.into()))210 }203 }211 /// Storage: Nonfungible TokenData (r:1 w:1)204 /// Storage: Nonfungible TokenData (r:1 w:1)212 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)205 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)219 fn transfer_raw() -> Weight {212 fn transfer_raw() -> Weight {220 // Proof Size summary in bytes:213 // Proof Size summary in bytes:221 // Measured: `380`214 // Measured: `380`222 // Estimated: `13114`215 // Estimated: `6070`223 // Minimum execution time: 18_305_000 picoseconds.216 // Minimum execution time: 9_420_000 picoseconds.224 Weight::from_parts(18_859_000, 13114)217 Weight::from_parts(9_710_000, 6070)225 .saturating_add(T::DbWeight::get().reads(4_u64))218 .saturating_add(T::DbWeight::get().reads(4_u64))226 .saturating_add(T::DbWeight::get().writes(5_u64))219 .saturating_add(T::DbWeight::get().writes(5_u64))227 }220 }232 fn approve() -> Weight {225 fn approve() -> Weight {233 // Proof Size summary in bytes:226 // Proof Size summary in bytes:234 // Measured: `326`227 // Measured: `326`235 // Estimated: `7044`228 // Estimated: `3522`236 // Minimum execution time: 10_977_000 picoseconds.229 // Minimum execution time: 5_400_000 picoseconds.237 Weight::from_parts(11_184_000, 7044)230 Weight::from_parts(5_640_000, 3522)238 .saturating_add(T::DbWeight::get().reads(2_u64))231 .saturating_add(T::DbWeight::get().reads(2_u64))239 .saturating_add(T::DbWeight::get().writes(1_u64))232 .saturating_add(T::DbWeight::get().writes(1_u64))240 }233 }245 fn approve_from() -> Weight {238 fn approve_from() -> Weight {246 // Proof Size summary in bytes:239 // Proof Size summary in bytes:247 // Measured: `313`240 // Measured: `313`248 // Estimated: `7044`241 // Estimated: `3522`249 // Minimum execution time: 11_456_000 picoseconds.242 // Minimum execution time: 5_390_000 picoseconds.250 Weight::from_parts(11_731_000, 7044)243 Weight::from_parts(5_610_000, 3522)251 .saturating_add(T::DbWeight::get().reads(2_u64))244 .saturating_add(T::DbWeight::get().reads(2_u64))252 .saturating_add(T::DbWeight::get().writes(1_u64))245 .saturating_add(T::DbWeight::get().writes(1_u64))253 }246 }257 // Proof Size summary in bytes:250 // Proof Size summary in bytes:258 // Measured: `362`251 // Measured: `362`259 // Estimated: `3522`252 // Estimated: `3522`260 // Minimum execution time: 5_771_000 picoseconds.253 // Minimum execution time: 2_970_000 picoseconds.261 Weight::from_parts(5_972_000, 3522)254 Weight::from_parts(3_170_000, 3522)262 .saturating_add(T::DbWeight::get().reads(1_u64))255 .saturating_add(T::DbWeight::get().reads(1_u64))263 }256 }264 /// Storage: Nonfungible Allowance (r:1 w:1)257 /// Storage: Nonfungible Allowance (r:1 w:1)278 fn burn_from() -> Weight {271 fn burn_from() -> Weight {279 // Proof Size summary in bytes:272 // Proof Size summary in bytes:280 // Measured: `463`273 // Measured: `463`281 // Estimated: `17561`274 // Estimated: `3530`282 // Minimum execution time: 30_633_000 picoseconds.275 // Minimum execution time: 15_400_000 picoseconds.283 Weight::from_parts(31_136_000, 17561)276 Weight::from_parts(15_850_000, 3530)284 .saturating_add(T::DbWeight::get().reads(5_u64))277 .saturating_add(T::DbWeight::get().reads(5_u64))285 .saturating_add(T::DbWeight::get().writes(6_u64))278 .saturating_add(T::DbWeight::get().writes(6_u64))286 }279 }289 /// The range of component `b` is `[0, 64]`.282 /// The range of component `b` is `[0, 64]`.290 fn set_token_property_permissions(b: u32, ) -> Weight {283 fn set_token_property_permissions(b: u32, ) -> Weight {291 // Proof Size summary in bytes:284 // Proof Size summary in bytes:292 // Measured: `281`285 // Measured: `314`293 // Estimated: `20191`286 // Estimated: `20191`294 // Minimum execution time: 2_300_000 picoseconds.287 // Minimum execution time: 780_000 picoseconds.295 Weight::from_parts(2_382_000, 20191)288 Weight::from_parts(830_000, 20191)296 // Standard Error: 45_076289 // Standard Error: 35_354297 .saturating_add(Weight::from_parts(12_000_777, 0).saturating_mul(b.into()))290 .saturating_add(Weight::from_parts(8_422_695, 0).saturating_mul(b.into()))298 .saturating_add(T::DbWeight::get().reads(1_u64))291 .saturating_add(T::DbWeight::get().reads(1_u64))299 .saturating_add(T::DbWeight::get().writes(1_u64))292 .saturating_add(T::DbWeight::get().writes(1_u64))300 }293 }301 /// Storage: Nonfungible TokenProperties (r:1 w:1)294 /// Storage: Nonfungible TokenProperties (r:1 w:1)302 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)295 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)303 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)296 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)304 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)297 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)298 /// Storage: Nonfungible TokenData (r:1 w:0)299 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)305 /// The range of component `b` is `[0, 64]`.300 /// The range of component `b` is `[0, 64]`.306 fn set_token_properties(b: u32, ) -> Weight {301 fn set_token_properties(b: u32, ) -> Weight {307 // Proof Size summary in bytes:302 // Proof Size summary in bytes:308 // Measured: `584 + b * (261 ±0)`303 // Measured: `640 + b * (261 ±0)`309 // Estimated: `56460`304 // Estimated: `36269`310 // Minimum execution time: 12_422_000 picoseconds.305 // Minimum execution time: 5_530_000 picoseconds.311 Weight::from_parts(5_523_689, 56460)306 Weight::from_parts(10_829_898, 36269)312 // Standard Error: 74_137307 // Standard Error: 5_106313 .saturating_add(Weight::from_parts(6_320_501, 0).saturating_mul(b.into()))308 .saturating_add(Weight::from_parts(2_601_900, 0).saturating_mul(b.into()))314 .saturating_add(T::DbWeight::get().reads(2_u64))309 .saturating_add(T::DbWeight::get().reads(3_u64))315 .saturating_add(T::DbWeight::get().writes(1_u64))310 .saturating_add(T::DbWeight::get().writes(1_u64))316 }311 }312 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)313 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)314 /// Storage: Nonfungible TokenProperties (r:0 w:1)315 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)316 /// The range of component `b` is `[0, 64]`.317 fn reset_token_properties(b: u32, ) -> Weight {318 // Proof Size summary in bytes:319 // Measured: `317 + b * (261 ±0)`320 // Estimated: `20191`321 // Minimum execution time: 3_690_000 picoseconds.322 Weight::from_parts(9_633_879, 20191)323 // Standard Error: 6_573324 .saturating_add(Weight::from_parts(2_694_801, 0).saturating_mul(b.into()))325 .saturating_add(T::DbWeight::get().reads(1_u64))326 .saturating_add(T::DbWeight::get().writes(1_u64))327 }317 /// Storage: Nonfungible TokenProperties (r:1 w:1)328 /// Storage: Nonfungible TokenProperties (r:1 w:1)318 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)329 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)319 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)330 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)320 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)331 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)332 /// Storage: Nonfungible TokenData (r:1 w:0)333 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)321 /// The range of component `b` is `[0, 64]`.334 /// The range of component `b` is `[0, 64]`.322 fn delete_token_properties(b: u32, ) -> Weight {335 fn delete_token_properties(b: u32, ) -> Weight {323 // Proof Size summary in bytes:336 // Proof Size summary in bytes:324 // Measured: `589 + b * (33291 ±0)`337 // Measured: `699 + b * (33291 ±0)`325 // Estimated: `56460`338 // Estimated: `36269`326 // Minimum execution time: 12_006_000 picoseconds.339 // Minimum execution time: 5_860_000 picoseconds.327 Weight::from_parts(12_216_000, 56460)340 Weight::from_parts(6_000_000, 36269)328 // Standard Error: 83_431341 // Standard Error: 26_204329 .saturating_add(Weight::from_parts(24_556_999, 0).saturating_mul(b.into()))342 .saturating_add(Weight::from_parts(9_601_645, 0).saturating_mul(b.into()))330 .saturating_add(T::DbWeight::get().reads(2_u64))343 .saturating_add(T::DbWeight::get().reads(3_u64))331 .saturating_add(T::DbWeight::get().writes(1_u64))344 .saturating_add(T::DbWeight::get().writes(1_u64))332 }345 }333 /// Storage: Nonfungible TokenData (r:1 w:0)346 /// Storage: Nonfungible TokenData (r:1 w:0)336 // Proof Size summary in bytes:349 // Proof Size summary in bytes:337 // Measured: `326`350 // Measured: `326`338 // Estimated: `3522`351 // Estimated: `3522`339 // Minimum execution time: 4_827_000 picoseconds.352 // Minimum execution time: 2_930_000 picoseconds.340 Weight::from_parts(4_984_000, 3522)353 Weight::from_parts(3_060_000, 3522)341 .saturating_add(T::DbWeight::get().reads(1_u64))354 .saturating_add(T::DbWeight::get().reads(1_u64))342 }355 }343 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)356 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)346 // Proof Size summary in bytes:359 // Proof Size summary in bytes:347 // Measured: `0`360 // Measured: `0`348 // Estimated: `0`361 // Estimated: `0`349 // Minimum execution time: 6_151_000 picoseconds.362 // Minimum execution time: 2_680_000 picoseconds.350 Weight::from_parts(6_394_000, 0)363 Weight::from_parts(2_780_000, 0)351 .saturating_add(T::DbWeight::get().writes(1_u64))364 .saturating_add(T::DbWeight::get().writes(1_u64))352 }365 }353 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)366 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)354 /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)367 /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)355 fn allowance_for_all() -> Weight {368 fn allowance_for_all() -> Weight {356 // Proof Size summary in bytes:369 // Proof Size summary in bytes:357 // Measured: `109`370 // Measured: `142`358 // Estimated: `3576`371 // Estimated: `3576`359 // Minimum execution time: 3_791_000 picoseconds.372 // Minimum execution time: 2_000_000 picoseconds.360 Weight::from_parts(3_950_000, 3576)373 Weight::from_parts(2_110_000, 3576)361 .saturating_add(T::DbWeight::get().reads(1_u64))374 .saturating_add(T::DbWeight::get().reads(1_u64))362 }375 }363 /// Storage: Nonfungible TokenProperties (r:1 w:1)376 /// Storage: Nonfungible TokenProperties (r:1 w:1)364 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)377 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)365 fn repair_item() -> Weight {378 fn repair_item() -> Weight {366 // Proof Size summary in bytes:379 // Proof Size summary in bytes:367 // Measured: `300`380 // Measured: `279`368 // Estimated: `36269`381 // Estimated: `36269`369 // Minimum execution time: 5_364_000 picoseconds.382 // Minimum execution time: 2_200_000 picoseconds.370 Weight::from_parts(5_539_000, 36269)383 Weight::from_parts(2_340_000, 36269)371 .saturating_add(T::DbWeight::get().reads(1_u64))384 .saturating_add(T::DbWeight::get().reads(1_u64))372 .saturating_add(T::DbWeight::get().writes(1_u64))385 .saturating_add(T::DbWeight::get().writes(1_u64))373 }386 }379 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)392 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)380 /// Storage: Nonfungible AccountBalance (r:1 w:1)393 /// Storage: Nonfungible AccountBalance (r:1 w:1)381 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)394 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)382 /// Storage: Nonfungible TokenProperties (r:1 w:1)383 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)384 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)395 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)385 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)396 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)386 /// Storage: Nonfungible TokenData (r:0 w:1)397 /// Storage: Nonfungible TokenData (r:0 w:1)389 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)400 /// Proof: Nonfungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)390 fn create_item() -> Weight {401 fn create_item() -> Weight {391 // Proof Size summary in bytes:402 // Proof Size summary in bytes:392 // Measured: `390`403 // Measured: `456`393 // Estimated: `63471`404 // Estimated: `20191`394 // Minimum execution time: 25_892_000 picoseconds.405 // Minimum execution time: 10_660_000 picoseconds.395 Weight::from_parts(26_424_000, 63471)406 Weight::from_parts(10_960_000, 20191)396 .saturating_add(RocksDbWeight::get().reads(4_u64))407 .saturating_add(RocksDbWeight::get().reads(3_u64))397 .saturating_add(RocksDbWeight::get().writes(5_u64))408 .saturating_add(RocksDbWeight::get().writes(4_u64))398 }409 }399 /// Storage: Nonfungible TokensMinted (r:1 w:1)410 /// Storage: Nonfungible TokensMinted (r:1 w:1)400 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)411 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)401 /// Storage: Nonfungible AccountBalance (r:1 w:1)412 /// Storage: Nonfungible AccountBalance (r:1 w:1)402 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)413 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)403 /// Storage: Nonfungible TokenProperties (r:200 w:200)404 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)405 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)414 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)406 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)415 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)407 /// Storage: Nonfungible TokenData (r:0 w:200)416 /// Storage: Nonfungible TokenData (r:0 w:200)411 /// The range of component `b` is `[0, 200]`.420 /// The range of component `b` is `[0, 200]`.412 fn create_multiple_items(b: u32, ) -> Weight {421 fn create_multiple_items(b: u32, ) -> Weight {413 // Proof Size summary in bytes:422 // Proof Size summary in bytes:414 // Measured: `390`423 // Measured: `456`415 // Estimated: `28192 + b * (35279 ±0)`424 // Estimated: `20191`416 // Minimum execution time: 4_612_000 picoseconds.425 // Minimum execution time: 2_200_000 picoseconds.417 Weight::from_parts(6_399_460, 28192)426 Weight::from_parts(612_529, 20191)418 // Standard Error: 5_119427 // Standard Error: 737419 .saturating_add(Weight::from_parts(7_230_389, 0).saturating_mul(b.into()))420 .saturating_add(RocksDbWeight::get().reads(3_u64))421 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))428 .saturating_add(Weight::from_parts(3_807_625, 0).saturating_mul(b.into()))422 .saturating_add(RocksDbWeight::get().writes(2_u64))429 .saturating_add(RocksDbWeight::get().reads(3_u64))423 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))430 .saturating_add(RocksDbWeight::get().writes(2_u64))424 .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))431 .saturating_add(RocksDbWeight::get().writes((2_u64).saturating_mul(b.into())))425 }432 }426 /// Storage: Nonfungible TokensMinted (r:1 w:1)433 /// Storage: Nonfungible TokensMinted (r:1 w:1)427 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)434 /// Proof: Nonfungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)428 /// Storage: Nonfungible AccountBalance (r:200 w:200)435 /// Storage: Nonfungible AccountBalance (r:200 w:200)429 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)436 /// Proof: Nonfungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)430 /// Storage: Nonfungible TokenProperties (r:200 w:200)431 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)432 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)437 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)433 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)438 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)434 /// Storage: Nonfungible TokenData (r:0 w:200)439 /// Storage: Nonfungible TokenData (r:0 w:200)438 /// The range of component `b` is `[0, 200]`.443 /// The range of component `b` is `[0, 200]`.439 fn create_multiple_items_ex(b: u32, ) -> Weight {444 fn create_multiple_items_ex(b: u32, ) -> Weight {440 // Proof Size summary in bytes:445 // Proof Size summary in bytes:441 // Measured: `390`446 // Measured: `456`442 // Estimated: `25652 + b * (37819 ±0)`447 // Estimated: `20191 + b * (2540 ±0)`443 // Minimum execution time: 4_538_000 picoseconds.448 // Minimum execution time: 2_190_000 picoseconds.444 Weight::from_parts(4_686_000, 25652)449 Weight::from_parts(2_280_000, 20191)445 // Standard Error: 3_518450 // Standard Error: 1_011446 .saturating_add(Weight::from_parts(8_905_771, 0).saturating_mul(b.into()))451 .saturating_add(Weight::from_parts(4_931_681, 0).saturating_mul(b.into()))447 .saturating_add(RocksDbWeight::get().reads(2_u64))452 .saturating_add(RocksDbWeight::get().reads(2_u64))448 .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(b.into())))453 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))449 .saturating_add(RocksDbWeight::get().writes(1_u64))454 .saturating_add(RocksDbWeight::get().writes(1_u64))450 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))455 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))451 .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))456 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))452 }457 }453 /// Storage: Nonfungible TokenData (r:1 w:1)458 /// Storage: Nonfungible TokenData (r:1 w:1)454 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)459 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)467 fn burn_item() -> Weight {472 fn burn_item() -> Weight {468 // Proof Size summary in bytes:473 // Proof Size summary in bytes:469 // Measured: `380`474 // Measured: `380`470 // Estimated: `17561`475 // Estimated: `3530`471 // Minimum execution time: 24_230_000 picoseconds.476 // Minimum execution time: 13_470_000 picoseconds.472 Weight::from_parts(24_672_000, 17561)477 Weight::from_parts(13_840_000, 3530)473 .saturating_add(RocksDbWeight::get().reads(5_u64))478 .saturating_add(RocksDbWeight::get().reads(5_u64))474 .saturating_add(RocksDbWeight::get().writes(5_u64))479 .saturating_add(RocksDbWeight::get().writes(5_u64))475 }480 }490 fn burn_recursively_self_raw() -> Weight {495 fn burn_recursively_self_raw() -> Weight {491 // Proof Size summary in bytes:496 // Proof Size summary in bytes:492 // Measured: `380`497 // Measured: `380`493 // Estimated: `17561`498 // Estimated: `3530`494 // Minimum execution time: 30_521_000 picoseconds.499 // Minimum execution time: 16_940_000 picoseconds.495 Weight::from_parts(31_241_000, 17561)500 Weight::from_parts(17_340_000, 3530)496 .saturating_add(RocksDbWeight::get().reads(5_u64))501 .saturating_add(RocksDbWeight::get().reads(5_u64))497 .saturating_add(RocksDbWeight::get().writes(5_u64))502 .saturating_add(RocksDbWeight::get().writes(5_u64))498 }503 }515 /// The range of component `b` is `[0, 200]`.520 /// The range of component `b` is `[0, 200]`.516 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {521 fn burn_recursively_breadth_plus_self_plus_self_per_each_raw(b: u32, ) -> Weight {517 // Proof Size summary in bytes:522 // Proof Size summary in bytes:518 // Measured: `1467 + b * (58 ±0)`523 // Measured: `1500 + b * (58 ±0)`519 // Estimated: `24230 + b * (10097 ±0)`524 // Estimated: `5874 + b * (5032 ±0)`520 // Minimum execution time: 31_734_000 picoseconds.525 // Minimum execution time: 16_910_000 picoseconds.521 Weight::from_parts(32_162_000, 24230)526 Weight::from_parts(17_170_000, 5874)522 // Standard Error: 210_514527 // Standard Error: 102_760523 .saturating_add(Weight::from_parts(71_382_804, 0).saturating_mul(b.into()))528 .saturating_add(Weight::from_parts(45_644_966, 0).saturating_mul(b.into()))524 .saturating_add(RocksDbWeight::get().reads(7_u64))529 .saturating_add(RocksDbWeight::get().reads(7_u64))525 .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))530 .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(b.into())))526 .saturating_add(RocksDbWeight::get().writes(6_u64))531 .saturating_add(RocksDbWeight::get().writes(6_u64))527 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))532 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))528 .saturating_add(Weight::from_parts(0, 10097).saturating_mul(b.into()))533 .saturating_add(Weight::from_parts(0, 5032).saturating_mul(b.into()))529 }534 }530 /// Storage: Nonfungible TokenData (r:1 w:1)535 /// Storage: Nonfungible TokenData (r:1 w:1)531 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)536 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)538 fn transfer_raw() -> Weight {543 fn transfer_raw() -> Weight {539 // Proof Size summary in bytes:544 // Proof Size summary in bytes:540 // Measured: `380`545 // Measured: `380`541 // Estimated: `13114`546 // Estimated: `6070`542 // Minimum execution time: 18_305_000 picoseconds.547 // Minimum execution time: 9_420_000 picoseconds.543 Weight::from_parts(18_859_000, 13114)548 Weight::from_parts(9_710_000, 6070)544 .saturating_add(RocksDbWeight::get().reads(4_u64))549 .saturating_add(RocksDbWeight::get().reads(4_u64))545 .saturating_add(RocksDbWeight::get().writes(5_u64))550 .saturating_add(RocksDbWeight::get().writes(5_u64))546 }551 }551 fn approve() -> Weight {556 fn approve() -> Weight {552 // Proof Size summary in bytes:557 // Proof Size summary in bytes:553 // Measured: `326`558 // Measured: `326`554 // Estimated: `7044`559 // Estimated: `3522`555 // Minimum execution time: 10_977_000 picoseconds.560 // Minimum execution time: 5_400_000 picoseconds.556 Weight::from_parts(11_184_000, 7044)561 Weight::from_parts(5_640_000, 3522)557 .saturating_add(RocksDbWeight::get().reads(2_u64))562 .saturating_add(RocksDbWeight::get().reads(2_u64))558 .saturating_add(RocksDbWeight::get().writes(1_u64))563 .saturating_add(RocksDbWeight::get().writes(1_u64))559 }564 }564 fn approve_from() -> Weight {569 fn approve_from() -> Weight {565 // Proof Size summary in bytes:570 // Proof Size summary in bytes:566 // Measured: `313`571 // Measured: `313`567 // Estimated: `7044`572 // Estimated: `3522`568 // Minimum execution time: 11_456_000 picoseconds.573 // Minimum execution time: 5_390_000 picoseconds.569 Weight::from_parts(11_731_000, 7044)574 Weight::from_parts(5_610_000, 3522)570 .saturating_add(RocksDbWeight::get().reads(2_u64))575 .saturating_add(RocksDbWeight::get().reads(2_u64))571 .saturating_add(RocksDbWeight::get().writes(1_u64))576 .saturating_add(RocksDbWeight::get().writes(1_u64))572 }577 }576 // Proof Size summary in bytes:581 // Proof Size summary in bytes:577 // Measured: `362`582 // Measured: `362`578 // Estimated: `3522`583 // Estimated: `3522`579 // Minimum execution time: 5_771_000 picoseconds.584 // Minimum execution time: 2_970_000 picoseconds.580 Weight::from_parts(5_972_000, 3522)585 Weight::from_parts(3_170_000, 3522)581 .saturating_add(RocksDbWeight::get().reads(1_u64))586 .saturating_add(RocksDbWeight::get().reads(1_u64))582 }587 }583 /// Storage: Nonfungible Allowance (r:1 w:1)588 /// Storage: Nonfungible Allowance (r:1 w:1)597 fn burn_from() -> Weight {602 fn burn_from() -> Weight {598 // Proof Size summary in bytes:603 // Proof Size summary in bytes:599 // Measured: `463`604 // Measured: `463`600 // Estimated: `17561`605 // Estimated: `3530`601 // Minimum execution time: 30_633_000 picoseconds.606 // Minimum execution time: 15_400_000 picoseconds.602 Weight::from_parts(31_136_000, 17561)607 Weight::from_parts(15_850_000, 3530)603 .saturating_add(RocksDbWeight::get().reads(5_u64))608 .saturating_add(RocksDbWeight::get().reads(5_u64))604 .saturating_add(RocksDbWeight::get().writes(6_u64))609 .saturating_add(RocksDbWeight::get().writes(6_u64))605 }610 }608 /// The range of component `b` is `[0, 64]`.613 /// The range of component `b` is `[0, 64]`.609 fn set_token_property_permissions(b: u32, ) -> Weight {614 fn set_token_property_permissions(b: u32, ) -> Weight {610 // Proof Size summary in bytes:615 // Proof Size summary in bytes:611 // Measured: `281`616 // Measured: `314`612 // Estimated: `20191`617 // Estimated: `20191`613 // Minimum execution time: 2_300_000 picoseconds.618 // Minimum execution time: 780_000 picoseconds.614 Weight::from_parts(2_382_000, 20191)619 Weight::from_parts(830_000, 20191)615 // Standard Error: 45_076620 // Standard Error: 35_354616 .saturating_add(Weight::from_parts(12_000_777, 0).saturating_mul(b.into()))621 .saturating_add(Weight::from_parts(8_422_695, 0).saturating_mul(b.into()))617 .saturating_add(RocksDbWeight::get().reads(1_u64))622 .saturating_add(RocksDbWeight::get().reads(1_u64))618 .saturating_add(RocksDbWeight::get().writes(1_u64))623 .saturating_add(RocksDbWeight::get().writes(1_u64))619 }624 }620 /// Storage: Nonfungible TokenProperties (r:1 w:1)625 /// Storage: Nonfungible TokenProperties (r:1 w:1)621 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)626 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)622 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)627 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)623 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)628 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)629 /// Storage: Nonfungible TokenData (r:1 w:0)630 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)624 /// The range of component `b` is `[0, 64]`.631 /// The range of component `b` is `[0, 64]`.625 fn set_token_properties(b: u32, ) -> Weight {632 fn set_token_properties(b: u32, ) -> Weight {626 // Proof Size summary in bytes:633 // Proof Size summary in bytes:627 // Measured: `584 + b * (261 ±0)`634 // Measured: `640 + b * (261 ±0)`628 // Estimated: `56460`635 // Estimated: `36269`629 // Minimum execution time: 12_422_000 picoseconds.636 // Minimum execution time: 5_530_000 picoseconds.630 Weight::from_parts(5_523_689, 56460)637 Weight::from_parts(10_829_898, 36269)631 // Standard Error: 74_137638 // Standard Error: 5_106632 .saturating_add(Weight::from_parts(6_320_501, 0).saturating_mul(b.into()))639 .saturating_add(Weight::from_parts(2_601_900, 0).saturating_mul(b.into()))633 .saturating_add(RocksDbWeight::get().reads(2_u64))640 .saturating_add(RocksDbWeight::get().reads(3_u64))634 .saturating_add(RocksDbWeight::get().writes(1_u64))641 .saturating_add(RocksDbWeight::get().writes(1_u64))635 }642 }643 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)644 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)645 /// Storage: Nonfungible TokenProperties (r:0 w:1)646 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)647 /// The range of component `b` is `[0, 64]`.648 fn reset_token_properties(b: u32, ) -> Weight {649 // Proof Size summary in bytes:650 // Measured: `317 + b * (261 ±0)`651 // Estimated: `20191`652 // Minimum execution time: 3_690_000 picoseconds.653 Weight::from_parts(9_633_879, 20191)654 // Standard Error: 6_573655 .saturating_add(Weight::from_parts(2_694_801, 0).saturating_mul(b.into()))656 .saturating_add(RocksDbWeight::get().reads(1_u64))657 .saturating_add(RocksDbWeight::get().writes(1_u64))658 }636 /// Storage: Nonfungible TokenProperties (r:1 w:1)659 /// Storage: Nonfungible TokenProperties (r:1 w:1)637 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)660 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)638 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)661 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)639 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)662 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)663 /// Storage: Nonfungible TokenData (r:1 w:0)664 /// Proof: Nonfungible TokenData (max_values: None, max_size: Some(57), added: 2532, mode: MaxEncodedLen)640 /// The range of component `b` is `[0, 64]`.665 /// The range of component `b` is `[0, 64]`.641 fn delete_token_properties(b: u32, ) -> Weight {666 fn delete_token_properties(b: u32, ) -> Weight {642 // Proof Size summary in bytes:667 // Proof Size summary in bytes:643 // Measured: `589 + b * (33291 ±0)`668 // Measured: `699 + b * (33291 ±0)`644 // Estimated: `56460`669 // Estimated: `36269`645 // Minimum execution time: 12_006_000 picoseconds.670 // Minimum execution time: 5_860_000 picoseconds.646 Weight::from_parts(12_216_000, 56460)671 Weight::from_parts(6_000_000, 36269)647 // Standard Error: 83_431672 // Standard Error: 26_204648 .saturating_add(Weight::from_parts(24_556_999, 0).saturating_mul(b.into()))673 .saturating_add(Weight::from_parts(9_601_645, 0).saturating_mul(b.into()))649 .saturating_add(RocksDbWeight::get().reads(2_u64))674 .saturating_add(RocksDbWeight::get().reads(3_u64))650 .saturating_add(RocksDbWeight::get().writes(1_u64))675 .saturating_add(RocksDbWeight::get().writes(1_u64))651 }676 }652 /// Storage: Nonfungible TokenData (r:1 w:0)677 /// Storage: Nonfungible TokenData (r:1 w:0)655 // Proof Size summary in bytes:680 // Proof Size summary in bytes:656 // Measured: `326`681 // Measured: `326`657 // Estimated: `3522`682 // Estimated: `3522`658 // Minimum execution time: 4_827_000 picoseconds.683 // Minimum execution time: 2_930_000 picoseconds.659 Weight::from_parts(4_984_000, 3522)684 Weight::from_parts(3_060_000, 3522)660 .saturating_add(RocksDbWeight::get().reads(1_u64))685 .saturating_add(RocksDbWeight::get().reads(1_u64))661 }686 }662 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)687 /// Storage: Nonfungible CollectionAllowance (r:0 w:1)665 // Proof Size summary in bytes:690 // Proof Size summary in bytes:666 // Measured: `0`691 // Measured: `0`667 // Estimated: `0`692 // Estimated: `0`668 // Minimum execution time: 6_151_000 picoseconds.693 // Minimum execution time: 2_680_000 picoseconds.669 Weight::from_parts(6_394_000, 0)694 Weight::from_parts(2_780_000, 0)670 .saturating_add(RocksDbWeight::get().writes(1_u64))695 .saturating_add(RocksDbWeight::get().writes(1_u64))671 }696 }672 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)697 /// Storage: Nonfungible CollectionAllowance (r:1 w:0)673 /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)698 /// Proof: Nonfungible CollectionAllowance (max_values: None, max_size: Some(111), added: 2586, mode: MaxEncodedLen)674 fn allowance_for_all() -> Weight {699 fn allowance_for_all() -> Weight {675 // Proof Size summary in bytes:700 // Proof Size summary in bytes:676 // Measured: `109`701 // Measured: `142`677 // Estimated: `3576`702 // Estimated: `3576`678 // Minimum execution time: 3_791_000 picoseconds.703 // Minimum execution time: 2_000_000 picoseconds.679 Weight::from_parts(3_950_000, 3576)704 Weight::from_parts(2_110_000, 3576)680 .saturating_add(RocksDbWeight::get().reads(1_u64))705 .saturating_add(RocksDbWeight::get().reads(1_u64))681 }706 }682 /// Storage: Nonfungible TokenProperties (r:1 w:1)707 /// Storage: Nonfungible TokenProperties (r:1 w:1)683 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)708 /// Proof: Nonfungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)684 fn repair_item() -> Weight {709 fn repair_item() -> Weight {685 // Proof Size summary in bytes:710 // Proof Size summary in bytes:686 // Measured: `300`711 // Measured: `279`687 // Estimated: `36269`712 // Estimated: `36269`688 // Minimum execution time: 5_364_000 picoseconds.713 // Minimum execution time: 2_200_000 picoseconds.689 Weight::from_parts(5_539_000, 36269)714 Weight::from_parts(2_340_000, 36269)690 .saturating_add(RocksDbWeight::get().reads(1_u64))715 .saturating_add(RocksDbWeight::get().reads(1_u64))691 .saturating_add(RocksDbWeight::get().writes(1_u64))716 .saturating_add(RocksDbWeight::get().writes(1_u64))692 }717 }pallets/refungible/src/weights.rsdiffbeforeafterboth3//! Autogenerated weights for pallet_refungible3//! Autogenerated weights for pallet_refungible4//!4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2023-04-20, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`6//! DATE: 2023-09-25, STEPS: `50`, REPEAT: `80`, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! WORST CASE MAP SIZE: `1000000`7//! WORST CASE MAP SIZE: `1000000`8//! HOSTNAME: `bench-host`, CPU: `Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz`8//! HOSTNAME: `hearthstone`, CPU: `AMD Ryzen 9 7950X3D 16-Core Processor`9//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 10249//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024101011// Executed Command:11// Executed Command:52 fn burn_from() -> Weight;52 fn burn_from() -> Weight;53 fn set_token_property_permissions(b: u32, ) -> Weight;53 fn set_token_property_permissions(b: u32, ) -> Weight;54 fn set_token_properties(b: u32, ) -> Weight;54 fn set_token_properties(b: u32, ) -> Weight;55 fn reset_token_properties(b: u32, ) -> Weight;55 fn delete_token_properties(b: u32, ) -> Weight;56 fn delete_token_properties(b: u32, ) -> Weight;56 fn repartition_item() -> Weight;57 fn repartition_item() -> Weight;57 fn token_owner() -> Weight;58 fn token_owner() -> Weight;67 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)68 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)68 /// Storage: Refungible AccountBalance (r:1 w:1)69 /// Storage: Refungible AccountBalance (r:1 w:1)69 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)70 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)70 /// Storage: Refungible TokenProperties (r:1 w:1)71 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)72 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)71 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)73 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)72 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)74 /// Storage: Refungible Balance (r:0 w:1)73 /// Storage: Refungible Balance (r:0 w:1)79 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)78 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)80 fn create_item() -> Weight {79 fn create_item() -> Weight {81 // Proof Size summary in bytes:80 // Proof Size summary in bytes:82 // Measured: `285`81 // Measured: `318`83 // Estimated: `63471`82 // Estimated: `20191`84 // Minimum execution time: 30_759_000 picoseconds.83 // Minimum execution time: 11_620_000 picoseconds.85 Weight::from_parts(31_321_000, 63471)84 Weight::from_parts(12_110_000, 20191)86 .saturating_add(T::DbWeight::get().reads(4_u64))85 .saturating_add(T::DbWeight::get().reads(3_u64))87 .saturating_add(T::DbWeight::get().writes(6_u64))86 .saturating_add(T::DbWeight::get().writes(5_u64))88 }87 }89 /// Storage: Refungible TokensMinted (r:1 w:1)88 /// Storage: Refungible TokensMinted (r:1 w:1)90 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)89 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)91 /// Storage: Refungible AccountBalance (r:1 w:1)90 /// Storage: Refungible AccountBalance (r:1 w:1)92 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)91 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)93 /// Storage: Refungible TokenProperties (r:200 w:200)94 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)95 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)92 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)96 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)93 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)97 /// Storage: Refungible Balance (r:0 w:200)94 /// Storage: Refungible Balance (r:0 w:200)103 /// The range of component `b` is `[0, 200]`.100 /// The range of component `b` is `[0, 200]`.104 fn create_multiple_items(b: u32, ) -> Weight {101 fn create_multiple_items(b: u32, ) -> Weight {105 // Proof Size summary in bytes:102 // Proof Size summary in bytes:106 // Measured: `285`103 // Measured: `318`107 // Estimated: `28192 + b * (35279 ±0)`104 // Estimated: `20191`108 // Minimum execution time: 4_024_000 picoseconds.105 // Minimum execution time: 1_690_000 picoseconds.109 Weight::from_parts(4_145_000, 28192)106 Weight::from_parts(1_750_000, 20191)110 // Standard Error: 3_332107 // Standard Error: 1_647111 .saturating_add(Weight::from_parts(8_967_757, 0).saturating_mul(b.into()))108 .saturating_add(Weight::from_parts(4_876_194, 0).saturating_mul(b.into()))112 .saturating_add(T::DbWeight::get().reads(3_u64))109 .saturating_add(T::DbWeight::get().reads(3_u64))113 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))114 .saturating_add(T::DbWeight::get().writes(2_u64))110 .saturating_add(T::DbWeight::get().writes(2_u64))115 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))111 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))116 .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))117 }112 }118 /// Storage: Refungible TokensMinted (r:1 w:1)113 /// Storage: Refungible TokensMinted (r:1 w:1)119 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)114 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)120 /// Storage: Refungible AccountBalance (r:200 w:200)115 /// Storage: Refungible AccountBalance (r:200 w:200)121 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)116 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)122 /// Storage: Refungible TokenProperties (r:200 w:200)123 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)124 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)117 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)125 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)118 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)126 /// Storage: Refungible Balance (r:0 w:200)119 /// Storage: Refungible Balance (r:0 w:200)132 /// The range of component `b` is `[0, 200]`.125 /// The range of component `b` is `[0, 200]`.133 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {126 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {134 // Proof Size summary in bytes:127 // Proof Size summary in bytes:135 // Measured: `285`128 // Measured: `318`136 // Estimated: `25652 + b * (37819 ±0)`129 // Estimated: `20191 + b * (2540 ±0)`137 // Minimum execution time: 3_715_000 picoseconds.130 // Minimum execution time: 1_730_000 picoseconds.138 Weight::from_parts(3_881_000, 25652)131 Weight::from_parts(1_790_000, 20191)139 // Standard Error: 3_275132 // Standard Error: 1_611140 .saturating_add(Weight::from_parts(10_525_271, 0).saturating_mul(b.into()))133 .saturating_add(Weight::from_parts(6_002_948, 0).saturating_mul(b.into()))141 .saturating_add(T::DbWeight::get().reads(2_u64))134 .saturating_add(T::DbWeight::get().reads(2_u64))142 .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))135 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))143 .saturating_add(T::DbWeight::get().writes(1_u64))136 .saturating_add(T::DbWeight::get().writes(1_u64))144 .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into())))137 .saturating_add(T::DbWeight::get().writes((4_u64).saturating_mul(b.into())))145 .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))138 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))146 }139 }147 /// Storage: Refungible TokensMinted (r:1 w:1)140 /// Storage: Refungible TokensMinted (r:1 w:1)148 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)141 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)149 /// Storage: Refungible AccountBalance (r:200 w:200)142 /// Storage: Refungible AccountBalance (r:200 w:200)150 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)143 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)151 /// Storage: Refungible TokenProperties (r:1 w:1)152 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)153 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)144 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)154 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)145 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)155 /// Storage: Refungible Balance (r:0 w:200)146 /// Storage: Refungible Balance (r:0 w:200)161 /// The range of component `b` is `[0, 200]`.152 /// The range of component `b` is `[0, 200]`.162 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {153 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {163 // Proof Size summary in bytes:154 // Proof Size summary in bytes:164 // Measured: `285`155 // Measured: `318`165 // Estimated: `60931 + b * (2540 ±0)`156 // Estimated: `20191 + b * (2540 ±0)`166 // Minimum execution time: 13_150_000 picoseconds.157 // Minimum execution time: 6_260_000 picoseconds.167 Weight::from_parts(15_655_930, 60931)158 Weight::from_parts(2_297_892, 20191)168 // Standard Error: 4_170159 // Standard Error: 1_302169 .saturating_add(Weight::from_parts(5_673_702, 0).saturating_mul(b.into()))160 .saturating_add(Weight::from_parts(4_093_180, 0).saturating_mul(b.into()))170 .saturating_add(T::DbWeight::get().reads(3_u64))161 .saturating_add(T::DbWeight::get().reads(2_u64))171 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))162 .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))172 .saturating_add(T::DbWeight::get().writes(3_u64))163 .saturating_add(T::DbWeight::get().writes(2_u64))173 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))164 .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into())))174 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))165 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))175 }166 }183 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)174 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)184 fn burn_item_partial() -> Weight {175 fn burn_item_partial() -> Weight {185 // Proof Size summary in bytes:176 // Proof Size summary in bytes:186 // Measured: `490`177 // Measured: `456`187 // Estimated: `15717`178 // Estimated: `8682`188 // Minimum execution time: 28_992_000 picoseconds.179 // Minimum execution time: 17_330_000 picoseconds.189 Weight::from_parts(29_325_000, 15717)180 Weight::from_parts(17_910_000, 8682)190 .saturating_add(T::DbWeight::get().reads(5_u64))181 .saturating_add(T::DbWeight::get().reads(5_u64))191 .saturating_add(T::DbWeight::get().writes(4_u64))182 .saturating_add(T::DbWeight::get().writes(4_u64))192 }183 }204 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)195 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)205 fn burn_item_fully() -> Weight {196 fn burn_item_fully() -> Weight {206 // Proof Size summary in bytes:197 // Proof Size summary in bytes:207 // Measured: `375`198 // Measured: `341`208 // Estimated: `14070`199 // Estimated: `3554`209 // Minimum execution time: 27_980_000 picoseconds.200 // Minimum execution time: 16_920_000 picoseconds.210 Weight::from_parts(28_582_000, 14070)201 Weight::from_parts(17_630_000, 3554)211 .saturating_add(T::DbWeight::get().reads(4_u64))202 .saturating_add(T::DbWeight::get().reads(4_u64))212 .saturating_add(T::DbWeight::get().writes(6_u64))203 .saturating_add(T::DbWeight::get().writes(6_u64))213 }204 }217 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)208 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)218 fn transfer_normal() -> Weight {209 fn transfer_normal() -> Weight {219 // Proof Size summary in bytes:210 // Proof Size summary in bytes:220 // Measured: `398`211 // Measured: `365`221 // Estimated: `9623`212 // Estimated: `6118`222 // Minimum execution time: 18_746_000 picoseconds.213 // Minimum execution time: 10_600_000 picoseconds.223 Weight::from_parts(19_096_000, 9623)214 Weight::from_parts(10_950_000, 6118)224 .saturating_add(T::DbWeight::get().reads(3_u64))215 .saturating_add(T::DbWeight::get().reads(3_u64))225 .saturating_add(T::DbWeight::get().writes(2_u64))216 .saturating_add(T::DbWeight::get().writes(2_u64))226 }217 }234 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)225 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)235 fn transfer_creating() -> Weight {226 fn transfer_creating() -> Weight {236 // Proof Size summary in bytes:227 // Proof Size summary in bytes:237 // Measured: `375`228 // Measured: `341`238 // Estimated: `13153`229 // Estimated: `6118`239 // Minimum execution time: 21_719_000 picoseconds.230 // Minimum execution time: 12_160_000 picoseconds.240 Weight::from_parts(22_219_000, 13153)231 Weight::from_parts(12_570_000, 6118)241 .saturating_add(T::DbWeight::get().reads(4_u64))232 .saturating_add(T::DbWeight::get().reads(4_u64))242 .saturating_add(T::DbWeight::get().writes(4_u64))233 .saturating_add(T::DbWeight::get().writes(4_u64))243 }234 }251 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)242 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)252 fn transfer_removing() -> Weight {243 fn transfer_removing() -> Weight {253 // Proof Size summary in bytes:244 // Proof Size summary in bytes:254 // Measured: `490`245 // Measured: `456`255 // Estimated: `13153`246 // Estimated: `6118`256 // Minimum execution time: 24_784_000 picoseconds.247 // Minimum execution time: 14_300_000 picoseconds.257 Weight::from_parts(25_231_000, 13153)248 Weight::from_parts(14_760_000, 6118)258 .saturating_add(T::DbWeight::get().reads(4_u64))249 .saturating_add(T::DbWeight::get().reads(4_u64))259 .saturating_add(T::DbWeight::get().writes(4_u64))250 .saturating_add(T::DbWeight::get().writes(4_u64))260 }251 }268 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)259 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)269 fn transfer_creating_removing() -> Weight {260 fn transfer_creating_removing() -> Weight {270 // Proof Size summary in bytes:261 // Proof Size summary in bytes:271 // Measured: `375`262 // Measured: `341`272 // Estimated: `15693`263 // Estimated: `6118`273 // Minimum execution time: 24_865_000 picoseconds.264 // Minimum execution time: 14_050_000 picoseconds.274 Weight::from_parts(25_253_000, 15693)265 Weight::from_parts(14_490_000, 6118)275 .saturating_add(T::DbWeight::get().reads(5_u64))266 .saturating_add(T::DbWeight::get().reads(5_u64))276 .saturating_add(T::DbWeight::get().writes(6_u64))267 .saturating_add(T::DbWeight::get().writes(6_u64))277 }268 }281 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)272 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)282 fn approve() -> Weight {273 fn approve() -> Weight {283 // Proof Size summary in bytes:274 // Proof Size summary in bytes:284 // Measured: `256`275 // Measured: `223`285 // Estimated: `3554`276 // Estimated: `3554`286 // Minimum execution time: 12_318_000 picoseconds.277 // Minimum execution time: 6_210_000 picoseconds.287 Weight::from_parts(12_597_000, 3554)278 Weight::from_parts(6_500_000, 3554)288 .saturating_add(T::DbWeight::get().reads(1_u64))279 .saturating_add(T::DbWeight::get().reads(1_u64))289 .saturating_add(T::DbWeight::get().writes(1_u64))280 .saturating_add(T::DbWeight::get().writes(1_u64))290 }281 }294 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)285 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)295 fn approve_from() -> Weight {286 fn approve_from() -> Weight {296 // Proof Size summary in bytes:287 // Proof Size summary in bytes:297 // Measured: `244`288 // Measured: `211`298 // Estimated: `3554`289 // Estimated: `3554`299 // Minimum execution time: 12_276_000 picoseconds.290 // Minimum execution time: 6_280_000 picoseconds.300 Weight::from_parts(12_557_000, 3554)291 Weight::from_parts(6_540_000, 3554)301 .saturating_add(T::DbWeight::get().reads(1_u64))292 .saturating_add(T::DbWeight::get().reads(1_u64))302 .saturating_add(T::DbWeight::get().writes(1_u64))293 .saturating_add(T::DbWeight::get().writes(1_u64))303 }294 }309 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)300 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)310 fn transfer_from_normal() -> Weight {301 fn transfer_from_normal() -> Weight {311 // Proof Size summary in bytes:302 // Proof Size summary in bytes:312 // Measured: `528`303 // Measured: `495`313 // Estimated: `13193`304 // Estimated: `6118`314 // Minimum execution time: 26_852_000 picoseconds.305 // Minimum execution time: 15_570_000 picoseconds.315 Weight::from_parts(27_427_000, 13193)306 Weight::from_parts(15_990_000, 6118)316 .saturating_add(T::DbWeight::get().reads(4_u64))307 .saturating_add(T::DbWeight::get().reads(4_u64))317 .saturating_add(T::DbWeight::get().writes(3_u64))308 .saturating_add(T::DbWeight::get().writes(3_u64))318 }309 }328 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)319 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)329 fn transfer_from_creating() -> Weight {320 fn transfer_from_creating() -> Weight {330 // Proof Size summary in bytes:321 // Proof Size summary in bytes:331 // Measured: `505`322 // Measured: `471`332 // Estimated: `16723`323 // Estimated: `6118`333 // Minimum execution time: 29_893_000 picoseconds.324 // Minimum execution time: 17_030_000 picoseconds.334 Weight::from_parts(30_345_000, 16723)325 Weight::from_parts(17_430_000, 6118)335 .saturating_add(T::DbWeight::get().reads(5_u64))326 .saturating_add(T::DbWeight::get().reads(5_u64))336 .saturating_add(T::DbWeight::get().writes(5_u64))327 .saturating_add(T::DbWeight::get().writes(5_u64))337 }328 }347 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)338 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)348 fn transfer_from_removing() -> Weight {339 fn transfer_from_removing() -> Weight {349 // Proof Size summary in bytes:340 // Proof Size summary in bytes:350 // Measured: `620`341 // Measured: `586`351 // Estimated: `16723`342 // Estimated: `6118`352 // Minimum execution time: 32_784_000 picoseconds.343 // Minimum execution time: 19_300_000 picoseconds.353 Weight::from_parts(33_322_000, 16723)344 Weight::from_parts(19_760_000, 6118)354 .saturating_add(T::DbWeight::get().reads(5_u64))345 .saturating_add(T::DbWeight::get().reads(5_u64))355 .saturating_add(T::DbWeight::get().writes(5_u64))346 .saturating_add(T::DbWeight::get().writes(5_u64))356 }347 }366 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)357 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)367 fn transfer_from_creating_removing() -> Weight {358 fn transfer_from_creating_removing() -> Weight {368 // Proof Size summary in bytes:359 // Proof Size summary in bytes:369 // Measured: `505`360 // Measured: `471`370 // Estimated: `19263`361 // Estimated: `6118`371 // Minimum execution time: 32_987_000 picoseconds.362 // Minimum execution time: 19_190_000 picoseconds.372 Weight::from_parts(33_428_000, 19263)363 Weight::from_parts(19_560_000, 6118)373 .saturating_add(T::DbWeight::get().reads(6_u64))364 .saturating_add(T::DbWeight::get().reads(6_u64))374 .saturating_add(T::DbWeight::get().writes(7_u64))365 .saturating_add(T::DbWeight::get().writes(7_u64))375 }366 }389 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)380 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)390 fn burn_from() -> Weight {381 fn burn_from() -> Weight {391 // Proof Size summary in bytes:382 // Proof Size summary in bytes:392 // Measured: `505`383 // Measured: `471`393 // Estimated: `17640`384 // Estimated: `3570`394 // Minimum execution time: 38_277_000 picoseconds.385 // Minimum execution time: 22_590_000 picoseconds.395 Weight::from_parts(38_983_000, 17640)386 Weight::from_parts(23_290_000, 3570)396 .saturating_add(T::DbWeight::get().reads(5_u64))387 .saturating_add(T::DbWeight::get().reads(5_u64))397 .saturating_add(T::DbWeight::get().writes(7_u64))388 .saturating_add(T::DbWeight::get().writes(7_u64))398 }389 }401 /// The range of component `b` is `[0, 64]`.392 /// The range of component `b` is `[0, 64]`.402 fn set_token_property_permissions(b: u32, ) -> Weight {393 fn set_token_property_permissions(b: u32, ) -> Weight {403 // Proof Size summary in bytes:394 // Proof Size summary in bytes:404 // Measured: `281`395 // Measured: `314`405 // Estimated: `20191`396 // Estimated: `20191`406 // Minimum execution time: 2_254_000 picoseconds.397 // Minimum execution time: 780_000 picoseconds.407 Weight::from_parts(2_335_000, 20191)398 Weight::from_parts(850_000, 20191)408 // Standard Error: 44_906399 // Standard Error: 38_209409 .saturating_add(Weight::from_parts(12_118_499, 0).saturating_mul(b.into()))400 .saturating_add(Weight::from_parts(9_042_866, 0).saturating_mul(b.into()))410 .saturating_add(T::DbWeight::get().reads(1_u64))401 .saturating_add(T::DbWeight::get().reads(1_u64))411 .saturating_add(T::DbWeight::get().writes(1_u64))402 .saturating_add(T::DbWeight::get().writes(1_u64))412 }403 }413 /// Storage: Refungible TokenProperties (r:1 w:1)404 /// Storage: Refungible TokenProperties (r:1 w:1)414 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)405 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)415 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)406 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)416 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)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)417 /// The range of component `b` is `[0, 64]`.410 /// The range of component `b` is `[0, 64]`.418 fn set_token_properties(b: u32, ) -> Weight {411 fn set_token_properties(b: u32, ) -> Weight {419 // Proof Size summary in bytes:412 // Proof Size summary in bytes:420 // Measured: `458 + b * (261 ±0)`413 // Measured: `502 + b * (261 ±0)`421 // Estimated: `56460`414 // Estimated: `36269`422 // Minimum execution time: 11_249_000 picoseconds.415 // Minimum execution time: 5_160_000 picoseconds.423 Weight::from_parts(11_420_000, 56460)416 Weight::from_parts(15_283_437, 36269)424 // Standard Error: 72_033417 // Standard Error: 12_988425 .saturating_add(Weight::from_parts(7_008_012, 0).saturating_mul(b.into()))418 .saturating_add(Weight::from_parts(2_757_274, 0).saturating_mul(b.into()))426 .saturating_add(T::DbWeight::get().reads(2_u64))419 .saturating_add(T::DbWeight::get().reads(3_u64))427 .saturating_add(T::DbWeight::get().writes(1_u64))420 .saturating_add(T::DbWeight::get().writes(1_u64))428 }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 }429 /// Storage: Refungible TokenProperties (r:1 w:1)438 /// Storage: Refungible TokenProperties (r:1 w:1)430 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)439 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)431 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)440 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)432 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)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)433 /// The range of component `b` is `[0, 64]`.444 /// The range of component `b` is `[0, 64]`.434 fn delete_token_properties(b: u32, ) -> Weight {445 fn delete_token_properties(b: u32, ) -> Weight {435 // Proof Size summary in bytes:446 // Proof Size summary in bytes:436 // Measured: `463 + b * (33291 ±0)`447 // Measured: `561 + b * (33291 ±0)`437 // Estimated: `56460`448 // Estimated: `36269`438 // Minimum execution time: 11_368_000 picoseconds.449 // Minimum execution time: 4_650_000 picoseconds.439 Weight::from_parts(11_546_000, 56460)450 Weight::from_parts(4_820_000, 36269)440 // Standard Error: 85_444451 // Standard Error: 24_035441 .saturating_add(Weight::from_parts(24_644_980, 0).saturating_mul(b.into()))452 .saturating_add(Weight::from_parts(8_828_039, 0).saturating_mul(b.into()))442 .saturating_add(T::DbWeight::get().reads(2_u64))453 .saturating_add(T::DbWeight::get().reads(3_u64))443 .saturating_add(T::DbWeight::get().writes(1_u64))454 .saturating_add(T::DbWeight::get().writes(1_u64))444 }455 }445 /// Storage: Refungible TotalSupply (r:1 w:1)456 /// Storage: Refungible TotalSupply (r:1 w:1)448 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)459 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)449 fn repartition_item() -> Weight {460 fn repartition_item() -> Weight {450 // Proof Size summary in bytes:461 // Proof Size summary in bytes:451 // Measured: `321`462 // Measured: `288`452 // Estimated: `7059`463 // Estimated: `3554`453 // Minimum execution time: 13_586_000 picoseconds.464 // Minimum execution time: 7_260_000 picoseconds.454 Weight::from_parts(14_489_000, 7059)465 Weight::from_parts(7_520_000, 3554)455 .saturating_add(T::DbWeight::get().reads(2_u64))466 .saturating_add(T::DbWeight::get().reads(2_u64))456 .saturating_add(T::DbWeight::get().writes(2_u64))467 .saturating_add(T::DbWeight::get().writes(2_u64))457 }468 }458 /// Storage: Refungible Balance (r:2 w:0)469 /// Storage: Refungible Balance (r:2 w:0)459 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)470 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)460 fn token_owner() -> Weight {471 fn token_owner() -> Weight {461 // Proof Size summary in bytes:472 // Proof Size summary in bytes:462 // Measured: `321`473 // Measured: `288`463 // Estimated: `6118`474 // Estimated: `6118`464 // Minimum execution time: 7_049_000 picoseconds.475 // Minimum execution time: 3_200_000 picoseconds.465 Weight::from_parts(7_320_000, 6118)476 Weight::from_parts(3_360_000, 6118)466 .saturating_add(T::DbWeight::get().reads(2_u64))477 .saturating_add(T::DbWeight::get().reads(2_u64))467 }478 }468 /// Storage: Refungible CollectionAllowance (r:0 w:1)479 /// Storage: Refungible CollectionAllowance (r:0 w:1)471 // Proof Size summary in bytes:482 // Proof Size summary in bytes:472 // Measured: `0`483 // Measured: `0`473 // Estimated: `0`484 // Estimated: `0`474 // Minimum execution time: 6_432_000 picoseconds.485 // Minimum execution time: 2_420_000 picoseconds.475 Weight::from_parts(6_642_000, 0)486 Weight::from_parts(2_540_000, 0)476 .saturating_add(T::DbWeight::get().writes(1_u64))487 .saturating_add(T::DbWeight::get().writes(1_u64))477 }488 }478 /// Storage: Refungible CollectionAllowance (r:1 w:0)489 /// Storage: Refungible CollectionAllowance (r:1 w:0)481 // Proof Size summary in bytes:492 // Proof Size summary in bytes:482 // Measured: `4`493 // Measured: `4`483 // Estimated: `3576`494 // Estimated: `3576`484 // Minimum execution time: 3_030_000 picoseconds.495 // Minimum execution time: 1_370_000 picoseconds.485 Weight::from_parts(3_206_000, 3576)496 Weight::from_parts(1_470_000, 3576)486 .saturating_add(T::DbWeight::get().reads(1_u64))497 .saturating_add(T::DbWeight::get().reads(1_u64))487 }498 }488 /// Storage: Refungible TokenProperties (r:1 w:1)499 /// Storage: Refungible TokenProperties (r:1 w:1)489 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)500 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)490 fn repair_item() -> Weight {501 fn repair_item() -> Weight {491 // Proof Size summary in bytes:502 // Proof Size summary in bytes:492 // Measured: `174`503 // Measured: `120`493 // Estimated: `36269`504 // Estimated: `36269`494 // Minimum execution time: 4_371_000 picoseconds.505 // Minimum execution time: 1_350_000 picoseconds.495 Weight::from_parts(4_555_000, 36269)506 Weight::from_parts(1_420_000, 36269)496 .saturating_add(T::DbWeight::get().reads(1_u64))507 .saturating_add(T::DbWeight::get().reads(1_u64))497 .saturating_add(T::DbWeight::get().writes(1_u64))508 .saturating_add(T::DbWeight::get().writes(1_u64))498 }509 }504 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)515 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)505 /// Storage: Refungible AccountBalance (r:1 w:1)516 /// Storage: Refungible AccountBalance (r:1 w:1)506 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)517 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)507 /// Storage: Refungible TokenProperties (r:1 w:1)508 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)509 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)518 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)510 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)519 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)511 /// Storage: Refungible Balance (r:0 w:1)520 /// Storage: Refungible Balance (r:0 w:1)516 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)525 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)517 fn create_item() -> Weight {526 fn create_item() -> Weight {518 // Proof Size summary in bytes:527 // Proof Size summary in bytes:519 // Measured: `285`528 // Measured: `318`520 // Estimated: `63471`529 // Estimated: `20191`521 // Minimum execution time: 30_759_000 picoseconds.530 // Minimum execution time: 11_620_000 picoseconds.522 Weight::from_parts(31_321_000, 63471)531 Weight::from_parts(12_110_000, 20191)523 .saturating_add(RocksDbWeight::get().reads(4_u64))532 .saturating_add(RocksDbWeight::get().reads(3_u64))524 .saturating_add(RocksDbWeight::get().writes(6_u64))533 .saturating_add(RocksDbWeight::get().writes(5_u64))525 }534 }526 /// Storage: Refungible TokensMinted (r:1 w:1)535 /// Storage: Refungible TokensMinted (r:1 w:1)527 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)536 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)528 /// Storage: Refungible AccountBalance (r:1 w:1)537 /// Storage: Refungible AccountBalance (r:1 w:1)529 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)538 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)530 /// Storage: Refungible TokenProperties (r:200 w:200)531 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)532 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)539 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)533 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)540 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)534 /// Storage: Refungible Balance (r:0 w:200)541 /// Storage: Refungible Balance (r:0 w:200)540 /// The range of component `b` is `[0, 200]`.547 /// The range of component `b` is `[0, 200]`.541 fn create_multiple_items(b: u32, ) -> Weight {548 fn create_multiple_items(b: u32, ) -> Weight {542 // Proof Size summary in bytes:549 // Proof Size summary in bytes:543 // Measured: `285`550 // Measured: `318`544 // Estimated: `28192 + b * (35279 ±0)`551 // Estimated: `20191`545 // Minimum execution time: 4_024_000 picoseconds.552 // Minimum execution time: 1_690_000 picoseconds.546 Weight::from_parts(4_145_000, 28192)553 Weight::from_parts(1_750_000, 20191)547 // Standard Error: 3_332554 // Standard Error: 1_647548 .saturating_add(Weight::from_parts(8_967_757, 0).saturating_mul(b.into()))555 .saturating_add(Weight::from_parts(4_876_194, 0).saturating_mul(b.into()))549 .saturating_add(RocksDbWeight::get().reads(3_u64))556 .saturating_add(RocksDbWeight::get().reads(3_u64))550 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))551 .saturating_add(RocksDbWeight::get().writes(2_u64))557 .saturating_add(RocksDbWeight::get().writes(2_u64))552 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))558 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))553 .saturating_add(Weight::from_parts(0, 35279).saturating_mul(b.into()))554 }559 }555 /// Storage: Refungible TokensMinted (r:1 w:1)560 /// Storage: Refungible TokensMinted (r:1 w:1)556 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)561 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)557 /// Storage: Refungible AccountBalance (r:200 w:200)562 /// Storage: Refungible AccountBalance (r:200 w:200)558 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)563 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)559 /// Storage: Refungible TokenProperties (r:200 w:200)560 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)561 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)564 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)562 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)565 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)563 /// Storage: Refungible Balance (r:0 w:200)566 /// Storage: Refungible Balance (r:0 w:200)569 /// The range of component `b` is `[0, 200]`.572 /// The range of component `b` is `[0, 200]`.570 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {573 fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {571 // Proof Size summary in bytes:574 // Proof Size summary in bytes:572 // Measured: `285`575 // Measured: `318`573 // Estimated: `25652 + b * (37819 ±0)`576 // Estimated: `20191 + b * (2540 ±0)`574 // Minimum execution time: 3_715_000 picoseconds.577 // Minimum execution time: 1_730_000 picoseconds.575 Weight::from_parts(3_881_000, 25652)578 Weight::from_parts(1_790_000, 20191)576 // Standard Error: 3_275579 // Standard Error: 1_611577 .saturating_add(Weight::from_parts(10_525_271, 0).saturating_mul(b.into()))580 .saturating_add(Weight::from_parts(6_002_948, 0).saturating_mul(b.into()))578 .saturating_add(RocksDbWeight::get().reads(2_u64))581 .saturating_add(RocksDbWeight::get().reads(2_u64))579 .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(b.into())))582 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))580 .saturating_add(RocksDbWeight::get().writes(1_u64))583 .saturating_add(RocksDbWeight::get().writes(1_u64))581 .saturating_add(RocksDbWeight::get().writes((5_u64).saturating_mul(b.into())))584 .saturating_add(RocksDbWeight::get().writes((4_u64).saturating_mul(b.into())))582 .saturating_add(Weight::from_parts(0, 37819).saturating_mul(b.into()))585 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))583 }586 }584 /// Storage: Refungible TokensMinted (r:1 w:1)587 /// Storage: Refungible TokensMinted (r:1 w:1)585 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)588 /// Proof: Refungible TokensMinted (max_values: None, max_size: Some(16), added: 2491, mode: MaxEncodedLen)586 /// Storage: Refungible AccountBalance (r:200 w:200)589 /// Storage: Refungible AccountBalance (r:200 w:200)587 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)590 /// Proof: Refungible AccountBalance (max_values: None, max_size: Some(65), added: 2540, mode: MaxEncodedLen)588 /// Storage: Refungible TokenProperties (r:1 w:1)589 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)590 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)591 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)591 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)592 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)592 /// Storage: Refungible Balance (r:0 w:200)593 /// Storage: Refungible Balance (r:0 w:200)598 /// The range of component `b` is `[0, 200]`.599 /// The range of component `b` is `[0, 200]`.599 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {600 fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {600 // Proof Size summary in bytes:601 // Proof Size summary in bytes:601 // Measured: `285`602 // Measured: `318`602 // Estimated: `60931 + b * (2540 ±0)`603 // Estimated: `20191 + b * (2540 ±0)`603 // Minimum execution time: 13_150_000 picoseconds.604 // Minimum execution time: 6_260_000 picoseconds.604 Weight::from_parts(15_655_930, 60931)605 Weight::from_parts(2_297_892, 20191)605 // Standard Error: 4_170606 // Standard Error: 1_302606 .saturating_add(Weight::from_parts(5_673_702, 0).saturating_mul(b.into()))607 .saturating_add(Weight::from_parts(4_093_180, 0).saturating_mul(b.into()))607 .saturating_add(RocksDbWeight::get().reads(3_u64))608 .saturating_add(RocksDbWeight::get().reads(2_u64))608 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))609 .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(b.into())))609 .saturating_add(RocksDbWeight::get().writes(3_u64))610 .saturating_add(RocksDbWeight::get().writes(2_u64))610 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))611 .saturating_add(RocksDbWeight::get().writes((3_u64).saturating_mul(b.into())))611 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))612 .saturating_add(Weight::from_parts(0, 2540).saturating_mul(b.into()))612 }613 }620 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)621 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)621 fn burn_item_partial() -> Weight {622 fn burn_item_partial() -> Weight {622 // Proof Size summary in bytes:623 // Proof Size summary in bytes:623 // Measured: `490`624 // Measured: `456`624 // Estimated: `15717`625 // Estimated: `8682`625 // Minimum execution time: 28_992_000 picoseconds.626 // Minimum execution time: 17_330_000 picoseconds.626 Weight::from_parts(29_325_000, 15717)627 Weight::from_parts(17_910_000, 8682)627 .saturating_add(RocksDbWeight::get().reads(5_u64))628 .saturating_add(RocksDbWeight::get().reads(5_u64))628 .saturating_add(RocksDbWeight::get().writes(4_u64))629 .saturating_add(RocksDbWeight::get().writes(4_u64))629 }630 }641 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)642 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)642 fn burn_item_fully() -> Weight {643 fn burn_item_fully() -> Weight {643 // Proof Size summary in bytes:644 // Proof Size summary in bytes:644 // Measured: `375`645 // Measured: `341`645 // Estimated: `14070`646 // Estimated: `3554`646 // Minimum execution time: 27_980_000 picoseconds.647 // Minimum execution time: 16_920_000 picoseconds.647 Weight::from_parts(28_582_000, 14070)648 Weight::from_parts(17_630_000, 3554)648 .saturating_add(RocksDbWeight::get().reads(4_u64))649 .saturating_add(RocksDbWeight::get().reads(4_u64))649 .saturating_add(RocksDbWeight::get().writes(6_u64))650 .saturating_add(RocksDbWeight::get().writes(6_u64))650 }651 }654 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)655 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)655 fn transfer_normal() -> Weight {656 fn transfer_normal() -> Weight {656 // Proof Size summary in bytes:657 // Proof Size summary in bytes:657 // Measured: `398`658 // Measured: `365`658 // Estimated: `9623`659 // Estimated: `6118`659 // Minimum execution time: 18_746_000 picoseconds.660 // Minimum execution time: 10_600_000 picoseconds.660 Weight::from_parts(19_096_000, 9623)661 Weight::from_parts(10_950_000, 6118)661 .saturating_add(RocksDbWeight::get().reads(3_u64))662 .saturating_add(RocksDbWeight::get().reads(3_u64))662 .saturating_add(RocksDbWeight::get().writes(2_u64))663 .saturating_add(RocksDbWeight::get().writes(2_u64))663 }664 }671 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)672 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)672 fn transfer_creating() -> Weight {673 fn transfer_creating() -> Weight {673 // Proof Size summary in bytes:674 // Proof Size summary in bytes:674 // Measured: `375`675 // Measured: `341`675 // Estimated: `13153`676 // Estimated: `6118`676 // Minimum execution time: 21_719_000 picoseconds.677 // Minimum execution time: 12_160_000 picoseconds.677 Weight::from_parts(22_219_000, 13153)678 Weight::from_parts(12_570_000, 6118)678 .saturating_add(RocksDbWeight::get().reads(4_u64))679 .saturating_add(RocksDbWeight::get().reads(4_u64))679 .saturating_add(RocksDbWeight::get().writes(4_u64))680 .saturating_add(RocksDbWeight::get().writes(4_u64))680 }681 }688 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)689 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)689 fn transfer_removing() -> Weight {690 fn transfer_removing() -> Weight {690 // Proof Size summary in bytes:691 // Proof Size summary in bytes:691 // Measured: `490`692 // Measured: `456`692 // Estimated: `13153`693 // Estimated: `6118`693 // Minimum execution time: 24_784_000 picoseconds.694 // Minimum execution time: 14_300_000 picoseconds.694 Weight::from_parts(25_231_000, 13153)695 Weight::from_parts(14_760_000, 6118)695 .saturating_add(RocksDbWeight::get().reads(4_u64))696 .saturating_add(RocksDbWeight::get().reads(4_u64))696 .saturating_add(RocksDbWeight::get().writes(4_u64))697 .saturating_add(RocksDbWeight::get().writes(4_u64))697 }698 }705 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)706 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)706 fn transfer_creating_removing() -> Weight {707 fn transfer_creating_removing() -> Weight {707 // Proof Size summary in bytes:708 // Proof Size summary in bytes:708 // Measured: `375`709 // Measured: `341`709 // Estimated: `15693`710 // Estimated: `6118`710 // Minimum execution time: 24_865_000 picoseconds.711 // Minimum execution time: 14_050_000 picoseconds.711 Weight::from_parts(25_253_000, 15693)712 Weight::from_parts(14_490_000, 6118)712 .saturating_add(RocksDbWeight::get().reads(5_u64))713 .saturating_add(RocksDbWeight::get().reads(5_u64))713 .saturating_add(RocksDbWeight::get().writes(6_u64))714 .saturating_add(RocksDbWeight::get().writes(6_u64))714 }715 }718 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)719 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)719 fn approve() -> Weight {720 fn approve() -> Weight {720 // Proof Size summary in bytes:721 // Proof Size summary in bytes:721 // Measured: `256`722 // Measured: `223`722 // Estimated: `3554`723 // Estimated: `3554`723 // Minimum execution time: 12_318_000 picoseconds.724 // Minimum execution time: 6_210_000 picoseconds.724 Weight::from_parts(12_597_000, 3554)725 Weight::from_parts(6_500_000, 3554)725 .saturating_add(RocksDbWeight::get().reads(1_u64))726 .saturating_add(RocksDbWeight::get().reads(1_u64))726 .saturating_add(RocksDbWeight::get().writes(1_u64))727 .saturating_add(RocksDbWeight::get().writes(1_u64))727 }728 }731 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)732 /// Proof: Refungible Allowance (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen)732 fn approve_from() -> Weight {733 fn approve_from() -> Weight {733 // Proof Size summary in bytes:734 // Proof Size summary in bytes:734 // Measured: `244`735 // Measured: `211`735 // Estimated: `3554`736 // Estimated: `3554`736 // Minimum execution time: 12_276_000 picoseconds.737 // Minimum execution time: 6_280_000 picoseconds.737 Weight::from_parts(12_557_000, 3554)738 Weight::from_parts(6_540_000, 3554)738 .saturating_add(RocksDbWeight::get().reads(1_u64))739 .saturating_add(RocksDbWeight::get().reads(1_u64))739 .saturating_add(RocksDbWeight::get().writes(1_u64))740 .saturating_add(RocksDbWeight::get().writes(1_u64))740 }741 }746 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)747 /// Proof: Refungible TotalSupply (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen)747 fn transfer_from_normal() -> Weight {748 fn transfer_from_normal() -> Weight {748 // Proof Size summary in bytes:749 // Proof Size summary in bytes:749 // Measured: `528`750 // Measured: `495`750 // Estimated: `13193`751 // Estimated: `6118`751 // Minimum execution time: 26_852_000 picoseconds.752 // Minimum execution time: 15_570_000 picoseconds.752 Weight::from_parts(27_427_000, 13193)753 Weight::from_parts(15_990_000, 6118)753 .saturating_add(RocksDbWeight::get().reads(4_u64))754 .saturating_add(RocksDbWeight::get().reads(4_u64))754 .saturating_add(RocksDbWeight::get().writes(3_u64))755 .saturating_add(RocksDbWeight::get().writes(3_u64))755 }756 }765 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)766 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)766 fn transfer_from_creating() -> Weight {767 fn transfer_from_creating() -> Weight {767 // Proof Size summary in bytes:768 // Proof Size summary in bytes:768 // Measured: `505`769 // Measured: `471`769 // Estimated: `16723`770 // Estimated: `6118`770 // Minimum execution time: 29_893_000 picoseconds.771 // Minimum execution time: 17_030_000 picoseconds.771 Weight::from_parts(30_345_000, 16723)772 Weight::from_parts(17_430_000, 6118)772 .saturating_add(RocksDbWeight::get().reads(5_u64))773 .saturating_add(RocksDbWeight::get().reads(5_u64))773 .saturating_add(RocksDbWeight::get().writes(5_u64))774 .saturating_add(RocksDbWeight::get().writes(5_u64))774 }775 }784 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)785 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)785 fn transfer_from_removing() -> Weight {786 fn transfer_from_removing() -> Weight {786 // Proof Size summary in bytes:787 // Proof Size summary in bytes:787 // Measured: `620`788 // Measured: `586`788 // Estimated: `16723`789 // Estimated: `6118`789 // Minimum execution time: 32_784_000 picoseconds.790 // Minimum execution time: 19_300_000 picoseconds.790 Weight::from_parts(33_322_000, 16723)791 Weight::from_parts(19_760_000, 6118)791 .saturating_add(RocksDbWeight::get().reads(5_u64))792 .saturating_add(RocksDbWeight::get().reads(5_u64))792 .saturating_add(RocksDbWeight::get().writes(5_u64))793 .saturating_add(RocksDbWeight::get().writes(5_u64))793 }794 }803 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)804 /// Proof: Refungible Owned (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen)804 fn transfer_from_creating_removing() -> Weight {805 fn transfer_from_creating_removing() -> Weight {805 // Proof Size summary in bytes:806 // Proof Size summary in bytes:806 // Measured: `505`807 // Measured: `471`807 // Estimated: `19263`808 // Estimated: `6118`808 // Minimum execution time: 32_987_000 picoseconds.809 // Minimum execution time: 19_190_000 picoseconds.809 Weight::from_parts(33_428_000, 19263)810 Weight::from_parts(19_560_000, 6118)810 .saturating_add(RocksDbWeight::get().reads(6_u64))811 .saturating_add(RocksDbWeight::get().reads(6_u64))811 .saturating_add(RocksDbWeight::get().writes(7_u64))812 .saturating_add(RocksDbWeight::get().writes(7_u64))812 }813 }826 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)827 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)827 fn burn_from() -> Weight {828 fn burn_from() -> Weight {828 // Proof Size summary in bytes:829 // Proof Size summary in bytes:829 // Measured: `505`830 // Measured: `471`830 // Estimated: `17640`831 // Estimated: `3570`831 // Minimum execution time: 38_277_000 picoseconds.832 // Minimum execution time: 22_590_000 picoseconds.832 Weight::from_parts(38_983_000, 17640)833 Weight::from_parts(23_290_000, 3570)833 .saturating_add(RocksDbWeight::get().reads(5_u64))834 .saturating_add(RocksDbWeight::get().reads(5_u64))834 .saturating_add(RocksDbWeight::get().writes(7_u64))835 .saturating_add(RocksDbWeight::get().writes(7_u64))835 }836 }838 /// The range of component `b` is `[0, 64]`.839 /// The range of component `b` is `[0, 64]`.839 fn set_token_property_permissions(b: u32, ) -> Weight {840 fn set_token_property_permissions(b: u32, ) -> Weight {840 // Proof Size summary in bytes:841 // Proof Size summary in bytes:841 // Measured: `281`842 // Measured: `314`842 // Estimated: `20191`843 // Estimated: `20191`843 // Minimum execution time: 2_254_000 picoseconds.844 // Minimum execution time: 780_000 picoseconds.844 Weight::from_parts(2_335_000, 20191)845 Weight::from_parts(850_000, 20191)845 // Standard Error: 44_906846 // Standard Error: 38_209846 .saturating_add(Weight::from_parts(12_118_499, 0).saturating_mul(b.into()))847 .saturating_add(Weight::from_parts(9_042_866, 0).saturating_mul(b.into()))847 .saturating_add(RocksDbWeight::get().reads(1_u64))848 .saturating_add(RocksDbWeight::get().reads(1_u64))848 .saturating_add(RocksDbWeight::get().writes(1_u64))849 .saturating_add(RocksDbWeight::get().writes(1_u64))849 }850 }850 /// Storage: Refungible TokenProperties (r:1 w:1)851 /// Storage: Refungible TokenProperties (r:1 w:1)851 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)852 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)852 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)853 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)853 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)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)854 /// The range of component `b` is `[0, 64]`.857 /// The range of component `b` is `[0, 64]`.855 fn set_token_properties(b: u32, ) -> Weight {858 fn set_token_properties(b: u32, ) -> Weight {856 // Proof Size summary in bytes:859 // Proof Size summary in bytes:857 // Measured: `458 + b * (261 ±0)`860 // Measured: `502 + b * (261 ±0)`858 // Estimated: `56460`861 // Estimated: `36269`859 // Minimum execution time: 11_249_000 picoseconds.862 // Minimum execution time: 5_160_000 picoseconds.860 Weight::from_parts(11_420_000, 56460)863 Weight::from_parts(15_283_437, 36269)861 // Standard Error: 72_033864 // Standard Error: 12_988862 .saturating_add(Weight::from_parts(7_008_012, 0).saturating_mul(b.into()))865 .saturating_add(Weight::from_parts(2_757_274, 0).saturating_mul(b.into()))863 .saturating_add(RocksDbWeight::get().reads(2_u64))866 .saturating_add(RocksDbWeight::get().reads(3_u64))864 .saturating_add(RocksDbWeight::get().writes(1_u64))867 .saturating_add(RocksDbWeight::get().writes(1_u64))865 }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 }866 /// Storage: Refungible TokenProperties (r:1 w:1)885 /// Storage: Refungible TokenProperties (r:1 w:1)867 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)886 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)868 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)887 /// Storage: Common CollectionPropertyPermissions (r:1 w:0)869 /// Proof: Common CollectionPropertyPermissions (max_values: None, max_size: Some(16726), added: 19201, mode: MaxEncodedLen)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)870 /// The range of component `b` is `[0, 64]`.891 /// The range of component `b` is `[0, 64]`.871 fn delete_token_properties(b: u32, ) -> Weight {892 fn delete_token_properties(b: u32, ) -> Weight {872 // Proof Size summary in bytes:893 // Proof Size summary in bytes:873 // Measured: `463 + b * (33291 ±0)`894 // Measured: `561 + b * (33291 ±0)`874 // Estimated: `56460`895 // Estimated: `36269`875 // Minimum execution time: 11_368_000 picoseconds.896 // Minimum execution time: 4_650_000 picoseconds.876 Weight::from_parts(11_546_000, 56460)897 Weight::from_parts(4_820_000, 36269)877 // Standard Error: 85_444898 // Standard Error: 24_035878 .saturating_add(Weight::from_parts(24_644_980, 0).saturating_mul(b.into()))899 .saturating_add(Weight::from_parts(8_828_039, 0).saturating_mul(b.into()))879 .saturating_add(RocksDbWeight::get().reads(2_u64))900 .saturating_add(RocksDbWeight::get().reads(3_u64))880 .saturating_add(RocksDbWeight::get().writes(1_u64))901 .saturating_add(RocksDbWeight::get().writes(1_u64))881 }902 }882 /// Storage: Refungible TotalSupply (r:1 w:1)903 /// Storage: Refungible TotalSupply (r:1 w:1)885 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)906 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)886 fn repartition_item() -> Weight {907 fn repartition_item() -> Weight {887 // Proof Size summary in bytes:908 // Proof Size summary in bytes:888 // Measured: `321`909 // Measured: `288`889 // Estimated: `7059`910 // Estimated: `3554`890 // Minimum execution time: 13_586_000 picoseconds.911 // Minimum execution time: 7_260_000 picoseconds.891 Weight::from_parts(14_489_000, 7059)912 Weight::from_parts(7_520_000, 3554)892 .saturating_add(RocksDbWeight::get().reads(2_u64))913 .saturating_add(RocksDbWeight::get().reads(2_u64))893 .saturating_add(RocksDbWeight::get().writes(2_u64))914 .saturating_add(RocksDbWeight::get().writes(2_u64))894 }915 }895 /// Storage: Refungible Balance (r:2 w:0)916 /// Storage: Refungible Balance (r:2 w:0)896 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)917 /// Proof: Refungible Balance (max_values: None, max_size: Some(89), added: 2564, mode: MaxEncodedLen)897 fn token_owner() -> Weight {918 fn token_owner() -> Weight {898 // Proof Size summary in bytes:919 // Proof Size summary in bytes:899 // Measured: `321`920 // Measured: `288`900 // Estimated: `6118`921 // Estimated: `6118`901 // Minimum execution time: 7_049_000 picoseconds.922 // Minimum execution time: 3_200_000 picoseconds.902 Weight::from_parts(7_320_000, 6118)923 Weight::from_parts(3_360_000, 6118)903 .saturating_add(RocksDbWeight::get().reads(2_u64))924 .saturating_add(RocksDbWeight::get().reads(2_u64))904 }925 }905 /// Storage: Refungible CollectionAllowance (r:0 w:1)926 /// Storage: Refungible CollectionAllowance (r:0 w:1)908 // Proof Size summary in bytes:929 // Proof Size summary in bytes:909 // Measured: `0`930 // Measured: `0`910 // Estimated: `0`931 // Estimated: `0`911 // Minimum execution time: 6_432_000 picoseconds.932 // Minimum execution time: 2_420_000 picoseconds.912 Weight::from_parts(6_642_000, 0)933 Weight::from_parts(2_540_000, 0)913 .saturating_add(RocksDbWeight::get().writes(1_u64))934 .saturating_add(RocksDbWeight::get().writes(1_u64))914 }935 }915 /// Storage: Refungible CollectionAllowance (r:1 w:0)936 /// Storage: Refungible CollectionAllowance (r:1 w:0)918 // Proof Size summary in bytes:939 // Proof Size summary in bytes:919 // Measured: `4`940 // Measured: `4`920 // Estimated: `3576`941 // Estimated: `3576`921 // Minimum execution time: 3_030_000 picoseconds.942 // Minimum execution time: 1_370_000 picoseconds.922 Weight::from_parts(3_206_000, 3576)943 Weight::from_parts(1_470_000, 3576)923 .saturating_add(RocksDbWeight::get().reads(1_u64))944 .saturating_add(RocksDbWeight::get().reads(1_u64))924 }945 }925 /// Storage: Refungible TokenProperties (r:1 w:1)946 /// Storage: Refungible TokenProperties (r:1 w:1)926 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)947 /// Proof: Refungible TokenProperties (max_values: None, max_size: Some(32804), added: 35279, mode: MaxEncodedLen)927 fn repair_item() -> Weight {948 fn repair_item() -> Weight {928 // Proof Size summary in bytes:949 // Proof Size summary in bytes:929 // Measured: `174`950 // Measured: `120`930 // Estimated: `36269`951 // Estimated: `36269`931 // Minimum execution time: 4_371_000 picoseconds.952 // Minimum execution time: 1_350_000 picoseconds.932 Weight::from_parts(4_555_000, 36269)953 Weight::from_parts(1_420_000, 36269)933 .saturating_add(RocksDbWeight::get().reads(1_u64))954 .saturating_add(RocksDbWeight::get().reads(1_u64))934 .saturating_add(RocksDbWeight::get().writes(1_u64))955 .saturating_add(RocksDbWeight::get().writes(1_u64))935 }956 }