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.
|
|
|
|
|
2023-08-02 11:19:33 +02:00
|
|
|
@subsubsection ERC165 Interface identifier
|
|
|
|
|
2023-08-01 15:50:09 +02:00
|
|
|
@include ../../build/TokenRateChange.interface
|
2023-08-02 11:19:33 +02:00
|
|
|
|
|
|
|
@subsubsection Solidity interface definition
|
|
|
|
|
2023-08-01 15:50:09 +02:00
|
|
|
@include ../../build/contract_TokenRateChange.texi
|
2023-08-02 11:19:33 +02:00
|
|
|
|
|
|
|
@subsubsection Reference implementations
|
|
|
|
|
2023-08-01 15:50:09 +02:00
|
|
|
@itemize
|
|
|
|
@item
|
|
|
|
@uref{git://holbrook.no/erc20-demurrage-token.git,}
|
|
|
|
@end itemize
|