git.delta.rocks / unique-network / refs/commits / 895a035cdc96

difftreelog

source

pallets/refungible/src/weights.rs21.2 KiBsourcehistory
1// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs23//! Autogenerated weights for pallet_refungible4//!5//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev6//! DATE: 2022-12-26, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`7//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 102489// Executed Command:10// target/release/unique-collator11// benchmark12// pallet13// --pallet14// pallet-refungible15// --wasm-execution16// compiled17// --extrinsic18// *19// --template20// .maintain/frame-weight-template.hbs21// --steps=5022// --repeat=8023// --heap-pages=409624// --output=./pallets/refungible/src/weights.rs2526#![cfg_attr(rustfmt, rustfmt_skip)]27#![allow(unused_parens)]28#![allow(unused_imports)]29#![allow(missing_docs)]30#![allow(clippy::unnecessary_cast)]3132use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};33use sp_std::marker::PhantomData;3435/// Weight functions needed for pallet_refungible.36pub trait WeightInfo {37	fn create_item() -> Weight;38	fn create_multiple_items(b: u32, ) -> Weight;39	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight;40	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight;41	fn burn_item_partial() -> Weight;42	fn burn_item_fully() -> Weight;43	fn transfer_normal() -> Weight;44	fn transfer_creating() -> Weight;45	fn transfer_removing() -> Weight;46	fn transfer_creating_removing() -> Weight;47	fn approve() -> Weight;48	fn transfer_from_normal() -> Weight;49	fn transfer_from_creating() -> Weight;50	fn transfer_from_removing() -> Weight;51	fn transfer_from_creating_removing() -> Weight;52	fn burn_from() -> Weight;53	fn set_token_property_permissions(b: u32, ) -> Weight;54	fn set_token_properties(b: u32, ) -> Weight;55	fn delete_token_properties(b: u32, ) -> Weight;56	fn repartition_item() -> Weight;57	fn token_owner() -> Weight;58	fn set_allowance_for_all() -> Weight;59	fn allowance_for_all() -> Weight;60	fn repair_item() -> Weight;61}6263/// Weights for pallet_refungible using the Substrate node and recommended hardware.64pub struct SubstrateWeight<T>(PhantomData<T>);65impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {66	// Storage: Refungible TokensMinted (r:1 w:1)67	// Storage: Refungible AccountBalance (r:1 w:1)68	// Storage: Refungible Balance (r:0 w:1)69	// Storage: Refungible TotalSupply (r:0 w:1)70	// Storage: Refungible Owned (r:0 w:1)71	fn create_item() -> Weight {72		Weight::from_ref_time(32_864_000 as u64)73			.saturating_add(T::DbWeight::get().reads(2 as u64))74			.saturating_add(T::DbWeight::get().writes(5 as u64))75	}76	// Storage: Refungible TokensMinted (r:1 w:1)77	// Storage: Refungible AccountBalance (r:1 w:1)78	// Storage: Refungible Balance (r:0 w:4)79	// Storage: Refungible TotalSupply (r:0 w:4)80	// Storage: Refungible Owned (r:0 w:4)81	fn create_multiple_items(b: u32, ) -> Weight {82		Weight::from_ref_time(11_880_472 as u64)83			// Standard Error: 5_24084			.saturating_add(Weight::from_ref_time(6_556_575 as u64).saturating_mul(b as u64))85			.saturating_add(T::DbWeight::get().reads(2 as u64))86			.saturating_add(T::DbWeight::get().writes(2 as u64))87			.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))88	}89	// Storage: Refungible TokensMinted (r:1 w:1)90	// Storage: Refungible AccountBalance (r:4 w:4)91	// Storage: Refungible Balance (r:0 w:4)92	// Storage: Refungible TotalSupply (r:0 w:4)93	// Storage: Refungible Owned (r:0 w:4)94	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {95		Weight::from_ref_time(11_644_173 as u64)96			// Standard Error: 5_87697			.saturating_add(Weight::from_ref_time(8_214_607 as u64).saturating_mul(b as u64))98			.saturating_add(T::DbWeight::get().reads(1 as u64))99			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))100			.saturating_add(T::DbWeight::get().writes(1 as u64))101			.saturating_add(T::DbWeight::get().writes((4 as u64).saturating_mul(b as u64)))102	}103	// Storage: Refungible TokensMinted (r:1 w:1)104	// Storage: Refungible TotalSupply (r:0 w:1)105	// Storage: Refungible AccountBalance (r:4 w:4)106	// Storage: Refungible Balance (r:0 w:4)107	// Storage: Refungible Owned (r:0 w:4)108	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {109		Weight::from_ref_time(21_817_067 as u64)110			// Standard Error: 5_215111			.saturating_add(Weight::from_ref_time(6_084_938 as u64).saturating_mul(b as u64))112			.saturating_add(T::DbWeight::get().reads(1 as u64))113			.saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(b as u64)))114			.saturating_add(T::DbWeight::get().writes(2 as u64))115			.saturating_add(T::DbWeight::get().writes((3 as u64).saturating_mul(b as u64)))116	}117	// Storage: Refungible Balance (r:3 w:1)118	// Storage: Refungible TotalSupply (r:1 w:1)119	// Storage: Refungible AccountBalance (r:1 w:1)120	// Storage: Refungible Owned (r:0 w:1)121	fn burn_item_partial() -> Weight {122		Weight::from_ref_time(47_087_000 as u64)123			.saturating_add(T::DbWeight::get().reads(5 as u64))124			.saturating_add(T::DbWeight::get().writes(4 as u64))125	}126	// Storage: Refungible Balance (r:1 w:1)127	// Storage: Refungible TotalSupply (r:1 w:1)128	// Storage: Refungible AccountBalance (r:1 w:1)129	// Storage: Refungible TokensBurnt (r:1 w:1)130	// Storage: Refungible Owned (r:0 w:1)131	// Storage: Refungible TokenProperties (r:0 w:1)132	fn burn_item_fully() -> Weight {133		Weight::from_ref_time(40_135_000 as u64)134			.saturating_add(T::DbWeight::get().reads(4 as u64))135			.saturating_add(T::DbWeight::get().writes(6 as u64))136	}137	// Storage: Refungible Balance (r:2 w:2)138	// Storage: Refungible TotalSupply (r:1 w:0)139	fn transfer_normal() -> Weight {140		Weight::from_ref_time(30_749_000 as u64)141			.saturating_add(T::DbWeight::get().reads(3 as u64))142			.saturating_add(T::DbWeight::get().writes(2 as u64))143	}144	// Storage: Refungible Balance (r:2 w:2)145	// Storage: Refungible AccountBalance (r:1 w:1)146	// Storage: Refungible TotalSupply (r:1 w:0)147	// Storage: Refungible Owned (r:0 w:1)148	fn transfer_creating() -> Weight {149		Weight::from_ref_time(33_565_000 as u64)150			.saturating_add(T::DbWeight::get().reads(4 as u64))151			.saturating_add(T::DbWeight::get().writes(4 as u64))152	}153	// Storage: Refungible Balance (r:2 w:2)154	// Storage: Refungible AccountBalance (r:1 w:1)155	// Storage: Refungible TotalSupply (r:1 w:0)156	// Storage: Refungible Owned (r:0 w:1)157	fn transfer_removing() -> Weight {158		Weight::from_ref_time(37_406_000 as u64)159			.saturating_add(T::DbWeight::get().reads(4 as u64))160			.saturating_add(T::DbWeight::get().writes(4 as u64))161	}162	// Storage: Refungible Balance (r:2 w:2)163	// Storage: Refungible AccountBalance (r:2 w:2)164	// Storage: Refungible TotalSupply (r:1 w:0)165	// Storage: Refungible Owned (r:0 w:2)166	fn transfer_creating_removing() -> Weight {167		Weight::from_ref_time(36_689_000 as u64)168			.saturating_add(T::DbWeight::get().reads(5 as u64))169			.saturating_add(T::DbWeight::get().writes(6 as u64))170	}171	// Storage: Refungible Balance (r:1 w:0)172	// Storage: Refungible Allowance (r:0 w:1)173	fn approve() -> Weight {174		Weight::from_ref_time(23_177_000 as u64)175			.saturating_add(T::DbWeight::get().reads(1 as u64))176			.saturating_add(T::DbWeight::get().writes(1 as u64))177	}178	// Storage: Refungible Allowance (r:1 w:1)179	// Storage: Refungible CollectionAllowance (r:1 w:0)180	// Storage: Refungible Balance (r:2 w:2)181	// Storage: Refungible TotalSupply (r:1 w:0)182	fn transfer_from_normal() -> Weight {183		Weight::from_ref_time(41_288_000 as u64)184			.saturating_add(T::DbWeight::get().reads(5 as u64))185			.saturating_add(T::DbWeight::get().writes(3 as u64))186	}187	// Storage: Refungible Allowance (r:1 w:1)188	// Storage: Refungible CollectionAllowance (r:1 w:0)189	// Storage: Refungible Balance (r:2 w:2)190	// Storage: Refungible AccountBalance (r:1 w:1)191	// Storage: Refungible TotalSupply (r:1 w:0)192	// Storage: Refungible Owned (r:0 w:1)193	fn transfer_from_creating() -> Weight {194		Weight::from_ref_time(44_807_000 as u64)195			.saturating_add(T::DbWeight::get().reads(6 as u64))196			.saturating_add(T::DbWeight::get().writes(5 as u64))197	}198	// Storage: Refungible Allowance (r:1 w:1)199	// Storage: Refungible CollectionAllowance (r:1 w:0)200	// Storage: Refungible Balance (r:2 w:2)201	// Storage: Refungible AccountBalance (r:1 w:1)202	// Storage: Refungible TotalSupply (r:1 w:0)203	// Storage: Refungible Owned (r:0 w:1)204	fn transfer_from_removing() -> Weight {205		Weight::from_ref_time(47_297_000 as u64)206			.saturating_add(T::DbWeight::get().reads(6 as u64))207			.saturating_add(T::DbWeight::get().writes(5 as u64))208	}209	// Storage: Refungible Allowance (r:1 w:1)210	// Storage: Refungible CollectionAllowance (r:1 w:0)211	// Storage: Refungible Balance (r:2 w:2)212	// Storage: Refungible AccountBalance (r:2 w:2)213	// Storage: Refungible TotalSupply (r:1 w:0)214	// Storage: Refungible Owned (r:0 w:2)215	fn transfer_from_creating_removing() -> Weight {216		Weight::from_ref_time(47_566_000 as u64)217			.saturating_add(T::DbWeight::get().reads(7 as u64))218			.saturating_add(T::DbWeight::get().writes(7 as u64))219	}220	// Storage: Refungible Allowance (r:1 w:1)221	// Storage: Refungible CollectionAllowance (r:1 w:0)222	// Storage: Refungible Balance (r:1 w:1)223	// Storage: Refungible TotalSupply (r:1 w:1)224	// Storage: Refungible AccountBalance (r:1 w:1)225	// Storage: Refungible TokensBurnt (r:1 w:1)226	// Storage: Refungible Owned (r:0 w:1)227	// Storage: Refungible TokenProperties (r:0 w:1)228	fn burn_from() -> Weight {229		Weight::from_ref_time(53_074_000 as u64)230			.saturating_add(T::DbWeight::get().reads(6 as u64))231			.saturating_add(T::DbWeight::get().writes(7 as u64))232	}233	// Storage: Common CollectionPropertyPermissions (r:1 w:1)234	fn set_token_property_permissions(b: u32, ) -> Weight {235		Weight::from_ref_time(5_170_000 as u64)236			// Standard Error: 40_532237			.saturating_add(Weight::from_ref_time(11_948_016 as u64).saturating_mul(b as u64))238			.saturating_add(T::DbWeight::get().reads(1 as u64))239			.saturating_add(T::DbWeight::get().writes(1 as u64))240	}241	// Storage: Common CollectionPropertyPermissions (r:1 w:0)242	// Storage: Refungible TokenProperties (r:1 w:1)243	fn set_token_properties(b: u32, ) -> Weight {244		Weight::from_ref_time(4_578_000 as u64)245			// Standard Error: 5_396_287246			.saturating_add(Weight::from_ref_time(633_314_546 as u64).saturating_mul(b as u64))247			.saturating_add(T::DbWeight::get().reads(2 as u64))248			.saturating_add(T::DbWeight::get().writes(1 as u64))249	}250	// Storage: Common CollectionPropertyPermissions (r:1 w:0)251	// Storage: Refungible TokenProperties (r:1 w:1)252	fn delete_token_properties(b: u32, ) -> Weight {253		Weight::from_ref_time(4_583_000 as u64)254			// Standard Error: 5_762_380255			.saturating_add(Weight::from_ref_time(696_007_076 as u64).saturating_mul(b as u64))256			.saturating_add(T::DbWeight::get().reads(2 as u64))257			.saturating_add(T::DbWeight::get().writes(1 as u64))258	}259	// Storage: Refungible TotalSupply (r:1 w:1)260	// Storage: Refungible Balance (r:1 w:1)261	fn repartition_item() -> Weight {262		Weight::from_ref_time(25_574_000 as u64)263			.saturating_add(T::DbWeight::get().reads(2 as u64))264			.saturating_add(T::DbWeight::get().writes(2 as u64))265	}266	// Storage: Refungible Balance (r:2 w:0)267	fn token_owner() -> Weight {268		Weight::from_ref_time(9_819_000 as u64)269			.saturating_add(T::DbWeight::get().reads(2 as u64))270	}271	// Storage: Refungible CollectionAllowance (r:0 w:1)272	fn set_allowance_for_all() -> Weight {273		Weight::from_ref_time(16_228_000 as u64)274			.saturating_add(T::DbWeight::get().writes(1 as u64))275	}276	// Storage: Refungible CollectionAllowance (r:1 w:0)277	fn allowance_for_all() -> Weight {278		Weight::from_ref_time(5_374_000 as u64)279			.saturating_add(T::DbWeight::get().reads(1 as u64))280	}281	// Storage: Refungible TokenProperties (r:1 w:1)282	fn repair_item() -> Weight {283		Weight::from_ref_time(5_624_000 as u64)284			.saturating_add(T::DbWeight::get().reads(1 as u64))285			.saturating_add(T::DbWeight::get().writes(1 as u64))286	}287}288289// For backwards compatibility and tests290impl WeightInfo for () {291	// Storage: Refungible TokensMinted (r:1 w:1)292	// Storage: Refungible AccountBalance (r:1 w:1)293	// Storage: Refungible Balance (r:0 w:1)294	// Storage: Refungible TotalSupply (r:0 w:1)295	// Storage: Refungible Owned (r:0 w:1)296	fn create_item() -> Weight {297		Weight::from_ref_time(32_864_000 as u64)298			.saturating_add(RocksDbWeight::get().reads(2 as u64))299			.saturating_add(RocksDbWeight::get().writes(5 as u64))300	}301	// Storage: Refungible TokensMinted (r:1 w:1)302	// Storage: Refungible AccountBalance (r:1 w:1)303	// Storage: Refungible Balance (r:0 w:4)304	// Storage: Refungible TotalSupply (r:0 w:4)305	// Storage: Refungible Owned (r:0 w:4)306	fn create_multiple_items(b: u32, ) -> Weight {307		Weight::from_ref_time(11_880_472 as u64)308			// Standard Error: 5_240309			.saturating_add(Weight::from_ref_time(6_556_575 as u64).saturating_mul(b as u64))310			.saturating_add(RocksDbWeight::get().reads(2 as u64))311			.saturating_add(RocksDbWeight::get().writes(2 as u64))312			.saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))313	}314	// Storage: Refungible TokensMinted (r:1 w:1)315	// Storage: Refungible AccountBalance (r:4 w:4)316	// Storage: Refungible Balance (r:0 w:4)317	// Storage: Refungible TotalSupply (r:0 w:4)318	// Storage: Refungible Owned (r:0 w:4)319	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {320		Weight::from_ref_time(11_644_173 as u64)321			// Standard Error: 5_876322			.saturating_add(Weight::from_ref_time(8_214_607 as u64).saturating_mul(b as u64))323			.saturating_add(RocksDbWeight::get().reads(1 as u64))324			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))325			.saturating_add(RocksDbWeight::get().writes(1 as u64))326			.saturating_add(RocksDbWeight::get().writes((4 as u64).saturating_mul(b as u64)))327	}328	// Storage: Refungible TokensMinted (r:1 w:1)329	// Storage: Refungible TotalSupply (r:0 w:1)330	// Storage: Refungible AccountBalance (r:4 w:4)331	// Storage: Refungible Balance (r:0 w:4)332	// Storage: Refungible Owned (r:0 w:4)333	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {334		Weight::from_ref_time(21_817_067 as u64)335			// Standard Error: 5_215336			.saturating_add(Weight::from_ref_time(6_084_938 as u64).saturating_mul(b as u64))337			.saturating_add(RocksDbWeight::get().reads(1 as u64))338			.saturating_add(RocksDbWeight::get().reads((1 as u64).saturating_mul(b as u64)))339			.saturating_add(RocksDbWeight::get().writes(2 as u64))340			.saturating_add(RocksDbWeight::get().writes((3 as u64).saturating_mul(b as u64)))341	}342	// Storage: Refungible Balance (r:3 w:1)343	// Storage: Refungible TotalSupply (r:1 w:1)344	// Storage: Refungible AccountBalance (r:1 w:1)345	// Storage: Refungible Owned (r:0 w:1)346	fn burn_item_partial() -> Weight {347		Weight::from_ref_time(47_087_000 as u64)348			.saturating_add(RocksDbWeight::get().reads(5 as u64))349			.saturating_add(RocksDbWeight::get().writes(4 as u64))350	}351	// Storage: Refungible Balance (r:1 w:1)352	// Storage: Refungible TotalSupply (r:1 w:1)353	// Storage: Refungible AccountBalance (r:1 w:1)354	// Storage: Refungible TokensBurnt (r:1 w:1)355	// Storage: Refungible Owned (r:0 w:1)356	// Storage: Refungible TokenProperties (r:0 w:1)357	fn burn_item_fully() -> Weight {358		Weight::from_ref_time(40_135_000 as u64)359			.saturating_add(RocksDbWeight::get().reads(4 as u64))360			.saturating_add(RocksDbWeight::get().writes(6 as u64))361	}362	// Storage: Refungible Balance (r:2 w:2)363	// Storage: Refungible TotalSupply (r:1 w:0)364	fn transfer_normal() -> Weight {365		Weight::from_ref_time(30_749_000 as u64)366			.saturating_add(RocksDbWeight::get().reads(3 as u64))367			.saturating_add(RocksDbWeight::get().writes(2 as u64))368	}369	// Storage: Refungible Balance (r:2 w:2)370	// Storage: Refungible AccountBalance (r:1 w:1)371	// Storage: Refungible TotalSupply (r:1 w:0)372	// Storage: Refungible Owned (r:0 w:1)373	fn transfer_creating() -> Weight {374		Weight::from_ref_time(33_565_000 as u64)375			.saturating_add(RocksDbWeight::get().reads(4 as u64))376			.saturating_add(RocksDbWeight::get().writes(4 as u64))377	}378	// Storage: Refungible Balance (r:2 w:2)379	// Storage: Refungible AccountBalance (r:1 w:1)380	// Storage: Refungible TotalSupply (r:1 w:0)381	// Storage: Refungible Owned (r:0 w:1)382	fn transfer_removing() -> Weight {383		Weight::from_ref_time(37_406_000 as u64)384			.saturating_add(RocksDbWeight::get().reads(4 as u64))385			.saturating_add(RocksDbWeight::get().writes(4 as u64))386	}387	// Storage: Refungible Balance (r:2 w:2)388	// Storage: Refungible AccountBalance (r:2 w:2)389	// Storage: Refungible TotalSupply (r:1 w:0)390	// Storage: Refungible Owned (r:0 w:2)391	fn transfer_creating_removing() -> Weight {392		Weight::from_ref_time(36_689_000 as u64)393			.saturating_add(RocksDbWeight::get().reads(5 as u64))394			.saturating_add(RocksDbWeight::get().writes(6 as u64))395	}396	// Storage: Refungible Balance (r:1 w:0)397	// Storage: Refungible Allowance (r:0 w:1)398	fn approve() -> Weight {399		Weight::from_ref_time(23_177_000 as u64)400			.saturating_add(RocksDbWeight::get().reads(1 as u64))401			.saturating_add(RocksDbWeight::get().writes(1 as u64))402	}403	// Storage: Refungible Allowance (r:1 w:1)404	// Storage: Refungible CollectionAllowance (r:1 w:0)405	// Storage: Refungible Balance (r:2 w:2)406	// Storage: Refungible TotalSupply (r:1 w:0)407	fn transfer_from_normal() -> Weight {408		Weight::from_ref_time(41_288_000 as u64)409			.saturating_add(RocksDbWeight::get().reads(5 as u64))410			.saturating_add(RocksDbWeight::get().writes(3 as u64))411	}412	// Storage: Refungible Allowance (r:1 w:1)413	// Storage: Refungible CollectionAllowance (r:1 w:0)414	// Storage: Refungible Balance (r:2 w:2)415	// Storage: Refungible AccountBalance (r:1 w:1)416	// Storage: Refungible TotalSupply (r:1 w:0)417	// Storage: Refungible Owned (r:0 w:1)418	fn transfer_from_creating() -> Weight {419		Weight::from_ref_time(44_807_000 as u64)420			.saturating_add(RocksDbWeight::get().reads(6 as u64))421			.saturating_add(RocksDbWeight::get().writes(5 as u64))422	}423	// Storage: Refungible Allowance (r:1 w:1)424	// Storage: Refungible CollectionAllowance (r:1 w:0)425	// Storage: Refungible Balance (r:2 w:2)426	// Storage: Refungible AccountBalance (r:1 w:1)427	// Storage: Refungible TotalSupply (r:1 w:0)428	// Storage: Refungible Owned (r:0 w:1)429	fn transfer_from_removing() -> Weight {430		Weight::from_ref_time(47_297_000 as u64)431			.saturating_add(RocksDbWeight::get().reads(6 as u64))432			.saturating_add(RocksDbWeight::get().writes(5 as u64))433	}434	// Storage: Refungible Allowance (r:1 w:1)435	// Storage: Refungible CollectionAllowance (r:1 w:0)436	// Storage: Refungible Balance (r:2 w:2)437	// Storage: Refungible AccountBalance (r:2 w:2)438	// Storage: Refungible TotalSupply (r:1 w:0)439	// Storage: Refungible Owned (r:0 w:2)440	fn transfer_from_creating_removing() -> Weight {441		Weight::from_ref_time(47_566_000 as u64)442			.saturating_add(RocksDbWeight::get().reads(7 as u64))443			.saturating_add(RocksDbWeight::get().writes(7 as u64))444	}445	// Storage: Refungible Allowance (r:1 w:1)446	// Storage: Refungible CollectionAllowance (r:1 w:0)447	// Storage: Refungible Balance (r:1 w:1)448	// Storage: Refungible TotalSupply (r:1 w:1)449	// Storage: Refungible AccountBalance (r:1 w:1)450	// Storage: Refungible TokensBurnt (r:1 w:1)451	// Storage: Refungible Owned (r:0 w:1)452	// Storage: Refungible TokenProperties (r:0 w:1)453	fn burn_from() -> Weight {454		Weight::from_ref_time(53_074_000 as u64)455			.saturating_add(RocksDbWeight::get().reads(6 as u64))456			.saturating_add(RocksDbWeight::get().writes(7 as u64))457	}458	// Storage: Common CollectionPropertyPermissions (r:1 w:1)459	fn set_token_property_permissions(b: u32, ) -> Weight {460		Weight::from_ref_time(5_170_000 as u64)461			// Standard Error: 40_532462			.saturating_add(Weight::from_ref_time(11_948_016 as u64).saturating_mul(b as u64))463			.saturating_add(RocksDbWeight::get().reads(1 as u64))464			.saturating_add(RocksDbWeight::get().writes(1 as u64))465	}466	// Storage: Common CollectionPropertyPermissions (r:1 w:0)467	// Storage: Refungible TokenProperties (r:1 w:1)468	fn set_token_properties(b: u32, ) -> Weight {469		Weight::from_ref_time(4_578_000 as u64)470			// Standard Error: 5_396_287471			.saturating_add(Weight::from_ref_time(633_314_546 as u64).saturating_mul(b as u64))472			.saturating_add(RocksDbWeight::get().reads(2 as u64))473			.saturating_add(RocksDbWeight::get().writes(1 as u64))474	}475	// Storage: Common CollectionPropertyPermissions (r:1 w:0)476	// Storage: Refungible TokenProperties (r:1 w:1)477	fn delete_token_properties(b: u32, ) -> Weight {478		Weight::from_ref_time(4_583_000 as u64)479			// Standard Error: 5_762_380480			.saturating_add(Weight::from_ref_time(696_007_076 as u64).saturating_mul(b as u64))481			.saturating_add(RocksDbWeight::get().reads(2 as u64))482			.saturating_add(RocksDbWeight::get().writes(1 as u64))483	}484	// Storage: Refungible TotalSupply (r:1 w:1)485	// Storage: Refungible Balance (r:1 w:1)486	fn repartition_item() -> Weight {487		Weight::from_ref_time(25_574_000 as u64)488			.saturating_add(RocksDbWeight::get().reads(2 as u64))489			.saturating_add(RocksDbWeight::get().writes(2 as u64))490	}491	// Storage: Refungible Balance (r:2 w:0)492	fn token_owner() -> Weight {493		Weight::from_ref_time(9_819_000 as u64)494			.saturating_add(RocksDbWeight::get().reads(2 as u64))495	}496	// Storage: Refungible CollectionAllowance (r:0 w:1)497	fn set_allowance_for_all() -> Weight {498		Weight::from_ref_time(16_228_000 as u64)499			.saturating_add(RocksDbWeight::get().writes(1 as u64))500	}501	// Storage: Refungible CollectionAllowance (r:1 w:0)502	fn allowance_for_all() -> Weight {503		Weight::from_ref_time(5_374_000 as u64)504			.saturating_add(RocksDbWeight::get().reads(1 as u64))505	}506	// Storage: Refungible TokenProperties (r:1 w:1)507	fn repair_item() -> Weight {508		Weight::from_ref_time(5_624_000 as u64)509			.saturating_add(RocksDbWeight::get().reads(1 as u64))510			.saturating_add(RocksDbWeight::get().writes(1 as u64))511	}512}