Solved

When Solidity Is Compiled Then Also Metadata Is Generated

Question 7

Multiple Choice

When solidity is compiled then also Metadata is generated:


A) the Metadata contains the ABI Array, which defines the Interface to interact with the Smart Contract. Metadata can also contain the address of the smart contract when it gets deployed.
B) metadata contains the address, and the size of the smart contract. The ABI Array is generated externally upon deploying the smart contract.
C) the ABI array and the Metadata are not generated when solidity is compiled to bytecode, its generated by a migration software which deploys the smart contract on the blockchain.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions