erc20-limiter

ERC20 balance limit registry
Log | Files | Refs | README

commit eafb7ed8b63c1901e32e99bcfc22845a8271e3a5
parent d2fd703cfd578e84cee7ee119dccda4916002009
Author: lash <dev@holbrook.no>
Date:   Thu,  3 Aug 2023 17:04:38 +0100

Specify contract contraint in setting for others

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -14,7 +14,7 @@ Values are _inclusive_; if `42` is returned, a balance up to and including `42` A limit of `0` means that the "holder" will categorically not accept a token. -### Defining limits for others +### Defining limits for contracts An alternative `setLimitFor(token, holder, value)` method exists, where the contract `owner` may change the limit for a _smart contract_.