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

19 lines
487 B
Plaintext
Raw Normal View History

@subsection Expire
2023-08-03 11:27:05 +02:00
Defines an expiry time after which token balances and supply @emph{cannot change}.
A contract defining an expiry @emph{must not} allow changing the expiration time to a time in the past.
@subsubsection ERC165 Interface identifier
@include ../../build/Expire.interface
@subsubsection Solidity interface definition
@include ../../build/contract_Expire.texi
@subsubsection Example implementation
2023-03-26 13:04:31 +02:00
@uref{https://git.grassecon.net/cicnet/erc20-demurrage-token.git}