mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update units-and-global-variables.rst with link to address ref
This commit is contained in:
parent
5e6e9df7dd
commit
4bfec4efa9
@ -117,13 +117,10 @@ Contract Related
|
|||||||
----------------
|
----------------
|
||||||
|
|
||||||
`this` (current contract's type):
|
`this` (current contract's type):
|
||||||
the current contract, explicitly convertible to `address`
|
the current contract, explicitly convertible to :ref:`address`
|
||||||
|
|
||||||
- this.balance: The balance of the current account.
|
|
||||||
- this.send: Send ether to an address.
|
|
||||||
|
|
||||||
`selfdestruct(address)`:
|
`selfdestruct(address)`:
|
||||||
destroy the current contract, sending its funds to the given address
|
destroy the current contract, sending its funds to the given :ref:`address`
|
||||||
|
|
||||||
Furthermore, all functions of the current contract are callable directly including the current function.
|
Furthermore, all functions of the current contract are callable directly including the current function.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user