20 lines
623 B
Plaintext
20 lines
623 B
Plaintext
@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.
|
|
|
|
@table @dfn
|
|
@item ERC165 Interface identifier
|
|
@include ../../build/TokenRateChange.interface
|
|
@item Solidity interface definition
|
|
@include ../../build/contract_TokenRateChange.texi
|
|
@item Reference implementations
|
|
@itemize
|
|
@item
|
|
@uref{git://holbrook.no/erc20-demurrage-token.git,}
|
|
@end itemize
|
|
@end table
|