JRX Token
Supply
Key Functions
// Public faucet — 10,000 JRX per 24h per address
function drip(address to) external
// Owner-only mint for rewards and seeding
function mint(address to, uint256 amount) external onlyOwner
// Standard ERC-20
function balanceOf(address account) external view returns (uint256)
function approve(address spender, uint256 amount) external returns (bool)
function transfer(address to, uint256 amount) external returns (bool)
function transferFrom(address from, address to, uint256 amount) external returns (bool)State
Events
Last updated