Expand description
Generated by the following Solidity interface…
interface IParserV2 {
function parse2(bytes memory data) external view returns (bytes memory bytecode);
}…which was generated by the following JSON ABI:
[
{
"type": "function",
"name": "parse2",
"inputs": [
{
"name": "data",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "bytecode",
"type": "bytes",
"internalType": "bytes"
}
],
"stateMutability": "view"
}
]Structs§
- parse2
Call - Function with signature
parse2(bytes)and selector0xa3869e14. - parse2
Return - Container type for the return parameters of the
parse2(bytes)function.
Enums§
- IParser
V2Calls - Container for all the
IParserV2function calls.
Statics§
- BYTECODE
- The creation / init bytecode of the contract.
- DEPLOYED_
BYTECODE - The runtime bytecode of the contract, as deployed on the network.