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

16 lines
477 B
Plaintext
Raw Normal View History

@subsection Expire
2023-03-25 12:24:23 +01:00
Defines an expiry time after which token balances or supply @emph{cannot change}.
A contract defining an expiry @emph{must not} allow changing the expiration time to a time in the past.
@table @dfn
@item ERC165 Interface identifier
@include ../../build/Expire.interface
@item Solidity interface definition
@include ../../build/contract_Expire.texi
2023-03-26 13:04:31 +02:00
@item Example implementation
@uref{https://git.grassecon.net/cicnet/erc20-demurrage-token.git}
@end table