pcaversaccio
Jun 3, 2021

--

Hi Aditya,

thanks for the feedback. These Solidity files are part of the OpenZeppelin package and you would find them in the node_modules/@openzeppelin-solidity. Since we import these contracts in the main contract TestERC20Contract.sol you also compile those and are saved as JSON files in the build/ folder. In these JSON files you'll find the abi, the bytecode, the topics (if you have any event in your smart contract), the function definitions etc.

--

--

pcaversaccio
pcaversaccio

Written by pcaversaccio

𝐖𝐨𝐫𝐤𝐢𝐧𝐠 𝐨𝐧 𝐰𝐡𝐚𝐭’𝐬 𝐧𝐞𝐱𝐭.

Responses (1)