We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Drips.sol
/contributor/list
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
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.Drips.sol
when calculating the circulating supply web3-token-api#7/contributor/list
webapp#1896The text was updated successfully, but these errors were encountered: