ETH Price: $3,390.37 (-1.64%)
Gas: 1 Gwei

Contract

0x6D73b8De8d0d2cACA8065cd47f8157934E8D3099
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Value
Claim197526512024-04-28 8:33:4761 days ago1714293227IN
0x6D73b8De...34E8D3099
0 ETH0.000546055.52762548
Claim197526352024-04-28 8:30:3561 days ago1714293035IN
0x6D73b8De...34E8D3099
0 ETH0.000579415.86531153
Claim197526202024-04-28 8:27:1161 days ago1714292831IN
0x6D73b8De...34E8D3099
0 ETH0.000557335.64185312
Claim197526042024-04-28 8:23:5961 days ago1714292639IN
0x6D73b8De...34E8D3099
0 ETH0.000488624.94624838
Claim197525942024-04-28 8:21:5961 days ago1714292519IN
0x6D73b8De...34E8D3099
0 ETH0.00049244.98453982
Claim197525822024-04-28 8:19:3561 days ago1714292375IN
0x6D73b8De...34E8D3099
0 ETH0.000545645.52346825
Claim197525682024-04-28 8:16:4761 days ago1714292207IN
0x6D73b8De...34E8D3099
0 ETH0.000527555.34036845
Claim197385632024-04-26 9:12:5963 days ago1714122779IN
0x6D73b8De...34E8D3099
0 ETH0.00077447.84014806
Claim197385382024-04-26 9:07:4763 days ago1714122467IN
0x6D73b8De...34E8D3099
0 ETH0.000706667.15352478
Claim197385242024-04-26 9:04:5963 days ago1714122299IN
0x6D73b8De...34E8D3099
0 ETH0.000675516.83812703
Claim197385092024-04-26 9:01:4763 days ago1714122107IN
0x6D73b8De...34E8D3099
0 ETH0.00075117.60337692
Claim197384962024-04-26 8:59:1163 days ago1714121951IN
0x6D73b8De...34E8D3099
0 ETH0.000761377.70731392
Claim197384852024-04-26 8:56:4763 days ago1714121807IN
0x6D73b8De...34E8D3099
0 ETH0.000774167.83679911
Claim197384712024-04-26 8:53:5963 days ago1714121639IN
0x6D73b8De...34E8D3099
0 ETH0.00075587.65088742
Claim197384592024-04-26 8:51:3563 days ago1714121495IN
0x6D73b8De...34E8D3099
0 ETH0.000850538.6098953
Claim197384442024-04-26 8:48:2363 days ago1714121303IN
0x6D73b8De...34E8D3099
0 ETH0.000719827.28668803
Claim197384312024-04-26 8:45:4763 days ago1714121147IN
0x6D73b8De...34E8D3099
0 ETH0.000886778.97670953
Claim197384222024-04-26 8:43:5963 days ago1714121039IN
0x6D73b8De...34E8D3099
0 ETH0.000747257.56433408
Claim197384122024-04-26 8:41:5963 days ago1714120919IN
0x6D73b8De...34E8D3099
0 ETH0.000765897.75305796
Claim197383972024-04-26 8:38:5963 days ago1714120739IN
0x6D73b8De...34E8D3099
0 ETH0.000711077.1981031
Claim197383872024-04-26 8:36:5963 days ago1714120619IN
0x6D73b8De...34E8D3099
0 ETH0.00074867.5780712
Claim197383742024-04-26 8:34:1163 days ago1714120451IN
0x6D73b8De...34E8D3099
0 ETH0.000708887.17597581
Claim197382342024-04-26 8:05:4763 days ago1714118747IN
0x6D73b8De...34E8D3099
0 ETH0.000871268.81972487
Claim197382182024-04-26 8:02:3563 days ago1714118555IN
0x6D73b8De...34E8D3099
0 ETH0.000769037.7848235
Claim197382002024-04-26 7:58:5963 days ago1714118339IN
0x6D73b8De...34E8D3099
0 ETH0.000758797.68122162
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xcd496eFb...354C1f727
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
Zeni_VestingEscrow_V1

Compiler Version
v0.8.15+commit.e14f2714

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-08-08
*/

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;

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

        return account.code.length > 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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);

    /**
     * @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 `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, 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 `from` to `to` 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 from,
        address to,
        uint256 amount
    ) external returns (bool);
}

/**
 * @dev Interface of the ERC20 Permit extension allowing approvals to be made via signatures, as defined in
 * https://eips.ethereum.org/EIPS/eip-2612[EIP-2612].
 *
 * Adds the {permit} method, which can be used to change an account's ERC20 allowance (see {IERC20-allowance}) by
 * presenting a message signed by the account. By not relying on {IERC20-approve}, the token holder account doesn't
 * need to send a transaction, and thus is not required to hold Ether at all.
 */
interface IERC20Permit {
    /**
     * @dev Sets `value` as the allowance of `spender` over ``owner``'s tokens,
     * given ``owner``'s signed approval.
     *
     * IMPORTANT: The same issues {IERC20-approve} has related to transaction
     * ordering also apply here.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `deadline` must be a timestamp in the future.
     * - `v`, `r` and `s` must be a valid `secp256k1` signature from `owner`
     * over the EIP712-formatted function arguments.
     * - the signature must use ``owner``'s current nonce (see {nonces}).
     *
     * For more information on the signature format, see the
     * https://eips.ethereum.org/EIPS/eip-2612#specification[relevant EIP
     * section].
     */
    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;

    /**
     * @dev Returns the current nonce for `owner`. This value must be
     * included whenever a signature is generated for {permit}.
     *
     * Every successful call to {permit} increases ``owner``'s nonce by one. This
     * prevents a signature from being used multiple times.
     */
    function nonces(address owner) external view returns (uint256);

    /**
     * @dev Returns the domain separator used in the encoding of the signature for {permit}, as defined by {EIP712}.
     */
    // solhint-disable-next-line func-name-mixedcase
    function DOMAIN_SEPARATOR() external view returns (bytes32);
}

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

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

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

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

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

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

    function safePermit(
        IERC20Permit token,
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) internal {
        uint256 nonceBefore = token.nonces(owner);
        token.permit(owner, spender, value, deadline, v, r, s);
        uint256 nonceAfter = token.nonces(owner);
        require(nonceAfter == nonceBefore + 1, "SafeERC20: permit did not succeed");
    }

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

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

/**
 * @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].
 */
abstract 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() {
        _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 making 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;
    }
}

/**
 * @title Interface of Vesting Escrow
 */
