diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/units-and-global-variables.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index a4239a29..8ad0da4f 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -118,6 +118,10 @@ Contract Related `this` (current contract's type): the current contract, explicitly convertible to `address` + + - this.balance: The balance of the current account. + - this.send: Send ether to an address. + `selfdestruct(address)`: destroy the current contract, sending its funds to the given address |