From bc663320adb0d345c586c72140a95736003d1c5a Mon Sep 17 00:00:00 2001 From: hakanyasinirmak <39058933+hakanyasinirmak@users.noreply.github.com> Date: Tue, 25 Mar 2025 20:17:13 +0300 Subject: [PATCH 1/3] TUSDT Ogame Token --- src/tokens/tusdt.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/tokens/tusdt.json diff --git a/src/tokens/tusdt.json b/src/tokens/tusdt.json new file mode 100644 index 000000000..f756e862a --- /dev/null +++ b/src/tokens/tusdt.json @@ -0,0 +1,15 @@ +{ + "name": "TUSDT", + "symbol": "TUSDT", + "totalSupply": 1000000000, + "decimals": 6, + "network": "BSC", + "contractAddress": "0x296f66f16fc54a04d748821d87b440ea65eeaf02", + "owner": "0x396007C5c86916B9d2e9aC49B547106CE8520870", + "logoURI": "https://tradevizyon.com.tr/assets/images/kl-137x137.png", + "metadata": { + "description": "TUSDT is a stablecoin pegged to USD with a total supply of 1 billion tokens.", + "website": "https://tradeviizyon.com.tr", + "whitepaper": "https://tradevizyon.com.tr/page4.html" + } +} From ee09572ed28baa68f3de9aa0f88fb0e82951b19d Mon Sep 17 00:00:00 2001 From: hakanyasinirmak <39058933+hakanyasinirmak@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:20:35 +0300 Subject: [PATCH 2/3] Update tusdt.json --- src/tokens/tusdt.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tokens/tusdt.json b/src/tokens/tusdt.json index f756e862a..4ff6daccd 100644 --- a/src/tokens/tusdt.json +++ b/src/tokens/tusdt.json @@ -1,6 +1,6 @@ { - "name": "TUSDT", - "symbol": "TUSDT", + "name": "USDT O Game", + "symbol": "USDT", "totalSupply": 1000000000, "decimals": 6, "network": "BSC", @@ -9,7 +9,7 @@ "logoURI": "https://tradevizyon.com.tr/assets/images/kl-137x137.png", "metadata": { "description": "TUSDT is a stablecoin pegged to USD with a total supply of 1 billion tokens.", - "website": "https://tradeviizyon.com.tr", + "website": "https://tradevizyon.com.tr", "whitepaper": "https://tradevizyon.com.tr/page4.html" } } From e9fd48567817e1074facfd4c95cadd02e8148b96 Mon Sep 17 00:00:00 2001 From: hakanyasinirmak <39058933+hakanyasinirmak@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:01:20 +0300 Subject: [PATCH 3/3] Update tusdt.json --- src/tokens/tusdt.json | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/tokens/tusdt.json b/src/tokens/tusdt.json index 4ff6daccd..cf39a20f6 100644 --- a/src/tokens/tusdt.json +++ b/src/tokens/tusdt.json @@ -1,15 +1,30 @@ { - "name": "USDT O Game", + "id": "0x296f66f16fc54A04d748821d87B440Ea65eEAF02", + "name": "Tether USDT", "symbol": "USDT", - "totalSupply": 1000000000, "decimals": 6, - "network": "BSC", - "contractAddress": "0x296f66f16fc54a04d748821d87b440ea65eeaf02", - "owner": "0x396007C5c86916B9d2e9aC49B547106CE8520870", - "logoURI": "https://tradevizyon.com.tr/assets/images/kl-137x137.png", - "metadata": { - "description": "TUSDT is a stablecoin pegged to USD with a total supply of 1 billion tokens.", - "website": "https://tradevizyon.com.tr", - "whitepaper": "https://tradevizyon.com.tr/page4.html" - } + "status": "active", + "type": "BEP20", + "address": "0x296f66f16fc54a04d748821d87b440ea65eeaf02", + "logoURI": "https://tradevizyon.com.tr/logo.png", + "website": "https://tradevizyon.com.tr", + "description": "Ogame is an in-game utility token, pegged to Tether USDT, designed to support dollar-based pricing and prevent currency loss in gaming purchases.", + "explorer": "https://bscscan.com/token/0x296f66f16fc54a04d748821d87b440ea65eeaf02", + "links": [ + { + "name": "twitter", + "url": "https://x.com/ogameusdt" + }, + { + "name": "source_code", + "url": "https://app.uniswap.org/positions/v3/bnb/209651" + }, + { + "name": "whitepaper", + "url": "https://tradevizyon.com.tr/page4.html" + } + ], + "tags": [ + "stablecoin" + ] }