Appendix B: Reserved Addresses
Reserved addresses are special addresses that have a specific purpose on Sui. They stay the same between environments and are used for specific native operations.
0x1
- address of the Standard Library (aliasstd
)0x2
- address of the Sui Framework (aliassui
)0x5
- address of theSuiSystem
object0x6
- address of the systemClock
object0x8
- address of the systemRandom
object0x403
- address of theDenyList
system object