Wallet in Telegram
Balance and operations inside the Mini App — no app to install, no seed phrase.
The complete technical description of the AURS token: contract parameters, supply, the genesis allocation and what the contract cannot do. Every fact on this page can be checked directly in Ethereum.
| Name | AuraSoul Coin |
|---|---|
| Symbol | AURS |
| Network | Ethereum mainnet (chain ID 1) |
| Standard | ERC-20 |
| Decimals | 18 |
| Total supply | 369,000,000 AURS |
| Solidity contract | AuraSoulCoin |
| Base library | OpenZeppelin Contracts ERC20 v5.7.0 |
| Compiler | solc 0.8.30 |
| License | MIT |
| Proxy / upgradeable | no, the contract is immutable |
The source code is published and verified on Etherscan — the on-chain bytecode matches the published source.
All 369,000,000 AURS were minted once, in the contract's constructor, at deployment. The contract has no mint function — no owner, no minter role, no deferred emission.
This means the total supply is fixed forever and cannot be increased by the project or by anyone else. It is verifiable in the source: the constructor ends with an assertion on the resulting total, and after deployment no function changes supply.
AURS is a plain ERC-20 with no extensions. Listed below are the powers the contract does not have. Every row can be confirmed by reading the published source in full — it is about thirty lines long.
The list above is about the contract itself: the token behaves identically for every address, and nobody — us included — has any technical means to freeze the balance at an address, alter it, or block a transfer. This does not extend to a balance held inside the app: there the address is operated by the service, because storage is custodial — see “How storage works” below.
The constructor distributed the entire supply across six addresses. This is an immutable record on the blockchain — the allocation at the moment of issuance.
| Purpose | Share | AURS | Address |
|---|---|---|---|
| DeFi Liquidity | 20% | 73,800,000 | 0xC2CbcE164B0Fdcd137a8B942fbbAcd58BC88F329 |
| DAO Treasury (Safe) | 30% | 110,700,000 | 0x44344bf7F8F06BbfF341dF934EdC583a84fd5c11 |
| Ecosystem Rewards | 25% | 92,250,000 | 0x686061baC919Bd998a2237E2B4cbB639b33e291F |
| Team & Contributors | 10% | 36,900,000 | 0xf3B16F4Ab81662e2110f3913BAC283F98840A216 |
| Airdrop & Community | 5% | 18,450,000 | 0xE94c1570706259FfeE8B447bbdA55b805291ad3a |
| Reserve Fund | 10% | 36,900,000 | 0x1C3f0709522A9b612d766A0f9cc54fAd85db38FC |
| Total | 100% | 369,000,000 |
The current balances of these addresses differ from the amounts above: the project operates and the tokens are spent for their stated purpose. The live balance of any address is always visible on Etherscan.
Balance and operations inside the Mini App — no app to install, no seed phrase.
Sending AURS to another community member inside the app.
Paying for goods and services at ecosystem partners via QR.
Aura goods, services and events are paid for with the community token.
Storage is custodial. Every user of the app has a dedicated Ethereum address operated by the service; the blockchain is the source of truth for balances, and the application database is a cache on top of it.
Withdrawal to an external Ethereum address is available from the app: the token is an ordinary ERC-20 and works in any wallet that supports Ethereum.
We say it plainly: this is custodial storage, and in it you are trusting the service operator.
AURS is not traded on any exchange and has no liquidity pool. The token has no market price at this time.
The application uses an internal service rate — it applies to operations inside the ecosystem and is not an exchange quote, a valuation, or a price promise.
Internal service rate. The current value is shown in the app. It is deliberately not quoted here: the rate changes, and this document describes what does not.
| Project website | https://aurasoul.space/ |
|---|---|
| Telegram app | https://t.me/aurasoul_coinbot/wallet |
| Contract on Etherscan | https://etherscan.io/token/0xEAfA0AeAD3B345BF87fFB81518f637c916073585 |
| Contract source on GitHub | https://github.com/AuraSoulCoin/AuraSoulCoin |
| Contract migration record | https://aurasoul.space/migration/en |
| Project news | https://aurasoul.space/news/ |
| Project on X | https://x.com/aurasoulcoin |
| Project email | info@aurasoul.space |
Important notice
AURS is a community utility token. This page is informational and technical in nature and is not investment advice, a promise of returns, a guarantee of token value or a guarantee of liquidity.
Blockchain transactions are irreversible. Always independently verify the network, the full contract address and the transaction details before signing any operation.