komputing / KEthereum

Kotlin library for Ethereum
MIT License
350 stars 73 forks source link

Add model for ERC20 token transfers #14

Closed friedger closed 6 years ago

friedger commented 6 years ago

The input value of transactions of a token transfer should be parsed and stored in an accessible model with address and value

ligi commented 6 years ago

I am a bit unsure - as this is redundant information in the end - and not sure if ERC-20 should be so special. Still a bit torn about this

friedger commented 6 years ago

With the functionParams the details for a transfer are quite accessible now.