15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
@subsection Burner
|
||
|
||
Attached to @code{ERC20} and @code{ERC721} tokens that may be @emph{burned}.
|
||
|
||
Implements the @code{burn(...)} part of @code{ERC5679} for interoperability.
|
||
|
||
@table @dfn
|
||
@item ERC165 Interface identifier
|
||
@include ../../build/Burner.interface
|
||
@item Solidity interface definition
|
||
@include ../../build/contract_Burner.texi
|
||
@item Example implementation
|
||
@uref{https://git.grassecon.net/cicnet/erc20-demurrage-token.git}
|
||
@end table
|