store
Stores felts from serialized_value
in target
contract's storage, starting at
storage_address
.
target
- address of the contract, which storage you want to modifystorage_address
- offset of the data in the contract's storageserialized_value
- a sequence of felts that will be inserted starting atstorage_address
Fully qualified path: snforge_std::cheatcodes::storage::store
pub fn store(target: ContractAddress, storage_address: felt252, serialized_value: Span<felt252>)