ExamGecko
Question list
Search
Search

Question 74 - CBDE discussion

Report
Export

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.
Answers
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.
Answers
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.
Answers
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.
Suggested answer: A
asked 16/09/2024
Bart Hakstege
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first