CoinCoin (CCN) is a community-driven and humorous token deployed on the Binance Smart Chain (BSC).
Contract address: 0xDF9C5d2CA11F18250Ee09552a73bA2C831735615
Verified on BscScan.
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); }
This section will include: