热门话题
#
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.73K
热门
排行
收藏