Open nya-elimu opened 3 months ago
Instead of simply displaying the current $ELIMU balance of a contributor's Ethereum account, display the collectable balance from @drips-network.
$ELIMU
Change the link so that it points to https://www.drips.network/app/<eth_address> instead of https://etherscan.io.
eth_address
Call the splittable function: https://etherscan.io/address/0xd0dd053392db676d57317cd4fe96fc2ccf42d0b4#readProxyContract#F29
splittable
To get the accountId of an Ethereum address, use BigNumber.from(address).
accountId
BigNumber.from(address)
Instead of simply displaying the current
$ELIMU
balance of a contributor's Ethereum account, display the collectable balance from @drips-network.Change the link so that it points to https://www.drips.network/app/<
eth_address
> instead of https://etherscan.io.