MNT Price: $0.92 (+3.40%)

Contract

0x3B06125360c2e255ADA4651c2CD49D8612D5a303
 

Overview

MNT Balance

Mantle Mainnet Network LogoMantle Mainnet Network LogoMantle Mainnet Network Logo0 MNT

MNT Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Block
From
To
Exit733275772024-12-21 12:51:06402 days ago1734785466IN
0x3B061253...612D5a303
0 MNT0.007381580.02
Exit697536212024-09-29 19:19:14485 days ago1727637554IN
0x3B061253...612D5a303
0 MNT0.010304610.02
Exit681089112024-08-22 17:35:34523 days ago1724348134IN
0x3B061253...612D5a303
0 MNT0.01300060.02
Exit632071362024-05-01 6:23:04637 days ago1714544584IN
0x3B061253...612D5a303
0 MNT0.007805590.02
Exit627530952024-04-20 18:08:22647 days ago1713636502IN
0x3B061253...612D5a303
0 MNT0.0083380.03
Exit623659752024-04-11 19:04:22656 days ago1712862262IN
0x3B061253...612D5a303
0 MNT0.00864050.02
Exit616189092024-03-25 12:02:10673 days ago1711368130IN
0x3B061253...612D5a303
0 MNT0.012848680.02
Exit614883302024-03-22 11:29:32676 days ago1711106972IN
0x3B061253...612D5a303
0 MNT0.013041520.02
Exit613375402024-03-18 23:43:12680 days ago1710805392IN
0x3B061253...612D5a303
0 MNT0.011943060.02
Exit612552822024-03-17 2:01:16682 days ago1710640876IN
0x3B061253...612D5a303
0 MNT0.01078490.02
Exit612219172024-03-16 7:29:06683 days ago1710574146IN
0x3B061253...612D5a303
0 MNT0.013063190.02
Exit608127442024-03-13 2:11:15686 days ago1710295875IN
0x3B061253...612D5a303
0 MNT0.361628770.05
Exit607721092024-03-12 22:10:12686 days ago1710281412IN
0x3B061253...612D5a303
0 MNT0.400208820.05
Exit606476782024-03-12 5:52:12687 days ago1710222732IN
0x3B061253...612D5a303
0 MNT0.346842730.05
Exit605936392024-03-11 22:35:33687 days ago1710196533IN
0x3B061253...612D5a303
0 MNT0.468199160.05
Exit605541462024-03-11 18:51:06687 days ago1710183066IN
0x3B061253...612D5a303
0 MNT0.590827750.05
Exit605154652024-03-11 12:53:21687 days ago1710161601IN
0x3B061253...612D5a303
0 MNT0.616602860.05
Exit605024062024-03-11 10:54:21687 days ago1710154461IN
0x3B061253...612D5a303
0 MNT0.440809590.05
Exit604895512024-03-11 8:56:23688 days ago1710147383IN
0x3B061253...612D5a303
0 MNT0.378102730.06
Exit604539832024-03-11 3:52:45688 days ago1710129165IN
0x3B061253...612D5a303
0 MNT0.323724290.05
Exit604325132024-03-11 0:29:39688 days ago1710116979IN
0x3B061253...612D5a303
0 MNT0.306076320.05
Exit603097792024-03-10 11:10:05688 days ago1710069005IN
0x3B061253...612D5a303
0 MNT0.360758620.05
Exit602975602024-03-10 9:26:16689 days ago1710062776IN
0x3B061253...612D5a303
0 MNT0.464131550.05
Exit602825182024-03-10 7:10:03689 days ago1710054603IN
0x3B061253...612D5a303
0 MNT0.358676030.06
Exit602779942024-03-10 6:29:46689 days ago1710052186IN
0x3B061253...612D5a303
0 MNT0.358946830.05

View more zero value Internal Transactions in Advanced View mode

Advanced mode:

Cross-Chain Transactions
Loading...
Loading

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

Contract Name:
CircuitBoost

Compiler Version
v0.8.10+commit.fc410830

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at mantlescan.xyz on 2024-11-14
*/

// Sources flattened with hardhat v2.13.0 https://hardhat.org

// File @openzeppelin-4/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

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

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}


// File @openzeppelin-4/contracts/access/[email protected]

// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

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

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

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

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby disabling any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        _transferOwnership(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");
        _transferOwnership(newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}


// File @openzeppelin-4/contracts/token/ERC20/extensions/[email protected]

// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/extensions/IERC20Permit.sol)

pragma solidity ^0.8.0;

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


// File @openzeppelin-4/contracts/token/ERC20/[email protected]

// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

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


// File @openzeppelin-4/contracts/utils/[email protected]

// OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol)

pragma solidity ^0.8.1;

/**
 * @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
     *
     * Furthermore, `isContract` will also return true if the target contract within
     * the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
     * which only has an effect at the end of a transaction.
     * ====
     *
     * [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://consensys.net/diligence/blog/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.8.0/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 functionCallWithValue(target, data, 0, "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");
        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResultFromTarget(target, 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) {
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResultFromTarget(target, success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
     * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
     *
     * _Available since v4.8._
     */
    function verifyCallResultFromTarget(
        address target,
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        if (success) {
            if (returndata.length == 0) {
                // only check isContract if the call was successful and the return data is empty
                // otherwise we already know that it was a contract
                require(isContract(target), "Address: call to non-contract");
            }
            return returndata;
        } else {
            _revert(returndata, errorMessage);
        }
    }

    /**
     * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason or 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 {
            _revert(returndata, errorMessage);
        }
    }

    function _revert(bytes memory returndata, string memory errorMessage) private pure {
        // 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);
        }
    }
}


// File @openzeppelin-4/contracts/token/ERC20/utils/[email protected]

// OpenZeppelin Contracts (last updated v4.9.3) (token/ERC20/utils/SafeERC20.sol)

pragma solidity ^0.8.0;



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

    /**
     * @dev Transfer `value` amount of `token` from the calling contract to `to`. If `token` returns no value,
     * non-reverting calls are assumed to be successful.
     */
    function safeTransfer(IERC20 token, address to, uint256 value) internal {
        _callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
    }

    /**
     * @dev Transfer `value` amount of `token` from `from` to `to`, spending the approval given by `from` to the
     * calling contract. If `token` returns no value, non-reverting calls are assumed to be successful.
     */
    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));
    }

    /**
     * @dev Increase the calling contract's allowance toward `spender` by `value`. If `token` returns no value,
     * non-reverting calls are assumed to be successful.
     */
    function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
        uint256 oldAllowance = token.allowance(address(this), spender);
        _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance + value));
    }

    /**
     * @dev Decrease the calling contract's allowance toward `spender` by `value`. If `token` returns no value,
     * non-reverting calls are assumed to be successful.
     */
    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");
            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, oldAllowance - value));
        }
    }

    /**
     * @dev Set the calling contract's allowance toward `spender` to `value`. If `token` returns no value,
     * non-reverting calls are assumed to be successful. Meant to be used with tokens that require the approval
     * to be set to zero before setting it to a non-zero value, such as USDT.
     */
    function forceApprove(IERC20 token, address spender, uint256 value) internal {
        bytes memory approvalCall = abi.encodeWithSelector(token.approve.selector, spender, value);

        if (!_callOptionalReturnBool(token, approvalCall)) {
            _callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, 0));
            _callOptionalReturn(token, approvalCall);
        }
    }

    /**
     * @dev Use a ERC-2612 signature to set the `owner` approval toward `spender` on `token`.
     * Revert on invalid signature.
     */
    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");
        require(returndata.length == 0 || abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation 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).
     *
     * This is a variant of {_callOptionalReturn} that silents catches all reverts and returns a bool instead.
     */
    function _callOptionalReturnBool(IERC20 token, bytes memory data) private returns (bool) {
        // 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 cannot use {Address-functionCall} here since this should return false
        // and not revert is the subcall reverts.

        (bool success, bytes memory returndata) = address(token).call(data);
        return
            success && (returndata.length == 0 || abi.decode(returndata, (bool))) && Address.isContract(address(token));
    }
}


// File @openzeppelin-4/contracts/security/[email protected]

// OpenZeppelin Contracts (last updated v4.9.0) (security/ReentrancyGuard.sol)

pragma solidity ^0.8.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].
 */
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() {
        _nonReentrantBefore();
        _;
        _nonReentrantAfter();
    }

    function _nonReentrantBefore() private {
        // On the first call to nonReentrant, _status will be _NOT_ENTERED
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

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

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

    /**
     * @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
     * `nonReentrant` function in the call stack.
     */
    function _reentrancyGuardEntered() internal view returns (bool) {
        return _status == _ENTERED;
    }
}


// File @openzeppelin-4/contracts/utils/math/[email protected]

// OpenZeppelin Contracts (last updated v4.9.0) (utils/math/Math.sol)

pragma solidity ^0.8.0;

/**
 * @dev Standard math utilities missing in the Solidity language.
 */
