ETH Price: $2,660.11 (-0.32%)

Contract

0xB1a822cE8c799B0777Ed1F260113819247e1Bf26
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Transaction Hash
Method
Block
From
To
Approve208595192024-09-29 23:15:471 hr ago1727651747IN
0xB1a822cE...247e1Bf26
0 ETH0.000307746.65033798
Approve208591112024-09-29 21:53:592 hrs ago1727646839IN
0xB1a822cE...247e1Bf26
0 ETH0.0005185711.14569321
Transfer208570192024-09-29 14:53:359 hrs ago1727621615IN
0xB1a822cE...247e1Bf26
0 ETH0.0006537512.75422067
Approve208569452024-09-29 14:38:359 hrs ago1727620715IN
0xB1a822cE...247e1Bf26
0 ETH0.000426489.15457214
Approve208568842024-09-29 14:26:239 hrs ago1727619983IN
0xB1a822cE...247e1Bf26
0 ETH0.00023319.59157077
Approve208568772024-09-29 14:24:599 hrs ago1727619899IN
0xB1a822cE...247e1Bf26
0 ETH0.00036687.87354567
Approve208567162024-09-29 13:52:4710 hrs ago1727617967IN
0xB1a822cE...247e1Bf26
0 ETH0.0007281615.64219999
Approve208566822024-09-29 13:45:4710 hrs ago1727617547IN
0xB1a822cE...247e1Bf26
0 ETH0.0006708714.47880648
Approve208566142024-09-29 13:31:5910 hrs ago1727616719IN
0xB1a822cE...247e1Bf26
0 ETH0.0006480114
Approve208566052024-09-29 13:30:1110 hrs ago1727616611IN
0xB1a822cE...247e1Bf26
0 ETH0.0006171513.24727396
Approve208565792024-09-29 13:24:5910 hrs ago1727616299IN
0xB1a822cE...247e1Bf26
0 ETH0.0006352613.71016965
Approve208565672024-09-29 13:22:2310 hrs ago1727616143IN
0xB1a822cE...247e1Bf26
0 ETH0.0005596212.07779877
Approve208565312024-09-29 13:15:1111 hrs ago1727615711IN
0xB1a822cE...247e1Bf26
0 ETH0.0006158813.22012468
Approve208565032024-09-29 13:09:3511 hrs ago1727615375IN
0xB1a822cE...247e1Bf26
0 ETH0.0005722712.3572811
Approve208565012024-09-29 13:09:1111 hrs ago1727615351IN
0xB1a822cE...247e1Bf26
0 ETH0.0005548611.98131393
Approve208564862024-09-29 13:06:1111 hrs ago1727615171IN
0xB1a822cE...247e1Bf26
0 ETH0.000444459.59707821
Approve208564512024-09-29 12:59:1111 hrs ago1727614751IN
0xB1a822cE...247e1Bf26
0 ETH0.0005561211.94044934
Approve208564502024-09-29 12:58:5911 hrs ago1727614739IN
0xB1a822cE...247e1Bf26
0 ETH0.000423969.10040555
Approve208564472024-09-29 12:58:2311 hrs ago1727614703IN
0xB1a822cE...247e1Bf26
0 ETH0.000425469.13275597
Approve208564442024-09-29 12:57:4711 hrs ago1727614667IN
0xB1a822cE...247e1Bf26
0 ETH0.000426429.15327077
Approve208564362024-09-29 12:56:1111 hrs ago1727614571IN
0xB1a822cE...247e1Bf26
0 ETH0.000365247.84612548
Approve208564282024-09-29 12:54:3511 hrs ago1727614475IN
0xB1a822cE...247e1Bf26
0 ETH0.000346017.42721045
Approve208564252024-09-29 12:53:5911 hrs ago1727614439IN
0xB1a822cE...247e1Bf26
0 ETH0.000350947.53306981
Approve208564232024-09-29 12:53:3511 hrs ago1727614415IN
0xB1a822cE...247e1Bf26
0 ETH0.000390158.3748164
Approve208564112024-09-29 12:51:1111 hrs ago1727614271IN
0xB1a822cE...247e1Bf26
0 ETH0.000351097.58117787
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:
FTX

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, Unlicense license

