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

difftreelog

source

pallets/refungible/src/weights.rs19.4 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-08-15, 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(clippy::unnecessary_cast)]3031use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};32use sp_std::marker::PhantomData;3334/// Weight functions needed for pallet_refungible.35pub trait WeightInfo {36	fn create_item() -> Weight;37	fn create_multiple_items(b: u32, ) -> Weight;38	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight;39	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight;40	fn burn_item_partial() -> Weight;41	fn burn_item_fully() -> Weight;42	fn transfer_normal() -> Weight;43	fn transfer_creating() -> Weight;44	fn transfer_removing() -> Weight;45	fn transfer_creating_removing() -> Weight;46	fn approve() -> Weight;47	fn transfer_from_normal() -> Weight;48	fn transfer_from_creating() -> Weight;49	fn transfer_from_removing() -> Weight;50	fn transfer_from_creating_removing() -> Weight;51	fn burn_from() -> Weight;52	fn set_token_property_permissions(b: u32, ) -> Weight;53	fn set_token_properties(b: u32, ) -> Weight;54	fn delete_token_properties(b: u32, ) -> Weight;55	fn repartition_item() -> Weight;56	fn set_parent_nft_unchecked() -> Weight;57	fn token_owner() -> Weight;58}5960/// Weights for pallet_refungible using the Substrate node and recommended hardware.61pub struct SubstrateWeight<T>(PhantomData<T>);62impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {63	// Storage: Refungible TokensMinted (r:1 w:1)64	// Storage: Refungible AccountBalance (r:1 w:1)65	// Storage: Refungible Balance (r:0 w:1)66	// Storage: Refungible TotalSupply (r:0 w:1)67	// Storage: Refungible Owned (r:0 w:1)68	fn create_item() -> Weight {69		(29_527_000 as Weight)70			.saturating_add(T::DbWeight::get().reads(2 as Weight))71			.saturating_add(T::DbWeight::get().writes(5 as Weight))72	}73	// Storage: Refungible TokensMinted (r:1 w:1)74	// Storage: Refungible AccountBalance (r:1 w:1)75	// Storage: Refungible Balance (r:0 w:4)76	// Storage: Refungible TotalSupply (r:0 w:4)77	// Storage: Refungible Owned (r:0 w:4)78	fn create_multiple_items(b: u32, ) -> Weight {79		(28_541_000 as Weight)80			// Standard Error: 4_00081			.saturating_add((6_671_000 as Weight).saturating_mul(b as Weight))82			.saturating_add(T::DbWeight::get().reads(2 as Weight))83			.saturating_add(T::DbWeight::get().writes(2 as Weight))84			.saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))85	}86	// Storage: Refungible TokensMinted (r:1 w:1)87	// Storage: Refungible AccountBalance (r:4 w:4)88	// Storage: Refungible Balance (r:0 w:4)89	// Storage: Refungible TotalSupply (r:0 w:4)90	// Storage: Refungible Owned (r:0 w:4)91	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {92		(24_366_000 as Weight)93			// Standard Error: 5_00094			.saturating_add((9_338_000 as Weight).saturating_mul(b as Weight))95			.saturating_add(T::DbWeight::get().reads(1 as Weight))96			.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))97			.saturating_add(T::DbWeight::get().writes(1 as Weight))98			.saturating_add(T::DbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))99	}100	// Storage: Refungible TokensMinted (r:1 w:1)101	// Storage: Refungible TotalSupply (r:0 w:1)102	// Storage: Refungible AccountBalance (r:4 w:4)103	// Storage: Refungible Balance (r:0 w:4)104	// Storage: Refungible Owned (r:0 w:4)105	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {106		(27_574_000 as Weight)107			// Standard Error: 4_000108			.saturating_add((7_193_000 as Weight).saturating_mul(b as Weight))109			.saturating_add(T::DbWeight::get().reads(1 as Weight))110			.saturating_add(T::DbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))111			.saturating_add(T::DbWeight::get().writes(2 as Weight))112			.saturating_add(T::DbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))113	}114	// Storage: Refungible TotalSupply (r:1 w:1)115	// Storage: Refungible Balance (r:3 w:1)116	// Storage: Refungible AccountBalance (r:1 w:1)117	// Storage: Refungible Owned (r:0 w:1)118	fn burn_item_partial() -> Weight {119		(42_943_000 as Weight)120			.saturating_add(T::DbWeight::get().reads(5 as Weight))121			.saturating_add(T::DbWeight::get().writes(4 as Weight))122	}123	// Storage: Refungible TotalSupply (r:1 w:1)124	// Storage: Refungible Balance (r:1 w:1)125	// Storage: Refungible AccountBalance (r:1 w:1)126	// Storage: Refungible TokensBurnt (r:1 w:1)127	// Storage: Refungible Owned (r:0 w:1)128	// Storage: Refungible TokenProperties (r:0 w:1)129	fn burn_item_fully() -> Weight {130		(36_861_000 as Weight)131			.saturating_add(T::DbWeight::get().reads(4 as Weight))132			.saturating_add(T::DbWeight::get().writes(6 as Weight))133	}134	// Storage: Refungible Balance (r:2 w:2)135	// Storage: Refungible TotalSupply (r:1 w:0)136	fn transfer_normal() -> Weight {137		(27_789_000 as Weight)138			.saturating_add(T::DbWeight::get().reads(3 as Weight))139			.saturating_add(T::DbWeight::get().writes(2 as Weight))140	}141	// Storage: Refungible Balance (r:2 w:2)142	// Storage: Refungible AccountBalance (r:1 w:1)143	// Storage: Refungible TotalSupply (r:1 w:0)144	// Storage: Refungible Owned (r:0 w:1)145	fn transfer_creating() -> Weight {146		(32_893_000 as Weight)147			.saturating_add(T::DbWeight::get().reads(4 as Weight))148			.saturating_add(T::DbWeight::get().writes(4 as Weight))149	}150	// Storage: Refungible Balance (r:2 w:2)151	// Storage: Refungible AccountBalance (r:1 w:1)152	// Storage: Refungible TotalSupply (r:1 w:0)153	// Storage: Refungible Owned (r:0 w:1)154	fn transfer_removing() -> Weight {155		(34_703_000 as Weight)156			.saturating_add(T::DbWeight::get().reads(4 as Weight))157			.saturating_add(T::DbWeight::get().writes(4 as Weight))158	}159	// Storage: Refungible Balance (r:2 w:2)160	// Storage: Refungible AccountBalance (r:2 w:2)161	// Storage: Refungible TotalSupply (r:1 w:0)162	// Storage: Refungible Owned (r:0 w:2)163	fn transfer_creating_removing() -> Weight {164		(37_547_000 as Weight)165			.saturating_add(T::DbWeight::get().reads(5 as Weight))166			.saturating_add(T::DbWeight::get().writes(6 as Weight))167	}168	// Storage: Refungible Balance (r:1 w:0)169	// Storage: Refungible Allowance (r:0 w:1)170	fn approve() -> Weight {171		(20_039_000 as Weight)172			.saturating_add(T::DbWeight::get().reads(1 as Weight))173			.saturating_add(T::DbWeight::get().writes(1 as Weight))174	}175	// Storage: Refungible Allowance (r:1 w:1)176	// Storage: Refungible Balance (r:2 w:2)177	// Storage: Refungible TotalSupply (r:1 w:0)178	fn transfer_from_normal() -> Weight {179		(37_628_000 as Weight)180			.saturating_add(T::DbWeight::get().reads(4 as Weight))181			.saturating_add(T::DbWeight::get().writes(3 as Weight))182	}183	// Storage: Refungible Allowance (r:1 w:1)184	// Storage: Refungible Balance (r:2 w:2)185	// Storage: Refungible AccountBalance (r:1 w:1)186	// Storage: Refungible TotalSupply (r:1 w:0)187	// Storage: Refungible Owned (r:0 w:1)188	fn transfer_from_creating() -> Weight {189		(42_072_000 as Weight)190			.saturating_add(T::DbWeight::get().reads(5 as Weight))191			.saturating_add(T::DbWeight::get().writes(5 as Weight))192	}193	// Storage: Refungible Allowance (r:1 w:1)194	// Storage: Refungible Balance (r:2 w:2)195	// Storage: Refungible AccountBalance (r:1 w:1)196	// Storage: Refungible TotalSupply (r:1 w:0)197	// Storage: Refungible Owned (r:0 w:1)198	fn transfer_from_removing() -> Weight {199		(43_024_000 as Weight)200			.saturating_add(T::DbWeight::get().reads(5 as Weight))201			.saturating_add(T::DbWeight::get().writes(5 as Weight))202	}203	// Storage: Refungible Allowance (r:1 w:1)204	// Storage: Refungible Balance (r:2 w:2)205	// Storage: Refungible AccountBalance (r:2 w:2)206	// Storage: Refungible TotalSupply (r:1 w:0)207	// Storage: Refungible Owned (r:0 w:2)208	fn transfer_from_creating_removing() -> Weight {209		(45_910_000 as Weight)210			.saturating_add(T::DbWeight::get().reads(6 as Weight))211			.saturating_add(T::DbWeight::get().writes(7 as Weight))212	}213	// Storage: Refungible Allowance (r:1 w:1)214	// Storage: Refungible TotalSupply (r:1 w:1)215	// Storage: Refungible Balance (r:1 w:1)216	// Storage: Refungible AccountBalance (r:1 w:1)217	// Storage: Refungible TokensBurnt (r:1 w:1)218	// Storage: Refungible Owned (r:0 w:1)219	// Storage: Refungible TokenProperties (r:0 w:1)220	fn burn_from() -> Weight {221		(48_584_000 as Weight)222			.saturating_add(T::DbWeight::get().reads(5 as Weight))223			.saturating_add(T::DbWeight::get().writes(7 as Weight))224	}225	// Storage: Common CollectionPropertyPermissions (r:1 w:1)226	fn set_token_property_permissions(b: u32, ) -> Weight {227		(0 as Weight)228			// Standard Error: 60_000229			.saturating_add((15_533_000 as Weight).saturating_mul(b as Weight))230			.saturating_add(T::DbWeight::get().reads(1 as Weight))231			.saturating_add(T::DbWeight::get().writes(1 as Weight))232	}233	// Storage: Common CollectionPropertyPermissions (r:1 w:0)234	// Storage: Refungible TokenProperties (r:1 w:1)235	fn set_token_properties(b: u32, ) -> Weight {236		(0 as Weight)237			// Standard Error: 3_609_000238			.saturating_add((590_204_000 as Weight).saturating_mul(b as Weight))239			.saturating_add(T::DbWeight::get().reads(2 as Weight))240			.saturating_add(T::DbWeight::get().writes(1 as Weight))241	}242	// Storage: Common CollectionPropertyPermissions (r:1 w:0)243	// Storage: Refungible TokenProperties (r:1 w:1)244	fn delete_token_properties(b: u32, ) -> Weight {245		(0 as Weight)246			// Standard Error: 3_637_000247			.saturating_add((603_468_000 as Weight).saturating_mul(b as Weight))248			.saturating_add(T::DbWeight::get().reads(2 as Weight))249			.saturating_add(T::DbWeight::get().writes(1 as Weight))250	}251	// Storage: Refungible TotalSupply (r:1 w:1)252	// Storage: Refungible Balance (r:1 w:1)253	fn repartition_item() -> Weight {254		(22_356_000 as Weight)255			.saturating_add(T::DbWeight::get().reads(2 as Weight))256			.saturating_add(T::DbWeight::get().writes(2 as Weight))257	}258	// Storage: Refungible Balance (r:1 w:0)259	// Storage: Refungible TotalSupply (r:1 w:0)260	// Storage: Refungible TokenProperties (r:1 w:1)261	fn set_parent_nft_unchecked() -> Weight {262		(12_015_000 as Weight)263			.saturating_add(T::DbWeight::get().reads(3 as Weight))264			.saturating_add(T::DbWeight::get().writes(1 as Weight))265	}266	// Storage: Refungible Balance (r:2 w:0)267	fn token_owner() -> Weight {268		(9_431_000 as Weight)269			.saturating_add(T::DbWeight::get().reads(2 as Weight))270	}271}272273// For backwards compatibility and tests274impl WeightInfo for () {275	// Storage: Refungible TokensMinted (r:1 w:1)276	// Storage: Refungible AccountBalance (r:1 w:1)277	// Storage: Refungible Balance (r:0 w:1)278	// Storage: Refungible TotalSupply (r:0 w:1)279	// Storage: Refungible Owned (r:0 w:1)280	fn create_item() -> Weight {281		(29_527_000 as Weight)282			.saturating_add(RocksDbWeight::get().reads(2 as Weight))283			.saturating_add(RocksDbWeight::get().writes(5 as Weight))284	}285	// Storage: Refungible TokensMinted (r:1 w:1)286	// Storage: Refungible AccountBalance (r:1 w:1)287	// Storage: Refungible Balance (r:0 w:4)288	// Storage: Refungible TotalSupply (r:0 w:4)289	// Storage: Refungible Owned (r:0 w:4)290	fn create_multiple_items(b: u32, ) -> Weight {291		(28_541_000 as Weight)292			// Standard Error: 4_000293			.saturating_add((6_671_000 as Weight).saturating_mul(b as Weight))294			.saturating_add(RocksDbWeight::get().reads(2 as Weight))295			.saturating_add(RocksDbWeight::get().writes(2 as Weight))296			.saturating_add(RocksDbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))297	}298	// Storage: Refungible TokensMinted (r:1 w:1)299	// Storage: Refungible AccountBalance (r:4 w:4)300	// Storage: Refungible Balance (r:0 w:4)301	// Storage: Refungible TotalSupply (r:0 w:4)302	// Storage: Refungible Owned (r:0 w:4)303	fn create_multiple_items_ex_multiple_items(b: u32, ) -> Weight {304		(24_366_000 as Weight)305			// Standard Error: 5_000306			.saturating_add((9_338_000 as Weight).saturating_mul(b as Weight))307			.saturating_add(RocksDbWeight::get().reads(1 as Weight))308			.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))309			.saturating_add(RocksDbWeight::get().writes(1 as Weight))310			.saturating_add(RocksDbWeight::get().writes((4 as Weight).saturating_mul(b as Weight)))311	}312	// Storage: Refungible TokensMinted (r:1 w:1)313	// Storage: Refungible TotalSupply (r:0 w:1)314	// Storage: Refungible AccountBalance (r:4 w:4)315	// Storage: Refungible Balance (r:0 w:4)316	// Storage: Refungible Owned (r:0 w:4)317	fn create_multiple_items_ex_multiple_owners(b: u32, ) -> Weight {318		(27_574_000 as Weight)319			// Standard Error: 4_000320			.saturating_add((7_193_000 as Weight).saturating_mul(b as Weight))321			.saturating_add(RocksDbWeight::get().reads(1 as Weight))322			.saturating_add(RocksDbWeight::get().reads((1 as Weight).saturating_mul(b as Weight)))323			.saturating_add(RocksDbWeight::get().writes(2 as Weight))324			.saturating_add(RocksDbWeight::get().writes((3 as Weight).saturating_mul(b as Weight)))325	}326	// Storage: Refungible TotalSupply (r:1 w:1)327	// Storage: Refungible Balance (r:3 w:1)328	// Storage: Refungible AccountBalance (r:1 w:1)329	// Storage: Refungible Owned (r:0 w:1)330	fn burn_item_partial() -> Weight {331		(42_943_000 as Weight)332			.saturating_add(RocksDbWeight::get().reads(5 as Weight))333			.saturating_add(RocksDbWeight::get().writes(4 as Weight))334	}335	// Storage: Refungible TotalSupply (r:1 w:1)336	// Storage: Refungible Balance (r:1 w:1)337	// Storage: Refungible AccountBalance (r:1 w:1)338	// Storage: Refungible TokensBurnt (r:1 w:1)339	// Storage: Refungible Owned (r:0 w:1)340	// Storage: Refungible TokenProperties (r:0 w:1)341	fn burn_item_fully() -> Weight {342		(36_861_000 as Weight)343			.saturating_add(RocksDbWeight::get().reads(4 as Weight))344			.saturating_add(RocksDbWeight::get().writes(6 as Weight))345	}346	// Storage: Refungible Balance (r:2 w:2)347	// Storage: Refungible TotalSupply (r:1 w:0)348	fn transfer_normal() -> Weight {349		(27_789_000 as Weight)350			.saturating_add(RocksDbWeight::get().reads(3 as Weight))351			.saturating_add(RocksDbWeight::get().writes(2 as Weight))352	}353	// Storage: Refungible Balance (r:2 w:2)354	// Storage: Refungible AccountBalance (r:1 w:1)355	// Storage: Refungible TotalSupply (r:1 w:0)356	// Storage: Refungible Owned (r:0 w:1)357	fn transfer_creating() -> Weight {358		(32_893_000 as Weight)359			.saturating_add(RocksDbWeight::get().reads(4 as Weight))360			.saturating_add(RocksDbWeight::get().writes(4 as Weight))361	}362	// Storage: Refungible Balance (r:2 w:2)363	// Storage: Refungible AccountBalance (r:1 w:1)364	// Storage: Refungible TotalSupply (r:1 w:0)365	// Storage: Refungible Owned (r:0 w:1)366	fn transfer_removing() -> Weight {367		(34_703_000 as Weight)368			.saturating_add(RocksDbWeight::get().reads(4 as Weight))369			.saturating_add(RocksDbWeight::get().writes(4 as Weight))370	}371	// Storage: Refungible Balance (r:2 w:2)372	// Storage: Refungible AccountBalance (r:2 w:2)373	// Storage: Refungible TotalSupply (r:1 w:0)374	// Storage: Refungible Owned (r:0 w:2)375	fn transfer_creating_removing() -> Weight {376		(37_547_000 as Weight)377			.saturating_add(RocksDbWeight::get().reads(5 as Weight))378			.saturating_add(RocksDbWeight::get().writes(6 as Weight))379	}380	// Storage: Refungible Balance (r:1 w:0)381	// Storage: Refungible Allowance (r:0 w:1)382	fn approve() -> Weight {383		(20_039_000 as Weight)384			.saturating_add(RocksDbWeight::get().reads(1 as Weight))385			.saturating_add(RocksDbWeight::get().writes(1 as Weight))386	}387	// Storage: Refungible Allowance (r:1 w:1)388	// Storage: Refungible Balance (r:2 w:2)389	// Storage: Refungible TotalSupply (r:1 w:0)390	fn transfer_from_normal() -> Weight {391		(37_628_000 as Weight)392			.saturating_add(RocksDbWeight::get().reads(4 as Weight))393			.saturating_add(RocksDbWeight::get().writes(3 as Weight))394	}395	// Storage: Refungible Allowance (r:1 w:1)396	// Storage: Refungible Balance (r:2 w:2)397	// Storage: Refungible AccountBalance (r:1 w:1)398	// Storage: Refungible TotalSupply (r:1 w:0)399	// Storage: Refungible Owned (r:0 w:1)400	fn transfer_from_creating() -> Weight {401		(42_072_000 as Weight)402			.saturating_add(RocksDbWeight::get().reads(5 as Weight))403			.saturating_add(RocksDbWeight::get().writes(5 as Weight))404	}405	// Storage: Refungible Allowance (r:1 w:1)406	// Storage: Refungible Balance (r:2 w:2)407	// Storage: Refungible AccountBalance (r:1 w:1)408	// Storage: Refungible TotalSupply (r:1 w:0)409	// Storage: Refungible Owned (r:0 w:1)410	fn transfer_from_removing() -> Weight {411		(43_024_000 as Weight)412			.saturating_add(RocksDbWeight::get().reads(5 as Weight))413			.saturating_add(RocksDbWeight::get().writes(5 as Weight))414	}415	// Storage: Refungible Allowance (r:1 w:1)416	// Storage: Refungible Balance (r:2 w:2)417	// Storage: Refungible AccountBalance (r:2 w:2)418	// Storage: Refungible TotalSupply (r:1 w:0)419	// Storage: Refungible Owned (r:0 w:2)420	fn transfer_from_creating_removing() -> Weight {421		(45_910_000 as Weight)422			.saturating_add(RocksDbWeight::get().reads(6 as Weight))423			.saturating_add(RocksDbWeight::get().writes(7 as Weight))424	}425	// Storage: Refungible Allowance (r:1 w:1)426	// Storage: Refungible TotalSupply (r:1 w:1)427	// Storage: Refungible Balance (r:1 w:1)428	// Storage: Refungible AccountBalance (r:1 w:1)429	// Storage: Refungible TokensBurnt (r:1 w:1)430	// Storage: Refungible Owned (r:0 w:1)431	// Storage: Refungible TokenProperties (r:0 w:1)432	fn burn_from() -> Weight {433		(48_584_000 as Weight)434			.saturating_add(RocksDbWeight::get().reads(5 as Weight))435			.saturating_add(RocksDbWeight::get().writes(7 as Weight))436	}437	// Storage: Common CollectionPropertyPermissions (r:1 w:1)438	fn set_token_property_permissions(b: u32, ) -> Weight {439		(0 as Weight)440			// Standard Error: 60_000441			.saturating_add((15_533_000 as Weight).saturating_mul(b as Weight))442			.saturating_add(RocksDbWeight::get().reads(1 as Weight))443			.saturating_add(RocksDbWeight::get().writes(1 as Weight))444	}445	// Storage: Common CollectionPropertyPermissions (r:1 w:0)446	// Storage: Refungible TokenProperties (r:1 w:1)447	fn set_token_properties(b: u32, ) -> Weight {448		(0 as Weight)449			// Standard Error: 3_609_000450			.saturating_add((590_204_000 as Weight).saturating_mul(b as Weight))451			.saturating_add(RocksDbWeight::get().reads(2 as Weight))452			.saturating_add(RocksDbWeight::get().writes(1 as Weight))453	}454	// Storage: Common CollectionPropertyPermissions (r:1 w:0)455	// Storage: Refungible TokenProperties (r:1 w:1)456	fn delete_token_properties(b: u32, ) -> Weight {457		(0 as Weight)458			// Standard Error: 3_637_000459			.saturating_add((603_468_000 as Weight).saturating_mul(b as Weight))460			.saturating_add(RocksDbWeight::get().reads(2 as Weight))461			.saturating_add(RocksDbWeight::get().writes(1 as Weight))462	}463	// Storage: Refungible TotalSupply (r:1 w:1)464	// Storage: Refungible Balance (r:1 w:1)465	fn repartition_item() -> Weight {466		(22_356_000 as Weight)467			.saturating_add(RocksDbWeight::get().reads(2 as Weight))468			.saturating_add(RocksDbWeight::get().writes(2 as Weight))469	}470	// Storage: Refungible Balance (r:1 w:0)471	// Storage: Refungible TotalSupply (r:1 w:0)472	// Storage: Refungible TokenProperties (r:1 w:1)473	fn set_parent_nft_unchecked() -> Weight {474		(12_015_000 as Weight)475			.saturating_add(RocksDbWeight::get().reads(3 as Weight))476			.saturating_add(RocksDbWeight::get().writes(1 as Weight))477	}478	// Storage: Refungible Balance (r:2 w:0)479	fn token_owner() -> Weight {480		(9_431_000 as Weight)481			.saturating_add(RocksDbWeight::get().reads(2 as Weight))482	}483}