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