> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage_access::storage_base_address_from_felt252

Returns a `StorageBaseAddress` given a `felt252` value.
Wraps around the value if it is not in the range `[0, 2**251 - 256)`.

## Signature

```rust theme={null}
pub extern fn storage_base_address_from_felt252(addr: felt252) -> StorageBaseAddress implicits(RangeCheck) nopanic;
```