interface IBase_VestingEscrow_V1 {
    event Fund(address indexed recipient, uint256 amount);
    event Claim(address indexed recipient, uint256 claimed);
    event CommitOwnership(address admin);
    event AcceptOwnership(address admin);

    function add_tokens(uint256 _amount) external;
    function fund(address[] memory _recipients, uint256[] memory _amounts) external;
    function vestedSupply() external view returns(uint256);
    function lockedSupply() external view returns(uint256);
    function vestedOf(address _recipient) external view returns(uint256);
    function balanceOf(address _recipient) external view returns(uint256);
    function lockedOf(address _recipient) external view returns(uint256);
    function claim(address addr) external;
    function commit_transfer_ownership(address addr) external returns(bool);
    function accept_transfer_ownership() external;
}

/**
 * @title Vesting Escrow
 */
contract Base_VestingEscrow_V1 is IBase_VestingEscrow_V1, ReentrancyGuard {
    using SafeERC20 for IERC20;

    uint8 constant ONE_QUARTER = 25;
    uint8 constant ONE_HARF = 50;
    uint8 constant THREE_QUARTER = 75;

    address public token;

    uint256 public start_time;
    uint256 public one_quarter_time;
    uint256 public one_harf_time;
    uint256 public three_quarter_time;
    uint256 public end_time;

    mapping(address => uint256) public initial_locked;
    mapping(address => uint256) public total_claimed;

    uint256 public initial_locked_supply;
    uint256 public unallocated_supply;

    address public admin;
    address public future_admin;

    modifier onlyOwner() {
        require(msg.sender == admin);
        _;
    }

    /**
     * @param _token Address of the ERC20 token being distributed (ZENI)
     * @param _start_time Timestamp at which the distribution starts. Should be in
     *    the future, so that we have enough time to VoteLock everyone
     * @param _end_time Time until everything should be vested
     */
    constructor(
        address _token,
        uint256 _start_time,
        uint256 _one_quarter_time,
        uint256 _one_harf_time,
        uint256 _three_quarter_time,
        uint256 _end_time
    ) {
        require(_start_time >= block.timestamp);
        require(_end_time > _start_time);

        admin = msg.sender;
        token = _token;

        start_time = _start_time;
        one_quarter_time = _one_quarter_time;
        one_harf_time = _one_harf_time;
        three_quarter_time = _three_quarter_time;
        end_time = _end_time;
    }

    /***
     * @notice Transfer vestable tokens into the contract
     * @dev Handled separate from `fund` to reduce transaction count when using funding admins
     * @param _amount Number of tokens to transfer
     */
    function add_tokens(uint256 _amount) external onlyOwner {
        IERC20(token).safeTransferFrom(msg.sender, address(this), _amount);
        unallocated_supply += _amount;
    }

    /***
     * @notice Vest tokens for multiple recipients.
     * @param _recipients List of addresses to fund
     * @param _amounts Amount of vested tokens for each address
     */
    function fund(address[] memory _recipients, uint256[] memory _amounts) external nonReentrant onlyOwner {
        require(_recipients.length == _amounts.length);
        uint256 _total_amount = 0;

        uint256 _length = _recipients.length;
        for (uint256 i; i < _length; i++) {
            uint256 amount = _amounts[i];
            address recipient = _recipients[i];
            if (recipient == address(0)) {
                break;
            }
            _total_amount += amount;
            initial_locked[recipient] += amount;
            emit Fund(recipient, amount);
        }

        initial_locked_supply += _total_amount;
        unallocated_supply -= _total_amount;
    }

    /***
     * @notice Amount of unlocked token amount of _recipient at _time. (include claimed)
     */
    function _total_vested_of(address _recipient, uint256 _time) internal view returns(uint256) {
        uint256 start = start_time;
        uint256 locked = initial_locked[_recipient];
        if (_time < start) {
            return 0;
        }

        return _get_vested_amount(locked, _time);
    }

    function _total_vested() internal view returns(uint256) {
        uint256 start = start_time;
        uint256 locked = initial_locked_supply;

        if (block.timestamp < start) {
            return 0;
        } else {
            return _get_vested_amount(locked, block.timestamp); // when block.timestamp > end, return locked
        }
    }

    function _get_vested_amount(uint256 _locked, uint256 _time) internal view returns(uint256) {
        uint256 amount = 0;

        if (start_time <= _time && one_quarter_time > _time) {
            amount = 0;
        } else if (one_quarter_time <= _time && one_harf_time > _time) {
            amount = _locked * ONE_QUARTER / 100;
        } else if (one_harf_time <= _time && three_quarter_time > _time) {
            amount = _locked * ONE_HARF / 100;
        } else if (three_quarter_time <= _time && end_time > _time) {
            amount = _locked * THREE_QUARTER / 100;
        } else if (end_time < _time) {
            amount = _locked;
        } else {
            amount = 0;
        }

        return amount;
    }

    /***
     * @notice Get the total number of tokens which have vested, that are held by this contract
     */
    function vestedSupply() external view returns(uint256) {
        return _total_vested();
    }

    /***
     * @notice Get the total number of tokens which are still locked (have not yet vested)
     */
    function lockedSupply() external view returns(uint256) {
        return initial_locked_supply - _total_vested();
    }

    /***
     * @notice Get the number of tokens which have vested for a given address
     * @param _recipient address to check
     */
    function vestedOf(address _recipient) external view returns(uint256) {
        return _total_vested_of(_recipient, block.timestamp);
    }

    /***
     * @notice Get the number of unclaimed, vested tokens for a given address
     * @param _recipient address to check
     */
    function balanceOf(address _recipient) external view returns(uint256) {
        return _total_vested_of(_recipient, block.timestamp) - total_claimed[_recipient];
    }

    /***
     * @notice Get the number of locked tokens for a given address
     * @param _recipient address to check
     */
    function lockedOf(address _recipient) external view returns(uint256) {
        return initial_locked[_recipient] - _total_vested_of(_recipient, block.timestamp);
    }

    /***
     * @notice Claim tokens which have vested
     * @param addr Address to claim tokens for
     */
    function claim(address addr) external nonReentrant {
        uint256 claimable = _total_vested_of(addr, block.timestamp) - total_claimed[addr];

        total_claimed[addr] += claimable;
        require(IERC20(token).transfer(addr, claimable));

        emit Claim(addr, claimable);
    }

    /***
     * @notice Transfer ownership of GaugeController to `addr`
     * @param addr Address to have ownership transferred to
     */
    function commit_transfer_ownership(address addr) external onlyOwner returns(bool) {
        future_admin = addr;
        emit CommitOwnership(addr);

        return true;
    }

    /***
     * @notice Accept a transfer of ownership
     * @return bool success
     */
    function accept_transfer_ownership() external {
        address _future_admin = future_admin;
        require(address(msg.sender) == _future_admin, "onlyFutureOwner");
        admin = _future_admin;
        emit AcceptOwnership(_future_admin);
    }
}

