Secereum - SOL 101 & 201 (Ethereum Smart Contract Security)

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 20

  • @maueth_
    @maueth_ Рік тому

    from time to time I came back in this secureum playlist to learn something new.
    miss you youtube videos

  • @jrsantos1737
    @jrsantos1737 2 роки тому +3

    You deserve millions of subscribers, you have the best approach in learning new things. This should be gone viral and copied by learning institutions. Thank you for making your learning accessed by public. Keep it up man!

    • @d-squared70
      @d-squared70  2 роки тому

      I really appreciate the kind words JR 😄

  • @bambatsa
    @bambatsa Рік тому

    Thanks for this brilliant stuff and this awesome approach.
    As you said " it's useful and insightful ,but not the most exciting read"
    It's my 3rd time of reading-watching a video, after 6 months playing with zombies ,courses nft degrees etc. I am in the point of understanding all of these now!
    Keep on grinding guys!

  • @lucianoolivabianco1412
    @lucianoolivabianco1412 Рік тому

    Thanks you so much for learning in public while teaching, it makes it so much easier to me to go through all Secureum reads after seeing your videos :D

    • @d-squared70
      @d-squared70  Рік тому

      Glad you're getting use from my process. :)

  • @enbangwu5898
    @enbangwu5898 Рік тому

    A lot of stuff going on but super organized and well demonstrated! I am not sure how hooks and access control work but now I understand. I really appreciate you using graphs and codes to strengthen the learning process. Will watch smart contract programmer and your rest videos!

  • @alf11223344
    @alf11223344 2 роки тому

    Amazing overview! I love the part with pink marker :D

    • @d-squared70
      @d-squared70  2 роки тому

      It makes everything a bit more enjoyable for me, as well as hopefully a little more entertaining for you. 😉

  • @MrPotatoHeadFX
    @MrPotatoHeadFX Рік тому

    Great content! Can I have a link to your background pic? Its bloody awesome

  • @nicolaslopez5157
    @nicolaslopez5157 2 роки тому

    Nice! Amazing work!

  • @fosfor12345
    @fosfor12345 2 роки тому

    Great video ! Please share your beautiful notes, they are amazing !

  • @Chrisadynowski
    @Chrisadynowski 2 роки тому

    Hello, great job !
    I have question regarding 31:18 time stamp.
    You were showing function view that is taking num1 and num2 from 'global' variables inside function (@edit , sorry I know already those are 'state' variables not 'global' in solidity).
    What I know from different language that if you will use type of variables then those 'num1' and 'num2' variables inside function are different than those 'num1' and 'num2' variables from outside of function...
    So if you would like to read from 'state' ones than you should not initiate them by adding 'uint' before, just call them 'num1', 'num2'.
    I am not 100% sure , if you could correct me if I am wrong that would be awesome !
    Have a great day !
    Greetings from Poland !

    • @Michael.A.Grinstead
      @Michael.A.Grinstead 2 роки тому

      Solidity is statically typed and therefore compiled, so state variables need to be initialized.

  • @katiefrancis10
    @katiefrancis10 2 роки тому

    Internet is cracking up watching this. 🤣

    • @d-squared70
      @d-squared70  2 роки тому

      I crack myself, so I'm glad it's making you giggle as well. LOL

  • @AnonymousSkimaHarvey
    @AnonymousSkimaHarvey 2 роки тому +1

    at 8:56 I believe the carrot means that it's all versions between 0.8.0 and 0.9.0 ?

  • @bitofsense7439
    @bitofsense7439 2 роки тому

    "pragma solidity ^0.8.0" will not compile with solidity version 0.9.0 or greater

    • @d-squared70
      @d-squared70  2 роки тому +1

      Hmm... Is this a question or statement?
      Either way, thanks for watching 😸