ETH Price: $3,006.59 (-2.25%)
Gas: 5 Gwei

Contract

0xeb194f0f4699Df79F380DE55bdF39FdF5659211a
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Purge133640622021-10-06 7:18:01945 days ago1633504681IN
0xeb194f0f...F5659211a
0 ETH0.01048695144.17233099
Redeem Tokens129971922021-08-10 11:42:111002 days ago1628595731IN
0xeb194f0f...F5659211a
0 ETH0.0022522530.15831522
Redeem Tokens128086632021-07-11 22:17:211031 days ago1626041841IN
0xeb194f0f...F5659211a
0 ETH0.0007737712
Redeem Tokens128077392021-07-11 18:50:551031 days ago1626029455IN
0xeb194f0f...F5659211a
0 ETH0.0007092911
Redeem Tokens127994712021-07-10 11:51:201033 days ago1625917880IN
0xeb194f0f...F5659211a
0 ETH0.0006535110.13494507
Redeem Tokens127983862021-07-10 7:45:061033 days ago1625903106IN
0xeb194f0f...F5659211a
0 ETH0.000580329
Redeem Tokens127979972021-07-10 6:14:321033 days ago1625897672IN
0xeb194f0f...F5659211a
0 ETH0.0008382513
Redeem Tokens127974102021-07-10 4:04:181033 days ago1625889858IN
0xeb194f0f...F5659211a
0 ETH0.0008382513
Redeem Tokens127973972021-07-10 4:01:281033 days ago1625889688IN
0xeb194f0f...F5659211a
0 ETH0.0009672115
Redeem Tokens127973192021-07-10 3:45:081033 days ago1625888708IN
0xeb194f0f...F5659211a
0 ETH0.0010316916
Redeem Tokens127967102021-07-10 1:33:431033 days ago1625880823IN
0xeb194f0f...F5659211a
0 ETH0.0006448110
Redeem Tokens127963622021-07-10 0:18:491033 days ago1625876329IN
0xeb194f0f...F5659211a
0 ETH0.0006448110
Redeem Tokens127923252021-07-09 9:15:481034 days ago1625822148IN
0xeb194f0f...F5659211a
0 ETH0.0007092911
Redeem Tokens127892412021-07-08 21:46:221034 days ago1625780782IN
0xeb194f0f...F5659211a
0 ETH0.0007737712
Redeem Tokens127892392021-07-08 21:46:061034 days ago1625780766IN
0xeb194f0f...F5659211a
0 ETH0.0007737712
Redeem Tokens127892392021-07-08 21:46:061034 days ago1625780766IN
0xeb194f0f...F5659211a
0 ETH0.0007737712
Redeem Tokens127892282021-07-08 21:44:281034 days ago1625780668IN
0xeb194f0f...F5659211a
0 ETH0.0008382513
Redeem Tokens127892202021-07-08 21:43:131034 days ago1625780593IN
0xeb194f0f...F5659211a
0 ETH0.0009027314
Redeem Tokens127846842021-07-08 4:45:451035 days ago1625719545IN
0xeb194f0f...F5659211a
0 ETH0.0010961717
Redeem Tokens127688962021-07-05 17:42:481037 days ago1625506968IN
0xeb194f0f...F5659211a
0 ETH0.0007092911
Redeem Tokens127443752021-07-01 22:17:251041 days ago1625177845IN
0xeb194f0f...F5659211a
0 ETH0.0003773216
Redeem Tokens127443752021-07-01 22:17:251041 days ago1625177845IN
0xeb194f0f...F5659211a
0 ETH0.0008382513
Redeem Tokens127158542021-06-27 11:40:511046 days ago1624794051IN
0xeb194f0f...F5659211a
0 ETH0.00032245
Redeem Tokens126701882021-06-20 8:32:391053 days ago1624177959IN
0xeb194f0f...F5659211a
0 ETH0.0002358310
Redeem Tokens126701882021-06-20 8:32:391053 days ago1624177959IN
0xeb194f0f...F5659211a
0 ETH0.0006448110
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
TsVesting

Compiler Version
v0.6.11+commit.5ef660b1

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-03-19
*/

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

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/*
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with 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/access/Ownable.sol



pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor () internal {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), msgSender);
    }

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

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

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

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

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



pragma solidity >=0.6.0 <0.8.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/token/ERC20/IERC20.sol



pragma solidity >=0.6.0 <0.8.0;

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

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

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

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

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

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

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

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

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



pragma solidity >=0.6.0 <0.8.0;




/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin 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;

    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 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/utils/Address.sol



pragma solidity >=0.6.2 <0.8.0;

/**
 * @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) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        // solhint-disable-next-line no-inline-assembly
        assembly { size := extcodesize(account) }
        return size > 0;
    }

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

        // 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");
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{ value: value }(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

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

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

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.staticcall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns(bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                // 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/SafeERC20.sol



pragma solidity >=0.6.0 <0.8.0;




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

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

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

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

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

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

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

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

// File: contracts/TsVesting.sol


pragma solidity 0.6.11;
pragma experimental ABIEncoderV2;





struct Wallet {
    address wallet;
    uint256 amount;
}

contract TsVesting is Ownable {
    using SafeMath for uint256;
    using SafeERC20 for ERC20;

    mapping(address => Wallet) public wallets;
    ERC20 private _token = ERC20(address(0x8c18D6a985Ef69744b9d57248a45c0861874f244));

    constructor() public {}

    function setToken(ERC20 token) public onlyOwner {
        _token = token;
    }

    /**
     * Bulk Allocation Insertion
     */
    function addAllocations(
        address[] memory addresses,
        uint256[] memory amounts
    ) external onlyOwner {
        require(
            addresses.length == amounts.length,
            "Address and totalAmounts length must be same"
        );

        uint256 addressesLength = addresses.length;

        for (uint256 i = 0; i < addressesLength; i++) {
            address address_ = addresses[i];
            uint256 amount = amounts[i];
            
            wallets[address_] = Wallet(address_, amount);
        }
    }

    /**
     * Redeem Tokens
     */
    function redeemTokens() external {
        address sender = msg.sender;
        require(wallets[sender].amount > 0, "Insufficient token");

        _token.safeTransfer(sender, wallets[sender].amount);
        wallets[sender].amount = 0;
    }

    /**
     * Purge tokens
     */
    function purge() external onlyOwner {
        uint256 totalToken = _token.balanceOf(address(this));
        require(totalToken != 0, "Insufficient token");
        _token.safeTransfer(msg.sender, totalToken);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"inputs":[{"internalType":"address[]","name":"addresses","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"addAllocations","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"purge","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"redeemTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract ERC20","name":"token","type":"address"}],"name":"setToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"wallets","outputs":[{"internalType":"address","name":"wallet","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"stateMutability":"view","type":"function"}]

6080604052600280546001600160a01b031916738c18d6a985ef69744b9d57248a45c0861874f24417905534801561003657600080fd5b50600061004a6001600160e01b0361009916565b600080546001600160a01b0319166001600160a01b0383169081178255604051929350917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a35061009d565b3390565b610bca806100ac6000396000f3fe608060405234801561001057600080fd5b50600436106100885760003560e01c80638da5cb5b1161005b5780638da5cb5b146100dc578063d6a606e8146100f1578063e9a9c50c14610104578063f2fde38b1461010c57610088565b8063144fa6d71461008d57806370f0c351146100a2578063715018a6146100aa57806389b08f11146100b2575b600080fd5b6100a061009b3660046107bf565b61011f565b005b6100a061017f565b6100a0610274565b6100c56100c03660046107bf565b6102f3565b6040516100d3929190610906565b60405180910390f35b6100e4610318565b6040516100d391906108f2565b6100a06100ff3660046107db565b610327565b6100a0610413565b6100a061011a3660046107bf565b610494565b61012761054a565b6000546001600160a01b0390811691161461015d5760405162461bcd60e51b815260040161015490610a0a565b60405180910390fd5b600280546001600160a01b0319166001600160a01b0392909216919091179055565b61018761054a565b6000546001600160a01b039081169116146101b45760405162461bcd60e51b815260040161015490610a0a565b6002546040516370a0823160e01b81526000916001600160a01b0316906370a08231906101e59030906004016108f2565b60206040518083038186803b1580156101fd57600080fd5b505afa158015610211573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061023591906108be565b9050806102545760405162461bcd60e51b815260040161015490610998565b600254610271906001600160a01b0316338363ffffffff61054e16565b50565b61027c61054a565b6000546001600160a01b039081169116146102a95760405162461bcd60e51b815260040161015490610a0a565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b600160208190526000918252604090912080549101546001600160a01b039091169082565b6000546001600160a01b031690565b61032f61054a565b6000546001600160a01b0390811691161461035c5760405162461bcd60e51b815260040161015490610a0a565b805182511461037d5760405162461bcd60e51b815260040161015490610ac0565b815160005b8181101561040d57600084828151811061039857fe5b6020026020010151905060008483815181106103b057fe5b6020908102919091018101516040805180820182526001600160a01b03958616808252818501938452600090815260019485905291909120905181546001600160a01b031916951694909417845551928101929092555001610382565b50505050565b33600081815260016020819052604090912001546104435760405162461bcd60e51b815260040161015490610998565b6001600160a01b0380821660009081526001602081905260409091200154600254610477921690839063ffffffff61054e16565b6001600160a01b0316600090815260016020819052604082200155565b61049c61054a565b6000546001600160a01b039081169116146104c95760405162461bcd60e51b815260040161015490610a0a565b6001600160a01b0381166104ef5760405162461bcd60e51b815260040161015490610952565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3390565b6105a48363a9059cbb60e01b848460405160240161056d929190610906565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526105a9565b505050565b60606105fe826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166106389092919063ffffffff16565b8051909150156105a4578080602001905181019061061c919061089e565b6105a45760405162461bcd60e51b815260040161015490610a76565b60606106478484600085610651565b90505b9392505050565b6060824710156106735760405162461bcd60e51b8152600401610154906109c4565b61067c85610712565b6106985760405162461bcd60e51b815260040161015490610a3f565b60006060866001600160a01b031685876040516106b591906108d6565b60006040518083038185875af1925050503d80600081146106f2576040519150601f19603f3d011682016040523d82523d6000602084013e6106f7565b606091505b5091509150610707828286610718565b979650505050505050565b3b151590565b6060831561072757508161064a565b8251156107375782518084602001fd5b8160405162461bcd60e51b8152600401610154919061091f565b600082601f830112610761578081fd5b813561077461076f82610b33565b610b0c565b81815291506020808301908481018184028601820187101561079557600080fd5b60005b848110156107b457813584529282019290820190600101610798565b505050505092915050565b6000602082840312156107d0578081fd5b813561064a81610b7f565b600080604083850312156107ed578081fd5b823567ffffffffffffffff80821115610804578283fd5b81850186601f820112610815578384fd5b8035925061082561076f84610b33565b80848252602080830192508084018a828389028701011115610845578788fd5b8794505b8685101561087057803561085c81610b7f565b845260019490940193928101928101610849565b509096508701359350505080821115610887578283fd5b5061089485828601610751565b9150509250929050565b6000602082840312156108af578081fd5b8151801515811461064a578182fd5b6000602082840312156108cf578081fd5b5051919050565b600082516108e8818460208701610b53565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b03929092168252602082015260400190565b600060208252825180602084015261093e816040850160208701610b53565b601f01601f19169190910160400192915050565b60208082526026908201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160408201526564647265737360d01b606082015260800190565b60208082526012908201527124b739bab33334b1b4b2b73a103a37b5b2b760711b604082015260600190565b60208082526026908201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6040820152651c8818d85b1b60d21b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601d908201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604082015260600190565b6020808252602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6040820152691bdd081cdd58d8d9595960b21b606082015260800190565b6020808252602c908201527f4164647265737320616e6420746f74616c416d6f756e7473206c656e6774682060408201526b6d7573742062652073616d6560a01b606082015260800190565b60405181810167ffffffffffffffff81118282101715610b2b57600080fd5b604052919050565b600067ffffffffffffffff821115610b49578081fd5b5060209081020190565b60005b83811015610b6e578181015183820152602001610b56565b8381111561040d5750506000910152565b6001600160a01b038116811461027157600080fdfea264697066735822122005928169d3da6ce09505d9e6e9cb7f6e4a45eacb65de8bb3de01a10a24d03f6964736f6c634300060b0033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100885760003560e01c80638da5cb5b1161005b5780638da5cb5b146100dc578063d6a606e8146100f1578063e9a9c50c14610104578063f2fde38b1461010c57610088565b8063144fa6d71461008d57806370f0c351146100a2578063715018a6146100aa57806389b08f11146100b2575b600080fd5b6100a061009b3660046107bf565b61011f565b005b6100a061017f565b6100a0610274565b6100c56100c03660046107bf565b6102f3565b6040516100d3929190610906565b60405180910390f35b6100e4610318565b6040516100d391906108f2565b6100a06100ff3660046107db565b610327565b6100a0610413565b6100a061011a3660046107bf565b610494565b61012761054a565b6000546001600160a01b0390811691161461015d5760405162461bcd60e51b815260040161015490610a0a565b60405180910390fd5b600280546001600160a01b0319166001600160a01b0392909216919091179055565b61018761054a565b6000546001600160a01b039081169116146101b45760405162461bcd60e51b815260040161015490610a0a565b6002546040516370a0823160e01b81526000916001600160a01b0316906370a08231906101e59030906004016108f2565b60206040518083038186803b1580156101fd57600080fd5b505afa158015610211573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061023591906108be565b9050806102545760405162461bcd60e51b815260040161015490610998565b600254610271906001600160a01b0316338363ffffffff61054e16565b50565b61027c61054a565b6000546001600160a01b039081169116146102a95760405162461bcd60e51b815260040161015490610a0a565b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a3600080546001600160a01b0319169055565b600160208190526000918252604090912080549101546001600160a01b039091169082565b6000546001600160a01b031690565b61032f61054a565b6000546001600160a01b0390811691161461035c5760405162461bcd60e51b815260040161015490610a0a565b805182511461037d5760405162461bcd60e51b815260040161015490610ac0565b815160005b8181101561040d57600084828151811061039857fe5b6020026020010151905060008483815181106103b057fe5b6020908102919091018101516040805180820182526001600160a01b03958616808252818501938452600090815260019485905291909120905181546001600160a01b031916951694909417845551928101929092555001610382565b50505050565b33600081815260016020819052604090912001546104435760405162461bcd60e51b815260040161015490610998565b6001600160a01b0380821660009081526001602081905260409091200154600254610477921690839063ffffffff61054e16565b6001600160a01b0316600090815260016020819052604082200155565b61049c61054a565b6000546001600160a01b039081169116146104c95760405162461bcd60e51b815260040161015490610a0a565b6001600160a01b0381166104ef5760405162461bcd60e51b815260040161015490610952565b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b3390565b6105a48363a9059cbb60e01b848460405160240161056d929190610906565b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526105a9565b505050565b60606105fe826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166106389092919063ffffffff16565b8051909150156105a4578080602001905181019061061c919061089e565b6105a45760405162461bcd60e51b815260040161015490610a76565b60606106478484600085610651565b90505b9392505050565b6060824710156106735760405162461bcd60e51b8152600401610154906109c4565b61067c85610712565b6106985760405162461bcd60e51b815260040161015490610a3f565b60006060866001600160a01b031685876040516106b591906108d6565b60006040518083038185875af1925050503d80600081146106f2576040519150601f19603f3d011682016040523d82523d6000602084013e6106f7565b606091505b5091509150610707828286610718565b979650505050505050565b3b151590565b6060831561072757508161064a565b8251156107375782518084602001fd5b8160405162461bcd60e51b8152600401610154919061091f565b600082601f830112610761578081fd5b813561077461076f82610b33565b610b0c565b81815291506020808301908481018184028601820187101561079557600080fd5b60005b848110156107b457813584529282019290820190600101610798565b505050505092915050565b6000602082840312156107d0578081fd5b813561064a81610b7f565b600080604083850312156107ed578081fd5b823567ffffffffffffffff80821115610804578283fd5b81850186601f820112610815578384fd5b8035925061082561076f84610b33565b80848252602080830192508084018a828389028701011115610845578788fd5b8794505b8685101561087057803561085c81610b7f565b845260019490940193928101928101610849565b509096508701359350505080821115610887578283fd5b5061089485828601610751565b9150509250929050565b6000602082840312156108af578081fd5b8151801515811461064a578182fd5b6000602082840312156108cf578081fd5b5051919050565b600082516108e8818460208701610b53565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b03929092168252602082015260400190565b600060208252825180602084015261093e816040850160208701610b53565b601f01601f19169190910160400192915050565b60208082526026908201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160408201526564647265737360d01b606082015260800190565b60208082526012908201527124b739bab33334b1b4b2b73a103a37b5b2b760711b604082015260600190565b60208082526026908201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6040820152651c8818d85b1b60d21b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b6020808252601d908201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604082015260600190565b6020808252602a908201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6040820152691bdd081cdd58d8d9595960b21b606082015260800190565b6020808252602c908201527f4164647265737320616e6420746f74616c416d6f756e7473206c656e6774682060408201526b6d7573742062652073616d6560a01b606082015260800190565b60405181810167ffffffffffffffff81118282101715610b2b57600080fd5b604052919050565b600067ffffffffffffffff821115610b49578081fd5b5060209081020190565b60005b83811015610b6e578181015183820152602001610b56565b8381111561040d5750506000910152565b6001600160a01b038116811461027157600080fdfea264697066735822122005928169d3da6ce09505d9e6e9cb7f6e4a45eacb65de8bb3de01a10a24d03f6964736f6c634300060b0033

Deployed Bytecode Sourcemap

33463:1533:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33736:81;;;;;;:::i;:::-;;:::i;:::-;;34775:218;;;:::i;2772:148::-;;;:::i;33567:41::-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;2130:79;;;:::i;:::-;;;;;;;:::i;33877:555::-;;;;;;:::i;:::-;;:::i;34480:248::-;;;:::i;3075:244::-;;;;;;:::i;:::-;;:::i;33736:81::-;2352:12;:10;:12::i;:::-;2342:6;;-1:-1:-1;;;;;2342:6:0;;;:22;;;2334:67;;;;-1:-1:-1;;;2334:67:0;;;;;;;:::i;:::-;;;;;;;;;33795:6:::1;:14:::0;;-1:-1:-1;;;;;;33795:14:0::1;-1:-1:-1::0;;;;;33795:14:0;;;::::1;::::0;;;::::1;::::0;;33736:81::o;34775:218::-;2352:12;:10;:12::i;:::-;2342:6;;-1:-1:-1;;;;;2342:6:0;;;:22;;;2334:67;;;;-1:-1:-1;;;2334:67:0;;;;;;;:::i;:::-;34843:6:::1;::::0;:31:::1;::::0;-1:-1:-1;;;34843:31:0;;34822:18:::1;::::0;-1:-1:-1;;;;;34843:6:0::1;::::0;:16:::1;::::0;:31:::1;::::0;34868:4:::1;::::0;34843:31:::1;;;:::i;:::-;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;34822:52:::0;-1:-1:-1;34893:15:0;34885:46:::1;;;;-1:-1:-1::0;;;34885:46:0::1;;;;;;;:::i;:::-;34942:6;::::0;:43:::1;::::0;-1:-1:-1;;;;;34942:6:0::1;34962:10;34974::::0;34942:43:::1;:19;:43;:::i;:::-;2412:1;34775:218::o:0;2772:148::-;2352:12;:10;:12::i;:::-;2342:6;;-1:-1:-1;;;;;2342:6:0;;;:22;;;2334:67;;;;-1:-1:-1;;;2334:67:0;;;;;;;:::i;:::-;2879:1:::1;2863:6:::0;;2842:40:::1;::::0;-1:-1:-1;;;;;2863:6:0;;::::1;::::0;2842:40:::1;::::0;2879:1;;2842:40:::1;2910:1;2893:19:::0;;-1:-1:-1;;;;;;2893:19:0::1;::::0;;2772:148::o;33567:41::-;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;33567:41:0;;;;;:::o;2130:79::-;2168:7;2195:6;-1:-1:-1;;;;;2195:6:0;2130:79;:::o;33877:555::-;2352:12;:10;:12::i;:::-;2342:6;;-1:-1:-1;;;;;2342:6:0;;;:22;;;2334:67;;;;-1:-1:-1;;;2334:67:0;;;;;;;:::i;:::-;34052:7:::1;:14;34032:9;:16;:34;34010:128;;;;-1:-1:-1::0;;;34010:128:0::1;;;;;;;:::i;:::-;34177:16:::0;;34151:23:::1;34206:219;34230:15;34226:1;:19;34206:219;;;34267:16;34286:9;34296:1;34286:12;;;;;;;;;;;;;;34267:31;;34313:14;34330:7;34338:1;34330:10;;;;;;;;;::::0;;::::1;::::0;;;;;;;34389:24:::1;::::0;;;;::::1;::::0;;-1:-1:-1;;;;;34389:24:0;;::::1;::::0;;;;;::::1;::::0;;;-1:-1:-1;34369:17:0;;;:7:::1;:17:::0;;;;;;;;:44;;;;-1:-1:-1;;;;;;34369:44:0::1;::::0;::::1;::::0;;;::::1;::::0;;;;;::::1;::::0;;;;-1:-1:-1;34247:3:0::1;34206:219;;;;2412:1;33877:555:::0;;:::o;34480:248::-;34541:10;34524:14;34570:15;;;:7;:15;;;;;;;;:22;;34562:57;;;;-1:-1:-1;;;34562:57:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;34660:15:0;;;;;;;:7;:15;;;;;;;;:22;;34632:6;;:51;;:6;;34652;;34632:51;:19;:51;:::i;:::-;-1:-1:-1;;;;;34694:15:0;34719:1;34694:15;;;:7;:15;;;;;;;:22;:26;34480:248::o;3075:244::-;2352:12;:10;:12::i;:::-;2342:6;;-1:-1:-1;;;;;2342:6:0;;;:22;;;2334:67;;;;-1:-1:-1;;;2334:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;3164:22:0;::::1;3156:73;;;;-1:-1:-1::0;;;3156:73:0::1;;;;;;;:::i;:::-;3266:6;::::0;;3245:38:::1;::::0;-1:-1:-1;;;;;3245:38:0;;::::1;::::0;3266:6;::::1;::::0;3245:38:::1;::::0;::::1;3294:6;:17:::0;;-1:-1:-1;;;;;;3294:17:0::1;-1:-1:-1::0;;;;;3294:17:0;;;::::1;::::0;;;::::1;::::0;;3075:244::o;665:106::-;753:10;665:106;:::o;30218:177::-;30301:86;30321:5;30351:23;;;30376:2;30380:5;30328:58;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;30328:58:0;;;;;;;;;;;;;;-1:-1:-1;;;;;30328:58:0;-1:-1:-1;;;;;;30328:58:0;;;;;;;;;;30301:19;:86::i;:::-;30218:177;;;:::o;32523:761::-;32947:23;32973:69;33001:4;32973:69;;;;;;;;;;;;;;;;;32981:5;-1:-1:-1;;;;;32973:27:0;;;:69;;;;;:::i;:::-;33057:17;;32947:95;;-1:-1:-1;33057:21:0;33053:224;;33199:10;33188:30;;;;;;;;;;;;:::i;:::-;33180:85;;;;-1:-1:-1;;;33180:85:0;;;;;;;:::i;26215:195::-;26318:12;26350:52;26372:6;26380:4;26386:1;26389:12;26350:21;:52::i;:::-;26343:59;;26215:195;;;;;;:::o;27267:530::-;27394:12;27452:5;27427:21;:30;;27419:81;;;;-1:-1:-1;;;27419:81:0;;;;;;;:::i;:::-;27519:18;27530:6;27519:10;:18::i;:::-;27511:60;;;;-1:-1:-1;;;27511:60:0;;;;;;;:::i;:::-;27645:12;27659:23;27686:6;-1:-1:-1;;;;;27686:11:0;27706:5;27714:4;27686:33;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27644:75;;;;27737:52;27755:7;27764:10;27776:12;27737:17;:52::i;:::-;27730:59;27267:530;-1:-1:-1;;;;;;;27267:530:0:o;23297:422::-;23664:20;23703:8;;;23297:422::o;28803:742::-;28918:12;28947:7;28943:595;;;-1:-1:-1;28978:10:0;28971:17;;28943:595;29092:17;;:21;29088:439;;29355:10;29349:17;29416:15;29403:10;29399:2;29395:19;29388:44;29303:148;29498:12;29491:20;;-1:-1:-1;;;29491:20:0;;;;;;;;:::i;893:707:-1:-;;1010:3;1003:4;995:6;991:17;987:27;977:2;;-1:-1;;1018:12;977:2;1065:6;1052:20;1087:80;1102:64;1159:6;1102:64;:::i;:::-;1087:80;:::i;:::-;1195:21;;;1078:89;-1:-1;1239:4;1252:14;;;;1227:17;;;1341;;;1332:27;;;;1329:36;-1:-1;1326:2;;;1378:1;;1368:12;1326:2;1403:1;1388:206;1413:6;1410:1;1407:13;1388:206;;;1973:20;;1481:50;;1545:14;;;;1573;;;;1435:1;1428:9;1388:206;;;1392:14;;;;;970:630;;;;:::o;2184:241::-;;2288:2;2276:9;2267:7;2263:23;2259:32;2256:2;;;-1:-1;;2294:12;2256:2;85:6;72:20;97:33;124:5;97:33;:::i;2432:638::-;;;2603:2;2591:9;2582:7;2578:23;2574:32;2571:2;;;-1:-1;;2609:12;2571:2;2667:17;2654:31;2705:18;;2697:6;2694:30;2691:2;;;-1:-1;;2727:12;2691:2;2818:6;2807:9;2803:22;277:3;270:4;262:6;258:17;254:27;244:2;;-1:-1;;285:12;244:2;332:6;319:20;305:34;;354:80;369:64;426:6;369:64;:::i;354:80::-;440:16;476:6;469:5;462:21;506:4;;523:3;519:14;512:21;;506:4;498:6;494:17;628:3;506:4;;612:6;608:17;498:6;599:27;;596:36;593:2;;;-1:-1;;635:12;593:2;-1:-1;661:10;;655:206;680:6;677:1;674:13;655:206;;;85:6;72:20;97:33;124:5;97:33;:::i;:::-;748:50;;702:1;695:9;;;;;812:14;;;;840;;655:206;;;-1:-1;2747:88;;-1:-1;2885:18;;2872:32;;-1:-1;;;2913:30;;;2910:2;;;-1:-1;;2946:12;2910:2;;2976:78;3046:7;3037:6;3026:9;3022:22;2976:78;:::i;:::-;2966:88;;;2565:505;;;;;:::o;3077:257::-;;3189:2;3177:9;3168:7;3164:23;3160:32;3157:2;;;-1:-1;;3195:12;3157:2;1689:6;1683:13;14081:5;13150:13;13143:21;14059:5;14056:32;14046:2;;-1:-1;;14092:12;3615:263;;3730:2;3718:9;3709:7;3705:23;3701:32;3698:2;;;-1:-1;;3736:12;3698:2;-1:-1;2121:13;;3692:186;-1:-1;3692:186::o;7394:271::-;;4165:5;12491:12;4276:52;4321:6;4316:3;4309:4;4302:5;4298:16;4276:52;:::i;:::-;4340:16;;;;;7528:137;-1:-1;;7528:137::o;7672:222::-;-1:-1;;;;;13349:54;;;;3956:37;;7799:2;7784:18;;7770:124::o;7901:333::-;-1:-1;;;;;13349:54;;;;3956:37;;8220:2;8205:18;;7345:37;8056:2;8041:18;;8027:207::o;8241:310::-;;8388:2;8409:17;8402:47;4513:5;12491:12;12930:6;8388:2;8377:9;8373:18;12918:19;4607:52;4652:6;12958:14;8377:9;12958:14;8388:2;4633:5;4629:16;4607:52;:::i;:::-;13855:7;13839:14;-1:-1;;13835:28;4671:39;;;;12958:14;4671:39;;8359:192;-1:-1;;8359:192::o;8558:416::-;8758:2;8772:47;;;4947:2;8743:18;;;12918:19;4983:34;12958:14;;;4963:55;-1:-1;;;5038:12;;;5031:30;5080:12;;;8729:245::o;8981:416::-;9181:2;9195:47;;;5331:2;9166:18;;;12918:19;-1:-1;;;12958:14;;;5347:41;5407:12;;;9152:245::o;9404:416::-;9604:2;9618:47;;;5658:2;9589:18;;;12918:19;5694:34;12958:14;;;5674:55;-1:-1;;;5749:12;;;5742:30;5791:12;;;9575:245::o;9827:416::-;10027:2;10041:47;;;10012:18;;;12918:19;6078:34;12958:14;;;6058:55;6132:12;;;9998:245::o;10250:416::-;10450:2;10464:47;;;6383:2;10435:18;;;12918:19;6419:31;12958:14;;;6399:52;6470:12;;;10421:245::o;10673:416::-;10873:2;10887:47;;;6721:2;10858:18;;;12918:19;6757:34;12958:14;;;6737:55;-1:-1;;;6812:12;;;6805:34;6858:12;;;10844:245::o;11096:416::-;11296:2;11310:47;;;7109:2;11281:18;;;12918:19;7145:34;12958:14;;;7125:55;-1:-1;;;7200:12;;;7193:36;7248:12;;;11267:245::o;11519:256::-;11581:2;11575:9;11607:17;;;11682:18;11667:34;;11703:22;;;11664:62;11661:2;;;11739:1;;11729:12;11661:2;11581;11748:22;11559:216;;-1:-1;11559:216::o;11782:304::-;;11941:18;11933:6;11930:30;11927:2;;;-1:-1;;11963:12;11927:2;-1:-1;12008:4;11996:17;;;12061:15;;11864:222::o;13495:268::-;13560:1;13567:101;13581:6;13578:1;13575:13;13567:101;;;13648:11;;;13642:18;13629:11;;;13622:39;13603:2;13596:10;13567:101;;;13683:6;13680:1;13677:13;13674:2;;;-1:-1;;13560:1;13730:16;;13723:27;13544:219::o;13876:117::-;-1:-1;;;;;13349:54;;13935:35;;13925:2;;13984:1;;13974:12

Swarm Source

ipfs://05928169d3da6ce09505d9e6e9cb7f6e4a45eacb65de8bb3de01a10a24d03f69

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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