ETH Price: $2,481.23 (+1.44%)

Token

BET MORE (BETMORE)
 

Overview

Max Total Supply

1,000,000 BETMORE

Holders

87

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 9 Decimals)

Balance
0.68762798 BETMORE

Value
$0.00
0x2cab2206ff7cab2b6d1d6ff2f9334a92b25d03a3
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
BETMORE

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
File 1 of 1 : betmore.sol
/*

β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β€ƒβ€ƒβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•β•šβ•β•β–ˆβ–ˆβ•”β•β•β•β€ƒβ€ƒβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–ˆβ–ˆβ–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β•β•
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•¦β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β€ƒβ€ƒβ–ˆβ–ˆβ•”β–ˆβ–ˆβ–ˆβ–ˆβ•”β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘
β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β€ƒβ€ƒβ–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ•”β•β•β–ˆβ–ˆβ•—β–ˆβ–ˆβ•”β•β•β•β–‘β–‘
β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•¦β•β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—β–‘β–‘β–‘β–ˆβ–ˆβ•‘β–‘β–‘β–‘β€ƒβ€ƒβ–ˆβ–ˆβ•‘β–‘β•šβ•β•β–‘β–ˆβ–ˆβ•‘β•šβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•”β•β–ˆβ–ˆβ•‘β–‘β–‘β–ˆβ–ˆβ•‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ•—
β•šβ•β•β•β•β•β•β–‘β•šβ•β•β•β•β•β•β•β–‘β–‘β–‘β•šβ•β•β–‘β–‘β–‘β€ƒβ€ƒβ•šβ•β•β–‘β–‘β–‘β–‘β–‘β•šβ•β•β–‘β•šβ•β•β•β•β•β–‘β•šβ•β•β–‘β–‘β•šβ•β•β•šβ•β•β•β•β•β•β•

https://twitter.com/betmoreerc
https://t.me/betmoreerc
https://betmoreerc.web.app/

*/
// SPDX-License-Identifier: MIT

pragma solidity 0.8.20;

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

interface IERC20 {
    function totalSupply() external view returns (uint256);
    function balanceOf(address account) external view returns (uint256);
    function transfer(address recipient, uint256 amount) external returns (bool);
    function allowance(address owner, address spender) external view returns (uint256);
    function approve(address spender, uint256 amount) external returns (bool);
    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
    event Transfer(address indexed from, address indexed to, uint256 value);
    event Approval(address indexed owner, address indexed spender, uint256 value);
}

library SafeMath {
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");
        return c;
    }

    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;
        return c;
    }

    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        if (a == 0) {
            return 0;
        }
        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");
        return c;
    }

    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }

    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        return c;
    }

}

