Актуальные темы
#
Bonk Eco continues to show strength amid $USELESS rally
#
Pump.fun to raise $1B token sale, traders speculating on airdrop
#
Boop.Fun leading the way with a new launchpad on Solana.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.29;
contract Birthday {
event BirthdayMessage(string message);
function celebrate() public {
emit BirthdayMessage("С днём рождения, @ethereum! Счастливого 10-летия!");
}
}
55,81K
Топ
Рейтинг
Избранное