ETH Price: $2,990.57 (+2.59%)
Gas: 17 Gwei

Token

E-RADIX (eXRD)
 

Overview

Max Total Supply

1,225,232,865 eXRD

Holders

14,482 ( 0.035%)

Market

Price

$0.04 @ 0.000015 ETH (-2.66%)

Onchain Market Cap

$53,235,989.28

Circulating Supply Market Cap

$31,928,337.67

Other Info

Token Contract (WITH 18 Decimals)

Filtered by Token Holder
KuCoin 9
Balance
28,412.300000000102005184 eXRD

Value
$1,234.51 ( ~0.412801232333097 Eth) [0.0023%]
0xf16e9b0d03470827a95cdfd0cb8a8a3b46969b91
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Radix is a layer-1 DLT protocol designed to serve decentralized finance applications with a new highly scalable and composable 'Cerberus' consensus design. eXRD is an ERC-20 token that will be swappable for Radix's platform utility token, XRD, once the Radix public mainnet is available.

Market

Volume (24H):$461,832.08
Market Capitalization:$31,928,337.67
Circulating Supply:734,834,633.00 eXRD
Market Data Source: Coinmarketcap

# Exchange Pair Price  24H Volume % Volume
1
CoinW
EXRD-USDT$0.0435
0.0000146 Eth
$303,362.00
6,971,128.594 EXRD
58.9101%
2
Uniswap V2 (Ethereum)
0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48$0.0433
0.0000144 Eth
$128,148.00
3,033,937.185 0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414
25.6385%
3
Uniswap V3 (Ethereum)
0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414-0XC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2$0.0438
0.0000146 Eth
$35,704.00
833,954.385 0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414
7.0474%
4
Bilaxy
EXRD-USDC$0.0461
0.0000153 Eth
$11,573.15
251,014.418 EXRD
2.1212%
5
DefiPlaza
DFP2-EXRD$0.0417
0.0000142 Eth
$1,750.89
52,054.430 DFP2
0.4399%
6
Uniswap V2 (Ethereum)
0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414-0XC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2$0.0433
0.0000144 Eth
$1,171.76
27,379.054 0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414
0.2314%
7
DefiPlaza
DAI-EXRD$0.0427
0.0000142 Eth
$602.51
602.430 DAI
0.0051%
8
DefiPlaza
SPELL-EXRD$0.0417
0.0000142 Eth
$487.29
650,375.647 SPELL
5.4961%
9
Uniswap V3 (Ethereum)
0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414-0XC02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2$0.0439
0.0000146 Eth
$472.92
10,757.748 0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414
0.0909%
10
DefiPlaza
ETH-EXRD$0.0427
0.0000142 Eth
$315.99
0.106 ETH
0.0000%
11
DefiPlaza
USDT-EXRD$0.0427
0.0000142 Eth
$300.42
312.972 USDT
0.0026%
12
DefiPlaza
MKR-EXRD$0.0427
0.0000142 Eth
$269.39
0.098 MKR
0.0000%
13
DefiPlaza
USDC-EXRD$0.0427
0.0000142 Eth
$256.99
247.635 USDC
0.0021%
14
DefiPlaza
SUSHI-EXRD$0.045
0.0000151 Eth
$250.56
264.699 SUSHI
0.0022%
15
Uniswap V3 (Ethereum)
0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414-0XDAC17F958D2EE523A2206206994597C13D831EC7$0.0467
0.0000155 Eth
$81.51
1,744.286 0X6468E79A80C0EAB0F9A2B574C8D5BC374AF59414
0.0147%

Contract Source Code Verified (Exact Match)

Contract Name:
eXRD

Compiler Version
v0.6.8+commit.0bbfe453

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license, Audited

Contract Source Code (Solidity)Audit Report

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

// File: @openzeppelin/contracts/GSN/Context.sol


pragma solidity ^0.6.0;

/*
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with GSN meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address payable) {
        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;
    }
}

// File: @openzeppelin/contracts/token/ERC20/IERC20.sol


pragma solidity ^0.6.0;

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

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

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

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

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

    /**
     * @dev Moves `amount` tokens from `sender` to `recipient` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);

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

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

// File: @openzeppelin/contracts/math/SafeMath.sol


pragma solidity ^0.6.0;

/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */
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 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 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 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");
    }

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

// File: @openzeppelin/contracts/utils/Address.sol


