Skip to content

Add GOA (Goaradio) token — Testnet#221

Open
afrocan1 wants to merge 8 commits intovechain:masterfrom
afrocan1:master
Open

Add GOA (Goaradio) token — Testnet#221
afrocan1 wants to merge 8 commits intovechain:masterfrom
afrocan1:master

Conversation

@afrocan1
Copy link

Add GOA Token (Goaradio)

Token Name: Goaradio
Symbol: GOA
Decimals: 18
Total Supply: 10,000,000 GOA
Network: Testnet
Contract Address: 0xa4cfc4caae625f155b95a075976503df7e437290

Token Details

Goaradio (GOA) is a VIP-180 compatible token deployed on the VeChain testnet.

Checklist

  • Token contract is deployed on testnet
  • Contract implements VIP-180 standard (ERC-20 compatible)
  • Name, symbol, decimals, and totalSupply are all publicly readable
  • Transfer and approval functions implemented
  • No minting after deployment — fixed supply of 10,000,000 GOA

@Agilulfo1820
Copy link
Member

"folder name should be a valid address with lower case"

@afrocan1
Copy link
Author

Hi VeChain team @Agilulfo1820 ,

The token in this PR has been successfully deployed on the VeChain testnet and minted. You can verify the deployment and minted supply here: https://explore-testnet.vechain.org/accounts/0xa4cfc4caae625f155b95a075976503df7e437290/
.

The token shows as minted in VeWorld, but it currently displays as “undefined” because it is a testnet token and the metadata may not yet be fully indexed. All standard VIP-180 functions (name, symbol, decimals, totalSupply, balanceOf, transfer) are implemented, and the address is correctly formatted in lowercase as per your PR requirements.

The current issue is that VeWorld only renders token metadata once the JSON registry is fully processed and indexed, which can take some time. This does not indicate an invalid or unminted token. The contract and minted balances are fully functional on testnet.

Please let us know if additional verification is needed from our side to confirm validity.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants