Crate bobcat_storage

Crate bobcat_storage 

Source

Structs§

U

Functions§

const_keccak256
const_keccak256_two
const_keccak256_two_off_curve
const_slot_map
Find the storage map slot using keccak_const. Don’t do this during your runtime code, unless you want to pay the codesize price.
const_slot_off_curve
Compute the slot for a slice, and take it off the curve. Useful for storage slot accesses (and more).
flush_cache
flush_guard
keccak256
reentrancy_guard
reentrancy_guard_const_keccak
reentrancy_guard_entry
reentrancy_guard_exit
reentrancy_guard_keccak
reentrancy_guard_sel
slot_map
slot_map_slot
slot_off_curve
storage_checked_add
storage_checked_add_res
storage_checked_div
storage_checked_div_res
storage_checked_mul
storage_checked_mul_res
storage_checked_sub
storage_checked_sub_res
storage_exchange
Attempt to “exchange” a value, returning whether the expected value was set.
storage_exchange_bool
Set the value given, checking that the value passed has the inverse set set currently. So, passing true would check if false is set.
storage_exchange_bool_res
storage_exchange_res
storage_flush_cache
storage_load
storage_load_bool
storage_saturating_add
storage_saturating_div
storage_saturating_mul
storage_saturating_sub
storage_store
storage_store_bool
storage_wrapping_add
storage_wrapping_div
storage_wrapping_mul
storage_wrapping_sub
transient_checked_add
transient_checked_add_res
transient_checked_div
transient_checked_div_res
transient_checked_mul
transient_checked_mul_res
transient_checked_sub
transient_checked_sub_res
transient_exchange
Attempt to “exchange” a value, returning whether the expected value was set.
transient_exchange_bool
Set the value given, checking that the value passed has the inverse set set currently. So, passing true would check if false is set.
transient_exchange_bool_res
transient_exchange_res
transient_load
transient_load_bool
transient_saturating_add
transient_saturating_div
transient_saturating_mul
transient_saturating_sub
transient_store
transient_store_bool
transient_wrapping_add
transient_wrapping_div
transient_wrapping_mul
transient_wrapping_sub