Cyfrin Updraft.

Discussion

Share your thoughts.

Posts

4
  • 0x281b...4fbd.
    Jun 16, 2024
    Discussion
    Excited to Continue Learning Solidity!

    Hi everyone, I’m thrilled to share that I’m a new learner who has just completed a Solidity 101 course. The journey so far has been incredibly exciting and insightful. I’m eager to continue exploring and deepening my knowledge in Solidity and blockchain development. Looking forward to engaging with this amazing community and learning together! I’m curious to know what resources have helped others at my level improve. Any recommendations on websites, courses, tools, or any other materials would be greatly appreciated. Cheers, Philip

    • Cyfrin Updraft
    • Solidity
    0
    4
  • Serpent0x.
    May 30, 2024
    Discussion
    Reentrancy Vulnerability

    Hello everyone , I've noticed that the offer function uses the .call{value: amount}("") method to send Ether to the recipient's address. Could anyone provide insight into whether this function is indeed vulnerable to reentrancy and suggest any best practices or modifications to mitigate such risks? function _offer(address to, uint256 amount) internal { balance -= amount; (bool success, ) = to.call{value: amount}(""); if (!success) { revert TransferFailed(address(0), address(this), to, amount); } } `

    • Foundry
    • Security
    • Solidity
    • Blockchain
    • Smart Contract
    0
    0
  • 0x5405...6380.
    Apr 08, 2024
    Discussion
    Test Question for Cyfrin Updraft

    Leaving it blank for a test

    • Cyfrin Updraft
    0
    0
  • 0x869a...a974.
    Mar 26, 2024
    Discussion
    BlockOutOfRangeError

    I'm getting this error when clicking on the getBalance button of the live page of port 5500 for my anvil: "BlockOutOfRangeError: block height is 150 but requested was 12092" Can anyone help explain what I missed here? Thank you!

    • Cyfrin Updraft
    • Foundry
    0
    0
We use cookies to ensure you get the best experience on our website.
More info