Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
StorageBaseAddress
felt252
[0, 2**251 - 256)
pub extern fn storage_base_address_const() -> StorageBaseAddress nopanic;
use starknet::storage_access::storage_base_address_const; let base_address = storage_base_address_const::();
Was this page helpful?