pub const INPUT_PER_WORD_COST: u64 = 6;
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.