INPUT_PER_WORD_COST

Constant INPUT_PER_WORD_COST 

Source
pub const INPUT_PER_WORD_COST: u64 = 6;
Expand description

Input per word cost. It covers abi decoding and cloning of input into call data.

Being careful and pricing it twice as COPY_COST to mitigate different abi decodings.