library Math {
    enum Rounding {
        Down, // Toward negative infinity
        Up, // Toward infinity
        Zero // Toward zero
    }

    /**
     * @dev Returns the largest of two numbers.
     */
    function max(uint256 a, uint256 b) internal pure returns (uint256) {
        return a > b ? a : b;
    }

    /**
     * @dev Returns the smallest of two numbers.
     */
    function min(uint256 a, uint256 b) internal pure returns (uint256) {
        return a < b ? a : b;
    }

    /**
     * @dev Returns the average of two numbers. The result is rounded towards
     * zero.
     */
    function average(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b) / 2 can overflow.
        return (a & b) + (a ^ b) / 2;
    }

    /**
     * @dev Returns the ceiling of the division of two numbers.
     *
     * This differs from standard division with `/` in that it rounds up instead
     * of rounding down.
     */
    function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {
        // (a + b - 1) / b can overflow on addition, so we distribute.
        return a == 0 ? 0 : (a - 1) / b + 1;
    }

    /**
     * @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or denominator == 0
     * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv)
     * with further edits by Uniswap Labs also under MIT license.
     */
    function mulDiv(uint256 x, uint256 y, uint256 denominator) internal pure returns (uint256 result) {
        unchecked {
            // 512-bit multiply [prod1 prod0] = x * y. Compute the product mod 2^256 and mod 2^256 - 1, then use
            // use the Chinese Remainder Theorem to reconstruct the 512 bit result. The result is stored in two 256
            // variables such that product = prod1 * 2^256 + prod0.
            uint256 prod0; // Least significant 256 bits of the product
            uint256 prod1; // Most significant 256 bits of the product
            assembly {
                let mm := mulmod(x, y, not(0))
                prod0 := mul(x, y)
                prod1 := sub(sub(mm, prod0), lt(mm, prod0))
            }

            // Handle non-overflow cases, 256 by 256 division.
            if (prod1 == 0) {
                // Solidity will revert if denominator == 0, unlike the div opcode on its own.
                // The surrounding unchecked block does not change this fact.
                // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.
                return prod0 / denominator;
            }

            // Make sure the result is less than 2^256. Also prevents denominator == 0.
            require(denominator > prod1, "Math: mulDiv overflow");

            ///////////////////////////////////////////////
            // 512 by 256 division.
            ///////////////////////////////////////////////

            // Make division exact by subtracting the remainder from [prod1 prod0].
            uint256 remainder;
            assembly {
                // Compute remainder using mulmod.
                remainder := mulmod(x, y, denominator)

                // Subtract 256 bit number from 512 bit number.
                prod1 := sub(prod1, gt(remainder, prod0))
                prod0 := sub(prod0, remainder)
            }

            // Factor powers of two out of denominator and compute largest power of two divisor of denominator. Always >= 1.
            // See https://cs.stackexchange.com/q/138556/92363.

            // Does not overflow because the denominator cannot be zero at this stage in the function.
            uint256 twos = denominator & (~denominator + 1);
            assembly {
                // Divide denominator by twos.
                denominator := div(denominator, twos)

                // Divide [prod1 prod0] by twos.
                prod0 := div(prod0, twos)

                // Flip twos such that it is 2^256 / twos. If twos is zero, then it becomes one.
                twos := add(div(sub(0, twos), twos), 1)
            }

            // Shift in bits from prod1 into prod0.
            prod0 |= prod1 * twos;

            // Invert denominator mod 2^256. Now that denominator is an odd number, it has an inverse modulo 2^256 such
            // that denominator * inv = 1 mod 2^256. Compute the inverse by starting with a seed that is correct for
            // four bits. That is, denominator * inv = 1 mod 2^4.
            uint256 inverse = (3 * denominator) ^ 2;

            // Use the Newton-Raphson iteration to improve the precision. Thanks to Hensel's lifting lemma, this also works
            // in modular arithmetic, doubling the correct bits in each step.
            inverse *= 2 - denominator * inverse; // inverse mod 2^8
            inverse *= 2 - denominator * inverse; // inverse mod 2^16
            inverse *= 2 - denominator * inverse; // inverse mod 2^32
            inverse *= 2 - denominator * inverse; // inverse mod 2^64
            inverse *= 2 - denominator * inverse; // inverse mod 2^128
            inverse *= 2 - denominator * inverse; // inverse mod 2^256

            // Because the division is now exact we can divide by multiplying with the modular inverse of denominator.
            // This will give us the correct result modulo 2^256. Since the preconditions guarantee that the outcome is
            // less than 2^256, this is the final result. We don't need to compute the high bits of the result and prod1
            // is no longer required.
            result = prod0 * inverse;
            return result;
        }
    }

    /**
     * @notice Calculates x * y / denominator with full precision, following the selected rounding direction.
     */
    function mulDiv(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {
        uint256 result = mulDiv(x, y, denominator);
        if (rounding == Rounding.Up && mulmod(x, y, denominator) > 0) {
            result += 1;
        }
        return result;
    }

    /**
     * @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded down.
     *
     * Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
     */
    function sqrt(uint256 a) internal pure returns (uint256) {
        if (a == 0) {
            return 0;
        }

        // For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
        //
        // We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
        // `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
        //
        // This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
        // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
        // → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
        //
        // Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
        uint256 result = 1 << (log2(a) >> 1);

        // At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
        // since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
        // every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
        // into the expected uint128 result.
        unchecked {
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            result = (result + a / result) >> 1;
            return min(result, a / result);
        }
    }

    /**
     * @notice Calculates sqrt(a), following the selected rounding direction.
     */
    function sqrt(uint256 a, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = sqrt(a);
            return result + (rounding == Rounding.Up && result * result < a ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 2, rounded down, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 128;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 64;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 32;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 16;
            }
            if (value >> 8 > 0) {
                value >>= 8;
                result += 8;
            }
            if (value >> 4 > 0) {
                value >>= 4;
                result += 4;
            }
            if (value >> 2 > 0) {
                value >>= 2;
                result += 2;
            }
            if (value >> 1 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 2, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log2(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log2(value);
            return result + (rounding == Rounding.Up && 1 << result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 10, rounded down, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >= 10 ** 64) {
                value /= 10 ** 64;
                result += 64;
            }
            if (value >= 10 ** 32) {
                value /= 10 ** 32;
                result += 32;
            }
            if (value >= 10 ** 16) {
                value /= 10 ** 16;
                result += 16;
            }
            if (value >= 10 ** 8) {
                value /= 10 ** 8;
                result += 8;
            }
            if (value >= 10 ** 4) {
                value /= 10 ** 4;
                result += 4;
            }
            if (value >= 10 ** 2) {
                value /= 10 ** 2;
                result += 2;
            }
            if (value >= 10 ** 1) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 10, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log10(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log10(value);
            return result + (rounding == Rounding.Up && 10 ** result < value ? 1 : 0);
        }
    }

    /**
     * @dev Return the log in base 256, rounded down, of a positive value.
     * Returns 0 if given 0.
     *
     * Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string.
     */
    function log256(uint256 value) internal pure returns (uint256) {
        uint256 result = 0;
        unchecked {
            if (value >> 128 > 0) {
                value >>= 128;
                result += 16;
            }
            if (value >> 64 > 0) {
                value >>= 64;
                result += 8;
            }
            if (value >> 32 > 0) {
                value >>= 32;
                result += 4;
            }
            if (value >> 16 > 0) {
                value >>= 16;
                result += 2;
            }
            if (value >> 8 > 0) {
                result += 1;
            }
        }
        return result;
    }

    /**
     * @dev Return the log in base 256, following the selected rounding direction, of a positive value.
     * Returns 0 if given 0.
     */
    function log256(uint256 value, Rounding rounding) internal pure returns (uint256) {
        unchecked {
            uint256 result = log256(value);
            return result + (rounding == Rounding.Up && 1 << (result << 3) < value ? 1 : 0);
        }
    }
}


// File contracts/infra/rewards/LPTokenWrapper.sol


pragma solidity ^0.8.0;

contract LPTokenWrapper {
    using SafeERC20 for IERC20;

    IERC20 public stakedToken;

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

        constructor(address _stakedToken) {
        stakedToken = IERC20(_stakedToken);
    }

    function totalSupply() public view returns (uint256) {
        return _totalSupply;
    }

    function balanceOf(address account) public view returns (uint256) {
        return _balances[account];
    }

    function stake(uint256 amount) public virtual {
        _totalSupply += amount;
        _balances[msg.sender] += amount;
        stakedToken.safeTransferFrom(msg.sender, address(this), amount);
    }

    function withdraw(uint256 amount) public virtual {
        _totalSupply -= amount;
        _balances[msg.sender] -= amount;
        stakedToken.safeTransfer(msg.sender, amount);
    }
}


// File contracts/infra/rewards/CircuitBoost.sol


pragma solidity ^0.8.0;





contract CircuitBoost is LPTokenWrapper, Ownable, ReentrancyGuard {
    using SafeERC20 for IERC20;

    IERC20 public rewardToken;  //  token distributed as a reward
    uint256 public duration;

    uint256 public periodFinish;    //  unix time stamp 
    uint256 public rewardRate;      //  determined by notifyReward + duration
    uint256 public lastUpdateTime;
    uint256 public rewardPerTokenStored;
    mapping(address => uint256) public userRewardPerTokenPaid;
    mapping(address => uint256) public rewards;
    uint256 public rewardBalance;

    address public manager;
    address public treasury;
    uint256 public treasuryFee;

    bool public isPreStake;

    mapping(address => bool) public notifiers;

    event RewardAdded(uint256 reward);
    event Staked(address indexed user, uint256 amount);
    event Withdrawn(address indexed user, uint256 amount);
    event RewardPaid(address indexed user, uint256 reward);

    constructor(
        address _stakedToken,
        address _rewardToken,
        uint256 _duration,
        address _manager,
        address _treasury
    ) LPTokenWrapper(_stakedToken) {
        rewardToken = IERC20(_rewardToken);
        duration = _duration;
        manager = _manager;
        treasury = _treasury;
        treasuryFee = 500;
    }

    modifier onlyManager() {
        require(msg.sender == manager || msg.sender == owner(), "!manager");
        _;
    }

    modifier onlyNotifier() {
        require(msg.sender == manager || msg.sender == owner() || notifiers[msg.sender], "!notifier");
        _;
    }

    modifier updateReward(address account) {
        rewardPerTokenStored = rewardPerToken();
        lastUpdateTime = lastTimeRewardApplicable();
        if (account != address(0)) {
            rewards[account] = earned(account);
            userRewardPerTokenPaid[account] = rewardPerTokenStored;
        }
        _;
    }

    function lastTimeRewardApplicable() public view returns (uint256) {
        return Math.min(block.timestamp, periodFinish);
    }

    function rewardPerToken() public view returns (uint256) {
        if (totalSupply() == 0) {
            return rewardPerTokenStored;
        }
        return rewardPerTokenStored + ((lastTimeRewardApplicable() - lastUpdateTime) * rewardRate * 1e18 / totalSupply());
    }

    function earned(address account) public view returns (uint256) {
        return balanceOf(account) * (rewardPerToken() - userRewardPerTokenPaid[account]) / 1e18 + rewards[account];
    }

    // stake visibility is public as overriding LPTokenWrapper's stake() function
    function stake(uint256 amount) public override updateReward(msg.sender) {
        require(amount > 0, "Cannot stake 0");
        super.stake(amount);
        emit Staked(msg.sender, amount);
    }

    function withdraw(uint256 amount) public override updateReward(msg.sender) {
        require(amount > 0, "Cannot withdraw 0");
        super.withdraw(amount);
        emit Withdrawn(msg.sender, amount);
    }

    function exit() external {
        withdraw(balanceOf(msg.sender));
        getReward();
    }

    function getReward() public updateReward(msg.sender) {
        uint256 reward = earned(msg.sender);
        if (reward > 0) {
            rewards[msg.sender] = 0;
            rewardBalance -= reward;
            rewardToken.safeTransfer(msg.sender, reward);
            emit RewardPaid(msg.sender, reward);
        }
    }

    function setRewardDuration(uint256 _duration) external onlyManager {
        require(block.timestamp >= periodFinish);
        duration = _duration;
    }

    function setTreasuryFee(uint256 _fee) external onlyManager {
        require(_fee <= 500);
        treasuryFee = _fee;
    }

    function setTreasury(address _treasury) external onlyManager {
        treasury = _treasury;
    }

    function openPreStake() external onlyManager {
        isPreStake = true;
    }

    function closePreStake() external onlyManager {
        isPreStake = false;
    }

    function setNotifier(address _notifier, bool _enable) external onlyManager {
        notifiers[_notifier] = _enable;
    }

    function _notify(uint256 reward) internal updateReward(address(0)) {
        uint256 fee = reward * treasuryFee / 10000;
        if (fee > 0) {
            rewardToken.safeTransfer(treasury, fee);
            reward -= fee;
        }
        require(reward != 0, "no rewards");
        if (block.timestamp >= periodFinish) {  
            rewardRate = reward / duration;
        } else {
            uint256 remaining = periodFinish - block.timestamp;
            uint256 leftover = remaining * rewardRate;
            rewardRate = (reward + leftover) / duration;
        }
        lastUpdateTime = block.timestamp;
        periodFinish = block.timestamp + duration;
        rewardBalance += reward;
        isPreStake = false;
        emit RewardAdded(reward);
    }

    function notifyAmount(uint256 _amount) external onlyNotifier {
        rewardToken.safeTransferFrom(msg.sender, address(this), _amount);
        _notify(_amount);
    }

    function notifyAlreadySent() external onlyNotifier {
        uint256 balance = rewardToken.balanceOf(address(this));
        uint256 userRewards = rewardBalance;
        if (rewardToken == stakedToken) {
            userRewards = userRewards + totalSupply();
        }
        uint256 newRewards = balance - userRewards;
        _notify(newRewards);
    }

    function inCaseTokensGetStuck(address _token) external onlyManager {
        uint256 amount = IERC20(_token).balanceOf(address(this));
        inCaseTokensGetStuck(_token, msg.sender, amount);
    }

    function inCaseTokensGetStuck(address _token, address _to, uint _amount) public onlyManager {
        if (totalSupply() != 0) {
            require(_token != address(stakedToken), "!staked");
        }
        IERC20(_token).safeTransfer(_to, _amount);
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_stakedToken","type":"address"},{"internalType":"address","name":"_rewardToken","type":"address"},{"internalType":"uint256","name":"_duration","type":"uint256"},{"internalType":"address","name":"_manager","type":"address"},{"internalType":"address","name":"_treasury","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"reward","type":"uint256"}],"name":"RewardAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":false,"internalType":"uint256","name":"reward","type":"uint256"}],"name":"RewardPaid","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Staked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"user","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Withdrawn","type":"event"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"closePreStake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"duration","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"earned","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"exit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"}],"name":"inCaseTokensGetStuck","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"inCaseTokensGetStuck","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"isPreStake","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lastTimeRewardApplicable","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"lastUpdateTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"manager","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"notifiers","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"notifyAlreadySent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"notifyAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"openPreStake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"periodFinish","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"rewardBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rewardPerToken","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rewardPerTokenStored","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rewardRate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rewardToken","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"rewards","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_notifier","type":"address"},{"internalType":"bool","name":"_enable","type":"bool"}],"name":"setNotifier","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_duration","type":"uint256"}],"name":"setRewardDuration","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_treasury","type":"address"}],"name":"setTreasury","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_fee","type":"uint256"}],"name":"setTreasuryFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"stake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"stakedToken","outputs":[{"internalType":"contract IERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"treasury","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"treasuryFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"userRewardPerTokenPaid","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

