WithdrawV1
Kiln
Withdraw (v1)
This contract is in charge of holding the exit and skimming funds, and allowing River to pull these funds
Methods
initializeWithdrawV1
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the River contract |
getCredentials
Retrieve the withdrawal credentials to use
Returns
Name | Type | Description |
---|---|---|
|
| The withdrawal credentials |
getRiver
Retrieve the linked River address
Returns
Name | Type | Description |
---|---|---|
|
| The River address |
pullEth
Callable by River, sends the specified amount of ETH to River
Parameters
Name | Type | Description |
---|---|---|
|
| The amount to pull |
Events
SetRiver
Emitted when the linked River address is changed
Last updated