熱門話題
#
Bonk 生態迷因幣展現強韌勢頭
#
有消息稱 Pump.fun 計劃 40 億估值發幣,引發市場猜測
#
Solana 新代幣發射平臺 Boop.Fun 風頭正勁
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.29;
contract Birthday {
event BirthdayMessage(string message);
function celebrate() public {
emit BirthdayMessage("祝 @ethereum 10 歲生日快樂");
}
}
54.74K
熱門
排行
收藏