Ion Protocol
β
Ctrl
k
Home
Discord
Twitter
More
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
Devs
π»
Smart Contract Architecture
Libraries
math
WadRayMath constants
Git Source
WAD
Copy
uint256 constant WAD = 1e18;
RAY
Copy
uint256 constant RAY = 1e27;
RAD
Copy
uint256 constant RAD = 1e45;
Previous
math
Next
WadRayMath