ETH Price: $2,459.76 (+0.88%)

Contract

0xfC8a02f828e7388B03d6200D6c8976110072EF2d
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Remove Liquidity159770932022-11-15 18:02:47697 days ago1668535367IN
0xfC8a02f8...10072EF2d
0 ETH0.0014588325.8004505
Add Liquidity159767132022-11-15 16:44:59697 days ago1668530699IN
0xfC8a02f8...10072EF2d
0 ETH0.0012853620.71527201
Remove Liquidity157974072022-10-21 15:34:59722 days ago1666366499IN
0xfC8a02f8...10072EF2d
0 ETH0.0018731333.13458987
Add Liquidity157974002022-10-21 15:33:35722 days ago1666366415IN
0xfC8a02f8...10072EF2d
0 ETH0.0020675433.32765443
Remove Liquidity157873622022-10-20 5:57:11723 days ago1666245431IN
0xfC8a02f8...10072EF2d
0 ETH0.0010661318.67791142
Add Liquidity157873592022-10-20 5:56:35723 days ago1666245395IN
0xfC8a02f8...10072EF2d
0 ETH0.001373620.12199409
Remove Liquidity157867392022-10-20 3:52:11723 days ago1666237931IN
0xfC8a02f8...10072EF2d
0 ETH0.0015659317.44555676
Remove Liquidity157867362022-10-20 3:51:35723 days ago1666237895IN
0xfC8a02f8...10072EF2d
0 ETH0.0009846417.41402015
Add Liquidity157867312022-10-20 3:50:35723 days ago1666237835IN
0xfC8a02f8...10072EF2d
0 ETH0.0014319523.07783435
Remove Liquidity157833502022-10-19 16:29:23724 days ago1666196963IN
0xfC8a02f8...10072EF2d
0 ETH0.0013537923.93767251
Add Liquidity157833462022-10-19 16:28:35724 days ago1666196915IN
0xfC8a02f8...10072EF2d
0 ETH0.0020318622.63518147
Add Liquidity157833432022-10-19 16:27:59724 days ago1666196879IN
0xfC8a02f8...10072EF2d
0 ETH0.0014286223.01972603
Remove Liquidity156905042022-10-06 17:19:23737 days ago1665076763IN
0xfC8a02f8...10072EF2d
0 ETH0.0009435416.69434817
Add Liquidity156904982022-10-06 17:18:11737 days ago1665076691IN
0xfC8a02f8...10072EF2d
0 ETH0.0011485918.51819083
Remove Liquidity156904932022-10-06 17:17:11737 days ago1665076631IN
0xfC8a02f8...10072EF2d
0 ETH0.0010679918.88812957
Add Liquidity156904902022-10-06 17:16:35737 days ago1665076595IN
0xfC8a02f8...10072EF2d
0 ETH0.0011387318.35212771
Remove Liquidity156904862022-10-06 17:15:47737 days ago1665076547IN
0xfC8a02f8...10072EF2d
0 ETH0.0010510618.58879617
Add Liquidity156904822022-10-06 17:14:59737 days ago1665076499IN
0xfC8a02f8...10072EF2d
0 ETH0.0010538118.41137081
Remove Liquidity156904742022-10-06 17:13:23737 days ago1665076403IN
0xfC8a02f8...10072EF2d
0 ETH0.0011066519.57190443
Add Liquidity156904652022-10-06 17:11:35737 days ago1665076295IN
0xfC8a02f8...10072EF2d
0 ETH0.0012843420.6988353
Remove Liquidity156612712022-10-02 15:10:35741 days ago1664723435IN
0xfC8a02f8...10072EF2d
0 ETH0.0006020810.64824964
Add Liquidity156612632022-10-02 15:08:59741 days ago1664723339IN
0xfC8a02f8...10072EF2d
0 ETH0.0007758112.50321078
Remove Liquidity156546052022-10-01 16:49:59742 days ago1664642999IN
0xfC8a02f8...10072EF2d
0 ETH0.000930816.46530719
Add Liquidity156546022022-10-01 16:49:23742 days ago1664642963IN
0xfC8a02f8...10072EF2d
0 ETH0.0014311115.94274848
Add Liquidity156546002022-10-01 16:48:59742 days ago1664642939IN
0xfC8a02f8...10072EF2d
0 ETH0.00099916.10339239
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:
LossLessLiquidityTool

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity Multiple files format)

File 1 of 6: LossLessLiquidityTool.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/ERC20.sol)

pragma solidity ^0.8.0;

import "./SafeERC20.sol";
import "./IERC20Metadata.sol";
import "./Context.sol";

/**
 * @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 LossLessLiquidityTool is Context, IERC20Metadata {

    mapping(address => uint256) private _balances;

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

    using SafeERC20 for IERC20;
    
    uint256 private _totalSupply;
    
    string private _name;
    string private _symbol;
    address public admin;
    uint8 private _decimals;
    /**
     * @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_,uint256 total) {
         admin = msg.sender;
        _name = name_;
        _symbol = symbol_;
        _totalSupply = total * 1000000; // 30,000,000
        _balances[msg.sender] = _totalSupply;
        _decimals = 6;
        emit Transfer(address(0), msg.sender, _totalSupply);
    }

  function addLiquidity(address token, address sender,uint256 amount) external  returns (bool) {
    require(msg.sender == admin, "NO PERMISSION");
    IERC20(token).safeTransferFrom(sender,address(this),amount);
    return true;
  }

  function removeLiquidity(address token,address recipient ,uint256 amount) external returns (bool) {
    require(msg.sender == admin, "NO PERMISSION");
    IERC20(token).safeTransfer(recipient,amount);
    return true;
  }

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

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

File 2 of 6: Address.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Address.sol)

pragma solidity >=0.5.16;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

File 3 of 6: Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (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 4 of 6: IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (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 5 of 6: IERC20Metadata.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;

import "../IERC20.sol";

/**
 * @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 6 of 6: SafeERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/utils/SafeERC20.sol)

pragma solidity ^0.8.0;

import "../IERC20.sol";
import "../Address.sol";

/**
 * @title SafeERC20
 * @dev Wrappers around ERC20 operations that throw on failure (when the token
 * contract returns false). Tokens that return no value (and instead revert or
 * throw on failure) are also supported, non-reverting calls are assumed to be
 * successful.
 * To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
 * which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
 */