pragma solidity ^0.6.2;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // According to EIP-1052, 0x0 is the value returned for not-yet created accounts
        // and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned
        // for accounts without code, i.e. `keccak256('')`
        bytes32 codehash;
        bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;
        // solhint-disable-next-line no-inline-assembly
        assembly { codehash := extcodehash(account) }
        return (codehash != accountHash && codehash != 0x0);
    }

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

        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
        (bool success, ) = recipient.call{ value: amount }("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

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

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

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

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

    function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) {
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{ value: weiValue }(data);
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                // solhint-disable-next-line no-inline-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}

// File: @openzeppelin/contracts/token/ERC20/ERC20.sol


pragma solidity ^0.6.0;





/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin guidelines: functions revert instead
 * of returning `false` on failure. This behavior is nonetheless conventional
 * and does not conflict with the expectations of ERC20 applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20 {
    using SafeMath for uint256;
    using Address for address;

    mapping (address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;
    uint8 private _decimals;

    /**
     * @dev Sets the values for {name} and {symbol}, initializes {decimals} with
     * a default value of 18.
     *
     * To select a different value for {decimals}, use {_setupDecimals}.
     *
     * All three of these values are immutable: they can only be set once during
     * construction.
     */
    constructor (string memory name, string memory symbol) public {
        _name = name;
        _symbol = symbol;
        _decimals = 18;
    }

    /**
     * @dev Returns the name of the token.
     */
    function name() public view returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5,05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the value {ERC20} uses, unless {_setupDecimals} is
     * called.
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view returns (uint8) {
        return _decimals;
    }

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view override returns (uint256) {
        return _balances[account];
    }

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

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

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

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

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

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender].sub(subtractedValue, "ERC20: decreased allowance below zero"));
        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 Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements
     *
     * - `to` 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 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 Sets `amount` as the allowance of `spender` over the `owner`s tokens.
     *
     * This is 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 Sets {decimals} to a value other than the default one of 18.
     *
     * WARNING: This function should only be called from the constructor. Most
     * applications that interact with token contracts will not expect
     * {decimals} to ever change, and may work incorrectly if it does.
     */
    function _setupDecimals(uint8 decimals_) internal {
        _decimals = decimals_;
    }

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

// File: @openzeppelin/contracts/token/ERC20/ERC20Burnable.sol


pragma solidity ^0.6.0;



/**
 * @dev Extension of {ERC20} that allows token holders to destroy both their own
 * tokens and those that they have an allowance for, in a way that can be
 * recognized off-chain (via event analysis).
 */
abstract contract ERC20Burnable is Context, ERC20 {
    /**
     * @dev Destroys `amount` tokens from the caller.
     *
     * See {ERC20-_burn}.
     */
    function burn(uint256 amount) public virtual {
        _burn(_msgSender(), amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, deducting from the caller's
     * allowance.
     *
     * See {ERC20-_burn} and {ERC20-allowance}.
     *
     * Requirements:
     *
     * - the caller must have allowance for ``accounts``'s tokens of at least
     * `amount`.
     */
    function burnFrom(address account, uint256 amount) public virtual {
        uint256 decreasedAllowance = allowance(account, _msgSender()).sub(amount, "ERC20: burn amount exceeds allowance");

        _approve(account, _msgSender(), decreasedAllowance);
        _burn(account, amount);
    }
}

// File: contract-dependencies/Roles.sol

pragma solidity ^0.6.0;

/**
 * @title Roles
 * @dev Library for managing addresses assigned to a Role.
 */
library Roles {
    struct Role {
        mapping (address => bool) bearer;
    }

    /**
     * @dev Give an account access to this role.
     */
    function add(Role storage role, address account) internal {
        require(!has(role, account), "Roles: account already has role");
        role.bearer[account] = true;
    }

    /**
     * @dev Remove an account's access to this role.
     */
    function remove(Role storage role, address account) internal {
        require(has(role, account), "Roles: account does not have role");
        role.bearer[account] = false;
    }

    /**
     * @dev Check if an account has this role.
     * @return bool
     */
    function has(Role storage role, address account) internal view returns (bool) {
        require(account != address(0), "Roles: account is the zero address");
        return role.bearer[account];
    }
}

// File: contract-dependencies/MinterRole.sol

pragma solidity ^0.6.8;


abstract contract MinterRole {
    using Roles for Roles.Role;

    event MinterAdded(address indexed account);
    event MinterRemoved(address indexed account);

    uint256 public mintersCount;
    address[] public mintersArray;

    Roles.Role private _minters;

    modifier onlyMinter() {
        require(isMinter(msg.sender), "MinterRole: caller does not have the Minter role");
        _;
    }

    function isMinter(address account) public view returns (bool) {
        return _minters.has(account);
    }

    function renounceMinter() public {
        _removeMinter(msg.sender);
    }

    function _addMinter(address account) internal {
        mintersCount++;
        mintersArray.push(account);
        _minters.add(account);
        emit MinterAdded(account);
    }

    function _removeMinter(address account) internal {
        uint256 index;

        for(uint256 i = 0; i < mintersArray.length; i++) {
            if(mintersArray[i] == account) {
                index = i;
            }
        }

        mintersArray[index] = mintersArray[mintersArray.length - 1];
        mintersArray.pop();

        mintersCount--;
        _minters.remove(account);
        emit MinterRemoved(account);
    }
}

// File: contract-dependencies/OwnerRole.sol

pragma solidity ^0.6.8;


abstract contract OwnerRole {
    using Roles for Roles.Role;

    event OwnerAdded(address indexed account);
    event OwnerRemoved(address indexed account);

    uint256 public ownersCount;
    address[] public ownersArray;

    Roles.Role private _owners;

    modifier onlyOwner() {
        require(isOwner(msg.sender), "OwnerRole: caller does not have the Owner role");
        _;
    }

    function isOwner(address account) public view returns (bool) {
        return _owners.has(account);
    }

    function addOwner(address account) public onlyOwner {
        _addOwner(account);
    }

    function renounceOwner() public {
        _removeOwner(msg.sender);
    }

    function _addOwner(address account) internal {
        ownersCount++;
        ownersArray.push(account);
        _owners.add(account);
        emit OwnerAdded(account);
    }

    function _removeOwner(address account) internal {
        ownersCount--;

        uint256 index;

        for(uint256 i = 0; i < ownersArray.length; i++) {
            if(ownersArray[i] == account) {
                index = i;
            }
        }

        ownersArray[index] = ownersArray[ownersArray.length - 1];
        ownersArray.pop();

        _owners.remove(account);
        emit OwnerRemoved(account);
    }
}

// File: contract-dependencies/ERC20Mintable.sol

pragma solidity 0.6.8;




/**
 * @dev Extension of {ERC20} that adds a set of accounts with the {MinterRole},
 * which have permission to mint (create) new tokens as they see fit.
 *
 * At construction, the deployer of the contract is the only minter.
 */
abstract contract ERC20Mintable is ERC20, MinterRole, OwnerRole {
    /**
     * @dev See {ERC20-_mint}.
     *
     * Requirements:
     *
     * - the caller must have the {MinterRole}.
     */
    modifier onlyMinterOrOwner() {
        require(
            isMinter(msg.sender) || isOwner(msg.sender),
            "Caller is not a minter nor an owner."
        );
        _;
    }

    function removeMinter(address account) external onlyOwner {
        _removeMinter(account);
    }

    function addMinter(address account) external onlyOwner {
        _addMinter(account);
    }

    function mint(address account, uint256 amount)
        external
        onlyMinterOrOwner
        returns (bool)
    {
        _mint(account, amount);
        return true;
    }
}

// File: contracts/eXRD.sol

/*
    The ERC20 E-RADIX tokens have been generated by Radix Tokens (Jersey) Limited. 

    The purchase possession, exchange and use and ownership of these tokens are subject 
    to the terms and conditions, risk warnings and disclaimers issued by Radix Token’s Jersey Limited 
    which can be found at www.radixtokens.com/terms/ERC20token and which shall be binding on all 
    persons who acquires or seeks to acquire possess or control the use custody exchange or ownership 
    of these tokens and all successors in title including anyone who may claim or be entitled to 
    an equitable right title or interest in these tokens or any of them.
*/
pragma solidity 0.6.8;




contract eXRD is ERC20Burnable, ERC20Mintable {
    constructor(address depositAddress, uint256 amount)
        public
        ERC20("E-RADIX", "eXRD")
    {
        require(depositAddress != address(0));

        _addOwner(msg.sender);
        _mint(depositAddress, amount.mul((10**uint256(decimals()))));
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"depositAddress","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"}],"name":"MinterAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"}],"name":"MinterRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"}],"name":"OwnerAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"}],"name":"OwnerRemoved","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":"account","type":"address"}],"name":"addMinter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"addOwner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isMinter","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isOwner","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"mint","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"mintersArray","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mintersCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"ownersArray","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ownersCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"removeMinter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceMinter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]

