solidity/docs/contracts
Doggo b787c32233 Update receive function documentation
The receive function documentation is slightly inaccurate currently, as a contract can still receive Ether through payable functions even if no receive or payable fallback function is present.
2022-11-08 15:59:09 +01:00
..
abstract-contracts.rst
constant-state-variables.rst fix: Typo 2022-06-19 11:56:03 +05:30
creating-contracts.rst
errors.rst Improve index entries for selectors, events and selfdestruct 2022-06-14 12:05:49 +02:00
events.rst Improve index entries for selectors, events and selfdestruct 2022-06-14 12:05:49 +02:00
function-modifiers.rst Added details on placeholders in function-modifiers 2022-08-30 12:00:37 +02:00
functions.rst Update receive function documentation 2022-11-08 15:59:09 +01:00
inheritance.rst
interfaces.rst
libraries.rst Improve index entries for selectors, events and selfdestruct 2022-06-14 12:05:49 +02:00
using-for.rst using-for.rst: Fix free function visibility. 2022-06-08 21:32:30 +02:00
visibility-and-getters.rst