ETH Price: $2,105.06 (+2.39%)

Contract

0xa408bFEc2B3cB402b01e48B1F9ee50f7cDDb5d7F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Release165210932023-01-30 17:20:111137 days ago1675099211IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0017939822.22448797
Release142073072022-02-14 23:51:241487 days ago1644882684IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0028975635.89603022
Release137200432021-12-01 8:32:411563 days ago1638347561IN
0xa408bFEc...7cDDb5d7F
0 ETH0.00764036120.09184913
Release135772392021-11-08 18:04:471585 days ago1636394687IN
0xa408bFEc...7cDDb5d7F
0 ETH0.01216486150.70255914
Release134994252021-10-27 12:36:291597 days ago1635338189IN
0xa408bFEc...7cDDb5d7F
0 ETH0.00653828102.76932223
Release134749852021-10-23 16:54:031601 days ago1635008043IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0040360550
Release134294852021-10-16 14:10:541608 days ago1634393454IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0056782170.34374438
Release133666892021-10-06 17:09:531618 days ago1633540193IN
0xa408bFEc...7cDDb5d7F
0 ETH0.02686184332.77391903
Release133248712021-09-30 4:16:071625 days ago1632975367IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0044200254.75677423
Release132740242021-09-22 6:41:021633 days ago1632292862IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0047871459.30487352
Release132247502021-09-14 15:50:171640 days ago1631634617IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0063365678.49960571
Release131961142021-09-10 5:27:351645 days ago1631251655IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0068291584.60196556
Release131643222021-09-05 7:14:211650 days ago1630826061IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0051229480.52280769
Release131316842021-08-31 6:11:041655 days ago1630390264IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0044146654.6903897
Release129735572021-08-06 20:31:441679 days ago1628281904IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0031979150.26511873
Release127518082021-07-03 1:48:261714 days ago1625276906IN
0xa408bFEc...7cDDb5d7F
0 ETH0.000645768
Release127216492021-06-28 9:12:281719 days ago1624871548IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0013996622
Release127045652021-06-25 17:31:361721 days ago1624642296IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0032288440
Release126858962021-06-22 19:29:451724 days ago1624390185IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0020994933
Release126824292021-06-22 6:30:061725 days ago1624343406IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0014529718
Release126797202021-06-21 20:14:041725 days ago1624306444IN
0xa408bFEc...7cDDb5d7F
0 ETH0.00347143
Release126711472021-06-20 12:11:461726 days ago1624191106IN
0xa408bFEc...7cDDb5d7F
0 ETH0.002340929
Release126525752021-06-17 14:52:421729 days ago1623941562IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0025023531
Release126472632021-06-16 18:52:501730 days ago1623869570IN
0xa408bFEc...7cDDb5d7F
0 ETH0.0011543114.3
Release126414542021-06-15 21:12:371731 days ago1623791557IN
0xa408bFEc...7cDDb5d7F
0 ETH0.001243115.4
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
SmartVesting

Compiler Version
v0.6.9+commit.3e3065ac

Optimization Enabled:
Yes with 999 runs

Other Settings:
default evmVersion, Unlicense license
/**
 *Submitted for verification at Etherscan.io on 2021-02-16
*/

// File: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/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: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/contracts/access/Ownable.sol


pragma solidity ^0.6.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.
 */
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: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/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) {
        // This method relies in 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");
        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: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/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: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/contracts/token/ERC20/SafeERC20.sol


pragma solidity ^0.6.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: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/contracts/utils/ReentrancyGuard.sol


pragma solidity ^0.6.0;

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor () internal {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and make it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;

        _;

        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }
}

// File: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/deps/%40openzeppelin/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: https://raw.githubusercontent.com/sharedStake-dev/badger-system/master/contracts/badger-timelock/Executor.sol

pragma solidity >=0.5.0 <0.7.0;

/*
    Gnosis Safe Executor - library wrapping low level calls
    https://github.com/gnosis/safe-contracts/blob/development/contracts/base/Executor.sol

    Ability to execute delegateCall has been removed for security
*/

/// @title Executor - A contract that can execute transactions
/// @author Richard Meissner - <richard@gnosis.pm>

contract Executor {
    function execute(
        address to,
        uint256 value,
        bytes memory data,
        uint256 txGas
    ) internal returns (bool success) {
        success = executeCall(to, value, data, txGas);
    }

    function executeCall(
        address to,
        uint256 value,
        bytes memory data,
        uint256 txGas
    ) internal returns (bool success) {
        // solium-disable-next-line security/no-inline-assembly
        assembly {
            success := call(
                txGas,
                to,
                value,
                add(data, 0x20),
                mload(data),
                0,
                0
            )
        }
    }
}

// File: browser/smartVesting.sol

pragma solidity 0.6.9;

/**
 * SharedStake vesting contract
 * Fork of badger SmartVesting
 * */







/**
 * @title SingleTokenVesting
 * @dev A token holder contract that can release its token balance gradually like a
 * typical vesting scheme, with a cliff and vesting period. Optionally revocable by the
 * owner. Only tracks vesting for a single token, rather than all ERC20s.
 */
abstract contract SingleTokenVestingNonRevocable is Ownable {
    // The vesting schedule is time-based (i.e. using block timestamps as opposed to e.g. block numbers), and is
    // therefore sensitive to timestamp manipulation (which is something miners can do, to a certain degree). Therefore,
    // it is recommended to avoid using short time durations (less than a minute). Typical vesting schemes, with a
    // cliff period of a year and a duration of four years, are safe to use.
    // solhint-disable not-rely-on-time

    using SafeMath for uint256;
    using SafeERC20 for IERC20;

    event TokensReleased(address token, uint256 amount);

    IERC20 internal _token;
    // beneficiary of tokens after they are released
    address private _beneficiary;

    // Durations and timestamps are expressed in UNIX time, the same units as block.timestamp.
    uint256 private _cliff;
    uint256 private _start;
    uint256 private _duration;

    uint256 private _released;

    /**
     * @dev Creates a vesting contract that vests its balance of any ERC20 token to the
     * beneficiary, gradually in a linear fashion until start + duration. By then all
     * of the balance will have vested.
     * @param token address of the token to vest
     * @param beneficiary address of the beneficiary to whom vested tokens are transferred
     * @param cliffDuration duration in seconds of the cliff in which tokens will begin to vest
     * @param start the time (as Unix time) at which point vesting starts
     * @param duration duration in seconds of the period in which the tokens will vest
     */
    constructor(
        IERC20 token,
        address beneficiary,
        uint256 start,
        uint256 cliffDuration,
        uint256 duration
        ) public {
        require(address(token) != address(0), "TokenVesting: token is the zero address");
        require(beneficiary != address(0), "TokenVesting: beneficiary is the zero address");
        // solhint-disable-next-line max-line-length
        require(cliffDuration <= duration, "TokenVesting: cliff is longer than duration");
        require(duration > 0, "TokenVesting: duration is 0");
        // solhint-disable-next-line max-line-length
        require(start.add(duration) > block.timestamp, "TokenVesting: final time is before current time");

        _token = token;
        _beneficiary = beneficiary;
        _duration = duration;
        _cliff = start.add(cliffDuration);
        _start = start;
    }

    /**
     * @return the token being held.
     */
    function token() public view returns (IERC20) {
        return _token;
    }

    /**
     * @return the beneficiary of the tokens.
     */
    function beneficiary() public view returns (address) {
        return _beneficiary;
    }

    /**
     * @return the cliff time of the token vesting.
     */
    function cliff() public view returns (uint256) {
        return _cliff;
    }

    /**
     * @return the start time of the token vesting.
     */
    function start() public view returns (uint256) {
        return _start;
    }

    /**
     * @return the duration of the token vesting.
     */
    function duration() public view returns (uint256) {
        return _duration;
    }

    /**
     * @return the amount of the token released.
     */
    function released() public view returns (uint256) {
        return _released;
    }

    /**
     * @notice Allows the beneficiary to be changed for future multi sig deploys or team structure changes
     */
    function changeBeneficiary(address newBeneficiary) external onlyOwner() {
        _beneficiary = newBeneficiary;
    }

    /**
     * @notice Transfers vested tokens to beneficiary.
     */
    function release() public {
        uint256 unreleased = _releasableAmount();

        require(unreleased > 0, "TokenVesting: no tokens are due");

        _released = _released.add(unreleased);

        _token.safeTransfer(_beneficiary, unreleased);

        emit TokensReleased(address(_token), unreleased);
    }

    function releasableAmount() public view returns (uint256) {
        return _releasableAmount();
    }

    /**
     * @dev Calculates the amount that has already vested but hasn't been released yet.
     */
    function _releasableAmount() private view returns (uint256) {
        return _vestedAmount().sub(_released);
    }

    /**
     * @dev Calculates the amount that has already vested.
     */
    function _vestedAmount() private view returns (uint256) {
        uint256 currentBalance = _token.balanceOf(address(this));
        uint256 totalBalance = currentBalance.add(_released);

        if (block.timestamp < _cliff) {
            return 0;
        } else if (block.timestamp >= _start.add(_duration)) {
            return totalBalance;
        } else {
            return totalBalance.mul(block.timestamp.sub(_start)).div(_duration);
        }
    }
}

