This section provides an overview of the contracts available in the contracts_201 directory within the Truffle documentation. For more detailed information, please visit our Truffle Contracts Documentation.

Contracts Overview

Here is a list of contracts that can be found in the contracts_201 directory:

  • ERC20 Token: A standard for fungible tokens on the Ethereum blockchain.
  • ERC721 Non-Fungible Token: A standard for unique tokens on the Ethereum blockchain.
  • Access Control: Contracts for managing access to different parts of your smart contract.
  • Time Lock: Contracts that allow for delayed execution of transactions.

Useful Links

Images

ERC20 Token
ERC721 Non-Fungible Token
Access Control Contract
Time Lock Contract