ETH Price: $3,388.84 (+0.94%)

Contract

0x1Ff26c124c2b8Ce3Be71D8c29178cA4baD418622
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer206636842024-09-02 15:09:11117 days ago1725289751IN
0x1Ff26c12...baD418622
0 ETH0.0008329510.6139744
Approve187583272023-12-10 20:55:47383 days ago1702241747IN
0x1Ff26c12...baD418622
0 ETH0.0008851935.56553331
Approve184746532023-11-01 3:43:47423 days ago1698810227IN
0x1Ff26c12...baD418622
0 ETH0.0006578713.99581487
Approve184253132023-10-25 5:55:59430 days ago1698213359IN
0x1Ff26c12...baD418622
0 ETH0.0005372811.38971479
Approve182849622023-10-05 14:39:47450 days ago1696516787IN
0x1Ff26c12...baD418622
0 ETH0.0006840714.5014544
Approve182548432023-10-01 9:38:11454 days ago1696153091IN
0x1Ff26c12...baD418622
0 ETH0.000308846.57876704
Approve182210232023-09-26 16:04:23459 days ago1695744263IN
0x1Ff26c12...baD418622
0 ETH0.001923140.96511103
Approve182131132023-09-25 13:31:23460 days ago1695648683IN
0x1Ff26c12...baD418622
0 ETH0.0010383322.01113094
Approve182107342023-09-25 5:31:59460 days ago1695619919IN
0x1Ff26c12...baD418622
0 ETH0.000315716.6927426
Approve181982082023-09-23 11:25:11462 days ago1695468311IN
0x1Ff26c12...baD418622
0 ETH0.0004727910.02268087
Approve179554992023-08-20 10:56:23496 days ago1692528983IN
0x1Ff26c12...baD418622
0 ETH0.0005112910.89404415
Approve179486832023-08-19 12:00:23497 days ago1692446423IN
0x1Ff26c12...baD418622
0 ETH0.000416713.96224387
Approve179060522023-08-13 12:51:35503 days ago1691931095IN
0x1Ff26c12...baD418622
0 ETH0.0006682214.16537199
Approve177584282023-07-23 21:14:59523 days ago1690146899IN
0x1Ff26c12...baD418622
0 ETH0.0005250821.09699345
Approve177437952023-07-21 20:06:47525 days ago1689970007IN
0x1Ff26c12...baD418622
0 ETH0.0016846235.71168896
Approve177270112023-07-19 11:43:11528 days ago1689766991IN
0x1Ff26c12...baD418622
0 ETH0.0007158415.22903269
Approve177127732023-07-17 11:46:35530 days ago1689594395IN
0x1Ff26c12...baD418622
0 ETH0.000813817.33521341
Approve176186142023-07-04 5:54:59543 days ago1688450099IN
0x1Ff26c12...baD418622
0 ETH0.0006561713.91001739
Transfer176028802023-07-02 0:52:35545 days ago1688259155IN
0x1Ff26c12...baD418622
0 ETH0.0004519118.05287878
Transfer176028122023-07-02 0:38:47545 days ago1688258327IN
0x1Ff26c12...baD418622
0 ETH0.0003917315.64879589
Transfer176028092023-07-02 0:38:11545 days ago1688258291IN
0x1Ff26c12...baD418622
0 ETH0.0003910115.62007864
Transfer176016032023-07-01 20:34:23545 days ago1688243663IN
0x1Ff26c12...baD418622
0 ETH0.0003975515.88123177
Transfer176015992023-07-01 20:33:35545 days ago1688243615IN
0x1Ff26c12...baD418622
0 ETH0.000387515.47979193
Transfer176015972023-07-01 20:33:11545 days ago1688243591IN
0x1Ff26c12...baD418622
0 ETH0.00040916.33875485
Transfer176015962023-07-01 20:32:59545 days ago1688243579IN
0x1Ff26c12...baD418622
0 ETH0.0004169716.65713859
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block
From
To
171658032023-05-01 11:52:59607 days ago1682941979
0x1Ff26c12...baD418622
0.119 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x43Ec2396...10b26bD76
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
CoinManufactory