/* 
  A token vesting contract that is capable of interacting with other smart contracts.
  This allows the beneficiary to participate in on-chain goverance processes, despite having locked tokens.
  The beneficiary can withdraw the appropriate vested amount at any time.

  Features safety functions to allow beneficiary to claim ETH & ERC20-compliant tokens sent to the timelock contract, accidentially or otherwise.

  An optional 'governor' address has the ability to allow the vesting to send it's tokens to approved destinations. 
  This is intended to allow the token holder to stake their tokens in approved mechanisms.
*/

contract SmartVesting is SingleTokenVestingNonRevocable, Executor, ReentrancyGuard {
    address internal _governor;
    mapping(address => bool) internal _transferAllowed;

    constructor(
        IERC20 token,
        address beneficiary,
        address governor,
        uint256 start,
        uint256 cliffDuration,
        uint256 duration
    ) public SingleTokenVestingNonRevocable(token, beneficiary, start, cliffDuration, duration) {
        _governor = governor;
    }

    event Call(address to, uint256 value, bytes data, bool transfersAllowed);
    event ApproveTransfer(address to);
    event RevokeTransfer(address to);
    event ClaimToken(IERC20 token, uint256 amount);
    event ClaimEther(uint256 amount);

    modifier onlyBeneficiary() {
        require(msg.sender == beneficiary(), "smart-timelock/only-beneficiary");
        _;
    }

    modifier onlyGovernor() {
        require(msg.sender == _governor, "smart-timelock/only-governor");
        _;
    }

    /**
     * @notice Allows the timelock to call arbitrary contracts, as long as it does not reduce it's locked token balance
     * @dev Initialization check is implicitly provided by `voteExists()` as new votes can only be
     *      created via `newVote(),` which requires initialization
     * @param to Contract address to call
     * @param value ETH value to send, if any
     * @param data Encoded data to send
     */
    function call(
        address to,
        uint256 value,
        bytes calldata data
    ) external payable onlyBeneficiary() nonReentrant() returns (bool success) {
        uint256 preAmount = token().balanceOf(address(this));

        success = execute(to, value, data, gasleft());

        if (!_transferAllowed[to]) {
            uint256 postAmount = token().balanceOf(address(this));
            require(postAmount >= preAmount, "smart-vesting/locked-balance-check");
        }

        emit Call(to, value, data, _transferAllowed[to]);
    }

    function approveTransfer(address to) external onlyGovernor() {
        _transferAllowed[to] = true;
        emit ApproveTransfer(to);
    }

    function revokeTransfer(address to) external onlyGovernor() {
        _transferAllowed[to] = false;
        emit RevokeTransfer(to);
    }

    /**
     * @notice Claim ERC20-compliant tokens other than locked token.
     * @param tokenToClaim Token to claim balance of.
     */
    function claimToken(IERC20 tokenToClaim) external onlyBeneficiary() nonReentrant() {
        require(address(tokenToClaim) != address(token()), "smart-timelock/no-locked-token-claim");
        uint256 preAmount = token().balanceOf(address(this));

        uint256 claimableTokenAmount = tokenToClaim.balanceOf(address(this));
        require(claimableTokenAmount > 0, "smart-timelock/no-token-balance-to-claim");

        tokenToClaim.transfer(beneficiary(), claimableTokenAmount);

        uint256 postAmount = token().balanceOf(address(this));
        require(postAmount >= preAmount, "smart-timelock/locked-balance-check");

        emit ClaimToken(tokenToClaim, claimableTokenAmount);
    }

    /**
     * @notice Claim Ether in contract.
     */
    function claimEther() external onlyBeneficiary() nonReentrant() {
        uint256 preAmount = token().balanceOf(address(this));

        uint256 etherToTransfer = address(this).balance;
        require(etherToTransfer > 0, "smart-timelock/no-ether-balance-to-claim");

        payable(beneficiary()).transfer(etherToTransfer);

        uint256 postAmount = token().balanceOf(address(this));
        require(postAmount >= preAmount, "smart-timelock/locked-balance-check");

        emit ClaimEther(etherToTransfer);
    }

    /**
     * @notice Governor address
     */
    function governor() external view returns (address) {
        return _governor;
    }

    /**
     * @notice Allow timelock to receive Ether
     */
    receive() external payable {}
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"contract IERC20","name":"token","type":"address"},{"internalType":"address","name":"beneficiary","type":"address"},{"internalType":"address","name":"governor","type":"address"},{"internalType":"uint256","name":"start","type":"uint256"},{"internalType":"uint256","name":"cliffDuration","type":"uint256"},{"internalType":"uint256","name":"duration","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"}],"name":"ApproveTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":false,"internalType":"bytes","name":"data","type":"bytes"},{"indexed":false,"internalType":"bool","name":"transfersAllowed","type":"bool"}],"name":"Call","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ClaimEther","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"contract IERC20","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"ClaimToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"to","type":"address"}],"name":"RevokeTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"token","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"TokensReleased","type":"event"},{"inputs":[{"internalType":"address","name":"to","type":"address"}],"name":"approveTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"beneficiary","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"call","outputs":[{"internalType":"bool","name":"success","type":"bool"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"newBeneficiary","type":"address"}],"name":"changeBeneficiary","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"claimEther","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"tokenToClaim","type":"address"}],"name":"claimToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"cliff","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"duration","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"governor","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"releasableAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"release","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"released","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"}],"name":"revokeTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"start","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60806040523480156200001157600080fd5b5060405162001ef438038062001ef4833981810160405260c08110156200003757600080fd5b508051602082015160408301516060840151608085015160a090950151939492939192909185858484846000620000766001600160e01b03620002c916565b600080546001600160a01b0319166001600160a01b0383169081178255604051929350917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a3506001600160a01b038516620001075760405162461bcd60e51b815260040180806020018281038252602781526020018062001ecd6027913960400191505060405180910390fd5b6001600160a01b0384166200014e5760405162461bcd60e51b815260040180806020018281038252602d81526020018062001e75602d913960400191505060405180910390fd5b808211156200018f5760405162461bcd60e51b815260040180806020018281038252602b81526020018062001ea2602b913960400191505060405180910390fd5b60008111620001e5576040805162461bcd60e51b815260206004820152601b60248201527f546f6b656e56657374696e673a206475726174696f6e20697320300000000000604482015290519081900360640190fd5b42620002008285620002cd60201b6200134b1790919060201c565b116200023e5760405162461bcd60e51b815260040180806020018281038252602f81526020018062001e46602f913960400191505060405180910390fd5b600180546001600160a01b03199081166001600160a01b03888116919091179092556002805490911691861691909117905560058190556200028d8383620002cd602090811b6200134b17901c565b6003555050600455505060016007555050600880546001600160a01b0319166001600160a01b039390931692909217909155506200032f915050565b3390565b60008282018381101562000328576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b611b07806200033f6000396000f3fe60806040526004361061012d5760003560e01c8063715018a6116100a5578063be9a655511610074578063dc07065711610059578063dc07065714610382578063f2fde38b146103b5578063fc0c546a146103e857610134565b8063be9a65551461033a578063d4d899961461034f57610134565b8063715018a6146102e657806386d1a69f146102fb5780638da5cb5b14610310578063961325211461032557610134565b806338af3eed116100fc57806355291dbd116100e157806355291dbd146102235780635b940081146102385780636dbf2fa01461024d57610134565b806338af3eed146101db5780634355b9d2146101f057610134565b80630c340a24146101395780630fb5a6b41461016a57806313d033c01461019157806332f289cf146101a657610134565b3661013457005b600080fd5b34801561014557600080fd5b5061014e6103fd565b604080516001600160a01b039092168252519081900360200190f35b34801561017657600080fd5b5061017f61040d565b60408051918252519081900360200190f35b34801561019d57600080fd5b5061017f610413565b3480156101b257600080fd5b506101d9600480360360208110156101c957600080fd5b50356001600160a01b0316610419565b005b3480156101e757600080fd5b5061014e61082b565b3480156101fc57600080fd5b506101d96004803603602081101561021357600080fd5b50356001600160a01b031661083a565b34801561022f57600080fd5b506101d96108f4565b34801561024457600080fd5b5061017f610bd2565b6102d26004803603606081101561026357600080fd5b6001600160a01b038235169160208101359181019060608101604082013564010000000081111561029357600080fd5b8201836020820111156102a557600080fd5b803590602001918460018302840111640100000000831117156102c757600080fd5b509092509050610be1565b604080519115158252519081900360200190f35b3480156102f257600080fd5b506101d9610f15565b34801561030757600080fd5b506101d9610fd6565b34801561031c57600080fd5b5061014e6110ba565b34801561033157600080fd5b5061017f6110c9565b34801561034657600080fd5b5061017f6110cf565b34801561035b57600080fd5b506101d96004803603602081101561037257600080fd5b50356001600160a01b03166110d5565b34801561038e57600080fd5b506101d9600480360360208110156103a557600080fd5b50356001600160a01b031661118c565b3480156103c157600080fd5b506101d9600480360360208110156103d857600080fd5b50356001600160a01b0316611225565b3480156103f457600080fd5b5061014e61133c565b6008546001600160a01b03165b90565b60055490565b60035490565b61042161082b565b6001600160a01b0316336001600160a01b031614610486576040805162461bcd60e51b815260206004820152601f60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d62656e656669636961727900604482015290519081900360640190fd5b600260075414156104de576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026007556104eb61133c565b6001600160a01b0316816001600160a01b0316141561053b5760405162461bcd60e51b81526004018080602001828103825260248152602001806119f06024913960400191505060405180910390fd5b600061054561133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561059a57600080fd5b505afa1580156105ae573d6000803e3d6000fd5b505050506040513d60208110156105c457600080fd5b5051604080516370a0823160e01b815230600482015290519192506000916001600160a01b038516916370a08231916024808301926020929190829003018186803b15801561061257600080fd5b505afa158015610626573d6000803e3d6000fd5b505050506040513d602081101561063c57600080fd5b505190508061067c5760405162461bcd60e51b8152600401808060200182810382526028815260200180611a586028913960400191505060405180910390fd5b826001600160a01b031663a9059cbb61069361082b565b836040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b1580156106e357600080fd5b505af11580156106f7573d6000803e3d6000fd5b505050506040513d602081101561070d57600080fd5b506000905061071a61133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561076f57600080fd5b505afa158015610783573d6000803e3d6000fd5b505050506040513d602081101561079957600080fd5b50519050828110156107dc5760405162461bcd60e51b8152600401808060200182810382526023815260200180611a146023913960400191505060405180910390fd5b604080516001600160a01b03861681526020810184905281517f5d425a3a6a3d5a60fbf147dc6659ce3dfeb701fc44fe90058c32783b8807c574929181900390910190a1505060016007555050565b6002546001600160a01b031690565b6008546001600160a01b03163314610899576040805162461bcd60e51b815260206004820152601c60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d676f7665726e6f7200000000604482015290519081900360640190fd5b6001600160a01b038116600081815260096020908152604091829020805460ff19166001179055815192835290517fa6b36bf5e015eae9c5ad4000adeca241571a66da3f2d3a6aa85fc545b53a77bb9281900390910190a150565b6108fc61082b565b6001600160a01b0316336001600160a01b031614610961576040805162461bcd60e51b815260206004820152601f60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d62656e656669636961727900604482015290519081900360640190fd5b600260075414156109b9576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b600260075560006109c861133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610a1d57600080fd5b505afa158015610a31573d6000803e3d6000fd5b505050506040513d6020811015610a4757600080fd5b505190504780610a885760405162461bcd60e51b8152600401808060200182810382526028815260200180611a806028913960400191505060405180910390fd5b610a9061082b565b6001600160a01b03166108fc829081150290604051600060405180830381858888f19350505050158015610ac8573d6000803e3d6000fd5b506000610ad361133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610b2857600080fd5b505afa158015610b3c573d6000803e3d6000fd5b505050506040513d6020811015610b5257600080fd5b5051905082811015610b955760405162461bcd60e51b8152600401808060200182810382526023815260200180611a146023913960400191505060405180910390fd5b6040805183815290517fd1b5bea7647f728891b4cf4daf0709d2b52b02bd106fcde08069b80dfafa3f649181900360200190a15050600160075550565b6000610bdc6113ae565b905090565b6000610beb61082b565b6001600160a01b0316336001600160a01b031614610c50576040805162461bcd60e51b815260206004820152601f60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d62656e656669636961727900604482015290519081900360640190fd5b60026007541415610ca8576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026007556000610cb761133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610d0c57600080fd5b505afa158015610d20573d6000803e3d6000fd5b505050506040513d6020811015610d3657600080fd5b5051604080516020601f8701819004810282018101909252858152919250610d7d91889188919088908890819084018382808284376000920191909152505050505a6113ca565b6001600160a01b03871660009081526009602052604090205490925060ff16610e6e576000610daa61133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610dff57600080fd5b505afa158015610e13573d6000803e3d6000fd5b505050506040513d6020811015610e2957600080fd5b5051905081811015610e6c5760405162461bcd60e51b81526004018080602001828103825260228152602001806119a86022913960400191505060405180910390fd5b505b6001600160a01b03861660008181526009602090815260409182902054825193845290830188905260ff16801515606084015260809183018281529183018690527ffe528e9b7c871978e2e069c156103bc8df0ab493385510b1353e28692287b72f92899289928992899260a08201858580828437600083820152604051601f909101601f19169092018290039850909650505050505050a1506001600755949350505050565b610f1d6113e1565b6000546001600160a01b03908116911614610f7f576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a36000805473ffffffffffffffffffffffffffffffffffffffff19169055565b6000610fe06113ae565b905060008111611037576040805162461bcd60e51b815260206004820152601f60248201527f546f6b656e56657374696e673a206e6f20746f6b656e73206172652064756500604482015290519081900360640190fd5b60065461104a908263ffffffff61134b16565b600655600254600154611070916001600160a01b0391821691168363ffffffff6113e516565b600154604080516001600160a01b0390921682526020820183905280517fc7798891864187665ac6dd119286e44ec13f014527aeeb2b8eb3fd413df931799281900390910190a150565b6000546001600160a01b031690565b60065490565b60045490565b6008546001600160a01b03163314611134576040805162461bcd60e51b815260206004820152601c60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d676f7665726e6f7200000000604482015290519081900360640190fd5b6001600160a01b038116600081815260096020908152604091829020805460ff19169055815192835290517f30d229e4dde6e9ddb83dec8a9ebac4ae5549791fba82242c65a1cee74d8073ff9281900390910190a150565b6111946113e1565b6000546001600160a01b039081169116146111f6576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6002805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055565b61122d6113e1565b6000546001600160a01b0390811691161461128f576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b0381166112d45760405162461bcd60e51b81526004018080602001828103825260268152602001806119ca6026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a36000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055565b6001546001600160a01b031690565b6000828201838110156113a5576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b90505b92915050565b6000610bdc6006546113be61146a565b9063ffffffff61157b16565b60006113d8858585856115bd565b95945050505050565b3390565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb000000000000000000000000000000000000000000000000000000001790526114659084906115d5565b505050565b600154604080516370a0823160e01b8152306004820152905160009283926001600160a01b03909116916370a0823191602480820192602092909190829003018186803b1580156114ba57600080fd5b505afa1580156114ce573d6000803e3d6000fd5b505050506040513d60208110156114e457600080fd5b505160065490915060009061150090839063ffffffff61134b16565b90506003544210156115175760009250505061040a565b60055460045461152c9163ffffffff61134b16565b421061153b57915061040a9050565b6115726005546115666115596004544261157b90919063ffffffff16565b849063ffffffff61168616565b9063ffffffff6116df16565b9250505061040a565b60006113a583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611721565b6000806000845160208601878987f195945050505050565b606061162a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166117b89092919063ffffffff16565b8051909150156114655780806020019051602081101561164957600080fd5b50516114655760405162461bcd60e51b815260040180806020018281038252602a815260200180611aa8602a913960400191505060405180910390fd5b600082611695575060006113a8565b828202828482816116a257fe5b04146113a55760405162461bcd60e51b8152600401808060200182810382526021815260200180611a376021913960400191505060405180910390fd5b60006113a583836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506117cf565b600081848411156117b05760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561177557818101518382015260200161175d565b50505050905090810190601f1680156117a25780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b60606117c78484600085611834565b949350505050565b6000818361181e5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561177557818101518382015260200161175d565b50600083858161182a57fe5b0495945050505050565b606061183f856119a1565b611890576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b602083106118cf5780518252601f1990920191602091820191016118b0565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114611931576040519150601f19603f3d011682016040523d82523d6000602084013e611936565b606091505b5091509150811561194a5791506117c79050565b80511561195a5780518082602001fd5b60405162461bcd60e51b815260206004820181815286516024840152865187939192839260440191908501908083836000831561177557818101518382015260200161175d565b3b15159056fe736d6172742d76657374696e672f6c6f636b65642d62616c616e63652d636865636b4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373736d6172742d74696d656c6f636b2f6e6f2d6c6f636b65642d746f6b656e2d636c61696d736d6172742d74696d656c6f636b2f6c6f636b65642d62616c616e63652d636865636b536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77736d6172742d74696d656c6f636b2f6e6f2d746f6b656e2d62616c616e63652d746f2d636c61696d736d6172742d74696d656c6f636b2f6e6f2d65746865722d62616c616e63652d746f2d636c61696d5361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a26469706673582212203f0545bb090c446fbf99a6929e94c7e7a22d682aba75527effaaa94de3a2505864736f6c63430006090033546f6b656e56657374696e673a2066696e616c2074696d65206973206265666f72652063757272656e742074696d65546f6b656e56657374696e673a2062656e656669636961727920697320746865207a65726f2061646472657373546f6b656e56657374696e673a20636c696666206973206c6f6e676572207468616e206475726174696f6e546f6b656e56657374696e673a20746f6b656e20697320746865207a65726f206164647265737300000000000000000000000084810bcf08744d5862b8181f12d17bfd57d3b078000000000000000000000000610c92c70eb55dfeafe8970513d13771da79f2e0000000000000000000000000a1feaf41d843d53d0f6bed86a8cf592ce21c409e00000000000000000000000000000000000000000000000000000000602c3ad400000000000000000000000000000000000000000000000000000000004f1a000000000000000000000000000000000000000000000000000000000003c26700

