Structs§
Functions§
- const_
keccak256 - 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_
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_
store - transient_
store_ bool - transient_
wrapping_ add - transient_
wrapping_ div - transient_
wrapping_ mul - transient_
wrapping_ sub