payee(uint256) :
Getter for the address of the payee number `index`.
releasable(address) :
Getter for the amount of payee's releasable Ether.
releasable(address,address) :
Getter for the amount of payee's releasable `token` tokens. `token` should be the address of an IERC20 contract.
release(address) :
Triggers a transfer to `account` of the amount of Ether they are owed, according to their percentage of the total shares and their previous withdrawals.
release(address,address) :
Triggers a transfer to `account` of the amount of `token` tokens they are owed, according to their percentage of the total shares and their previous withdrawals. `token` must be the address of an IERC20 contract.
released(address) :
Getter for the amount of Ether already released to a payee.
released(address,address) :
Getter for the amount of `token` tokens already released to a payee. `token` should be the address of an IERC20 contract.
shares(address) :
Getter for the amount of shares held by an account.
totalReleased() :
Getter for the total amount of Ether already released.
totalReleased(address) :
Getter for the total amount of `token` already released. `token` should be the address of an IERC20 contract.
totalShares() :
Getter for the total shares held by payees.