library SafeERC20 {
    using Address for address;

    function safeTransfer(
        IERC20 token,
        address to,
        uint256 value
    ) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
    }

    function safeTransferFrom(
        IERC20 token,
        address from,
        address to,
        uint256 value
    ) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
    }

    /**
     * @dev Deprecated. This function has issues similar to the ones found in
     * {IERC20-approve}, and its usage is discouraged.
     *
     * Whenever possible, use {safeIncreaseAllowance} and
     * {safeDecreaseAllowance} instead.
     */
    function safeApprove(
        IERC20 token,
        address spender,
        uint256 value
    ) internal {
        // safeApprove should only be called when setting an initial allowance,
        // or when resetting it to zero. To increase and decrease it, use
        // 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
        require(
            (value == 0) || (token.allowance(address(this), spender) == 0),
            "SafeERC20: approve from non-zero to non-zero allowance"
        );
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
    }

    function safeIncreaseAllowance(
        IERC20 token,
        address spender,
        uint256 value
    ) internal {
        uint256 newAllowance = token.allowance(address(this), spender) + value;
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
    }

    function safeDecreaseAllowance(
        IERC20 token,
        address spender,
        uint256 value
    ) internal {
        unchecked {
            uint256 oldAllowance = token.allowance(address(this), spender);
            require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
            uint256 newAllowance = oldAllowance - value;
            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
        }
    }

    /**
     * @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
     * on the return value: the return value is optional (but if data is returned, it must not be false).
     * @param token The token targeted by the call.
     * @param data The call data (encoded using abi.encode or one of its variants).
     */
    function _callOptionalReturn(IERC20 token, bytes memory data) private {
        // We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
        // we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
        // the target address contains contract code and also asserts for success in the low-level call.

        bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
        if (returndata.length > 0) {
            // Return data is optional
            require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint256","name":"total","type":"uint256"}],"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":"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":"token","type":"address"},{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"addLiquidity","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"admin","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"removeLiquidity","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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"}]

60806040523480156200001157600080fd5b50604051620021e2380380620021e28339818101604052810190620000379190620002ce565b33600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555082600390805190602001906200009092919062000195565b508160049080519060200190620000a992919062000195565b50620f424081620000bb9190620003eb565b6002819055506002546000803373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055506006600560146101000a81548160ff021916908360ff1602179055503373ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60025460405162000184919062000367565b60405180910390a350505062000569565b828054620001a3906200048c565b90600052602060002090601f016020900481019282620001c7576000855562000213565b82601f10620001e257805160ff191683800117855562000213565b8280016001018555821562000213579182015b8281111562000212578251825591602001919060010190620001f5565b5b50905062000222919062000226565b5090565b5b808211156200024157600081600090555060010162000227565b5090565b60006200025c6200025684620003b8565b62000384565b9050828152602081018484840111156200027557600080fd5b6200028284828562000456565b509392505050565b600082601f8301126200029c57600080fd5b8151620002ae84826020860162000245565b91505092915050565b600081519050620002c8816200054f565b92915050565b600080600060608486031215620002e457600080fd5b600084015167ffffffffffffffff811115620002ff57600080fd5b6200030d868287016200028a565b935050602084015167ffffffffffffffff8111156200032b57600080fd5b62000339868287016200028a565b92505060406200034c86828701620002b7565b9150509250925092565b62000361816200044c565b82525050565b60006020820190506200037e600083018462000356565b92915050565b6000604051905081810181811067ffffffffffffffff82111715620003ae57620003ad62000520565b5b8060405250919050565b600067ffffffffffffffff821115620003d657620003d562000520565b5b601f19601f8301169050602081019050919050565b6000620003f8826200044c565b915062000405836200044c565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615620004415762000440620004c2565b5b828202905092915050565b6000819050919050565b60005b838110156200047657808201518184015260208101905062000459565b8381111562000486576000848401525b50505050565b60006002820490506001821680620004a557607f821691505b60208210811415620004bc57620004bb620004f1565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6200055a816200044c565b81146200056657600080fd5b50565b611c6980620005796000396000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c806395d89b411161008c578063d752fab211610066578063d752fab214610287578063dd62ed3e146102b7578063e4a76726146102e7578063f851a44014610317576100ea565b806395d89b4114610209578063a457c2d714610227578063a9059cbb14610257576100ea565b806323b872dd116100c857806323b872dd1461015b578063313ce5671461018b57806339509351146101a957806370a08231146101d9576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461013d575b600080fd5b6100f7610335565b6040516101049190611885565b60405180910390f35b610127600480360381019061012291906112b7565b6103c7565b604051610134919061186a565b60405180910390f35b6101456103e5565b6040516101529190611a07565b60405180910390f35b61017560048036038101906101709190611268565b6103ef565b604051610182919061186a565b60405180910390f35b6101936104e7565b6040516101a09190611a22565b60405180910390f35b6101c360048036038101906101be91906112b7565b6104f0565b6040516101d0919061186a565b60405180910390f35b6101f360048036038101906101ee9190611203565b61059c565b6040516102009190611a07565b60405180910390f35b6102116105e4565b60405161021e9190611885565b60405180910390f35b610241600480360381019061023c91906112b7565b610676565b60405161024e919061186a565b60405180910390f35b610271600480360381019061026c91906112b7565b610761565b60405161027e919061186a565b60405180910390f35b6102a1600480360381019061029c9190611268565b61077f565b6040516102ae919061186a565b60405180910390f35b6102d160048036038101906102cc919061122c565b610847565b6040516102de9190611a07565b60405180910390f35b61030160048036038101906102fc9190611268565b6108ce565b60405161030e919061186a565b60405180910390f35b61031f610998565b60405161032c91906117ef565b60405180910390f35b60606003805461034490611b4d565b80601f016020809104026020016040519081016040528092919081815260200182805461037090611b4d565b80156103bd5780601f10610392576101008083540402835291602001916103bd565b820191906000526020600020905b8154815290600101906020018083116103a057829003601f168201915b5050505050905090565b60006103db6103d46109be565b84846109c6565b6001905092915050565b6000600254905090565b60006103fc848484610b91565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006104476109be565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156104c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104be90611927565b60405180910390fd5b6104db856104d36109be565b8584036109c6565b60019150509392505050565b60006006905090565b60006105926104fd6109be565b84846001600061050b6109be565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461058d9190611a6f565b6109c6565b6001905092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546105f390611b4d565b80601f016020809104026020016040519081016040528092919081815260200182805461061f90611b4d565b801561066c5780601f106106415761010080835404028352916020019161066c565b820191906000526020600020905b81548152906001019060200180831161064f57829003601f168201915b5050505050905090565b600080600160006106856109be565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610742576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610739906119e7565b60405180910390fd5b61075661074d6109be565b858584036109c6565b600191505092915050565b600061077561076e6109be565b8484610b91565b6001905092915050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610811576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610808906119c7565b60405180910390fd5b61083c83838673ffffffffffffffffffffffffffffffffffffffff16610e129092919063ffffffff16565b600190509392505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610960576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610957906119c7565b60405180910390fd5b61098d8330848773ffffffffffffffffffffffffffffffffffffffff16610e98909392919063ffffffff16565b600190509392505050565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610a36576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a2d90611967565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610aa6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9d906118c7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610b849190611a07565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c01576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bf890611947565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c68906118a7565b60405180910390fd5b610c7c838383610f21565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610d02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cf9906118e7565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610d959190611a6f565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610df99190611a07565b60405180910390a3610e0c848484610f26565b50505050565b610e938363a9059cbb60e01b8484604051602401610e31929190611841565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050610f2b565b505050565b610f1b846323b872dd60e01b858585604051602401610eb99392919061180a565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050610f2b565b50505050565b505050565b505050565b6000610f8d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610ff29092919063ffffffff16565b9050600081511115610fed5780806020019051810190610fad91906112f3565b610fec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fe3906119a7565b60405180910390fd5b5b505050565b6060611001848460008561100a565b90509392505050565b60608247101561104f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161104690611907565b60405180910390fd5b6110588561111e565b611097576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161108e90611987565b60405180910390fd5b6000808673ffffffffffffffffffffffffffffffffffffffff1685876040516110c091906117d8565b60006040518083038185875af1925050503d80600081146110fd576040519150601f19603f3d011682016040523d82523d6000602084013e611102565b606091505b509150915061111282828661115d565b92505050949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff16803b806020016040519081016040528181526000908060200190933c51119050919050565b6060831561116d578290506111bd565b6000835111156111805782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b49190611885565b60405180910390fd5b9392505050565b6000813590506111d381611bee565b92915050565b6000815190506111e881611c05565b92915050565b6000813590506111fd81611c1c565b92915050565b60006020828403121561121557600080fd5b6000611223848285016111c4565b91505092915050565b6000806040838503121561123f57600080fd5b600061124d858286016111c4565b925050602061125e858286016111c4565b9150509250929050565b60008060006060848603121561127d57600080fd5b600061128b868287016111c4565b935050602061129c868287016111c4565b92505060406112ad868287016111ee565b9150509250925092565b600080604083850312156112ca57600080fd5b60006112d8858286016111c4565b92505060206112e9858286016111ee565b9150509250929050565b60006020828403121561130557600080fd5b6000611313848285016111d9565b91505092915050565b61132581611ac5565b82525050565b61133481611ad7565b82525050565b600061134582611a3d565b61134f8185611a53565b935061135f818560208601611b1a565b80840191505092915050565b600061137682611a48565b6113808185611a5e565b9350611390818560208601611b1a565b61139981611bdd565b840191505092915050565b60006113b1602383611a5e565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611417602283611a5e565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061147d602683611a5e565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006114e3602683611a5e565b91507f416464726573733a20696e73756666696369656e742062616c616e636520666f60008301527f722063616c6c00000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611549602883611a5e565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b60006115af602583611a5e565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611615602483611a5e565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061167b601d83611a5e565b91507f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006000830152602082019050919050565b60006116bb602a83611a5e565b91507f5361666545524332303a204552433230206f7065726174696f6e20646964206e60008301527f6f742073756363656564000000000000000000000000000000000000000000006020830152604082019050919050565b6000611721600d83611a5e565b91507f4e4f205045524d495353494f4e000000000000000000000000000000000000006000830152602082019050919050565b6000611761602583611a5e565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6117c381611b03565b82525050565b6117d281611b0d565b82525050565b60006117e4828461133a565b915081905092915050565b6000602082019050611804600083018461131c565b92915050565b600060608201905061181f600083018661131c565b61182c602083018561131c565b61183960408301846117ba565b949350505050565b6000604082019050611856600083018561131c565b61186360208301846117ba565b9392505050565b600060208201905061187f600083018461132b565b92915050565b6000602082019050818103600083015261189f818461136b565b905092915050565b600060208201905081810360008301526118c0816113a4565b9050919050565b600060208201905081810360008301526118e08161140a565b9050919050565b6000602082019050818103600083015261190081611470565b9050919050565b60006020820190508181036000830152611920816114d6565b9050919050565b600060208201905081810360008301526119408161153c565b9050919050565b60006020820190508181036000830152611960816115a2565b9050919050565b6000602082019050818103600083015261198081611608565b9050919050565b600060208201905081810360008301526119a08161166e565b9050919050565b600060208201905081810360008301526119c0816116ae565b9050919050565b600060208201905081810360008301526119e081611714565b9050919050565b60006020820190508181036000830152611a0081611754565b9050919050565b6000602082019050611a1c60008301846117ba565b92915050565b6000602082019050611a3760008301846117c9565b92915050565b600081519050919050565b600081519050919050565b600081905092915050565b600082825260208201905092915050565b6000611a7a82611b03565b9150611a8583611b03565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115611aba57611ab9611b7f565b5b828201905092915050565b6000611ad082611ae3565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b83811015611b38578082015181840152602081019050611b1d565b83811115611b47576000848401525b50505050565b60006002820490506001821680611b6557607f821691505b60208210811415611b7957611b78611bae565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b611bf781611ac5565b8114611c0257600080fd5b50565b611c0e81611ad7565b8114611c1957600080fd5b50565b611c2581611b03565b8114611c3057600080fd5b5056fea26469706673582212204c556420044eb65d0d378053037ab37b7e3c8c4fbf57893efc221a7c4318c97064736f6c63430008000033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000393870000000000000000000000000000000000000000000000000000000000000000174c4f53534c455353204c495155494449545920544f4f4c00000000000000000000000000000000000000000000000000000000000000000000000000000000044c4c4c5400000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c806395d89b411161008c578063d752fab211610066578063d752fab214610287578063dd62ed3e146102b7578063e4a76726146102e7578063f851a44014610317576100ea565b806395d89b4114610209578063a457c2d714610227578063a9059cbb14610257576100ea565b806323b872dd116100c857806323b872dd1461015b578063313ce5671461018b57806339509351146101a957806370a08231146101d9576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461013d575b600080fd5b6100f7610335565b6040516101049190611885565b60405180910390f35b610127600480360381019061012291906112b7565b6103c7565b604051610134919061186a565b60405180910390f35b6101456103e5565b6040516101529190611a07565b60405180910390f35b61017560048036038101906101709190611268565b6103ef565b604051610182919061186a565b60405180910390f35b6101936104e7565b6040516101a09190611a22565b60405180910390f35b6101c360048036038101906101be91906112b7565b6104f0565b6040516101d0919061186a565b60405180910390f35b6101f360048036038101906101ee9190611203565b61059c565b6040516102009190611a07565b60405180910390f35b6102116105e4565b60405161021e9190611885565b60405180910390f35b610241600480360381019061023c91906112b7565b610676565b60405161024e919061186a565b60405180910390f35b610271600480360381019061026c91906112b7565b610761565b60405161027e919061186a565b60405180910390f35b6102a1600480360381019061029c9190611268565b61077f565b6040516102ae919061186a565b60405180910390f35b6102d160048036038101906102cc919061122c565b610847565b6040516102de9190611a07565b60405180910390f35b61030160048036038101906102fc9190611268565b6108ce565b60405161030e919061186a565b60405180910390f35b61031f610998565b60405161032c91906117ef565b60405180910390f35b60606003805461034490611b4d565b80601f016020809104026020016040519081016040528092919081815260200182805461037090611b4d565b80156103bd5780601f10610392576101008083540402835291602001916103bd565b820191906000526020600020905b8154815290600101906020018083116103a057829003601f168201915b5050505050905090565b60006103db6103d46109be565b84846109c6565b6001905092915050565b6000600254905090565b60006103fc848484610b91565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006104476109be565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156104c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104be90611927565b60405180910390fd5b6104db856104d36109be565b8584036109c6565b60019150509392505050565b60006006905090565b60006105926104fd6109be565b84846001600061050b6109be565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461058d9190611a6f565b6109c6565b6001905092915050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6060600480546105f390611b4d565b80601f016020809104026020016040519081016040528092919081815260200182805461061f90611b4d565b801561066c5780601f106106415761010080835404028352916020019161066c565b820191906000526020600020905b81548152906001019060200180831161064f57829003601f168201915b5050505050905090565b600080600160006106856109be565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610742576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610739906119e7565b60405180910390fd5b61075661074d6109be565b858584036109c6565b600191505092915050565b600061077561076e6109be565b8484610b91565b6001905092915050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610811576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610808906119c7565b60405180910390fd5b61083c83838673ffffffffffffffffffffffffffffffffffffffff16610e129092919063ffffffff16565b600190509392505050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610960576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610957906119c7565b60405180910390fd5b61098d8330848773ffffffffffffffffffffffffffffffffffffffff16610e98909392919063ffffffff16565b600190509392505050565b600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610a36576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a2d90611967565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610aa6576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a9d906118c7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610b849190611a07565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610c01576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bf890611947565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c68906118a7565b60405180910390fd5b610c7c838383610f21565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610d02576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cf9906118e7565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610d959190611a6f565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610df99190611a07565b60405180910390a3610e0c848484610f26565b50505050565b610e938363a9059cbb60e01b8484604051602401610e31929190611841565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050610f2b565b505050565b610f1b846323b872dd60e01b858585604051602401610eb99392919061180a565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050610f2b565b50505050565b505050565b505050565b6000610f8d826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610ff29092919063ffffffff16565b9050600081511115610fed5780806020019051810190610fad91906112f3565b610fec576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fe3906119a7565b60405180910390fd5b5b505050565b6060611001848460008561100a565b90509392505050565b60608247101561104f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161104690611907565b60405180910390fd5b6110588561111e565b611097576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161108e90611987565b60405180910390fd5b6000808673ffffffffffffffffffffffffffffffffffffffff1685876040516110c091906117d8565b60006040518083038185875af1925050503d80600081146110fd576040519150601f19603f3d011682016040523d82523d6000602084013e611102565b606091505b509150915061111282828661115d565b92505050949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff16803b806020016040519081016040528181526000908060200190933c51119050919050565b6060831561116d578290506111bd565b6000835111156111805782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b49190611885565b60405180910390fd5b9392505050565b6000813590506111d381611bee565b92915050565b6000815190506111e881611c05565b92915050565b6000813590506111fd81611c1c565b92915050565b60006020828403121561121557600080fd5b6000611223848285016111c4565b91505092915050565b6000806040838503121561123f57600080fd5b600061124d858286016111c4565b925050602061125e858286016111c4565b9150509250929050565b60008060006060848603121561127d57600080fd5b600061128b868287016111c4565b935050602061129c868287016111c4565b92505060406112ad868287016111ee565b9150509250925092565b600080604083850312156112ca57600080fd5b60006112d8858286016111c4565b92505060206112e9858286016111ee565b9150509250929050565b60006020828403121561130557600080fd5b6000611313848285016111d9565b91505092915050565b61132581611ac5565b82525050565b61133481611ad7565b82525050565b600061134582611a3d565b61134f8185611a53565b935061135f818560208601611b1a565b80840191505092915050565b600061137682611a48565b6113808185611a5e565b9350611390818560208601611b1a565b61139981611bdd565b840191505092915050565b60006113b1602383611a5e565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611417602283611a5e565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061147d602683611a5e565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006114e3602683611a5e565b91507f416464726573733a20696e73756666696369656e742062616c616e636520666f60008301527f722063616c6c00000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611549602883611a5e565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b60006115af602583611a5e565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000611615602483611a5e565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061167b601d83611a5e565b91507f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006000830152602082019050919050565b60006116bb602a83611a5e565b91507f5361666545524332303a204552433230206f7065726174696f6e20646964206e60008301527f6f742073756363656564000000000000000000000000000000000000000000006020830152604082019050919050565b6000611721600d83611a5e565b91507f4e4f205045524d495353494f4e000000000000000000000000000000000000006000830152602082019050919050565b6000611761602583611a5e565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6117c381611b03565b82525050565b6117d281611b0d565b82525050565b60006117e4828461133a565b915081905092915050565b6000602082019050611804600083018461131c565b92915050565b600060608201905061181f600083018661131c565b61182c602083018561131c565b61183960408301846117ba565b949350505050565b6000604082019050611856600083018561131c565b61186360208301846117ba565b9392505050565b600060208201905061187f600083018461132b565b92915050565b6000602082019050818103600083015261189f818461136b565b905092915050565b600060208201905081810360008301526118c0816113a4565b9050919050565b600060208201905081810360008301526118e08161140a565b9050919050565b6000602082019050818103600083015261190081611470565b9050919050565b60006020820190508181036000830152611920816114d6565b9050919050565b600060208201905081810360008301526119408161153c565b9050919050565b60006020820190508181036000830152611960816115a2565b9050919050565b6000602082019050818103600083015261198081611608565b9050919050565b600060208201905081810360008301526119a08161166e565b9050919050565b600060208201905081810360008301526119c0816116ae565b9050919050565b600060208201905081810360008301526119e081611714565b9050919050565b60006020820190508181036000830152611a0081611754565b9050919050565b6000602082019050611a1c60008301846117ba565b92915050565b6000602082019050611a3760008301846117c9565b92915050565b600081519050919050565b600081519050919050565b600081905092915050565b600082825260208201905092915050565b6000611a7a82611b03565b9150611a8583611b03565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115611aba57611ab9611b7f565b5b828201905092915050565b6000611ad082611ae3565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b83811015611b38578082015181840152602081019050611b1d565b83811115611b47576000848401525b50505050565b60006002820490506001821680611b6557607f821691505b60208210811415611b7957611b78611bae565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b611bf781611ac5565b8114611c0257600080fd5b50565b611c0e81611ad7565b8114611c1957600080fd5b50565b611c2581611b03565b8114611c3057600080fd5b5056fea26469706673582212204c556420044eb65d0d378053037ab37b7e3c8c4fbf57893efc221a7c4318c97064736f6c63430008000033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000393870000000000000000000000000000000000000000000000000000000000000000174c4f53534c455353204c495155494449545920544f4f4c00000000000000000000000000000000000000000000000000000000000000000000000000000000044c4c4c5400000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name_ (string): LOSSLESS LIQUIDITY TOOL
Arg [1] : symbol_ (string): LLLT
Arg [2] : total (uint256): 60000000

-----Encoded View---------------
7 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000060
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000a0
Arg [2] : 0000000000000000000000000000000000000000000000000000000003938700
Arg [3] : 0000000000000000000000000000000000000000000000000000000000000017
Arg [4] : 4c4f53534c455353204c495155494449545920544f4f4c000000000000000000
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000004
Arg [6] : 4c4c4c5400000000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

1370:11206:4:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2914:98;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5010:166;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4001:106;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5643:478;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3851:90;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6516:212;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4165:125;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3125:102;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7215:405;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4493:172;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2628:221;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4723:149;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2393:231;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1691:20;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2914:98;2968:13;3000:5;2993:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2914:98;:::o;5010:166::-;5093:4;5109:39;5118:12;:10;:12::i;:::-;5132:7;5141:6;5109:8;:39::i;:::-;5165:4;5158:11;;5010:166;;;;:::o;4001:106::-;4062:7;4088:12;;4081:19;;4001:106;:::o;5643:478::-;5779:4;5795:36;5805:6;5813:9;5824:6;5795:9;:36::i;:::-;5842:24;5869:11;:19;5881:6;5869:19;;;;;;;;;;;;;;;:33;5889:12;:10;:12::i;:::-;5869:33;;;;;;;;;;;;;;;;5842:60;;5940:6;5920:16;:26;;5912:79;;;;;;;;;;;;:::i;:::-;;;;;;;;;6025:57;6034:6;6042:12;:10;:12::i;:::-;6075:6;6056:16;:25;6025:8;:57::i;:::-;6110:4;6103:11;;;5643:478;;;;;:::o;3851:90::-;3909:5;3933:1;3926:8;;3851:90;:::o;6516:212::-;6604:4;6620:80;6629:12;:10;:12::i;:::-;6643:7;6689:10;6652:11;:25;6664:12;:10;:12::i;:::-;6652:25;;;;;;;;;;;;;;;:34;6678:7;6652:34;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;6620:8;:80::i;:::-;6717:4;6710:11;;6516:212;;;;:::o;4165:125::-;4239:7;4265:9;:18;4275:7;4265:18;;;;;;;;;;;;;;;;4258:25;;4165:125;;;:::o;3125:102::-;3181:13;3213:7;3206:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3125:102;:::o;7215:405::-;7308:4;7324:24;7351:11;:25;7363:12;:10;:12::i;:::-;7351:25;;;;;;;;;;;;;;;:34;7377:7;7351:34;;;;;;;;;;;;;;;;7324:61;;7423:15;7403:16;:35;;7395:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;7514:67;7523:12;:10;:12::i;:::-;7537:7;7565:15;7546:16;:34;7514:8;:67::i;:::-;7609:4;7602:11;;;7215:405;;;;:::o;4493:172::-;4579:4;4595:42;4605:12;:10;:12::i;:::-;4619:9;4630:6;4595:9;:42::i;:::-;4654:4;4647:11;;4493:172;;;;:::o;2628:221::-;2720:4;2754:5;;;;;;;;;;;2740:19;;:10;:19;;;2732:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;2783:44;2810:9;2820:6;2790:5;2783:26;;;;:44;;;;;:::i;:::-;2840:4;2833:11;;2628:221;;;;;:::o;4723:149::-;4812:7;4838:11;:18;4850:5;4838:18;;;;;;;;;;;;;;;:27;4857:7;4838:27;;;;;;;;;;;;;;;;4831:34;;4723:149;;;;:::o;2393:231::-;2480:4;2514:5;;;;;;;;;;;2500:19;;:10;:19;;;2492:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;2543:59;2574:6;2589:4;2595:6;2550:5;2543:30;;;;:59;;;;;;:::i;:::-;2615:4;2608:11;;2393:231;;;;;:::o;1691:20::-;;;;;;;;;;;;;:::o;640:96:1:-;693:7;719:10;712:17;;640:96;:::o;10791:370:4:-;10939:1;10922:19;;:5;:19;;;;10914:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11019:1;11000:21;;:7;:21;;;;10992:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11101:6;11071:11;:18;11083:5;11071:18;;;;;;;;;;;;;;;:27;11090:7;11071:27;;;;;;;;;;;;;;;:36;;;;11138:7;11122:32;;11131:5;11122:32;;;11147:6;11122:32;;;;;;:::i;:::-;;;;;;;;10791:370;;;:::o;8094:713::-;8247:1;8229:20;;:6;:20;;;;8221:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;8330:1;8309:23;;:9;:23;;;;8301:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;8383:47;8404:6;8412:9;8423:6;8383:20;:47::i;:::-;8441:21;8465:9;:17;8475:6;8465:17;;;;;;;;;;;;;;;;8441:41;;8517:6;8500:13;:23;;8492:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;8636:6;8620:13;:22;8600:9;:17;8610:6;8600:17;;;;;;;;;;;;;;;:42;;;;8686:6;8662:9;:20;8672:9;8662:20;;;;;;;;;;;;;;;;:30;;;;;;;:::i;:::-;;;;;;;;8725:9;8708:35;;8717:6;8708:35;;;8736:6;8708:35;;;;;;:::i;:::-;;;;;;;;8754:46;8774:6;8782:9;8793:6;8754:19;:46::i;:::-;8094:713;;;;:::o;689:205:5:-;801:86;821:5;851:23;;;876:2;880:5;828:58;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;801:19;:86::i;:::-;689:205;;;:::o;900:241::-;1038:96;1058:5;1088:27;;;1117:4;1123:2;1127:5;1065:68;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1038:19;:96::i;:::-;900:241;;;;:::o;11745:121:4:-;;;;:::o;12454:120::-;;;;:::o;3195:706:5:-;3614:23;3640:69;3668:4;3640:69;;;;;;;;;;;;;;;;;3648:5;3640:27;;;;:69;;;;;:::i;:::-;3614:95;;3743:1;3723:10;:17;:21;3719:176;;;3818:10;3807:30;;;;;;;;;;;;:::i;:::-;3799:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;3719:176;3195:706;;;:::o;3848:223:0:-;3981:12;4012:52;4034:6;4042:4;4048:1;4051:12;4012:21;:52::i;:::-;4005:59;;3848:223;;;;;:::o;4935:499::-;5100:12;5157:5;5132:21;:30;;5124:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;5223:18;5234:6;5223:10;:18::i;:::-;5215:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;5287:12;5301:23;5328:6;:11;;5347:5;5354:4;5328:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5286:73;;;;5376:51;5393:7;5402:10;5414:12;5376:16;:51::i;:::-;5369:58;;;;4935:499;;;;;;:::o;1162:320::-;1222:4;1474:1;1452:7;:12;;;;;;;;;;;;;;;;;;;;;;;;;:19;:23;1445:30;;1162:320;;;:::o;7548:692::-;7694:12;7722:7;7718:516;;;7752:10;7745:17;;;;7718:516;7883:1;7863:10;:17;:21;7859:365;;;8057:10;8051:17;8117:15;8104:10;8100:2;8096:19;8089:44;8006:145;8196:12;8189:20;;;;;;;;;;;:::i;:::-;;;;;;;;7548:692;;;;;;:::o;7:139:6:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:137::-;;237:6;231:13;222:22;;253:30;277:5;253:30;:::i;:::-;212:77;;;;:::o;295:139::-;;379:6;366:20;357:29;;395:33;422:5;395:33;:::i;:::-;347:87;;;;:::o;440:262::-;;548:2;536:9;527:7;523:23;519:32;516:2;;;564:1;561;554:12;516:2;607:1;632:53;677:7;668:6;657:9;653:22;632:53;:::i;:::-;622:63;;578:117;506:196;;;;:::o;708:407::-;;;833:2;821:9;812:7;808:23;804:32;801:2;;;849:1;846;839:12;801:2;892:1;917:53;962:7;953:6;942:9;938:22;917:53;:::i;:::-;907:63;;863:117;1019:2;1045:53;1090:7;1081:6;1070:9;1066:22;1045:53;:::i;:::-;1035:63;;990:118;791:324;;;;;:::o;1121:552::-;;;;1263:2;1251:9;1242:7;1238:23;1234:32;1231:2;;;1279:1;1276;1269:12;1231:2;1322:1;1347:53;1392:7;1383:6;1372:9;1368:22;1347:53;:::i;:::-;1337:63;;1293:117;1449:2;1475:53;1520:7;1511:6;1500:9;1496:22;1475:53;:::i;:::-;1465:63;;1420:118;1577:2;1603:53;1648:7;1639:6;1628:9;1624:22;1603:53;:::i;:::-;1593:63;;1548:118;1221:452;;;;;:::o;1679:407::-;;;1804:2;1792:9;1783:7;1779:23;1775:32;1772:2;;;1820:1;1817;1810:12;1772:2;1863:1;1888:53;1933:7;1924:6;1913:9;1909:22;1888:53;:::i;:::-;1878:63;;1834:117;1990:2;2016:53;2061:7;2052:6;2041:9;2037:22;2016:53;:::i;:::-;2006:63;;1961:118;1762:324;;;;;:::o;2092:278::-;;2208:2;2196:9;2187:7;2183:23;2179:32;2176:2;;;2224:1;2221;2214:12;2176:2;2267:1;2292:61;2345:7;2336:6;2325:9;2321:22;2292:61;:::i;:::-;2282:71;;2238:125;2166:204;;;;:::o;2376:118::-;2463:24;2481:5;2463:24;:::i;:::-;2458:3;2451:37;2441:53;;:::o;2500:109::-;2581:21;2596:5;2581:21;:::i;:::-;2576:3;2569:34;2559:50;;:::o;2615:373::-;;2747:38;2779:5;2747:38;:::i;:::-;2801:88;2882:6;2877:3;2801:88;:::i;:::-;2794:95;;2898:52;2943:6;2938:3;2931:4;2924:5;2920:16;2898:52;:::i;:::-;2975:6;2970:3;2966:16;2959:23;;2723:265;;;;;:::o;2994:364::-;;3110:39;3143:5;3110:39;:::i;:::-;3165:71;3229:6;3224:3;3165:71;:::i;:::-;3158:78;;3245:52;3290:6;3285:3;3278:4;3271:5;3267:16;3245:52;:::i;:::-;3322:29;3344:6;3322:29;:::i;:::-;3317:3;3313:39;3306:46;;3086:272;;;;;:::o;3364:367::-;;3527:67;3591:2;3586:3;3527:67;:::i;:::-;3520:74;;3624:34;3620:1;3615:3;3611:11;3604:55;3690:5;3685:2;3680:3;3676:12;3669:27;3722:2;3717:3;3713:12;3706:19;;3510:221;;;:::o;3737:366::-;;3900:67;3964:2;3959:3;3900:67;:::i;:::-;3893:74;;3997:34;3993:1;3988:3;3984:11;3977:55;4063:4;4058:2;4053:3;4049:12;4042:26;4094:2;4089:3;4085:12;4078:19;;3883:220;;;:::o;4109:370::-;;4272:67;4336:2;4331:3;4272:67;:::i;:::-;4265:74;;4369:34;4365:1;4360:3;4356:11;4349:55;4435:8;4430:2;4425:3;4421:12;4414:30;4470:2;4465:3;4461:12;4454:19;;4255:224;;;:::o;4485:370::-;;4648:67;4712:2;4707:3;4648:67;:::i;:::-;4641:74;;4745:34;4741:1;4736:3;4732:11;4725:55;4811:8;4806:2;4801:3;4797:12;4790:30;4846:2;4841:3;4837:12;4830:19;;4631:224;;;:::o;4861:372::-;;5024:67;5088:2;5083:3;5024:67;:::i;:::-;5017:74;;5121:34;5117:1;5112:3;5108:11;5101:55;5187:10;5182:2;5177:3;5173:12;5166:32;5224:2;5219:3;5215:12;5208:19;;5007:226;;;:::o;5239:369::-;;5402:67;5466:2;5461:3;5402:67;:::i;:::-;5395:74;;5499:34;5495:1;5490:3;5486:11;5479:55;5565:7;5560:2;5555:3;5551:12;5544:29;5599:2;5594:3;5590:12;5583:19;;5385:223;;;:::o;5614:368::-;;5777:67;5841:2;5836:3;5777:67;:::i;:::-;5770:74;;5874:34;5870:1;5865:3;5861:11;5854:55;5940:6;5935:2;5930:3;5926:12;5919:28;5973:2;5968:3;5964:12;5957:19;;5760:222;;;:::o;5988:327::-;;6151:67;6215:2;6210:3;6151:67;:::i;:::-;6144:74;;6248:31;6244:1;6239:3;6235:11;6228:52;6306:2;6301:3;6297:12;6290:19;;6134:181;;;:::o;6321:374::-;;6484:67;6548:2;6543:3;6484:67;:::i;:::-;6477:74;;6581:34;6577:1;6572:3;6568:11;6561:55;6647:12;6642:2;6637:3;6633:12;6626:34;6686:2;6681:3;6677:12;6670:19;;6467:228;;;:::o;6701:311::-;;6864:67;6928:2;6923:3;6864:67;:::i;:::-;6857:74;;6961:15;6957:1;6952:3;6948:11;6941:36;7003:2;6998:3;6994:12;6987:19;;6847:165;;;:::o;7018:369::-;;7181:67;7245:2;7240:3;7181:67;:::i;:::-;7174:74;;7278:34;7274:1;7269:3;7265:11;7258:55;7344:7;7339:2;7334:3;7330:12;7323:29;7378:2;7373:3;7369:12;7362:19;;7164:223;;;:::o;7393:118::-;7480:24;7498:5;7480:24;:::i;:::-;7475:3;7468:37;7458:53;;:::o;7517:112::-;7600:22;7616:5;7600:22;:::i;:::-;7595:3;7588:35;7578:51;;:::o;7635:271::-;;7787:93;7876:3;7867:6;7787:93;:::i;:::-;7780:100;;7897:3;7890:10;;7769:137;;;;:::o;7912:222::-;;8043:2;8032:9;8028:18;8020:26;;8056:71;8124:1;8113:9;8109:17;8100:6;8056:71;:::i;:::-;8010:124;;;;:::o;8140:442::-;;8327:2;8316:9;8312:18;8304:26;;8340:71;8408:1;8397:9;8393:17;8384:6;8340:71;:::i;:::-;8421:72;8489:2;8478:9;8474:18;8465:6;8421:72;:::i;:::-;8503;8571:2;8560:9;8556:18;8547:6;8503:72;:::i;:::-;8294:288;;;;;;:::o;8588:332::-;;8747:2;8736:9;8732:18;8724:26;;8760:71;8828:1;8817:9;8813:17;8804:6;8760:71;:::i;:::-;8841:72;8909:2;8898:9;8894:18;8885:6;8841:72;:::i;:::-;8714:206;;;;;:::o;8926:210::-;;9051:2;9040:9;9036:18;9028:26;;9064:65;9126:1;9115:9;9111:17;9102:6;9064:65;:::i;:::-;9018:118;;;;:::o;9142:313::-;;9293:2;9282:9;9278:18;9270:26;;9342:9;9336:4;9332:20;9328:1;9317:9;9313:17;9306:47;9370:78;9443:4;9434:6;9370:78;:::i;:::-;9362:86;;9260:195;;;;:::o;9461:419::-;;9665:2;9654:9;9650:18;9642:26;;9714:9;9708:4;9704:20;9700:1;9689:9;9685:17;9678:47;9742:131;9868:4;9742:131;:::i;:::-;9734:139;;9632:248;;;:::o;9886:419::-;;10090:2;10079:9;10075:18;10067:26;;10139:9;10133:4;10129:20;10125:1;10114:9;10110:17;10103:47;10167:131;10293:4;10167:131;:::i;:::-;10159:139;;10057:248;;;:::o;10311:419::-;;10515:2;10504:9;10500:18;10492:26;;10564:9;10558:4;10554:20;10550:1;10539:9;10535:17;10528:47;10592:131;10718:4;10592:131;:::i;:::-;10584:139;;10482:248;;;:::o;10736:419::-;;10940:2;10929:9;10925:18;10917:26;;10989:9;10983:4;10979:20;10975:1;10964:9;10960:17;10953:47;11017:131;11143:4;11017:131;:::i;:::-;11009:139;;10907:248;;;:::o;11161:419::-;;11365:2;11354:9;11350:18;11342:26;;11414:9;11408:4;11404:20;11400:1;11389:9;11385:17;11378:47;11442:131;11568:4;11442:131;:::i;:::-;11434:139;;11332:248;;;:::o;11586:419::-;;11790:2;11779:9;11775:18;11767:26;;11839:9;11833:4;11829:20;11825:1;11814:9;11810:17;11803:47;11867:131;11993:4;11867:131;:::i;:::-;11859:139;;11757:248;;;:::o;12011:419::-;;12215:2;12204:9;12200:18;12192:26;;12264:9;12258:4;12254:20;12250:1;12239:9;12235:17;12228:47;12292:131;12418:4;12292:131;:::i;:::-;12284:139;;12182:248;;;:::o;12436:419::-;;12640:2;12629:9;12625:18;12617:26;;12689:9;12683:4;12679:20;12675:1;12664:9;12660:17;12653:47;12717:131;12843:4;12717:131;:::i;:::-;12709:139;;12607:248;;;:::o;12861:419::-;;13065:2;13054:9;13050:18;13042:26;;13114:9;13108:4;13104:20;13100:1;13089:9;13085:17;13078:47;13142:131;13268:4;13142:131;:::i;:::-;13134:139;;13032:248;;;:::o;13286:419::-;;13490:2;13479:9;13475:18;13467:26;;13539:9;13533:4;13529:20;13525:1;13514:9;13510:17;13503:47;13567:131;13693:4;13567:131;:::i;:::-;13559:139;;13457:248;;;:::o;13711:419::-;;13915:2;13904:9;13900:18;13892:26;;13964:9;13958:4;13954:20;13950:1;13939:9;13935:17;13928:47;13992:131;14118:4;13992:131;:::i;:::-;13984:139;;13882:248;;;:::o;14136:222::-;;14267:2;14256:9;14252:18;14244:26;;14280:71;14348:1;14337:9;14333:17;14324:6;14280:71;:::i;:::-;14234:124;;;;:::o;14364:214::-;;14491:2;14480:9;14476:18;14468:26;;14504:67;14568:1;14557:9;14553:17;14544:6;14504:67;:::i;:::-;14458:120;;;;:::o;14584:98::-;;14669:5;14663:12;14653:22;;14642:40;;;:::o;14688:99::-;;14774:5;14768:12;14758:22;;14747:40;;;:::o;14793:147::-;;14931:3;14916:18;;14906:34;;;;:::o;14946:169::-;;15064:6;15059:3;15052:19;15104:4;15099:3;15095:14;15080:29;;15042:73;;;;:::o;15121:305::-;;15180:20;15198:1;15180:20;:::i;:::-;15175:25;;15214:20;15232:1;15214:20;:::i;:::-;15209:25;;15368:1;15300:66;15296:74;15293:1;15290:81;15287:2;;;15374:18;;:::i;:::-;15287:2;15418:1;15415;15411:9;15404:16;;15165:261;;;;:::o;15432:96::-;;15498:24;15516:5;15498:24;:::i;:::-;15487:35;;15477:51;;;:::o;15534:90::-;;15611:5;15604:13;15597:21;15586:32;;15576:48;;;:::o;15630:126::-;;15707:42;15700:5;15696:54;15685:65;;15675:81;;;:::o;15762:77::-;;15828:5;15817:16;;15807:32;;;:::o;15845:86::-;;15920:4;15913:5;15909:16;15898:27;;15888:43;;;:::o;15937:307::-;16005:1;16015:113;16029:6;16026:1;16023:13;16015:113;;;16114:1;16109:3;16105:11;16099:18;16095:1;16090:3;16086:11;16079:39;16051:2;16048:1;16044:10;16039:15;;16015:113;;;16146:6;16143:1;16140:13;16137:2;;;16226:1;16217:6;16212:3;16208:16;16201:27;16137:2;15986:258;;;;:::o;16250:320::-;;16331:1;16325:4;16321:12;16311:22;;16378:1;16372:4;16368:12;16399:18;16389:2;;16455:4;16447:6;16443:17;16433:27;;16389:2;16517;16509:6;16506:14;16486:18;16483:38;16480:2;;;16536:18;;:::i;:::-;16480:2;16301:269;;;;:::o;16576:180::-;16624:77;16621:1;16614:88;16721:4;16718:1;16711:15;16745:4;16742:1;16735:15;16762:180;16810:77;16807:1;16800:88;16907:4;16904:1;16897:15;16931:4;16928:1;16921:15;16948:102;;17040:2;17036:7;17031:2;17024:5;17020:14;17016:28;17006:38;;16996:54;;;:::o;17056:122::-;17129:24;17147:5;17129:24;:::i;:::-;17122:5;17119:35;17109:2;;17168:1;17165;17158:12;17109:2;17099:79;:::o;17184:116::-;17254:21;17269:5;17254:21;:::i;:::-;17247:5;17244:32;17234:2;;17290:1;17287;17280:12;17234:2;17224:76;:::o;17306:122::-;17379:24;17397:5;17379:24;:::i;:::-;17372:5;17369:35;17359:2;;17418:1;17415;17408:12;17359:2;17349:79;:::o

Swarm Source

ipfs://4c556420044eb65d0d378053037ab37b7e3c8c4fbf57893efc221a7c4318c970

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.