Deployed Bytecode

0x60806040526004361061012d5760003560e01c8063715018a6116100a5578063be9a655511610074578063dc07065711610059578063dc07065714610382578063f2fde38b146103b5578063fc0c546a146103e857610134565b8063be9a65551461033a578063d4d899961461034f57610134565b8063715018a6146102e657806386d1a69f146102fb5780638da5cb5b14610310578063961325211461032557610134565b806338af3eed116100fc57806355291dbd116100e157806355291dbd146102235780635b940081146102385780636dbf2fa01461024d57610134565b806338af3eed146101db5780634355b9d2146101f057610134565b80630c340a24146101395780630fb5a6b41461016a57806313d033c01461019157806332f289cf146101a657610134565b3661013457005b600080fd5b34801561014557600080fd5b5061014e6103fd565b604080516001600160a01b039092168252519081900360200190f35b34801561017657600080fd5b5061017f61040d565b60408051918252519081900360200190f35b34801561019d57600080fd5b5061017f610413565b3480156101b257600080fd5b506101d9600480360360208110156101c957600080fd5b50356001600160a01b0316610419565b005b3480156101e757600080fd5b5061014e61082b565b3480156101fc57600080fd5b506101d96004803603602081101561021357600080fd5b50356001600160a01b031661083a565b34801561022f57600080fd5b506101d96108f4565b34801561024457600080fd5b5061017f610bd2565b6102d26004803603606081101561026357600080fd5b6001600160a01b038235169160208101359181019060608101604082013564010000000081111561029357600080fd5b8201836020820111156102a557600080fd5b803590602001918460018302840111640100000000831117156102c757600080fd5b509092509050610be1565b604080519115158252519081900360200190f35b3480156102f257600080fd5b506101d9610f15565b34801561030757600080fd5b506101d9610fd6565b34801561031c57600080fd5b5061014e6110ba565b34801561033157600080fd5b5061017f6110c9565b34801561034657600080fd5b5061017f6110cf565b34801561035b57600080fd5b506101d96004803603602081101561037257600080fd5b50356001600160a01b03166110d5565b34801561038e57600080fd5b506101d9600480360360208110156103a557600080fd5b50356001600160a01b031661118c565b3480156103c157600080fd5b506101d9600480360360208110156103d857600080fd5b50356001600160a01b0316611225565b3480156103f457600080fd5b5061014e61133c565b6008546001600160a01b03165b90565b60055490565b60035490565b61042161082b565b6001600160a01b0316336001600160a01b031614610486576040805162461bcd60e51b815260206004820152601f60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d62656e656669636961727900604482015290519081900360640190fd5b600260075414156104de576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026007556104eb61133c565b6001600160a01b0316816001600160a01b0316141561053b5760405162461bcd60e51b81526004018080602001828103825260248152602001806119f06024913960400191505060405180910390fd5b600061054561133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561059a57600080fd5b505afa1580156105ae573d6000803e3d6000fd5b505050506040513d60208110156105c457600080fd5b5051604080516370a0823160e01b815230600482015290519192506000916001600160a01b038516916370a08231916024808301926020929190829003018186803b15801561061257600080fd5b505afa158015610626573d6000803e3d6000fd5b505050506040513d602081101561063c57600080fd5b505190508061067c5760405162461bcd60e51b8152600401808060200182810382526028815260200180611a586028913960400191505060405180910390fd5b826001600160a01b031663a9059cbb61069361082b565b836040518363ffffffff1660e01b815260040180836001600160a01b03166001600160a01b0316815260200182815260200192505050602060405180830381600087803b1580156106e357600080fd5b505af11580156106f7573d6000803e3d6000fd5b505050506040513d602081101561070d57600080fd5b506000905061071a61133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b15801561076f57600080fd5b505afa158015610783573d6000803e3d6000fd5b505050506040513d602081101561079957600080fd5b50519050828110156107dc5760405162461bcd60e51b8152600401808060200182810382526023815260200180611a146023913960400191505060405180910390fd5b604080516001600160a01b03861681526020810184905281517f5d425a3a6a3d5a60fbf147dc6659ce3dfeb701fc44fe90058c32783b8807c574929181900390910190a1505060016007555050565b6002546001600160a01b031690565b6008546001600160a01b03163314610899576040805162461bcd60e51b815260206004820152601c60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d676f7665726e6f7200000000604482015290519081900360640190fd5b6001600160a01b038116600081815260096020908152604091829020805460ff19166001179055815192835290517fa6b36bf5e015eae9c5ad4000adeca241571a66da3f2d3a6aa85fc545b53a77bb9281900390910190a150565b6108fc61082b565b6001600160a01b0316336001600160a01b031614610961576040805162461bcd60e51b815260206004820152601f60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d62656e656669636961727900604482015290519081900360640190fd5b600260075414156109b9576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b600260075560006109c861133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610a1d57600080fd5b505afa158015610a31573d6000803e3d6000fd5b505050506040513d6020811015610a4757600080fd5b505190504780610a885760405162461bcd60e51b8152600401808060200182810382526028815260200180611a806028913960400191505060405180910390fd5b610a9061082b565b6001600160a01b03166108fc829081150290604051600060405180830381858888f19350505050158015610ac8573d6000803e3d6000fd5b506000610ad361133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610b2857600080fd5b505afa158015610b3c573d6000803e3d6000fd5b505050506040513d6020811015610b5257600080fd5b5051905082811015610b955760405162461bcd60e51b8152600401808060200182810382526023815260200180611a146023913960400191505060405180910390fd5b6040805183815290517fd1b5bea7647f728891b4cf4daf0709d2b52b02bd106fcde08069b80dfafa3f649181900360200190a15050600160075550565b6000610bdc6113ae565b905090565b6000610beb61082b565b6001600160a01b0316336001600160a01b031614610c50576040805162461bcd60e51b815260206004820152601f60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d62656e656669636961727900604482015290519081900360640190fd5b60026007541415610ca8576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b60026007556000610cb761133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610d0c57600080fd5b505afa158015610d20573d6000803e3d6000fd5b505050506040513d6020811015610d3657600080fd5b5051604080516020601f8701819004810282018101909252858152919250610d7d91889188919088908890819084018382808284376000920191909152505050505a6113ca565b6001600160a01b03871660009081526009602052604090205490925060ff16610e6e576000610daa61133c565b6001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015610dff57600080fd5b505afa158015610e13573d6000803e3d6000fd5b505050506040513d6020811015610e2957600080fd5b5051905081811015610e6c5760405162461bcd60e51b81526004018080602001828103825260228152602001806119a86022913960400191505060405180910390fd5b505b6001600160a01b03861660008181526009602090815260409182902054825193845290830188905260ff16801515606084015260809183018281529183018690527ffe528e9b7c871978e2e069c156103bc8df0ab493385510b1353e28692287b72f92899289928992899260a08201858580828437600083820152604051601f909101601f19169092018290039850909650505050505050a1506001600755949350505050565b610f1d6113e1565b6000546001600160a01b03908116911614610f7f576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b600080546040516001600160a01b03909116907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908390a36000805473ffffffffffffffffffffffffffffffffffffffff19169055565b6000610fe06113ae565b905060008111611037576040805162461bcd60e51b815260206004820152601f60248201527f546f6b656e56657374696e673a206e6f20746f6b656e73206172652064756500604482015290519081900360640190fd5b60065461104a908263ffffffff61134b16565b600655600254600154611070916001600160a01b0391821691168363ffffffff6113e516565b600154604080516001600160a01b0390921682526020820183905280517fc7798891864187665ac6dd119286e44ec13f014527aeeb2b8eb3fd413df931799281900390910190a150565b6000546001600160a01b031690565b60065490565b60045490565b6008546001600160a01b03163314611134576040805162461bcd60e51b815260206004820152601c60248201527f736d6172742d74696d656c6f636b2f6f6e6c792d676f7665726e6f7200000000604482015290519081900360640190fd5b6001600160a01b038116600081815260096020908152604091829020805460ff19169055815192835290517f30d229e4dde6e9ddb83dec8a9ebac4ae5549791fba82242c65a1cee74d8073ff9281900390910190a150565b6111946113e1565b6000546001600160a01b039081169116146111f6576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6002805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055565b61122d6113e1565b6000546001600160a01b0390811691161461128f576040805162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015290519081900360640190fd5b6001600160a01b0381166112d45760405162461bcd60e51b81526004018080602001828103825260268152602001806119ca6026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e091a36000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055565b6001546001600160a01b031690565b6000828201838110156113a5576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b90505b92915050565b6000610bdc6006546113be61146a565b9063ffffffff61157b16565b60006113d8858585856115bd565b95945050505050565b3390565b604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb000000000000000000000000000000000000000000000000000000001790526114659084906115d5565b505050565b600154604080516370a0823160e01b8152306004820152905160009283926001600160a01b03909116916370a0823191602480820192602092909190829003018186803b1580156114ba57600080fd5b505afa1580156114ce573d6000803e3d6000fd5b505050506040513d60208110156114e457600080fd5b505160065490915060009061150090839063ffffffff61134b16565b90506003544210156115175760009250505061040a565b60055460045461152c9163ffffffff61134b16565b421061153b57915061040a9050565b6115726005546115666115596004544261157b90919063ffffffff16565b849063ffffffff61168616565b9063ffffffff6116df16565b9250505061040a565b60006113a583836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611721565b6000806000845160208601878987f195945050505050565b606061162a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166117b89092919063ffffffff16565b8051909150156114655780806020019051602081101561164957600080fd5b50516114655760405162461bcd60e51b815260040180806020018281038252602a815260200180611aa8602a913960400191505060405180910390fd5b600082611695575060006113a8565b828202828482816116a257fe5b04146113a55760405162461bcd60e51b8152600401808060200182810382526021815260200180611a376021913960400191505060405180910390fd5b60006113a583836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506117cf565b600081848411156117b05760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561177557818101518382015260200161175d565b50505050905090810190601f1680156117a25780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b60606117c78484600085611834565b949350505050565b6000818361181e5760405162461bcd60e51b815260206004820181815283516024840152835190928392604490910191908501908083836000831561177557818101518382015260200161175d565b50600083858161182a57fe5b0495945050505050565b606061183f856119a1565b611890576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b602083106118cf5780518252601f1990920191602091820191016118b0565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114611931576040519150601f19603f3d011682016040523d82523d6000602084013e611936565b606091505b5091509150811561194a5791506117c79050565b80511561195a5780518082602001fd5b60405162461bcd60e51b815260206004820181815286516024840152865187939192839260440191908501908083836000831561177557818101518382015260200161175d565b3b15159056fe736d6172742d76657374696e672f6c6f636b65642d62616c616e63652d636865636b4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061646472657373736d6172742d74696d656c6f636b2f6e6f2d6c6f636b65642d746f6b656e2d636c61696d736d6172742d74696d656c6f636b2f6c6f636b65642d62616c616e63652d636865636b536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f77736d6172742d74696d656c6f636b2f6e6f2d746f6b656e2d62616c616e63652d746f2d636c61696d736d6172742d74696d656c6f636b2f6e6f2d65746865722d62616c616e63652d746f2d636c61696d5361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a26469706673582212203f0545bb090c446fbf99a6929e94c7e7a22d682aba75527effaaa94de3a2505864736f6c63430006090033

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

