Timeline for Is it possible to instantiate a deployed contract in js using contract address alone? without copying abi data?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 7, 2020 at 8:35 | answer | added | Dave Appleton | timeline score: 0 | |
| Jun 7, 2020 at 8:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jan 25, 2020 at 21:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Sep 26, 2019 at 16:02 | history | bumped | CommunityBot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
| Jul 24, 2019 at 15:56 | answer | added | Lauri Peltonen | timeline score: 1 | |
| Jul 24, 2019 at 12:30 | comment | added | goodvibration | No. The contract on dapp side is a JS object with methods and attributes. Without the abi, web3.js will not know how to construct this object. Besides, what benefit would you possibly have in such object without any methods or attributes??? Your motivation here is rather unclear. | |
| Jul 24, 2019 at 12:18 | history | asked | awesomemams | CC BY-SA 4.0 |