Last updated: October 2025
← Back to homepage

📄 CoinCoin Technical Documentation

CoinCoin (CCN) is a community-driven and humorous token deployed on the Binance Smart Chain (BSC).

Smart Contract

Contract address: 0xDF9C5d2CA11F18250Ee09552a73bA2C831735615

Verified on BscScan.

Source Code

The full source code of the smart contract is provided below.

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.30;

contract CoinCoin {
string public name = "CoinCoin";
string public symbol = "CCN";
uint8 public decimals = 18;
uint256 public totalSupply = 69420000 * 10 ** uint256(decimals);
}

README / Technical Notes

This section will include: