From f5a1a0e10f41b600c4bcdff55805479f9854b493 Mon Sep 17 00:00:00 2001 From: John Water Date: Mon, 7 Apr 2025 23:30:41 +0400 Subject: [PATCH] fix Update limitations.md --- docs/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/limitations.md b/docs/limitations.md index 5fdeaeefd..bdbae0aad 100644 --- a/docs/limitations.md +++ b/docs/limitations.md @@ -11,5 +11,5 @@ because numeric types there can't handle 32-byte integers. You should use `cast(value as FLOAT64)` (possible loss of precision) or `safe_cast(value as NUMERIC)` (possible overflow) to convert to numbers. - The contracts that don't implement `decimals()` function but have the -[fallback function](https://solidity.readthedocs.io/en/v0.4.21/contracts.html#fallback-function) that returns a `boolean` +[fallback function](https://docs.soliditylang.org/en/v0.4.21/contracts.html) that returns a `boolean` will have `0` or `1` in the `decimals` column in the CSVs.