great video, been trying to understand this for a time now, Thanks very much for this information!!!
@cryptojesperk8 ай бұрын
happy to hear that it was useful! 🙏
@babelyubelbarever4591 Жыл бұрын
what a chad, i wish more people taught like you
@cryptojesperk Жыл бұрын
Appreciate it! Thank you for watching! 🙏
@pulsechainalltheway18457 ай бұрын
This is tutorial is amazing, thank you.
@cryptojesperk7 ай бұрын
Thank you very much! 🙏 thanks for watching
@0xsabir2 ай бұрын
This lecture is superb as expected. One suggestion, Please add Mapping in the video title for easier access. As this video is all about Mapping. Something like- "Solidtity Storage: What you need to know about Mapping" ? or "Understanding Mapping in Solidity" ?
@cryptojesperk2 ай бұрын
Excellent idea! Thanks for the suggestion. Thanks for watching! 🙏
@vipinng29437 ай бұрын
Amazing!!
@cryptojesperk7 ай бұрын
Thank you very much 🙏
@cadenablokito Жыл бұрын
Sir, you're literally sharing gold on this channel. Can't thank you enough 🙏
@cryptojesperk Жыл бұрын
Thank you very much--really appreciate it 🙏
@dassmod7 ай бұрын
Visual representation is a game changer. Thank you very much!
@cryptojesperk7 ай бұрын
Glad you liked the video! And yes I agree ! 🤝
@SahbiBayar-d3j11 ай бұрын
No words can describe this amazing explaination sirr ❤❤
@cryptojesperk11 ай бұрын
That is so nice of you to say! Thank you very much 🙏
@arnavjindal3062 Жыл бұрын
How can this entire channel not have many subs this entire channel is gold
@cryptojesperk Жыл бұрын
Appreciate it very much that is very kind! 🙏
@arianh10 ай бұрын
That was a great video, It really helped me have a way better understanding of the Storage Slots in Solidity, Thanks a lot.
@cryptojesperk10 ай бұрын
Thank you very much! I’m thrilled to learn that the video was helpful 🙏
@aluranarveez9021 Жыл бұрын
BEST EXPLANATION ON THIS. THANKS A LOT
@cryptojesperk Жыл бұрын
Really appreciate it, so glad you liked it 🙏
@talalalam7227 Жыл бұрын
You are the best, you just solved me a problem that i was on since four days
@cryptojesperk Жыл бұрын
Thank you very much. I am very happy to hear that! Keep going; you got this! 🚀
@prajanbhattarai3124 Жыл бұрын
PURE GOLD !!
@cryptojesperk Жыл бұрын
I appreciate your comment! Thanks for watching 🙏
@kieranmcgowan3679 Жыл бұрын
really great explainer thanks Jasper.
@cryptojesperk Жыл бұрын
Thank you very much!
@vamsikingu8453 Жыл бұрын
Jesper Sir, you're really a great instructor. I just loved it. Easy peesy...
@cryptojesperk Жыл бұрын
You’re very kind! Thank you for the support and for watching 🙏
@edmundobarbieri2214 Жыл бұрын
Hope you have time to deliver more videos. Amazing content . Thank you!
@cryptojesperk Жыл бұрын
Thank you, Edmundo! Thanks for watching 🙏 glad you like it! I will have more videos coming out soon 🙂
@godspower_eze Жыл бұрын
Thank you for this. Really insightful
@cryptojesperk Жыл бұрын
I appreciate it! Thanks for watching.
@synndj Жыл бұрын
Great explanation ! Easy to understand ! Hope to see more content like this on Solidity !
@cryptojesperk Жыл бұрын
Appreciate the support! Thanks for watching 🙏
@rockysin5932 Жыл бұрын
Good work upload more content like this
@cryptojesperk Жыл бұрын
Thanks for watching 🙏
Жыл бұрын
Jesper, this is amazing. Also I have just prepared one article in this issue.Good.
@cryptojesperk Жыл бұрын
Thanks for watching! Glad you liked it. I look forward to reading your article
@FelipeNovaesRocha Жыл бұрын
Niceee!! Very well explained! Thanks!!
@cryptojesperk Жыл бұрын
Thank you! Happy to hear you liked it 🙏
@obsessed92 Жыл бұрын
Great as always, thank you !
@cryptojesperk Жыл бұрын
I really appreciate it! Thanks for watching.
@PushpendraSingh-ko7ey4 ай бұрын
found gem channel...considering me lucky
@cryptojesperk4 ай бұрын
Really appreciate the kind words 🙏
@noname13345 Жыл бұрын
Beautiful. Probably off-topic, but Im stuck on debugging .sol files line by line like anyother file (.js, .py etc) since Im having a hard time to just visualize what ever is written in the smart contract and have blind faith in it lol. Any suggestions? Tried hardhat console but didnt work.
@cryptojesperk7 ай бұрын
Thank you very much! 🙏 Try out Foundry and also, depending on the project size, remix can do it too!
@ujjwalshrestha5720 Жыл бұрын
great content ✌✌ can you make video on memory and calldata such like this
@cryptojesperk Жыл бұрын
Thanks for watching! Yes, I can definitely do that.
@playco8577 ай бұрын
I know that when we delete data from mapping, it just sets value to zero. In this case, does it mean that hash is also set to zero?
@cryptojesperk7 ай бұрын
Thanks for watching and for your question! No the hash is not set to zero, you can always has the storage slot index and key value to get where that value would have been sitting. The hash is an “on the fly” computation and not “stored anywhere” to be zeroed out- if that makes sense?
@_izzee7907 Жыл бұрын
Abi encode and abi encodepacked both of them are giving the storage slot , then in the context of storage both works same???
@codeWithBala Жыл бұрын
whether hash(key , slot) and hash(slot , key ) are same ?
@cryptojesperk Жыл бұрын
Thanks for watching! Great question! No they’re not the same because the underlying bit patterns would generally be different! For example: is different than
@RitikAgarwalll Жыл бұрын
Can You please share the white board content link
@cryptojesperk Жыл бұрын
I don't have the board content, but I am using miro.com/ to create it. I actually end up overwriting these. But I can start adding them to the Github repo as well! Great idea; and thanks for watching!