60806040523480156200001157600080fd5b5060405162002ddb38038062002ddb833981810160405260408110156200003757600080fd5b8101908080519060200190929190805190602001909291905050506040518060400160405280600781526020017f452d5241444958000000000000000000000000000000000000000000000000008152506040518060400160405280600481526020017f65585244000000000000000000000000000000000000000000000000000000008152508160039080519060200190620000d69291906200074a565b508060049080519060200190620000ef9291906200074a565b506012600560006101000a81548160ff021916908360ff1602179055505050600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156200014957600080fd5b6200015a33620001a260201b60201c565b6200019a826200018e620001736200027860201b60201c565b60ff16600a0a846200028f60201b620011151790919060201c565b6200031a60201b60201c565b5050620007f9565b600960008154809291906001019190505550600a819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506200023281600b620004f860201b6200119b1790919060201c565b8073ffffffffffffffffffffffffffffffffffffffff167f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c360405160405180910390a250565b6000600560009054906101000a900460ff16905090565b600080831415620002a4576000905062000314565b6000828402905082848281620002b657fe5b04146200030f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602181526020018062002d986021913960400191505060405180910390fd5b809150505b92915050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415620003be576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b620003d260008383620005dc60201b60201c565b620003ee81600254620005e160201b620012761790919060201c565b6002819055506200044c816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054620005e160201b620012761790919060201c565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b6200050a82826200066a60201b60201c565b156200057e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f526f6c65733a206163636f756e7420616c72656164792068617320726f6c650081525060200191505060405180910390fd5b60018260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b505050565b60008082840190508381101562000660576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415620006f3576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602281526020018062002db96022913960400191505060405180910390fd5b8260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200078d57805160ff1916838001178555620007be565b82800160010185558215620007be579182015b82811115620007bd578251825591602001919060010190620007a0565b5b509050620007cd9190620007d1565b5090565b620007f691905b80821115620007f2576000816000905550600101620007d8565b5090565b90565b61258f80620008096000396000f3fe608060405234801561001057600080fd5b50600436106101735760003560e01c80637065cb48116100de578063a457c2d711610097578063b948854611610071578063b94885461461081e578063dd62ed3e1461083c578063e0993a7e146108b4578063e4840d44146108d257610173565b8063a457c2d7146106f6578063a9059cbb1461075c578063aa271e1a146107c257610173565b80637065cb481461053b57806370a082311461057f57806379cc6790146105d757806395d89b4114610625578063983b2d56146106a857806398650275146106ec57610173565b80633092afd5116101305780633092afd51461036b578063313ce567146103af57806339509351146103d357806340c10f191461043957806341ac34e51461049f57806342966c681461050d57610173565b806306fdde0314610178578063095ea7b3146101fb57806318160ddd1461026157806323b872dd1461027f57806328c23a45146103055780632f54bf6e1461030f575b600080fd5b610180610940565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101c05780820151818401526020810190506101a5565b50505050905090810190601f1680156101ed5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102476004803603604081101561021157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506109e2565b604051808215151515815260200191505060405180910390f35b610269610a00565b6040518082815260200191505060405180910390f35b6102eb6004803603606081101561029557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a0a565b604051808215151515815260200191505060405180910390f35b61030d610ae3565b005b6103516004803603602081101561032557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610aee565b604051808215151515815260200191505060405180910390f35b6103ad6004803603602081101561038157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b0b565b005b6103b7610b75565b604051808260ff1660ff16815260200191505060405180910390f35b61041f600480360360408110156103e957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b8c565b604051808215151515815260200191505060405180910390f35b6104856004803603604081101561044f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610c3f565b604051808215151515815260200191505060405180910390f35b6104cb600480360360208110156104b557600080fd5b8101908080359060200190929190505050610cc3565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6105396004803603602081101561052357600080fd5b8101908080359060200190929190505050610cff565b005b61057d6004803603602081101561055157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d13565b005b6105c16004803603602081101561059557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d7d565b6040518082815260200191505060405180910390f35b610623600480360360408110156105ed57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610dc5565b005b61062d610e27565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561066d578082015181840152602081019050610652565b50505050905090810190601f16801561069a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6106ea600480360360208110156106be57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ec9565b005b6106f4610f33565b005b6107426004803603604081101561070c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610f3e565b604051808215151515815260200191505060405180910390f35b6107a86004803603604081101561077257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061100b565b604051808215151515815260200191505060405180910390f35b610804600480360360208110156107d857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611029565b604051808215151515815260200191505060405180910390f35b610826611046565b6040518082815260200191505060405180910390f35b61089e6004803603604081101561085257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061104c565b6040518082815260200191505060405180910390f35b6108bc6110d3565b6040518082815260200191505060405180910390f35b6108fe600480360360208110156108e857600080fd5b81019080803590602001909291905050506110d9565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b606060038054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109d85780601f106109ad576101008083540402835291602001916109d8565b820191906000526020600020905b8154815290600101906020018083116109bb57829003601f168201915b5050505050905090565b60006109f66109ef6112fe565b8484611306565b6001905092915050565b6000600254905090565b6000610a178484846114fd565b610ad884610a236112fe565b610ad38560405180606001604052806028815260200161243960289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610a896112fe565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b611306565b600190509392505050565b610aec3361187e565b565b6000610b0482600b611a5390919063ffffffff16565b9050919050565b610b1433610aee565b610b69576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602e8152602001806123c9602e913960400191505060405180910390fd5b610b7281611b31565b50565b6000600560009054906101000a900460ff16905090565b6000610c35610b996112fe565b84610c308560016000610baa6112fe565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461127690919063ffffffff16565b611306565b6001905092915050565b6000610c4a33611029565b80610c5a5750610c5933610aee565b5b610caf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806125116024913960400191505060405180910390fd5b610cb98383611d06565b6001905092915050565b60078181548110610cd057fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610d10610d0a6112fe565b82611ecd565b50565b610d1c33610aee565b610d71576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602e8152602001806123c9602e913960400191505060405180910390fd5b610d7a81612091565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000610e048260405180606001604052806024815260200161248360249139610df586610df06112fe565b61104c565b6117be9092919063ffffffff16565b9050610e1883610e126112fe565b83611306565b610e228383611ecd565b505050565b606060048054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610ebf5780601f10610e9457610100808354040283529160200191610ebf565b820191906000526020600020905b815481529060010190602001808311610ea257829003601f168201915b5050505050905090565b610ed233610aee565b610f27576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602e8152602001806123c9602e913960400191505060405180910390fd5b610f3081612160565b50565b610f3c33611b31565b565b6000611001610f4b6112fe565b84610ffc856040518060600160405280602581526020016125356025913960016000610f756112fe565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b611306565b6001905092915050565b600061101f6110186112fe565b84846114fd565b6001905092915050565b600061103f826008611a5390919063ffffffff16565b9050919050565b60095481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60065481565b600a81815481106110e657fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000808314156111285760009050611195565b600082840290508284828161113957fe5b0414611190576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806124186021913960400191505060405180910390fd5b809150505b92915050565b6111a58282611a53565b15611218576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f526f6c65733a206163636f756e7420616c72656164792068617320726f6c650081525060200191505060405180910390fd5b60018260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6000808284019050838110156112f4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561138c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806124ed6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611412576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806123816022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611583576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806124c86025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611609576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602381526020018061233c6023913960400191505060405180910390fd5b61161483838361222f565b61167f816040518060600160405280602681526020016123a3602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611712816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461127690919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600083831115829061186b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611830578082015181840152602081019050611815565b50505050905090810190601f16801561185d5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b60096000815480929190600190039190505550600080600090505b600a80549050811015611922578273ffffffffffffffffffffffffffffffffffffffff16600a82815481106118ca57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415611915578091505b8080600101915050611899565b50600a6001600a80549050038154811061193857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a828154811061197057fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600a8054806119c357fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690559055611a0c82600b61223490919063ffffffff16565b8173ffffffffffffffffffffffffffffffffffffffff167f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da60405160405180910390a25050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611ada576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806124616022913960400191505060405180910390fd5b8260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600080600090505b600780549050811015611bc2578273ffffffffffffffffffffffffffffffffffffffff1660078281548110611b6a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415611bb5578091505b8080600101915050611b39565b50600760016007805490500381548110611bd857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660078281548110611c1057fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506007805480611c6357fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055905560066000815480929190600190039190505550611cbf82600861223490919063ffffffff16565b8173ffffffffffffffffffffffffffffffffffffffff167fe94479a9f7e1952cc78f2d6baab678adc1b772d936c6583def489e524cb6669260405160405180910390a25050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611da9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b611db56000838361222f565b611dca8160025461127690919063ffffffff16565b600281905550611e21816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461127690919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611f53576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806124a76021913960400191505060405180910390fd5b611f5f8260008361222f565b611fca8160405180606001604052806022815260200161235f602291396000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550612021816002546122f190919063ffffffff16565b600281905550600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600960008154809291906001019190505550600a819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555061211a81600b61119b90919063ffffffff16565b8073ffffffffffffffffffffffffffffffffffffffff167f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c360405160405180910390a250565b6006600081548092919060010191905055506007819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506121e981600861119b90919063ffffffff16565b8073ffffffffffffffffffffffffffffffffffffffff167f6ae172837ea30b801fbfcdd4108aa1d5bf8ff775444fd70256b44e6bf3dfc3f660405160405180910390a250565b505050565b61223e8282611a53565b612293576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806123f76021913960400191505060405180910390fd5b60008260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b600061233383836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506117be565b90509291505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63654f776e6572526f6c653a2063616c6c657220646f6573206e6f74206861766520746865204f776e657220726f6c65526f6c65733a206163636f756e7420646f6573206e6f74206861766520726f6c65536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365526f6c65733a206163636f756e7420697320746865207a65726f206164647265737345524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e2066726f6d20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737343616c6c6572206973206e6f742061206d696e746572206e6f7220616e206f776e65722e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220dfaecf3c57b15b6ae9658c2f21a8ab29e1ff0e3596f7d84f3cb581d4a16fa5a364736f6c63430006080033536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77526f6c65733a206163636f756e7420697320746865207a65726f20616464726573730000000000000000000000000594df06b558b86a68afb0219394987c4503de160000000000000000000000000000000000000000000000000000000106db4280

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101735760003560e01c80637065cb48116100de578063a457c2d711610097578063b948854611610071578063b94885461461081e578063dd62ed3e1461083c578063e0993a7e146108b4578063e4840d44146108d257610173565b8063a457c2d7146106f6578063a9059cbb1461075c578063aa271e1a146107c257610173565b80637065cb481461053b57806370a082311461057f57806379cc6790146105d757806395d89b4114610625578063983b2d56146106a857806398650275146106ec57610173565b80633092afd5116101305780633092afd51461036b578063313ce567146103af57806339509351146103d357806340c10f191461043957806341ac34e51461049f57806342966c681461050d57610173565b806306fdde0314610178578063095ea7b3146101fb57806318160ddd1461026157806323b872dd1461027f57806328c23a45146103055780632f54bf6e1461030f575b600080fd5b610180610940565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156101c05780820151818401526020810190506101a5565b50505050905090810190601f1680156101ed5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6102476004803603604081101561021157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803590602001909291905050506109e2565b604051808215151515815260200191505060405180910390f35b610269610a00565b6040518082815260200191505060405180910390f35b6102eb6004803603606081101561029557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610a0a565b604051808215151515815260200191505060405180910390f35b61030d610ae3565b005b6103516004803603602081101561032557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610aee565b604051808215151515815260200191505060405180910390f35b6103ad6004803603602081101561038157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610b0b565b005b6103b7610b75565b604051808260ff1660ff16815260200191505060405180910390f35b61041f600480360360408110156103e957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610b8c565b604051808215151515815260200191505060405180910390f35b6104856004803603604081101561044f57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610c3f565b604051808215151515815260200191505060405180910390f35b6104cb600480360360208110156104b557600080fd5b8101908080359060200190929190505050610cc3565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6105396004803603602081101561052357600080fd5b8101908080359060200190929190505050610cff565b005b61057d6004803603602081101561055157600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d13565b005b6105c16004803603602081101561059557600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610d7d565b6040518082815260200191505060405180910390f35b610623600480360360408110156105ed57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610dc5565b005b61062d610e27565b6040518080602001828103825283818151815260200191508051906020019080838360005b8381101561066d578082015181840152602081019050610652565b50505050905090810190601f16801561069a5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6106ea600480360360208110156106be57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610ec9565b005b6106f4610f33565b005b6107426004803603604081101561070c57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610f3e565b604051808215151515815260200191505060405180910390f35b6107a86004803603604081101561077257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061100b565b604051808215151515815260200191505060405180910390f35b610804600480360360208110156107d857600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050611029565b604051808215151515815260200191505060405180910390f35b610826611046565b6040518082815260200191505060405180910390f35b61089e6004803603604081101561085257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919050505061104c565b6040518082815260200191505060405180910390f35b6108bc6110d3565b6040518082815260200191505060405180910390f35b6108fe600480360360208110156108e857600080fd5b81019080803590602001909291905050506110d9565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b606060038054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156109d85780601f106109ad576101008083540402835291602001916109d8565b820191906000526020600020905b8154815290600101906020018083116109bb57829003601f168201915b5050505050905090565b60006109f66109ef6112fe565b8484611306565b6001905092915050565b6000600254905090565b6000610a178484846114fd565b610ad884610a236112fe565b610ad38560405180606001604052806028815260200161243960289139600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610a896112fe565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b611306565b600190509392505050565b610aec3361187e565b565b6000610b0482600b611a5390919063ffffffff16565b9050919050565b610b1433610aee565b610b69576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602e8152602001806123c9602e913960400191505060405180910390fd5b610b7281611b31565b50565b6000600560009054906101000a900460ff16905090565b6000610c35610b996112fe565b84610c308560016000610baa6112fe565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461127690919063ffffffff16565b611306565b6001905092915050565b6000610c4a33611029565b80610c5a5750610c5933610aee565b5b610caf576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806125116024913960400191505060405180910390fd5b610cb98383611d06565b6001905092915050565b60078181548110610cd057fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610d10610d0a6112fe565b82611ecd565b50565b610d1c33610aee565b610d71576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602e8152602001806123c9602e913960400191505060405180910390fd5b610d7a81612091565b50565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b6000610e048260405180606001604052806024815260200161248360249139610df586610df06112fe565b61104c565b6117be9092919063ffffffff16565b9050610e1883610e126112fe565b83611306565b610e228383611ecd565b505050565b606060048054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610ebf5780601f10610e9457610100808354040283529160200191610ebf565b820191906000526020600020905b815481529060010190602001808311610ea257829003601f168201915b5050505050905090565b610ed233610aee565b610f27576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602e8152602001806123c9602e913960400191505060405180910390fd5b610f3081612160565b50565b610f3c33611b31565b565b6000611001610f4b6112fe565b84610ffc856040518060600160405280602581526020016125356025913960016000610f756112fe565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b611306565b6001905092915050565b600061101f6110186112fe565b84846114fd565b6001905092915050565b600061103f826008611a5390919063ffffffff16565b9050919050565b60095481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b60065481565b600a81815481106110e657fe5b906000526020600020016000915054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000808314156111285760009050611195565b600082840290508284828161113957fe5b0414611190576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806124186021913960400191505060405180910390fd5b809150505b92915050565b6111a58282611a53565b15611218576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f526f6c65733a206163636f756e7420616c72656164792068617320726f6c650081525060200191505060405180910390fd5b60018260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6000808284019050838110156112f4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561138c576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260248152602001806124ed6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611412576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806123816022913960400191505060405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611583576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260258152602001806124c86025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611609576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252602381526020018061233c6023913960400191505060405180910390fd5b61161483838361222f565b61167f816040518060600160405280602681526020016123a3602691396000808773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550611712816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461127690919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a3505050565b600083831115829061186b576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611830578082015181840152602081019050611815565b50505050905090810190601f16801561185d5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5060008385039050809150509392505050565b60096000815480929190600190039190505550600080600090505b600a80549050811015611922578273ffffffffffffffffffffffffffffffffffffffff16600a82815481106118ca57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415611915578091505b8080600101915050611899565b50600a6001600a80549050038154811061193857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16600a828154811061197057fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600a8054806119c357fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff02191690559055611a0c82600b61223490919063ffffffff16565b8173ffffffffffffffffffffffffffffffffffffffff167f58619076adf5bb0943d100ef88d52d7c3fd691b19d3a9071b555b651fbf418da60405160405180910390a25050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611ada576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260228152602001806124616022913960400191505060405180910390fd5b8260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600080600090505b600780549050811015611bc2578273ffffffffffffffffffffffffffffffffffffffff1660078281548110611b6a57fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff161415611bb5578091505b8080600101915050611b39565b50600760016007805490500381548110611bd857fe5b9060005260206000200160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1660078281548110611c1057fe5b9060005260206000200160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506007805480611c6357fe5b6001900381819060005260206000200160006101000a81549073ffffffffffffffffffffffffffffffffffffffff0219169055905560066000815480929190600190039190505550611cbf82600861223490919063ffffffff16565b8173ffffffffffffffffffffffffffffffffffffffff167fe94479a9f7e1952cc78f2d6baab678adc1b772d936c6583def489e524cb6669260405160405180910390a25050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611da9576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601f8152602001807f45524332303a206d696e7420746f20746865207a65726f20616464726573730081525060200191505060405180910390fd5b611db56000838361222f565b611dca8160025461127690919063ffffffff16565b600281905550611e21816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461127690919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611f53576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806124a76021913960400191505060405180910390fd5b611f5f8260008361222f565b611fca8160405180606001604052806022815260200161235f602291396000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546117be9092919063ffffffff16565b6000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550612021816002546122f190919063ffffffff16565b600281905550600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040518082815260200191505060405180910390a35050565b600960008154809291906001019190505550600a819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555061211a81600b61119b90919063ffffffff16565b8073ffffffffffffffffffffffffffffffffffffffff167f994a936646fe87ffe4f1e469d3d6aa417d6b855598397f323de5b449f765f0c360405160405180910390a250565b6006600081548092919060010191905055506007819080600181540180825580915050600190039060005260206000200160009091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506121e981600861119b90919063ffffffff16565b8073ffffffffffffffffffffffffffffffffffffffff167f6ae172837ea30b801fbfcdd4108aa1d5bf8ff775444fd70256b44e6bf3dfc3f660405160405180910390a250565b505050565b61223e8282611a53565b612293576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260218152602001806123f76021913960400191505060405180910390fd5b60008260000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b600061233383836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f7700008152506117be565b90509291505056fe45524332303a207472616e7366657220746f20746865207a65726f206164647265737345524332303a206275726e20616d6f756e7420657863656564732062616c616e636545524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e63654f776e6572526f6c653a2063616c6c657220646f6573206e6f74206861766520746865204f776e657220726f6c65526f6c65733a206163636f756e7420646f6573206e6f74206861766520726f6c65536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365526f6c65733a206163636f756e7420697320746865207a65726f206164647265737345524332303a206275726e20616d6f756e74206578636565647320616c6c6f77616e636545524332303a206275726e2066726f6d20746865207a65726f206164647265737345524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737343616c6c6572206973206e6f742061206d696e746572206e6f7220616e206f776e65722e45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220dfaecf3c57b15b6ae9658c2f21a8ab29e1ff0e3596f7d84f3cb581d4a16fa5a364736f6c63430006080033

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

