solidity/docs/contracts
Dmytro c3d6f19e12
Update events doc
Changed the name of the variable because the RTD displays it in green (like the data type or the syntax of the word function), apparently, this is due to the formatting of the RTD text.
https://docs.soliditylang.org/en/latest/contracts.html#events
2021-01-15 18:12:52 +02:00
..
abstract-contracts.rst Adjust docs example to work with v0.8.0 2020-09-08 13:36:16 +02:00
constant-state-variables.rst Fix code snippets in docs not passing tests on versions matching their pragmas 2020-12-12 04:52:16 +01:00
creating-contracts.rst Adjust docs example to work with v0.8.0 2020-09-08 13:36:16 +02:00
events.rst Update events doc 2021-01-15 18:12:52 +02:00
function-modifiers.rst Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
functions.rst Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
inheritance.rst Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
interfaces.rst Adjust docs example to work with v0.8.0 2020-09-08 13:36:16 +02:00
libraries.rst Merge remote-tracking branch 'origin/develop' into breaking 2020-11-17 18:51:57 +01:00
using-for.rst Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
visibility-and-getters.rst Adjust docs example to work with v0.8.0 2020-09-08 13:36:16 +02:00