POL Price: $0.480498 (+5.64%)
Gas: 30 GWei
 

Overview

POL Balance

Polygon PoS Chain LogoPolygon PoS Chain LogoPolygon PoS Chain Logo0 POL

POL Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve631710702024-10-18 1:29:1989 days ago1729214959IN
0x099471B7...22cA9cfF7
0 POL0.0014161530.0031949
Approve626774562024-10-05 21:06:03101 days ago1728162363IN
0x099471B7...22cA9cfF7
0 POL0.0008954430.00000002
Approve626621132024-10-05 12:01:50102 days ago1728129710IN
0x099471B7...22cA9cfF7
0 POL0.0014084430.00000003
Approve625922512024-10-03 18:36:47104 days ago1727980607IN
0x099471B7...22cA9cfF7
0 POL0.0014084430.00000002
Approve619035492024-09-16 17:48:15121 days ago1726508895IN
0x099471B7...22cA9cfF7
0 POL0.0014066430.00000032
Approve612487362024-08-31 5:25:07137 days ago1725081907IN
0x099471B7...22cA9cfF7
0 POL0.0014080830.00000003
Approve596733722024-07-22 14:12:17177 days ago1721657537IN
0x099471B7...22cA9cfF7
0 POL0.0014101130.03561444
Approve596720582024-07-22 13:25:45177 days ago1721654745IN
0x099471B7...22cA9cfF7
0 POL0.0014416530.58251315
Approve596713772024-07-22 13:01:39177 days ago1721653299IN
0x099471B7...22cA9cfF7
0 POL0.0014066430.00000024
Approve596707372024-07-22 12:38:59177 days ago1721651939IN
0x099471B7...22cA9cfF7
0 POL0.0014066430.00000004
Approve594014922024-07-15 19:48:33183 days ago1721072913IN
0x099471B7...22cA9cfF7
0 POL0.0008929230.00000003
Approve594011942024-07-15 19:37:59183 days ago1721072279IN
0x099471B7...22cA9cfF7
0 POL0.0014059230.00000005
Approve593947832024-07-15 15:45:48184 days ago1721058348IN
0x099471B7...22cA9cfF7
0 POL0.0018636839.77820722
Approve593213312024-07-13 19:37:58185 days ago1720899478IN
0x099471B7...22cA9cfF7
0 POL0.0014066430.00000002
Approve592827112024-07-12 20:10:48186 days ago1720815048IN
0x099471B7...22cA9cfF7
0 POL0.001486831.50000002
Transfer592188692024-07-11 6:07:41188 days ago1720678061IN
0x099471B7...22cA9cfF7
0 POL0.0041733579.91419257
Approve591847412024-07-10 9:52:31189 days ago1720605151IN
0x099471B7...22cA9cfF7
0 POL0.0014084430.00001022
Approve591149422024-07-08 16:19:45191 days ago1720455585IN
0x099471B7...22cA9cfF7
0 POL0.0026009155.47078635
Approve590849822024-07-07 22:19:41191 days ago1720390781IN
0x099471B7...22cA9cfF7
0 POL0.0008954430.00000002
Approve590806302024-07-07 19:45:19191 days ago1720381519IN
0x099471B7...22cA9cfF7
0 POL0.0014066430.00000002
Approve590546142024-07-07 4:22:46192 days ago1720326166IN
0x099471B7...22cA9cfF7
0 POL0.002347450
Approve590475572024-07-07 0:12:05192 days ago1720311125IN
0x099471B7...22cA9cfF7
0 POL0.002347450
Approve590420812024-07-06 20:46:49192 days ago1720298809IN
0x099471B7...22cA9cfF7
0 POL0.0008954430.00000011
Approve590298092024-07-06 13:22:59193 days ago1720272179IN
0x099471B7...22cA9cfF7
0 POL0.0014084430.00000004
Approve590255442024-07-06 10:50:32193 days ago1720263032IN
0x099471B7...22cA9cfF7
0 POL0.0008954430.00000094
View all transactions

Parent Transaction Hash Block From To
View All Internal Transactions
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Freiheit

Compiler Version
v0.8.19+commit.7dd6d404

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, GNU AGPLv3 license

Contract Source Code (Solidity)

/**
 *Submitted for verification at polygonscan.com on 2024-05-08
*/

// File: https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/v4.9.4/contracts/utils/Context.sol


// OpenZeppelin Contracts (last updated v4.9.4) (utils/Context.sol)

pragma solidity ^0.8.0;

/**
 * @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) {
        return msg.data;
    }

    function _contextSuffixLength() internal view virtual returns (uint256) {
        return 0;
    }
}

// File: https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/v4.9.4/contracts/token/ERC20/IERC20.sol


// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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 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 `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, uint256 amount) external returns (bool);

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

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `from` to `to` 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 from, address to, uint256 amount) external returns (bool);
}

// File: https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/v4.9.4/contracts/token/ERC20/extensions/IERC20Metadata.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;


/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is 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);
}

// File: https://raw.githubusercontent.com/OpenZeppelin/openzeppelin-contracts/v4.9.4/contracts/token/ERC20/ERC20.sol


// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)

pragma solidity ^0.8.0;




/**
 * @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 using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * The default value of {decimals} is 18. To change this, you should override
 * this function so it returns a different value.
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * 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 Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @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_) {
        _name = name_;
        _symbol = symbol_;
    }

    /**
     * @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`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the default value returned by this function, unless
     * it's overridden.
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return 18;
    }

    /**
     * @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];
    }

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

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

    /**
     * @dev See {IERC20-approve}.
     *
     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
     * `transferFrom`. This is semantically equivalent to an infinite approval.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, amount);
        return true;
    }

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

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

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

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

        _totalSupply += amount;
        unchecked {
            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
            _balances[account] += amount;
        }
        emit Transfer(address(0), account, amount);

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

    /**
     * @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 Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * has been transferred to `to`.
     * - when `from` is zero, `amount` tokens have been minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}
}

// File: Freiheit.sol


// We fund freedom.
// We stop state criminals.
// We make crypto cypherpunk again.
// We love Geo Caching with Geo Cash.
// We foster Freedom, Justice and Peace.
// We combine Freedom Education with Geo Caching.
// We foster sustainable liquidity infrastructures.
// We separate money from state criminals like religion has been separated from state.
// We foster ever emerging architectures of freedom by rewarding those who help themselves and others to be free.

pragma solidity 0.8.19;

contract Freiheit is ERC20 {
    error CheckInput();
    constructor() ERC20("Freiheit", "FREI") {
        _mint(msg.sender, 9000000000 * 10 ** decimals()); 
    }
    function distribute(uint256 amountPerWallet, address[] memory receivers) public {
        if (IERC20(address(this)).allowance(msg.sender, address(this)) < (receivers.length * amountPerWallet)) {
            revert CheckInput();
        } 
        for (uint256 i = 0; i < receivers.length; i++) {
            IERC20(address(this)).transferFrom(msg.sender, receivers[i], amountPerWallet);
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"CheckInput","type":"error"},{"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":"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":[],"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":"uint256","name":"amountPerWallet","type":"uint256"},{"internalType":"address[]","name":"receivers","type":"address[]"}],"name":"distribute","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":"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":"to","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"}]

60806040523480156200001157600080fd5b506040518060400160405280600881526020017f46726569686569740000000000000000000000000000000000000000000000008152506040518060400160405280600481526020017f465245490000000000000000000000000000000000000000000000000000000081525081600390816200008f9190620004e5565b508060049081620000a19190620004e5565b505050620000e533620000b9620000eb60201b60201c565b600a620000c791906200075c565b640218711a00620000d99190620007ad565b620000f460201b60201c565b620008e4565b60006012905090565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000166576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200015d9062000859565b60405180910390fd5b6200017a600083836200026160201b60201c565b80600260008282546200018e91906200087b565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620002419190620008c7565b60405180910390a36200025d600083836200026660201b60201c565b5050565b505050565b505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620002ed57607f821691505b602082108103620003035762000302620002a5565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b6000600883026200036d7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff826200032e565b6200037986836200032e565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620003c6620003c0620003ba8462000391565b6200039b565b62000391565b9050919050565b6000819050919050565b620003e283620003a5565b620003fa620003f182620003cd565b8484546200033b565b825550505050565b600090565b6200041162000402565b6200041e818484620003d7565b505050565b5b8181101562000446576200043a60008262000407565b60018101905062000424565b5050565b601f82111562000495576200045f8162000309565b6200046a846200031e565b810160208510156200047a578190505b6200049262000489856200031e565b83018262000423565b50505b505050565b600082821c905092915050565b6000620004ba600019846008026200049a565b1980831691505092915050565b6000620004d58383620004a7565b9150826002028217905092915050565b620004f0826200026b565b67ffffffffffffffff8111156200050c576200050b62000276565b5b620005188254620002d4565b620005258282856200044a565b600060209050601f8311600181146200055d576000841562000548578287015190505b620005548582620004c7565b865550620005c4565b601f1984166200056d8662000309565b60005b82811015620005975784890151825560018201915060208501945060208101905062000570565b86831015620005b75784890151620005b3601f891682620004a7565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60008160011c9050919050565b6000808291508390505b60018511156200065a57808604811115620006325762000631620005cc565b5b6001851615620006425780820291505b80810290506200065285620005fb565b945062000612565b94509492505050565b60008262000675576001905062000748565b8162000685576000905062000748565b81600181146200069e5760028114620006a957620006df565b600191505062000748565b60ff841115620006be57620006bd620005cc565b5b8360020a915084821115620006d857620006d7620005cc565b5b5062000748565b5060208310610133831016604e8410600b8410161715620007195782820a905083811115620007135762000712620005cc565b5b62000748565b62000728848484600162000608565b92509050818404811115620007425762000741620005cc565b5b81810290505b9392505050565b600060ff82169050919050565b6000620007698262000391565b915062000776836200074f565b9250620007a57fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff848462000663565b905092915050565b6000620007ba8262000391565b9150620007c78362000391565b9250828202620007d78162000391565b91508282048414831517620007f157620007f0620005cc565b5b5092915050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062000841601f83620007f8565b91506200084e8262000809565b602082019050919050565b60006020820190508181036000830152620008748162000832565b9050919050565b6000620008888262000391565b9150620008958362000391565b9250828201905080821115620008b057620008af620005cc565b5b92915050565b620008c18162000391565b82525050565b6000602082019050620008de6000830184620008b6565b92915050565b61174c80620008f46000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806370a082311161007157806370a08231146101a357806385e3c463146101d357806395d89b41146101ef578063a457c2d71461020d578063a9059cbb1461023d578063dd62ed3e1461026d576100b4565b806306fdde03146100b9578063095ea7b3146100d757806318160ddd1461010757806323b872dd14610125578063313ce567146101555780633950935114610173575b600080fd5b6100c161029d565b6040516100ce9190610cb3565b60405180910390f35b6100f160048036038101906100ec9190610d7d565b61032f565b6040516100fe9190610dd8565b60405180910390f35b61010f610352565b60405161011c9190610e02565b60405180910390f35b61013f600480360381019061013a9190610e1d565b61035c565b60405161014c9190610dd8565b60405180910390f35b61015d61038b565b60405161016a9190610e8c565b60405180910390f35b61018d60048036038101906101889190610d7d565b610394565b60405161019a9190610dd8565b60405180910390f35b6101bd60048036038101906101b89190610ea7565b6103cb565b6040516101ca9190610e02565b60405180910390f35b6101ed60048036038101906101e8919061101c565b610413565b005b6101f7610593565b6040516102049190610cb3565b60405180910390f35b61022760048036038101906102229190610d7d565b610625565b6040516102349190610dd8565b60405180910390f35b61025760048036038101906102529190610d7d565b61069c565b6040516102649190610dd8565b60405180910390f35b61028760048036038101906102829190611078565b6106bf565b6040516102949190610e02565b60405180910390f35b6060600380546102ac906110e7565b80601f01602080910402602001604051908101604052809291908181526020018280546102d8906110e7565b80156103255780601f106102fa57610100808354040283529160200191610325565b820191906000526020600020905b81548152906001019060200180831161030857829003601f168201915b5050505050905090565b60008061033a610746565b905061034781858561074e565b600191505092915050565b6000600254905090565b600080610367610746565b9050610374858285610917565b61037f8585856109a3565b60019150509392505050565b60006012905090565b60008061039f610746565b90506103c08185856103b185896106bf565b6103bb9190611147565b61074e565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b818151610420919061117b565b3073ffffffffffffffffffffffffffffffffffffffff1663dd62ed3e33306040518363ffffffff1660e01b815260040161045b9291906111cc565b602060405180830381865afa158015610478573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061049c919061120a565b10156104d4576040517f1a23505e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b815181101561058e573073ffffffffffffffffffffffffffffffffffffffff166323b872dd338484815181106105105761050f611237565b5b6020026020010151866040518463ffffffff1660e01b815260040161053793929190611266565b6020604051808303816000875af1158015610556573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057a91906112c9565b508080610586906112f6565b9150506104d7565b505050565b6060600480546105a2906110e7565b80601f01602080910402602001604051908101604052809291908181526020018280546105ce906110e7565b801561061b5780601f106105f05761010080835404028352916020019161061b565b820191906000526020600020905b8154815290600101906020018083116105fe57829003601f168201915b5050505050905090565b600080610630610746565b9050600061063e82866106bf565b905083811015610683576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067a906113b0565b60405180910390fd5b610690828686840361074e565b60019250505092915050565b6000806106a7610746565b90506106b48185856109a3565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036107bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107b490611442565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361082c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610823906114d4565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161090a9190610e02565b60405180910390a3505050565b600061092384846106bf565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461099d578181101561098f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161098690611540565b60405180910390fd5b61099c848484840361074e565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610a12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a09906115d2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610a81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a7890611664565b60405180910390fd5b610a8c838383610c19565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610b12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b09906116f6565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610c009190610e02565b60405180910390a3610c13848484610c1e565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610c5d578082015181840152602081019050610c42565b60008484015250505050565b6000601f19601f8301169050919050565b6000610c8582610c23565b610c8f8185610c2e565b9350610c9f818560208601610c3f565b610ca881610c69565b840191505092915050565b60006020820190508181036000830152610ccd8184610c7a565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d1482610ce9565b9050919050565b610d2481610d09565b8114610d2f57600080fd5b50565b600081359050610d4181610d1b565b92915050565b6000819050919050565b610d5a81610d47565b8114610d6557600080fd5b50565b600081359050610d7781610d51565b92915050565b60008060408385031215610d9457610d93610cdf565b5b6000610da285828601610d32565b9250506020610db385828601610d68565b9150509250929050565b60008115159050919050565b610dd281610dbd565b82525050565b6000602082019050610ded6000830184610dc9565b92915050565b610dfc81610d47565b82525050565b6000602082019050610e176000830184610df3565b92915050565b600080600060608486031215610e3657610e35610cdf565b5b6000610e4486828701610d32565b9350506020610e5586828701610d32565b9250506040610e6686828701610d68565b9150509250925092565b600060ff82169050919050565b610e8681610e70565b82525050565b6000602082019050610ea16000830184610e7d565b92915050565b600060208284031215610ebd57610ebc610cdf565b5b6000610ecb84828501610d32565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610f1182610c69565b810181811067ffffffffffffffff82111715610f3057610f2f610ed9565b5b80604052505050565b6000610f43610cd5565b9050610f4f8282610f08565b919050565b600067ffffffffffffffff821115610f6f57610f6e610ed9565b5b602082029050602081019050919050565b600080fd5b6000610f98610f9384610f54565b610f39565b90508083825260208201905060208402830185811115610fbb57610fba610f80565b5b835b81811015610fe45780610fd08882610d32565b845260208401935050602081019050610fbd565b5050509392505050565b600082601f83011261100357611002610ed4565b5b8135611013848260208601610f85565b91505092915050565b6000806040838503121561103357611032610cdf565b5b600061104185828601610d68565b925050602083013567ffffffffffffffff81111561106257611061610ce4565b5b61106e85828601610fee565b9150509250929050565b6000806040838503121561108f5761108e610cdf565b5b600061109d85828601610d32565b92505060206110ae85828601610d32565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806110ff57607f821691505b602082108103611112576111116110b8565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061115282610d47565b915061115d83610d47565b925082820190508082111561117557611174611118565b5b92915050565b600061118682610d47565b915061119183610d47565b925082820261119f81610d47565b915082820484148315176111b6576111b5611118565b5b5092915050565b6111c681610d09565b82525050565b60006040820190506111e160008301856111bd565b6111ee60208301846111bd565b9392505050565b60008151905061120481610d51565b92915050565b6000602082840312156112205761121f610cdf565b5b600061122e848285016111f5565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600060608201905061127b60008301866111bd565b61128860208301856111bd565b6112956040830184610df3565b949350505050565b6112a681610dbd565b81146112b157600080fd5b50565b6000815190506112c38161129d565b92915050565b6000602082840312156112df576112de610cdf565b5b60006112ed848285016112b4565b91505092915050565b600061130182610d47565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361133357611332611118565b5b600182019050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b600061139a602583610c2e565b91506113a58261133e565b604082019050919050565b600060208201905081810360008301526113c98161138d565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061142c602483610c2e565b9150611437826113d0565b604082019050919050565b6000602082019050818103600083015261145b8161141f565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006114be602283610c2e565b91506114c982611462565b604082019050919050565b600060208201905081810360008301526114ed816114b1565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061152a601d83610c2e565b9150611535826114f4565b602082019050919050565b600060208201905081810360008301526115598161151d565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006115bc602583610c2e565b91506115c782611560565b604082019050919050565b600060208201905081810360008301526115eb816115af565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061164e602383610c2e565b9150611659826115f2565b604082019050919050565b6000602082019050818103600083015261167d81611641565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006116e0602683610c2e565b91506116eb82611684565b604082019050919050565b6000602082019050818103600083015261170f816116d3565b905091905056fea264697066735822122024065532e6635f27781184e96ddde640280d51b22b229411f19b632ab7321f2664736f6c63430008130033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100b45760003560e01c806370a082311161007157806370a08231146101a357806385e3c463146101d357806395d89b41146101ef578063a457c2d71461020d578063a9059cbb1461023d578063dd62ed3e1461026d576100b4565b806306fdde03146100b9578063095ea7b3146100d757806318160ddd1461010757806323b872dd14610125578063313ce567146101555780633950935114610173575b600080fd5b6100c161029d565b6040516100ce9190610cb3565b60405180910390f35b6100f160048036038101906100ec9190610d7d565b61032f565b6040516100fe9190610dd8565b60405180910390f35b61010f610352565b60405161011c9190610e02565b60405180910390f35b61013f600480360381019061013a9190610e1d565b61035c565b60405161014c9190610dd8565b60405180910390f35b61015d61038b565b60405161016a9190610e8c565b60405180910390f35b61018d60048036038101906101889190610d7d565b610394565b60405161019a9190610dd8565b60405180910390f35b6101bd60048036038101906101b89190610ea7565b6103cb565b6040516101ca9190610e02565b60405180910390f35b6101ed60048036038101906101e8919061101c565b610413565b005b6101f7610593565b6040516102049190610cb3565b60405180910390f35b61022760048036038101906102229190610d7d565b610625565b6040516102349190610dd8565b60405180910390f35b61025760048036038101906102529190610d7d565b61069c565b6040516102649190610dd8565b60405180910390f35b61028760048036038101906102829190611078565b6106bf565b6040516102949190610e02565b60405180910390f35b6060600380546102ac906110e7565b80601f01602080910402602001604051908101604052809291908181526020018280546102d8906110e7565b80156103255780601f106102fa57610100808354040283529160200191610325565b820191906000526020600020905b81548152906001019060200180831161030857829003601f168201915b5050505050905090565b60008061033a610746565b905061034781858561074e565b600191505092915050565b6000600254905090565b600080610367610746565b9050610374858285610917565b61037f8585856109a3565b60019150509392505050565b60006012905090565b60008061039f610746565b90506103c08185856103b185896106bf565b6103bb9190611147565b61074e565b600191505092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b818151610420919061117b565b3073ffffffffffffffffffffffffffffffffffffffff1663dd62ed3e33306040518363ffffffff1660e01b815260040161045b9291906111cc565b602060405180830381865afa158015610478573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061049c919061120a565b10156104d4576040517f1a23505e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b815181101561058e573073ffffffffffffffffffffffffffffffffffffffff166323b872dd338484815181106105105761050f611237565b5b6020026020010151866040518463ffffffff1660e01b815260040161053793929190611266565b6020604051808303816000875af1158015610556573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061057a91906112c9565b508080610586906112f6565b9150506104d7565b505050565b6060600480546105a2906110e7565b80601f01602080910402602001604051908101604052809291908181526020018280546105ce906110e7565b801561061b5780601f106105f05761010080835404028352916020019161061b565b820191906000526020600020905b8154815290600101906020018083116105fe57829003601f168201915b5050505050905090565b600080610630610746565b9050600061063e82866106bf565b905083811015610683576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161067a906113b0565b60405180910390fd5b610690828686840361074e565b60019250505092915050565b6000806106a7610746565b90506106b48185856109a3565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036107bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107b490611442565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361082c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610823906114d4565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161090a9190610e02565b60405180910390a3505050565b600061092384846106bf565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461099d578181101561098f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161098690611540565b60405180910390fd5b61099c848484840361074e565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610a12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a09906115d2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610a81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a7890611664565b60405180910390fd5b610a8c838383610c19565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610b12576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b09906116f6565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610c009190610e02565b60405180910390a3610c13848484610c1e565b50505050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610c5d578082015181840152602081019050610c42565b60008484015250505050565b6000601f19601f8301169050919050565b6000610c8582610c23565b610c8f8185610c2e565b9350610c9f818560208601610c3f565b610ca881610c69565b840191505092915050565b60006020820190508181036000830152610ccd8184610c7a565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610d1482610ce9565b9050919050565b610d2481610d09565b8114610d2f57600080fd5b50565b600081359050610d4181610d1b565b92915050565b6000819050919050565b610d5a81610d47565b8114610d6557600080fd5b50565b600081359050610d7781610d51565b92915050565b60008060408385031215610d9457610d93610cdf565b5b6000610da285828601610d32565b9250506020610db385828601610d68565b9150509250929050565b60008115159050919050565b610dd281610dbd565b82525050565b6000602082019050610ded6000830184610dc9565b92915050565b610dfc81610d47565b82525050565b6000602082019050610e176000830184610df3565b92915050565b600080600060608486031215610e3657610e35610cdf565b5b6000610e4486828701610d32565b9350506020610e5586828701610d32565b9250506040610e6686828701610d68565b9150509250925092565b600060ff82169050919050565b610e8681610e70565b82525050565b6000602082019050610ea16000830184610e7d565b92915050565b600060208284031215610ebd57610ebc610cdf565b5b6000610ecb84828501610d32565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610f1182610c69565b810181811067ffffffffffffffff82111715610f3057610f2f610ed9565b5b80604052505050565b6000610f43610cd5565b9050610f4f8282610f08565b919050565b600067ffffffffffffffff821115610f6f57610f6e610ed9565b5b602082029050602081019050919050565b600080fd5b6000610f98610f9384610f54565b610f39565b90508083825260208201905060208402830185811115610fbb57610fba610f80565b5b835b81811015610fe45780610fd08882610d32565b845260208401935050602081019050610fbd565b5050509392505050565b600082601f83011261100357611002610ed4565b5b8135611013848260208601610f85565b91505092915050565b6000806040838503121561103357611032610cdf565b5b600061104185828601610d68565b925050602083013567ffffffffffffffff81111561106257611061610ce4565b5b61106e85828601610fee565b9150509250929050565b6000806040838503121561108f5761108e610cdf565b5b600061109d85828601610d32565b92505060206110ae85828601610d32565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806110ff57607f821691505b602082108103611112576111116110b8565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061115282610d47565b915061115d83610d47565b925082820190508082111561117557611174611118565b5b92915050565b600061118682610d47565b915061119183610d47565b925082820261119f81610d47565b915082820484148315176111b6576111b5611118565b5b5092915050565b6111c681610d09565b82525050565b60006040820190506111e160008301856111bd565b6111ee60208301846111bd565b9392505050565b60008151905061120481610d51565b92915050565b6000602082840312156112205761121f610cdf565b5b600061122e848285016111f5565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600060608201905061127b60008301866111bd565b61128860208301856111bd565b6112956040830184610df3565b949350505050565b6112a681610dbd565b81146112b157600080fd5b50565b6000815190506112c38161129d565b92915050565b6000602082840312156112df576112de610cdf565b5b60006112ed848285016112b4565b91505092915050565b600061130182610d47565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361133357611332611118565b5b600182019050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b600061139a602583610c2e565b91506113a58261133e565b604082019050919050565b600060208201905081810360008301526113c98161138d565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061142c602483610c2e565b9150611437826113d0565b604082019050919050565b6000602082019050818103600083015261145b8161141f565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006114be602283610c2e565b91506114c982611462565b604082019050919050565b600060208201905081810360008301526114ed816114b1565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b600061152a601d83610c2e565b9150611535826114f4565b602082019050919050565b600060208201905081810360008301526115598161151d565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b60006115bc602583610c2e565b91506115c782611560565b604082019050919050565b600060208201905081810360008301526115eb816115af565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b600061164e602383610c2e565b9150611659826115f2565b604082019050919050565b6000602082019050818103600083015261167d81611641565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006116e0602683610c2e565b91506116eb82611684565b604082019050919050565b6000602082019050818103600083015261170f816116d3565b905091905056fea264697066735822122024065532e6635f27781184e96ddde640280d51b22b229411f19b632ab7321f2664736f6c63430008130033

Deployed Bytecode Sourcemap

18519:585:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6995:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9355:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8124:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10136:261;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7966:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10806:238;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8295:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;18692:409;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7214:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11547:436;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8628:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8884:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6995:100;7049:13;7082:5;7075:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6995:100;:::o;9355:201::-;9438:4;9455:13;9471:12;:10;:12::i;:::-;9455:28;;9494:32;9503:5;9510:7;9519:6;9494:8;:32::i;:::-;9544:4;9537:11;;;9355:201;;;;:::o;8124:108::-;8185:7;8212:12;;8205:19;;8124:108;:::o;10136:261::-;10233:4;10250:15;10268:12;:10;:12::i;:::-;10250:30;;10291:38;10307:4;10313:7;10322:6;10291:15;:38::i;:::-;10340:27;10350:4;10356:2;10360:6;10340:9;:27::i;:::-;10385:4;10378:11;;;10136:261;;;;;:::o;7966:93::-;8024:5;8049:2;8042:9;;7966:93;:::o;10806:238::-;10894:4;10911:13;10927:12;:10;:12::i;:::-;10911:28;;10950:64;10959:5;10966:7;11003:10;10975:25;10985:5;10992:7;10975:9;:25::i;:::-;:38;;;;:::i;:::-;10950:8;:64::i;:::-;11032:4;11025:11;;;10806:238;;;;:::o;8295:127::-;8369:7;8396:9;:18;8406:7;8396:18;;;;;;;;;;;;;;;;8389:25;;8295:127;;;:::o;18692:409::-;18868:15;18849:9;:16;:34;;;;:::i;:::-;18802:4;18787:31;;;18819:10;18839:4;18787:58;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:97;18783:149;;;18908:12;;;;;;;;;;;;;;18783:149;18948:9;18943:151;18967:9;:16;18963:1;:20;18943:151;;;19020:4;19005:34;;;19040:10;19052:9;19062:1;19052:12;;;;;;;;:::i;:::-;;;;;;;;19066:15;19005:77;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;18985:3;;;;;:::i;:::-;;;;18943:151;;;;18692:409;;:::o;7214:104::-;7270:13;7303:7;7296:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7214:104;:::o;11547:436::-;11640:4;11657:13;11673:12;:10;:12::i;:::-;11657:28;;11696:24;11723:25;11733:5;11740:7;11723:9;:25::i;:::-;11696:52;;11787:15;11767:16;:35;;11759:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;11880:60;11889:5;11896:7;11924:15;11905:16;:34;11880:8;:60::i;:::-;11971:4;11964:11;;;;11547:436;;;;:::o;8628:193::-;8707:4;8724:13;8740:12;:10;:12::i;:::-;8724:28;;8763;8773:5;8780:2;8784:6;8763:9;:28::i;:::-;8809:4;8802:11;;;8628:193;;;;:::o;8884:151::-;8973:7;9000:11;:18;9012:5;9000:18;;;;;;;;;;;;;;;:27;9019:7;9000:27;;;;;;;;;;;;;;;;8993:34;;8884:151;;;;:::o;757:98::-;810:7;837:10;830:17;;757:98;:::o;15540:346::-;15659:1;15642:19;;:5;:19;;;15634:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;15740:1;15721:21;;:7;:21;;;15713:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;15824:6;15794:11;:18;15806:5;15794:18;;;;;;;;;;;;;;;:27;15813:7;15794:27;;;;;;;;;;;;;;;:36;;;;15862:7;15846:32;;15855:5;15846:32;;;15871:6;15846:32;;;;;;:::i;:::-;;;;;;;;15540:346;;;:::o;16177:419::-;16278:24;16305:25;16315:5;16322:7;16305:9;:25::i;:::-;16278:52;;16365:17;16345:16;:37;16341:248;;16427:6;16407:16;:26;;16399:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;16511:51;16520:5;16527:7;16555:6;16536:16;:25;16511:8;:51::i;:::-;16341:248;16267:329;16177:419;;;:::o;12453:806::-;12566:1;12550:18;;:4;:18;;;12542:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;12643:1;12629:16;;:2;:16;;;12621:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;12698:38;12719:4;12725:2;12729:6;12698:20;:38::i;:::-;12749:19;12771:9;:15;12781:4;12771:15;;;;;;;;;;;;;;;;12749:37;;12820:6;12805:11;:21;;12797:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;12937:6;12923:11;:20;12905:9;:15;12915:4;12905:15;;;;;;;;;;;;;;;:38;;;;13140:6;13123:9;:13;13133:2;13123:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;13190:2;13175:26;;13184:4;13175:26;;;13194:6;13175:26;;;;;;:::i;:::-;;;;;;;;13214:37;13234:4;13240:2;13244:6;13214:19;:37::i;:::-;12531:728;12453:806;;;:::o;17196:91::-;;;;:::o;17891:90::-;;;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1349:75::-;1382:6;1415:2;1409:9;1399:19;;1349:75;:::o;1430:117::-;1539:1;1536;1529:12;1553:117;1662:1;1659;1652:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:619::-;3875:6;3883;3891;3940:2;3928:9;3919:7;3915:23;3911:32;3908:119;;;3946:79;;:::i;:::-;3908:119;4066:1;4091:53;4136:7;4127:6;4116:9;4112:22;4091:53;:::i;:::-;4081:63;;4037:117;4193:2;4219:53;4264:7;4255:6;4244:9;4240:22;4219:53;:::i;:::-;4209:63;;4164:118;4321:2;4347:53;4392:7;4383:6;4372:9;4368:22;4347:53;:::i;:::-;4337:63;;4292:118;3798:619;;;;;:::o;4423:86::-;4458:7;4498:4;4491:5;4487:16;4476:27;;4423:86;;;:::o;4515:112::-;4598:22;4614:5;4598:22;:::i;:::-;4593:3;4586:35;4515:112;;:::o;4633:214::-;4722:4;4760:2;4749:9;4745:18;4737:26;;4773:67;4837:1;4826:9;4822:17;4813:6;4773:67;:::i;:::-;4633:214;;;;:::o;4853:329::-;4912:6;4961:2;4949:9;4940:7;4936:23;4932:32;4929:119;;;4967:79;;:::i;:::-;4929:119;5087:1;5112:53;5157:7;5148:6;5137:9;5133:22;5112:53;:::i;:::-;5102:63;;5058:117;4853:329;;;;:::o;5188:117::-;5297:1;5294;5287:12;5311:180;5359:77;5356:1;5349:88;5456:4;5453:1;5446:15;5480:4;5477:1;5470:15;5497:281;5580:27;5602:4;5580:27;:::i;:::-;5572:6;5568:40;5710:6;5698:10;5695:22;5674:18;5662:10;5659:34;5656:62;5653:88;;;5721:18;;:::i;:::-;5653:88;5761:10;5757:2;5750:22;5540:238;5497:281;;:::o;5784:129::-;5818:6;5845:20;;:::i;:::-;5835:30;;5874:33;5902:4;5894:6;5874:33;:::i;:::-;5784:129;;;:::o;5919:311::-;5996:4;6086:18;6078:6;6075:30;6072:56;;;6108:18;;:::i;:::-;6072:56;6158:4;6150:6;6146:17;6138:25;;6218:4;6212;6208:15;6200:23;;5919:311;;;:::o;6236:117::-;6345:1;6342;6335:12;6376:710;6472:5;6497:81;6513:64;6570:6;6513:64;:::i;:::-;6497:81;:::i;:::-;6488:90;;6598:5;6627:6;6620:5;6613:21;6661:4;6654:5;6650:16;6643:23;;6714:4;6706:6;6702:17;6694:6;6690:30;6743:3;6735:6;6732:15;6729:122;;;6762:79;;:::i;:::-;6729:122;6877:6;6860:220;6894:6;6889:3;6886:15;6860:220;;;6969:3;6998:37;7031:3;7019:10;6998:37;:::i;:::-;6993:3;6986:50;7065:4;7060:3;7056:14;7049:21;;6936:144;6920:4;6915:3;6911:14;6904:21;;6860:220;;;6864:21;6478:608;;6376:710;;;;;:::o;7109:370::-;7180:5;7229:3;7222:4;7214:6;7210:17;7206:27;7196:122;;7237:79;;:::i;:::-;7196:122;7354:6;7341:20;7379:94;7469:3;7461:6;7454:4;7446:6;7442:17;7379:94;:::i;:::-;7370:103;;7186:293;7109:370;;;;:::o;7485:684::-;7578:6;7586;7635:2;7623:9;7614:7;7610:23;7606:32;7603:119;;;7641:79;;:::i;:::-;7603:119;7761:1;7786:53;7831:7;7822:6;7811:9;7807:22;7786:53;:::i;:::-;7776:63;;7732:117;7916:2;7905:9;7901:18;7888:32;7947:18;7939:6;7936:30;7933:117;;;7969:79;;:::i;:::-;7933:117;8074:78;8144:7;8135:6;8124:9;8120:22;8074:78;:::i;:::-;8064:88;;7859:303;7485:684;;;;;:::o;8175:474::-;8243:6;8251;8300:2;8288:9;8279:7;8275:23;8271:32;8268:119;;;8306:79;;:::i;:::-;8268:119;8426:1;8451:53;8496:7;8487:6;8476:9;8472:22;8451:53;:::i;:::-;8441:63;;8397:117;8553:2;8579:53;8624:7;8615:6;8604:9;8600:22;8579:53;:::i;:::-;8569:63;;8524:118;8175:474;;;;;:::o;8655:180::-;8703:77;8700:1;8693:88;8800:4;8797:1;8790:15;8824:4;8821:1;8814:15;8841:320;8885:6;8922:1;8916:4;8912:12;8902:22;;8969:1;8963:4;8959:12;8990:18;8980:81;;9046:4;9038:6;9034:17;9024:27;;8980:81;9108:2;9100:6;9097:14;9077:18;9074:38;9071:84;;9127:18;;:::i;:::-;9071:84;8892:269;8841:320;;;:::o;9167:180::-;9215:77;9212:1;9205:88;9312:4;9309:1;9302:15;9336:4;9333:1;9326:15;9353:191;9393:3;9412:20;9430:1;9412:20;:::i;:::-;9407:25;;9446:20;9464:1;9446:20;:::i;:::-;9441:25;;9489:1;9486;9482:9;9475:16;;9510:3;9507:1;9504:10;9501:36;;;9517:18;;:::i;:::-;9501:36;9353:191;;;;:::o;9550:410::-;9590:7;9613:20;9631:1;9613:20;:::i;:::-;9608:25;;9647:20;9665:1;9647:20;:::i;:::-;9642:25;;9702:1;9699;9695:9;9724:30;9742:11;9724:30;:::i;:::-;9713:41;;9903:1;9894:7;9890:15;9887:1;9884:22;9864:1;9857:9;9837:83;9814:139;;9933:18;;:::i;:::-;9814:139;9598:362;9550:410;;;;:::o;9966:118::-;10053:24;10071:5;10053:24;:::i;:::-;10048:3;10041:37;9966:118;;:::o;10090:332::-;10211:4;10249:2;10238:9;10234:18;10226:26;;10262:71;10330:1;10319:9;10315:17;10306:6;10262:71;:::i;:::-;10343:72;10411:2;10400:9;10396:18;10387:6;10343:72;:::i;:::-;10090:332;;;;;:::o;10428:143::-;10485:5;10516:6;10510:13;10501:22;;10532:33;10559:5;10532:33;:::i;:::-;10428:143;;;;:::o;10577:351::-;10647:6;10696:2;10684:9;10675:7;10671:23;10667:32;10664:119;;;10702:79;;:::i;:::-;10664:119;10822:1;10847:64;10903:7;10894:6;10883:9;10879:22;10847:64;:::i;:::-;10837:74;;10793:128;10577:351;;;;:::o;10934:180::-;10982:77;10979:1;10972:88;11079:4;11076:1;11069:15;11103:4;11100:1;11093:15;11120:442;11269:4;11307:2;11296:9;11292:18;11284:26;;11320:71;11388:1;11377:9;11373:17;11364:6;11320:71;:::i;:::-;11401:72;11469:2;11458:9;11454:18;11445:6;11401:72;:::i;:::-;11483;11551:2;11540:9;11536:18;11527:6;11483:72;:::i;:::-;11120:442;;;;;;:::o;11568:116::-;11638:21;11653:5;11638:21;:::i;:::-;11631:5;11628:32;11618:60;;11674:1;11671;11664:12;11618:60;11568:116;:::o;11690:137::-;11744:5;11775:6;11769:13;11760:22;;11791:30;11815:5;11791:30;:::i;:::-;11690:137;;;;:::o;11833:345::-;11900:6;11949:2;11937:9;11928:7;11924:23;11920:32;11917:119;;;11955:79;;:::i;:::-;11917:119;12075:1;12100:61;12153:7;12144:6;12133:9;12129:22;12100:61;:::i;:::-;12090:71;;12046:125;11833:345;;;;:::o;12184:233::-;12223:3;12246:24;12264:5;12246:24;:::i;:::-;12237:33;;12292:66;12285:5;12282:77;12279:103;;12362:18;;:::i;:::-;12279:103;12409:1;12402:5;12398:13;12391:20;;12184:233;;;:::o;12423:224::-;12563:34;12559:1;12551:6;12547:14;12540:58;12632:7;12627:2;12619:6;12615:15;12608:32;12423:224;:::o;12653:366::-;12795:3;12816:67;12880:2;12875:3;12816:67;:::i;:::-;12809:74;;12892:93;12981:3;12892:93;:::i;:::-;13010:2;13005:3;13001:12;12994:19;;12653:366;;;:::o;13025:419::-;13191:4;13229:2;13218:9;13214:18;13206:26;;13278:9;13272:4;13268:20;13264:1;13253:9;13249:17;13242:47;13306:131;13432:4;13306:131;:::i;:::-;13298:139;;13025:419;;;:::o;13450:223::-;13590:34;13586:1;13578:6;13574:14;13567:58;13659:6;13654:2;13646:6;13642:15;13635:31;13450:223;:::o;13679:366::-;13821:3;13842:67;13906:2;13901:3;13842:67;:::i;:::-;13835:74;;13918:93;14007:3;13918:93;:::i;:::-;14036:2;14031:3;14027:12;14020:19;;13679:366;;;:::o;14051:419::-;14217:4;14255:2;14244:9;14240:18;14232:26;;14304:9;14298:4;14294:20;14290:1;14279:9;14275:17;14268:47;14332:131;14458:4;14332:131;:::i;:::-;14324:139;;14051:419;;;:::o;14476:221::-;14616:34;14612:1;14604:6;14600:14;14593:58;14685:4;14680:2;14672:6;14668:15;14661:29;14476:221;:::o;14703:366::-;14845:3;14866:67;14930:2;14925:3;14866:67;:::i;:::-;14859:74;;14942:93;15031:3;14942:93;:::i;:::-;15060:2;15055:3;15051:12;15044:19;;14703:366;;;:::o;15075:419::-;15241:4;15279:2;15268:9;15264:18;15256:26;;15328:9;15322:4;15318:20;15314:1;15303:9;15299:17;15292:47;15356:131;15482:4;15356:131;:::i;:::-;15348:139;;15075:419;;;:::o;15500:179::-;15640:31;15636:1;15628:6;15624:14;15617:55;15500:179;:::o;15685:366::-;15827:3;15848:67;15912:2;15907:3;15848:67;:::i;:::-;15841:74;;15924:93;16013:3;15924:93;:::i;:::-;16042:2;16037:3;16033:12;16026:19;;15685:366;;;:::o;16057:419::-;16223:4;16261:2;16250:9;16246:18;16238:26;;16310:9;16304:4;16300:20;16296:1;16285:9;16281:17;16274:47;16338:131;16464:4;16338:131;:::i;:::-;16330:139;;16057:419;;;:::o;16482:224::-;16622:34;16618:1;16610:6;16606:14;16599:58;16691:7;16686:2;16678:6;16674:15;16667:32;16482:224;:::o;16712:366::-;16854:3;16875:67;16939:2;16934:3;16875:67;:::i;:::-;16868:74;;16951:93;17040:3;16951:93;:::i;:::-;17069:2;17064:3;17060:12;17053:19;;16712:366;;;:::o;17084:419::-;17250:4;17288:2;17277:9;17273:18;17265:26;;17337:9;17331:4;17327:20;17323:1;17312:9;17308:17;17301:47;17365:131;17491:4;17365:131;:::i;:::-;17357:139;;17084:419;;;:::o;17509:222::-;17649:34;17645:1;17637:6;17633:14;17626:58;17718:5;17713:2;17705:6;17701:15;17694:30;17509:222;:::o;17737:366::-;17879:3;17900:67;17964:2;17959:3;17900:67;:::i;:::-;17893:74;;17976:93;18065:3;17976:93;:::i;:::-;18094:2;18089:3;18085:12;18078:19;;17737:366;;;:::o;18109:419::-;18275:4;18313:2;18302:9;18298:18;18290:26;;18362:9;18356:4;18352:20;18348:1;18337:9;18333:17;18326:47;18390:131;18516:4;18390:131;:::i;:::-;18382:139;;18109:419;;;:::o;18534:225::-;18674:34;18670:1;18662:6;18658:14;18651:58;18743:8;18738:2;18730:6;18726:15;18719:33;18534:225;:::o;18765:366::-;18907:3;18928:67;18992:2;18987:3;18928:67;:::i;:::-;18921:74;;19004:93;19093:3;19004:93;:::i;:::-;19122:2;19117:3;19113:12;19106:19;;18765:366;;;:::o;19137:419::-;19303:4;19341:2;19330:9;19326:18;19318:26;;19390:9;19384:4;19380:20;19376:1;19365:9;19361:17;19354:47;19418:131;19544:4;19418:131;:::i;:::-;19410:139;;19137:419;;;:::o

Swarm Source

ipfs://24065532e6635f27781184e96ddde640280d51b22b229411f19b632ab7321f26

Block Transaction 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
[ 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.