Sui.

Post

Share your knowledge.

Dominikus .
May 25, 2025
Expert Q&A

What is the SUI contract address on Sui platform?

Hey everyone, I'm trying to find the SUI contract address for the Sui platform. Can anyone confirm this for me?

  • Sui
0
3
Share
Comments
.

Answers

3
0xduckmove.
May 31 2025, 10:15

The SUI token isn’t like an ERC-20 contract with a specific contract address. Instead, it’s built directly into the Sui blockchain as a native coin type. It’s defined inside the Sui framework, which lives at address 0x2 on mainnet. So technically, the SUI coin type is 0x2::sui::SUI, and whenever you see a Coin<0x2::sui::SUI>, that’s a real SUI token object.

In Sui, every coin is an object not just a balance so your wallet might hold multiple SUI coin objects that together represent your total balance. It’s a bit different from traditional chains, but it gives you more flexibility for smart contracts and ownership.

2
Comments
.
Owen.
May 31 2025, 04:17

The SUI token is the native currency of the Sui blockchain and is handled natively by the protocol, not by a traditional smart contract.

  • The core modules for working with SUI are in the Sui Framework package, which has the address:
    0x2
    

This package includes modules like sui::coin and sui::balance, which define how SUI coins are managed and transferred using Move.

1
Comments
.
dudley_smith.
May 26 2025, 08:09

On the Sui platform, the SUI contract address is 0x2::sui::SUI.

0
Comments
.

Do you know the answer?

Please log in and share it.

Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.

306Posts450Answers
Sui.X.Peera.

Earn Your Share of 1000 Sui

Gain Reputation Points & Get Rewards for Helping the Sui Community Grow.

Reward CampaignJune
We use cookies to ensure you get the best experience on our website.
More info