contract Ownable is Context {
    address private _owner;
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    constructor () {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

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

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

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

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

interface IUniswapV2Router02 {
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
    function factory() external pure returns (address);
    function WETH() external pure returns (address);
    function addLiquidityETH(
        address token,
        uint amountTokenDesired,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadlinesupply
    ) external payable returns (uint amountToken, uint amountETH, uint liquidity);
}

contract BETMORE is Context, IERC20, Ownable {
    using SafeMath for uint256;
    mapping (address => uint256) private _balances;
    mapping (address => mapping (address => uint256)) private _allowances;
    mapping (address => bool) private _isExcludedFromFee;
    mapping(address => uint256) private _holderLastTransferTimestamp;
    bool public transferDelayEnabled = true;
    address payable private _devWallet;
    address payable private _mwWallet = payable(0x5457F16D1BF725EEb9ed3F2EF4654DEb9d8cb774);
    address payable private _prWallet = payable(0x5457F16D1BF725EEb9ed3F2EF4654DEb9d8cb774);

    uint256 private _buyTax = 20;
    uint256 private _sellTax = 20;
    uint8 private constant _decimals = 9;
    uint256 private constant _tTotal = 1000000 * 10**_decimals;
    string private constant _name = unicode"BET MORE";
    string private constant _symbol = unicode"BETMORE";
    uint256 public _maxTxAmount = 25000 * 10**_decimals;
    uint256 public _maxWalletSize = 25000 * 10**_decimals;
    uint256 public _taxSwapThreshold = 10000 * 10**_decimals;
    uint256 public _maxTaxSwap = 10000 * 10**_decimals;

    IUniswapV2Router02 private uniswapV2Router;
    address private uniswapV2Pair;
    bool private tradingOpen;
    bool private inSwap = false;
    bool private swapEnabled = false;
    bool private transfersEnabled = true;

    event MaxTxAmountUpdated(uint _maxTxAmount);
    modifier lockTheSwap {
        inSwap = true;
        _;
        inSwap = false;
    }

    constructor () {
        _devWallet = payable(_msgSender());
        _balances[_msgSender()] = _tTotal;
        _isExcludedFromFee[owner()] = true;
        _isExcludedFromFee[address(this)] = true;
        _isExcludedFromFee[_devWallet] = true;
        _isExcludedFromFee[_mwWallet] = true;
        _isExcludedFromFee[_prWallet] = true;

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

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

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

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

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

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

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

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

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

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

    function _approve(address owner, address spender, uint256 amount) private {
        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 _transfer(address from, address to, uint256 amount) private {
        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 taxAmount=0;
        if (from != owner() && to != owner() && from != _prWallet && to != _prWallet && from != _devWallet && to != _devWallet) {
            require(transfersEnabled, "Transfers are disabled");
            taxAmount = amount.mul(_buyTax).div(100);

            if (from == uniswapV2Pair && to != address(uniswapV2Router) && ! _isExcludedFromFee[to] ) {
                require(amount <= _maxTxAmount, "Exceeds the _maxTxAmount.");
                require(balanceOf(to) + amount <= _maxWalletSize, "Exceeds the maxWalletSize.");
            }

            if(to == uniswapV2Pair && from!= address(this) ){
                taxAmount = amount.mul(_sellTax).div(100);
            }

            uint256 contractTokenBalance = balanceOf(address(this));
            if (!inSwap && to   == uniswapV2Pair && swapEnabled && contractTokenBalance>_taxSwapThreshold) {
                swapTokensForEth(min(amount,min(contractTokenBalance,_maxTaxSwap)));
                uint256 contractETHBalance = address(this).balance;
                if(contractETHBalance > 0) {
                    sendETHToFee(address(this).balance);
                }
            }
        }

        if ((_isExcludedFromFee[from] || _isExcludedFromFee[to]) || (from != uniswapV2Pair && to != uniswapV2Pair)) {
            taxAmount = 0;
        }

        if(taxAmount > 0){
          _balances[address(this)]=_balances[address(this)].add(taxAmount);
          emit Transfer(from, address(this),taxAmount);
        }

        _balances[from]=_balances[from].sub(amount);
        _balances[to]=_balances[to].add(amount.sub(taxAmount));
        emit Transfer(from, to, amount.sub(taxAmount));
    }


    function min(uint256 a, uint256 b) private pure returns (uint256){
      return (a>b)?b:a;
    }

    function swapTokensForEth(uint256 tokenAmount) private lockTheSwap {
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();
        _approve(address(this), address(uniswapV2Router), tokenAmount);
        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0,
            path,
            address(this),
            block.timestamp
        );
    }

    function removeMaxLimits() external onlyOwner{
        _maxTxAmount = _tTotal;
        _maxWalletSize=_tTotal;
        transferDelayEnabled=false;
        emit MaxTxAmountUpdated(_tTotal);
    }

    function sendETHToFee(uint256 amount) private {
        _mwWallet.transfer(amount);
    }

    function setNewFee(uint256 taxFeeOnBuy, uint256 taxFeeOnSell) public onlyOwner {
        _buyTax = taxFeeOnBuy;
        _sellTax = taxFeeOnSell;
    }

    function AddLP() external onlyOwner() {
        require(!tradingOpen,"trading is already open");
        uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
        _approve(address(this), address(uniswapV2Router), _tTotal);
        uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this), uniswapV2Router.WETH());
        uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp);
        IERC20(uniswapV2Pair).approve(address(uniswapV2Router), type(uint).max);
        swapEnabled = true;
        tradingOpen = true;
        transfersEnabled = false;
    }

    function enableTrading() external onlyOwner() {
        transfersEnabled = true;
    }

    receive() external payable {}

    function recoverETHs() external {
        require(_msgSender()==_devWallet);
        uint256 ethBalance=address(this).balance;
        if(ethBalance>0){
          sendETHToFee(ethBalance);
        }
    }

    function manualSwap() external {
        require(_msgSender()==_devWallet);
        uint256 tokenBalance=balanceOf(address(this));
        if(tokenBalance>0){
          swapTokensForEth(tokenBalance);
        }
        uint256 ethBalance=address(this).balance;
        if(ethBalance>0){
          sendETHToFee(address(this).balance);
        }
    }
}

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

