
Welcome to Pump.fun!
Pump lets anyone create coins, giving everyone equal access to buy and sell from the start. Prices can move quickly, so trade carefully.
By clicking this button, you agree to the Terms and Conditions, Privacy Policy, and certify that you are over 18 years old.
$XNM
after a weak attempt at launching XNM on eth... the laziness prevailed so im launching it here on pump.fun.. after all, hashes are hashes! here is the solidity code generated by xengpt.ai: // SPDX-License-Identifier: MIT pragma solidity 0.8.20; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; contract Xenium is ERC20 { constructor() ERC20("Xenium", "XEN") { _mint(msg.sender, 1000000 * (10 ** uint256(decimals()))); } } LFH!!