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
I have been trying to collect and plot all contributions that were sent to a crowdsale address (ZRX as example)
Sending a request using get_all_transactions function seems to be working (i.e. transactions are added and pages are being counted and added) until the Etherscan API returns the page with an empty response
I have been trying to collect and plot all contributions that were sent to a crowdsale address (ZRX as example)
Sending a request using get_all_transactions function seems to be working (i.e. transactions are added and pages are being counted and added) until the Etherscan API returns the page with an empty response
{"status":"0","message":"No transactions found","result":[]}
This triggers an error in the connect function
The text was updated successfully, but these errors were encountered: