Wallet addresses
A wallet address is a public identifier on the blockchain, similar to an account number. It's safe to share; it cannot be used to move your funds.
A fixed-supply ERC-20 token built on Ethereum Sepolia for learning how wallets, smart contracts, balances, and token transfers work.
LUMA is an educational testnet asset. It has no monetary value and cannot be bought, sold, or redeemed for real money through this website.
Checking wallet…
Lumina (LUMA) is a demonstration ERC-20 token deployed on the Sepolia test network. It exists for learning and experimentation with wallets, smart contracts, and token balances — it is not a financial product, and it is not available for real-money trading through this website. The contract mints a fixed total supply of 1,000,000 LUMA; no additional tokens can be created after deployment.
Lumina was built to give beginners a safe, real (but valueless) contract to practice with. Working through this site and the token together helps you get hands-on experience with:
A quick walkthrough of what actually happens behind a token balance.
The smart contract keeps an internal ledger mapping every address to the amount of LUMA it holds. That ledger is the single source of truth — this website only ever reads from it.
A wallet like MetaMask provides an Ethereum address and asks your permission before it lets any site see that address or request a signature. Nothing is shared without your approval.
This website reads public blockchain data — like your LUMA balance — through JSON-RPC calls made via your wallet's connection to the network. No account required to read public data.
Sending tokens is a signed transaction. Once mined, it updates the sender's and recipient's balances inside the contract's ledger, and costs a small amount of Sepolia ETH in gas.
Every balance, transfer, and contract interaction is public. Etherscan lets anyone look up the contract, its holders, and its full transaction history without needing a wallet.
Static contract facts, shown alongside a live read from the contract itself when your wallet is connected to Sepolia.
| Name | Lumina |
|---|---|
| Symbol | LUMA |
| Standard | ERC-20 |
| Network | Ethereum Sepolia |
| Chain ID | 11155111 |
| Decimals | 18 |
| Total supply | 1,000,000 LUMA |
| Supply model | Fixed supply — no minting after deployment |
| Contract address |
0xfB9ba4F097942C0a7DEc61CD04DD371fbeF0c977
|
| Monetary value | None — testnet token only |
Live verification unavailable — connect a wallet on Sepolia to confirm these values against the contract.
Solidity has no native concept of a decimal point, so ERC-20 contracts track balances as whole
integers and let each token declare a number of decimals used purely for display.
With 18 decimals, an on-chain amount of 1000000000000000000 is shown to users as
1.0 LUMA. Decimals only change how a balance is formatted — they do not
increase the token's total supply.
Etherscan is a public block explorer. For the Lumina contract, anyone can look up:
This site does not claim the contract is audited, ownership-renounced, or fully decentralized. Check Etherscan directly for anything it reports about verification status.
Connect a Sepolia-enabled wallet to see your live LUMA and Sepolia ETH balances.
Checking wallet…
Last refresh: Never
"Disconnect" only clears this site's local view of your wallet — it does not revoke MetaMask's permission to see your address. To fully remove that permission, open your wallet extension and manage connected sites from there.
This website does not distribute Sepolia ETH itself. Use the faucet link above to request test funds from its provider.
A wallet address is a public identifier on the blockchain, similar to an account number. It's safe to share; it cannot be used to move your funds.
A smart contract is code deployed to the blockchain that runs exactly as written. The Lumina token itself is a smart contract.
Balances aren't stored in your wallet — they live in the token contract, which maps every address to how many tokens it holds.
Decimals control how a whole-number on-chain amount is displayed as a human-readable value, similar to cents in a currency.
Gas is the fee paid to the network for processing a transaction. On Sepolia, gas is paid in test ETH with no real value.
Tools like Etherscan let anyone browse blocks, transactions, addresses, and contracts on a given network without needing a wallet.
Each blockchain network has a unique chain ID (Sepolia is 11155111) so wallets and apps can tell networks apart.
Reading a balance is free and requires no approval. Changing state — like sending tokens — requires a signed transaction and gas.
Testnets like Sepolia mirror mainnet behavior for development and learning, using assets that carry no real-world value.
Addresses and balances are public. Your private key must stay secret — it's what actually authorizes spending.
Status-based, not date-based. Future items are ideas under consideration, not commitments.
Lumina (LUMA) is an educational ERC-20 token deployed on the Ethereum Sepolia test network, built to help people learn how wallets and token contracts work.
No. LUMA is a testnet token with no intended monetary value. It cannot be bought, sold, or redeemed for real money through this website.
Sepolia is a public Ethereum test network. It behaves like Ethereum mainnet but uses test ETH, making it a safe place to build and experiment.
Sepolia ETH pays for gas — the fee required to submit a transaction, such as transferring LUMA. Reading balances does not require gas.
No. Sepolia ETH is the network's native currency used for gas. LUMA is a separate ERC-20 token tracked by its own smart contract.
Only your public wallet address and the currently selected network, which this site uses to read your public LUMA and Sepolia ETH balances.
No. Private keys and seed phrases never leave your wallet extension. This site never asks for them, and no legitimate site should.
Use the "Add LUMA to MetaMask" button in the Wallet or Token Details sections. It uses MetaMask's standard wallet_watchAsset request.
Make sure your wallet is connected, switched to Sepolia, and holds LUMA. If a read fails, use the Refresh balances button and check the console for details.
Decimals define how a whole-number on-chain amount is displayed to users. LUMA uses 18 decimals, matching most ERC-20 tokens.
On Sepolia Etherscan — search the contract address shown in the Token Details section to see transfers, holders, and contract activity.
No audit has been performed. This is a small educational contract, and no security or audit claims are made about it.
No. LUMA only exists on Sepolia. Testnet assets are not assumed to transfer to, or have any equivalent on, Ethereum mainnet.