0x60806040523480156200001157600080fd5b506040516200183d3803806200183d833981016040819052620000349162000125565b600080546001600160a01b0319166001600160a01b038716179055620000616200005b3390565b620000b6565b6001600455600580546001600160a01b039586166001600160a01b031991821617909155600693909355600e805492851692841692909217909155600f8054919093169116179055506101f46010556200018c565b600380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b80516001600160a01b03811681146200012057600080fd5b919050565b600080600080600060a086880312156200013e57600080fd5b620001498662000108565b9450620001596020870162000108565b935060408601519250620001706060870162000108565b9150620001806080870162000108565b90509295509295909350565b6116a1806200019c6000396000f3fe608060405234801561001057600080fd5b50600436106102265760003560e01c80638b87634711610130578063cc7a262e116100b8578063ebe2b12b1161007c578063ebe2b12b14610461578063f0f442601461046a578063f2fde38b1461047d578063f587268a14610490578063f7c618c1146104a357600080fd5b8063cc7a262e14610422578063cd3daf9d14610435578063def68a9c1461043d578063df136d6514610450578063e9fad8ee1461045957600080fd5b8063aa5c3ab4116100ff578063aa5c3ab4146103e7578063b99c4c97146103f0578063c0ed00c9146103fd578063c8f33c9114610410578063cc32d1761461041957600080fd5b80638b8763471461039b5780638da5cb5b146103bb57806396c0ce2f146103cc578063a694fc3a146103d457600080fd5b80634ba8342f116101b357806370a082311161018257806370a0823114610346578063715018a61461036f57806377e741c7146103775780637b0a47ee1461038a57806380faa57d1461039357600080fd5b80634ba8342f146102e5578063567eb884146102ed5780635a56f6d51461032057806361d027b31461033357600080fd5b806318160ddd116101fa57806318160ddd146102845780632e1a7d4d1461028c5780632e47fe831461029f5780633d18b912146102b2578063481c6a75146102ba57600080fd5b80628cc2621461022b57806302061b15146102515780630700037d1461025b5780630fb5a6b41461027b575b600080fd5b61023e61023936600461145d565b6104b6565b6040519081526020015b60405180910390f35b610259610533565b005b61023e61026936600461145d565b600c6020526000908152604090205481565b61023e60065481565b60015461023e565b61025961029a366004611478565b610667565b6102596102ad36600461149f565b610749565b6102596107b3565b600e546102cd906001600160a01b031681565b6040516001600160a01b039091168152602001610248565b610259610897565b6103106102fb36600461145d565b60126020526000908152604090205460ff1681565b6040519015158152602001610248565b61025961032e366004611478565b6108e2565b600f546102cd906001600160a01b031681565b61023e61035436600461145d565b6001600160a01b031660009081526002602052604090205490565b61025961097b565b610259610385366004611478565b61098f565b61023e60085481565b61023e6109e2565b61023e6103a936600461145d565b600b6020526000908152604090205481565b6003546001600160a01b03166102cd565b6102596109f5565b6102596103e2366004611478565b610a43565b61023e600d5481565b6011546103109060ff1681565b61025961040b366004611478565b610b1a565b61023e60095481565b61023e60105481565b6000546102cd906001600160a01b031681565b61023e610b6d565b61025961044b36600461145d565b610bd1565b61023e600a5481565b610259610c88565b61023e60075481565b61025961047836600461145d565b610ca9565b61025961048b36600461145d565b610d0a565b61025961049e3660046114d6565b610d80565b6005546102cd906001600160a01b031681565b6001600160a01b0381166000908152600c6020908152604080832054600b909252822054670de0b6b3a7640000906104ec610b6d565b6104f69190611528565b6001600160a01b038516600090815260026020526040902054610519919061153f565b610523919061155e565b61052d9190611580565b92915050565b600e546001600160a01b031633148061055657506003546001600160a01b031633145b8061057057503360009081526012602052604090205460ff165b6105ad5760405162461bcd60e51b815260206004820152600960248201526810b737ba34b334b2b960b91b60448201526064015b60405180910390fd5b6005546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa1580156105f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061061a9190611598565b600d5460005460055492935090916001600160a01b039081169116141561064b576001546106489082611580565b90505b60006106578284611528565b905061066281610e23565b505050565b33610670610b6d565b600a5561067b6109e2565b6009556001600160a01b038116156106c257610696816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b600082116107065760405162461bcd60e51b8152602060048201526011602482015270043616e6e6f74207769746864726177203607c1b60448201526064016105a4565b61070f82610fd9565b60405182815233907f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5906020015b60405180910390a25050565b600e546001600160a01b031633148061076c57506003546001600160a01b031633145b6107885760405162461bcd60e51b81526004016105a4906115b1565b6001600160a01b03919091166000908152601260205260409020805460ff1916911515919091179055565b336107bc610b6d565b600a556107c76109e2565b6009556001600160a01b0381161561080e576107e2816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b6000610819336104b6565b9050801561089357336000908152600c60205260408120819055600d8054839290610845908490611528565b9091555050600554610861906001600160a01b03163383611027565b60405181815233907fe2403640ba68fed3a2f88b7557551d1993f84b99bb10ff833f0cf8db0c5e04869060200161073d565b5050565b600e546001600160a01b03163314806108ba57506003546001600160a01b031633145b6108d65760405162461bcd60e51b81526004016105a4906115b1565b6011805460ff19169055565b600e546001600160a01b031633148061090557506003546001600160a01b031633145b8061091f57503360009081526012602052604090205460ff165b6109575760405162461bcd60e51b815260206004820152600960248201526810b737ba34b334b2b960b91b60448201526064016105a4565b60055461096f906001600160a01b031633308461108a565b61097881610e23565b50565b6109836110c8565b61098d6000611122565b565b600e546001600160a01b03163314806109b257506003546001600160a01b031633145b6109ce5760405162461bcd60e51b81526004016105a4906115b1565b6101f48111156109dd57600080fd5b601055565b60006109f042600754611174565b905090565b600e546001600160a01b0316331480610a1857506003546001600160a01b031633145b610a345760405162461bcd60e51b81526004016105a4906115b1565b6011805460ff19166001179055565b33610a4c610b6d565b600a55610a576109e2565b6009556001600160a01b03811615610a9e57610a72816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b60008211610adf5760405162461bcd60e51b815260206004820152600e60248201526d043616e6e6f74207374616b6520360941b60448201526064016105a4565b610ae88261118c565b60405182815233907f9e71bc8eea02a63969f509818f2dafb9254532904319f9dbda79b67bd34a5f3d9060200161073d565b600e546001600160a01b0316331480610b3d57506003546001600160a01b031633145b610b595760405162461bcd60e51b81526004016105a4906115b1565b600754421015610b6857600080fd5b600655565b6000610b7860015490565b610b835750600a5490565b600154600854600954610b946109e2565b610b9e9190611528565b610ba8919061153f565b610bba90670de0b6b3a764000061153f565b610bc4919061155e565b600a546109f09190611580565b600e546001600160a01b0316331480610bf457506003546001600160a01b031633145b610c105760405162461bcd60e51b81526004016105a4906115b1565b6040516370a0823160e01b81523060048201526000906001600160a01b038316906370a0823190602401602060405180830381865afa158015610c57573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c7b9190611598565b9050610893823383610d80565b33600090815260026020526040902054610ca190610667565b61098d6107b3565b600e546001600160a01b0316331480610ccc57506003546001600160a01b031633145b610ce85760405162461bcd60e51b81526004016105a4906115b1565b600f80546001600160a01b0319166001600160a01b0392909216919091179055565b610d126110c8565b6001600160a01b038116610d775760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016105a4565b61097881611122565b600e546001600160a01b0316331480610da357506003546001600160a01b031633145b610dbf5760405162461bcd60e51b81526004016105a4906115b1565b60015415610e0f576000546001600160a01b0384811691161415610e0f5760405162461bcd60e51b8152602060048201526007602482015266085cdd185ad95960ca1b60448201526064016105a4565b6106626001600160a01b0384168383611027565b6000610e2d610b6d565b600a55610e386109e2565b6009556001600160a01b03811615610e7f57610e53816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b600061271060105484610e92919061153f565b610e9c919061155e565b90508015610ece57600f54600554610ec1916001600160a01b03918216911683611027565b610ecb8184611528565b92505b82610f085760405162461bcd60e51b815260206004820152600a6024820152696e6f207265776172647360b01b60448201526064016105a4565b6007544210610f2657600654610f1e908461155e565b600855610f68565b600042600754610f369190611528565b9050600060085482610f48919061153f565b600654909150610f588287611580565b610f62919061155e565b60085550505b426009819055600654610f7a91611580565b60078190555082600d6000828254610f929190611580565b90915550506011805460ff191690556040518381527fde88a922e0d3b88b24e9623efeb464919c6bf9f66857a65e2bfcf2ce87a9433d9060200160405180910390a1505050565b8060016000828254610feb9190611528565b9091555050336000908152600260205260408120805483929061100f908490611528565b9091555050600054610978906001600160a01b031633835b6040516001600160a01b03831660248201526044810182905261066290849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526111df565b6040516001600160a01b03808516602483015283166044820152606481018290526110c29085906323b872dd60e01b90608401611053565b50505050565b6003546001600160a01b0316331461098d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016105a4565b600380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60008183106111835781611185565b825b9392505050565b806001600082825461119e9190611580565b909155505033600090815260026020526040812080548392906111c2908490611580565b9091555050600054610978906001600160a01b031633308461108a565b6000611234826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166112b49092919063ffffffff16565b905080516000148061125557508080602001905181019061125591906115d3565b6106625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016105a4565b60606112c384846000856112cb565b949350505050565b60608247101561132c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016105a4565b600080866001600160a01b03168587604051611348919061161c565b60006040518083038185875af1925050503d8060008114611385576040519150601f19603f3d011682016040523d82523d6000602084013e61138a565b606091505b509150915061139b878383876113a6565b979650505050505050565b6060831561141257825161140b576001600160a01b0385163b61140b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016105a4565b50816112c3565b6112c383838151156114275781518083602001fd5b8060405162461bcd60e51b81526004016105a49190611638565b80356001600160a01b038116811461145857600080fd5b919050565b60006020828403121561146f57600080fd5b61118582611441565b60006020828403121561148a57600080fd5b5035919050565b801515811461097857600080fd5b600080604083850312156114b257600080fd5b6114bb83611441565b915060208301356114cb81611491565b809150509250929050565b6000806000606084860312156114eb57600080fd5b6114f484611441565b925061150260208501611441565b9150604084013590509250925092565b634e487b7160e01b600052601160045260246000fd5b60008282101561153a5761153a611512565b500390565b600081600019048311821515161561155957611559611512565b500290565b60008261157b57634e487b7160e01b600052601260045260246000fd5b500490565b6000821982111561159357611593611512565b500190565b6000602082840312156115aa57600080fd5b5051919050565b60208082526008908201526710b6b0b730b3b2b960c11b604082015260600190565b6000602082840312156115e557600080fd5b815161118581611491565b60005b8381101561160b5781810151838201526020016115f3565b838111156110c25750506000910152565b6000825161162e8184602087016115f0565b9190910192915050565b60208152600082518060208401526116578160408501602087016115f0565b601f01601f1916919091016040019291505056fea2646970667358221220eb772f4f3e7596d7a9c2a3e8b728818c207455f0853a796f086486f711bb93e864736f6c634300080a00330000000000000000000000004f7f492e506443354ad5cd19139ad46964af576800000000000000000000000078c1b0c915c4faa5fffa6cabf0219da63d7f4cb8000000000000000000000000000000000000000000000000000000000017bb0000000000000000000000000015afbd8134b2c7b3b57d421332ec805a712ba161000000000000000000000000d110940628dbd76aa1d785c523248b6af9a56b1f

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106102265760003560e01c80638b87634711610130578063cc7a262e116100b8578063ebe2b12b1161007c578063ebe2b12b14610461578063f0f442601461046a578063f2fde38b1461047d578063f587268a14610490578063f7c618c1146104a357600080fd5b8063cc7a262e14610422578063cd3daf9d14610435578063def68a9c1461043d578063df136d6514610450578063e9fad8ee1461045957600080fd5b8063aa5c3ab4116100ff578063aa5c3ab4146103e7578063b99c4c97146103f0578063c0ed00c9146103fd578063c8f33c9114610410578063cc32d1761461041957600080fd5b80638b8763471461039b5780638da5cb5b146103bb57806396c0ce2f146103cc578063a694fc3a146103d457600080fd5b80634ba8342f116101b357806370a082311161018257806370a0823114610346578063715018a61461036f57806377e741c7146103775780637b0a47ee1461038a57806380faa57d1461039357600080fd5b80634ba8342f146102e5578063567eb884146102ed5780635a56f6d51461032057806361d027b31461033357600080fd5b806318160ddd116101fa57806318160ddd146102845780632e1a7d4d1461028c5780632e47fe831461029f5780633d18b912146102b2578063481c6a75146102ba57600080fd5b80628cc2621461022b57806302061b15146102515780630700037d1461025b5780630fb5a6b41461027b575b600080fd5b61023e61023936600461145d565b6104b6565b6040519081526020015b60405180910390f35b610259610533565b005b61023e61026936600461145d565b600c6020526000908152604090205481565b61023e60065481565b60015461023e565b61025961029a366004611478565b610667565b6102596102ad36600461149f565b610749565b6102596107b3565b600e546102cd906001600160a01b031681565b6040516001600160a01b039091168152602001610248565b610259610897565b6103106102fb36600461145d565b60126020526000908152604090205460ff1681565b6040519015158152602001610248565b61025961032e366004611478565b6108e2565b600f546102cd906001600160a01b031681565b61023e61035436600461145d565b6001600160a01b031660009081526002602052604090205490565b61025961097b565b610259610385366004611478565b61098f565b61023e60085481565b61023e6109e2565b61023e6103a936600461145d565b600b6020526000908152604090205481565b6003546001600160a01b03166102cd565b6102596109f5565b6102596103e2366004611478565b610a43565b61023e600d5481565b6011546103109060ff1681565b61025961040b366004611478565b610b1a565b61023e60095481565b61023e60105481565b6000546102cd906001600160a01b031681565b61023e610b6d565b61025961044b36600461145d565b610bd1565b61023e600a5481565b610259610c88565b61023e60075481565b61025961047836600461145d565b610ca9565b61025961048b36600461145d565b610d0a565b61025961049e3660046114d6565b610d80565b6005546102cd906001600160a01b031681565b6001600160a01b0381166000908152600c6020908152604080832054600b909252822054670de0b6b3a7640000906104ec610b6d565b6104f69190611528565b6001600160a01b038516600090815260026020526040902054610519919061153f565b610523919061155e565b61052d9190611580565b92915050565b600e546001600160a01b031633148061055657506003546001600160a01b031633145b8061057057503360009081526012602052604090205460ff165b6105ad5760405162461bcd60e51b815260206004820152600960248201526810b737ba34b334b2b960b91b60448201526064015b60405180910390fd5b6005546040516370a0823160e01b81523060048201526000916001600160a01b0316906370a0823190602401602060405180830381865afa1580156105f6573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061061a9190611598565b600d5460005460055492935090916001600160a01b039081169116141561064b576001546106489082611580565b90505b60006106578284611528565b905061066281610e23565b505050565b33610670610b6d565b600a5561067b6109e2565b6009556001600160a01b038116156106c257610696816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b600082116107065760405162461bcd60e51b8152602060048201526011602482015270043616e6e6f74207769746864726177203607c1b60448201526064016105a4565b61070f82610fd9565b60405182815233907f7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5906020015b60405180910390a25050565b600e546001600160a01b031633148061076c57506003546001600160a01b031633145b6107885760405162461bcd60e51b81526004016105a4906115b1565b6001600160a01b03919091166000908152601260205260409020805460ff1916911515919091179055565b336107bc610b6d565b600a556107c76109e2565b6009556001600160a01b0381161561080e576107e2816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b6000610819336104b6565b9050801561089357336000908152600c60205260408120819055600d8054839290610845908490611528565b9091555050600554610861906001600160a01b03163383611027565b60405181815233907fe2403640ba68fed3a2f88b7557551d1993f84b99bb10ff833f0cf8db0c5e04869060200161073d565b5050565b600e546001600160a01b03163314806108ba57506003546001600160a01b031633145b6108d65760405162461bcd60e51b81526004016105a4906115b1565b6011805460ff19169055565b600e546001600160a01b031633148061090557506003546001600160a01b031633145b8061091f57503360009081526012602052604090205460ff165b6109575760405162461bcd60e51b815260206004820152600960248201526810b737ba34b334b2b960b91b60448201526064016105a4565b60055461096f906001600160a01b031633308461108a565b61097881610e23565b50565b6109836110c8565b61098d6000611122565b565b600e546001600160a01b03163314806109b257506003546001600160a01b031633145b6109ce5760405162461bcd60e51b81526004016105a4906115b1565b6101f48111156109dd57600080fd5b601055565b60006109f042600754611174565b905090565b600e546001600160a01b0316331480610a1857506003546001600160a01b031633145b610a345760405162461bcd60e51b81526004016105a4906115b1565b6011805460ff19166001179055565b33610a4c610b6d565b600a55610a576109e2565b6009556001600160a01b03811615610a9e57610a72816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b60008211610adf5760405162461bcd60e51b815260206004820152600e60248201526d043616e6e6f74207374616b6520360941b60448201526064016105a4565b610ae88261118c565b60405182815233907f9e71bc8eea02a63969f509818f2dafb9254532904319f9dbda79b67bd34a5f3d9060200161073d565b600e546001600160a01b0316331480610b3d57506003546001600160a01b031633145b610b595760405162461bcd60e51b81526004016105a4906115b1565b600754421015610b6857600080fd5b600655565b6000610b7860015490565b610b835750600a5490565b600154600854600954610b946109e2565b610b9e9190611528565b610ba8919061153f565b610bba90670de0b6b3a764000061153f565b610bc4919061155e565b600a546109f09190611580565b600e546001600160a01b0316331480610bf457506003546001600160a01b031633145b610c105760405162461bcd60e51b81526004016105a4906115b1565b6040516370a0823160e01b81523060048201526000906001600160a01b038316906370a0823190602401602060405180830381865afa158015610c57573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c7b9190611598565b9050610893823383610d80565b33600090815260026020526040902054610ca190610667565b61098d6107b3565b600e546001600160a01b0316331480610ccc57506003546001600160a01b031633145b610ce85760405162461bcd60e51b81526004016105a4906115b1565b600f80546001600160a01b0319166001600160a01b0392909216919091179055565b610d126110c8565b6001600160a01b038116610d775760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016105a4565b61097881611122565b600e546001600160a01b0316331480610da357506003546001600160a01b031633145b610dbf5760405162461bcd60e51b81526004016105a4906115b1565b60015415610e0f576000546001600160a01b0384811691161415610e0f5760405162461bcd60e51b8152602060048201526007602482015266085cdd185ad95960ca1b60448201526064016105a4565b6106626001600160a01b0384168383611027565b6000610e2d610b6d565b600a55610e386109e2565b6009556001600160a01b03811615610e7f57610e53816104b6565b6001600160a01b0382166000908152600c6020908152604080832093909355600a54600b909152919020555b600061271060105484610e92919061153f565b610e9c919061155e565b90508015610ece57600f54600554610ec1916001600160a01b03918216911683611027565b610ecb8184611528565b92505b82610f085760405162461bcd60e51b815260206004820152600a6024820152696e6f207265776172647360b01b60448201526064016105a4565b6007544210610f2657600654610f1e908461155e565b600855610f68565b600042600754610f369190611528565b9050600060085482610f48919061153f565b600654909150610f588287611580565b610f62919061155e565b60085550505b426009819055600654610f7a91611580565b60078190555082600d6000828254610f929190611580565b90915550506011805460ff191690556040518381527fde88a922e0d3b88b24e9623efeb464919c6bf9f66857a65e2bfcf2ce87a9433d9060200160405180910390a1505050565b8060016000828254610feb9190611528565b9091555050336000908152600260205260408120805483929061100f908490611528565b9091555050600054610978906001600160a01b031633835b6040516001600160a01b03831660248201526044810182905261066290849063a9059cbb60e01b906064015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b0319909316929092179091526111df565b6040516001600160a01b03808516602483015283166044820152606481018290526110c29085906323b872dd60e01b90608401611053565b50505050565b6003546001600160a01b0316331461098d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016105a4565b600380546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b60008183106111835781611185565b825b9392505050565b806001600082825461119e9190611580565b909155505033600090815260026020526040812080548392906111c2908490611580565b9091555050600054610978906001600160a01b031633308461108a565b6000611234826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166112b49092919063ffffffff16565b905080516000148061125557508080602001905181019061125591906115d3565b6106625760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016105a4565b60606112c384846000856112cb565b949350505050565b60608247101561132c5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016105a4565b600080866001600160a01b03168587604051611348919061161c565b60006040518083038185875af1925050503d8060008114611385576040519150601f19603f3d011682016040523d82523d6000602084013e61138a565b606091505b509150915061139b878383876113a6565b979650505050505050565b6060831561141257825161140b576001600160a01b0385163b61140b5760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016105a4565b50816112c3565b6112c383838151156114275781518083602001fd5b8060405162461bcd60e51b81526004016105a49190611638565b80356001600160a01b038116811461145857600080fd5b919050565b60006020828403121561146f57600080fd5b61118582611441565b60006020828403121561148a57600080fd5b5035919050565b801515811461097857600080fd5b600080604083850312156114b257600080fd5b6114bb83611441565b915060208301356114cb81611491565b809150509250929050565b6000806000606084860312156114eb57600080fd5b6114f484611441565b925061150260208501611441565b9150604084013590509250925092565b634e487b7160e01b600052601160045260246000fd5b60008282101561153a5761153a611512565b500390565b600081600019048311821515161561155957611559611512565b500290565b60008261157b57634e487b7160e01b600052601260045260246000fd5b500490565b6000821982111561159357611593611512565b500190565b6000602082840312156115aa57600080fd5b5051919050565b60208082526008908201526710b6b0b730b3b2b960c11b604082015260600190565b6000602082840312156115e557600080fd5b815161118581611491565b60005b8381101561160b5781810151838201526020016115f3565b838111156110c25750506000910152565b6000825161162e8184602087016115f0565b9190910192915050565b60208152600082518060208401526116578160408501602087016115f0565b601f01601f1916919091016040019291505056fea2646970667358221220eb772f4f3e7596d7a9c2a3e8b728818c207455f0853a796f086486f711bb93e864736f6c634300080a0033

