aboutsummaryrefslogtreecommitdiffstats
path: root/docs/abi-spec.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/abi-spec.rst')
-rw-r--r--docs/abi-spec.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/abi-spec.rst b/docs/abi-spec.rst
index 16839292..82c9f67a 100644
--- a/docs/abi-spec.rst
+++ b/docs/abi-spec.rst
@@ -418,6 +418,9 @@ A function description is a JSON object with the fields:
Constructor and fallback function never have ``name`` or ``outputs``. Fallback function doesn't have ``inputs`` either.
+.. warning::
+ The fields ``constant`` and ``payable`` are deprecated and will be removed in the future. Instead, the ``stateMutability`` field can be used to determine the same properties.
+
.. note::
Sending non-zero ether to non-payable function will revert the transaction.