USDT can be different
- USDT ERC20 - Ethereum (ETH) network. Hex address start with
0x...
- USDT BEP20 - Binance Smart Chain (BSC) network. Hex address start with
0x...
- USDT TRC20 - TRON network. Hex address start with
T...
(?)
BEP20 and BEP20 based on ETH. This means that the BSC address is the same as in ETH only on different networks
Following example code in Go (use playground execute result with caution)
Try the playground (source code in Go)
For BEP20 https://bscscan.com/address/0x71b959A205559e6a748BA2A29BEB5847Af0FdBc9#tokentxns
For ERC20
? https://ethplorer.io/ru/address/0x71b959A205559e6a748BA2A29BEB5847Af0FdBc9
For BEP20 https://bscscan.com/tx/0x55153d877d2bcfc2405fc08520e770ad6f9d6dc92b37203ff4f7ccfe3f7dc299
For ERC20
? https://ethplorer.io/ru/tx/0x55153d877d2bcfc2405fc08520e770ad6f9d6dc92b37203ff4f7ccfe3f7dc299
TODO
TODO
$ openssl rand -hex 32
84e0956c49fc49a9bb4d81b81a26203b4095b483e39dadc73d9fee7351489eb0
Tx Fee In USD = GasPrice(gwei) * GasUsed * XXX_USD_rate.
For XXX_USD_rate
- bsc
BNB
= 5Gwei - eth ? ~~ 20Gwei
- tron
TRX
?
- priv key tron calculator https://secretscan.org/PrivateKeyTron
- https://bscscan.com BSC
- https://tronscan.org TRON
- https://ethplorer.io ETH
- gastracker BSC https://bscscan.com/gastracker
- gastracker ETH https://etherscan.io/gastracker
https://gist.github.com/gebv/b1234b45862a4b8e3e124e169bb57c2b#how-view-details-at-the-address
https://gist.github.com/gebv/b1234b45862a4b8e3e124e169bb57c2b#for-experts-how-quickly-replace-wrong-transactions
https://gist.github.com/gebv/b1234b45862a4b8e3e124e169bb57c2b#for-experts-how-generate-new-wallet-in-linux-console
https://gist.github.com/gebv/b1234b45862a4b8e3e124e169bb57c2b#tx-fee
(5gwei*21000gasUsed*284$/1bnb) /1e18 = 5 000 000 000 * 21 000 * 284 / e18 = 0.000105bnb = ~0.03$