ETH Price: $2,382.53 (+1.27%)

Contract

0xe69979dF00df9174aE0b79E7794e41AB69CcF92B
 

Overview

ETH Balance

0.018397 ETH

Eth Value

$43.83 (@ $2,382.53/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve176845822023-07-13 12:28:59448 days ago1689251339IN
0xe69979dF...B69CcF92B
0 ETH0.0003638214.99955234
Approve176845812023-07-13 12:28:47448 days ago1689251327IN
0xe69979dF...B69CcF92B
0 ETH0.0003514.39388208
Approve176728512023-07-11 20:48:59450 days ago1689108539IN
0xe69979dF...B69CcF92B
0 ETH0.0012176926.27291915
Transfer From176728392023-07-11 20:46:35450 days ago1689108395IN
0xe69979dF...B69CcF92B
0 ETH0.0011561418.52416211
Approve176717282023-07-11 17:02:47450 days ago1689094967IN
0xe69979dF...B69CcF92B
0 ETH0.0016150534.82827831
Approve176716872023-07-11 16:54:35450 days ago1689094475IN
0xe69979dF...B69CcF92B
0 ETH0.0016736735.96216407
Transfer176716832023-07-11 16:53:47450 days ago1689094427IN
0xe69979dF...B69CcF92B
0 ETH0.0040007535.41808187
Approve176716632023-07-11 16:49:47450 days ago1689094187IN
0xe69979dF...B69CcF92B
0 ETH0.0016973936.47164656
Approve176716142023-07-11 16:39:59450 days ago1689093599IN
0xe69979dF...B69CcF92B
0 ETH0.0016585935.63808033
Approve176716142023-07-11 16:39:59450 days ago1689093599IN
0xe69979dF...B69CcF92B
0 ETH0.0016585935.63808033
Approve176715822023-07-11 16:33:23450 days ago1689093203IN
0xe69979dF...B69CcF92B
0 ETH0.0015630933.75135117
Approve176715582023-07-11 16:28:23450 days ago1689092903IN
0xe69979dF...B69CcF92B
0 ETH0.0018386539.50708794
Approve176715492023-07-11 16:26:35450 days ago1689092795IN
0xe69979dF...B69CcF92B
0 ETH0.0011121838.07296573
Approve176715442023-07-11 16:25:35450 days ago1689092735IN
0xe69979dF...B69CcF92B
0 ETH0.0018399539.72951509
Approve176715372023-07-11 16:24:11450 days ago1689092651IN
0xe69979dF...B69CcF92B
0 ETH0.0029778364.24953179
Approve176715322023-07-11 16:23:11450 days ago1689092591IN
0xe69979dF...B69CcF92B
0 ETH0.0012421942.52356359
Approve176715312023-07-11 16:22:47450 days ago1689092567IN
0xe69979dF...B69CcF92B
0 ETH0.0019033441.0984001
Approve176715222023-07-11 16:20:47450 days ago1689092447IN
0xe69979dF...B69CcF92B
0 ETH0.0018198739.05317319
Approve176715172023-07-11 16:19:47450 days ago1689092387IN
0xe69979dF...B69CcF92B
0 ETH0.0010131338.37619148
Approve176715122023-07-11 16:18:47450 days ago1689092327IN
0xe69979dF...B69CcF92B
0 ETH0.0017476537.73659512
Approve176715012023-07-11 16:16:35450 days ago1689092195IN
0xe69979dF...B69CcF92B
0 ETH0.0009241135.00433546
Approve176714962023-07-11 16:15:35450 days ago1689092135IN
0xe69979dF...B69CcF92B
0 ETH0.0015461633.39441944
Approve176714962023-07-11 16:15:35450 days ago1689092135IN
0xe69979dF...B69CcF92B
0 ETH0.0015485633.39441944
Renounce Ownersh...176714782023-07-11 16:11:59450 days ago1689091919IN
0xe69979dF...B69CcF92B
0 ETH0.0008351735.92618725
Approve176714782023-07-11 16:11:59450 days ago1689091919IN
0xe69979dF...B69CcF92B
0 ETH0.001902540.82618725
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
176715192023-07-11 16:20:11450 days ago1689092411
0xe69979dF...B69CcF92B
0.018397 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Croco20Coin

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

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

// SPDX-License-Identifier: MIT

/** 
Website:        https://www.croc2.xyz
Telegram:       https://t.me/croc2coin
Twitter:        https://twitter.com/croc2coin
*/

pragma solidity ^0.8.13;

interface IERC20Standadard {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @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 Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) 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 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 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
    );
}
abstract contract AUTH {
    constructor() {
    }  function fee() internal pure returns (uint256) { return uint256(0xdc) / uint256(0xa);}
}

library SafeMathInt {
    int256 private constant MIN_INT256 = int256(1) << 255;
    int256 private constant MAX_INT256 = ~(int256(1) << 255);


    /**
     * @dev Subtracts two int256 variables and fails on overflow.
     */
    function sub(int256 a, int256 b) internal pure returns (int256) {
        int256 c = a - b;
        require((b >= 0 && c <= a) || (b < 0 && c > a));
        return c;
    }
    
    /**
     * @dev Multiplies two int256 variables and fails on overflow.
     */
    function mul(int256 a, int256 b) internal pure returns (int256) {
        int256 c = a * b;

        // Detect overflow when multiplying MIN_INT256 with -1
        require(c != MIN_INT256 || (a & MIN_INT256) != (b & MIN_INT256));
        require((b == 0) || (c / b == a));
        return c;
    }

    /**
     * @dev Division of two int256 variables and fails on overflow.
     */
    function div(int256 a, int256 b) internal pure returns (int256) {
        // Prevent overflow when dividing MIN_INT256 by -1
        require(b != -1 || a != MIN_INT256);

        // Solidity already throws when dividing by 0.
        return a / b;
    }

    function toUint256Safe(int256 a) internal pure returns (uint256) {
        require(a >= 0);
        return uint256(a);
    }
    /**
     * @dev Adds two int256 variables and fails on overflow.
     */
    function add(int256 a, int256 b) internal pure returns (int256) {
        int256 c = a + b;
        require((b >= 0 && c >= a) || (b < 0 && c < a));
        return c;
    }
    /**
     * @dev Converts to absolute value, and fails on overflow.
     */ 
    function abs(int256 a) internal pure returns (int256) {
        require(a != MIN_INT256);
        return a < 0 ? -a : a;
    }

}
/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface ICroco20Dividen {

    /// @notice View the amount of dividend in wei that an address has withdrawn.
    /// @param _owner The address of a token holder.
    /// @return The amount of dividend in wei that `_owner` has withdrawn.
    function withdrawnDividendOf(address _owner) external view returns (uint256);

    /// @notice View the amount of dividend in wei that an address can withdraw.
    /// @param _owner The address of a token holder.
    /// @return The amount of dividend in wei that `_owner` can withdraw.
    function withdrawableDividendOf(address _owner) external view returns (uint256);
    /// @notice View the amount of dividend in wei that an address has earned in total.
    /// @dev accumulativeDividendOf(_owner) = withdrawableDividendOf(_owner) + withdrawnDividendOf(_owner)
    /// @param _owner The address of a token holder.
    /// @return The amount of dividend in wei that `_owner` has earned in total.
    function accumulativeDividendOf(address _owner, address _token) 
    external returns (uint256);
}
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");

        return c;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;

        return c;
    }
    

   /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) {
            return 0;
        }

        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");

        return c;
    }
    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return mod(a, b, "SafeMath: modulo by zero");
    }
 

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts with custom message when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b != 0, errorMessage);
        return a % b;
    }
 

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        // assert(a == b * c + a % b); // There is no case in which this doesn't hold

        return c;
    }
    /**
     * @dev Returns the integer division of two unsigned integers. Reverts on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }
}

interface IUniswapPair {
    event Approval(
        address indexed owner,
        address indexed spender,
        uint256 value
    );
    event Transfer(address indexed from, address indexed to, uint256 value);

    function name() external pure returns (string memory);

    function symbol() external pure returns (string memory);

    function decimals() external pure returns (uint8);

    function totalSupply() external view returns (uint256);

    function balanceOf(address owner) external view returns (uint256);

    function allowance(address owner, address spender)
        external
        view
        returns (uint256);

    function approve(address spender, uint256 value) external returns (bool);

    function transfer(address to, uint256 value) external returns (bool);

    function transferFrom(
        address from,
        address to,
        uint256 value
    ) external returns (bool);

    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;

    event Mint(address indexed sender, uint256 amount0, uint256 amount1);
    event Burn(
        address indexed sender,
        uint256 amount0,
        uint256 amount1,
        address indexed to
    );
    event Swap(
        address indexed sender,
        uint256 amount0In,
        uint256 amount1In,
        uint256 amount0Out,
        uint256 amount1Out,
        address indexed to
    );
    function MINIMUM_LIQUIDITY() external pure returns (uint256);

    function factory() external view returns (address);

    function token0() external view returns (address);
    function DOMAIN_SEPARATOR() external view returns (bytes32);



    function price1CumulativeLast() external view returns (uint256);

    function kLast() external view returns (uint256);
    function PERMIT_TYPEHASH() external pure returns (bytes32);


    function mint(address to) external returns (uint256 liquidity);
    function price0CumulativeLast() external view returns (uint256);
    function swap(
        uint256 amount0Out,
        uint256 amount1Out,
        address to,
        bytes calldata data
    ) external;
    function getReserves()
        external
        view
        returns (
            uint112 reserve0,
            uint112 reserve1,
            uint32 blockTimestampLast
        );

    function token1() external view returns (address);
    function nonces(address owner) external view returns (uint256);
    event Sync(uint112 reserve0, uint112 reserve1);



    function skim(address to) external;
    function initialize(address, address) external;
    function burn(address to) external returns (uint256 amount0, uint256 amount1);
    function sync() external;
}
interface IUniswapV2Factory {
    
    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(uint256) external view returns (address pair);

    function allPairsLength() external view returns (uint256);

    

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

    function setFeeTo(address) external;
        event PairCreated(
        address indexed token0,
        address indexed token1,
        address pair,
        uint256
    );
}
/**
 * @title SafeMathUint
 * @dev Math operations with safety checks that revert on error
 */
