second-state/smart-contract-search-engine

Changes to variables in contract versions

tpmccallum opened this issue · 0 comments

Have to ensure that all data is indexed dynamically.
For example we are now using
theStatus = functionData['info'][0]
As apposed to either
functionData['info']["0"]
or
functionData['status']