Deployed Bytecode Sourcemap

43082:6075:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45468:188;;;;;;:::i;:::-;;:::i;:::-;;;529:25:1;;;517:2;502:18;45468:188:0;;;;;;;;48311:363;;;:::i;:::-;;43568:42;;;;;;:::i;:::-;;;;;;;;;;;;;;43257:23;;;;;;42369:91;42440:12;;42369:91;;45955:212;;;;;;:::i;:::-;;:::i;47206:124::-;;;;;;:::i;:::-;;:::i;46280:330::-;;;:::i;43654:22::-;;;;;-1:-1:-1;;;;;43654:22:0;;;;;;-1:-1:-1;;;;;1357:32:1;;;1339:51;;1327:2;1312:18;43654:22:0;1193:203:1;47115:83:0;;;:::i;43779:41::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;1566:14:1;;1559:22;1541:41;;1529:2;1514:18;43779:41:0;1401:187:1;48132:171:0;;;;;;:::i;:::-;;:::i;43683:23::-;;;;;-1:-1:-1;;;;;43683:23:0;;;42468:110;;;;;;:::i;:::-;-1:-1:-1;;;;;42552:18:0;42525:7;42552:18;;;:9;:18;;;;;;;42468:110;2879:103;;;:::i;46783:127::-;;;;;;:::i;:::-;;:::i;43347:25::-;;;;;;45045:131;;;:::i;43504:57::-;;;;;;:::i;:::-;;;;;;;;;;;;;;2238:87;2311:6;;-1:-1:-1;;;;;2311:6:0;2238:87;;47026:81;;;:::i;45747:200::-;;;;;;:::i;:::-;;:::i;43617:28::-;;;;;;43748:22;;;;;;;;;46618:157;;;;;;:::i;:::-;;:::i;43426:29::-;;;;;;43713:26;;;;;;42147:25;;;;;-1:-1:-1;;;;;42147:25:0;;;45184:276;;;:::i;48682:201::-;;;;;;:::i;:::-;;:::i;43462:35::-;;;;;;46175:97;;;:::i;43289:27::-;;;;;;46918:100;;;;;;:::i;:::-;;:::i;3137:201::-;;;;;;:::i;:::-;;:::i;48891:263::-;;;;;;:::i;:::-;;:::i;43190:25::-;;;;;-1:-1:-1;;;;;43190:25:0;;;45468:188;-1:-1:-1;;;;;45632:16:0;;45522:7;45632:16;;;:7;:16;;;;;;;;;45590:22;:31;;;;;;45625:4;;45571:16;:14;:16::i;:::-;:50;;;;:::i;:::-;-1:-1:-1;;;;;42552:18:0;;42525:7;42552:18;;;:9;:18;;;;;;45549:73;;;;:::i;:::-;:80;;;;:::i;:::-;:99;;;;:::i;:::-;45542:106;45468:188;-1:-1:-1;;45468:188:0:o;48311:363::-;44608:7;;-1:-1:-1;;;;;44608:7:0;44594:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44619:10;:21;44594:46;:71;;;-1:-1:-1;44654:10:0;44644:21;;;;:9;:21;;;;;;;;44594:71;44586:93;;;;-1:-1:-1;;;44586:93:0;;3140:2:1;44586:93:0;;;3122:21:1;3179:1;3159:18;;;3152:29;-1:-1:-1;;;3197:18:1;;;3190:39;3246:18;;44586:93:0;;;;;;;;;48391:11:::1;::::0;:36:::1;::::0;-1:-1:-1;;;48391:36:0;;48421:4:::1;48391:36;::::0;::::1;1339:51:1::0;48373:15:0::1;::::0;-1:-1:-1;;;;;48391:11:0::1;::::0;:21:::1;::::0;1312:18:1;;48391:36:0::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;48460:13;::::0;48438:19:::1;48503:11:::0;48488::::1;::::0;48373:54;;-1:-1:-1;48460:13:0;;-1:-1:-1;;;;;48488:11:0;;::::1;48503::::0;::::1;48488:26;48484:100;;;42440:12:::0;;48545:27:::1;::::0;:11;:27:::1;:::i;:::-;48531:41;;48484:100;48594:18;48615:21;48625:11:::0;48615:7;:21:::1;:::i;:::-;48594:42;;48647:19;48655:10;48647:7;:19::i;:::-;48362:312;;;48311:363::o:0;45955:212::-;46018:10;44780:16;:14;:16::i;:::-;44757:20;:39;44824:26;:24;:26::i;:::-;44807:14;:43;-1:-1:-1;;;;;44865:21:0;;;44861:157;;44922:15;44929:7;44922:6;:15::i;:::-;-1:-1:-1;;;;;44903:16:0;;;;;;:7;:16;;;;;;;;:34;;;;44986:20;;44952:22;:31;;;;;;:54;44861:157;46058:1:::1;46049:6;:10;46041:40;;;::::0;-1:-1:-1;;;46041:40:0;;3666:2:1;46041:40:0::1;::::0;::::1;3648:21:1::0;3705:2;3685:18;;;3678:30;-1:-1:-1;;;3724:18:1;;;3717:47;3781:18;;46041:40:0::1;3464:341:1::0;46041:40:0::1;46092:22;46107:6;46092:14;:22::i;:::-;46130:29;::::0;529:25:1;;;46140:10:0::1;::::0;46130:29:::1;::::0;517:2:1;502:18;46130:29:0::1;;;;;;;;45955:212:::0;;:::o;47206:124::-;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;47292:20:0;;;::::1;;::::0;;;:9:::1;:20;::::0;;;;:30;;-1:-1:-1;;47292:30:0::1;::::0;::::1;;::::0;;;::::1;::::0;;47206:124::o;46280:330::-;46321:10;44780:16;:14;:16::i;:::-;44757:20;:39;44824:26;:24;:26::i;:::-;44807:14;:43;-1:-1:-1;;;;;44865:21:0;;;44861:157;;44922:15;44929:7;44922:6;:15::i;:::-;-1:-1:-1;;;;;44903:16:0;;;;;;:7;:16;;;;;;;;:34;;;;44986:20;;44952:22;:31;;;;;;:54;44861:157;46344:14:::1;46361:18;46368:10;46361:6;:18::i;:::-;46344:35:::0;-1:-1:-1;46394:10:0;;46390:213:::1;;46429:10;46443:1;46421:19:::0;;;:7:::1;:19;::::0;;;;:23;;;46459:13:::1;:23:::0;;46476:6;;46443:1;46459:23:::1;::::0;46476:6;;46459:23:::1;:::i;:::-;::::0;;;-1:-1:-1;;46497:11:0::1;::::0;:44:::1;::::0;-1:-1:-1;;;;;46497:11:0::1;46522:10;46534:6:::0;46497:24:::1;:44::i;:::-;46561:30;::::0;529:25:1;;;46572:10:0::1;::::0;46561:30:::1;::::0;517:2:1;502:18;46561:30:0::1;383:177:1::0;46390:213:0::1;46333:277;46280:330:::0;:::o;47115:83::-;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;47172:10:::1;:18:::0;;-1:-1:-1;;47172:18:0::1;::::0;;47115:83::o;48132:171::-;44608:7;;-1:-1:-1;;;;;44608:7:0;44594:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44619:10;:21;44594:46;:71;;;-1:-1:-1;44654:10:0;44644:21;;;;:9;:21;;;;;;;;44594:71;44586:93;;;;-1:-1:-1;;;44586:93:0;;3140:2:1;44586:93:0;;;3122:21:1;3179:1;3159:18;;;3152:29;-1:-1:-1;;;3197:18:1;;;3190:39;3246:18;;44586:93:0;2938:332:1;44586:93:0;48204:11:::1;::::0;:64:::1;::::0;-1:-1:-1;;;;;48204:11:0::1;48233:10;48253:4;48260:7:::0;48204:28:::1;:64::i;:::-;48279:16;48287:7;48279;:16::i;:::-;48132:171:::0;:::o;2879:103::-;2124:13;:11;:13::i;:::-;2944:30:::1;2971:1;2944:18;:30::i;:::-;2879:103::o:0;46783:127::-;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;46869:3:::1;46861:4;:11;;46853:20;;;::::0;::::1;;46884:11;:18:::0;46783:127::o;45045:131::-;45102:7;45129:39;45138:15;45155:12;;45129:8;:39::i;:::-;45122:46;;45045:131;:::o;47026:81::-;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;47082:10:::1;:17:::0;;-1:-1:-1;;47082:17:0::1;47095:4;47082:17;::::0;;47026:81::o;45747:200::-;45807:10;44780:16;:14;:16::i;:::-;44757:20;:39;44824:26;:24;:26::i;:::-;44807:14;:43;-1:-1:-1;;;;;44865:21:0;;;44861:157;;44922:15;44929:7;44922:6;:15::i;:::-;-1:-1:-1;;;;;44903:16:0;;;;;;:7;:16;;;;;;;;:34;;;;44986:20;;44952:22;:31;;;;;;:54;44861:157;45847:1:::1;45838:6;:10;45830:37;;;::::0;-1:-1:-1;;;45830:37:0;;4348:2:1;45830:37:0::1;::::0;::::1;4330:21:1::0;4387:2;4367:18;;;4360:30;-1:-1:-1;;;4406:18:1;;;4399:44;4460:18;;45830:37:0::1;4146:338:1::0;45830:37:0::1;45878:19;45890:6;45878:11;:19::i;:::-;45913:26;::::0;529:25:1;;;45920:10:0::1;::::0;45913:26:::1;::::0;517:2:1;502:18;45913:26:0::1;383:177:1::0;46618:157:0;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;46723:12:::1;;46704:15;:31;;46696:40;;;::::0;::::1;;46747:8;:20:::0;46618:157::o;45184:276::-;45231:7;45255:13;42440:12;;;42369:91;45255:13;45251:78;;-1:-1:-1;45297:20:0;;;45184:276::o;45251:78::-;42440:12;;45418:10;;45400:14;;45371:26;:24;:26::i;:::-;:43;;;;:::i;:::-;45370:58;;;;:::i;:::-;:65;;45431:4;45370:65;:::i;:::-;:81;;;;:::i;:::-;45346:20;;:106;;;;:::i;48682:201::-;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;48777:39:::1;::::0;-1:-1:-1;;;48777:39:0;;48810:4:::1;48777:39;::::0;::::1;1339:51:1::0;48760:14:0::1;::::0;-1:-1:-1;;;;;48777:24:0;::::1;::::0;::::1;::::0;1312:18:1;;48777:39:0::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;48760:56;;48827:48;48848:6;48856:10;48868:6;48827:20;:48::i;46175:97::-:0;46230:10;42525:7;42552:18;;;:9;:18;;;;;;46211:31;;45955:212;:::i;46211:31::-;46253:11;:9;:11::i;46918:100::-;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;46990:8:::1;:20:::0;;-1:-1:-1;;;;;;46990:20:0::1;-1:-1:-1::0;;;;;46990:20:0;;;::::1;::::0;;;::::1;::::0;;46918:100::o;3137:201::-;2124:13;:11;:13::i;:::-;-1:-1:-1;;;;;3226:22:0;::::1;3218:73;;;::::0;-1:-1:-1;;;3218:73:0;;4691:2:1;3218:73:0::1;::::0;::::1;4673:21:1::0;4730:2;4710:18;;;4703:30;4769:34;4749:18;;;4742:62;-1:-1:-1;;;4820:18:1;;;4813:36;4866:19;;3218:73:0::1;4489:402:1::0;3218:73:0::1;3302:28;3321:8;3302:18;:28::i;48891:263::-:0;44478:7;;-1:-1:-1;;;;;44478:7:0;44464:10;:21;;:46;;-1:-1:-1;2311:6:0;;-1:-1:-1;;;;;2311:6:0;44489:10;:21;44464:46;44456:67;;;;-1:-1:-1;;;44456:67:0;;;;;;;:::i;:::-;42440:12;;48998:18;48994:101:::1;;49059:11;::::0;-1:-1:-1;;;;;49041:30:0;;::::1;49059:11:::0;::::1;49041:30;;49033:50;;;::::0;-1:-1:-1;;;49033:50:0;;5098:2:1;49033:50:0::1;::::0;::::1;5080:21:1::0;5137:1;5117:18;;;5110:29;-1:-1:-1;;;5155:18:1;;;5148:37;5202:18;;49033:50:0::1;4896:330:1::0;49033:50:0::1;49105:41;-1:-1:-1::0;;;;;49105:27:0;::::1;49133:3:::0;49138:7;49105:27:::1;:41::i;47338:786::-:0;47401:1;44780:16;:14;:16::i;:::-;44757:20;:39;44824:26;:24;:26::i;:::-;44807:14;:43;-1:-1:-1;;;;;44865:21:0;;;44861:157;;44922:15;44929:7;44922:6;:15::i;:::-;-1:-1:-1;;;;;44903:16:0;;;;;;:7;:16;;;;;;;;:34;;;;44986:20;;44952:22;:31;;;;;;:54;44861:157;47416:11:::1;47453:5;47439:11;;47430:6;:20;;;;:::i;:::-;:28;;;;:::i;:::-;47416:42:::0;-1:-1:-1;47473:7:0;;47469:107:::1;;47522:8;::::0;47497:11:::1;::::0;:39:::1;::::0;-1:-1:-1;;;;;47497:11:0;;::::1;::::0;47522:8:::1;47532:3:::0;47497:24:::1;:39::i;:::-;47551:13;47561:3:::0;47551:13;::::1;:::i;:::-;;;47469:107;47594:11:::0;47586:34:::1;;;::::0;-1:-1:-1;;;47586:34:0;;5433:2:1;47586:34:0::1;::::0;::::1;5415:21:1::0;5472:2;5452:18;;;5445:30;-1:-1:-1;;;5491:18:1;;;5484:40;5541:18;;47586:34:0::1;5231:334:1::0;47586:34:0::1;47654:12;;47635:15;:31;47631:293;;47707:8;::::0;47698:17:::1;::::0;:6;:17:::1;:::i;:::-;47685:10;:30:::0;47631:293:::1;;;47748:17;47783:15;47768:12;;:30;;;;:::i;:::-;47748:50;;47813:16;47844:10;;47832:9;:22;;;;:::i;:::-;47904:8;::::0;47813:41;;-1:-1:-1;47883:17:0::1;47813:41:::0;47883:6;:17:::1;:::i;:::-;47882:30;;;;:::i;:::-;47869:10;:43:::0;-1:-1:-1;;47631:293:0::1;47951:15;47934:14;:32:::0;;;48010:8:::1;::::0;47992:26:::1;::::0;::::1;:::i;:::-;47977:12;:41;;;;48046:6;48029:13;;:23;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;;48063:10:0::1;:18:::0;;-1:-1:-1;;48063:18:0::1;::::0;;48097:19:::1;::::0;529:25:1;;;48097:19:0::1;::::0;517:2:1;502:18;48097:19:0::1;;;;;;;47405:719;47338:786:::0;;:::o;42797:187::-;42873:6;42857:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;42900:10:0;42890:21;;;;:9;:21;;;;;:31;;42915:6;;42890:21;:31;;42915:6;;42890:31;:::i;:::-;;;;-1:-1:-1;;42932:11:0;;:44;;-1:-1:-1;;;;;42932:11:0;42957:10;42969:6;19474:177;19584:58;;-1:-1:-1;;;;;5762:32:1;;19584:58:0;;;5744:51:1;5811:18;;;5804:34;;;19557:86:0;;19577:5;;-1:-1:-1;;;19607:23:0;5717:18:1;;19584:58:0;;;;-1:-1:-1;;19584:58:0;;;;;;;;;;;;;;-1:-1:-1;;;;;19584:58:0;-1:-1:-1;;;;;;19584:58:0;;;;;;;;;;19557:19;:86::i;19896:205::-;20024:68;;-1:-1:-1;;;;;6107:15:1;;;20024:68:0;;;6089:34:1;6159:15;;6139:18;;;6132:43;6191:18;;;6184:34;;;19997:96:0;;20017:5;;-1:-1:-1;;;20047:27:0;6024:18:1;;20024:68:0;5849:375:1;19997:96:0;19896:205;;;;:::o;2403:132::-;2311:6;;-1:-1:-1;;;;;2311:6:0;863:10;2467:23;2459:68;;;;-1:-1:-1;;;2459:68:0;;6431:2:1;2459:68:0;;;6413:21:1;;;6450:18;;;6443:30;6509:34;6489:18;;;6482:62;6561:18;;2459:68:0;6229:356:1;3498:191:0;3591:6;;;-1:-1:-1;;;;;3608:17:0;;;-1:-1:-1;;;;;;3608:17:0;;;;;;;3641:40;;3591:6;;;3608:17;3591:6;;3641:40;;3572:16;;3641:40;3561:128;3498:191;:::o;29483:106::-;29541:7;29572:1;29568;:5;:13;;29580:1;29568:13;;;29576:1;29568:13;29561:20;29483:106;-1:-1:-1;;;29483:106:0:o;42586:203::-;42659:6;42643:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;42686:10:0;42676:21;;;;:9;:21;;;;;:31;;42701:6;;42676:21;:31;;42701:6;;42676:31;:::i;:::-;;;;-1:-1:-1;;42718:11:0;;:63;;-1:-1:-1;;;;;42718:11:0;42747:10;42767:4;42774:6;42718:28;:63::i;23820:649::-;24244:23;24270:69;24298:4;24270:69;;;;;;;;;;;;;;;;;24278:5;-1:-1:-1;;;;;24270:27:0;;;:69;;;;;:::i;:::-;24244:95;;24358:10;:17;24379:1;24358:22;:56;;;;24395:10;24384:30;;;;;;;;;;;;:::i;:::-;24350:111;;;;-1:-1:-1;;;24350:111:0;;7042:2:1;24350:111:0;;;7024:21:1;7081:2;7061:18;;;7054:30;7120:34;7100:18;;;7093:62;-1:-1:-1;;;7171:18:1;;;7164:40;7221:19;;24350:111:0;6840:406:1;13162:229:0;13299:12;13331:52;13353:6;13361:4;13367:1;13370:12;13331:21;:52::i;:::-;13324:59;13162:229;-1:-1:-1;;;;13162:229:0:o;14248:455::-;14418:12;14476:5;14451:21;:30;;14443:81;;;;-1:-1:-1;;;14443:81:0;;7453:2:1;14443:81:0;;;7435:21:1;7492:2;7472:18;;;7465:30;7531:34;7511:18;;;7504:62;-1:-1:-1;;;7582:18:1;;;7575:36;7628:19;;14443:81:0;7251:402:1;14443:81:0;14536:12;14550:23;14577:6;-1:-1:-1;;;;;14577:11:0;14596:5;14603:4;14577:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14535:73;;;;14626:69;14653:6;14661:7;14670:10;14682:12;14626:26;:69::i;:::-;14619:76;14248:455;-1:-1:-1;;;;;;;14248:455:0:o;16821:644::-;17006:12;17035:7;17031:427;;;17063:17;;17059:290;;-1:-1:-1;;;;;10702:19:0;;;17273:60;;;;-1:-1:-1;;;17273:60:0;;8402:2:1;17273:60:0;;;8384:21:1;8441:2;8421:18;;;8414:30;8480:31;8460:18;;;8453:59;8529:18;;17273:60:0;8200:353:1;17273:60:0;-1:-1:-1;17370:10:0;17363:17;;17031:427;17413:33;17421:10;17433:12;18168:17;;:21;18164:388;;18400:10;18394:17;18457:15;18444:10;18440:2;18436:19;18429:44;18164:388;18527:12;18520:20;;-1:-1:-1;;;18520:20:0;;;;;;;;:::i;14:173:1:-;82:20;;-1:-1:-1;;;;;131:31:1;;121:42;;111:70;;177:1;174;167:12;111:70;14:173;;;:::o;192:186::-;251:6;304:2;292:9;283:7;279:23;275:32;272:52;;;320:1;317;310:12;272:52;343:29;362:9;343:29;:::i;565:180::-;624:6;677:2;665:9;656:7;652:23;648:32;645:52;;;693:1;690;683:12;645:52;-1:-1:-1;716:23:1;;565:180;-1:-1:-1;565:180:1:o;750:118::-;836:5;829:13;822:21;815:5;812:32;802:60;;858:1;855;848:12;873:315;938:6;946;999:2;987:9;978:7;974:23;970:32;967:52;;;1015:1;1012;1005:12;967:52;1038:29;1057:9;1038:29;:::i;:::-;1028:39;;1117:2;1106:9;1102:18;1089:32;1130:28;1152:5;1130:28;:::i;:::-;1177:5;1167:15;;;873:315;;;;;:::o;1815:328::-;1892:6;1900;1908;1961:2;1949:9;1940:7;1936:23;1932:32;1929:52;;;1977:1;1974;1967:12;1929:52;2000:29;2019:9;2000:29;:::i;:::-;1990:39;;2048:38;2082:2;2071:9;2067:18;2048:38;:::i;:::-;2038:48;;2133:2;2122:9;2118:18;2105:32;2095:42;;1815:328;;;;;:::o;2148:127::-;2209:10;2204:3;2200:20;2197:1;2190:31;2240:4;2237:1;2230:15;2264:4;2261:1;2254:15;2280:125;2320:4;2348:1;2345;2342:8;2339:34;;;2353:18;;:::i;:::-;-1:-1:-1;2390:9:1;;2280:125::o;2410:168::-;2450:7;2516:1;2512;2508:6;2504:14;2501:1;2498:21;2493:1;2486:9;2479:17;2475:45;2472:71;;;2523:18;;:::i;:::-;-1:-1:-1;2563:9:1;;2410:168::o;2583:217::-;2623:1;2649;2639:132;;2693:10;2688:3;2684:20;2681:1;2674:31;2728:4;2725:1;2718:15;2756:4;2753:1;2746:15;2639:132;-1:-1:-1;2785:9:1;;2583:217::o;2805:128::-;2845:3;2876:1;2872:6;2869:1;2866:13;2863:39;;;2882:18;;:::i;:::-;-1:-1:-1;2918:9:1;;2805:128::o;3275:184::-;3345:6;3398:2;3386:9;3377:7;3373:23;3369:32;3366:52;;;3414:1;3411;3404:12;3366:52;-1:-1:-1;3437:16:1;;3275:184;-1:-1:-1;3275:184:1:o;3810:331::-;4012:2;3994:21;;;4051:1;4031:18;;;4024:29;-1:-1:-1;;;4084:2:1;4069:18;;4062:38;4132:2;4117:18;;3810:331::o;6590:245::-;6657:6;6710:2;6698:9;6689:7;6685:23;6681:32;6678:52;;;6726:1;6723;6716:12;6678:52;6758:9;6752:16;6777:28;6799:5;6777:28;:::i;7658:258::-;7730:1;7740:113;7754:6;7751:1;7748:13;7740:113;;;7830:11;;;7824:18;7811:11;;;7804:39;7776:2;7769:10;7740:113;;;7871:6;7868:1;7865:13;7862:48;;;-1:-1:-1;;7906:1:1;7888:16;;7881:27;7658:258::o;7921:274::-;8050:3;8088:6;8082:13;8104:53;8150:6;8145:3;8138:4;8130:6;8126:17;8104:53;:::i;:::-;8173:16;;;;;7921:274;-1:-1:-1;;7921:274:1:o;8558:383::-;8707:2;8696:9;8689:21;8670:4;8739:6;8733:13;8782:6;8777:2;8766:9;8762:18;8755:34;8798:66;8857:6;8852:2;8841:9;8837:18;8832:2;8824:6;8820:15;8798:66;:::i;:::-;8925:2;8904:15;-1:-1:-1;;8900:29:1;8885:45;;;;8932:2;8881:54;;8558:383;-1:-1:-1;;8558:383:1:o

Swarm Source

ipfs://eb772f4f3e7596d7a9c2a3e8b728818c207455f0853a796f086486f711bb93e8

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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