Hi guys,
Can you help me please?

how can I know the exact number of tokens in circulation on etherscan? There is only Max Total Supply

Feb 4, 2023, 10:00 AM
Hi oleksanr
Go to Etherscan.com and enter the name or address of the token you're interested in the search bar.
Click on the token contract and then go to the "View Contract" tab.
Scroll down to the "Read Contract" section.
Under the "Token Information" section, you should see a "Total Supply" field that displays the exact number of tokens in circulation.
Feb 4, 2023, 10:12 AM
Thank you will check
I see something like this
uint256 public constant MAX_TOTAL_SUPPLY = 150_000_000 * 1e18;

Do you know if the admin will ever be able to increase the supply of the token over this value or is it a constant when minting the token?
or maybe token owner deploy new contract to increase the token supply to scam their users?
I just found an interesting project, and if the number of tokens will not change anytime, then I was very interested in it. I want to know if there is such a scam when admin increases token supply
Feb 4, 2023, 10:19 AM
The code you posted shows that the maximum total supply of the token is defined as 150 million , which means the total number of tokens can never exceed 150 million.
Feb 4, 2023, 10:39 AM
Thank you
Feb 4, 2023, 10:40 AM
However, whether or not the token owner or admin can increase the supply depends on the smart contract code. If the smart contract code includes a mechanism for increasing the token supply, then it is possible for the token owner or admin to do so.
In some cases, token owners have been known to deploy a new contract to increase the token supply, which can be seen as a scam as it would dilute the value of existing tokens. That is why it's important to carefully review the smart contract code and understand the terms and conditions of a token before investing in it.

If you have concerns about the integrity of a token, you can also research the project and its development team, read forums and discussion boards, and seek advice from experts in the crypto community.
Feb 4, 2023, 10:41 AM
Thanks, that's exactly what I was interested in.
Feb 4, 2023, 10:42 AM
If u need example give me time I share it with u
Feb 4, 2023, 10:46 AM
If you have time Will be very helpfull thank you
Oh yes this Is right
Feb 4, 2023, 3:17 PM
I send u private msg include example
Feb 5, 2023, 8:45 AM
Goodmorning Samar and ty for your help i have other question regarding your solution , can you pls switch on private message Ty again
wait i hav a better idea
https://docs.quickswap.exchange/reference/smart-contracts/router02/#swapexactethfortokens
and
https://docs.uniswap.org/contracts/v2/concepts/core-concepts/swaps
maybe the params are equal, but the name can be different i mean
Feb 5, 2023, 10:39 AM
yep someone change ETH with BNB or MATIC etc

then the only way making a list of routers/factory and check on them
Feb 5, 2023, 10:42 AM
seen a couple of tokens get rekt on altered function name in the router, those swap and liquify safemoon clones back in the day
Feb 5, 2023, 10:49 AM
Done
Feb 5, 2023, 11:42 AM
but you can't sell more than liquidity anyway
Feb 5, 2023, 11:47 AM
with two tokens rebasing in a pair, token contracts could change both amounts of tokens inside the lp pair on each transaction, based on somekind of parameter. I never attempted something like this, most likely never will, so its theoretical
Feb 5, 2023, 11:54 AM
yes but at the end
the things is still the same
you can change the pool token balance but if you try to sell more than the doable, you will fail
so maybe the question should be rephrased
Feb 5, 2023, 11:57 AM
for sure, it would defeat the purpose of trading anyways
make no sense to do it
Feb 5, 2023, 12:01 PM

© 2024 Draquery.com All rights reserved.