Complete Guide To The EVM | Everything You Need To Know

Поделиться
HTML-код
  • Опубликовано: 28 дек 2024

Комментарии • 41

  • @codeWithBala
    @codeWithBala Год назад +5

    When I followed you you just had some few hundreds of subscribes but now you have 1k plus subscribes very happy to see our community growing.. congratulations 👏

    • @0xOwenThurm
      @0xOwenThurm  Год назад

      Thank you so much! Happy to see more folks getting value!

  • @shobhitgupta7135
    @shobhitgupta7135 Год назад +1

    Amazing execution analysis. Imp point was how EVM stores bytes based on the order of numeric values and understand how it is gas efficient(This was new for me).
    Looking forward for such a great videos @Owen

    • @0xOwenThurm
      @0xOwenThurm  Год назад

      Amazing, thank you so much! More on the way

    • @shobhitgupta7135
      @shobhitgupta7135 Год назад

      @@0xOwenThurm sure will be waiting for more videos on EVM Deep analysis

    • @shobhitgupta7135
      @shobhitgupta7135 Год назад

      Hey Owen, what tools did you use for command line in this video ? Could you recommend what all command line I should use in smart contract analysis.

    • @0xOwenThurm
      @0xOwenThurm  Год назад

      @@shobhitgupta7135 For my terminal I use OhMyZsh

  • @sunkistgu1392
    @sunkistgu1392 Год назад

    Hello, what method did you use in your video to interactively use the foundry?

  • @shivdhandesh2002
    @shivdhandesh2002 10 месяцев назад

    Great content, had to watch it a couple of times to get it all in

  • @08himanshu
    @08himanshu Год назад

    Thanks Owen for sharing your knowledge, amazing video.

  • @lilz4458
    @lilz4458 Год назад

    Thanks for all the info you’re providing!

  • @chipbreshers5729
    @chipbreshers5729 2 месяца назад

    I could use your help

  • @syedghufranhassan3858
    @syedghufranhassan3858 4 месяца назад

    Love your videos bro your fan from pakistan

  • @thinkingonyx847
    @thinkingonyx847 Год назад +1

    what would the calldata look like for count() if we passed in some parameters?

  • @amarnath5537
    @amarnath5537 Год назад

    Great Video!!!

  • @taghitaxi9775
    @taghitaxi9775 Год назад

    thanks for sharing your knowledge
    so much clear and helpful ❤

    • @0xOwenThurm
      @0xOwenThurm  Год назад

      Amazing so glad this could help!

  • @priyankgupta
    @priyankgupta Год назад

    Owen your youtube content is top notch, crazy good.
    I have a request though.
    I want to use some of the screenshots from your video in my blog on EVM.
    I am writing that blog to solidify my understanding of the EVM.
    Can I use your work? I will obviously credit you wherever I use your work.

    • @0xOwenThurm
      @0xOwenThurm  Год назад +1

      Absolutely! Feel free to use anything you'd like!

  • @himanshuchuri894
    @himanshuchuri894 11 месяцев назад

    How do i find function selectors from evm bytecode?

    • @0xOwenThurm
      @0xOwenThurm  11 месяцев назад

      First four bytes of the keccak hash of the function's interface

  • @chiragjani4164
    @chiragjani4164 Год назад

    bruhhhh!!! what a video.

    • @0xOwenThurm
      @0xOwenThurm  Год назад +1

      Glad you enjoyed it ser!!

    • @chiragjani4164
      @chiragjani4164 Год назад

      @@0xOwenThurm I have done enough solidity to know all the important and advanced concepts,
      I have made a few dapps (not too much complicated ones),
      Little work with ERC20 and erc721 tokens,
      I am exploring defi right now.
      Learning concepts like, liquidity pools, collateral, arbitrage, flash lones, etc.
      Also, started reading Uniswap smart contracts.
      Can you guide me about what I should do next?

  • @AhmedKhan-rt6oz
    @AhmedKhan-rt6oz Год назад

    Can you please make a complete course on smart contract audit on RUclips, all other courses are very very expensive

    • @axelvirtus2514
      @axelvirtus2514 Год назад

      All paid courses are shit,plenty free material

  • @codeWithBala
    @codeWithBala Год назад

    Are you using foundry for auditing and testing purpose?

    • @0xOwenThurm
      @0xOwenThurm  Год назад

      Depends on the codebase I'm working in!

  • @soaphornseuo8630
    @soaphornseuo8630 Год назад

    I would like to request you to make a video about Fuzzing, Symbolic Execution and Formal Verification. Thank in advance

    • @0xOwenThurm
      @0xOwenThurm  Год назад

      Formal Verification coming this weekend ser! 🫡

    • @soaphornseuo8630
      @soaphornseuo8630 Год назад

      @@0xOwenThurm Aww I can't wait to see it

  • @aayushgiri9788
    @aayushgiri9788 Год назад

    It's little difficult to follow. But really appreciate your efforts

    • @0xOwenThurm
      @0xOwenThurm  Год назад +1

      Absolutely! Watch it back a few times and I hope it can sink in!

  • @richchar6478
    @richchar6478 Год назад +1

    Very good video. Need moar

  • @cultofhercules
    @cultofhercules 2 месяца назад

    Love the random opcode ramble lol

  • @Brian-vs9sd
    @Brian-vs9sd 2 месяца назад

    Look up an online emulator for the 6502 processor. This will teach you what it's like based on actual hardware. Same idea. Same concept and you could make a cool game. 😜