| SolAbiDecodeU8 | Decode int types Integers are decoded by reading 32 bytes from the offset Bytes encoding is right-aligned/left-paddded Big-endian. |
| SolAbiDecodeU16 | — |
| SolAbiDecodeU32 | — |
| SolAbiDecodeU64 | — |
| SolAbiDecodeU128 | — |
| SolAbiDecodeU256 | — |
| SolAbiDecodeBool | Decode other primitives Primitives are decoded by reading 32 bytes from the offset Bytes encoding is right-aligned/left-paddded Big-endian. |
| SolAbiDecodeFelt252 | — |
| SolAbiDecodeBytes31 | — |
| SolAbiDecodeBytes | Decode byte types Bytes are decoded by reading 32 bytes from the offset Bytes encoding is left-aligned/right-paddded |
| SolAbiDecodeByteArray | — |
| SolAbiDecodeStarknetAddress | Decode address types Addresses are decoded by reading 32 bytes from the offset Bytes encoding is right-aligned/left-paddded Big-endian. |
| SolAbiDecodeEthAddress | — |