Bitcoin Forum
May 02, 2024, 07:06:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How ethereum token works?  (Read 71 times)
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
June 11, 2018, 04:03:48 AM
 #1

So I checked some exchange site's token's address of mine, I find that all erc20 token's address are all the same ethereum address.

How is this possible? Same address per each user, then how we know specific tokens are deposited?
1714676788
Hero Member
*
Offline Offline

Posts: 1714676788

View Profile Personal Message (Offline)

Ignore
1714676788
Reply with quote  #2

1714676788
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714676788
Hero Member
*
Offline Offline

Posts: 1714676788

View Profile Personal Message (Offline)

Ignore
1714676788
Reply with quote  #2

1714676788
Report to moderator
1714676788
Hero Member
*
Offline Offline

Posts: 1714676788

View Profile Personal Message (Offline)

Ignore
1714676788
Reply with quote  #2

1714676788
Report to moderator
1714676788
Hero Member
*
Offline Offline

Posts: 1714676788

View Profile Personal Message (Offline)

Ignore
1714676788
Reply with quote  #2

1714676788
Report to moderator
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
June 11, 2018, 04:29:39 AM
 #2

So I checked some exchange site's token's address of mine, I find that all erc20 token's address are all the same ethereum address.
How is this possible? Same address per each user, then how we know specific tokens are deposited?
When someone transfers a specific token to you... an entry is made via that Token's "Smart Contract" that essentially says "Transfer control of X.XX amount of YYY Token from AddressA to AddressB". So, the details are kept within the smart contract for the specific token.

You could theoretically have a different ETH address for each token if you wanted, but then you'd need to have an ETH balance on each one to be able to move the tokens out. So, for convenience, most wallets just use the single ETH address as the deposit address for all ERC20 tokens.


█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
Anycoin Direct Support
Member
**
Offline Offline

Activity: 106
Merit: 13

https://anycoindirect.eu


View Profile WWW
June 11, 2018, 03:07:13 PM
 #3

Hello wsxdrfv,

The reason your tokens are stored on the same address is due to the fact that to buy ERC20 tokens you need to send ETH to a certain token address. This token address works in such a way that a smart contract is immediately carried out and sends back the requested tokens to the address where you sent the initial payment from. This means that if you use the same ETH address for all your token purchases you will receive all those tokens on the same address.

Out of security reasons you could consider using multiple addresses for your different tokens but if you are very safe in storing your private keys (for example with a hardware wallet) there should be no problem keeping them all on one address. Please remember to keep some ETH on this address to pay for the GAS cost when using these tokens again.

To answer your second question you can use https://etherscan.io/ to check the balance of each token on your address. If you check your address in the blockexplorer you can choose to also view which tokens are stored on that address.

If you have any other questions regarding this topic please feel free to send us a DM.

With kind regards,
The Anycoin Direct team

Helping the crypto-community. Anycoin Direct
roshanfious
Member
**
Offline Offline

Activity: 263
Merit: 10


View Profile
June 11, 2018, 03:29:24 PM
 #4

I guess you must get knowledge regard to ERC20. It's mean smart contract based on Ethereum technology. Ethereum provide for us an platform on that we can create new one token and that transaction of token have been base on Ethereum system.
Reference: https://www.ethereum.org/token
torrantz
Sr. Member
****
Offline Offline

Activity: 1063
Merit: 253


Sovryn - Brings DeFi to Bitcoin


View Profile
June 11, 2018, 03:41:23 PM
 #5

So I checked some exchange site's token's address of mine, I find that all erc20 token's address are all the same ethereum address.

How is this possible? Same address per each user, then how we know specific tokens are deposited?
A lot of ethereum token has been stored to the same address. Because that is not a coin but it's an ethereum asset. So, there is no maximum or limitation for every wallet to hold how many asset. The token will be deposited into your address and it will be sent to the main address of exchange site.

.#1 DeFi for Bitcoin Platform.            ███   ███
           ███   ███
          ███   ███
         ███   ███
        ███   ███
       ███   ███
      ███   ███
     ███   ███
    ███   ███
   ███   ███
  ███   ███
 ███   ███
███   ███
▄  ▄██████████████████████▄  ▄
 ▀▄ ▀████████████████████▀ ▄▀
  ▀█ ▀████▀ ▄▄            █▀
   ▀█▄ ▀█ ████████████▀ ▄█▀
     ██▄ ▀▀▀▀▀▀▀▀▀███  ██
      ███      ▀█▄ ▀ ▄██
       ███▄ ▀█████ ▄███
        ████ ▀██▀ ▄███
         ▀███▄  ▄███▀
          ▀███▄ ▀██▀
            ████▄ ▀
             ████▀
              ▀█▀
SOVRYN███   ███
 ███   ███
  ███   ███
   ███   ███
    ███   ███
     ███   ███
      ███   ███
       ███   ███
        ███   ███
         ███   ███
          ███   ███
           ███   ███
            ███   ███
.Join Origin Pre-Sale.
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
sunlitit654
Newbie
*
Offline Offline

Activity: 252
Merit: 0


View Profile
June 13, 2018, 09:05:18 PM
 #6

In the Ethereum adress a lot of ethereum tokens can be stored. Because that is an asset. So, no maximum or minimum limitation are counted for holding assets. Thenn in your adress the token will be deposited and soon it will be sent to the main exchange site.
AnthonyLa
Newbie
*
Offline Offline

Activity: 99
Merit: 0


View Profile
June 14, 2018, 04:05:30 PM
 #7

Ethereum token is a essential thing for ethereum. Many tokes are store in one address. In wallet you can also hold your asset. After that it can be store in your exchange.
DarrinEspacio
Newbie
*
Offline Offline

Activity: 90
Merit: 0


View Profile
June 15, 2018, 02:18:55 PM
 #8

Basically Crypto market is so huge because almost 1500 coins are their and many is coming and many big companies creating their own also Eth is the one of the best coin in the market its known as altcoin they are famous for their tech and facilities to their customers based on project this token helps their customers.
Binmado
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
June 15, 2018, 02:23:24 PM
 #9

In terms of popularity, eth is the most common coin in the market, which can be integrated with all other tokens of ICO projects. So eth is worth a penny for us to invest and hold now.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!