|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
//! Autogenerated weights for pallet_contracts
|
|
|
|
|
//!
|
|
|
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
|
|
|
//! DATE: 2022-05-22, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
|
|
|
//! DATE: 2022-04-24, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
|
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
|
|
|
|
|
|
|
|
|
|
// Executed Command:
|
|
|
|
@@ -44,7 +44,7 @@ use sp_std::marker::PhantomData;
|
|
|
|
|
|
|
|
|
|
/// Weight functions needed for pallet_contracts.
|
|
|
|
|
pub trait WeightInfo {
|
|
|
|
|
fn on_initialize() -> Weight;
|
|
|
|
|
fn on_process_deletion_queue_batch() -> Weight;
|
|
|
|
|
fn on_initialize_per_trie_key(k: u32, ) -> Weight;
|
|
|
|
|
fn on_initialize_per_queue_item(q: u32, ) -> Weight;
|
|
|
|
|
fn reinstrument(c: u32, ) -> Weight;
|
|
|
|
@@ -163,8 +163,8 @@ pub trait WeightInfo {
|
|
|
|
|
pub struct SubstrateWeight<T>(PhantomData<T>);
|
|
|
|
|
impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts DeletionQueue (r:1 w:0)
|
|
|
|
|
fn on_initialize() -> Weight {
|
|
|
|
|
(1_684_000 as Weight)
|
|
|
|
|
fn on_process_deletion_queue_batch() -> Weight {
|
|
|
|
|
(1_664_000 as Weight)
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
|
|
|
|
}
|
|
|
|
|
// Storage: Skipped Metadata (r:0 w:0)
|
|
|
|
@@ -196,6 +196,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
fn call_with_code_per_byte(c: u32, ) -> Weight {
|
|
|
|
|
(206_036_000 as Weight)
|
|
|
|
@@ -208,6 +209,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
// Storage: Contracts PristineCode (r:0 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:0 w:1)
|
|
|
|
@@ -217,25 +219,27 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
.saturating_add((122_000 as Weight).saturating_mul(c as Weight))
|
|
|
|
|
// Standard Error: 0
|
|
|
|
|
.saturating_add((2_000 as Weight).saturating_mul(s as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads(5 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes(6 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads(6 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes(7 as Weight))
|
|
|
|
|
}
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:1)
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:1 w:1)
|
|
|
|
|
fn instantiate(s: u32, ) -> Weight {
|
|
|
|
|
(180_607_000 as Weight)
|
|
|
|
|
// Standard Error: 0
|
|
|
|
|
.saturating_add((2_000 as Weight).saturating_mul(s as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads(6 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes(5 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads(7 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes(6 as Weight))
|
|
|
|
|
}
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
fn call() -> Weight {
|
|
|
|
|
(146_032_000 as Weight)
|
|
|
|
@@ -271,6 +275,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_caller(r: u32, ) -> Weight {
|
|
|
|
|
(205_061_000 as Weight)
|
|
|
|
|
// Standard Error: 76_000
|
|
|
|
@@ -282,6 +287,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_is_contract(r: u32, ) -> Weight {
|
|
|
|
|
(97_971_000 as Weight)
|
|
|
|
|
// Standard Error: 741_000
|
|
|
|
@@ -294,6 +300,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_code_hash(r: u32, ) -> Weight {
|
|
|
|
|
(109_052_000 as Weight)
|
|
|
|
|
// Standard Error: 716_000
|
|
|
|
@@ -306,6 +313,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_own_code_hash(r: u32, ) -> Weight {
|
|
|
|
|
(205_748_000 as Weight)
|
|
|
|
|
// Standard Error: 87_000
|
|
|
|
@@ -317,6 +325,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_caller_is_origin(r: u32, ) -> Weight {
|
|
|
|
|
(201_898_000 as Weight)
|
|
|
|
|
// Standard Error: 55_000
|
|
|
|
@@ -328,6 +337,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_address(r: u32, ) -> Weight {
|
|
|
|
|
(204_668_000 as Weight)
|
|
|
|
|
// Standard Error: 65_000
|
|
|
|
@@ -339,6 +349,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_gas_left(r: u32, ) -> Weight {
|
|
|
|
|
(203_240_000 as Weight)
|
|
|
|
|
// Standard Error: 68_000
|
|
|
|
@@ -350,6 +361,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_balance(r: u32, ) -> Weight {
|
|
|
|
|
(211_535_000 as Weight)
|
|
|
|
|
// Standard Error: 73_000
|
|
|
|
@@ -361,6 +373,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_value_transferred(r: u32, ) -> Weight {
|
|
|
|
|
(204_653_000 as Weight)
|
|
|
|
|
// Standard Error: 71_000
|
|
|
|
@@ -372,6 +385,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_minimum_balance(r: u32, ) -> Weight {
|
|
|
|
|
(204_690_000 as Weight)
|
|
|
|
|
// Standard Error: 82_000
|
|
|
|
@@ -383,6 +397,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_block_number(r: u32, ) -> Weight {
|
|
|
|
|
(205_004_000 as Weight)
|
|
|
|
|
// Standard Error: 62_000
|
|
|
|
@@ -394,6 +409,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_now(r: u32, ) -> Weight {
|
|
|
|
|
(204_341_000 as Weight)
|
|
|
|
|
// Standard Error: 93_000
|
|
|
|
@@ -405,6 +421,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0)
|
|
|
|
|
fn seal_weight_to_fee(r: u32, ) -> Weight {
|
|
|
|
|
(208_702_000 as Weight)
|
|
|
|
@@ -417,6 +434,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_gas(r: u32, ) -> Weight {
|
|
|
|
|
(131_983_000 as Weight)
|
|
|
|
|
// Standard Error: 17_000
|
|
|
|
@@ -428,6 +446,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_input(r: u32, ) -> Weight {
|
|
|
|
|
(203_768_000 as Weight)
|
|
|
|
|
// Standard Error: 57_000
|
|
|
|
@@ -439,6 +458,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_input_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(273_930_000 as Weight)
|
|
|
|
|
// Standard Error: 3_000
|
|
|
|
@@ -461,6 +481,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_return_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(201_130_000 as Weight)
|
|
|
|
|
// Standard Error: 0
|
|
|
|
@@ -472,6 +493,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: Contracts DeletionQueue (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:1 w:1)
|
|
|
|
|
fn seal_terminate(r: u32, ) -> Weight {
|
|
|
|
@@ -480,13 +502,14 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
.saturating_add((54_190_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads(4 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().reads((4 as Weight).saturating_mul(r as Weight)))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes(2 as Weight))
|
|
|
|
|
.saturating_add(T::DbWeight::get().writes((5 as Weight).saturating_mul(r as Weight)))
|
|
|
|
|
}
|
|
|
|
|
// Storage: System Account (r:1 w:0)
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: RandomnessCollectiveFlip RandomMaterial (r:1 w:0)
|
|
|
|
|
fn seal_random(r: u32, ) -> Weight {
|
|
|
|
|
(206_528_000 as Weight)
|
|
|
|
@@ -499,6 +522,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_deposit_event(r: u32, ) -> Weight {
|
|
|
|
|
(210_309_000 as Weight)
|
|
|
|
|
// Standard Error: 138_000
|
|
|
|
@@ -526,6 +550,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_debug_message(r: u32, ) -> Weight {
|
|
|
|
|
(138_934_000 as Weight)
|
|
|
|
|
// Standard Error: 34_000
|
|
|
|
@@ -633,6 +658,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_transfer(r: u32, ) -> Weight {
|
|
|
|
|
(124_818_000 as Weight)
|
|
|
|
|
// Standard Error: 1_251_000
|
|
|
|
@@ -646,6 +672,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_call(r: u32, ) -> Weight {
|
|
|
|
|
(0 as Weight)
|
|
|
|
|
// Standard Error: 4_575_000
|
|
|
|
@@ -659,6 +686,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_delegate_call(r: u32, ) -> Weight {
|
|
|
|
|
(0 as Weight)
|
|
|
|
|
// Standard Error: 5_742_000
|
|
|
|
@@ -670,6 +698,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:81 w:81)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:2 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_call_per_transfer_clone_kb(t: u32, c: u32, ) -> Weight {
|
|
|
|
|
(9_081_635_000 as Weight)
|
|
|
|
|
// Standard Error: 11_326_000
|
|
|
|
@@ -685,6 +714,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:80 w:80)
|
|
|
|
|
fn seal_instantiate(r: u32, ) -> Weight {
|
|
|
|
@@ -700,6 +730,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:81 w:81)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:2 w:1)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:1 w:1)
|
|
|
|
|
fn seal_instantiate_per_transfer_salt_kb(t: u32, s: u32, ) -> Weight {
|
|
|
|
@@ -717,6 +748,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_sha2_256(r: u32, ) -> Weight {
|
|
|
|
|
(203_315_000 as Weight)
|
|
|
|
|
// Standard Error: 74_000
|
|
|
|
@@ -728,6 +760,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_sha2_256_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(355_672_000 as Weight)
|
|
|
|
|
// Standard Error: 25_000
|
|
|
|
@@ -739,6 +772,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_keccak_256(r: u32, ) -> Weight {
|
|
|
|
|
(203_117_000 as Weight)
|
|
|
|
|
// Standard Error: 94_000
|
|
|
|
@@ -750,6 +784,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_keccak_256_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(196_575_000 as Weight)
|
|
|
|
|
// Standard Error: 13_000
|
|
|
|
@@ -761,6 +796,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_256(r: u32, ) -> Weight {
|
|
|
|
|
(203_938_000 as Weight)
|
|
|
|
|
// Standard Error: 97_000
|
|
|
|
@@ -772,6 +808,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_256_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(247_065_000 as Weight)
|
|
|
|
|
// Standard Error: 8_000
|
|
|
|
@@ -783,6 +820,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_128(r: u32, ) -> Weight {
|
|
|
|
|
(204_389_000 as Weight)
|
|
|
|
|
// Standard Error: 86_000
|
|
|
|
@@ -794,6 +832,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_128_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(284_700_000 as Weight)
|
|
|
|
|
// Standard Error: 9_000
|
|
|
|
@@ -805,6 +844,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_ecdsa_recover(r: u32, ) -> Weight {
|
|
|
|
|
(235_813_000 as Weight)
|
|
|
|
|
// Standard Error: 521_000
|
|
|
|
@@ -816,6 +856,7 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight {
|
|
|
|
|
(204_095_000 as Weight)
|
|
|
|
|
// Standard Error: 495_000
|
|
|
|
@@ -1021,9 +1062,9 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
.saturating_add((1_333_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
}
|
|
|
|
|
fn instr_i64sub(r: u32, ) -> Weight {
|
|
|
|
|
(74_033_000 as Weight)
|
|
|
|
|
// Standard Error: 1_000
|
|
|
|
|
.saturating_add((1_322_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
(74_312_000 as Weight)
|
|
|
|
|
// Standard Error: 2_000
|
|
|
|
|
.saturating_add((1_339_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
}
|
|
|
|
|
fn instr_i64mul(r: u32, ) -> Weight {
|
|
|
|
|
(74_203_000 as Weight)
|
|
|
|
@@ -1095,8 +1136,8 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
|
|
|
|
|
// For backwards compatibility and tests
|
|
|
|
|
impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts DeletionQueue (r:1 w:0)
|
|
|
|
|
fn on_initialize() -> Weight {
|
|
|
|
|
(1_684_000 as Weight)
|
|
|
|
|
fn on_process_deletion_queue_batch() -> Weight {
|
|
|
|
|
(1_641_000 as Weight)
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads(1 as Weight))
|
|
|
|
|
}
|
|
|
|
|
// Storage: Skipped Metadata (r:0 w:0)
|
|
|
|
@@ -1128,6 +1169,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
fn call_with_code_per_byte(c: u32, ) -> Weight {
|
|
|
|
|
(206_036_000 as Weight)
|
|
|
|
@@ -1140,6 +1182,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
// Storage: Contracts PristineCode (r:0 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:0 w:1)
|
|
|
|
@@ -1149,25 +1192,27 @@ impl WeightInfo for () {
|
|
|
|
|
.saturating_add((122_000 as Weight).saturating_mul(c as Weight))
|
|
|
|
|
// Standard Error: 0
|
|
|
|
|
.saturating_add((2_000 as Weight).saturating_mul(s as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads(5 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes(6 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads(6 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes(7 as Weight))
|
|
|
|
|
}
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:1)
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:1 w:1)
|
|
|
|
|
fn instantiate(s: u32, ) -> Weight {
|
|
|
|
|
(180_607_000 as Weight)
|
|
|
|
|
// Standard Error: 0
|
|
|
|
|
.saturating_add((2_000 as Weight).saturating_mul(s as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads(6 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes(5 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads(7 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes(6 as Weight))
|
|
|
|
|
}
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: System Account (r:1 w:1)
|
|
|
|
|
fn call() -> Weight {
|
|
|
|
|
(146_032_000 as Weight)
|
|
|
|
@@ -1203,6 +1248,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_caller(r: u32, ) -> Weight {
|
|
|
|
|
(205_061_000 as Weight)
|
|
|
|
|
// Standard Error: 76_000
|
|
|
|
@@ -1214,6 +1260,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_is_contract(r: u32, ) -> Weight {
|
|
|
|
|
(97_971_000 as Weight)
|
|
|
|
|
// Standard Error: 741_000
|
|
|
|
@@ -1226,6 +1273,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_code_hash(r: u32, ) -> Weight {
|
|
|
|
|
(109_052_000 as Weight)
|
|
|
|
|
// Standard Error: 716_000
|
|
|
|
@@ -1238,6 +1286,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_own_code_hash(r: u32, ) -> Weight {
|
|
|
|
|
(205_748_000 as Weight)
|
|
|
|
|
// Standard Error: 87_000
|
|
|
|
@@ -1249,6 +1298,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_caller_is_origin(r: u32, ) -> Weight {
|
|
|
|
|
(201_898_000 as Weight)
|
|
|
|
|
// Standard Error: 55_000
|
|
|
|
@@ -1260,6 +1310,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_address(r: u32, ) -> Weight {
|
|
|
|
|
(204_668_000 as Weight)
|
|
|
|
|
// Standard Error: 65_000
|
|
|
|
@@ -1271,6 +1322,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_gas_left(r: u32, ) -> Weight {
|
|
|
|
|
(203_240_000 as Weight)
|
|
|
|
|
// Standard Error: 68_000
|
|
|
|
@@ -1282,6 +1334,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_balance(r: u32, ) -> Weight {
|
|
|
|
|
(211_535_000 as Weight)
|
|
|
|
|
// Standard Error: 73_000
|
|
|
|
@@ -1293,6 +1346,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_value_transferred(r: u32, ) -> Weight {
|
|
|
|
|
(204_653_000 as Weight)
|
|
|
|
|
// Standard Error: 71_000
|
|
|
|
@@ -1304,6 +1358,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_minimum_balance(r: u32, ) -> Weight {
|
|
|
|
|
(204_690_000 as Weight)
|
|
|
|
|
// Standard Error: 82_000
|
|
|
|
@@ -1315,6 +1370,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_block_number(r: u32, ) -> Weight {
|
|
|
|
|
(205_004_000 as Weight)
|
|
|
|
|
// Standard Error: 62_000
|
|
|
|
@@ -1326,6 +1382,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_now(r: u32, ) -> Weight {
|
|
|
|
|
(204_341_000 as Weight)
|
|
|
|
|
// Standard Error: 93_000
|
|
|
|
@@ -1337,6 +1394,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: TransactionPayment NextFeeMultiplier (r:1 w:0)
|
|
|
|
|
fn seal_weight_to_fee(r: u32, ) -> Weight {
|
|
|
|
|
(208_702_000 as Weight)
|
|
|
|
@@ -1349,6 +1407,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_gas(r: u32, ) -> Weight {
|
|
|
|
|
(131_983_000 as Weight)
|
|
|
|
|
// Standard Error: 17_000
|
|
|
|
@@ -1360,6 +1419,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_input(r: u32, ) -> Weight {
|
|
|
|
|
(203_768_000 as Weight)
|
|
|
|
|
// Standard Error: 57_000
|
|
|
|
@@ -1371,6 +1431,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_input_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(273_930_000 as Weight)
|
|
|
|
|
// Standard Error: 3_000
|
|
|
|
@@ -1393,6 +1454,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_return_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(201_130_000 as Weight)
|
|
|
|
|
// Standard Error: 0
|
|
|
|
@@ -1404,6 +1466,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: Contracts DeletionQueue (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:1 w:1)
|
|
|
|
|
fn seal_terminate(r: u32, ) -> Weight {
|
|
|
|
@@ -1412,13 +1475,14 @@ impl WeightInfo for () {
|
|
|
|
|
.saturating_add((54_190_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads(4 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().reads((4 as Weight).saturating_mul(r as Weight)))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes(1 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes(2 as Weight))
|
|
|
|
|
.saturating_add(RocksDbWeight::get().writes((5 as Weight).saturating_mul(r as Weight)))
|
|
|
|
|
}
|
|
|
|
|
// Storage: System Account (r:1 w:0)
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: RandomnessCollectiveFlip RandomMaterial (r:1 w:0)
|
|
|
|
|
fn seal_random(r: u32, ) -> Weight {
|
|
|
|
|
(206_528_000 as Weight)
|
|
|
|
@@ -1431,6 +1495,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_deposit_event(r: u32, ) -> Weight {
|
|
|
|
|
(210_309_000 as Weight)
|
|
|
|
|
// Standard Error: 138_000
|
|
|
|
@@ -1458,6 +1523,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_debug_message(r: u32, ) -> Weight {
|
|
|
|
|
(138_934_000 as Weight)
|
|
|
|
|
// Standard Error: 34_000
|
|
|
|
@@ -1565,6 +1631,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_transfer(r: u32, ) -> Weight {
|
|
|
|
|
(124_818_000 as Weight)
|
|
|
|
|
// Standard Error: 1_251_000
|
|
|
|
@@ -1578,6 +1645,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_call(r: u32, ) -> Weight {
|
|
|
|
|
(0 as Weight)
|
|
|
|
|
// Standard Error: 4_575_000
|
|
|
|
@@ -1591,6 +1659,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_delegate_call(r: u32, ) -> Weight {
|
|
|
|
|
(0 as Weight)
|
|
|
|
|
// Standard Error: 5_742_000
|
|
|
|
@@ -1602,6 +1671,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:81 w:81)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:2 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_call_per_transfer_clone_kb(t: u32, c: u32, ) -> Weight {
|
|
|
|
|
(9_081_635_000 as Weight)
|
|
|
|
|
// Standard Error: 11_326_000
|
|
|
|
@@ -1617,6 +1687,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:80 w:80)
|
|
|
|
|
fn seal_instantiate(r: u32, ) -> Weight {
|
|
|
|
@@ -1632,6 +1703,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:81 w:81)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:2 w:1)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
// Storage: Contracts Nonce (r:1 w:1)
|
|
|
|
|
// Storage: Contracts OwnerInfoOf (r:1 w:1)
|
|
|
|
|
fn seal_instantiate_per_transfer_salt_kb(t: u32, s: u32, ) -> Weight {
|
|
|
|
@@ -1649,6 +1721,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_sha2_256(r: u32, ) -> Weight {
|
|
|
|
|
(203_315_000 as Weight)
|
|
|
|
|
// Standard Error: 74_000
|
|
|
|
@@ -1660,6 +1733,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_sha2_256_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(355_672_000 as Weight)
|
|
|
|
|
// Standard Error: 25_000
|
|
|
|
@@ -1671,6 +1745,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_keccak_256(r: u32, ) -> Weight {
|
|
|
|
|
(203_117_000 as Weight)
|
|
|
|
|
// Standard Error: 94_000
|
|
|
|
@@ -1682,6 +1757,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_keccak_256_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(196_575_000 as Weight)
|
|
|
|
|
// Standard Error: 13_000
|
|
|
|
@@ -1693,6 +1769,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_256(r: u32, ) -> Weight {
|
|
|
|
|
(203_938_000 as Weight)
|
|
|
|
|
// Standard Error: 97_000
|
|
|
|
@@ -1704,6 +1781,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_256_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(247_065_000 as Weight)
|
|
|
|
|
// Standard Error: 8_000
|
|
|
|
@@ -1715,6 +1793,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_128(r: u32, ) -> Weight {
|
|
|
|
|
(204_389_000 as Weight)
|
|
|
|
|
// Standard Error: 86_000
|
|
|
|
@@ -1726,6 +1805,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_hash_blake2_128_per_kb(n: u32, ) -> Weight {
|
|
|
|
|
(284_700_000 as Weight)
|
|
|
|
|
// Standard Error: 9_000
|
|
|
|
@@ -1737,6 +1817,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_ecdsa_recover(r: u32, ) -> Weight {
|
|
|
|
|
(235_813_000 as Weight)
|
|
|
|
|
// Standard Error: 521_000
|
|
|
|
@@ -1748,6 +1829,7 @@ impl WeightInfo for () {
|
|
|
|
|
// Storage: Contracts ContractInfoOf (r:1 w:1)
|
|
|
|
|
// Storage: Contracts CodeStorage (r:1 w:0)
|
|
|
|
|
// Storage: Timestamp Now (r:1 w:0)
|
|
|
|
|
// Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
|
|
|
|
|
fn seal_ecdsa_to_eth_address(r: u32, ) -> Weight {
|
|
|
|
|
(204_095_000 as Weight)
|
|
|
|
|
// Standard Error: 495_000
|
|
|
|
@@ -1953,9 +2035,9 @@ impl WeightInfo for () {
|
|
|
|
|
.saturating_add((1_333_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
}
|
|
|
|
|
fn instr_i64sub(r: u32, ) -> Weight {
|
|
|
|
|
(74_033_000 as Weight)
|
|
|
|
|
// Standard Error: 1_000
|
|
|
|
|
.saturating_add((1_322_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
(74_312_000 as Weight)
|
|
|
|
|
// Standard Error: 2_000
|
|
|
|
|
.saturating_add((1_339_000 as Weight).saturating_mul(r as Weight))
|
|
|
|
|
}
|
|
|
|
|
fn instr_i64mul(r: u32, ) -> Weight {
|
|
|
|
|
(74_203_000 as Weight)
|
|
|
|
|