Compiler Version
v0.8.15+commit.e14f2714

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-07-31
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * 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 `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) external returns (bool);

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

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

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

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

/**
 * @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() {
        _transferOwnership(_msgSender());
    }

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

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

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

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * 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"
        );
        _transferOwnership(newOwner);
    }

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

/**
 * @dev 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.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * 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) internal _balances;

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

    uint256 internal _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The default value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * 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 value {ERC20} uses, unless this function is
     * 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:
     *
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount)
        public
        virtual
        override
        returns (bool)
    {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }

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

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

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

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(
            currentAllowance >= amount,
            "ERC20: transfer amount exceeds allowance"
        );
        unchecked {
            _approve(sender, _msgSender(), currentAllowance - amount);
        }

        return true;
    }

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

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

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `sender` to `recipient`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);

        uint256 senderBalance = _balances[sender];
        require(
            senderBalance >= amount,
            "ERC20: transfer amount exceeds balance"
        );
        unchecked {
            _balances[sender] = senderBalance - amount;
        }
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, amount);

        _afterTokenTransfer(sender, recipient, 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;
        _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;
        }
        _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 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 {}
}

contract CoinManufactory is ERC20, Ownable {
    mapping(address => bool) private _isExcludedFromFee;

    uint8 private _decimals;

    address public marketingAddress;
    address public developerAddress;
    address public charityAddress;

    uint256 public _burnFee;
    uint256 private _previousBurnFee;

    uint256 public _marketingFee;
    uint256 private _previousMarketingFee;

    uint256 public _developerFee;
    uint256 private _previousDeveloperFee;

    uint256 public _charityFee;
    uint256 private _previousCharityFee;

    constructor(
        string memory name_,
        string memory symbol_,
        uint256 totalSupply_,
        uint8 decimals_,
        address[5] memory addr_,
        uint256[4] memory value_
    ) payable ERC20(name_, symbol_) {
        _decimals = decimals_;

        _burnFee = value_[3];
        _previousBurnFee = _burnFee;
        _marketingFee = value_[0];
        _previousMarketingFee = _marketingFee;
        _developerFee = value_[1];
        _previousDeveloperFee = _developerFee;
        _charityFee = value_[2];
        _previousCharityFee = _charityFee;

        marketingAddress = addr_[0];
        developerAddress = addr_[1];
        charityAddress = addr_[2];

        //exclude owner, feeaccount and this contract from fee
        _isExcludedFromFee[owner()] = true;
        _isExcludedFromFee[marketingAddress] = true;
        _isExcludedFromFee[developerAddress] = true;
        _isExcludedFromFee[charityAddress] = true;
        _isExcludedFromFee[address(this)] = true;

        _mint(_msgSender(), totalSupply_ * 10**decimals());
        if(addr_[4] == 0x000000000000000000000000000000000000dEaD) {
            payable(addr_[3]).transfer(getBalance());
        } else {
            payable(addr_[4]).transfer(getBalance() * 10 / 119);  
            payable(addr_[3]).transfer(getBalance());     
        }
    }

    receive() external payable {}

    function getBalance() private view returns (uint256) {
        return address(this).balance;
    }

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

    function setBurnFee(uint256 burnFee_) external onlyOwner {
        _burnFee = burnFee_;
    }

    function setMarketingFee(uint256 marketingFee_) external onlyOwner {
        _marketingFee = marketingFee_;
    }

    function setDeveloperFee(uint256 developerFee_) external onlyOwner {
        _developerFee = developerFee_;
    }

    function setCharityFee(uint256 charityFee_) external onlyOwner {
        _charityFee = charityFee_;
    }

    function setMarketingAddress(address _marketingAddress) external onlyOwner {
        marketingAddress = _marketingAddress;
    }

    function setDeveloperAddress(address _developerAddress) external onlyOwner {
        developerAddress = _developerAddress;
    }

    function setCharityAddress(address _charityAddress) external onlyOwner {
        charityAddress = _charityAddress;
    }

    function isExcludedFromFee(address account) public view returns (bool) {
        return _isExcludedFromFee[account];
    }

    function excludeFromFee(address account) public onlyOwner {
        _isExcludedFromFee[account] = true;
    }

    function includeInFee(address account) public onlyOwner {
        _isExcludedFromFee[account] = false;
    }

    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual override {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");
        uint256 senderBalance = balanceOf(sender);
        require(
            senderBalance >= amount,
            "ERC20: transfer amount exceeds balance"
        );

        _beforeTokenTransfer(sender, recipient, amount);

        bool takeFee = true;

        if (_isExcludedFromFee[sender] || _isExcludedFromFee[recipient]) {
            takeFee = false;
        }

        _tokenTransfer(sender, recipient, amount, takeFee);
    }

    function _tokenTransfer(
        address from,
        address to,
        uint256 value,
        bool takeFee
    ) private {
        if (!takeFee) {
            removeAllFee();
        }

        _transferStandard(from, to, value);

        if (!takeFee) {
            restoreAllFee();
        }
    }

    function removeAllFee() private {
        if (
            _burnFee == 0 &&
            _marketingFee == 0 &&
            _developerFee == 0 &&
            _charityFee == 0
        ) return;

        _previousBurnFee = _burnFee;
        _previousMarketingFee = _marketingFee;
        _previousDeveloperFee = _developerFee;
        _previousCharityFee = _charityFee;

        _burnFee = 0;
        _marketingFee = 0;
        _developerFee = 0;
        _charityFee = 0;
    }

    function restoreAllFee() private {
        _burnFee = _previousBurnFee;
        _marketingFee = _previousMarketingFee;
        _developerFee = _previousDeveloperFee;
        _charityFee = _previousCharityFee;
    }

    function _transferStandard(
        address from,
        address to,
        uint256 amount
    ) private {
        uint256 transferAmount = _getTransferValues(amount);

        _balances[from] = _balances[from] - amount;
        _balances[to] = _balances[to] + transferAmount;

        burnFeeTransfer(from, amount);
        feeTransfer(from, amount, _marketingFee, marketingAddress);
        feeTransfer(from, amount, _developerFee, developerAddress);
        feeTransfer(from, amount, _charityFee, charityAddress);

        emit Transfer(from, to, transferAmount);
    }

    function _getTransferValues(uint256 amount) private view returns (uint256) {
        uint256 taxValue = _getCompleteTaxValue(amount);
        uint256 transferAmount = amount - taxValue;
        return transferAmount;
    }

    function _getCompleteTaxValue(uint256 amount)
        private
        view
        returns (uint256)
    {
        uint256 allTaxes = _burnFee +
            _marketingFee +
            _developerFee +
            _charityFee;
        uint256 taxValue = (amount * allTaxes) / 100;
        return taxValue;
    }

    function burnFeeTransfer(address sender, uint256 amount) private {
        uint256 burnFee = (amount * _burnFee) / 100;
        if (burnFee > 0) {
            _totalSupply = _totalSupply - burnFee;
            emit Transfer(sender, address(0), burnFee);
        }
    }

    function feeTransfer(
        address sender,
        uint256 amount,
        uint256 fee,
        address receiver
    ) private {
        uint256 currentFee = (amount * fee) / 100;
        if (currentFee > 0) {
            _balances[receiver] = _balances[receiver] + currentFee;
            emit Transfer(sender, receiver, currentFee);
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"totalSupply_","type":"uint256"},{"internalType":"uint8","name":"decimals_","type":"uint8"},{"internalType":"address[5]","name":"addr_","type":"address[5]"},{"internalType":"uint256[4]","name":"value_","type":"uint256[4]"}],"stateMutability":"payable","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":[],"name":"_burnFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_charityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_developerFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_marketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"charityAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"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":[],"name":"developerAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"excludeFromFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"includeInFee","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":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"burnFee_","type":"uint256"}],"name":"setBurnFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_charityAddress","type":"address"}],"name":"setCharityAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"charityFee_","type":"uint256"}],"name":"setCharityFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_developerAddress","type":"address"}],"name":"setDeveloperAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"developerFee_","type":"uint256"}],"name":"setDeveloperFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_marketingAddress","type":"address"}],"name":"setMarketingAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"marketingFee_","type":"uint256"}],"name":"setMarketingFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

Deployed Bytecode

0x6080604052600436106101dc5760003560e01c80636c31723211610102578063a9059cbb11610095578063dcc345f211610064578063dcc345f2146106cd578063dd62ed3e146106f6578063ea2f0b3714610733578063f2fde38b1461075c576101e3565b8063a9059cbb1461060f578063afcf2fc41461064c578063c0b0fda214610677578063caccd7f7146106a2576101e3565b8063906e9dd0116100d1578063906e9dd01461055357806395d89b411461057c578063a457c2d7146105a7578063a5ece941146105e4576101e3565b80636c317232146104ab57806370a08231146104d4578063715018a6146105115780638da5cb5b14610528576101e3565b8063313ce5671161017a57806348de478e1161014957806348de478e146103f15780634bf2c7c91461041c5780635342acb414610445578063625e764c14610482576101e3565b8063313ce56714610335578063395093511461036057806340f8007a1461039d578063437823ec146103c8576101e3565b806318160ddd116101b657806318160ddd1461027957806320c7c596146102a457806322976e0d146102cd57806323b872dd146102f8576101e3565b806306fdde03146101e8578063095ea7b3146102135780630c9be46d14610250576101e3565b366101e357005b600080fd5b3480156101f457600080fd5b506101fd610785565b60405161020a9190611f5f565b60405180910390f35b34801561021f57600080fd5b5061023a6004803603810190610235919061201a565b610817565b6040516102479190612075565b60405180910390f35b34801561025c57600080fd5b5061027760048036038101906102729190612090565b610835565b005b34801561028557600080fd5b5061028e6108f5565b60405161029b91906120cc565b60405180910390f35b3480156102b057600080fd5b506102cb60048036038101906102c691906120e7565b6108ff565b005b3480156102d957600080fd5b506102e2610985565b6040516102ef91906120cc565b60405180910390f35b34801561030457600080fd5b5061031f600480360381019061031a9190612114565b61098b565b60405161032c9190612075565b60405180910390f35b34801561034157600080fd5b5061034a610a83565b6040516103579190612183565b60405180910390f35b34801561036c57600080fd5b506103876004803603810190610382919061201a565b610a9a565b6040516103949190612075565b60405180910390f35b3480156103a957600080fd5b506103b2610b46565b6040516103bf91906120cc565b60405180910390f35b3480156103d457600080fd5b506103ef60048036038101906103ea9190612090565b610b4c565b005b3480156103fd57600080fd5b50610406610c23565b60405161041391906120cc565b60405180910390f35b34801561042857600080fd5b50610443600480360381019061043e91906120e7565b610c29565b005b34801561045157600080fd5b5061046c60048036038101906104679190612090565b610caf565b6040516104799190612075565b60405180910390f35b34801561048e57600080fd5b506104a960048036038101906104a491906120e7565b610d05565b005b3480156104b757600080fd5b506104d260048036038101906104cd91906120e7565b610d8b565b005b3480156104e057600080fd5b506104fb60048036038101906104f69190612090565b610e11565b60405161050891906120cc565b60405180910390f35b34801561051d57600080fd5b50610526610e59565b005b34801561053457600080fd5b5061053d610ee1565b60405161054a91906121ad565b60405180910390f35b34801561055f57600080fd5b5061057a60048036038101906105759190612090565b610f0b565b005b34801561058857600080fd5b50610591610fcb565b60405161059e9190611f5f565b60405180910390f35b3480156105b357600080fd5b506105ce60048036038101906105c9919061201a565b61105d565b6040516105db9190612075565b60405180910390f35b3480156105f057600080fd5b506105f9611148565b60405161060691906121ad565b60405180910390f35b34801561061b57600080fd5b506106366004803603810190610631919061201a565b61116e565b6040516106439190612075565b60405180910390f35b34801561065857600080fd5b5061066161118c565b60405161066e91906121ad565b60405180910390f35b34801561068357600080fd5b5061068c6111b2565b60405161069991906120cc565b60405180910390f35b3480156106ae57600080fd5b506106b76111b8565b6040516106c491906121ad565b60405180910390f35b3480156106d957600080fd5b506106f460048036038101906106ef9190612090565b6111de565b005b34801561070257600080fd5b5061071d600480360381019061071891906121c8565b61129e565b60405161072a91906120cc565b60405180910390f35b34801561073f57600080fd5b5061075a60048036038101906107559190612090565b611325565b005b34801561076857600080fd5b50610783600480360381019061077e9190612090565b6113fc565b005b60606003805461079490612237565b80601f01602080910402602001604051908101604052809291908181526020018280546107c090612237565b801561080d5780601f106107e25761010080835404028352916020019161080d565b820191906000526020600020905b8154815290600101906020018083116107f057829003601f168201915b5050505050905090565b600061082b6108246114f3565b84846114fb565b6001905092915050565b61083d6114f3565b73ffffffffffffffffffffffffffffffffffffffff1661085b610ee1565b73ffffffffffffffffffffffffffffffffffffffff16146108b1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108a8906122b4565b60405180910390fd5b80600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600254905090565b6109076114f3565b73ffffffffffffffffffffffffffffffffffffffff16610925610ee1565b73ffffffffffffffffffffffffffffffffffffffff161461097b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610972906122b4565b60405180910390fd5b8060108190555050565b600c5481565b60006109988484846116c4565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006109e36114f3565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610a63576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a5a90612346565b60405180910390fd5b610a7785610a6f6114f3565b8584036114fb565b60019150509392505050565b6000600760009054906101000a900460ff16905090565b6000610b3c610aa76114f3565b848460016000610ab56114f3565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054610b379190612395565b6114fb565b6001905092915050565b60105481565b610b546114f3565b73ffffffffffffffffffffffffffffffffffffffff16610b72610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614610bc8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bbf906122b4565b60405180910390fd5b6001600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b600e5481565b610c316114f3565b73ffffffffffffffffffffffffffffffffffffffff16610c4f610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614610ca5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9c906122b4565b60405180910390fd5b80600a8190555050565b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b610d0d6114f3565b73ffffffffffffffffffffffffffffffffffffffff16610d2b610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614610d81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d78906122b4565b60405180910390fd5b80600c8190555050565b610d936114f3565b73ffffffffffffffffffffffffffffffffffffffff16610db1610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614610e07576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dfe906122b4565b60405180910390fd5b80600e8190555050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610e616114f3565b73ffffffffffffffffffffffffffffffffffffffff16610e7f610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614610ed5576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ecc906122b4565b60405180910390fd5b610edf60006118c1565b565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610f136114f3565b73ffffffffffffffffffffffffffffffffffffffff16610f31610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614610f87576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f7e906122b4565b60405180910390fd5b80600760016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b606060048054610fda90612237565b80601f016020809104026020016040519081016040528092919081815260200182805461100690612237565b80156110535780601f1061102857610100808354040283529160200191611053565b820191906000526020600020905b81548152906001019060200180831161103657829003601f168201915b5050505050905090565b6000806001600061106c6114f3565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015611129576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111209061245d565b60405180910390fd5b61113d6111346114f3565b858584036114fb565b600191505092915050565b600760019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600061118261117b6114f3565b84846116c4565b6001905092915050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a5481565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6111e66114f3565b73ffffffffffffffffffffffffffffffffffffffff16611204610ee1565b73ffffffffffffffffffffffffffffffffffffffff161461125a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611251906122b4565b60405180910390fd5b80600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61132d6114f3565b73ffffffffffffffffffffffffffffffffffffffff1661134b610ee1565b73ffffffffffffffffffffffffffffffffffffffff16146113a1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611398906122b4565b60405180910390fd5b6000600660008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555050565b6114046114f3565b73ffffffffffffffffffffffffffffffffffffffff16611422610ee1565b73ffffffffffffffffffffffffffffffffffffffff1614611478576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161146f906122b4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036114e7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114de906124ef565b60405180910390fd5b6114f0816118c1565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361156a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161156190612581565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036115d9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115d090612613565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516116b791906120cc565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611733576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161172a906126a5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036117a2576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179990612737565b60405180910390fd5b60006117ad84610e11565b9050818110156117f2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117e9906127c9565b60405180910390fd5b6117fd848484611987565b600060019050600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806118a45750600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b156118ae57600090505b6118ba8585858461198c565b5050505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b505050565b8061199a576119996119b9565b5b6119a5848484611a34565b806119b3576119b2611c5e565b5b50505050565b6000600a541480156119cd57506000600c54145b80156119db57506000600e54145b80156119e957506000601054145b611a3257600a54600b81905550600c54600d81905550600e54600f819055506010546011819055506000600a819055506000600c819055506000600e8190555060006010819055505b565b6000611a3f82611c84565b9050816000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611a8b91906127e9565b6000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550806000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611b179190612395565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611b638483611cac565b611b938483600c54600760019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611d53565b611bc38483600e54600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611d53565b611bf38483601054600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16611d53565b8273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611c5091906120cc565b60405180910390a350505050565b600b54600a81905550600d54600c81905550600f54600e81905550601154601081905550565b600080611c9083611e71565b905060008184611ca091906127e9565b90508092505050919050565b60006064600a5483611cbe919061281d565b611cc891906128a6565b90506000811115611d4e5780600254611ce191906127e9565b600281905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611d4591906120cc565b60405180910390a35b505050565b600060648385611d63919061281d565b611d6d91906128a6565b90506000811115611e6a57806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054611dc29190612395565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611e6191906120cc565b60405180910390a35b5050505050565b600080601054600e54600c54600a54611e8a9190612395565b611e949190612395565b611e9e9190612395565b9050600060648285611eb0919061281d565b611eba91906128a6565b90508092505050919050565b600081519050919050565b600082825260208201905092915050565b60005b83811015611f00578082015181840152602081019050611ee5565b83811115611f0f576000848401525b50505050565b6000601f19601f8301169050919050565b6000611f3182611ec6565b611f3b8185611ed1565b9350611f4b818560208601611ee2565b611f5481611f15565b840191505092915050565b60006020820190508181036000830152611f798184611f26565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000611fb182611f86565b9050919050565b611fc181611fa6565b8114611fcc57600080fd5b50565b600081359050611fde81611fb8565b92915050565b6000819050919050565b611ff781611fe4565b811461200257600080fd5b50565b60008135905061201481611fee565b92915050565b6000806040838503121561203157612030611f81565b5b600061203f85828601611fcf565b925050602061205085828601612005565b9150509250929050565b60008115159050919050565b61206f8161205a565b82525050565b600060208201905061208a6000830184612066565b92915050565b6000602082840312156120a6576120a5611f81565b5b60006120b484828501611fcf565b91505092915050565b6120c681611fe4565b82525050565b60006020820190506120e160008301846120bd565b92915050565b6000602082840312156120fd576120fc611f81565b5b600061210b84828501612005565b91505092915050565b60008060006060848603121561212d5761212c611f81565b5b600061213b86828701611fcf565b935050602061214c86828701611fcf565b925050604061215d86828701612005565b9150509250925092565b600060ff82169050919050565b61217d81612167565b82525050565b60006020820190506121986000830184612174565b92915050565b6121a781611fa6565b82525050565b60006020820190506121c2600083018461219e565b92915050565b600080604083850312156121df576121de611f81565b5b60006121ed85828601611fcf565b92505060206121fe85828601611fcf565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061224f57607f821691505b60208210810361226257612261612208565b5b50919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b600061229e602083611ed1565b91506122a982612268565b602082019050919050565b600060208201905081810360008301526122cd81612291565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206160008201527f6c6c6f77616e6365000000000000000000000000000000000000000000000000602082015250565b6000612330602883611ed1565b915061233b826122d4565b604082019050919050565b6000602082019050818103600083015261235f81612323565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006123a082611fe4565b91506123ab83611fe4565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156123e0576123df612366565b5b828201905092915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000612447602583611ed1565b9150612452826123eb565b604082019050919050565b600060208201905081810360008301526124768161243a565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b60006124d9602683611ed1565b91506124e48261247d565b604082019050919050565b60006020820190508181036000830152612508816124cc565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061256b602483611ed1565b91506125768261250f565b604082019050919050565b6000602082019050818103600083015261259a8161255e565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006125fd602283611ed1565b9150612608826125a1565b604082019050919050565b6000602082019050818103600083015261262c816125f0565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061268f602583611ed1565b915061269a82612633565b604082019050919050565b600060208201905081810360008301526126be81612682565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000612721602383611ed1565b915061272c826126c5565b604082019050919050565b6000602082019050818103600083015261275081612714565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006127b3602683611ed1565b91506127be82612757565b604082019050919050565b600060208201905081810360008301526127e2816127a6565b9050919050565b60006127f482611fe4565b91506127ff83611fe4565b92508282101561281257612811612366565b5b828203905092915050565b600061282882611fe4565b915061283383611fe4565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff048311821515161561286c5761286b612366565b5b828202905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b60006128b182611fe4565b91506128bc83611fe4565b9250826128cc576128cb612877565b5b82820490509291505056fea26469706673582212209d1883b1241ffb307931ff1fb1b079e80540b261959f1596c2691f61172c5dff64736f6c634300080f0033

Deployed Bytecode Sourcemap

18985:7060:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8617:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10925:210;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21927:122;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9737:108;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21536:107;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;19312:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11617:529;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21079:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12555:297;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19474:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22189:111;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;19393:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21187:95;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22057:124;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21290:115;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;21413;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9908:177;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5783:103;;;;;;;;;;;;;:::i;:::-;;5132:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21651:130;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8836:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13355:482;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19127:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10298:216;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19203:29;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19241:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;19165:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21789:130;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;10577:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22308:110;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6041:238;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8617:100;8671:13;8704:5;8697:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8617:100;:::o;10925:210::-;11044:4;11066:39;11075:12;:10;:12::i;:::-;11089:7;11098:6;11066:8;:39::i;:::-;11123:4;11116:11;;10925:210;;;;:::o;21927:122::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;22026:15:::1;22009:14;;:32;;;;;;;;;;;;;;;;;;21927:122:::0;:::o;9737:108::-;9798:7;9825:12;;9818:19;;9737:108;:::o;21536:107::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21624:11:::1;21610;:25;;;;21536:107:::0;:::o;19312:28::-;;;;:::o;11617:529::-;11757:4;11774:36;11784:6;11792:9;11803:6;11774:9;:36::i;:::-;11823:24;11850:11;:19;11862:6;11850:19;;;;;;;;;;;;;;;:33;11870:12;:10;:12::i;:::-;11850:33;;;;;;;;;;;;;;;;11823:60;;11936:6;11916:16;:26;;11894:116;;;;;;;;;;;;:::i;:::-;;;;;;;;;12046:57;12055:6;12063:12;:10;:12::i;:::-;12096:6;12077:16;:25;12046:8;:57::i;:::-;12134:4;12127:11;;;11617:529;;;;;:::o;21079:100::-;21137:5;21162:9;;;;;;;;;;;21155:16;;21079:100;:::o;12555:297::-;12670:4;12692:130;12715:12;:10;:12::i;:::-;12742:7;12801:10;12764:11;:25;12776:12;:10;:12::i;:::-;12764:25;;;;;;;;;;;;;;;:34;12790:7;12764:34;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;12692:8;:130::i;:::-;12840:4;12833:11;;12555:297;;;;:::o;19474:26::-;;;;:::o;22189:111::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;22288:4:::1;22258:18;:27;22277:7;22258:27;;;;;;;;;;;;;;;;:34;;;;;;;;;;;;;;;;;;22189:111:::0;:::o;19393:28::-;;;;:::o;21187:95::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21266:8:::1;21255;:19;;;;21187:95:::0;:::o;22057:124::-;22122:4;22146:18;:27;22165:7;22146:27;;;;;;;;;;;;;;;;;;;;;;;;;22139:34;;22057:124;;;:::o;21290:115::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21384:13:::1;21368;:29;;;;21290:115:::0;:::o;21413:::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21507:13:::1;21491;:29;;;;21413:115:::0;:::o;9908:177::-;10027:7;10059:9;:18;10069:7;10059:18;;;;;;;;;;;;;;;;10052:25;;9908:177;;;:::o;5783:103::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;5848:30:::1;5875:1;5848:18;:30::i;:::-;5783:103::o:0;5132:87::-;5178:7;5205:6;;;;;;;;;;;5198:13;;5132:87;:::o;21651:130::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21756:17:::1;21737:16;;:36;;;;;;;;;;;;;;;;;;21651:130:::0;:::o;8836:104::-;8892:13;8925:7;8918:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8836:104;:::o;13355:482::-;13475:4;13497:24;13524:11;:25;13536:12;:10;:12::i;:::-;13524:25;;;;;;;;;;;;;;;:34;13550:7;13524:34;;;;;;;;;;;;;;;;13497:61;;13611:15;13591:16;:35;;13569:122;;;;;;;;;;;;:::i;:::-;;;;;;;;;13727:67;13736:12;:10;:12::i;:::-;13750:7;13778:15;13759:16;:34;13727:8;:67::i;:::-;13825:4;13818:11;;;13355:482;;;;:::o;19127:31::-;;;;;;;;;;;;;:::o;10298:216::-;10420:4;10442:42;10452:12;:10;:12::i;:::-;10466:9;10477:6;10442:9;:42::i;:::-;10502:4;10495:11;;10298:216;;;;:::o;19203:29::-;;;;;;;;;;;;;:::o;19241:23::-;;;;:::o;19165:31::-;;;;;;;;;;;;;:::o;21789:130::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;21894:17:::1;21875:16;;:36;;;;;;;;;;;;;;;;;;21789:130:::0;:::o;10577:201::-;10711:7;10743:11;:18;10755:5;10743:18;;;;;;;;;;;;;;;:27;10762:7;10743:27;;;;;;;;;;;;;;;;10736:34;;10577:201;;;;:::o;22308:110::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;22405:5:::1;22375:18;:27;22394:7;22375:27;;;;;;;;;;;;;;;;:35;;;;;;;;;;;;;;;;;;22308:110:::0;:::o;6041:238::-;5363:12;:10;:12::i;:::-;5352:23;;:7;:5;:7::i;:::-;:23;;;5344:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;6164:1:::1;6144:22;;:8;:22;;::::0;6122:110:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;6243:28;6262:8;6243:18;:28::i;:::-;6041:238:::0;:::o;3974:98::-;4027:7;4054:10;4047:17;;3974:98;:::o;17145:380::-;17298:1;17281:19;;:5;:19;;;17273:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;17379:1;17360:21;;:7;:21;;;17352:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;17463:6;17433:11;:18;17445:5;17433:18;;;;;;;;;;;;;;;:27;17452:7;17433:27;;;;;;;;;;;;;;;:36;;;;17501:7;17485:32;;17494:5;17485:32;;;17510:6;17485:32;;;;;;:::i;:::-;;;;;;;;17145:380;;;:::o;22426:749::-;22593:1;22575:20;;:6;:20;;;22567:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;22677:1;22656:23;;:9;:23;;;22648:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;22730:21;22754:17;22764:6;22754:9;:17::i;:::-;22730:41;;22821:6;22804:13;:23;;22782:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;22906:47;22927:6;22935:9;22946:6;22906:20;:47::i;:::-;22966:12;22981:4;22966:19;;23002:18;:26;23021:6;23002:26;;;;;;;;;;;;;;;;;;;;;;;;;:59;;;;23032:18;:29;23051:9;23032:29;;;;;;;;;;;;;;;;;;;;;;;;;23002:59;22998:107;;;23088:5;23078:15;;22998:107;23117:50;23132:6;23140:9;23151:6;23159:7;23117:14;:50::i;:::-;22556:619;;22426:749;;;:::o;6439:191::-;6513:16;6532:6;;;;;;;;;;;6513:25;;6558:8;6549:6;;:17;;;;;;;;;;;;;;;;;;6613:8;6582:40;;6603:8;6582:40;;;;;;;;;;;;6502:128;6439:191;:::o;18125:125::-;;;;:::o;23183:318::-;23329:7;23324:55;;23353:14;:12;:14::i;:::-;23324:55;23391:34;23409:4;23415:2;23419:5;23391:17;:34::i;:::-;23443:7;23438:56;;23467:15;:13;:15::i;:::-;23438:56;23183:318;;;;:::o;23509:490::-;23582:1;23570:8;;:13;:48;;;;;23617:1;23600:13;;:18;23570:48;:83;;;;;23652:1;23635:13;;:18;23570:83;:116;;;;;23685:1;23670:11;;:16;23570:116;23698:7;23552:153;23736:8;;23717:16;:27;;;;23779:13;;23755:21;:37;;;;23827:13;;23803:21;:37;;;;23873:11;;23851:19;:33;;;;23908:1;23897:8;:12;;;;23936:1;23920:13;:17;;;;23964:1;23948:13;:17;;;;23990:1;23976:11;:15;;;;23509:490;:::o;24234:590::-;24356:22;24381:26;24400:6;24381:18;:26::i;:::-;24356:51;;24456:6;24438:9;:15;24448:4;24438:15;;;;;;;;;;;;;;;;:24;;;;:::i;:::-;24420:9;:15;24430:4;24420:15;;;;;;;;;;;;;;;:42;;;;24505:14;24489:9;:13;24499:2;24489:13;;;;;;;;;;;;;;;;:30;;;;:::i;:::-;24473:9;:13;24483:2;24473:13;;;;;;;;;;;;;;;:46;;;;24532:29;24548:4;24554:6;24532:15;:29::i;:::-;24572:58;24584:4;24590:6;24598:13;;24613:16;;;;;;;;;;;24572:11;:58::i;:::-;24641;24653:4;24659:6;24667:13;;24682:16;;;;;;;;;;;24641:11;:58::i;:::-;24710:54;24722:4;24728:6;24736:11;;24749:14;;;;;;;;;;;24710:11;:54::i;:::-;24797:2;24782:34;;24791:4;24782:34;;;24801:14;24782:34;;;;;;:::i;:::-;;;;;;;;24345:479;24234:590;;;:::o;24007:219::-;24062:16;;24051:8;:27;;;;24105:21;;24089:13;:37;;;;24153:21;;24137:13;:37;;;;24199:19;;24185:11;:33;;;;24007:219::o;24832:226::-;24898:7;24918:16;24937:28;24958:6;24937:20;:28::i;:::-;24918:47;;24976:22;25010:8;25001:6;:17;;;;:::i;:::-;24976:42;;25036:14;25029:21;;;;24832:226;;;:::o;25395:275::-;25471:15;25511:3;25499:8;;25490:6;:17;;;;:::i;:::-;25489:25;;;;:::i;:::-;25471:43;;25539:1;25529:7;:11;25525:138;;;25587:7;25572:12;;:22;;;;:::i;:::-;25557:12;:37;;;;25639:1;25614:37;;25623:6;25614:37;;;25643:7;25614:37;;;;;;:::i;:::-;;;;;;;;25525:138;25460:210;25395:275;;:::o;25678:364::-;25824:18;25862:3;25855;25846:6;:12;;;;:::i;:::-;25845:20;;;;:::i;:::-;25824:41;;25893:1;25880:10;:14;25876:159;;;25955:10;25933:9;:19;25943:8;25933:19;;;;;;;;;;;;;;;;:32;;;;:::i;:::-;25911:9;:19;25921:8;25911:19;;;;;;;;;;;;;;;:54;;;;26002:8;25985:38;;25994:6;25985:38;;;26012:10;25985:38;;;;;;:::i;:::-;;;;;;;;25876:159;25813:229;25678:364;;;;:::o;25066:321::-;25161:7;25186:16;25287:11;;25258:13;;25229;;25205:8;;:37;;;;:::i;:::-;:66;;;;:::i;:::-;:93;;;;:::i;:::-;25186:112;;25309:16;25350:3;25338:8;25329:6;:17;;;;:::i;:::-;25328:25;;;;:::i;:::-;25309:44;;25371:8;25364:15;;;;25066:321;;;:::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:307::-;355:1;365:113;379:6;376:1;373:13;365:113;;;464:1;459:3;455:11;449:18;445:1;440:3;436:11;429:39;401:2;398:1;394:10;389:15;;365:113;;;496:6;493:1;490:13;487:101;;;576:1;567:6;562:3;558:16;551:27;487:101;336:258;287:307;;;:::o;600:102::-;641:6;692:2;688:7;683:2;676:5;672:14;668:28;658:38;;600:102;;;:::o;708:364::-;796:3;824:39;857:5;824:39;:::i;:::-;879:71;943:6;938:3;879:71;:::i;:::-;872:78;;959:52;1004:6;999:3;992:4;985:5;981:16;959:52;:::i;:::-;1036:29;1058:6;1036:29;:::i;:::-;1031:3;1027:39;1020:46;;800:272;708:364;;;;:::o;1078:313::-;1191:4;1229:2;1218:9;1214:18;1206:26;;1278:9;1272:4;1268:20;1264:1;1253:9;1249:17;1242:47;1306:78;1379:4;1370:6;1306:78;:::i;:::-;1298:86;;1078:313;;;;:::o;1478:117::-;1587:1;1584;1577:12;1724:126;1761:7;1801:42;1794:5;1790:54;1779:65;;1724:126;;;:::o;1856:96::-;1893:7;1922:24;1940:5;1922:24;:::i;:::-;1911:35;;1856:96;;;:::o;1958:122::-;2031:24;2049:5;2031:24;:::i;:::-;2024:5;2021:35;2011:63;;2070:1;2067;2060:12;2011:63;1958:122;:::o;2086:139::-;2132:5;2170:6;2157:20;2148:29;;2186:33;2213:5;2186:33;:::i;:::-;2086:139;;;;:::o;2231:77::-;2268:7;2297:5;2286:16;;2231:77;;;:::o;2314:122::-;2387:24;2405:5;2387:24;:::i;:::-;2380:5;2377:35;2367:63;;2426:1;2423;2416:12;2367:63;2314:122;:::o;2442:139::-;2488:5;2526:6;2513:20;2504:29;;2542:33;2569:5;2542:33;:::i;:::-;2442:139;;;;:::o;2587:474::-;2655:6;2663;2712:2;2700:9;2691:7;2687:23;2683:32;2680:119;;;2718:79;;:::i;:::-;2680:119;2838:1;2863:53;2908:7;2899:6;2888:9;2884:22;2863:53;:::i;:::-;2853:63;;2809:117;2965:2;2991:53;3036:7;3027:6;3016:9;3012:22;2991:53;:::i;:::-;2981:63;;2936:118;2587:474;;;;;:::o;3067:90::-;3101:7;3144:5;3137:13;3130:21;3119:32;;3067:90;;;:::o;3163:109::-;3244:21;3259:5;3244:21;:::i;:::-;3239:3;3232:34;3163:109;;:::o;3278:210::-;3365:4;3403:2;3392:9;3388:18;3380:26;;3416:65;3478:1;3467:9;3463:17;3454:6;3416:65;:::i;:::-;3278:210;;;;:::o;3494:329::-;3553:6;3602:2;3590:9;3581:7;3577:23;3573:32;3570:119;;;3608:79;;:::i;:::-;3570:119;3728:1;3753:53;3798:7;3789:6;3778:9;3774:22;3753:53;:::i;:::-;3743:63;;3699:117;3494:329;;;;:::o;3829:118::-;3916:24;3934:5;3916:24;:::i;:::-;3911:3;3904:37;3829:118;;:::o;3953:222::-;4046:4;4084:2;4073:9;4069:18;4061:26;;4097:71;4165:1;4154:9;4150:17;4141:6;4097:71;:::i;:::-;3953:222;;;;:::o;4181:329::-;4240:6;4289:2;4277:9;4268:7;4264:23;4260:32;4257:119;;;4295:79;;:::i;:::-;4257:119;4415:1;4440:53;4485:7;4476:6;4465:9;4461:22;4440:53;:::i;:::-;4430:63;;4386:117;4181:329;;;;:::o;4516:619::-;4593:6;4601;4609;4658:2;4646:9;4637:7;4633:23;4629:32;4626:119;;;4664:79;;:::i;:::-;4626:119;4784:1;4809:53;4854:7;4845:6;4834:9;4830:22;4809:53;:::i;:::-;4799:63;;4755:117;4911:2;4937:53;4982:7;4973:6;4962:9;4958:22;4937:53;:::i;:::-;4927:63;;4882:118;5039:2;5065:53;5110:7;5101:6;5090:9;5086:22;5065:53;:::i;:::-;5055:63;;5010:118;4516:619;;;;;:::o;5141:86::-;5176:7;5216:4;5209:5;5205:16;5194:27;;5141:86;;;:::o;5233:112::-;5316:22;5332:5;5316:22;:::i;:::-;5311:3;5304:35;5233:112;;:::o;5351:214::-;5440:4;5478:2;5467:9;5463:18;5455:26;;5491:67;5555:1;5544:9;5540:17;5531:6;5491:67;:::i;:::-;5351:214;;;;:::o;5571:118::-;5658:24;5676:5;5658:24;:::i;:::-;5653:3;5646:37;5571:118;;:::o;5695:222::-;5788:4;5826:2;5815:9;5811:18;5803:26;;5839:71;5907:1;5896:9;5892:17;5883:6;5839:71;:::i;:::-;5695:222;;;;:::o;5923:474::-;5991:6;5999;6048:2;6036:9;6027:7;6023:23;6019:32;6016:119;;;6054:79;;:::i;:::-;6016:119;6174:1;6199:53;6244:7;6235:6;6224:9;6220:22;6199:53;:::i;:::-;6189:63;;6145:117;6301:2;6327:53;6372:7;6363:6;6352:9;6348:22;6327:53;:::i;:::-;6317:63;;6272:118;5923:474;;;;;:::o;6403:180::-;6451:77;6448:1;6441:88;6548:4;6545:1;6538:15;6572:4;6569:1;6562:15;6589:320;6633:6;6670:1;6664:4;6660:12;6650:22;;6717:1;6711:4;6707:12;6738:18;6728:81;;6794:4;6786:6;6782:17;6772:27;;6728:81;6856:2;6848:6;6845:14;6825:18;6822:38;6819:84;;6875:18;;:::i;:::-;6819:84;6640:269;6589:320;;;:::o;6915:182::-;7055:34;7051:1;7043:6;7039:14;7032:58;6915:182;:::o;7103:366::-;7245:3;7266:67;7330:2;7325:3;7266:67;:::i;:::-;7259:74;;7342:93;7431:3;7342:93;:::i;:::-;7460:2;7455:3;7451:12;7444:19;;7103:366;;;:::o;7475:419::-;7641:4;7679:2;7668:9;7664:18;7656:26;;7728:9;7722:4;7718:20;7714:1;7703:9;7699:17;7692:47;7756:131;7882:4;7756:131;:::i;:::-;7748:139;;7475:419;;;:::o;7900:227::-;8040:34;8036:1;8028:6;8024:14;8017:58;8109:10;8104:2;8096:6;8092:15;8085:35;7900:227;:::o;8133:366::-;8275:3;8296:67;8360:2;8355:3;8296:67;:::i;:::-;8289:74;;8372:93;8461:3;8372:93;:::i;:::-;8490:2;8485:3;8481:12;8474:19;;8133:366;;;:::o;8505:419::-;8671:4;8709:2;8698:9;8694:18;8686:26;;8758:9;8752:4;8748:20;8744:1;8733:9;8729:17;8722:47;8786:131;8912:4;8786:131;:::i;:::-;8778:139;;8505:419;;;:::o;8930:180::-;8978:77;8975:1;8968:88;9075:4;9072:1;9065:15;9099:4;9096:1;9089:15;9116:305;9156:3;9175:20;9193:1;9175:20;:::i;:::-;9170:25;;9209:20;9227:1;9209:20;:::i;:::-;9204:25;;9363:1;9295:66;9291:74;9288:1;9285:81;9282:107;;;9369:18;;:::i;:::-;9282:107;9413:1;9410;9406:9;9399:16;;9116:305;;;;:::o;9427:224::-;9567:34;9563:1;9555:6;9551:14;9544:58;9636:7;9631:2;9623:6;9619:15;9612:32;9427:224;:::o;9657:366::-;9799:3;9820:67;9884:2;9879:3;9820:67;:::i;:::-;9813:74;;9896:93;9985:3;9896:93;:::i;:::-;10014:2;10009:3;10005:12;9998:19;;9657:366;;;:::o;10029:419::-;10195:4;10233:2;10222:9;10218:18;10210:26;;10282:9;10276:4;10272:20;10268:1;10257:9;10253:17;10246:47;10310:131;10436:4;10310:131;:::i;:::-;10302:139;;10029:419;;;:::o;10454:225::-;10594:34;10590:1;10582:6;10578:14;10571:58;10663:8;10658:2;10650:6;10646:15;10639:33;10454:225;:::o;10685:366::-;10827:3;10848:67;10912:2;10907:3;10848:67;:::i;:::-;10841:74;;10924:93;11013:3;10924:93;:::i;:::-;11042:2;11037:3;11033:12;11026:19;;10685:366;;;:::o;11057:419::-;11223:4;11261:2;11250:9;11246:18;11238:26;;11310:9;11304:4;11300:20;11296:1;11285:9;11281:17;11274:47;11338:131;11464:4;11338:131;:::i;:::-;11330:139;;11057:419;;;:::o;11482:223::-;11622:34;11618:1;11610:6;11606:14;11599:58;11691:6;11686:2;11678:6;11674:15;11667:31;11482:223;:::o;11711:366::-;11853:3;11874:67;11938:2;11933:3;11874:67;:::i;:::-;11867:74;;11950:93;12039:3;11950:93;:::i;:::-;12068:2;12063:3;12059:12;12052:19;;11711:366;;;:::o;12083:419::-;12249:4;12287:2;12276:9;12272:18;12264:26;;12336:9;12330:4;12326:20;12322:1;12311:9;12307:17;12300:47;12364:131;12490:4;12364:131;:::i;:::-;12356:139;;12083:419;;;:::o;12508:221::-;12648:34;12644:1;12636:6;12632:14;12625:58;12717:4;12712:2;12704:6;12700:15;12693:29;12508:221;:::o;12735:366::-;12877:3;12898:67;12962:2;12957:3;12898:67;:::i;:::-;12891:74;;12974:93;13063:3;12974:93;:::i;:::-;13092:2;13087:3;13083:12;13076:19;;12735:366;;;:::o;13107:419::-;13273:4;13311:2;13300:9;13296:18;13288:26;;13360:9;13354:4;13350:20;13346:1;13335:9;13331:17;13324:47;13388:131;13514:4;13388:131;:::i;:::-;13380:139;;13107:419;;;:::o;13532:224::-;13672:34;13668:1;13660:6;13656:14;13649:58;13741:7;13736:2;13728:6;13724:15;13717:32;13532:224;:::o;13762:366::-;13904:3;13925:67;13989:2;13984:3;13925:67;:::i;:::-;13918:74;;14001:93;14090:3;14001:93;:::i;:::-;14119:2;14114:3;14110:12;14103:19;;13762:366;;;:::o;14134:419::-;14300:4;14338:2;14327:9;14323:18;14315:26;;14387:9;14381:4;14377:20;14373:1;14362:9;14358:17;14351:47;14415:131;14541:4;14415:131;:::i;:::-;14407:139;;14134:419;;;:::o;14559:222::-;14699:34;14695:1;14687:6;14683:14;14676:58;14768:5;14763:2;14755:6;14751:15;14744:30;14559:222;:::o;14787:366::-;14929:3;14950:67;15014:2;15009:3;14950:67;:::i;:::-;14943:74;;15026:93;15115:3;15026:93;:::i;:::-;15144:2;15139:3;15135:12;15128:19;;14787:366;;;:::o;15159:419::-;15325:4;15363:2;15352:9;15348:18;15340:26;;15412:9;15406:4;15402:20;15398:1;15387:9;15383:17;15376:47;15440:131;15566:4;15440:131;:::i;:::-;15432:139;;15159:419;;;:::o;15584:225::-;15724:34;15720:1;15712:6;15708:14;15701:58;15793:8;15788:2;15780:6;15776:15;15769:33;15584:225;:::o;15815:366::-;15957:3;15978:67;16042:2;16037:3;15978:67;:::i;:::-;15971:74;;16054:93;16143:3;16054:93;:::i;:::-;16172:2;16167:3;16163:12;16156:19;;15815:366;;;:::o;16187:419::-;16353:4;16391:2;16380:9;16376:18;16368:26;;16440:9;16434:4;16430:20;16426:1;16415:9;16411:17;16404:47;16468:131;16594:4;16468:131;:::i;:::-;16460:139;;16187:419;;;:::o;16612:191::-;16652:4;16672:20;16690:1;16672:20;:::i;:::-;16667:25;;16706:20;16724:1;16706:20;:::i;:::-;16701:25;;16745:1;16742;16739:8;16736:34;;;16750:18;;:::i;:::-;16736:34;16795:1;16792;16788:9;16780:17;;16612:191;;;;:::o;16809:348::-;16849:7;16872:20;16890:1;16872:20;:::i;:::-;16867:25;;16906:20;16924:1;16906:20;:::i;:::-;16901:25;;17094:1;17026:66;17022:74;17019:1;17016:81;17011:1;17004:9;16997:17;16993:105;16990:131;;;17101:18;;:::i;:::-;16990:131;17149:1;17146;17142:9;17131:20;;16809:348;;;;:::o;17163:180::-;17211:77;17208:1;17201:88;17308:4;17305:1;17298:15;17332:4;17329:1;17322:15;17349:185;17389:1;17406:20;17424:1;17406:20;:::i;:::-;17401:25;;17440:20;17458:1;17440:20;:::i;:::-;17435:25;;17479:1;17469:35;;17484:18;;:::i;:::-;17469:35;17526:1;17523;17519:9;17514:14;;17349:185;;;;:::o

Swarm Source

ipfs://9d1883b1241ffb307931ff1fb1b079e80540b261959f1596c2691f61172c5dff

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  ]
[ 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.