Chain: Polygon (Chain ID: 137)
Contract: 0xE61FEb2c3278A6094571ce12177767221cA4b661
Decimals: 18
Symbol: NRT
Website: newrussiatoken.netlify.app
NewRussiaToken (NRT) is a blockchain-based platform designed to support independent Russian organizations through cryptocurrency donations.
Donors receive a non-transferable commemorative token (NRT) as proof of their support.
This asset is not tradable and serves purely as a reputational badge.
- Non-Transferable:
transferandtransferFromare disabled — NRT cannot be sold or sent to others. - Burnable: Holders can destroy (burn) their tokens voluntarily.
- Minting on Donation: Donors receive NRT equivalent to the donation amount in USD (USDT value).
- User calls
donateordonatePreset, specifying token and amount. - Funds are sent only to whitelisted recipients.
- Donation amount is converted to a USDT equivalent (based on admin-set rates).
- NRT is minted to the donor’s address.
- Token Whitelist: USDT, USDC, DAI (ERC20 on Polygon).
- Recipient Whitelist: Only verified beneficiary addresses can receive donations.
- Re-entrancy protection with
nonReentrantmodifier. - Overflow protection via Solidity 0.8.x built-in checks.
- Safe ERC20 handling compatible with tokens like USDT.
- Smart Contract: Polygonscan Verified Code
- Website: newrussiatoken.netlify.app
- Snapshot Voting: snapshot.box/#/s:newrussia.eth
- GitHub Discussions: github.com/NRT314/donate-site/discussions
MIT License