Contract Security Audit

Contract ABI

[{"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":false,"internalType":"uint256","name":"_maxTxAmount","type":"uint256"}],"name":"MaxTxAmountUpdated","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":"AddLP","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_maxTaxSwap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxTxAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxWalletSize","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_taxSwapThreshold","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"pure","type":"function"},{"inputs":[],"name":"enableTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"manualSwap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"recoverETHs","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"removeMaxLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"taxFeeOnBuy","type":"uint256"},{"internalType":"uint256","name":"taxFeeOnSell","type":"uint256"}],"name":"setNewFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","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":[],"name":"transferDelayEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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"},{"stateMutability":"payable","type":"receive"}]

60806040526005805460ff19166001179055600680546001600160a01b0319908116735457f16d1bf725eeb9ed3f2ef4654deb9d8cb7749081179092556007805490911690911790556014600881905560099081556200006190600a62000385565b6200006f906161a86200039c565b600a556009600a62000082919062000385565b62000090906161a86200039c565b600b55620000a16009600a62000385565b620000af906127106200039c565b600c55620000c06009600a62000385565b620000ce906127106200039c565b600d55600f805462ffffff60a81b1916600160b81b179055348015620000f2575f80fd5b505f80546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35060058054610100600160a81b0319166101003302179055620001586009600a62000385565b6200016790620f42406200039c565b335f908152600160208190526040822092909255600390620001905f546001600160a01b031690565b6001600160a01b03908116825260208083019390935260409182015f908120805495151560ff1996871617905530815260039093528183208054851660019081179091556005546101009004821684528284208054861682179055600654821684528284208054861682179055600754909116835291208054909216179055620002173390565b6001600160a01b03165f7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef620002506009600a62000385565b6200025f90620f42406200039c565b60405190815260200160405180910390a3620003b6565b634e487b7160e01b5f52601160045260245ffd5b600181815b80851115620002ca57815f1904821115620002ae57620002ae62000276565b80851615620002bc57918102915b93841c93908002906200028f565b509250929050565b5f82620002e2575060016200037f565b81620002f057505f6200037f565b8160018114620003095760028114620003145762000334565b60019150506200037f565b60ff84111562000328576200032862000276565b50506001821b6200037f565b5060208310610133831016604e8410600b841016171562000359575081810a6200037f565b6200036583836200028a565b805f19048211156200037b576200037b62000276565b0290505b92915050565b5f6200039560ff841683620002d2565b9392505050565b80820281158282048414176200037f576200037f62000276565b61192380620003c45f395ff3fe608060405260043610610134575f3560e01c80637d1db4a5116100a8578063a9059cbb1161006d578063a9059cbb14610345578063bbcb2dcc14610364578063bf474bed14610378578063c876d0b91461038d578063dd62ed3e146103a6578063f6a78e17146103ea575f80fd5b80637d1db4a5146102b25780638a8c523c146102c75780638da5cb5b146102db5780638f9a55c01461030157806395d89b4114610316575f80fd5b8063313ce567116100f9578063313ce5671461020657806340aa6b9214610221578063499b3ea91461024257806351bc3c851461025657806370a082311461026a578063715018a61461029e575f80fd5b806306fdde031461013f578063095ea7b3146101815780630faee56f146101b057806318160ddd146101d357806323b872dd146101e7575f80fd5b3661013b57005b5f80fd5b34801561014a575f80fd5b50604080518082019091526008815267424554204d4f524560c01b60208201525b6040516101789190611511565b60405180910390f35b34801561018c575f80fd5b506101a061019b366004611570565b6103fe565b6040519015158152602001610178565b3480156101bb575f80fd5b506101c5600d5481565b604051908152602001610178565b3480156101de575f80fd5b506101c5610414565b3480156101f2575f80fd5b506101a061020136600461159a565b610433565b348015610211575f80fd5b5060405160098152602001610178565b34801561022c575f80fd5b5061024061023b3660046115d8565b61049a565b005b34801561024d575f80fd5b506102406104d7565b348015610261575f80fd5b50610240610880565b348015610275575f80fd5b506101c56102843660046115f8565b6001600160a01b03165f9081526001602052604090205490565b3480156102a9575f80fd5b506102406108d6565b3480156102bd575f80fd5b506101c5600a5481565b3480156102d2575f80fd5b50610240610947565b3480156102e6575f80fd5b505f546040516001600160a01b039091168152602001610178565b34801561030c575f80fd5b506101c5600b5481565b348015610321575f80fd5b506040805180820190915260078152664245544d4f524560c81b602082015261016b565b348015610350575f80fd5b506101a061035f366004611570565b610985565b34801561036f575f80fd5b50610240610991565b348015610383575f80fd5b506101c5600c5481565b348015610398575f80fd5b506005546101a09060ff1681565b3480156103b1575f80fd5b506101c56103c0366004611613565b6001600160a01b039182165f90815260026020908152604080832093909416825291909152205490565b3480156103f5575f80fd5b506102406109c8565b5f61040a338484610a82565b5060015b92915050565b5f6104216009600a61173e565b61042e90620f424061174c565b905090565b5f61043f848484610ba5565b610490843361048b856040518060600160405280602881526020016118c6602891396001600160a01b038a165f908152600260209081526040808320338452909152902054919061118d565b610a82565b5060019392505050565b5f546001600160a01b031633146104cc5760405162461bcd60e51b81526004016104c390611763565b60405180910390fd5b600891909155600955565b5f546001600160a01b031633146105005760405162461bcd60e51b81526004016104c390611763565b600f54600160a01b900460ff161561055a5760405162461bcd60e51b815260206004820152601760248201527f74726164696e6720697320616c7265616479206f70656e00000000000000000060448201526064016104c3565b600e80546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d9081179091556105a29030906105956009600a61173e565b61048b90620f424061174c565b600e5f9054906101000a90046001600160a01b03166001600160a01b031663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106169190611798565b6001600160a01b031663c9c6539630600e5f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610675573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106999190611798565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156106e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107079190611798565b600f80546001600160a01b039283166001600160a01b0319909116179055600e541663f305d719473061074e816001600160a01b03165f9081526001602052604090205490565b5f806107615f546001600160a01b031690565b60405160e088901b6001600160e01b03191681526001600160a01b03958616600482015260248101949094526044840192909252606483015290911660848201524260a482015260c40160606040518083038185885af11580156107c7573d5f803e3d5ffd5b50505050506040513d601f19601f820116820180604052508101906107ec91906117b3565b5050600f54600e5460405163095ea7b360e01b81526001600160a01b0391821660048201525f1960248201529116915063095ea7b3906044016020604051808303815f875af1158015610841573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086591906117de565b50600f805463ffff00ff60a01b19166201000160a01b179055565b60055461010090046001600160a01b0316336001600160a01b0316146108a4575f80fd5b305f9081526001602052604090205480156108c2576108c2816111c5565b4780156108d2576108d247611335565b5050565b5f546001600160a01b031633146108ff5760405162461bcd60e51b81526004016104c390611763565b5f80546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a35f80546001600160a01b0319169055565b5f546001600160a01b031633146109705760405162461bcd60e51b81526004016104c390611763565b600f805460ff60b81b1916600160b81b179055565b5f61040a338484610ba5565b60055461010090046001600160a01b0316336001600160a01b0316146109b5575f80fd5b4780156109c5576109c581611335565b50565b5f546001600160a01b031633146109f15760405162461bcd60e51b81526004016104c390611763565b6109fd6009600a61173e565b610a0a90620f424061174c565b600a908155610a1b9060099061173e565b610a2890620f424061174c565b600b556005805460ff191690557f947f344d56e1e8c70dc492fb94c4ddddd490c016aab685f5e7e47b2e85cb44cf610a626009600a61173e565b610a6f90620f424061174c565b60405190815260200160405180910390a1565b6001600160a01b038316610ae45760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c3565b6001600160a01b038216610b455760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c3565b6001600160a01b038381165f8181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b038316610c095760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c3565b6001600160a01b038216610c6b5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c3565b5f8111610ccc5760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b60648201526084016104c3565b5f80546001600160a01b03858116911614801590610cf757505f546001600160a01b03848116911614155b8015610d1157506007546001600160a01b03858116911614155b8015610d2b57506007546001600160a01b03848116911614155b8015610d4a57506005546001600160a01b038581166101009092041614155b8015610d6957506005546001600160a01b038481166101009092041614155b15610fd957600f54600160b81b900460ff16610dc05760405162461bcd60e51b8152602060048201526016602482015275151c985b9cd9995c9cc8185c9948191a5cd8589b195960521b60448201526064016104c3565b610de06064610dda6008548561136c90919063ffffffff16565b906113f1565b600f549091506001600160a01b038581169116148015610e0e5750600e546001600160a01b03848116911614155b8015610e3257506001600160a01b0383165f9081526003602052604090205460ff16155b15610f0357600a54821115610e895760405162461bcd60e51b815260206004820152601960248201527f4578636565647320746865205f6d61785478416d6f756e742e0000000000000060448201526064016104c3565b600b5482610eab856001600160a01b03165f9081526001602052604090205490565b610eb591906117fd565b1115610f035760405162461bcd60e51b815260206004820152601a60248201527f4578636565647320746865206d617857616c6c657453697a652e00000000000060448201526064016104c3565b600f546001600160a01b038481169116148015610f2957506001600160a01b0384163014155b15610f4b57610f486064610dda6009548561136c90919063ffffffff16565b90505b305f90815260016020526040902054600f54600160a81b900460ff16158015610f815750600f546001600160a01b038581169116145b8015610f965750600f54600160b01b900460ff165b8015610fa35750600c5481115b15610fd757610fc5610fc084610fbb84600d54611432565b611432565b6111c5565b478015610fd557610fd547611335565b505b505b6001600160a01b0384165f9081526003602052604090205460ff168061101657506001600160a01b0383165f9081526003602052604090205460ff165b806110485750600f546001600160a01b038581169116148015906110485750600f546001600160a01b03848116911614155b1561105057505f5b80156110c857305f9081526001602052604090205461106f9082611446565b305f81815260016020526040908190209290925590516001600160a01b038616907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906110bf9085815260200190565b60405180910390a35b6001600160a01b0384165f908152600160205260409020546110ea90836114a4565b6001600160a01b0385165f9081526001602052604090205561112d61110f83836114a4565b6001600160a01b0385165f9081526001602052604090205490611446565b6001600160a01b038085165f8181526001602052604090209290925585167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef61117685856114a4565b60405190815260200160405180910390a350505050565b5f81848411156111b05760405162461bcd60e51b81526004016104c39190611511565b505f6111bc8486611810565b95945050505050565b600f805460ff60a81b1916600160a81b1790556040805160028082526060820183525f9260208301908036833701905050905030815f8151811061120b5761120b611823565b6001600160a01b03928316602091820292909201810191909152600e54604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa158015611262573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112869190611798565b8160018151811061129957611299611823565b6001600160a01b039283166020918202929092010152600e546112bf9130911684610a82565b600e5460405163791ac94760e01b81526001600160a01b039091169063791ac947906112f79085905f90869030904290600401611837565b5f604051808303815f87803b15801561130e575f80fd5b505af1158015611320573d5f803e3d5ffd5b5050600f805460ff60a81b1916905550505050565b6006546040516001600160a01b039091169082156108fc029083905f818181858888f193505050501580156108d2573d5f803e3d5ffd5b5f825f0361137b57505f61040e565b5f611386838561174c565b90508261139385836118a6565b146113ea5760405162461bcd60e51b815260206004820152602160248201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6044820152607760f81b60648201526084016104c3565b9392505050565b5f6113ea83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506114e5565b5f81831161144057826113ea565b50919050565b5f8061145283856117fd565b9050838110156113ea5760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f77000000000060448201526064016104c3565b5f6113ea83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061118d565b5f81836115055760405162461bcd60e51b81526004016104c39190611511565b505f6111bc84866118a6565b5f6020808352835180828501525f5b8181101561153c57858101830151858201604001528201611520565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b03811681146109c5575f80fd5b5f8060408385031215611581575f80fd5b823561158c8161155c565b946020939093013593505050565b5f805f606084860312156115ac575f80fd5b83356115b78161155c565b925060208401356115c78161155c565b929592945050506040919091013590565b5f80604083850312156115e9575f80fd5b50508035926020909101359150565b5f60208284031215611608575f80fd5b81356113ea8161155c565b5f8060408385031215611624575f80fd5b823561162f8161155c565b9150602083013561163f8161155c565b809150509250929050565b634e487b7160e01b5f52601160045260245ffd5b600181815b8085111561169857815f190482111561167e5761167e61164a565b8085161561168b57918102915b93841c9390800290611663565b509250929050565b5f826116ae5750600161040e565b816116ba57505f61040e565b81600181146116d057600281146116da576116f6565b600191505061040e565b60ff8411156116eb576116eb61164a565b50506001821b61040e565b5060208310610133831016604e8410600b8410161715611719575081810a61040e565b611723838361165e565b805f19048211156117365761173661164a565b029392505050565b5f6113ea60ff8416836116a0565b808202811582820484141761040e5761040e61164a565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b5f602082840312156117a8575f80fd5b81516113ea8161155c565b5f805f606084860312156117c5575f80fd5b8351925060208401519150604084015190509250925092565b5f602082840312156117ee575f80fd5b815180151581146113ea575f80fd5b8082018082111561040e5761040e61164a565b8181038181111561040e5761040e61164a565b634e487b7160e01b5f52603260045260245ffd5b5f60a082018783526020878185015260a0604085015281875180845260c08601915082890193505f5b818110156118855784516001600160a01b031683529383019391830191600101611860565b50506001600160a01b03969096166060850152505050608001529392505050565b5f826118c057634e487b7160e01b5f52601260045260245ffd5b50049056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a26469706673582212205971bd35477124067d3392e2edc31ff584b1645ad31f8b5c91996086db25712164736f6c63430008140033

