Hi @carterpy . I need some help from your engineering team to figure out how to match the function/events/states to a list of product analytics that I got from Thomas B
So far we have got all the smart contracts abis and addresses
As a start, I am trying to find a few basic stats Number of Tickers Reserved Number of Tokens Created Number of instantiation of each modules (CountTM, PercentTM, etc...)
carterpy
@carterpy
well, I don't work for Polymath, but I can see what you need and how you'd get it from this url
huangkuan
@huangkuan
cool
thx
carterpy
@carterpy
Ideally the polymath guys would just front you the content of this URL as a big CSV
with a row for each event log
and then this is just an ms excel thing
otherwise it's kind of annoything selenium/bs4 exercise lol
if they don't step into the breach and sort you out in an hour I will
huangkuan
@huangkuan
ok!
carterpy
@carterpy
huangkuan you're scout
huangkuan
@huangkuan
yup
well one of the people
carterpy
@carterpy
I thought you were token holder trying to get those stats from scout event logs from url you passed, I'd be trying to pull the data into a csv that had logs as records. I'd be counting distinct blocks by registerTicker for Number of Tickers Reserved and the same by generateSecurityToken for Number of Tokens Created. I'd be counting GenerateModuleFromFactory logs by _moduleName for instantiation of each module but we'd need a map of bytes32 to _moduleName strings to make that something human readable
scout is cool
cool
is scout django?
huangkuan
@huangkuan
i mean any language can create a web application
_
huangkuan
@huangkuan
@carterpy you are right. I have so far only found one module called General Transfer Module