23 lines
612 B
Plaintext
23 lines
612 B
Plaintext
@subsection TokenLimit
|
||
|
||
Define limits of value amounts of tokens that individual addresses can hold.
|
||
|
||
Limits are inclusive; a limit for 42 means transfer resulting in a token balance @emph{higher} than 42 should be rejected.
|
||
|
||
A return value of 0 indicates that the token is categorically not accepted by the holder.
|
||
|
||
@subsubsection ERC165 Interface identifier
|
||
|
||
@include ../../build/TokenLimit.interface
|
||
|
||
@subsubsection Solidity interface definition
|
||
|
||
@include ../../build/contract_TokenLimit.texi
|
||
|
||
@subsubsection Reference implementations
|
||
|
||
@itemize
|
||
@item
|
||
@uref{git://holbrook.no/erc20-limiter.git,}
|
||
@end itemize
|