jjzjj

2023 hgame趣题——1

hgame2023week2Transfer借hgame开始入门学习自己一直想接触的Blockchain方向,在四周的比赛时间内会记录hgame中有趣的问题,Crypto方向等a掉四周的题目一起放出来源代码://SPDX-License-Identifier:UNLICENSEDpragmasolidity>=0.8.7;contractTransfer{constructor(){}functionisSolved()publicviewreturns(bool){returnaddress(this).balance>=0.5ether;}}需要使得balance的值≥0.5,这里使用合约

2023 hgame趣题——1

hgame2023week2Transfer借hgame开始入门学习自己一直想接触的Blockchain方向,在四周的比赛时间内会记录hgame中有趣的问题,Crypto方向等a掉四周的题目一起放出来源代码://SPDX-License-Identifier:UNLICENSEDpragmasolidity>=0.8.7;contractTransfer{constructor(){}functionisSolved()publicviewreturns(bool){returnaddress(this).balance>=0.5ether;}}需要使得balance的值≥0.5,这里使用合约