Hi, how it is possible to interact with smart contract manually but without using etherscan / bscscan (e.g. for those cases, when contract is not decompiled, - code not visible). How to get ABI ? Is it custom for each contract or not?
e.g. for those cases when cannot claim, e.g. cache issues etc. on the dapp - but contract is still compiled, not signed etc. so no GUI options on BSC / Etherium ?
May 27, 2021, 5:50 PM
anyone could send me link to article or show how to get ABI to use in tools, would be great
May 27, 2021, 5:51 PM
If you want to interact with a smart contract manually or console, you can either use Geth or use Truffle
May 27, 2021, 5:51 PM
thanks will check
https://app.mycrypto.com/interact-with-contracts
but can I use this tool ?
for quick iterations, without installing anything on the PC ?
I used it for claiming on other token, but that time ABI was provided by team
but wonder if I can get ABI somehow myself from the tokens that are not decompiled
if there are any default, or not?
May 27, 2021, 5:54 PM
You can also use Remix which is a browser based IDE for writing smart contracts. No installation needed and you can easily get the ABI and bytecode
May 27, 2021, 5:59 PM
yes, remix checked it out, but don't understand how to get ABI.. sorry for noob question. can you send some link to article?
May 27, 2021, 6:59 PM