|
|
|
|
|
by bko
1470 days ago
|
|
This is what I do: When a site initiates a transaction, you can see the address you're interacting with. You should then look up the address on etherscan to see if it has public code and a lot of transactions. Then you should search that address in google and see if the main site links to it. A lot of projects have a list of addresses in their github. You can also inspect the function code. Once you're comfortable, you should add it to your saved addresses on your wallet and next time you'll see the name of the address. Also you can create a new throw away address, transfer just a little bit of coins to it and interact with the contract. If it does what you think it should do, then you can create a new account and do it again. It's not perfect. It could be a proxy, so you're not guaranteed the contract you're interacting with. There's no easy way to "see what a transaction does". You just need to do risk management. |
|
Oh, that’s it? So simple.