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

# Uint.toAbiEncoded

> Convert Uint256 to ABI-encoded 32-byte value

<Card title="Try it Live" icon="play" href="https://playground.tevm.sh?example=primitives/uint.ts">
  Run Uint examples in the interactive playground
</Card>

<Tabs />

## See Also

* [fromAbiEncoded](/primitives/uint256/from-abi-encoded) - Parse ABI-encoded bytes
* [toBytes](/primitives/uint256/to-bytes) - Convert to byte array