00000000000000000000000084810bcf08744d5862b8181f12d17bfd57d3b078000000000000000000000000610c92c70eb55dfeafe8970513d13771da79f2e0000000000000000000000000a1feaf41d843d53d0f6bed86a8cf592ce21c409e00000000000000000000000000000000000000000000000000000000602c3ad400000000000000000000000000000000000000000000000000000000004f1a000000000000000000000000000000000000000000000000000000000003c26700

-----Decoded View---------------
Arg [0] : token (address): 0x84810bcF08744d5862B8181f12d17bfd57d3b078
Arg [1] : beneficiary (address): 0x610c92c70Eb55dFeAFe8970513D13771Da79f2e0
Arg [2] : governor (address): 0xa1feaF41d843d53d0F6bEd86a8cF592cE21C409e
Arg [3] : start (uint256): 1613511380
Arg [4] : cliffDuration (uint256): 5184000
Arg [5] : duration (uint256): 63072000

-----Encoded View---------------
6 Constructor Arguments found :
Arg [0] : 00000000000000000000000084810bcf08744d5862b8181f12d17bfd57d3b078
Arg [1] : 000000000000000000000000610c92c70eb55dfeafe8970513d13771da79f2e0
Arg [2] : 000000000000000000000000a1feaf41d843d53d0f6bed86a8cf592ce21c409e
Arg [3] : 00000000000000000000000000000000000000000000000000000000602c3ad4
Arg [4] : 00000000000000000000000000000000000000000000000000000000004f1a00
Arg [5] : 0000000000000000000000000000000000000000000000000000000003c26700


