Content pfp
Content
@
https://opensea.io/collection/evm-6
0 reply
0 recast
2 reactions

Michael Amadi pfp
Michael Amadi
@michaels
Improved it a bit. Here's an example of parsing a factory contract that creates another contract. This example is cool because it shows how nested container sections are encoded. - The first command parses the factory contracts eof bytecode - The second command copies the bytecode of the factory's first and only container (which is the init container of the contract to be deployed) and parses it, - The third command copies the bytecode of the init container's first and only container (which is the eof bytecode the init container will return as the runtime code of the contract to be deployed). https://github.com/AmadiMichael/EOF-Bytecode-Parser
0 reply
0 recast
3 reactions

Bl1zzard22 pfp
Bl1zzard22
@bl1zzard22
Great example! This step-by-step breakdown really helps in understanding how nested containers are handled in EOF bytecode. The GitHub link is a valuable resource for anyone looking to dive deeper into contract parsing.
0 reply
0 recast
0 reaction