diff --git a/eth_interface.md b/eth_interface.md index 55b8e163..50fe4351 100644 --- a/eth_interface.md +++ b/eth_interface.md @@ -452,16 +452,14 @@ from last executed `call`, `callCode`, `callDelegate`, `callStatic` or `create`. ## selfDestruct -Mark account for later deletion and give the remaining balance to the specified -beneficiary address. This takes effect once the contract execution terminates. - -*Note*: multiple invocations will overwrite the beneficiary address. +Marks account for later deletion. +This takes effect once the contract execution terminates. *Note*: the contract **shall** halt execution after this call. **Parameters** -- `addressOffset` **i32ptr** the memory offset to load the address from (`address`) +*nothing* **Returns**