Deployed Bytecode Sourcemap

31834:4026:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35667:87;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;35667:87:0;;;;;;;;;;;;;;29380:85;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;29066:79;;;;;;;;;;;;;:::i;34302:707::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;34302:707:0;-1:-1:-1;;;;;34302:707:0;;:::i;:::-;;28896:91;;;;;;;;;;;;;:::i;33860:142::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33860:142:0;-1:-1:-1;;;;;33860:142:0;;:::i;35076:532::-;;;;;;;;;;;;;:::i;30295:103::-;;;;;;;;;;;;;:::i;33289:563::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;33289:563:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33289:563:0;;-1:-1:-1;33289:563:0;-1:-1:-1;33289:563:0;:::i;:::-;;;;;;;;;;;;;;;;;;2866:148;;;;;;;;;;;;;:::i;29962:325::-;;;;;;;;;;;;;:::i;2224:79::-;;;;;;;;;;;;;:::i;29541:85::-;;;;;;;;;;;;;:::i;29224:79::-;;;;;;;;;;;;;:::i;34010:141::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;34010:141:0;-1:-1:-1;;;;;34010:141:0;;:::i;29760:120::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;29760:120:0;-1:-1:-1;;;;;29760:120:0;;:::i;3169:244::-;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3169:244:0;-1:-1:-1;;;;;3169:244:0;;:::i;28745:78::-;;;;;;;;;;;;;:::i;35667:87::-;35737:9;;-1:-1:-1;;;;;35737:9:0;35667:87;;:::o;29380:85::-;29448:9;;29380:85;:::o;29066:79::-;29131:6;;29066:79;:::o;34302:707::-;32647:13;:11;:13::i;:::-;-1:-1:-1;;;;;32633:27:0;:10;-1:-1:-1;;;;;32633:27:0;;32625:71;;;;;-1:-1:-1;;;32625:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;20622:1:::1;21228:7;;:19;;21220:63;;;::::0;;-1:-1:-1;;;21220:63:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;20622:1;21361:7;:18:::0;34437:7:::2;:5;:7::i;:::-;-1:-1:-1::0;;;;;34404:41:0::2;34412:12;-1:-1:-1::0;;;;;34404:41:0::2;;;34396:90;;;;-1:-1:-1::0;;;34396:90:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34497:17;34517:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;34517:17:0::2;;34543:4;34517:32;;;;;;;;;;;;;-1:-1:-1::0;;;;;34517:32:0::2;-1:-1:-1::0;;;;;34517:32:0::2;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;34517:32:0;34593:37:::2;::::0;;-1:-1:-1;;;34593:37:0;;34624:4:::2;34593:37;::::0;::::2;::::0;;;34517:32;;-1:-1:-1;34562:28:0::2;::::0;-1:-1:-1;;;;;34593:22:0;::::2;::::0;::::2;::::0;:37;;;;;34517:32:::2;::::0;34593:37;;;;;;;:22;:37;::::2;;::::0;::::2;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;34593:37:0;;-1:-1:-1;34649:24:0;34641:77:::2;;;;-1:-1:-1::0;;;34641:77:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34731:12;-1:-1:-1::0;;;;;34731:21:0::2;;34753:13;:11;:13::i;:::-;34768:20;34731:58;;;;;;;;;;;;;-1:-1:-1::0;;;;;34731:58:0::2;-1:-1:-1::0;;;;;34731:58:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;34802:18:0::2;::::0;-1:-1:-1;34823:7:0::2;:5;:7::i;:::-;-1:-1:-1::0;;;;;34823:17:0::2;;34849:4;34823:32;;;;;;;;;;;;;-1:-1:-1::0;;;;;34823:32:0::2;-1:-1:-1::0;;;;;34823:32:0::2;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;34823:32:0;;-1:-1:-1;34874:23:0;;::::2;;34866:71;;;;-1:-1:-1::0;;;34866:71:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34955:46;::::0;;-1:-1:-1;;;;;34955:46:0;::::2;::::0;;::::2;::::0;::::2;::::0;;;;;::::2;::::0;;;;;;;;;::::2;-1:-1:-1::0;;20578:1:0::1;21540:7;:22:::0;-1:-1:-1;;34302:707:0:o;28896:91::-;28967:12;;-1:-1:-1;;;;;28967:12:0;28896:91;:::o;33860:142::-;32781:9;;-1:-1:-1;;;;;32781:9:0;32767:10;:23;32759:64;;;;;-1:-1:-1;;;32759:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;33932:20:0;::::1;;::::0;;;:16:::1;:20;::::0;;;;;;;;:27;;-1:-1:-1;;33932:27:0::1;33955:4;33932:27;::::0;;33975:19;;;;;;;::::1;::::0;;;;;;;;::::1;33860:142:::0;:::o;35076:532::-;32647:13;:11;:13::i;:::-;-1:-1:-1;;;;;32633:27:0;:10;-1:-1:-1;;;;;32633:27:0;;32625:71;;;;;-1:-1:-1;;;32625:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;20622:1:::1;21228:7;;:19;;21220:63;;;::::0;;-1:-1:-1;;;21220:63:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;20622:1;21361:7;:18:::0;35151:17:::2;35171:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;35171:17:0::2;;35197:4;35171:32;;;;;;;;;;;;;-1:-1:-1::0;;;;;35171:32:0::2;-1:-1:-1::0;;;;;35171:32:0::2;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;35171:32:0;;-1:-1:-1;35242:21:0::2;35282:19:::0;35274:72:::2;;;;-1:-1:-1::0;;;35274:72:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35367:13;:11;:13::i;:::-;-1:-1:-1::0;;;;;35359:31:0::2;:48;35391:15;35359:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;35420:18;35441:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;35441:17:0::2;;35467:4;35441:32;;;;;;;;;;;;;-1:-1:-1::0;;;;;35441:32:0::2;-1:-1:-1::0;;;;;35441:32:0::2;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;35441:32:0;;-1:-1:-1;35492:23:0;;::::2;;35484:71;;;;-1:-1:-1::0;;;35484:71:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;35573:27;::::0;;;;;;;::::2;::::0;;;;::::2;::::0;;::::2;-1:-1:-1::0;;20578:1:0::1;21540:7;:22:::0;-1:-1:-1;35076:532:0:o;30295:103::-;30344:7;30371:19;:17;:19::i;:::-;30364:26;;30295:103;:::o;33289:563::-;33444:12;32647:13;:11;:13::i;:::-;-1:-1:-1;;;;;32633:27:0;:10;-1:-1:-1;;;;;32633:27:0;;32625:71;;;;;-1:-1:-1;;;32625:71:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;20622:1:::1;21228:7;;:19;;21220:63;;;::::0;;-1:-1:-1;;;21220:63:0;;::::1;;::::0;::::1;::::0;::::1;::::0;;;;::::1;::::0;;;;;;;;;;;;;::::1;;20622:1;21361:7;:18:::0;33469:17:::2;33489:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;33489:17:0::2;;33515:4;33489:32;;;;;;;;;;;;;-1:-1:-1::0;;;;;33489:32:0::2;-1:-1:-1::0;;;;;33489:32:0::2;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;33489:32:0;33544:35:::2;::::0;;33489:32:::2;33544:35;::::0;::::2;::::0;;::::2;::::0;::::2;::::0;;;;;;;;;;33489:32;;-1:-1:-1;33544:35:0::2;::::0;33552:2;;33556:5;;33544:35;33563:4;;;;;;33544:35;::::2;33563:4:::0;;;;33544:35;::::2;;::::0;::::2;::::0;;;;-1:-1:-1;;;;33569:9:0::2;33544:7;:35::i;:::-;-1:-1:-1::0;;;;;33597:20:0;::::2;;::::0;;;:16:::2;:20;::::0;;;;;33534:45;;-1:-1:-1;33597:20:0::2;;33592:192;;33634:18;33655:7;:5;:7::i;:::-;-1:-1:-1::0;;;;;33655:17:0::2;;33681:4;33655:32;;;;;;;;;;;;;-1:-1:-1::0;;;;;33655:32:0::2;-1:-1:-1::0;;;;;33655:32:0::2;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;::::0;::::2;;-1:-1:-1::0;33655:32:0;;-1:-1:-1;33710:23:0;;::::2;;33702:70;;;;-1:-1:-1::0;;;33702:70:0::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33592:192;;-1:-1:-1::0;;;;;33823:20:0;::::2;;::::0;;;:16:::2;:20;::::0;;;;;;;;;33801:43;;;;;;;::::2;::::0;;;33823:20:::2;;33801:43:::0;::::2;;::::0;;;;;;;;;;;;;;;;;::::2;::::0;33806:2;;33810:5;;33817:4;;;;33801:43;;;33817:4;;;;33801:43;::::2;;::::0;;::::2;::::0;::::2;::::0;::::2;::::0;;::::2;-1:-1:-1::0;;33801:43:0::2;::::0;;::::2;::::0;;::::2;::::0;-1:-1:-1;33801:43:0;;-1:-1:-1;;;;;;;33801:43:0::2;-1:-1:-1::0;20578:1:0::1;21540:7;:22:::0;33289:563;;-1:-1:-1;;;;33289:563:0:o;2866:148::-;2446:12;:10;:12::i;:::-;2436:6;;-1:-1:-1;;;;;2436:6:0;;;:22;;;2428:67;;;;;-1:-1:-1;;;2428:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2973:1:::1;2957:6:::0;;2936:40:::1;::::0;-1:-1:-1;;;;;2957:6:0;;::::1;::::0;2936:40:::1;::::0;2973:1;;2936:40:::1;3004:1;2987:19:::0;;-1:-1:-1;;2987:19:0::1;::::0;;2866:148::o;29962:325::-;29999:18;30020:19;:17;:19::i;:::-;29999:40;;30073:1;30060:10;:14;30052:58;;;;;-1:-1:-1;;;30052:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;30135:9;;:25;;30149:10;30135:25;:13;:25;:::i;:::-;30123:9;:37;30193:12;;;30173:6;:45;;-1:-1:-1;;;;;30173:6:0;;;;30193:12;30207:10;30173:45;:19;:45;:::i;:::-;30259:6;;30236:43;;;-1:-1:-1;;;;;30259:6:0;;;30236:43;;;;;;;;;;;;;;;;;;;;29962:325;:::o;2224:79::-;2262:7;2289:6;-1:-1:-1;;;;;2289:6:0;2224:79;:::o;29541:85::-;29609:9;;29541:85;:::o;29224:79::-;29289:6;;29224:79;:::o;34010:141::-;32781:9;;-1:-1:-1;;;;;32781:9:0;32767:10;:23;32759:64;;;;;-1:-1:-1;;;32759:64:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;34081:20:0;::::1;34104:5;34081:20:::0;;;:16:::1;:20;::::0;;;;;;;;:28;;-1:-1:-1;;34081:28:0::1;::::0;;34125:18;;;;;;;::::1;::::0;;;;;;;;::::1;34010:141:::0;:::o;29760:120::-;2446:12;:10;:12::i;:::-;2436:6;;-1:-1:-1;;;;;2436:6:0;;;:22;;;2428:67;;;;;-1:-1:-1;;;2428:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29843:12:::1;:29:::0;;-1:-1:-1;;29843:29:0::1;-1:-1:-1::0;;;;;29843:29:0;;;::::1;::::0;;;::::1;::::0;;29760:120::o;3169:244::-;2446:12;:10;:12::i;:::-;2436:6;;-1:-1:-1;;;;;2436:6:0;;;:22;;;2428:67;;;;;-1:-1:-1;;;2428:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;3258:22:0;::::1;3250:73;;;;-1:-1:-1::0;;;3250:73:0::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3360:6;::::0;;3339:38:::1;::::0;-1:-1:-1;;;;;3339:38:0;;::::1;::::0;3360:6;::::1;::::0;3339:38:::1;::::0;::::1;3388:6;:17:::0;;-1:-1:-1;;3388:17:0::1;-1:-1:-1::0;;;;;3388:17:0;;;::::1;::::0;;;::::1;::::0;;3169:244::o;28745:78::-;28809:6;;-1:-1:-1;;;;;28809:6:0;28745:78;:::o;10544:181::-;10602:7;10634:5;;;10658:6;;;;10650:46;;;;;-1:-1:-1;;;10650:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;10716:1;-1:-1:-1;10544:181:0;;;;;:::o;30513:116::-;30564:7;30591:30;30611:9;;30591:15;:13;:15::i;:::-;:19;:30;:19;:30;:::i;24987:217::-;25126:12;25161:35;25173:2;25177:5;25184:4;25190:5;25161:11;:35::i;:::-;25151:45;24987:217;-1:-1:-1;;;;;24987:217:0:o;700:106::-;788:10;700:106;:::o;15738:177::-;15848:58;;;-1:-1:-1;;;;;15848:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;15871:23;15848:58;;;15821:86;;15841:5;;15821:19;:86::i;:::-;15738:177;;;:::o;30715:469::-;30807:6;;:31;;;-1:-1:-1;;;30807:31:0;;30832:4;30807:31;;;;;;30762:7;;;;-1:-1:-1;;;;;30807:6:0;;;;:16;;:31;;;;;;;;;;;;;;;:6;:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;30807:31:0;30891:9;;30807:31;;-1:-1:-1;30849:20:0;;30872:29;;30807:31;;30872:29;:18;:29;:::i;:::-;30849:52;;30936:6;;30918:15;:24;30914:263;;;30966:1;30959:8;;;;;;30914:263;31019:9;;31008:6;;:21;;;:10;:21;:::i;:::-;30989:15;:40;30985:192;;31053:12;-1:-1:-1;31046:19:0;;-1:-1:-1;31046:19:0;30985:192;31105:60;31155:9;;31105:45;31122:27;31142:6;;31122:15;:19;;:27;;;;:::i;:::-;31105:12;;:45;:16;:45;:::i;:::-;:49;:60;:49;:60;:::i;:::-;31098:67;;;;;;11008:136;11066:7;11093:43;11097:1;11100;11093:43;;;;;;;;;;;;;;;;;:3;:43::i;25212:478::-;25355:12;25656:1;25636;25612:4;25606:11;25582:4;25576;25572:15;25548:5;25527:2;25503:5;25480:192;25469:203;25454:229;-1:-1:-1;;;;;25454:229:0:o;18043:761::-;18467:23;18493:69;18521:4;18493:69;;;;;;;;;;;;;;;;;18501:5;-1:-1:-1;;;;;18493:27:0;;;:69;;;;;:::i;:::-;18577:17;;18467:95;;-1:-1:-1;18577:21:0;18573:224;;18719:10;18708:30;;;;;;;;;;;;;;;-1:-1:-1;18708:30:0;18700:85;;;;-1:-1:-1;;;18700:85:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11898:471;11956:7;12201:6;12197:47;;-1:-1:-1;12231:1:0;12224:8;;12197:47;12268:5;;;12272:1;12268;:5;:1;12292:5;;;;;:10;12284:56;;;;-1:-1:-1;;;12284:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12845:132;12903:7;12930:39;12934:1;12937;12930:39;;;;;;;;;;;;;;;;;:3;:39::i;11447:192::-;11533:7;11569:12;11561:6;;;;11553:29;;;;-1:-1:-1;;;11553:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;11605:5:0;;;11447:192::o;7180:196::-;7283:12;7315:53;7338:6;7346:4;7352:1;7355:12;7315:22;:53::i;:::-;7308:60;7180:196;-1:-1:-1;;;;7180:196:0:o;13473:278::-;13559:7;13594:12;13587:5;13579:28;;;;-1:-1:-1;;;13579:28:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13618:9;13634:1;13630;:5;;;;;;;13473:278;-1:-1:-1;;;;;13473:278:0:o;8557:979::-;8687:12;8720:18;8731:6;8720:10;:18::i;:::-;8712:60;;;;;-1:-1:-1;;;8712:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;8846:12;8860:23;8887:6;-1:-1:-1;;;;;8887:11:0;8907:8;8918:4;8887:36;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;8887:36:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8845:78;;;;8938:7;8934:595;;;8969:10;-1:-1:-1;8962:17:0;;-1:-1:-1;8962:17:0;8934:595;9083:17;;:21;9079:439;;9346:10;9340:17;9407:15;9394:10;9390:2;9386:19;9379:44;9294:148;9482:20;;-1:-1:-1;;;9482:20:0;;;;;;;;;;;;;;;;;9489:12;;9482:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4262:422;4629:20;4668:8;;;4262:422::o

Swarm Source

ipfs://3f0545bb090c446fbf99a6929e94c7e7a22d682aba75527effaaa94de3a25058

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.