0000000000000000000000000594df06b558b86a68afb0219394987c4503de160000000000000000000000000000000000000000000000000000000106db4280

-----Decoded View---------------
Arg [0] : depositAddress (address): 0x0594dF06B558B86a68AfB0219394987C4503de16
Arg [1] : amount (uint256): 4410000000

-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 0000000000000000000000000594df06b558b86a68afb0219394987c4503de16
Arg [1] : 0000000000000000000000000000000000000000000000000000000106db4280


Deployed Bytecode Sourcemap

33278:324:0:-:0;;;;5:9:-1;2:2;;;27:1;24;17:12;2:2;33278:324:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12:1:-1;9;2:12;17592:83:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;17592:83:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19698:169;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;19698:169:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;18667:100;;;:::i;:::-;;;;;;;;;;;;;;;;;;;20341:321;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;20341:321:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;30711:75;;;:::i;:::-;;30499:107;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;30499:107:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;32149:99;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;32149:99:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;18519:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;21071:218;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;21071:218:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;32357:184;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;32357:184:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;28948:29;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;28948:29:0;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;26887:91;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;26887:91:0;;;;;;;;;;;;;;;;;:::i;:::-;;30614:89;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;30614:89:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;18830:119;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;18830:119:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;27297:295;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;27297:295:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;17794:87;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;17794:87:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32256:93;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;32256:93:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;29281:77;;;:::i;:::-;;21792:269;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;21792:269:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;19162:175;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;19162:175:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;29164:109;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;29164:109:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;30256:26;;;:::i;:::-;;;;;;;;;;;;;;;;;;;19400:151;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;19400:151:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;28914:27;;;:::i;:::-;;;;;;;;;;;;;;;;;;;30289:28;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;30289:28:0;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;17592:83;17629:13;17662:5;17655:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17592:83;:::o;19698:169::-;19781:4;19798:39;19807:12;:10;:12::i;:::-;19821:7;19830:6;19798:8;:39::i;:::-;19855:4;19848:11;;19698:169;;;;:::o;18667:100::-;18720:7;18747:12;;18740:19;;18667:100;:::o;20341:321::-;20447:4;20464:36;20474:6;20482:9;20493:6;20464:9;:36::i;:::-;20511:121;20520:6;20528:12;:10;:12::i;:::-;20542:89;20580:6;20542:89;;;;;;;;;;;;;;;;;:11;:19;20554:6;20542:19;;;;;;;;;;;;;;;:33;20562:12;:10;:12::i;:::-;20542:33;;;;;;;;;;;;;;;;:37;;:89;;;;;:::i;:::-;20511:8;:121::i;:::-;20650:4;20643:11;;20341:321;;;;;:::o;30711:75::-;30754:24;30767:10;30754:12;:24::i;:::-;30711:75::o;30499:107::-;30554:4;30578:20;30590:7;30578;:11;;:20;;;;:::i;:::-;30571:27;;30499:107;;;:::o;32149:99::-;30401:19;30409:10;30401:7;:19::i;:::-;30393:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32218:22:::1;32232:7;32218:13;:22::i;:::-;32149:99:::0;:::o;18519:83::-;18560:5;18585:9;;;;;;;;;;;18578:16;;18519:83;:::o;21071:218::-;21159:4;21176:83;21185:12;:10;:12::i;:::-;21199:7;21208:50;21247:10;21208:11;:25;21220:12;:10;:12::i;:::-;21208:25;;;;;;;;;;;;;;;:34;21234:7;21208:34;;;;;;;;;;;;;;;;:38;;:50;;;;:::i;:::-;21176:8;:83::i;:::-;21277:4;21270:11;;21071:218;;;;:::o;32357:184::-;32467:4;32014:20;32023:10;32014:8;:20::i;:::-;:43;;;;32038:19;32046:10;32038:7;:19::i;:::-;32014:43;31992:129;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32489:22:::1;32495:7;32504:6;32489:5;:22::i;:::-;32529:4;32522:11;;32357:184:::0;;;;:::o;28948:29::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;26887:91::-;26943:27;26949:12;:10;:12::i;:::-;26963:6;26943:5;:27::i;:::-;26887:91;:::o;30614:89::-;30401:19;30409:10;30401:7;:19::i;:::-;30393:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30677:18:::1;30687:7;30677:9;:18::i;:::-;30614:89:::0;:::o;18830:119::-;18896:7;18923:9;:18;18933:7;18923:18;;;;;;;;;;;;;;;;18916:25;;18830:119;;;:::o;27297:295::-;27374:26;27403:84;27440:6;27403:84;;;;;;;;;;;;;;;;;:32;27413:7;27422:12;:10;:12::i;:::-;27403:9;:32::i;:::-;:36;;:84;;;;;:::i;:::-;27374:113;;27500:51;27509:7;27518:12;:10;:12::i;:::-;27532:18;27500:8;:51::i;:::-;27562:22;27568:7;27577:6;27562:5;:22::i;:::-;27297:295;;;:::o;17794:87::-;17833:13;17866:7;17859:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;17794:87;:::o;32256:93::-;30401:19;30409:10;30401:7;:19::i;:::-;30393:78;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32322:19:::1;32333:7;32322:10;:19::i;:::-;32256:93:::0;:::o;29281:77::-;29325:25;29339:10;29325:13;:25::i;:::-;29281:77::o;21792:269::-;21885:4;21902:129;21911:12;:10;:12::i;:::-;21925:7;21934:96;21973:15;21934:96;;;;;;;;;;;;;;;;;:11;:25;21946:12;:10;:12::i;:::-;21934:25;;;;;;;;;;;;;;;:34;21960:7;21934:34;;;;;;;;;;;;;;;;:38;;:96;;;;;:::i;:::-;21902:8;:129::i;:::-;22049:4;22042:11;;21792:269;;;;:::o;19162:175::-;19248:4;19265:42;19275:12;:10;:12::i;:::-;19289:9;19300:6;19265:9;:42::i;:::-;19325:4;19318:11;;19162:175;;;;:::o;29164:109::-;29220:4;29244:21;29257:7;29244:8;:12;;:21;;;;:::i;:::-;29237:28;;29164:109;;;:::o;30256:26::-;;;;:::o;19400:151::-;19489:7;19516:11;:18;19528:5;19516:18;;;;;;;;;;;;;;;:27;19535:7;19516:27;;;;;;;;;;;;;;;;19509:34;;19400:151;;;;:::o;28914:27::-;;;;:::o;30289:28::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;6056:471::-;6114:7;6364:1;6359;:6;6355:47;;;6389:1;6382:8;;;;6355:47;6414:9;6430:1;6426;:5;6414:17;;6459:1;6454;6450;:5;;;;;;:10;6442:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6518:1;6511:8;;;6056:471;;;;;:::o;27917:178::-;27995:18;27999:4;28005:7;27995:3;:18::i;:::-;27994:19;27986:63;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28083:4;28060;:11;;:20;28072:7;28060:20;;;;;;;;;;;;;;;;:27;;;;;;;;;;;;;;;;;;27917:178;;:::o;4702:181::-;4760:7;4780:9;4796:1;4792;:5;4780:17;;4821:1;4816;:6;;4808:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4874:1;4867:8;;;4702:181;;;;:::o;624:106::-;677:15;712:10;705:17;;624:106;:::o;24939:346::-;25058:1;25041:19;;:5;:19;;;;25033:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25139:1;25120:21;;:7;:21;;;;25112:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25223:6;25193:11;:18;25205:5;25193:18;;;;;;;;;;;;;;;:27;25212:7;25193:27;;;;;;;;;;;;;;;:36;;;;25261:7;25245:32;;25254:5;25245:32;;;25270:6;25245:32;;;;;;;;;;;;;;;;;;24939:346;;;:::o;22551:539::-;22675:1;22657:20;;:6;:20;;;;22649:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22759:1;22738:23;;:9;:23;;;;22730:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22814:47;22835:6;22843:9;22854:6;22814:20;:47::i;:::-;22894:71;22916:6;22894:71;;;;;;;;;;;;;;;;;:9;:17;22904:6;22894:17;;;;;;;;;;;;;;;;:21;;:71;;;;;:::i;:::-;22874:9;:17;22884:6;22874:17;;;;;;;;;;;;;;;:91;;;;22999:32;23024:6;22999:9;:20;23009:9;22999:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;22976:9;:20;22986:9;22976:20;;;;;;;;;;;;;;;:55;;;;23064:9;23047:35;;23056:6;23047:35;;;23075:6;23047:35;;;;;;;;;;;;;;;;;;22551:539;;;:::o;5605:192::-;5691:7;5724:1;5719;:6;;5727:12;5711:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;99:1;94:3;90:11;84:18;80:1;75:3;71:11;64:39;52:2;49:1;45:10;40:15;;8:100;;;12:14;5711:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5751:9;5767:1;5763;:5;5751:17;;5788:1;5781:8;;;5605:192;;;;;:::o;30981:436::-;31040:11;;:13;;;;;;;;;;;;;;31066;31096:9;31108:1;31096:13;;31092:148;31115:11;:18;;;;31111:1;:22;31092:148;;;31176:7;31158:25;;:11;31170:1;31158:14;;;;;;;;;;;;;;;;;;;;;;;;;:25;;;31155:74;;;31212:1;31204:9;;31155:74;31135:3;;;;;;;31092:148;;;;31273:11;31306:1;31285:11;:18;;;;:22;31273:35;;;;;;;;;;;;;;;;;;;;;;;;;31252:11;31264:5;31252:18;;;;;;;;;;;;;;;;:56;;;;;;;;;;;;;;;;;;31319:11;:17;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31349:23;31364:7;31349;:14;;:23;;;;:::i;:::-;31401:7;31388:21;;;;;;;;;;;;30981:436;;:::o;28453:203::-;28525:4;28569:1;28550:21;;:7;:21;;;;28542:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28628:4;:11;;:20;28640:7;28628:20;;;;;;;;;;;;;;;;;;;;;;;;;28621:27;;28453:203;;;;:::o;29558:444::-;29618:13;29648:9;29660:1;29648:13;;29644:150;29667:12;:19;;;;29663:1;:23;29644:150;;;29730:7;29711:26;;:12;29724:1;29711:15;;;;;;;;;;;;;;;;;;;;;;;;;:26;;;29708:75;;;29766:1;29758:9;;29708:75;29688:3;;;;;;;29644:150;;;;29828:12;29863:1;29841:12;:19;;;;:23;29828:37;;;;;;;;;;;;;;;;;;;;;;;;;29806:12;29819:5;29806:19;;;;;;;;;;;;;;;;:59;;;;;;;;;;;;;;;;;;29876:12;:18;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29907:12;;:14;;;;;;;;;;;;;;29932:24;29948:7;29932:8;:15;;:24;;;;:::i;:::-;29986:7;29972:22;;;;;;;;;;;;29558:444;;:::o;23371:378::-;23474:1;23455:21;;:7;:21;;;;23447:65;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23525:49;23554:1;23558:7;23567:6;23525:20;:49::i;:::-;23602:24;23619:6;23602:12;;:16;;:24;;;;:::i;:::-;23587:12;:39;;;;23658:30;23681:6;23658:9;:18;23668:7;23658:18;;;;;;;;;;;;;;;;:22;;:30;;;;:::i;:::-;23637:9;:18;23647:7;23637:18;;;;;;;;;;;;;;;:51;;;;23725:7;23704:37;;23721:1;23704:37;;;23734:6;23704:37;;;;;;;;;;;;;;;;;;23371:378;;:::o;24081:418::-;24184:1;24165:21;;:7;:21;;;;24157:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24237:49;24258:7;24275:1;24279:6;24237:20;:49::i;:::-;24320:68;24343:6;24320:68;;;;;;;;;;;;;;;;;:9;:18;24330:7;24320:18;;;;;;;;;;;;;;;;:22;;:68;;;;;:::i;:::-;24299:9;:18;24309:7;24299:18;;;;;;;;;;;;;;;:89;;;;24414:24;24431:6;24414:12;;:16;;:24;;;;:::i;:::-;24399:12;:39;;;;24480:1;24454:37;;24463:7;24454:37;;;24484:6;24454:37;;;;;;;;;;;;;;;;;;24081:418;;:::o;30794:179::-;30850:11;;:13;;;;;;;;;;;;;30874:11;30891:7;30874:25;;39:1:-1;33:3;27:10;23:18;57:10;52:3;45:23;79:10;72:17;;0:93;30874:25:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30910:20;30922:7;30910;:11;;:20;;;;:::i;:::-;30957:7;30946:19;;;;;;;;;;;;30794:179;:::o;29366:184::-;29423:12;;:14;;;;;;;;;;;;;29448:12;29466:7;29448:26;;39:1:-1;33:3;27:10;23:18;57:10;52:3;45:23;79:10;72:17;;0:93;29448:26:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29485:21;29498:7;29485:8;:12;;:21;;;;:::i;:::-;29534:7;29522:20;;;;;;;;;;;;29366:184;:::o;26310:92::-;;;;:::o;28175:183::-;28255:18;28259:4;28265:7;28255:3;:18::i;:::-;28247:64;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;28345:5;28322:4;:11;;:20;28334:7;28322:20;;;;;;;;;;;;;;;;:28;;;;;;;;;;;;;;;;;;28175:183;;:::o;5166:136::-;5224:7;5251:43;5255:1;5258;5251:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;5244:50;;5166:136;;;;:::o

Swarm Source

ipfs://dfaecf3c57b15b6ae9658c2f21a8ab29e1ff0e3596f7d84f3cb581d4a16fa5a3
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.