Contract Source Code (Solidity)

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

// SPDX-License-Identifier: Unlicense

pragma solidity ^0.8.0;

/**

I’m going to F T X your life up.

Telegram: https://t.me/HairyPlotterFTXPortal
Website:  https://www.hairyplotterftx.com/
Twitter:  https://x.com/HairyPlotterFTX           

███████╗████████╗██╗  ██╗
██╔════╝╚══██╔══╝╚██╗██╔╝
█████╗     ██║    ╚███╔╝ 
██╔══╝     ██║    ██╔██╗ 
██║        ██║   ██╔╝ ██╗
╚═╝        ╚═╝   ╚═╝  ╚═╝

**/

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

    function _msgData() internal view virtual returns (bytes calldata) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}

// File: @openzeppelin/contracts/access/Ownable.sol

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

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor () {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), 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 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 {
        emit OwnershipTransferred(_owner, address(0));
        _owner = address(0);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }
}

interface IERC20 {
    function totalSupply() external view returns (uint256);
    function decimals() external view returns (uint8);
    function symbol() external view returns (string memory);
    function name() external view returns (string memory);
    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);
}

contract FTX is IERC20, Ownable {

    mapping (address => uint256) private _balances;

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

    uint256 private _totalSupply;
    uint256 private _maxAddressAmt;

    string private _name;
    string private _symbol;
    uint8 private _decimals;

    mapping (address => bool) private _maxAddressAmtExcluded;

    constructor() {

        _name = "HairyPlotterFTX";
        _symbol = "FTX";

        _decimals = 18;
        _totalSupply = 10000000000e18;

        _maxAddressAmt = (_totalSupply*2)/100;

        setMaxAddressAmtExcluded(_msgSender(), true);
        setMaxAddressAmtExcluded(address(0xF93e5983D5A60a09fcdb8C2c4c4174da55d5D777), true);

        _balances[_msgSender()] = _totalSupply;
        emit Transfer(address(0), _msgSender(), _totalSupply);
    }

    function setMaxAddressAmtExcluded(address a, bool excluded) public onlyOwner {
        require(a != address(0), "Address must not be zero address");
        _maxAddressAmtExcluded[a] = excluded;
    }

    function removeMaxAddressAmt() public onlyOwner{
        _maxAddressAmt = _totalSupply;
    }

    function burn(uint256 amount) external {
        _burn(_msgSender(), amount);
    }

    /**
     * @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");

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

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
            // Overflow not possible: amount <= accountBalance <= totalSupply.
            _totalSupply -= amount;
        }

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), 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);
    }

    function _beforeTokenTransfer(address sender, address recipient, uint256 amount) internal virtual {}

    function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {
        if (!_maxAddressAmtExcluded[to]) {
            require(balanceOf(to) <= _maxAddressAmt, "Cannot exceed max amount per address");
        }
    }
	
    /**
     * @dev Moves `amount` of tokens from `from` to `to`.
     *
     * 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:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(from, to, amount);

        uint256 fromBalance = _balances[from];
        require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[from] = fromBalance - amount;
            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
            // decrementing then incrementing.
            _balances[to] += amount;
        }

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

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

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

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

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

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

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

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

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

    /**
     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
     *
     * Does not update the allowance amount in case of infinite allowance.
     * Revert if not enough allowance is available.
     *
     * Might emit an {Approval} event.
     */
    function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {
        uint256 currentAllowance = allowance(owner, spender);
        if (currentAllowance != type(uint256).max) {
            require(currentAllowance >= amount, "ERC20: insufficient allowance");
            unchecked {
                _approve(owner, spender, currentAllowance - 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}.
     *
     * NOTE: Does not update the allowance if the current allowance
     * is the maximum `uint256`.
     *
     * Requirements:
     *
     * - `from` and `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, amount);
        _transfer(from, to, 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) {
        address owner = _msgSender();
        _approve(owner, spender, allowance(owner, 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) {
        address owner = _msgSender();
        uint256 currentAllowance = allowance(owner, spender);
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(owner, spender, currentAllowance - subtractedValue);
        }

        return true;
    }

}

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":"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":"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":"removeMaxAddressAmt","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"a","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"setMaxAddressAmtExcluded","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":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040523480156200001157600080fd5b50600080546001600160a01b031916339081178255604051909182917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35060408051808201909152600f81526e090c2d2e4f2a0d8dee8e8cae48ca8b608b1b6020820152600590620000889082620002f8565b5060408051808201909152600381526208ca8b60eb1b6020820152600690620000b29082620002f8565b506007805460ff191660121790556b204fce5e3e250261100000006003819055606490620000e2906002620003c4565b620000ee9190620003f0565b600455620000fe33600162000170565b6200011f73f93e5983d5a60a09fcdb8c2c4c4174da55d5d777600162000170565b60035433600081815260016020908152604080832085905551938452919290917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a362000413565b6000546001600160a01b03163314620001d05760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064015b60405180910390fd5b6001600160a01b038216620002285760405162461bcd60e51b815260206004820181905260248201527f41646472657373206d757374206e6f74206265207a65726f20616464726573736044820152606401620001c7565b6001600160a01b03919091166000908152600860205260409020805460ff1916911515919091179055565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200027e57607f821691505b6020821081036200029f57634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620002f357600081815260208120601f850160051c81016020861015620002ce5750805b601f850160051c820191505b81811015620002ef57828155600101620002da565b5050505b505050565b81516001600160401b0381111562000314576200031462000253565b6200032c8162000325845462000269565b84620002a5565b602080601f8311600181146200036457600084156200034b5750858301515b600019600386901b1c1916600185901b178555620002ef565b600085815260208120601f198616915b82811015620003955788860151825594840194600190910190840162000374565b5085821015620003b45787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b8082028115828204841417620003ea57634e487b7160e01b600052601160045260246000fd5b92915050565b6000826200040e57634e487b7160e01b600052601260045260246000fd5b500490565b610ddf80620004236000396000f3fe608060405234801561001057600080fd5b506004361061010b5760003560e01c8063715018a6116100a2578063a32e7d4611610071578063a32e7d461461020f578063a457c2d714610222578063a9059cbb14610235578063dd62ed3e14610248578063f2fde38b1461025b57600080fd5b8063715018a6146101dc5780638cb16318146101e45780638da5cb5b146101ec57806395d89b411461020757600080fd5b8063313ce567116100de578063313ce56714610176578063395093511461018b57806342966c681461019e57806370a08231146101b357600080fd5b806306fdde0314610110578063095ea7b31461012e57806318160ddd1461015157806323b872dd14610163575b600080fd5b61011861026e565b6040516101259190610b9f565b60405180910390f35b61014161013c366004610c09565b610300565b6040519015158152602001610125565b6003545b604051908152602001610125565b610141610171366004610c33565b610317565b60075460405160ff9091168152602001610125565b610141610199366004610c09565b61033b565b6101b16101ac366004610c6f565b610367565b005b6101556101c1366004610c88565b6001600160a01b031660009081526001602052604090205490565b6101b1610374565b6101b16103f1565b6000546040516001600160a01b039091168152602001610125565b610118610423565b6101b161021d366004610caa565b610432565b610141610230366004610c09565b6104dd565b610141610243366004610c09565b610558565b610155610256366004610ce6565b610565565b6101b1610269366004610c88565b610590565b60606005805461027d90610d19565b80601f01602080910402602001604051908101604052809291908181526020018280546102a990610d19565b80156102f65780601f106102cb576101008083540402835291602001916102f6565b820191906000526020600020905b8154815290600101906020018083116102d957829003601f168201915b5050505050905090565b600061030d33848461067a565b5060015b92915050565b60003361032585828561079e565b610330858585610818565b506001949350505050565b60003361035d81858561034e8383610565565b6103589190610d53565b61067a565b5060019392505050565b61037133826109c9565b50565b6000546001600160a01b031633146103a75760405162461bcd60e51b815260040161039e90610d74565b60405180910390fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b0316331461041b5760405162461bcd60e51b815260040161039e90610d74565b600354600455565b60606006805461027d90610d19565b6000546001600160a01b0316331461045c5760405162461bcd60e51b815260040161039e90610d74565b6001600160a01b0382166104b25760405162461bcd60e51b815260206004820181905260248201527f41646472657373206d757374206e6f74206265207a65726f2061646472657373604482015260640161039e565b6001600160a01b03919091166000908152600860205260409020805460ff1916911515919091179055565b600033816104eb8286610565565b90508381101561054b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161039e565b610330828686840361067a565b600061030d338484610818565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6000546001600160a01b031633146105ba5760405162461bcd60e51b815260040161039e90610d74565b6001600160a01b03811661061f5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161039e565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166106dc5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161039e565b6001600160a01b03821661073d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161039e565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006107aa8484610565565b9050600019811461081257818110156108055760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161039e565b610812848484840361067a565b50505050565b6001600160a01b03831661087c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161039e565b6001600160a01b0382166108de5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161039e565b6001600160a01b038316600090815260016020526040902054818110156109565760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161039e565b6001600160a01b0380851660008181526001602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906109b69086815260200190565b60405180910390a3610812848484610b09565b6001600160a01b038216610a295760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161039e565b6001600160a01b03821660009081526001602052604090205481811015610a9d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161039e565b6001600160a01b03831660008181526001602090815260408083208686039055600380548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610b0483600084610b09565b505050565b6001600160a01b03821660009081526008602052604090205460ff16610b04576004546001600160a01b0383166000908152600160205260409020541115610b045760405162461bcd60e51b8152602060048201526024808201527f43616e6e6f7420657863656564206d617820616d6f756e7420706572206164646044820152637265737360e01b606482015260840161039e565b600060208083528351808285015260005b81811015610bcc57858101830151858201604001528201610bb0565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610c0457600080fd5b919050565b60008060408385031215610c1c57600080fd5b610c2583610bed565b946020939093013593505050565b600080600060608486031215610c4857600080fd5b610c5184610bed565b9250610c5f60208501610bed565b9150604084013590509250925092565b600060208284031215610c8157600080fd5b5035919050565b600060208284031215610c9a57600080fd5b610ca382610bed565b9392505050565b60008060408385031215610cbd57600080fd5b610cc683610bed565b915060208301358015158114610cdb57600080fd5b809150509250929050565b60008060408385031215610cf957600080fd5b610d0283610bed565b9150610d1060208401610bed565b90509250929050565b600181811c90821680610d2d57607f821691505b602082108103610d4d57634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561031157634e487b7160e01b600052601160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122035f7fa96563763c7dd580b9489d0aaf7508d0d1cf996bf0a03ededf7bbfe00c264736f6c63430008120033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061010b5760003560e01c8063715018a6116100a2578063a32e7d4611610071578063a32e7d461461020f578063a457c2d714610222578063a9059cbb14610235578063dd62ed3e14610248578063f2fde38b1461025b57600080fd5b8063715018a6146101dc5780638cb16318146101e45780638da5cb5b146101ec57806395d89b411461020757600080fd5b8063313ce567116100de578063313ce56714610176578063395093511461018b57806342966c681461019e57806370a08231146101b357600080fd5b806306fdde0314610110578063095ea7b31461012e57806318160ddd1461015157806323b872dd14610163575b600080fd5b61011861026e565b6040516101259190610b9f565b60405180910390f35b61014161013c366004610c09565b610300565b6040519015158152602001610125565b6003545b604051908152602001610125565b610141610171366004610c33565b610317565b60075460405160ff9091168152602001610125565b610141610199366004610c09565b61033b565b6101b16101ac366004610c6f565b610367565b005b6101556101c1366004610c88565b6001600160a01b031660009081526001602052604090205490565b6101b1610374565b6101b16103f1565b6000546040516001600160a01b039091168152602001610125565b610118610423565b6101b161021d366004610caa565b610432565b610141610230366004610c09565b6104dd565b610141610243366004610c09565b610558565b610155610256366004610ce6565b610565565b6101b1610269366004610c88565b610590565b60606005805461027d90610d19565b80601f01602080910402602001604051908101604052809291908181526020018280546102a990610d19565b80156102f65780601f106102cb576101008083540402835291602001916102f6565b820191906000526020600020905b8154815290600101906020018083116102d957829003601f168201915b5050505050905090565b600061030d33848461067a565b5060015b92915050565b60003361032585828561079e565b610330858585610818565b506001949350505050565b60003361035d81858561034e8383610565565b6103589190610d53565b61067a565b5060019392505050565b61037133826109c9565b50565b6000546001600160a01b031633146103a75760405162461bcd60e51b815260040161039e90610d74565b60405180910390fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b6000546001600160a01b0316331461041b5760405162461bcd60e51b815260040161039e90610d74565b600354600455565b60606006805461027d90610d19565b6000546001600160a01b0316331461045c5760405162461bcd60e51b815260040161039e90610d74565b6001600160a01b0382166104b25760405162461bcd60e51b815260206004820181905260248201527f41646472657373206d757374206e6f74206265207a65726f2061646472657373604482015260640161039e565b6001600160a01b03919091166000908152600860205260409020805460ff1916911515919091179055565b600033816104eb8286610565565b90508381101561054b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161039e565b610330828686840361067a565b600061030d338484610818565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6000546001600160a01b031633146105ba5760405162461bcd60e51b815260040161039e90610d74565b6001600160a01b03811661061f5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161039e565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166106dc5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161039e565b6001600160a01b03821661073d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161039e565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006107aa8484610565565b9050600019811461081257818110156108055760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161039e565b610812848484840361067a565b50505050565b6001600160a01b03831661087c5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161039e565b6001600160a01b0382166108de5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161039e565b6001600160a01b038316600090815260016020526040902054818110156109565760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161039e565b6001600160a01b0380851660008181526001602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906109b69086815260200190565b60405180910390a3610812848484610b09565b6001600160a01b038216610a295760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161039e565b6001600160a01b03821660009081526001602052604090205481811015610a9d5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161039e565b6001600160a01b03831660008181526001602090815260408083208686039055600380548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610b0483600084610b09565b505050565b6001600160a01b03821660009081526008602052604090205460ff16610b04576004546001600160a01b0383166000908152600160205260409020541115610b045760405162461bcd60e51b8152602060048201526024808201527f43616e6e6f7420657863656564206d617820616d6f756e7420706572206164646044820152637265737360e01b606482015260840161039e565b600060208083528351808285015260005b81811015610bcc57858101830151858201604001528201610bb0565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610c0457600080fd5b919050565b60008060408385031215610c1c57600080fd5b610c2583610bed565b946020939093013593505050565b600080600060608486031215610c4857600080fd5b610c5184610bed565b9250610c5f60208501610bed565b9150604084013590509250925092565b600060208284031215610c8157600080fd5b5035919050565b600060208284031215610c9a57600080fd5b610ca382610bed565b9392505050565b60008060408385031215610cbd57600080fd5b610cc683610bed565b915060208301358015158114610cdb57600080fd5b809150509250929050565b60008060408385031215610cf957600080fd5b610d0283610bed565b9150610d1060208401610bed565b90509250929050565b600181811c90821680610d2d57607f821691505b602082108103610d4d57634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561031157634e487b7160e01b600052601160045260246000fd5b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260408201526060019056fea264697066735822122035f7fa96563763c7dd580b9489d0aaf7508d0d1cf996bf0a03ededf7bbfe00c264736f6c63430008120033

Deployed Bytecode Sourcemap

4645:8942:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9395:92;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10276:169;;;;;;:::i;:::-;;:::i;:::-;;;1169:14:1;;1162:22;1144:41;;1132:2;1117:18;10276:169:0;1004:187:1;9699:100:0;9779:12;;9699:100;;;1342:25:1;;;1330:2;1315:18;9699:100:0;1196:177:1;11735:261:0;;;;;;:::i;:::-;;:::i;9599:92::-;9674:9;;9599:92;;9674:9;;;;1853:36:1;;1841:2;1826:18;9599:92:0;1711:184:1;12405:238:0;;;;;;:::i;:::-;;:::i;5837:85::-;;;;;;:::i;:::-;;:::i;:::-;;9807:119;;;;;;:::i;:::-;-1:-1:-1;;;;;9900:18:0;9873:7;9900:18;;;:9;:18;;;;;;;9807:119;3235:148;;;:::i;5734:95::-;;;:::i;2584:87::-;2630:7;2657:6;2584:87;;-1:-1:-1;;;;;2657:6:0;;;2422:51:1;;2410:2;2395:18;2584:87:0;2276:203:1;9495:96:0;;;:::i;5523:203::-;;;;;;:::i;:::-;;:::i;13146:436::-;;;;;;:::i;:::-;;:::i;9934:175::-;;;;;;:::i;:::-;;:::i;10117:151::-;;;;;;:::i;:::-;;:::i;3538:244::-;;;;;;:::i;:::-;;:::i;9395:92::-;9441:13;9474:5;9467:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9395:92;:::o;10276:169::-;10359:4;10376:39;1253:10;10399:7;10408:6;10376:8;:39::i;:::-;-1:-1:-1;10433:4:0;10276:169;;;;;:::o;11735:261::-;11832:4;1253:10;11890:38;11906:4;1253:10;11921:6;11890:15;:38::i;:::-;11939:27;11949:4;11955:2;11959:6;11939:9;:27::i;:::-;-1:-1:-1;11984:4:0;;11735:261;-1:-1:-1;;;;11735:261:0:o;12405:238::-;12493:4;1253:10;12549:64;1253:10;12565:7;12602:10;12574:25;1253:10;12565:7;12574:9;:25::i;:::-;:38;;;;:::i;:::-;12549:8;:64::i;:::-;-1:-1:-1;12631:4:0;;12405:238;-1:-1:-1;;;12405:238:0:o;5837:85::-;5887:27;1253:10;5907:6;5887:5;:27::i;:::-;5837:85;:::o;3235:148::-;2630:7;2657:6;-1:-1:-1;;;;;2657:6:0;1253:10;2804:23;2796:68;;;;-1:-1:-1;;;2796:68:0;;;;;;;:::i;:::-;;;;;;;;;3342:1:::1;3326:6:::0;;3305:40:::1;::::0;-1:-1:-1;;;;;3326:6:0;;::::1;::::0;3305:40:::1;::::0;3342:1;;3305:40:::1;3373:1;3356:19:::0;;-1:-1:-1;;;;;;3356:19:0::1;::::0;;3235:148::o;5734:95::-;2630:7;2657:6;-1:-1:-1;;;;;2657:6:0;1253:10;2804:23;2796:68;;;;-1:-1:-1;;;2796:68:0;;;;;;;:::i;:::-;5809:12:::1;::::0;5792:14:::1;:29:::0;5734:95::o;9495:96::-;9543:13;9576:7;9569:14;;;;;:::i;5523:203::-;2630:7;2657:6;-1:-1:-1;;;;;2657:6:0;1253:10;2804:23;2796:68;;;;-1:-1:-1;;;2796:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;5619:15:0;::::1;5611:60;;;::::0;-1:-1:-1;;;5611:60:0;;4276:2:1;5611:60:0::1;::::0;::::1;4258:21:1::0;;;4295:18;;;4288:30;4354:34;4334:18;;;4327:62;4406:18;;5611:60:0::1;4074:356:1::0;5611:60:0::1;-1:-1:-1::0;;;;;5682:25:0;;;::::1;;::::0;;;:22:::1;:25;::::0;;;;:36;;-1:-1:-1;;5682:36:0::1;::::0;::::1;;::::0;;;::::1;::::0;;5523:203::o;13146:436::-;13239:4;1253:10;13239:4;13322:25;1253:10;13339:7;13322:9;:25::i;:::-;13295:52;;13386:15;13366:16;:35;;13358:85;;;;-1:-1:-1;;;13358:85:0;;4637:2:1;13358:85:0;;;4619:21:1;4676:2;4656:18;;;4649:30;4715:34;4695:18;;;4688:62;-1:-1:-1;;;4766:18:1;;;4759:35;4811:19;;13358:85:0;4435:401:1;13358:85:0;13479:60;13488:5;13495:7;13523:15;13504:16;:34;13479:8;:60::i;9934:175::-;10020:4;10037:42;1253:10;10061:9;10072:6;10037:9;:42::i;10117:151::-;-1:-1:-1;;;;;10233:18:0;;;10206:7;10233:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;10117:151::o;3538:244::-;2630:7;2657:6;-1:-1:-1;;;;;2657:6:0;1253:10;2804:23;2796:68;;;;-1:-1:-1;;;2796:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;3627:22:0;::::1;3619:73;;;::::0;-1:-1:-1;;;3619:73:0;;5043:2:1;3619:73:0::1;::::0;::::1;5025:21:1::0;5082:2;5062:18;;;5055:30;5121:34;5101:18;;;5094:62;-1:-1:-1;;;5172:18:1;;;5165:36;5218:19;;3619:73:0::1;4841:402:1::0;3619:73:0::1;3729:6;::::0;;3708:38:::1;::::0;-1:-1:-1;;;;;3708:38:0;;::::1;::::0;3729:6;::::1;::::0;3708:38:::1;::::0;::::1;3757:6;:17:::0;;-1:-1:-1;;;;;;3757:17:0::1;-1:-1:-1::0;;;;;3757:17:0;;;::::1;::::0;;;::::1;::::0;;3538:244::o;7368:346::-;-1:-1:-1;;;;;7470:19:0;;7462:68;;;;-1:-1:-1;;;7462:68:0;;5450:2:1;7462:68:0;;;5432:21:1;5489:2;5469:18;;;5462:30;5528:34;5508:18;;;5501:62;-1:-1:-1;;;5579:18:1;;;5572:34;5623:19;;7462:68:0;5248:400:1;7462:68:0;-1:-1:-1;;;;;7549:21:0;;7541:68;;;;-1:-1:-1;;;7541:68:0;;5855:2:1;7541:68:0;;;5837:21:1;5894:2;5874:18;;;5867:30;5933:34;5913:18;;;5906:62;-1:-1:-1;;;5984:18:1;;;5977:32;6026:19;;7541:68:0;5653:398:1;7541:68:0;-1:-1:-1;;;;;7622:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;7674:32;;1342:25:1;;;7674:32:0;;1315:18:1;7674:32:0;;;;;;;7368:346;;;:::o;10736:419::-;10837:24;10864:25;10874:5;10881:7;10864:9;:25::i;:::-;10837:52;;-1:-1:-1;;10904:16:0;:37;10900:248;;10986:6;10966:16;:26;;10958:68;;;;-1:-1:-1;;;10958:68:0;;6258:2:1;10958:68:0;;;6240:21:1;6297:2;6277:18;;;6270:30;6336:31;6316:18;;;6309:59;6385:18;;10958:68:0;6056:353:1;10958:68:0;11070:51;11079:5;11086:7;11114:6;11095:16;:25;11070:8;:51::i;:::-;10826:329;10736:419;;;:::o;8547:840::-;-1:-1:-1;;;;;8678:18:0;;8670:68;;;;-1:-1:-1;;;8670:68:0;;6616:2:1;8670:68:0;;;6598:21:1;6655:2;6635:18;;;6628:30;6694:34;6674:18;;;6667:62;-1:-1:-1;;;6745:18:1;;;6738:35;6790:19;;8670:68:0;6414:401:1;8670:68:0;-1:-1:-1;;;;;8757:16:0;;8749:64;;;;-1:-1:-1;;;8749:64:0;;7022:2:1;8749:64:0;;;7004:21:1;7061:2;7041:18;;;7034:30;7100:34;7080:18;;;7073:62;-1:-1:-1;;;7151:18:1;;;7144:33;7194:19;;8749:64:0;6820:399:1;8749:64:0;-1:-1:-1;;;;;8899:15:0;;8877:19;8899:15;;;:9;:15;;;;;;8933:21;;;;8925:72;;;;-1:-1:-1;;;8925:72:0;;7426:2:1;8925:72:0;;;7408:21:1;7465:2;7445:18;;;7438:30;7504:34;7484:18;;;7477:62;-1:-1:-1;;;7555:18:1;;;7548:36;7601:19;;8925:72:0;7224:402:1;8925:72:0;-1:-1:-1;;;;;9033:15:0;;;;;;;:9;:15;;;;;;9051:20;;;9033:38;;9251:13;;;;;;;;;;:23;;;;;;9303:26;;;;;;9065:6;1342:25:1;;1330:2;1315:18;;1196:177;9303:26:0;;;;;;;;9342:37;9362:4;9368:2;9372:6;9342:19;:37::i;6255:675::-;-1:-1:-1;;;;;6339:21:0;;6331:67;;;;-1:-1:-1;;;6331:67:0;;7833:2:1;6331:67:0;;;7815:21:1;7872:2;7852:18;;;7845:30;7911:34;7891:18;;;7884:62;-1:-1:-1;;;7962:18:1;;;7955:31;8003:19;;6331:67:0;7631:397:1;6331:67:0;-1:-1:-1;;;;;6498:18:0;;6473:22;6498:18;;;:9;:18;;;;;;6535:24;;;;6527:71;;;;-1:-1:-1;;;6527:71:0;;8235:2:1;6527:71:0;;;8217:21:1;8274:2;8254:18;;;8247:30;8313:34;8293:18;;;8286:62;-1:-1:-1;;;8364:18:1;;;8357:32;8406:19;;6527:71:0;8033:398:1;6527:71:0;-1:-1:-1;;;;;6634:18:0;;;;;;:9;:18;;;;;;;;6655:23;;;6634:44;;6773:12;:22;;;;;;;6824:37;1342:25:1;;;6634:18:0;;;6824:37;;1315:18:1;6824:37:0;;;;;;;6874:48;6894:7;6911:1;6915:6;6874:19;:48::i;:::-;6320:610;6255:675;;:::o;7830:246::-;-1:-1:-1;;;;;7934:26:0;;;;;;:22;:26;;;;;;;;7929:140;;8002:14;;-1:-1:-1;;;;;9900:18:0;;9873:7;9900:18;;;:9;:18;;;;;;7985:31;;7977:80;;;;-1:-1:-1;;;7977:80:0;;8638:2:1;7977:80:0;;;8620:21:1;8677:2;8657:18;;;8650:30;8716:34;8696:18;;;8689:62;-1:-1:-1;;;8767:18:1;;;8760:34;8811:19;;7977:80:0;8436:400:1;14:548;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;1900:180::-;1959:6;2012:2;2000:9;1991:7;1987:23;1983:32;1980:52;;;2028:1;2025;2018:12;1980:52;-1:-1:-1;2051:23:1;;1900:180;-1:-1:-1;1900:180:1:o;2085:186::-;2144:6;2197:2;2185:9;2176:7;2172:23;2168:32;2165:52;;;2213:1;2210;2203:12;2165:52;2236:29;2255:9;2236:29;:::i;:::-;2226:39;2085:186;-1:-1:-1;;;2085:186:1:o;2484:347::-;2549:6;2557;2610:2;2598:9;2589:7;2585:23;2581:32;2578:52;;;2626:1;2623;2616:12;2578:52;2649:29;2668:9;2649:29;:::i;:::-;2639:39;;2728:2;2717:9;2713:18;2700:32;2775:5;2768:13;2761:21;2754:5;2751:32;2741:60;;2797:1;2794;2787:12;2741:60;2820:5;2810:15;;;2484:347;;;;;:::o;2836:260::-;2904:6;2912;2965:2;2953:9;2944:7;2940:23;2936:32;2933:52;;;2981:1;2978;2971:12;2933:52;3004:29;3023:9;3004:29;:::i;:::-;2994:39;;3052:38;3086:2;3075:9;3071:18;3052:38;:::i;:::-;3042:48;;2836:260;;;;;:::o;3101:380::-;3180:1;3176:12;;;;3223;;;3244:61;;3298:4;3290:6;3286:17;3276:27;;3244:61;3351:2;3343:6;3340:14;3320:18;3317:38;3314:161;;3397:10;3392:3;3388:20;3385:1;3378:31;3432:4;3429:1;3422:15;3460:4;3457:1;3450:15;3314:161;;3101:380;;;:::o;3486:222::-;3551:9;;;3572:10;;;3569:133;;;3624:10;3619:3;3615:20;3612:1;3605:31;3659:4;3656:1;3649:15;3687:4;3684:1;3677:15;3713:356;3915:2;3897:21;;;3934:18;;;3927:30;3993:34;3988:2;3973:18;;3966:62;4060:2;4045:18;;3713:356::o

Swarm Source

ipfs://35f7fa96563763c7dd580b9489d0aaf7508d0d1cf996bf0a03ededf7bbfe00c2

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.