> ## 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.greaterThan

> Check if first Uint256 is greater than second

<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

* [greaterThanOrEqual](/primitives/uint256/greater-than-or-equal) - Greater than or equal
* [lessThan](/primitives/uint256/less-than) - Less than
* [Comparisons](/primitives/uint256/comparisons) - Full comparison reference
