mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
0e2578dfc7
@ -5,7 +5,7 @@ Contract Metadata
|
|||||||
.. index:: metadata, contract verification
|
.. index:: metadata, contract verification
|
||||||
|
|
||||||
The Solidity compiler automatically generates a JSON file, the contract
|
The Solidity compiler automatically generates a JSON file, the contract
|
||||||
metadata, that contains information about the current contract. You can use
|
metadata, that contains information about the compiled contract. You can use
|
||||||
this file to query the compiler version, the sources used, the ABI and NatSpec
|
this file to query the compiler version, the sources used, the ABI and NatSpec
|
||||||
documentation to more safely interact with the contract and verify its source
|
documentation to more safely interact with the contract and verify its source
|
||||||
code.
|
code.
|
||||||
@ -122,7 +122,9 @@ explanatory purposes.
|
|||||||
different bytecode.
|
different bytecode.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
Note the ABI definition above has no fixed order. It can change with compiler versions.
|
The ABI definition above has no fixed order. It can change with compiler versions.
|
||||||
|
Starting from Solidity version 0.5.12, though, the array maintains a certain
|
||||||
|
order.
|
||||||
|
|
||||||
Encoding of the Metadata Hash in the Bytecode
|
Encoding of the Metadata Hash in the Bytecode
|
||||||
=============================================
|
=============================================
|
||||||
|
Loading…
Reference in New Issue
Block a user