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

15 lines
464 B
Plaintext
Raw Normal View History

@subsection Minter
Attached to @code{ERC20} and @code{ERC721} tokens that may be minted.
Implements the @code{mint(...)} and @code{safeMint(...)} parts of @code{ERC5679} for interoperability.
@table @dfn
@item ERC165 Interface identifier
@include ../../build/Minter.interface
@item Solidity interface definition
@include ../../build/contract_Minter.texi
@item Example implementation
@uref{https://git.grassecon.net/cicnet/erc20-demurrage-token.git}
@end table