/**
 * @title Vesting Escrow
 */
contract Zeni_VestingEscrow_V1 is Base_VestingEscrow_V1 {
    /**
     * @param _token Address of the ERC20 token being distributed (ZENI)
     * @param _start_time Timestamp at which the distribution starts. Should be in
     *    the future, so that we have enough time to VoteLock everyone
     * @param _end_time Time until everything should be vested
     */
    constructor(
        address _token,
        uint256 _start_time,
        uint256 _one_quarter_time,
        uint256 _one_harf_time,
        uint256 _three_quarter_time,
        uint256 _end_time
    ) Base_VestingEscrow_V1(_token, _start_time, _one_quarter_time, _one_harf_time, _three_quarter_time, _end_time) {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_start_time","type":"uint256"},{"internalType":"uint256","name":"_one_quarter_time","type":"uint256"},{"internalType":"uint256","name":"_one_harf_time","type":"uint256"},{"internalType":"uint256","name":"_three_quarter_time","type":"uint256"},{"internalType":"uint256","name":"_end_time","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"admin","type":"address"}],"name":"AcceptOwnership","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"claimed","type":"uint256"}],"name":"Claim","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"admin","type":"address"}],"name":"CommitOwnership","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"recipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Fund","type":"event"},{"inputs":[],"name":"accept_transfer_ownership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"add_tokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"admin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"addr","type":"address"}],"name":"claim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"addr","type":"address"}],"name":"commit_transfer_ownership","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"end_time","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"_recipients","type":"address[]"},{"internalType":"uint256[]","name":"_amounts","type":"uint256[]"}],"name":"fund","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"future_admin","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"initial_locked","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initial_locked_supply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"lockedOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lockedSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"one_harf_time","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"one_quarter_time","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"start_time","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"three_quarter_time","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"total_claimed","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unallocated_supply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"vestedOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"vestedSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101425760003560e01c80639d2c7cec116100b8578063d78c44641161007c578063d78c44641461038f578063d9844dc0146103ab578063e5ea47b8146103c9578063f4ce628c146103d3578063f851a440146103f1578063fc0c546a1461040f57610142565b80639d2c7cec146102d7578063a5f1e282146102f5578063b1e56f6b14610325578063b8638e1e14610341578063ca5c7b911461037157610142565b806350b3aad41161010a57806350b3aad4146101db57806355069eb71461020b5780636b441a401461022957806370a0823114610259578063834ee4171461028957806394477104146102a757610142565b80630b080cc214610147578063162433561461016557806317f7182a146101835780631e83409a146101a157806321dc49b4146101bd575b600080fd5b61014f61042d565b60405161015c91906111ae565b60405180910390f35b61016d610433565b60405161017a91906111ae565b60405180910390f35b61018b610439565b604051610198919061120a565b60405180910390f35b6101bb60048036038101906101b69190611265565b61045f565b005b6101c561065d565b6040516101d291906111ae565b60405180910390f35b6101f560048036038101906101f09190611265565b610663565b60405161020291906111ae565b60405180910390f35b61021361067b565b60405161022091906111ae565b60405180910390f35b610243600480360381019061023e9190611265565b610681565b60405161025091906112ad565b60405180910390f35b610273600480360381019061026e9190611265565b61075e565b60405161028091906111ae565b60405180910390f35b6102916107bb565b60405161029e91906111ae565b60405180910390f35b6102c160048036038101906102bc9190611265565b6107c1565b6040516102ce91906111ae565b60405180910390f35b6102df6107d4565b6040516102ec91906111ae565b60405180910390f35b61030f600480360381019061030a9190611265565b6107da565b60405161031c91906111ae565b60405180910390f35b61033f600480360381019061033a9190611510565b610837565b005b61035b60048036038101906103569190611265565b610a7f565b60405161036891906111ae565b60405180910390f35b610379610a97565b60405161038691906111ae565b60405180910390f35b6103a960048036038101906103a49190611588565b610ab3565b005b6103b3610b78565b6040516103c091906111ae565b60405180910390f35b6103d1610b87565b005b6103db610c97565b6040516103e891906111ae565b60405180910390f35b6103f9610c9d565b604051610406919061120a565b60405180910390f35b610417610cc3565b604051610424919061120a565b60405180910390f35b600a5481565b60065481565b600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6002600054036104a4576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161049b90611612565b60405180910390fd5b60026000819055506000600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546104f88342610ce9565b6105029190611661565b905080600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546105539190611695565b92505081905550600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb83836040518363ffffffff1660e01b81526004016105b79291906116eb565b6020604051808303816000875af11580156105d6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105fa9190611740565b61060357600080fd5b8173ffffffffffffffffffffffffffffffffffffffff167f47cee97cb7acd717b3c0aa1435d004cd5b3c8c57d70dbceb4e4458bbd60e39d48260405161064991906111ae565b60405180910390a250600160008190555050565b60095481565b60076020528060005260406000206000915090505481565b60035481565b6000600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146106dd57600080fd5b81600c60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f2f56810a6bf40af059b96d3aea4db54081f378029a518390491093a7b67032e98260405161074d919061120a565b60405180910390a160019050919050565b6000600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546107aa8342610ce9565b6107b49190611661565b9050919050565b60025481565b60006107cd8242610ce9565b9050919050565b60045481565b60006107e68242610ce9565b600760008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546108309190611661565b9050919050565b60026000540361087c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087390611612565b60405180910390fd5b6002600081905550600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146108de57600080fd5b80518251146108ec57600080fd5b6000808351905060005b81811015610a3e5760008482815181106109135761091261176d565b5b6020026020010151905060008683815181106109325761093161176d565b5b60200260200101519050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610977575050610a3e565b81856109839190611695565b945081600760008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109d49190611695565b925050819055508073ffffffffffffffffffffffffffffffffffffffff167fda8220a878ff7a89474ccffdaa31ea1ed1ffbb0207d5051afccc4fbaf81f9bcd83604051610a2191906111ae565b60405180910390a250508080610a369061179c565b9150506108f6565b508160096000828254610a519190611695565b9250508190555081600a6000828254610a6a9190611661565b92505081905550505060016000819055505050565b60086020528060005260406000206000915090505481565b6000610aa1610d5d565b600954610aae9190611661565b905090565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610b0d57600080fd5b610b5c333083600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610d91909392919063ffffffff16565b80600a6000828254610b6e9190611695565b9250508190555050565b6000610b82610d5d565b905090565b6000600c60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508073ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610c1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c1390611830565b60405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507f7f877120c72766f4eac00144c86c9e57ed52f31bac01ef5c4c223c4768a8767381604051610c8c919061120a565b60405180910390a150565b60055481565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008060025490506000600760008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081841015610d4857600092505050610d57565b610d528185610e1a565b925050505b92915050565b60008060025490506000600954905081421015610d7f57600092505050610d8e565b610d898142610e1a565b925050505b90565b610e14846323b872dd60e01b858585604051602401610db293929190611850565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050610f18565b50505050565b600080600090508260025411158015610e34575082600354115b15610e425760009050610f0e565b8260035411158015610e55575082600454115b15610e7d576064601960ff1685610e6c9190611887565b610e769190611910565b9050610f0d565b8260045411158015610e90575082600554115b15610eb8576064603260ff1685610ea79190611887565b610eb19190611910565b9050610f0c565b8260055411158015610ecb575082600654115b15610ef3576064604b60ff1685610ee29190611887565b610eec9190611910565b9050610f0b565b826006541015610f0557839050610f0a565b600090505b5b5b5b5b8091505092915050565b6000610f7a826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff16610fdf9092919063ffffffff16565b9050600081511115610fda5780806020019051810190610f9a9190611740565b610fd9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fd0906119b3565b60405180910390fd5b5b505050565b6060610fee8484600085610ff7565b90509392505050565b60608247101561103c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161103390611a45565b60405180910390fd5b6110458561110b565b611084576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107b90611ab1565b60405180910390fd5b6000808673ffffffffffffffffffffffffffffffffffffffff1685876040516110ad9190611b4b565b60006040518083038185875af1925050503d80600081146110ea576040519150601f19603f3d011682016040523d82523d6000602084013e6110ef565b606091505b50915091506110ff82828661112e565b92505050949350505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b6060831561113e5782905061118e565b6000835111156111515782518084602001fd5b816040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111859190611ba6565b60405180910390fd5b9392505050565b6000819050919050565b6111a881611195565b82525050565b60006020820190506111c3600083018461119f565b92915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006111f4826111c9565b9050919050565b611204816111e9565b82525050565b600060208201905061121f60008301846111fb565b92915050565b6000604051905090565b600080fd5b600080fd5b611242816111e9565b811461124d57600080fd5b50565b60008135905061125f81611239565b92915050565b60006020828403121561127b5761127a61122f565b5b600061128984828501611250565b91505092915050565b60008115159050919050565b6112a781611292565b82525050565b60006020820190506112c2600083018461129e565b92915050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b611316826112cd565b810181811067ffffffffffffffff82111715611335576113346112de565b5b80604052505050565b6000611348611225565b9050611354828261130d565b919050565b600067ffffffffffffffff821115611374576113736112de565b5b602082029050602081019050919050565b600080fd5b600061139d61139884611359565b61133e565b905080838252602082019050602084028301858111156113c0576113bf611385565b5b835b818110156113e957806113d58882611250565b8452602084019350506020810190506113c2565b5050509392505050565b600082601f830112611408576114076112c8565b5b813561141884826020860161138a565b91505092915050565b600067ffffffffffffffff82111561143c5761143b6112de565b5b602082029050602081019050919050565b61145681611195565b811461146157600080fd5b50565b6000813590506114738161144d565b92915050565b600061148c61148784611421565b61133e565b905080838252602082019050602084028301858111156114af576114ae611385565b5b835b818110156114d857806114c48882611464565b8452602084019350506020810190506114b1565b5050509392505050565b600082601f8301126114f7576114f66112c8565b5b8135611507848260208601611479565b91505092915050565b600080604083850312156115275761152661122f565b5b600083013567ffffffffffffffff81111561154557611544611234565b5b611551858286016113f3565b925050602083013567ffffffffffffffff81111561157257611571611234565b5b61157e858286016114e2565b9150509250929050565b60006020828403121561159e5761159d61122f565b5b60006115ac84828501611464565b91505092915050565b600082825260208201905092915050565b7f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00600082015250565b60006115fc601f836115b5565b9150611607826115c6565b602082019050919050565b6000602082019050818103600083015261162b816115ef565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061166c82611195565b915061167783611195565b92508282101561168a57611689611632565b5b828203905092915050565b60006116a082611195565b91506116ab83611195565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156116e0576116df611632565b5b828201905092915050565b600060408201905061170060008301856111fb565b61170d602083018461119f565b9392505050565b61171d81611292565b811461172857600080fd5b50565b60008151905061173a81611714565b92915050565b6000602082840312156117565761175561122f565b5b60006117648482850161172b565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006117a782611195565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036117d9576117d8611632565b5b600182019050919050565b7f6f6e6c794675747572654f776e65720000000000000000000000000000000000600082015250565b600061181a600f836115b5565b9150611825826117e4565b602082019050919050565b600060208201905081810360008301526118498161180d565b9050919050565b600060608201905061186560008301866111fb565b61187260208301856111fb565b61187f604083018461119f565b949350505050565b600061189282611195565b915061189d83611195565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156118d6576118d5611632565b5b828202905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061191b82611195565b915061192683611195565b925082611936576119356118e1565b5b828204905092915050565b7f5361666545524332303a204552433230206f7065726174696f6e20646964206e60008201527f6f74207375636365656400000000000000000000000000000000000000000000602082015250565b600061199d602a836115b5565b91506119a882611941565b604082019050919050565b600060208201905081810360008301526119cc81611990565b9050919050565b7f416464726573733a20696e73756666696369656e742062616c616e636520666f60008201527f722063616c6c0000000000000000000000000000000000000000000000000000602082015250565b6000611a2f6026836115b5565b9150611a3a826119d3565b604082019050919050565b60006020820190508181036000830152611a5e81611a22565b9050919050565b7f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000600082015250565b6000611a9b601d836115b5565b9150611aa682611a65565b602082019050919050565b60006020820190508181036000830152611aca81611a8e565b9050919050565b600081519050919050565b600081905092915050565b60005b83811015611b05578082015181840152602081019050611aea565b83811115611b14576000848401525b50505050565b6000611b2582611ad1565b611b2f8185611adc565b9350611b3f818560208601611ae7565b80840191505092915050565b6000611b578284611b1a565b915081905092915050565b600081519050919050565b6000611b7882611b62565b611b8281856115b5565b9350611b92818560208601611ae7565b611b9b816112cd565b840191505092915050565b60006020820190508181036000830152611bc08184611b6d565b90509291505056fea2646970667358221220ce8296b4d6c35f90d552e66bd166d5f2d6bce998347cdeaf049a537de383211564736f6c634300080f0033

