Cyfrin Updraft.

Beitrag

Teile dein Wissen.

Cyfrin Moderator Pst.
Mar 29, 2024
Experten Q&A

How is IERC20 imported from ERC20?

In the provided Solidity contract for a vault handling ERC20 tokens, the import statement for IERC20 is from '@openzeppelin/contracts/token/ERC20/ERC20.sol'. Typically, IERC20 is imported from IERC20.sol. How does this import work in this context, and what implications does it have for the contract's functionality?

  • erc20
  • Security
  • Solidity
0
1
Teilen
Kommentare
.

Antworten

1
Cyfrin Moderator Ans.
Mar 29 2024, 10:49

You have the ability to import a contract from any contract that contains it. For instance, the ERC20.sol contract imports IERC20.sol, allowing us to extract the IERC20.sol from the ERC20.sol. However, for the sake of simplicity and clarity, it is recommended to import directly from the IERC20.sol file.

0
Offizielle Antwort
Kommentare
.

Weißt du die Antwort?

Bitte melde dich an und teile sie.

Cyfrin Updraft is an education platform specializing on teaching the next generation of smart contract developers

200Beiträge201Antworten
Sui.X.Peera.

Verdiene deinen Anteil an 1000 Sui

Sammle Reputationspunkte und erhalte Belohnungen für deine Hilfe beim Wachstum der Sui-Community.