Евгений (ratnik)

Евгений

IT specialist, crypto enthusiast and just a good person

40 Followers

Recent casts

Top casts

Eliminating Possible Overflows: Add overflow checks during calculations: python @view def getReturnPerSlot(x: uint256) -> uint256: return isqrt(x * isqrt(x)) // REWARD_DENOMINATOR Zero Address Checks: python @external def transfer(_to: address, _value: uint256) -> bool: assert _to != address(0), "Transfer to the zero address" assert self.balances[msg.sender] >= _value, "Insufficient balance" self.balances[msg.sender] -= _value self.balances[_to] += _value return True These changes will help improve the reliability and security of your smart contract.

  • 0 replies
  • 0 recasts
  • 0 reactions

I just minted an onchain subscription on Hypersub! https://hypersub.xyz/s/gif?referrer=0x0db3e528132c0c8b4c669c9a34de841768116a81

  • 0 replies
  • 0 recasts
  • 0 reactions

Onchain profile

Ethereum addresses