Deployed Bytecode Sourcemap

28312:699:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21848:33;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21660:23;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21917:27;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27284:295;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;21805:36;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21692:49;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21547:31;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27731:181;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26686:169;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21515:25;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26397:140;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21585:28;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26993:169;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;23539:712;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;21748:48;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26128:120;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;23160:181;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;25913:96;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;28015:254;;;:::i;:::-;;21620:33;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21890:20;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21486;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21848:33;;;;:::o;21660:23::-;;;;:::o;21917:27::-;;;;;;;;;;;;;:::o;27284:295::-;19312:1;19910:7;;:19;19902:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;19312:1;20043:7;:18;;;;27346:17:::1;27408:13;:19;27422:4;27408:19;;;;;;;;;;;;;;;;27366:39;27383:4;27389:15;27366:16;:39::i;:::-;:61;;;;:::i;:::-;27346:81;;27463:9;27440:13;:19;27454:4;27440:19;;;;;;;;;;;;;;;;:32;;;;;;;:::i;:::-;;;;;;;;27498:5;;;;;;;;;;;27491:22;;;27514:4;27520:9;27491:39;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;27483:48;;;::::0;::::1;;27555:4;27549:22;;;27561:9;27549:22;;;;;;:::i;:::-;;;;;;;;27335:244;19268:1:::0;20222:7;:22;;;;27284:295;:::o;21805:36::-;;;;:::o;21692:49::-;;;;;;;;;;;;;;;;;:::o;21547:31::-;;;;:::o;27731:181::-;27807:4;22007:5;;;;;;;;;;;21993:19;;:10;:19;;;21985:28;;;;;;27839:4:::1;27824:12;;:19;;;;;;;;;;;;;;;;;;27859:21;27875:4;27859:21;;;;;;:::i;:::-;;;;;;;;27900:4;27893:11;;27731:181:::0;;;:::o;26686:169::-;26747:7;26822:13;:25;26836:10;26822:25;;;;;;;;;;;;;;;;26774:45;26791:10;26803:15;26774:16;:45::i;:::-;:73;;;;:::i;:::-;26767:80;;26686:169;;;:::o;21515:25::-;;;;:::o;26397:140::-;26457:7;26484:45;26501:10;26513:15;26484:16;:45::i;:::-;26477:52;;26397:140;;;:::o;21585:28::-;;;;:::o;26993:169::-;27053:7;27109:45;27126:10;27138:15;27109:16;:45::i;:::-;27080:14;:26;27095:10;27080:26;;;;;;;;;;;;;;;;:74;;;;:::i;:::-;27073:81;;26993:169;;;:::o;23539:712::-;19312:1;19910:7;;:19;19902:63;;;;;;;;;;;;:::i;:::-;;;;;;;;;19312:1;20043:7;:18;;;;22007:5:::1;;;;;;;;;;;21993:19;;:10;:19;;;21985:28;;;::::0;::::1;;23683:8:::2;:15;23661:11;:18;:37;23653:46;;;::::0;::::2;;23710:21;23748:15:::0;23766:11:::2;:18;23748:36;;23800:9;23795:352;23815:7;23811:1;:11;23795:352;;;23844:14;23861:8;23870:1;23861:11;;;;;;;;:::i;:::-;;;;;;;;23844:28;;23887:17;23907:11;23919:1;23907:14;;;;;;;;:::i;:::-;;;;;;;;23887:34;;23961:1;23940:23;;:9;:23;;::::0;23936:69:::2;;23984:5;;;;23936:69;24036:6;24019:23;;;;;:::i;:::-;;;24086:6;24057:14;:25;24072:9;24057:25;;;;;;;;;;;;;;;;:35;;;;;;;:::i;:::-;;;;;;;;24117:9;24112:23;;;24128:6;24112:23;;;;;;:::i;:::-;;;;;;;;23829:318;;23824:3;;;;;:::i;:::-;;;;23795:352;;;;24184:13;24159:21;;:38;;;;;;;:::i;:::-;;;;;;;;24230:13;24208:18;;:35;;;;;;;:::i;:::-;;;;;;;;23642:609;;19268:1:::0;20222:7;:22;;;;23539:712;;:::o;21748:48::-;;;;;;;;;;;;;;;;;:::o;26128:120::-;26174:7;26225:15;:13;:15::i;:::-;26201:21;;:39;;;;:::i;:::-;26194:46;;26128:120;:::o;23160:181::-;22007:5;;;;;;;;;;;21993:19;;:10;:19;;;21985:28;;;;;;23227:66:::1;23258:10;23278:4;23285:7;23234:5;;;;;;;;;;;23227:30;;;;:66;;;;;;:::i;:::-;23326:7;23304:18;;:29;;;;;;;:::i;:::-;;;;;;;;23160:181:::0;:::o;25913:96::-;25959:7;25986:15;:13;:15::i;:::-;25979:22;;25913:96;:::o;28015:254::-;28072:21;28096:12;;;;;;;;;;;28072:36;;28150:13;28127:36;;28135:10;28127:36;;;28119:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;28202:13;28194:5;;:21;;;;;;;;;;;;;;;;;;28231:30;28247:13;28231:30;;;;;;:::i;:::-;;;;;;;;28061:208;28015:254::o;21620:33::-;;;;:::o;21890:20::-;;;;;;;;;;;;;:::o;21486:::-;;;;;;;;;;;;;:::o;24368:308::-;24451:7;24471:13;24487:10;;24471:26;;24508:14;24525;:26;24540:10;24525:26;;;;;;;;;;;;;;;;24508:43;;24574:5;24566;:13;24562:54;;;24603:1;24596:8;;;;;;24562:54;24635:33;24654:6;24662:5;24635:18;:33::i;:::-;24628:40;;;;24368:308;;;;;:::o;24684:354::-;24731:7;24751:13;24767:10;;24751:26;;24788:14;24805:21;;24788:38;;24861:5;24843:15;:23;24839:192;;;24890:1;24883:8;;;;;;24839:192;24931:43;24950:6;24958:15;24931:18;:43::i;:::-;24924:50;;;;24684:354;;:::o;14090:248::-;14234:96;14254:5;14284:27;;;14313:4;14319:2;14323:5;14261:68;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14234:19;:96::i;:::-;14090:248;;;;:::o;25046:743::-;25128:7;25148:14;25165:1;25148:18;;25197:5;25183:10;;:19;;:47;;;;;25225:5;25206:16;;:24;25183:47;25179:577;;;25256:1;25247:10;;25179:577;;;25299:5;25279:16;;:25;;:50;;;;;25324:5;25308:13;;:21;25279:50;25275:481;;;25379:3;21400:2;25355:21;;:7;:21;;;;:::i;:::-;:27;;;;:::i;:::-;25346:36;;25275:481;;;25421:5;25404:13;;:22;;:52;;;;;25451:5;25430:18;;:26;25404:52;25400:356;;;25503:3;21435:2;25482:18;;:7;:18;;;;:::i;:::-;:24;;;;:::i;:::-;25473:33;;25400:356;;;25550:5;25528:18;;:27;;:47;;;;;25570:5;25559:8;;:16;25528:47;25524:232;;;25627:3;21475:2;25601:23;;:7;:23;;;;:::i;:::-;:29;;;;:::i;:::-;25592:38;;25524:232;;;25663:5;25652:8;;:16;25648:108;;;25694:7;25685:16;;25648:108;;;25743:1;25734:10;;25648:108;25524:232;25400:356;25275:481;25179:577;25775:6;25768:13;;;25046:743;;;;:::o;16938:716::-;17362:23;17388:69;17416:4;17388:69;;;;;;;;;;;;;;;;;17396:5;17388:27;;;;:69;;;;;:::i;:::-;17362:95;;17492:1;17472:10;:17;:21;17468:179;;;17569:10;17558:30;;;;;;;;;;;;:::i;:::-;17550:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;17468:179;17008:646;16938:716;;:::o;3885:229::-;4022:12;4054:52;4076:6;4084:4;4090:1;4093:12;4054:21;:52::i;:::-;4047:59;;3885:229;;;;;:::o;5005:510::-;5175:12;5233:5;5208:21;:30;;5200:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;5300:18;5311:6;5300:10;:18::i;:::-;5292:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;5366:12;5380:23;5407:6;:11;;5426:5;5433:4;5407:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5365:73;;;;5456:51;5473:7;5482:10;5494:12;5456:16;:51::i;:::-;5449:58;;;;5005:510;;;;;;:::o;1140:326::-;1200:4;1457:1;1435:7;:19;;;:23;1428:30;;1140:326;;;:::o;7691:762::-;7841:12;7870:7;7866:580;;;7901:10;7894:17;;;;7866:580;8035:1;8015:10;:17;:21;8011:424;;;8263:10;8257:17;8324:15;8311:10;8307:2;8303:19;8296:44;8011:424;8406:12;8399:20;;;;;;;;;;;:::i;:::-;;;;;;;;7691:762;;;;;;:::o;7:77:1:-;44:7;73:5;62:16;;7:77;;;:::o;90:118::-;177:24;195:5;177:24;:::i;:::-;172:3;165:37;90:118;;:::o;214:222::-;307:4;345:2;334:9;330:18;322:26;;358:71;426:1;415:9;411:17;402:6;358:71;:::i;:::-;214:222;;;;:::o;442:126::-;479:7;519:42;512:5;508:54;497:65;;442:126;;;:::o;574:96::-;611:7;640:24;658:5;640:24;:::i;:::-;629:35;;574:96;;;:::o;676:118::-;763:24;781:5;763:24;:::i;:::-;758:3;751:37;676:118;;:::o;800:222::-;893:4;931:2;920:9;916:18;908:26;;944:71;1012:1;1001:9;997:17;988:6;944:71;:::i;:::-;800:222;;;;:::o;1028:75::-;1061:6;1094:2;1088:9;1078:19;;1028:75;:::o;1109:117::-;1218:1;1215;1208:12;1232:117;1341:1;1338;1331:12;1355:122;1428:24;1446:5;1428:24;:::i;:::-;1421:5;1418:35;1408:63;;1467:1;1464;1457:12;1408:63;1355:122;:::o;1483:139::-;1529:5;1567:6;1554:20;1545:29;;1583:33;1610:5;1583:33;:::i;:::-;1483:139;;;;:::o;1628:329::-;1687:6;1736:2;1724:9;1715:7;1711:23;1707:32;1704:119;;;1742:79;;:::i;:::-;1704:119;1862:1;1887:53;1932:7;1923:6;1912:9;1908:22;1887:53;:::i;:::-;1877:63;;1833:117;1628:329;;;;:::o;1963:90::-;1997:7;2040:5;2033:13;2026:21;2015:32;;1963:90;;;:::o;2059:109::-;2140:21;2155:5;2140:21;:::i;:::-;2135:3;2128:34;2059:109;;:::o;2174:210::-;2261:4;2299:2;2288:9;2284:18;2276:26;;2312:65;2374:1;2363:9;2359:17;2350:6;2312:65;:::i;:::-;2174:210;;;;:::o;2390:117::-;2499:1;2496;2489:12;2513:102;2554:6;2605:2;2601:7;2596:2;2589:5;2585:14;2581:28;2571:38;;2513:102;;;:::o;2621:180::-;2669:77;2666:1;2659:88;2766:4;2763:1;2756:15;2790:4;2787:1;2780:15;2807:281;2890:27;2912:4;2890:27;:::i;:::-;2882:6;2878:40;3020:6;3008:10;3005:22;2984:18;2972:10;2969:34;2966:62;2963:88;;;3031:18;;:::i;:::-;2963:88;3071:10;3067:2;3060:22;2850:238;2807:281;;:::o;3094:129::-;3128:6;3155:20;;:::i;:::-;3145:30;;3184:33;3212:4;3204:6;3184:33;:::i;:::-;3094:129;;;:::o;3229:311::-;3306:4;3396:18;3388:6;3385:30;3382:56;;;3418:18;;:::i;:::-;3382:56;3468:4;3460:6;3456:17;3448:25;;3528:4;3522;3518:15;3510:23;;3229:311;;;:::o;3546:117::-;3655:1;3652;3645:12;3686:710;3782:5;3807:81;3823:64;3880:6;3823:64;:::i;:::-;3807:81;:::i;:::-;3798:90;;3908:5;3937:6;3930:5;3923:21;3971:4;3964:5;3960:16;3953:23;;4024:4;4016:6;4012:17;4004:6;4000:30;4053:3;4045:6;4042:15;4039:122;;;4072:79;;:::i;:::-;4039:122;4187:6;4170:220;4204:6;4199:3;4196:15;4170:220;;;4279:3;4308:37;4341:3;4329:10;4308:37;:::i;:::-;4303:3;4296:50;4375:4;4370:3;4366:14;4359:21;;4246:144;4230:4;4225:3;4221:14;4214:21;;4170:220;;;4174:21;3788:608;;3686:710;;;;;:::o;4419:370::-;4490:5;4539:3;4532:4;4524:6;4520:17;4516:27;4506:122;;4547:79;;:::i;:::-;4506:122;4664:6;4651:20;4689:94;4779:3;4771:6;4764:4;4756:6;4752:17;4689:94;:::i;:::-;4680:103;;4496:293;4419:370;;;;:::o;4795:311::-;4872:4;4962:18;4954:6;4951:30;4948:56;;;4984:18;;:::i;:::-;4948:56;5034:4;5026:6;5022:17;5014:25;;5094:4;5088;5084:15;5076:23;;4795:311;;;:::o;5112:122::-;5185:24;5203:5;5185:24;:::i;:::-;5178:5;5175:35;5165:63;;5224:1;5221;5214:12;5165:63;5112:122;:::o;5240:139::-;5286:5;5324:6;5311:20;5302:29;;5340:33;5367:5;5340:33;:::i;:::-;5240:139;;;;:::o;5402:710::-;5498:5;5523:81;5539:64;5596:6;5539:64;:::i;:::-;5523:81;:::i;:::-;5514:90;;5624:5;5653:6;5646:5;5639:21;5687:4;5680:5;5676:16;5669:23;;5740:4;5732:6;5728:17;5720:6;5716:30;5769:3;5761:6;5758:15;5755:122;;;5788:79;;:::i;:::-;5755:122;5903:6;5886:220;5920:6;5915:3;5912:15;5886:220;;;5995:3;6024:37;6057:3;6045:10;6024:37;:::i;:::-;6019:3;6012:50;6091:4;6086:3;6082:14;6075:21;;5962:144;5946:4;5941:3;5937:14;5930:21;;5886:220;;;5890:21;5504:608;;5402:710;;;;;:::o;6135:370::-;6206:5;6255:3;6248:4;6240:6;6236:17;6232:27;6222:122;;6263:79;;:::i;:::-;6222:122;6380:6;6367:20;6405:94;6495:3;6487:6;6480:4;6472:6;6468:17;6405:94;:::i;:::-;6396:103;;6212:293;6135:370;;;;:::o;6511:894::-;6629:6;6637;6686:2;6674:9;6665:7;6661:23;6657:32;6654:119;;;6692:79;;:::i;:::-;6654:119;6840:1;6829:9;6825:17;6812:31;6870:18;6862:6;6859:30;6856:117;;;6892:79;;:::i;:::-;6856:117;6997:78;7067:7;7058:6;7047:9;7043:22;6997:78;:::i;:::-;6987:88;;6783:302;7152:2;7141:9;7137:18;7124:32;7183:18;7175:6;7172:30;7169:117;;;7205:79;;:::i;:::-;7169:117;7310:78;7380:7;7371:6;7360:9;7356:22;7310:78;:::i;:::-;7300:88;;7095:303;6511:894;;;;;:::o;7411:329::-;7470:6;7519:2;7507:9;7498:7;7494:23;7490:32;7487:119;;;7525:79;;:::i;:::-;7487:119;7645:1;7670:53;7715:7;7706:6;7695:9;7691:22;7670:53;:::i;:::-;7660:63;;7616:117;7411:329;;;;:::o;7746:169::-;7830:11;7864:6;7859:3;7852:19;7904:4;7899:3;7895:14;7880:29;;7746:169;;;;:::o;7921:181::-;8061:33;8057:1;8049:6;8045:14;8038:57;7921:181;:::o;8108:366::-;8250:3;8271:67;8335:2;8330:3;8271:67;:::i;:::-;8264:74;;8347:93;8436:3;8347:93;:::i;:::-;8465:2;8460:3;8456:12;8449:19;;8108:366;;;:::o;8480:419::-;8646:4;8684:2;8673:9;8669:18;8661:26;;8733:9;8727:4;8723:20;8719:1;8708:9;8704:17;8697:47;8761:131;8887:4;8761:131;:::i;:::-;8753:139;;8480:419;;;:::o;8905:180::-;8953:77;8950:1;8943:88;9050:4;9047:1;9040:15;9074:4;9071:1;9064:15;9091:191;9131:4;9151:20;9169:1;9151:20;:::i;:::-;9146:25;;9185:20;9203:1;9185:20;:::i;:::-;9180:25;;9224:1;9221;9218:8;9215:34;;;9229:18;;:::i;:::-;9215:34;9274:1;9271;9267:9;9259:17;;9091:191;;;;:::o;9288:305::-;9328:3;9347:20;9365:1;9347:20;:::i;:::-;9342:25;;9381:20;9399:1;9381:20;:::i;:::-;9376:25;;9535:1;9467:66;9463:74;9460:1;9457:81;9454:107;;;9541:18;;:::i;:::-;9454:107;9585:1;9582;9578:9;9571:16;;9288:305;;;;:::o;9599:332::-;9720:4;9758:2;9747:9;9743:18;9735:26;;9771:71;9839:1;9828:9;9824:17;9815:6;9771:71;:::i;:::-;9852:72;9920:2;9909:9;9905:18;9896:6;9852:72;:::i;:::-;9599:332;;;;;:::o;9937:116::-;10007:21;10022:5;10007:21;:::i;:::-;10000:5;9997:32;9987:60;;10043:1;10040;10033:12;9987:60;9937:116;:::o;10059:137::-;10113:5;10144:6;10138:13;10129:22;;10160:30;10184:5;10160:30;:::i;:::-;10059:137;;;;:::o;10202:345::-;10269:6;10318:2;10306:9;10297:7;10293:23;10289:32;10286:119;;;10324:79;;:::i;:::-;10286:119;10444:1;10469:61;10522:7;10513:6;10502:9;10498:22;10469:61;:::i;:::-;10459:71;;10415:125;10202:345;;;;:::o;10553:180::-;10601:77;10598:1;10591:88;10698:4;10695:1;10688:15;10722:4;10719:1;10712:15;10739:233;10778:3;10801:24;10819:5;10801:24;:::i;:::-;10792:33;;10847:66;10840:5;10837:77;10834:103;;10917:18;;:::i;:::-;10834:103;10964:1;10957:5;10953:13;10946:20;;10739:233;;;:::o;10978:165::-;11118:17;11114:1;11106:6;11102:14;11095:41;10978:165;:::o;11149:366::-;11291:3;11312:67;11376:2;11371:3;11312:67;:::i;:::-;11305:74;;11388:93;11477:3;11388:93;:::i;:::-;11506:2;11501:3;11497:12;11490:19;;11149:366;;;:::o;11521:419::-;11687:4;11725:2;11714:9;11710:18;11702:26;;11774:9;11768:4;11764:20;11760:1;11749:9;11745:17;11738:47;11802:131;11928:4;11802:131;:::i;:::-;11794:139;;11521:419;;;:::o;11946:442::-;12095:4;12133:2;12122:9;12118:18;12110:26;;12146:71;12214:1;12203:9;12199:17;12190:6;12146:71;:::i;:::-;12227:72;12295:2;12284:9;12280:18;12271:6;12227:72;:::i;:::-;12309;12377:2;12366:9;12362:18;12353:6;12309:72;:::i;:::-;11946:442;;;;;;:::o;12394:348::-;12434:7;12457:20;12475:1;12457:20;:::i;:::-;12452:25;;12491:20;12509:1;12491:20;:::i;:::-;12486:25;;12679:1;12611:66;12607:74;12604:1;12601:81;12596:1;12589:9;12582:17;12578:105;12575:131;;;12686:18;;:::i;:::-;12575:131;12734:1;12731;12727:9;12716:20;;12394:348;;;;:::o;12748:180::-;12796:77;12793:1;12786:88;12893:4;12890:1;12883:15;12917:4;12914:1;12907:15;12934:185;12974:1;12991:20;13009:1;12991:20;:::i;:::-;12986:25;;13025:20;13043:1;13025:20;:::i;:::-;13020:25;;13064:1;13054:35;;13069:18;;:::i;:::-;13054:35;13111:1;13108;13104:9;13099:14;;12934:185;;;;:::o;13125:229::-;13265:34;13261:1;13253:6;13249:14;13242:58;13334:12;13329:2;13321:6;13317:15;13310:37;13125:229;:::o;13360:366::-;13502:3;13523:67;13587:2;13582:3;13523:67;:::i;:::-;13516:74;;13599:93;13688:3;13599:93;:::i;:::-;13717:2;13712:3;13708:12;13701:19;;13360:366;;;:::o;13732:419::-;13898:4;13936:2;13925:9;13921:18;13913:26;;13985:9;13979:4;13975:20;13971:1;13960:9;13956:17;13949:47;14013:131;14139:4;14013:131;:::i;:::-;14005:139;;13732:419;;;:::o;14157:225::-;14297:34;14293:1;14285:6;14281:14;14274:58;14366:8;14361:2;14353:6;14349:15;14342:33;14157:225;:::o;14388:366::-;14530:3;14551:67;14615:2;14610:3;14551:67;:::i;:::-;14544:74;;14627:93;14716:3;14627:93;:::i;:::-;14745:2;14740:3;14736:12;14729:19;;14388:366;;;:::o;14760:419::-;14926:4;14964:2;14953:9;14949:18;14941:26;;15013:9;15007:4;15003:20;14999:1;14988:9;14984:17;14977:47;15041:131;15167:4;15041:131;:::i;:::-;15033:139;;14760:419;;;:::o;15185:179::-;15325:31;15321:1;15313:6;15309:14;15302:55;15185:179;:::o;15370:366::-;15512:3;15533:67;15597:2;15592:3;15533:67;:::i;:::-;15526:74;;15609:93;15698:3;15609:93;:::i;:::-;15727:2;15722:3;15718:12;15711:19;;15370:366;;;:::o;15742:419::-;15908:4;15946:2;15935:9;15931:18;15923:26;;15995:9;15989:4;15985:20;15981:1;15970:9;15966:17;15959:47;16023:131;16149:4;16023:131;:::i;:::-;16015:139;;15742:419;;;:::o;16167:98::-;16218:6;16252:5;16246:12;16236:22;;16167:98;;;:::o;16271:147::-;16372:11;16409:3;16394:18;;16271:147;;;;:::o;16424:307::-;16492:1;16502:113;16516:6;16513:1;16510:13;16502:113;;;16601:1;16596:3;16592:11;16586:18;16582:1;16577:3;16573:11;16566:39;16538:2;16535:1;16531:10;16526:15;;16502:113;;;16633:6;16630:1;16627:13;16624:101;;;16713:1;16704:6;16699:3;16695:16;16688:27;16624:101;16473:258;16424:307;;;:::o;16737:373::-;16841:3;16869:38;16901:5;16869:38;:::i;:::-;16923:88;17004:6;16999:3;16923:88;:::i;:::-;16916:95;;17020:52;17065:6;17060:3;17053:4;17046:5;17042:16;17020:52;:::i;:::-;17097:6;17092:3;17088:16;17081:23;;16845:265;16737:373;;;;:::o;17116:271::-;17246:3;17268:93;17357:3;17348:6;17268:93;:::i;:::-;17261:100;;17378:3;17371:10;;17116:271;;;;:::o;17393:99::-;17445:6;17479:5;17473:12;17463:22;;17393:99;;;:::o;17498:364::-;17586:3;17614:39;17647:5;17614:39;:::i;:::-;17669:71;17733:6;17728:3;17669:71;:::i;:::-;17662:78;;17749:52;17794:6;17789:3;17782:4;17775:5;17771:16;17749:52;:::i;:::-;17826:29;17848:6;17826:29;:::i;:::-;17821:3;17817:39;17810:46;;17590:272;17498:364;;;;:::o;17868:313::-;17981:4;18019:2;18008:9;18004:18;17996:26;;18068:9;18062:4;18058:20;18054:1;18043:9;18039:17;18032:47;18096:78;18169:4;18160:6;18096:78;:::i;:::-;18088:86;;17868:313;;;;:::o

Swarm Source

ipfs://ce8296b4d6c35f90d552e66bd166d5f2d6bce998347cdeaf049a537de3832115

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.