Deployed Bytecode

0x608060405260043610610134575f3560e01c80637d1db4a5116100a8578063a9059cbb1161006d578063a9059cbb14610345578063bbcb2dcc14610364578063bf474bed14610378578063c876d0b91461038d578063dd62ed3e146103a6578063f6a78e17146103ea575f80fd5b80637d1db4a5146102b25780638a8c523c146102c75780638da5cb5b146102db5780638f9a55c01461030157806395d89b4114610316575f80fd5b8063313ce567116100f9578063313ce5671461020657806340aa6b9214610221578063499b3ea91461024257806351bc3c851461025657806370a082311461026a578063715018a61461029e575f80fd5b806306fdde031461013f578063095ea7b3146101815780630faee56f146101b057806318160ddd146101d357806323b872dd146101e7575f80fd5b3661013b57005b5f80fd5b34801561014a575f80fd5b50604080518082019091526008815267424554204d4f524560c01b60208201525b6040516101789190611511565b60405180910390f35b34801561018c575f80fd5b506101a061019b366004611570565b6103fe565b6040519015158152602001610178565b3480156101bb575f80fd5b506101c5600d5481565b604051908152602001610178565b3480156101de575f80fd5b506101c5610414565b3480156101f2575f80fd5b506101a061020136600461159a565b610433565b348015610211575f80fd5b5060405160098152602001610178565b34801561022c575f80fd5b5061024061023b3660046115d8565b61049a565b005b34801561024d575f80fd5b506102406104d7565b348015610261575f80fd5b50610240610880565b348015610275575f80fd5b506101c56102843660046115f8565b6001600160a01b03165f9081526001602052604090205490565b3480156102a9575f80fd5b506102406108d6565b3480156102bd575f80fd5b506101c5600a5481565b3480156102d2575f80fd5b50610240610947565b3480156102e6575f80fd5b505f546040516001600160a01b039091168152602001610178565b34801561030c575f80fd5b506101c5600b5481565b348015610321575f80fd5b506040805180820190915260078152664245544d4f524560c81b602082015261016b565b348015610350575f80fd5b506101a061035f366004611570565b610985565b34801561036f575f80fd5b50610240610991565b348015610383575f80fd5b506101c5600c5481565b348015610398575f80fd5b506005546101a09060ff1681565b3480156103b1575f80fd5b506101c56103c0366004611613565b6001600160a01b039182165f90815260026020908152604080832093909416825291909152205490565b3480156103f5575f80fd5b506102406109c8565b5f61040a338484610a82565b5060015b92915050565b5f6104216009600a61173e565b61042e90620f424061174c565b905090565b5f61043f848484610ba5565b610490843361048b856040518060600160405280602881526020016118c6602891396001600160a01b038a165f908152600260209081526040808320338452909152902054919061118d565b610a82565b5060019392505050565b5f546001600160a01b031633146104cc5760405162461bcd60e51b81526004016104c390611763565b60405180910390fd5b600891909155600955565b5f546001600160a01b031633146105005760405162461bcd60e51b81526004016104c390611763565b600f54600160a01b900460ff161561055a5760405162461bcd60e51b815260206004820152601760248201527f74726164696e6720697320616c7265616479206f70656e00000000000000000060448201526064016104c3565b600e80546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d9081179091556105a29030906105956009600a61173e565b61048b90620f424061174c565b600e5f9054906101000a90046001600160a01b03166001600160a01b031663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156105f2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106169190611798565b6001600160a01b031663c9c6539630600e5f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610675573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106999190611798565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156106e3573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107079190611798565b600f80546001600160a01b039283166001600160a01b0319909116179055600e541663f305d719473061074e816001600160a01b03165f9081526001602052604090205490565b5f806107615f546001600160a01b031690565b60405160e088901b6001600160e01b03191681526001600160a01b03958616600482015260248101949094526044840192909252606483015290911660848201524260a482015260c40160606040518083038185885af11580156107c7573d5f803e3d5ffd5b50505050506040513d601f19601f820116820180604052508101906107ec91906117b3565b5050600f54600e5460405163095ea7b360e01b81526001600160a01b0391821660048201525f1960248201529116915063095ea7b3906044016020604051808303815f875af1158015610841573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061086591906117de565b50600f805463ffff00ff60a01b19166201000160a01b179055565b60055461010090046001600160a01b0316336001600160a01b0316146108a4575f80fd5b305f9081526001602052604090205480156108c2576108c2816111c5565b4780156108d2576108d247611335565b5050565b5f546001600160a01b031633146108ff5760405162461bcd60e51b81526004016104c390611763565b5f80546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a35f80546001600160a01b0319169055565b5f546001600160a01b031633146109705760405162461bcd60e51b81526004016104c390611763565b600f805460ff60b81b1916600160b81b179055565b5f61040a338484610ba5565b60055461010090046001600160a01b0316336001600160a01b0316146109b5575f80fd5b4780156109c5576109c581611335565b50565b5f546001600160a01b031633146109f15760405162461bcd60e51b81526004016104c390611763565b6109fd6009600a61173e565b610a0a90620f424061174c565b600a908155610a1b9060099061173e565b610a2890620f424061174c565b600b556005805460ff191690557f947f344d56e1e8c70dc492fb94c4ddddd490c016aab685f5e7e47b2e85cb44cf610a626009600a61173e565b610a6f90620f424061174c565b60405190815260200160405180910390a1565b6001600160a01b038316610ae45760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016104c3565b6001600160a01b038216610b455760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016104c3565b6001600160a01b038381165f8181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b038316610c095760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016104c3565b6001600160a01b038216610c6b5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016104c3565b5f8111610ccc5760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b60648201526084016104c3565b5f80546001600160a01b03858116911614801590610cf757505f546001600160a01b03848116911614155b8015610d1157506007546001600160a01b03858116911614155b8015610d2b57506007546001600160a01b03848116911614155b8015610d4a57506005546001600160a01b038581166101009092041614155b8015610d6957506005546001600160a01b038481166101009092041614155b15610fd957600f54600160b81b900460ff16610dc05760405162461bcd60e51b8152602060048201526016602482015275151c985b9cd9995c9cc8185c9948191a5cd8589b195960521b60448201526064016104c3565b610de06064610dda6008548561136c90919063ffffffff16565b906113f1565b600f549091506001600160a01b038581169116148015610e0e5750600e546001600160a01b03848116911614155b8015610e3257506001600160a01b0383165f9081526003602052604090205460ff16155b15610f0357600a54821115610e895760405162461bcd60e51b815260206004820152601960248201527f4578636565647320746865205f6d61785478416d6f756e742e0000000000000060448201526064016104c3565b600b5482610eab856001600160a01b03165f9081526001602052604090205490565b610eb591906117fd565b1115610f035760405162461bcd60e51b815260206004820152601a60248201527f4578636565647320746865206d617857616c6c657453697a652e00000000000060448201526064016104c3565b600f546001600160a01b038481169116148015610f2957506001600160a01b0384163014155b15610f4b57610f486064610dda6009548561136c90919063ffffffff16565b90505b305f90815260016020526040902054600f54600160a81b900460ff16158015610f815750600f546001600160a01b038581169116145b8015610f965750600f54600160b01b900460ff165b8015610fa35750600c5481115b15610fd757610fc5610fc084610fbb84600d54611432565b611432565b6111c5565b478015610fd557610fd547611335565b505b505b6001600160a01b0384165f9081526003602052604090205460ff168061101657506001600160a01b0383165f9081526003602052604090205460ff165b806110485750600f546001600160a01b038581169116148015906110485750600f546001600160a01b03848116911614155b1561105057505f5b80156110c857305f9081526001602052604090205461106f9082611446565b305f81815260016020526040908190209290925590516001600160a01b038616907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906110bf9085815260200190565b60405180910390a35b6001600160a01b0384165f908152600160205260409020546110ea90836114a4565b6001600160a01b0385165f9081526001602052604090205561112d61110f83836114a4565b6001600160a01b0385165f9081526001602052604090205490611446565b6001600160a01b038085165f8181526001602052604090209290925585167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef61117685856114a4565b60405190815260200160405180910390a350505050565b5f81848411156111b05760405162461bcd60e51b81526004016104c39190611511565b505f6111bc8486611810565b95945050505050565b600f805460ff60a81b1916600160a81b1790556040805160028082526060820183525f9260208301908036833701905050905030815f8151811061120b5761120b611823565b6001600160a01b03928316602091820292909201810191909152600e54604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa158015611262573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906112869190611798565b8160018151811061129957611299611823565b6001600160a01b039283166020918202929092010152600e546112bf9130911684610a82565b600e5460405163791ac94760e01b81526001600160a01b039091169063791ac947906112f79085905f90869030904290600401611837565b5f604051808303815f87803b15801561130e575f80fd5b505af1158015611320573d5f803e3d5ffd5b5050600f805460ff60a81b1916905550505050565b6006546040516001600160a01b039091169082156108fc029083905f818181858888f193505050501580156108d2573d5f803e3d5ffd5b5f825f0361137b57505f61040e565b5f611386838561174c565b90508261139385836118a6565b146113ea5760405162461bcd60e51b815260206004820152602160248201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6044820152607760f81b60648201526084016104c3565b9392505050565b5f6113ea83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506114e5565b5f81831161144057826113ea565b50919050565b5f8061145283856117fd565b9050838110156113ea5760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f77000000000060448201526064016104c3565b5f6113ea83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f77000081525061118d565b5f81836115055760405162461bcd60e51b81526004016104c39190611511565b505f6111bc84866118a6565b5f6020808352835180828501525f5b8181101561153c57858101830151858201604001528201611520565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b03811681146109c5575f80fd5b5f8060408385031215611581575f80fd5b823561158c8161155c565b946020939093013593505050565b5f805f606084860312156115ac575f80fd5b83356115b78161155c565b925060208401356115c78161155c565b929592945050506040919091013590565b5f80604083850312156115e9575f80fd5b50508035926020909101359150565b5f60208284031215611608575f80fd5b81356113ea8161155c565b5f8060408385031215611624575f80fd5b823561162f8161155c565b9150602083013561163f8161155c565b809150509250929050565b634e487b7160e01b5f52601160045260245ffd5b600181815b8085111561169857815f190482111561167e5761167e61164a565b8085161561168b57918102915b93841c9390800290611663565b509250929050565b5f826116ae5750600161040e565b816116ba57505f61040e565b81600181146116d057600281146116da576116f6565b600191505061040e565b60ff8411156116eb576116eb61164a565b50506001821b61040e565b5060208310610133831016604e8410600b8410161715611719575081810a61040e565b611723838361165e565b805f19048211156117365761173661164a565b029392505050565b5f6113ea60ff8416836116a0565b808202811582820484141761040e5761040e61164a565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b5f602082840312156117a8575f80fd5b81516113ea8161155c565b5f805f606084860312156117c5575f80fd5b8351925060208401519150604084015190509250925092565b5f602082840312156117ee575f80fd5b815180151581146113ea575f80fd5b8082018082111561040e5761040e61164a565b8181038181111561040e5761040e61164a565b634e487b7160e01b5f52603260045260245ffd5b5f60a082018783526020878185015260a0604085015281875180845260c08601915082890193505f5b818110156118855784516001600160a01b031683529383019391830191600101611860565b50506001600160a01b03969096166060850152505050608001529392505050565b5f826118c057634e487b7160e01b5f52601260045260245ffd5b50049056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a26469706673582212205971bd35477124067d3392e2edc31ff584b1645ad31f8b5c91996086db25712164736f6c63430008140033

Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

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