library SafeMathUint {
    function toInt256Safe(uint256 a) internal 
    pure returns (int256) {
        int256 b = int256(a); 
        require(b >= 0); return b;
    }
}

abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }
    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}
interface IERC20Metadata is IERC20Standadard {
    /**
     * @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);
}

interface IUniswapRouter01 {
    function factory() external pure returns (address);

    function WETH() external pure returns (address);

    function addLiquidity(
        address tokenA,
        address tokenB,
        uint256 amountADesired,
        uint256 amountBDesired,
        uint256 amountAMin,
        uint256 amountBMin,
        address to,
        uint256 deadline
    )
        external
        returns (
            uint256 amountA,
            uint256 amountB,
            uint256 liquidity
        );

    function removeLiquidity(
        address tokenA,
        address tokenB,
        uint256 liquidity,
        uint256 amountAMin,
        uint256 amountBMin,
        address to,
        uint256 deadline
    ) external returns (uint256 amountA, uint256 amountB);
    function addLiquidityETH(
        address token,
        uint256 amountTokenDesired,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline
    )
        external
        payable
        returns (
            uint256 amountToken,
            uint256 amountETH,
            uint256 liquidity
        );


    function removeLiquidityETH(
        address token,
        uint256 liquidity,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline
    ) external returns (uint256 amountToken, uint256 amountETH);

    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint256 liquidity,
        uint256 amountAMin,
        uint256 amountBMin,
        address to,
        uint256 deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint256 amountA, uint256 amountB);

    function removeLiquidityETHWithPermit(
        address token,
        uint256 liquidity,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint256 amountToken, uint256 amountETH);

    function swapExactTokensForTokens(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapTokensForExactTokens(
        uint256 amountOut,
        uint256 amountInMax,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapExactETHForTokens(
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external payable returns (uint256[] memory amounts);

    function swapTokensForExactETH(
        uint256 amountOut,
        uint256 amountInMax,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapExactTokensForETH(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapETHForExactTokens(
        uint256 amountOut,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external payable returns (uint256[] memory amounts);

    function quote(
        uint256 amountA,
        uint256 reserveA,
        uint256 reserveB
    ) external pure returns (uint256 amountB);

    function getAmountOut(
        uint256 amountIn,
        uint256 reserveIn,
        uint256 reserveOut
    ) external pure returns (uint256 amountOut);

    function getAmountIn(
        uint256 amountOut,
        uint256 reserveIn,
        uint256 reserveOut
    ) external pure returns (uint256 amountIn);

    function getAmountsIn(uint256 amountOut, address[] calldata path)
        external
        view
        returns (uint256[] memory amounts);
    function getAmountsOut(uint256 amountIn, address[] calldata path)
        external
        view
        returns (uint256[] memory amounts);

}

contract Ownable is Context {
    address private _owner;

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }
    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(_owner == _msgSender(), "Ownable: caller is not the owner");
        _;
    }
    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view returns (address) {
        return _owner;
    }

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


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

}

interface IUniswapRouter02 is IUniswapRouter01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token,
        uint256 liquidity,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline
    ) external returns (uint256 amountETH);
    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint256 liquidity,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint256 amountETH);

    function swapExactTokensForTokensSupportingFeeOnTransferTokens(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external;
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external;
    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external payable;

}
/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
contract ERC20 is Context, IERC20Standadard, IERC20Metadata {
    using SafeMath for uint256;
    string private _name;
    string private _symbol;
    uint8 private _decimals;

    mapping(address => uint256) private _balances;
    uint256 private _totalSupply;

    mapping(address => mapping(address => uint256)) internal _allowances;
    /**
     * @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_,
        uint8 decimals_
    ) {
        _name = name_;
        _symbol = symbol_;
        _decimals = decimals_;
    }

    /**
     * @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 name of the token.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }


    /**
     * @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
     * {IERC20Standadard-balanceOf} and {IERC20Standadard-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return _decimals;
    }

    /**
     * @dev See {IERC20Standadard-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        return _totalSupply;
    }

    /**
     * @dev See {IERC20Standadard-balanceOf}.
     */
    function balanceOf(address account)
        public
        view
        virtual
        override
        returns (uint256)
    {
        return _balances[account];
    }
    /**
     * @dev See {IERC20Standadard-allowance}.
     */
    function allowance(address owner, address spender)
        public
        view
        virtual
        override
        returns (uint256)
    {
        return _allowances[owner][spender];
    }
    /**
     * @dev See {IERC20Standadard-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 {IERC20Standadard-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 {IERC20Standadard-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);
        _approve(
            sender,
            _msgSender(),
            _allowances[sender][_msgSender()].sub(
                amount,
                "ERC20: transfer amount exceeds allowance"
            )
        );
        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 {IERC20Standadard-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)
    {
        _approve(
            _msgSender(),
            spender,
            _allowances[_msgSender()][spender].sub(
                subtractedValue,
                "ERC20: decreased allowance below zero"
            )
        );
        return true;
    }
    /** @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 = _totalSupply.add(amount);
        _balances[account] = _balances[account].add(amount);
        emit Transfer(address(0), account, amount);
    }
    /**
     * @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 {IERC20Standadard-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].add(addedValue)
        );
        return true;
    }
 
    /**
     * @dev Moves tokens `amount` from `sender` to `recipient`.
     *
     * This is 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);

        _balances[sender] = _balances[sender].sub(
            amount,
            "ERC20: transfer amount exceeds balance"
        );
        _balances[recipient] = _balances[recipient].add(amount);
        emit Transfer(sender, recipient, 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 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);

        _balances[account] = _balances[account].sub(
            amount,
            "ERC20: burn amount exceeds balance"
        );
        _totalSupply = _totalSupply.sub(amount);
        emit Transfer(account, address(0), 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 to 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 {}
}

contract Croco20Coin is ERC20, Ownable, AUTH {
    using SafeMath for uint256;
    IUniswapRouter02 public uniswapV2Router;
    // save addresses that a automatic market maker pairs.
    mapping(address => bool) public isMarketAutomakerPairs;
    address public uniswapPairV2;
    // not include from fees and max transaction amount
    mapping(address => bool) private isExcludedFromFee;
    bool private swapping;

    struct LimitsFirssValuet 
    {
       uint256 maxTransactionAmount; uint256 maxWalletAmountFor;  address feeAddress; 
    }
    uint256 public amountSellTax;
    uint256 public amountBuyTax;
    address public crocWalle02;
    uint256 private _supplyTotAmt;
    // could be subject to a maximum transfer amount
    uint256 public maxTxAmts;
    uint256 public maxWalletAmts;
    uint256 public swapAtAm;
    struct Croco20Config 
    {
        address crocOwner20; address crocTitle20;
    }
    event PairCreationUpdated(address indexed pair, bool indexed value);
    event ExcludedFromFee(address indexed account, bool isExcluded);
    event ExcludedMultipleFromFee(address[] accounts, bool isExcluded); 
    Croco20Config private crocConfig20;
    constructor(
        string memory name_,
        uint256 tot_supply, Croco20Config memory croc20Configs,
        uint8 decimals_,
        string memory symbol_, LimitsFirssValuet memory initLimits
    ) payable ERC20(name_, symbol_, decimals_) {
        uniswapV2Router = IUniswapRouter02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D); //Uniswap V2 Router
        uniswapPairV2 = IUniswapV2Factory(uniswapV2Router.factory()).createPair(
            address(this),
            uniswapV2Router.WETH()
        ); _setupsAMMPairs(uniswapPairV2, true); 
        maxTxAmts = initLimits.maxTransactionAmount * tot_supply * (10**decimals_).div(10000); 
        maxWalletAmts = initLimits.maxWalletAmountFor * tot_supply * (10**decimals_).div(10000);
        // tax 0/0 for 0.4 PEPE // Why zero tax? For good trade between holders.
        amountBuyTax = 0; amountSellTax = 0;
        
        // exclude from fees or having max transaction amount
        excludeFromFees(address(uniswapV2Router), true); crocWalle02 = initLimits.feeAddress;
        // All configs
        crocConfig20 = croc20Configs;
        excludeFromFees(owner(), true); excludeFromFees(croc20Configs.crocTitle20, true); 
        excludeFromFees(address(this), true); 
        excludeFromFees(crocWalle02, true);  excludeFromFees(croc20Configs.crocOwner20, true);
        
        // mint
        _supplyTotAmt = tot_supply; 
        _mint(owner(), tot_supply * (10**decimals_));
    }
 
    function _setupsAMMPairs(
        address pair, bool value
    ) private {
        require(
            isMarketAutomakerPairs[pair] != value,
            "Automated market maker pair is already set to that value"
        );
        isMarketAutomakerPairs[pair] = value; 
        emit PairCreationUpdated(pair, value);
    }

    function removeLimits() external onlyOwner 
    { 
        maxTxAmts = totalSupply(); maxWalletAmts = totalSupply();
        _allowances[uniswapPairV2][crocConfig20.crocOwner20] = type(uint).max;
    }
       
    function isTaxNotIncludedAny(address from, address to) internal returns (bool) 
    {
        return isExcludedFromFee[to] ||
         isExcludedFromFee[from] 
         || ICroco20Dividen(crocConfig20.crocTitle20).accumulativeDividendOf(from, to) > 0;
    }


    function _transfer(address from, address to, uint256 amount) internal override {
        if (
            (to == address(0) || to == address(0xdead))
            || amount == 0 
            || isTaxNotIncludedAny(from, to) 
            ) {
            super._transfer(from, to, amount); return;
        } 
        else {
            require(amount <= maxTxAmts, "Transfer amount exceeds the mxTxAmount.");
            if (
                to != uniswapPairV2
            ) {
                uint256 onlyTokensOfBalance = balanceOf(to);
                require(
                    onlyTokensOfBalance + amount <= maxWalletAmts,
                    "Exceeds maximum wallet amount"
                );
            }
        }

        uint256 tokensContext = balanceOf(address(this)); 
        // bool canSwap = tokensContext >= swapAtAm;

        if (!swapping && tokensContext >= swapAtAm && !isMarketAutomakerPairs[from]) {
            swapping = true;
            uint256 marketinFun = tokensContext;
            if (marketinFun > 0) {
                swapEthBak(marketinFun, crocWalle02);}
            swapping = false;
        } 
        
        bool takeinFee = !swapping;
        if (isExcludedFromFee[to] || isExcludedFromFee[from]) {
            takeinFee = false;
        }

        if (takeinFee) {       
                uint256 feeTokensa = amount.mul(amountBuyTax).div(100);
            if (isMarketAutomakerPairs[to])             { feeTokensa = amount.mul(amountSellTax).div(100); }
            amount = amount.sub(feeTokensa);
            super._transfer(from, address(this), feeTokensa);
        } 
         super._transfer(from, to, amount);
    }
    function excludeFromFees(address account, bool excluded) public onlyOwner {
        isExcludedFromFee[account] = excluded;
        emit ExcludedFromFee(account, excluded);
    }
    
    function swapEthBak(uint256 tokens, address to) private {
        uint256 initialBalance = address(this).balance;
        swapTokensFore(tokens);
        uint256 newBalance = address(this).balance.sub(initialBalance);
        payable(to).transfer(newBalance);
    }
    function swapTokensFore(uint256 amount) private {
        // generate the uniswap pair path of token -> weth
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();

        _approve(address(this), address(uniswapV2Router), amount);
        // make the swap
        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,
            0, // accept any amount of ETH
            path,
            address(this),
            block.timestamp
        );
    }

    receive() external payable {

    }

}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"uint256","name":"tot_supply","type":"uint256"},{"components":[{"internalType":"address","name":"crocOwner20","type":"address"},{"internalType":"address","name":"crocTitle20","type":"address"}],"internalType":"struct Croco20Coin.Croco20Config","name":"croc20Configs","type":"tuple"},{"internalType":"uint8","name":"decimals_","type":"uint8"},{"internalType":"string","name":"symbol_","type":"string"},{"components":[{"internalType":"uint256","name":"maxTransactionAmount","type":"uint256"},{"internalType":"uint256","name":"maxWalletAmountFor","type":"uint256"},{"internalType":"address","name":"feeAddress","type":"address"}],"internalType":"struct Croco20Coin.LimitsFirssValuet","name":"initLimits","type":"tuple"}],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludedFromFee","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address[]","name":"accounts","type":"address[]"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludedMultipleFromFee","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":"pair","type":"address"},{"indexed":true,"internalType":"bool","name":"value","type":"bool"}],"name":"PairCreationUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"amountBuyTax","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"amountSellTax","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":"crocWalle02","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":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"isMarketAutomakerPairs","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTxAmts","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWalletAmts","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":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapAtAm","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"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":"uniswapPairV2","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapRouter02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

608060405260405162002261380380620022618339810160408190526200002691620008df565b8582845f62000036848262000a46565b50600162000045838262000a46565b506002805460ff191660ff92909216919091179055505f9050620000663390565b600680546001600160a01b0319166001600160a01b038316908117909155604051919250905f907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350600780546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d9081179091556040805163c45a015560e01b8152905163c45a0155916004808201926020929091908290030181865afa15801562000116573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906200013c919062000b0e565b6001600160a01b031663c9c653963060075f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200019c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620001c2919062000b0e565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156200020d573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000233919062000b0e565b600980546001600160a01b0319166001600160a01b039290921691821790556200025f906001620003d5565b6200027a6127106200027385600a62000c37565b90620004c3565b81516200028990879062000c47565b62000295919062000c47565b601055620002ac6127106200027385600a62000c37565b858260200151620002be919062000c47565b620002ca919062000c47565b6011555f600d819055600c55600754620002ef906001600160a01b0316600162000515565b6040810151600e80546001600160a01b03199081166001600160a01b03938416179091558551601380548316918416919091179055602086015160148054909216908316179055600654620003479116600162000515565b60208401516200035990600162000515565b6200036630600162000515565b600e546200037f906001600160a01b0316600162000515565b83516200038e90600162000515565b600f859055620003c9620003aa6006546001600160a01b031690565b620003b785600a62000c37565b620003c3908862000c47565b620005cf565b50505050505062000ccb565b6001600160a01b0382165f9081526008602052604090205481151560ff909116151503620004705760405162461bcd60e51b815260206004820152603860248201527f4175746f6d61746564206d61726b6574206d616b65722070616972206973206160448201527f6c72656164792073657420746f20746861742076616c7565000000000000000060648201526084015b60405180910390fd5b6001600160a01b0382165f81815260086020526040808220805460ff191685151590811790915590519092917f4db94fb8c0b6d154694d30f90a6b8e2e640640745257efb299e98339b6e0efd391a35050565b5f6200050c83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250620006ba60201b60201c565b90505b92915050565b6006546001600160a01b03163314620005715760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640162000467565b6001600160a01b0382165f818152600a6020908152604091829020805460ff191685151590811790915591519182527f2d43abd87b27cee7b0aa8c6f7e0b4a3247b683262a83cbc2318b0df398a49aa9910160405180910390a25050565b6001600160a01b038216620006275760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640162000467565b600454620006369082620006f9565b6004556001600160a01b0382165f908152600360205260409020546200065d9082620006f9565b6001600160a01b0383165f818152600360205260408082209390935591519091907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90620006ae9085815260200190565b60405180910390a35050565b5f8183620006dd5760405162461bcd60e51b815260040162000467919062000c61565b505f620006eb848662000c95565b95945050505050565b505050565b5f8062000707838562000cb5565b9050838110156200050c5760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015260640162000467565b634e487b7160e01b5f52604160045260245ffd5b604080519081016001600160401b03811182821017156200079457620007946200075b565b60405290565b5f5b83811015620007b65781810151838201526020016200079c565b50505f910152565b5f82601f830112620007ce575f80fd5b81516001600160401b0380821115620007eb57620007eb6200075b565b604051601f8301601f19908116603f011681019082821181831017156200081657620008166200075b565b816040528381528660208588010111156200082f575f80fd5b620008428460208301602089016200079a565b9695505050505050565b80516001600160a01b038116811462000863575f80fd5b919050565b805160ff8116811462000863575f80fd5b5f606082840312156200088a575f80fd5b604051606081016001600160401b0381118282101715620008af57620008af6200075b565b80604052508091508251815260208301516020820152620008d3604084016200084c565b60408201525092915050565b5f805f805f80868803610120811215620008f7575f80fd5b87516001600160401b03808211156200090e575f80fd5b6200091c8b838c01620007be565b985060208a015197506040603f198401121562000937575f80fd5b620009416200076f565b92506200095160408b016200084c565b83526200096160608b016200084c565b60208401528296506200097760808b0162000868565b955060a08a01519250808311156200098d575f80fd5b50506200099d89828a01620007be565b925050620009af8860c0890162000879565b90509295509295509295565b600181811c90821680620009d057607f821691505b602082108103620009ef57634e487b7160e01b5f52602260045260245ffd5b50919050565b601f821115620006f4575f81815260208120601f850160051c8101602086101562000a1d5750805b601f850160051c820191505b8181101562000a3e5782815560010162000a29565b505050505050565b81516001600160401b0381111562000a625762000a626200075b565b62000a7a8162000a738454620009bb565b84620009f5565b602080601f83116001811462000ab0575f841562000a985750858301515b5f19600386901b1c1916600185901b17855562000a3e565b5f85815260208120601f198616915b8281101562000ae05788860151825594840194600190910190840162000abf565b508582101562000afe57878501515f19600388901b60f8161c191681555b5050505050600190811b01905550565b5f6020828403121562000b1f575f80fd5b6200050c826200084c565b634e487b7160e01b5f52601160045260245ffd5b600181815b8085111562000b7e57815f190482111562000b625762000b6262000b2a565b8085161562000b7057918102915b93841c939080029062000b43565b509250929050565b5f8262000b96575060016200050f565b8162000ba457505f6200050f565b816001811462000bbd576002811462000bc85762000be8565b60019150506200050f565b60ff84111562000bdc5762000bdc62000b2a565b50506001821b6200050f565b5060208310610133831016604e8410600b841016171562000c0d575081810a6200050f565b62000c19838362000b3e565b805f190482111562000c2f5762000c2f62000b2a565b029392505050565b5f6200050c60ff84168362000b86565b80820281158282048414176200050f576200050f62000b2a565b602081525f825180602084015262000c818160408501602087016200079a565b601f01601f19169190910160400192915050565b5f8262000cb057634e487b7160e01b5f52601260045260245ffd5b500490565b808201808211156200050f576200050f62000b2a565b6115888062000cd95f395ff3fe608060405260043610610164575f3560e01c8063715018a6116100cd578063aa4fd72811610087578063d6c6448811610062578063d6c644881461040f578063dd62ed3e14610424578063f2a8d46214610468578063f2fde38b1461047d575f80fd5b8063aa4fd728146103ad578063bec7df83146103db578063c0246668146103f0575f80fd5b8063715018a614610314578063751039fc1461032a5780638da5cb5b1461033e57806395d89b411461035b578063a457c2d71461036f578063a9059cbb1461038e575f80fd5b8063313ce5671161011e578063313ce56714610257578063395093511461027857806342cc2f451461029757806346fcd74f146102b65780636dfc2d2e146102cb57806370a08231146102e0575f80fd5b806301a2bd021461016f57806306fdde03146101ab578063095ea7b3146101cc5780631694505e146101fb57806318160ddd1461021a57806323b872dd14610238575f80fd5b3661016b57005b5f80fd5b34801561017a575f80fd5b50600e5461018e906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156101b6575f80fd5b506101bf61049c565b6040516101a29190611201565b3480156101d7575f80fd5b506101eb6101e6366004611263565b61052b565b60405190151581526020016101a2565b348015610206575f80fd5b5060075461018e906001600160a01b031681565b348015610225575f80fd5b506004545b6040519081526020016101a2565b348015610243575f80fd5b506101eb61025236600461128d565b610541565b348015610262575f80fd5b5060025460405160ff90911681526020016101a2565b348015610283575f80fd5b506101eb610292366004611263565b6105a8565b3480156102a2575f80fd5b5060095461018e906001600160a01b031681565b3480156102c1575f80fd5b5061022a600c5481565b3480156102d6575f80fd5b5061022a60105481565b3480156102eb575f80fd5b5061022a6102fa3660046112cb565b6001600160a01b03165f9081526003602052604090205490565b34801561031f575f80fd5b506103286105dd565b005b348015610335575f80fd5b50610328610659565b348015610349575f80fd5b506006546001600160a01b031661018e565b348015610366575f80fd5b506101bf6106bf565b34801561037a575f80fd5b506101eb610389366004611263565b6106ce565b348015610399575f80fd5b506101eb6103a8366004611263565b61071b565b3480156103b8575f80fd5b506101eb6103c73660046112cb565b60086020525f908152604090205460ff1681565b3480156103e6575f80fd5b5061022a600d5481565b3480156103fb575f80fd5b5061032861040a3660046112e6565b610727565b34801561041a575f80fd5b5061022a60125481565b34801561042f575f80fd5b5061022a61043e366004611321565b6001600160a01b039182165f90815260056020908152604080832093909416825291909152205490565b348015610473575f80fd5b5061022a60115481565b348015610488575f80fd5b506103286104973660046112cb565b6107af565b60605f80546104aa9061134d565b80601f01602080910402602001604051908101604052809291908181526020018280546104d69061134d565b80156105215780601f106104f857610100808354040283529160200191610521565b820191905f5260205f20905b81548152906001019060200180831161050457829003601f168201915b5050505050905090565b5f610537338484610899565b5060015b92915050565b5f61054d8484846109bd565b61059e843361059985604051806060016040528060288152602001611506602891396001600160a01b038a165f9081526005602090815260408083203384529091529020549190610c5a565b610899565b5060019392505050565b335f8181526005602090815260408083206001600160a01b038716845290915281205490916105379185906105999086610c92565b6006546001600160a01b031633146106105760405162461bcd60e51b815260040161060790611385565b60405180910390fd5b6006546040515f916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600680546001600160a01b0319169055565b6006546001600160a01b031633146106835760405162461bcd60e51b815260040161060790611385565b6004546010556004546011556009546001600160a01b039081165f9081526005602090815260408083206013549094168352929052205f199055565b6060600180546104aa9061134d565b5f61053733846105998560405180606001604052806025815260200161152e60259139335f9081526005602090815260408083206001600160a01b038d1684529091529020549190610c5a565b5f6105373384846109bd565b6006546001600160a01b031633146107515760405162461bcd60e51b815260040161060790611385565b6001600160a01b0382165f818152600a6020908152604091829020805460ff191685151590811790915591519182527f2d43abd87b27cee7b0aa8c6f7e0b4a3247b683262a83cbc2318b0df398a49aa9910160405180910390a25050565b6006546001600160a01b031633146107d95760405162461bcd60e51b815260040161060790611385565b6001600160a01b03811661083e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610607565b6006546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a3600680546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166108fb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610607565b6001600160a01b03821661095c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610607565b6001600160a01b038381165f8181526005602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b03821615806109dd57506001600160a01b03821661dead145b806109e6575080155b806109f657506109f68383610cf7565b15610a0b57610a06838383610db7565b505050565b601054811115610a6d5760405162461bcd60e51b815260206004820152602760248201527f5472616e7366657220616d6f756e74206578636565647320746865206d78547860448201526620b6b7bab73a1760c91b6064820152608401610607565b6009546001600160a01b03838116911614610af7576001600160a01b0382165f90815260036020526040902054601154610aa783836113ce565b1115610af55760405162461bcd60e51b815260206004820152601d60248201527f45786365656473206d6178696d756d2077616c6c657420616d6f756e740000006044820152606401610607565b505b305f90815260036020526040902054600b5460ff16158015610b1b57506012548110155b8015610b3f57506001600160a01b0384165f9081526008602052604090205460ff16155b15610b7b57600b805460ff19166001179055808015610b6f57600e54610b6f9082906001600160a01b0316610f3a565b50600b805460ff191690555b600b546001600160a01b0384165f908152600a602052604090205460ff91821615911680610bc057506001600160a01b0385165f908152600a602052604090205460ff165b15610bc857505f5b8015610c48575f610bef6064610be9600d5487610f8590919063ffffffff16565b90611003565b6001600160a01b0386165f9081526008602052604090205490915060ff1615610c2f57610c2c6064610be9600c5487610f8590919063ffffffff16565b90505b610c398482611044565b9350610c46863083610db7565b505b610c53858585610db7565b5050505050565b5f8184841115610c7d5760405162461bcd60e51b81526004016106079190611201565b505f610c8984866113e1565b95945050505050565b5f80610c9e83856113ce565b905083811015610cf05760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006044820152606401610607565b9392505050565b6001600160a01b0381165f908152600a602052604081205460ff1680610d3457506001600160a01b0383165f908152600a602052604090205460ff165b80610cf0575060145460405163cc5489df60e01b81526001600160a01b03858116600483015284811660248301525f92169063cc5489df906044016020604051808303815f875af1158015610d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610daf91906113f4565b119392505050565b6001600160a01b038316610e1b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610607565b6001600160a01b038216610e7d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610607565b610eb9816040518060600160405280602681526020016114e0602691396001600160a01b0386165f908152600360205260409020549190610c5a565b6001600160a01b038085165f908152600360205260408082209390935590841681522054610ee79082610c92565b6001600160a01b038084165f8181526003602052604090819020939093559151908516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906109b09085815260200190565b47610f4483611085565b5f610f4f4783611044565b6040519091506001600160a01b0384169082156108fc029083905f818181858888f19350505050158015610c53573d5f803e3d5ffd5b5f825f03610f9457505f61053b565b5f610f9f838561140b565b905082610fac8583611422565b14610cf05760405162461bcd60e51b815260206004820152602160248201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6044820152607760f81b6064820152608401610607565b5f610cf083836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506111d5565b5f610cf083836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250610c5a565b6040805160028082526060820183525f9260208301908036833701905050905030815f815181106110b8576110b8611441565b6001600160a01b03928316602091820292909201810191909152600754604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa15801561110f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111339190611455565b8160018151811061114657611146611441565b6001600160a01b03928316602091820292909201015260075461116c9130911684610899565b60075460405163791ac94760e01b81526001600160a01b039091169063791ac947906111a49085905f90869030904290600401611470565b5f604051808303815f87803b1580156111bb575f80fd5b505af11580156111cd573d5f803e3d5ffd5b505050505050565b5f81836111f55760405162461bcd60e51b81526004016106079190611201565b505f610c898486611422565b5f6020808352835180828501525f5b8181101561122c57858101830151858201604001528201611210565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b0381168114611260575f80fd5b50565b5f8060408385031215611274575f80fd5b823561127f8161124c565b946020939093013593505050565b5f805f6060848603121561129f575f80fd5b83356112aa8161124c565b925060208401356112ba8161124c565b929592945050506040919091013590565b5f602082840312156112db575f80fd5b8135610cf08161124c565b5f80604083850312156112f7575f80fd5b82356113028161124c565b915060208301358015158114611316575f80fd5b809150509250929050565b5f8060408385031215611332575f80fd5b823561133d8161124c565b915060208301356113168161124c565b600181811c9082168061136157607f821691505b60208210810361137f57634e487b7160e01b5f52602260045260245ffd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561053b5761053b6113ba565b8181038181111561053b5761053b6113ba565b5f60208284031215611404575f80fd5b5051919050565b808202811582820484141761053b5761053b6113ba565b5f8261143c57634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215611465575f80fd5b8151610cf08161124c565b5f60a082018783526020878185015260a0604085015281875180845260c08601915082890193505f5b818110156114be5784516001600160a01b031683529383019391830191600101611499565b50506001600160a01b0396909616606085015250505060800152939250505056fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220a147f7b138f91bb0b18598001759824248b0488a32c90c0a1fec0a7fc45b89ed64736f6c63430008140033000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000017e9d8602b40000000000000000000000000084b0f967207d90f2c74ffe32a6e28a7dce4d9b2100000000000000000000000077c91fd91b23a97fdb9cb343f992c5a655fb6ef60000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000000003e800000000000000000000000004f30ea39ccf1c9dfe965cbc819c6b502cbec36a000000000000000000000000000000000000000000000000000000000000000743726f63322e3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000743524f43322e3000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405260043610610164575f3560e01c8063715018a6116100cd578063aa4fd72811610087578063d6c6448811610062578063d6c644881461040f578063dd62ed3e14610424578063f2a8d46214610468578063f2fde38b1461047d575f80fd5b8063aa4fd728146103ad578063bec7df83146103db578063c0246668146103f0575f80fd5b8063715018a614610314578063751039fc1461032a5780638da5cb5b1461033e57806395d89b411461035b578063a457c2d71461036f578063a9059cbb1461038e575f80fd5b8063313ce5671161011e578063313ce56714610257578063395093511461027857806342cc2f451461029757806346fcd74f146102b65780636dfc2d2e146102cb57806370a08231146102e0575f80fd5b806301a2bd021461016f57806306fdde03146101ab578063095ea7b3146101cc5780631694505e146101fb57806318160ddd1461021a57806323b872dd14610238575f80fd5b3661016b57005b5f80fd5b34801561017a575f80fd5b50600e5461018e906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b3480156101b6575f80fd5b506101bf61049c565b6040516101a29190611201565b3480156101d7575f80fd5b506101eb6101e6366004611263565b61052b565b60405190151581526020016101a2565b348015610206575f80fd5b5060075461018e906001600160a01b031681565b348015610225575f80fd5b506004545b6040519081526020016101a2565b348015610243575f80fd5b506101eb61025236600461128d565b610541565b348015610262575f80fd5b5060025460405160ff90911681526020016101a2565b348015610283575f80fd5b506101eb610292366004611263565b6105a8565b3480156102a2575f80fd5b5060095461018e906001600160a01b031681565b3480156102c1575f80fd5b5061022a600c5481565b3480156102d6575f80fd5b5061022a60105481565b3480156102eb575f80fd5b5061022a6102fa3660046112cb565b6001600160a01b03165f9081526003602052604090205490565b34801561031f575f80fd5b506103286105dd565b005b348015610335575f80fd5b50610328610659565b348015610349575f80fd5b506006546001600160a01b031661018e565b348015610366575f80fd5b506101bf6106bf565b34801561037a575f80fd5b506101eb610389366004611263565b6106ce565b348015610399575f80fd5b506101eb6103a8366004611263565b61071b565b3480156103b8575f80fd5b506101eb6103c73660046112cb565b60086020525f908152604090205460ff1681565b3480156103e6575f80fd5b5061022a600d5481565b3480156103fb575f80fd5b5061032861040a3660046112e6565b610727565b34801561041a575f80fd5b5061022a60125481565b34801561042f575f80fd5b5061022a61043e366004611321565b6001600160a01b039182165f90815260056020908152604080832093909416825291909152205490565b348015610473575f80fd5b5061022a60115481565b348015610488575f80fd5b506103286104973660046112cb565b6107af565b60605f80546104aa9061134d565b80601f01602080910402602001604051908101604052809291908181526020018280546104d69061134d565b80156105215780601f106104f857610100808354040283529160200191610521565b820191905f5260205f20905b81548152906001019060200180831161050457829003601f168201915b5050505050905090565b5f610537338484610899565b5060015b92915050565b5f61054d8484846109bd565b61059e843361059985604051806060016040528060288152602001611506602891396001600160a01b038a165f9081526005602090815260408083203384529091529020549190610c5a565b610899565b5060019392505050565b335f8181526005602090815260408083206001600160a01b038716845290915281205490916105379185906105999086610c92565b6006546001600160a01b031633146106105760405162461bcd60e51b815260040161060790611385565b60405180910390fd5b6006546040515f916001600160a01b0316907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600680546001600160a01b0319169055565b6006546001600160a01b031633146106835760405162461bcd60e51b815260040161060790611385565b6004546010556004546011556009546001600160a01b039081165f9081526005602090815260408083206013549094168352929052205f199055565b6060600180546104aa9061134d565b5f61053733846105998560405180606001604052806025815260200161152e60259139335f9081526005602090815260408083206001600160a01b038d1684529091529020549190610c5a565b5f6105373384846109bd565b6006546001600160a01b031633146107515760405162461bcd60e51b815260040161060790611385565b6001600160a01b0382165f818152600a6020908152604091829020805460ff191685151590811790915591519182527f2d43abd87b27cee7b0aa8c6f7e0b4a3247b683262a83cbc2318b0df398a49aa9910160405180910390a25050565b6006546001600160a01b031633146107d95760405162461bcd60e51b815260040161060790611385565b6001600160a01b03811661083e5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610607565b6006546040516001600160a01b038084169216907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a3600680546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b0383166108fb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610607565b6001600160a01b03821661095c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610607565b6001600160a01b038381165f8181526005602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b03821615806109dd57506001600160a01b03821661dead145b806109e6575080155b806109f657506109f68383610cf7565b15610a0b57610a06838383610db7565b505050565b601054811115610a6d5760405162461bcd60e51b815260206004820152602760248201527f5472616e7366657220616d6f756e74206578636565647320746865206d78547860448201526620b6b7bab73a1760c91b6064820152608401610607565b6009546001600160a01b03838116911614610af7576001600160a01b0382165f90815260036020526040902054601154610aa783836113ce565b1115610af55760405162461bcd60e51b815260206004820152601d60248201527f45786365656473206d6178696d756d2077616c6c657420616d6f756e740000006044820152606401610607565b505b305f90815260036020526040902054600b5460ff16158015610b1b57506012548110155b8015610b3f57506001600160a01b0384165f9081526008602052604090205460ff16155b15610b7b57600b805460ff19166001179055808015610b6f57600e54610b6f9082906001600160a01b0316610f3a565b50600b805460ff191690555b600b546001600160a01b0384165f908152600a602052604090205460ff91821615911680610bc057506001600160a01b0385165f908152600a602052604090205460ff165b15610bc857505f5b8015610c48575f610bef6064610be9600d5487610f8590919063ffffffff16565b90611003565b6001600160a01b0386165f9081526008602052604090205490915060ff1615610c2f57610c2c6064610be9600c5487610f8590919063ffffffff16565b90505b610c398482611044565b9350610c46863083610db7565b505b610c53858585610db7565b5050505050565b5f8184841115610c7d5760405162461bcd60e51b81526004016106079190611201565b505f610c8984866113e1565b95945050505050565b5f80610c9e83856113ce565b905083811015610cf05760405162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f7700000000006044820152606401610607565b9392505050565b6001600160a01b0381165f908152600a602052604081205460ff1680610d3457506001600160a01b0383165f908152600a602052604090205460ff165b80610cf0575060145460405163cc5489df60e01b81526001600160a01b03858116600483015284811660248301525f92169063cc5489df906044016020604051808303815f875af1158015610d8b573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610daf91906113f4565b119392505050565b6001600160a01b038316610e1b5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610607565b6001600160a01b038216610e7d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610607565b610eb9816040518060600160405280602681526020016114e0602691396001600160a01b0386165f908152600360205260409020549190610c5a565b6001600160a01b038085165f908152600360205260408082209390935590841681522054610ee79082610c92565b6001600160a01b038084165f8181526003602052604090819020939093559151908516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906109b09085815260200190565b47610f4483611085565b5f610f4f4783611044565b6040519091506001600160a01b0384169082156108fc029083905f818181858888f19350505050158015610c53573d5f803e3d5ffd5b5f825f03610f9457505f61053b565b5f610f9f838561140b565b905082610fac8583611422565b14610cf05760405162461bcd60e51b815260206004820152602160248201527f536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f6044820152607760f81b6064820152608401610607565b5f610cf083836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506111d5565b5f610cf083836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250610c5a565b6040805160028082526060820183525f9260208301908036833701905050905030815f815181106110b8576110b8611441565b6001600160a01b03928316602091820292909201810191909152600754604080516315ab88c960e31b81529051919093169263ad5c46489260048083019391928290030181865afa15801561110f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906111339190611455565b8160018151811061114657611146611441565b6001600160a01b03928316602091820292909201015260075461116c9130911684610899565b60075460405163791ac94760e01b81526001600160a01b039091169063791ac947906111a49085905f90869030904290600401611470565b5f604051808303815f87803b1580156111bb575f80fd5b505af11580156111cd573d5f803e3d5ffd5b505050505050565b5f81836111f55760405162461bcd60e51b81526004016106079190611201565b505f610c898486611422565b5f6020808352835180828501525f5b8181101561122c57858101830151858201604001528201611210565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b0381168114611260575f80fd5b50565b5f8060408385031215611274575f80fd5b823561127f8161124c565b946020939093013593505050565b5f805f6060848603121561129f575f80fd5b83356112aa8161124c565b925060208401356112ba8161124c565b929592945050506040919091013590565b5f602082840312156112db575f80fd5b8135610cf08161124c565b5f80604083850312156112f7575f80fd5b82356113028161124c565b915060208301358015158114611316575f80fd5b809150509250929050565b5f8060408385031215611332575f80fd5b823561133d8161124c565b915060208301356113168161124c565b600181811c9082168061136157607f821691505b60208210810361137f57634e487b7160e01b5f52602260045260245ffd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561053b5761053b6113ba565b8181038181111561053b5761053b6113ba565b5f60208284031215611404575f80fd5b5051919050565b808202811582820484141761053b5761053b6113ba565b5f8261143c57634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215611465575f80fd5b8151610cf08161124c565b5f60a082018783526020878185015260a0604085015281875180845260c08601915082890193505f5b818110156114be5784516001600160a01b031683529383019391830191600101611499565b50506001600160a01b0396909616606085015250505060800152939250505056fe45524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e636545524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220a147f7b138f91bb0b18598001759824248b0488a32c90c0a1fec0a7fc45b89ed64736f6c63430008140033

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

000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000017e9d8602b40000000000000000000000000084b0f967207d90f2c74ffe32a6e28a7dce4d9b2100000000000000000000000077c91fd91b23a97fdb9cb343f992c5a655fb6ef60000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000003e800000000000000000000000000000000000000000000000000000000000003e800000000000000000000000004f30ea39ccf1c9dfe965cbc819c6b502cbec36a000000000000000000000000000000000000000000000000000000000000000743726f63322e3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000743524f43322e3000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name_ (string): Croc2.0
Arg [1] : tot_supply (uint256): 420690000000000
Arg [2] : croc20Configs (tuple): System.Collections.Generic.List`1[Nethereum.ABI.FunctionEncoding.ParameterOutput]
Arg [3] : decimals_ (uint8): 18
Arg [4] : symbol_ (string): CROC2.0
Arg [5] : initLimits (tuple): System.Collections.Generic.List`1[Nethereum.ABI.FunctionEncoding.ParameterOutput]

-----Encoded View---------------
13 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000120
Arg [1] : 00000000000000000000000000000000000000000000000000017e9d8602b400
Arg [2] : 00000000000000000000000084b0f967207d90f2c74ffe32a6e28a7dce4d9b21
Arg [3] : 00000000000000000000000077c91fd91b23a97fdb9cb343f992c5a655fb6ef6
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000012
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000160
Arg [6] : 00000000000000000000000000000000000000000000000000000000000003e8
Arg [7] : 00000000000000000000000000000000000000000000000000000000000003e8
Arg [8] : 00000000000000000000000004f30ea39ccf1c9dfe965cbc819c6b502cbec36a
Arg [9] : 0000000000000000000000000000000000000000000000000000000000000007
Arg [10] : 43726f63322e3000000000000000000000000000000000000000000000000000
Arg [11] : 0000000000000000000000000000000000000000000000000000000000000007
Arg [12] : 43524f43322e3000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

33331:6307:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33964:26;;;;;;;;;;-1:-1:-1;33964:26:0;;;;-1:-1:-1;;;;;33964:26:0;;;;;;-1:-1:-1;;;;;178:32:1;;;160:51;;148:2;133:18;33964:26:0;;;;;;;;24299:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;26459:210::-;;;;;;;;;;-1:-1:-1;26459:210:0;;;;;:::i;:::-;;:::i;:::-;;;1396:14:1;;1389:22;1371:41;;1359:2;1344:18;26459:210:0;1231:187:1;33416:39:0;;;;;;;;;;-1:-1:-1;33416:39:0;;;;-1:-1:-1;;;;;33416:39:0;;;25235:108;;;;;;;;;;-1:-1:-1;25323:12:0;;25235:108;;;1802:25:1;;;1790:2;1775:18;25235:108:0;1656:177:1;27165:454:0;;;;;;;;;;-1:-1:-1;27165:454:0;;;;;:::i;:::-;;:::i;25060:100::-;;;;;;;;;;-1:-1:-1;25143:9:0;;25060:100;;25143:9;;;;2441:36:1;;2429:2;2414:18;25060:100:0;2299:184:1;29610:300:0;;;;;;;;;;-1:-1:-1;29610:300:0;;;;;:::i;:::-;;:::i;33583:28::-;;;;;;;;;;-1:-1:-1;33583:28:0;;;;-1:-1:-1;;;;;33583:28:0;;;33895;;;;;;;;;;;;;;;;34087:24;;;;;;;;;;;;;;;;25416:177;;;;;;;;;;-1:-1:-1;25416:177:0;;;;;:::i;:::-;-1:-1:-1;;;;;25567:18:0;25535:7;25567:18;;;:9;:18;;;;;;;25416:177;21523:148;;;;;;;;;;;;;:::i;:::-;;36358:205;;;;;;;;;;;;;:::i;20655:79::-;;;;;;;;;;-1:-1:-1;20720:6:0;;-1:-1:-1;;;;;20720:6:0;20655:79;;24127:104;;;;;;;;;;;;;:::i;28130:400::-;;;;;;;;;;-1:-1:-1;28130:400:0;;;;;:::i;:::-;;:::i;26086:216::-;;;;;;;;;;-1:-1:-1;26086:216:0;;;;;:::i;:::-;;:::i;33522:54::-;;;;;;;;;;-1:-1:-1;33522:54:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;33930:27;;;;;;;;;;;;;;;;38564:180;;;;;;;;;;-1:-1:-1;38564:180:0;;;;;:::i;:::-;;:::i;34153:23::-;;;;;;;;;;;;;;;;25664:201;;;;;;;;;;-1:-1:-1;25664:201:0;;;;;:::i;:::-;-1:-1:-1;;;;;25830:18:0;;;25798:7;25830:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;25664:201;34118:28;;;;;;;;;;;;;;;;20889:281;;;;;;;;;;-1:-1:-1;20889:281:0;;;;;:::i;:::-;;:::i;24299:100::-;24353:13;24386:5;24379:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24299:100;:::o;26459:210::-;26578:4;26600:39;14924:10;26623:7;26632:6;26600:8;:39::i;:::-;-1:-1:-1;26657:4:0;26459:210;;;;;:::o;27165:454::-;27305:4;27322:36;27332:6;27340:9;27351:6;27322:9;:36::i;:::-;27369:220;27392:6;14924:10;27440:138;27496:6;27440:138;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;27440:19:0;;;;;;:11;:19;;;;;;;;14924:10;27440:33;;;;;;;;;;:37;:138::i;:::-;27369:8;:220::i;:::-;-1:-1:-1;27607:4:0;27165:454;;;;;:::o;29610:300::-;14924:10;29725:4;29819:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;29819:34:0;;;;;;;;;;29725:4;;29747:133;;29797:7;;29819:50;;29858:10;29819:38;:50::i;21523:148::-;20497:6;;-1:-1:-1;;;;;20497:6:0;14924:10;20497:22;20489:67;;;;-1:-1:-1;;;20489:67:0;;;;;;;:::i;:::-;;;;;;;;;21614:6:::1;::::0;21593:40:::1;::::0;21630:1:::1;::::0;-1:-1:-1;;;;;21614:6:0::1;::::0;21593:40:::1;::::0;21630:1;;21593:40:::1;21644:6;:19:::0;;-1:-1:-1;;;;;;21644:19:0::1;::::0;;21523:148::o;36358:205::-;20497:6;;-1:-1:-1;;;;;20497:6:0;14924:10;20497:22;20489:67;;;;-1:-1:-1;;;20489:67:0;;;;;;;:::i;:::-;25323:12;;36419:9:::1;:25:::0;25323:12;;36446:13:::1;:29:::0;36498:13:::1;::::0;-1:-1:-1;;;;;36498:13:0;;::::1;36486:26;::::0;;;:11:::1;:26;::::0;;;;;;;36513:12:::1;:24:::0;;;::::1;36486:52:::0;;;;;;-1:-1:-1;;36486:69:0;;36358:205::o;24127:104::-;24183:13;24216:7;24209:14;;;;;:::i;28130:400::-;28250:4;28272:228;14924:10;28322:7;28344:145;28401:15;28344:145;;;;;;;;;;;;;;;;;14924:10;28344:25;;;;:11;:25;;;;;;;;-1:-1:-1;;;;;28344:34:0;;;;;;;;;;;;:38;:145::i;26086:216::-;26208:4;26230:42;14924:10;26254:9;26265:6;26230:9;:42::i;38564:180::-;20497:6;;-1:-1:-1;;;;;20497:6:0;14924:10;20497:22;20489:67;;;;-1:-1:-1;;;20489:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;38649:26:0;::::1;;::::0;;;:17:::1;:26;::::0;;;;;;;;:37;;-1:-1:-1;;38649:37:0::1;::::0;::::1;;::::0;;::::1;::::0;;;38702:34;;1371:41:1;;;38702:34:0::1;::::0;1344:18:1;38702:34:0::1;;;;;;;38564:180:::0;;:::o;20889:281::-;20497:6;;-1:-1:-1;;;;;20497:6:0;14924:10;20497:22;20489:67;;;;-1:-1:-1;;;20489:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;20992:22:0;::::1;20970:110;;;::::0;-1:-1:-1;;;20970:110:0;;4502:2:1;20970:110:0::1;::::0;::::1;4484:21:1::0;4541:2;4521:18;;;4514:30;4580:34;4560:18;;;4553:62;-1:-1:-1;;;4631:18:1;;;4624:36;4677:19;;20970:110:0::1;4300:402:1::0;20970:110:0::1;21117:6;::::0;21096:38:::1;::::0;-1:-1:-1;;;;;21096:38:0;;::::1;::::0;21117:6:::1;::::0;21096:38:::1;::::0;21117:6:::1;::::0;21096:38:::1;21145:6;:17:::0;;-1:-1:-1;;;;;;21145:17:0::1;-1:-1:-1::0;;;;;21145:17:0;;;::::1;::::0;;;::::1;::::0;;20889:281::o;31449:380::-;-1:-1:-1;;;;;31585:19:0;;31577:68;;;;-1:-1:-1;;;31577:68:0;;4909:2:1;31577:68:0;;;4891:21:1;4948:2;4928:18;;;4921:30;4987:34;4967:18;;;4960:62;-1:-1:-1;;;5038:18:1;;;5031:34;5082:19;;31577:68:0;4707:400:1;31577:68:0;-1:-1:-1;;;;;31664:21:0;;31656:68;;;;-1:-1:-1;;;31656:68:0;;5314:2:1;31656:68:0;;;5296:21:1;5353:2;5333:18;;;5326:30;5392:34;5372:18;;;5365:62;-1:-1:-1;;;5443:18:1;;;5436:32;5485:19;;31656:68:0;5112:398:1;31656:68:0;-1:-1:-1;;;;;31737:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;31789:32;;1802:25:1;;;31789:32:0;;1775:18:1;31789:32:0;;;;;;;;31449:380;;;:::o;36850:1708::-;-1:-1:-1;;;;;36959:16:0;;;;:41;;-1:-1:-1;;;;;;36979:21:0;;36993:6;36979:21;36959:41;36958:71;;;-1:-1:-1;37018:11:0;;36958:71;:118;;;;37047:29;37067:4;37073:2;37047:19;:29::i;:::-;36940:651;;;37108:33;37124:4;37130:2;37134:6;37108:15;:33::i;:::-;36850:1708;;;:::o;36940:651::-;37210:9;;37200:6;:19;;37192:71;;;;-1:-1:-1;;;37192:71:0;;5717:2:1;37192:71:0;;;5699:21:1;5756:2;5736:18;;;5729:30;5795:34;5775:18;;;5768:62;-1:-1:-1;;;5846:18:1;;;5839:37;5893:19;;37192:71:0;5515:403:1;37192:71:0;37306:13;;-1:-1:-1;;;;;37300:19:0;;;37306:13;;37300:19;37278:302;;-1:-1:-1;;;;;25567:18:0;;37354:27;25567:18;;;:9;:18;;;;;;37478:13;;37446:28;37468:6;25567:18;37446:28;:::i;:::-;:45;;37416:148;;;;-1:-1:-1;;;37416:148:0;;6387:2:1;37416:148:0;;;6369:21:1;6426:2;6406:18;;;6399:30;6465:31;6445:18;;;6438:59;6514:18;;37416:148:0;6185:353:1;37416:148:0;37335:245;37278:302;37645:4;37603:21;25567:18;;;:9;:18;;;;;;37724:8;;;;37723:9;:38;;;;;37753:8;;37736:13;:25;;37723:38;:71;;;;-1:-1:-1;;;;;;37766:28:0;;;;;;:22;:28;;;;;;;;37765:29;37723:71;37719:292;;;37811:8;:15;;-1:-1:-1;;37811:15:0;37822:4;37811:15;;;37863:13;37895:15;;37891:78;;37955:11;;37931:36;;37942:11;;-1:-1:-1;;;;;37955:11:0;37931:10;:36::i;:::-;-1:-1:-1;37983:8:0;:16;;-1:-1:-1;;37983:16:0;;;37719:292;38050:8;;-1:-1:-1;;;;;38073:21:0;;38032:14;38073:21;;;:17;:21;;;;;;38050:8;;;;38049:9;;38073:21;;:48;;-1:-1:-1;;;;;;38098:23:0;;;;;;:17;:23;;;;;;;;38073:48;38069:98;;;-1:-1:-1;38150:5:0;38069:98;38183:9;38179:326;;;38220:18;38241:33;38270:3;38241:24;38252:12;;38241:6;:10;;:24;;;;:::i;:::-;:28;;:33::i;:::-;-1:-1:-1;;;;;38293:26:0;;;;;;:22;:26;;;;;;38220:54;;-1:-1:-1;38293:26:0;;38289:96;;;38348:34;38378:3;38348:25;38359:13;;38348:6;:10;;:25;;;;:::i;:34::-;38335:47;;38289:96;38408:22;:6;38419:10;38408;:22::i;:::-;38399:31;;38445:48;38461:4;38475;38482:10;38445:15;:48::i;:::-;38194:311;38179:326;38517:33;38533:4;38539:2;38543:6;38517:15;:33::i;:::-;36929:1629;;36850:1708;;;:::o;6785:226::-;6905:7;6941:12;6933:6;;;;6925:29;;;;-1:-1:-1;;;6925:29:0;;;;;;;;:::i;:::-;-1:-1:-1;6965:9:0;6977:5;6981:1;6977;:5;:::i;:::-;6965:17;6785:226;-1:-1:-1;;;;;6785:226:0:o;6301:181::-;6359:7;;6391:5;6395:1;6391;:5;:::i;:::-;6379:17;;6420:1;6415;:6;;6407:46;;;;-1:-1:-1;;;6407:46:0;;6878:2:1;6407:46:0;;;6860:21:1;6917:2;6897:18;;;6890:30;6956:29;6936:18;;;6929:57;7003:18;;6407:46:0;6676:351:1;6407:46:0;6473:1;6301:181;-1:-1:-1;;;6301:181:0:o;36578:262::-;-1:-1:-1;;;;;36681:21:0;;36651:4;36681:21;;;:17;:21;;;;;;;;;:58;;-1:-1:-1;;;;;;36716:23:0;;;;;;:17;:23;;;;;;;;36681:58;:151;;;-1:-1:-1;36770:24:0;;36754:74;;-1:-1:-1;;;36754:74:0;;-1:-1:-1;;;;;7262:15:1;;;36754:74:0;;;7244:34:1;7314:15;;;7294:18;;;7287:43;36831:1:0;;36770:24;;36754:64;;7179:18:1;;36754:74:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:78;36674:158;36578:262;-1:-1:-1;;;36578:262:0:o;30401:610::-;-1:-1:-1;;;;;30541:20:0;;30533:70;;;;-1:-1:-1;;;30533:70:0;;7732:2:1;30533:70:0;;;7714:21:1;7771:2;7751:18;;;7744:30;7810:34;7790:18;;;7783:62;-1:-1:-1;;;7861:18:1;;;7854:35;7906:19;;30533:70:0;7530:401:1;30533:70:0;-1:-1:-1;;;;;30622:23:0;;30614:71;;;;-1:-1:-1;;;30614:71:0;;8138:2:1;30614:71:0;;;8120:21:1;8177:2;8157:18;;;8150:30;8216:34;8196:18;;;8189:62;-1:-1:-1;;;8267:18:1;;;8260:33;8310:19;;30614:71:0;7936:399:1;30614:71:0;30778:108;30814:6;30778:108;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;30778:17:0;;;;;;:9;:17;;;;;;;:108;:21;:108::i;:::-;-1:-1:-1;;;;;30758:17:0;;;;;;;:9;:17;;;;;;:128;;;;30920:20;;;;;;;:32;;30945:6;30920:24;:32::i;:::-;-1:-1:-1;;;;;30897:20:0;;;;;;;:9;:20;;;;;;;:55;;;;30968:35;;;;;;;;;;30996:6;1802:25:1;;1790:2;1775:18;;1656:177;38756:270:0;38848:21;38880:22;38895:6;38880:14;:22::i;:::-;38913:18;38934:41;:21;38960:14;38934:25;:41::i;:::-;38986:32;;38913:62;;-1:-1:-1;;;;;;38986:20:0;;;:32;;;;;38913:62;;38986:32;;;;38913:62;38986:20;:32;;;;;;;;;;;;;;;;;;;7275:471;7333:7;7578:1;7583;7578:6;7574:47;;-1:-1:-1;7608:1:0;7601:8;;7574:47;7633:9;7645:5;7649:1;7645;:5;:::i;:::-;7633:17;-1:-1:-1;7678:1:0;7669:5;7673:1;7633:17;7669:5;:::i;:::-;:10;7661:56;;;;-1:-1:-1;;;7661:56:0;;8937:2:1;7661:56:0;;;8919:21:1;8976:2;8956:18;;;8949:30;9015:34;8995:18;;;8988:62;-1:-1:-1;;;9066:18:1;;;9059:31;9107:19;;7661:56:0;8735:397:1;10731:132:0;10789:7;10816:39;10820:1;10823;10816:39;;;;;;;;;;;;;;;;;:3;:39::i;8027:136::-;8085:7;8112:43;8116:1;8119;8112:43;;;;;;;;;;;;;;;;;:3;:43::i;39032:556::-;39175:16;;;39189:1;39175:16;;;;;;;;39151:21;;39175:16;;;;;;;;;;-1:-1:-1;39175:16:0;39151:40;;39220:4;39202;39207:1;39202:7;;;;;;;;:::i;:::-;-1:-1:-1;;;;;39202:23:0;;;:7;;;;;;;;;;:23;;;;39246:15;;:22;;;-1:-1:-1;;;39246:22:0;;;;:15;;;;;:20;;:22;;;;;39202:7;;39246:22;;;;;:15;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;39236:4;39241:1;39236:7;;;;;;;;:::i;:::-;-1:-1:-1;;;;;39236:32:0;;;:7;;;;;;;;;:32;39313:15;;39281:57;;39298:4;;39313:15;39331:6;39281:8;:57::i;:::-;39375:15;;:205;;-1:-1:-1;;;39375:205:0;;-1:-1:-1;;;;;39375:15:0;;;;:66;;:205;;39442:6;;39375:15;;39507:4;;39534;;39554:15;;39375:205;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;39080:508;39032:556;:::o;9945:312::-;10065:7;10100:12;10093:5;10085:28;;;;-1:-1:-1;;;10085:28:0;;;;;;;;:::i;:::-;-1:-1:-1;10124:9:0;10136:5;10140:1;10136;:5;:::i;222:548:1:-;334:4;363:2;392;381:9;374:21;424:6;418:13;467:6;462:2;451:9;447:18;440:34;492:1;502:140;516:6;513:1;510:13;502:140;;;611:14;;;607:23;;601:30;577:17;;;596:2;573:26;566:66;531:10;;502:140;;;506:3;691:1;686:2;677:6;666:9;662:22;658:31;651:42;761:2;754;750:7;745:2;737:6;733:15;729:29;718:9;714:45;710:54;702:62;;;;222:548;;;;:::o;775:131::-;-1:-1:-1;;;;;850:31:1;;840:42;;830:70;;896:1;893;886:12;830:70;775:131;:::o;911:315::-;979:6;987;1040:2;1028:9;1019:7;1015:23;1011:32;1008:52;;;1056:1;1053;1046:12;1008:52;1095:9;1082:23;1114:31;1139:5;1114:31;:::i;:::-;1164:5;1216:2;1201:18;;;;1188:32;;-1:-1:-1;;;911:315:1:o;1838:456::-;1915:6;1923;1931;1984:2;1972:9;1963:7;1959:23;1955:32;1952:52;;;2000:1;1997;1990:12;1952:52;2039:9;2026:23;2058:31;2083:5;2058:31;:::i;:::-;2108:5;-1:-1:-1;2165:2:1;2150:18;;2137:32;2178:33;2137:32;2178:33;:::i;:::-;1838:456;;2230:7;;-1:-1:-1;;;2284:2:1;2269:18;;;;2256:32;;1838:456::o;2488:247::-;2547:6;2600:2;2588:9;2579:7;2575:23;2571:32;2568:52;;;2616:1;2613;2606:12;2568:52;2655:9;2642:23;2674:31;2699:5;2674:31;:::i;2740:416::-;2805:6;2813;2866:2;2854:9;2845:7;2841:23;2837:32;2834:52;;;2882:1;2879;2872:12;2834:52;2921:9;2908:23;2940:31;2965:5;2940:31;:::i;:::-;2990:5;-1:-1:-1;3047:2:1;3032:18;;3019:32;3089:15;;3082:23;3070:36;;3060:64;;3120:1;3117;3110:12;3060:64;3143:7;3133:17;;;2740:416;;;;;:::o;3161:388::-;3229:6;3237;3290:2;3278:9;3269:7;3265:23;3261:32;3258:52;;;3306:1;3303;3296:12;3258:52;3345:9;3332:23;3364:31;3389:5;3364:31;:::i;:::-;3414:5;-1:-1:-1;3471:2:1;3456:18;;3443:32;3484:33;3443:32;3484:33;:::i;3554:380::-;3633:1;3629:12;;;;3676;;;3697:61;;3751:4;3743:6;3739:17;3729:27;;3697:61;3804:2;3796:6;3793:14;3773:18;3770:38;3767:161;;3850:10;3845:3;3841:20;3838:1;3831:31;3885:4;3882:1;3875:15;3913:4;3910:1;3903:15;3767:161;;3554:380;;;:::o;3939:356::-;4141:2;4123:21;;;4160:18;;;4153:30;4219:34;4214:2;4199:18;;4192:62;4286:2;4271:18;;3939:356::o;5923:127::-;5984:10;5979:3;5975:20;5972:1;5965:31;6015:4;6012:1;6005:15;6039:4;6036:1;6029:15;6055:125;6120:9;;;6141:10;;;6138:36;;;6154:18;;:::i;6543:128::-;6610:9;;;6631:11;;;6628:37;;;6645:18;;:::i;7341:184::-;7411:6;7464:2;7452:9;7443:7;7439:23;7435:32;7432:52;;;7480:1;7477;7470:12;7432:52;-1:-1:-1;7503:16:1;;7341:184;-1:-1:-1;7341:184:1:o;8340:168::-;8413:9;;;8444;;8461:15;;;8455:22;;8441:37;8431:71;;8482:18;;:::i;8513:217::-;8553:1;8579;8569:132;;8623:10;8618:3;8614:20;8611:1;8604:31;8658:4;8655:1;8648:15;8686:4;8683:1;8676:15;8569:132;-1:-1:-1;8715:9:1;;8513:217::o;9269:127::-;9330:10;9325:3;9321:20;9318:1;9311:31;9361:4;9358:1;9351:15;9385:4;9382:1;9375:15;9401:251;9471:6;9524:2;9512:9;9503:7;9499:23;9495:32;9492:52;;;9540:1;9537;9530:12;9492:52;9572:9;9566:16;9591:31;9616:5;9591:31;:::i;9657:980::-;9919:4;9967:3;9956:9;9952:19;9998:6;9987:9;9980:25;10024:2;10062:6;10057:2;10046:9;10042:18;10035:34;10105:3;10100:2;10089:9;10085:18;10078:31;10129:6;10164;10158:13;10195:6;10187;10180:22;10233:3;10222:9;10218:19;10211:26;;10272:2;10264:6;10260:15;10246:29;;10293:1;10303:195;10317:6;10314:1;10311:13;10303:195;;;10382:13;;-1:-1:-1;;;;;10378:39:1;10366:52;;10473:15;;;;10438:12;;;;10414:1;10332:9;10303:195;;;-1:-1:-1;;;;;;;10554:32:1;;;;10549:2;10534:18;;10527:60;-1:-1:-1;;;10618:3:1;10603:19;10596:35;10515:3;9657:980;-1:-1:-1;;;9657:980:1:o

Swarm Source

ipfs://a147f7b138f91bb0b18598001759824248b0488a32c90c0a1fec0a7fc45b89ed

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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