cic-contracts/doc/texinfo/tokenratechange.sol.texi

23 lines
632 B
Plaintext
Raw Permalink Normal View History

2023-08-01 15:50:09 +02:00
@subsection TokenRateChange
Enables detection of properties for CIC tokens that change value over time, e.g. through demurrage.
It allows defining the granularity of the rate of change, aswell as a frequency for which the rate of change is applied.
A method for canonical value change calculations is also provided.
@subsubsection ERC165 Interface identifier
2023-08-01 15:50:09 +02:00
@include ../../build/TokenRateChange.interface
@subsubsection Solidity interface definition
2023-08-01 15:50:09 +02:00
@include ../../build/contract_TokenRateChange.texi
@subsubsection Reference implementations
2023-08-01 15:50:09 +02:00
@itemize
@item
@uref{git://holbrook.no/erc20-demurrage-token.git,}
@end itemize