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
Address at 0x9f5304DA62A5408416Ea58A17a92611019bD5ce3
0x9f5304DA62A5408416Ea58A17a92611019bD5ce3
https://blockscout.com/etc/mainnet/address/0x9f5304DA62A5408416Ea58A17a92611019bD5ce3/contracts
whitehatWithdraw.getPaidOut(myAccount);
whitehatWithdraw.calculateWithdraw(myAccount);
whitehatWithdraw.withdraw(myAccount, percentageWHGDonation, {from: myAccount, value: 0, gas:200000});
[{"constant":true,"inputs":[{"name":"_dth","type":"address"}],"name":"calculateWithdraw","outputs":[{"name":"","type":"uint256"}],"type":"function"}, {"constant":true,"inputs":[{"name":"_account","type":"address"}],"name":"getPaidOut","outputs":[{"name":"","type":"uint256"}],"type":"function"}, {"constant":false,"inputs":[{"name":"_beneficiary","type":"address"},{"name":"_percentageWHG","type":"uint256"}],"name":"withdraw","outputs":[],"type":"function"}];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Address at
0x9f5304DA62A5408416Ea58A17a92611019bD5ce3
https://blockscout.com/etc/mainnet/address/0x9f5304DA62A5408416Ea58A17a92611019bD5ce3/contracts
Methods to call
whitehatWithdraw.getPaidOut(myAccount);
whitehatWithdraw.calculateWithdraw(myAccount);
whitehatWithdraw.withdraw(myAccount, percentageWHGDonation, {from: myAccount, value: 0, gas:200000});
ABI
The text was updated successfully, but these errors were encountered: