You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a solidity contract has a public variable like address[] public addresses;, it should be possible to do an eth_call to the getter function addresses(), but this does not work in web30.
When a solidity contract has a public variable like
address[] public addresses;, it should be possible to do an eth_call to the getter functionaddresses(), but this does not work in web30.