Pure package detail
uint256
gno.land/p/gnoswap/uint256
Indexed deployment identity with independently loaded latest RPC source. Functions and Render are realm-only RPC capabilities.
Indexed deployment
Identity
- Package path
- gno.land/p/gnoswap/uint256
- Block
- 192928
- Deployed (UTC)
- Transaction
- UUYNC6pa7wTQsD4INB6D4lh3YY2CDSs/JGZIoTQiE0Y=
Latest RPC state
Source
// Package uint256 implements 256-bit unsigned integer arithmetic for GnoSwap.
//
// This package provides a Uint type that represents a 256-bit unsigned integer,
// stored as four uint64 values in little-endian order. It includes arithmetic
// operations with overflow detection, which are essential for safe token
// calculations in DeFi protocols.
//
// The implementation is optimized for gas efficiency while maintaining
// compatibility with Ethereum's uint256 semantics, ensuring consistent
// behavior across different blockchain environments.
//
// All operations that may overflow return both the result and an overflow flag,
// allowing calling code to handle overflow conditions appropriately.
package uint256
The verified vm/qfuncs operation accepts realm paths only.
Pure packages expose source files but do not have Realm Render.