ETH Price: $3,119.24 (-0.34%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

TokenTracker

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve239624352025-12-07 17:25:4725 hrs ago1765128347IN
Stake DAO: sdFXN Token
0 ETH0.000065191.40739062
Approve239541812025-12-06 13:37:352 days ago1765028255IN
Stake DAO: sdFXN Token
0 ETH0.00000110.02390598
Approve239397912025-12-04 12:48:594 days ago1764852539IN
Stake DAO: sdFXN Token
0 ETH0.000042830.92490274
Approve239386982025-12-04 9:02:354 days ago1764838955IN
Stake DAO: sdFXN Token
0 ETH0.000001520.03277261
Approve239338292025-12-03 15:32:235 days ago1764775943IN
Stake DAO: sdFXN Token
0 ETH0.000004180.09040421
Approve239334952025-12-03 14:24:475 days ago1764771887IN
Stake DAO: sdFXN Token
0 ETH0.000003390.07326291
Approve239327032025-12-03 11:45:115 days ago1764762311IN
Stake DAO: sdFXN Token
0 ETH0.000024550.53017685
Approve239245962025-12-02 8:29:476 days ago1764664187IN
Stake DAO: sdFXN Token
0 ETH0.000001630.03513057
Approve239211692025-12-01 20:59:116 days ago1764622751IN
Stake DAO: sdFXN Token
0 ETH0.00000270.05846033
Approve239187072025-12-01 12:43:597 days ago1764593039IN
Stake DAO: sdFXN Token
0 ETH0.000025970.56074172
Approve239028962025-11-29 7:41:479 days ago1764402107IN
Stake DAO: sdFXN Token
0 ETH0.000001070.03644547
Approve238992502025-11-28 19:26:599 days ago1764358019IN
Stake DAO: sdFXN Token
0 ETH0.000001950.04214824
Approve238972082025-11-28 12:35:1110 days ago1764333311IN
Stake DAO: sdFXN Token
0 ETH0.000006090.13072731
Approve238966652025-11-28 10:45:5910 days ago1764326759IN
Stake DAO: sdFXN Token
0 ETH0.000095132.0416486
Approve238935612025-11-28 0:18:1110 days ago1764289091IN
Stake DAO: sdFXN Token
0 ETH0.000001920.04158285
Approve238914582025-11-27 17:13:3511 days ago1764263615IN
Stake DAO: sdFXN Token
0 ETH0.000046070.99589721
Approve238892752025-11-27 9:51:3511 days ago1764237095IN
Stake DAO: sdFXN Token
0 ETH0.000013290.54704545
Transfer238813152025-11-26 7:04:2312 days ago1764140663IN
Stake DAO: sdFXN Token
0 ETH0.000002850.06119981
Approve238812892025-11-26 6:59:1112 days ago1764140351IN
Stake DAO: sdFXN Token
0 ETH0.000002550.0548016
Approve238809642025-11-26 5:53:1112 days ago1764136391IN
Stake DAO: sdFXN Token
0 ETH0.000048971.05870859
Approve238809452025-11-26 5:49:2312 days ago1764136163IN
Stake DAO: sdFXN Token
0 ETH0.000026080.55973802
Approve238794092025-11-26 0:38:2312 days ago1764117503IN
Stake DAO: sdFXN Token
0 ETH0.000013510.55603979
Approve238794072025-11-26 0:37:5912 days ago1764117479IN
Stake DAO: sdFXN Token
0 ETH0.000013780.56706244
Approve238745822025-11-25 8:18:3513 days ago1764058715IN
Stake DAO: sdFXN Token
0 ETH0.000007690.16511889
Approve238550272025-11-22 14:17:4716 days ago1763821067IN
Stake DAO: sdFXN Token
0 ETH0.000003940.13522986
View all transactions

View more zero value Internal Transactions in Advanced View mode

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

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

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

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

Contract Name:
sdToken

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion, GNU GPLv3 license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-07-06
*/

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

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

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

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

// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the symbol of the token.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
}

// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

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

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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

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

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

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

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

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

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

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

    /**
     * @dev See {IERC20-approve}.
     *
     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
     * `transferFrom`. This is semantically equivalent to an infinite approval.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * NOTE: Does not update the allowance if the current allowance
     * is the maximum `uint256`.
     *
     * Requirements:
     *
     * - `from` and `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address from, address to, uint256 amount) public virtual override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, amount);
        _transfer(from, to, amount);
        return true;
    }

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

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        address owner = _msgSender();
        uint256 currentAllowance = allowance(owner, spender);
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(owner, spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `from` to `to`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(address from, address to, uint256 amount) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(from, to, amount);

        uint256 fromBalance = _balances[from];
        require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[from] = fromBalance - amount;
            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
            // decrementing then incrementing.
            _balances[to] += amount;
        }

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        unchecked {
            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
            _balances[account] += amount;
        }
        emit Transfer(address(0), account, amount);

        _afterTokenTransfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
            // Overflow not possible: amount <= accountBalance <= totalSupply.
            _totalSupply -= amount;
        }

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(address owner, address spender, uint256 amount) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    /**
     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
     *
     * Does not update the allowance amount in case of infinite allowance.
     * Revert if not enough allowance is available.
     *
     * Might emit an {Approval} event.
     */
    function _spendAllowance(address owner, address spender, uint256 amount) internal virtual {
        uint256 currentAllowance = allowance(owner, spender);
        if (currentAllowance != type(uint256).max) {
            require(currentAllowance >= amount, "ERC20: insufficient allowance");
            unchecked {
                _approve(owner, spender, currentAllowance - amount);
            }
        }
    }

    /**
     * @dev Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual {}

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * has been transferred to `to`.
     * - when `from` is zero, `amount` tokens have been minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(address from, address to, uint256 amount) internal virtual {}
}

/// @title sdToken
/// @author StakeDAO
/// @notice A token that represents the Token deposited by a user into the Depositor
/// @dev Minting & Burning was modified to be used by the operator
contract sdToken is ERC20 {
    address public operator;

    constructor(string memory _name, string memory _symbol) ERC20(_name, _symbol) {
        operator = msg.sender;
    }

    /// @notice Set a new operator that can mint and burn sdToken
    /// @param _operator new operator address
    function setOperator(address _operator) external {
        require(msg.sender == operator, "!authorized");
        operator = _operator;
    }

    /// @notice mint new sdToken, callable only by the operator
    /// @param _to recipient to mint for
    /// @param _amount amount to mint
    function mint(address _to, uint256 _amount) external {
        require(msg.sender == operator, "!authorized");
        _mint(_to, _amount);
    }

    /// @notice burn sdToken, callable only by the operator
    /// @param _from sdToken holder
    /// @param _amount amount to burn
    function burn(address _from, uint256 _amount) external {
        require(msg.sender == operator, "!authorized");
        _burn(_from, _amount);
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"operator","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"}],"name":"setOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]

0x60806040523480156200001157600080fd5b5060405162000eda38038062000eda833981016040819052620000349162000136565b818160036200004483826200022f565b5060046200005382826200022f565b5050600580546001600160a01b0319163317905550620002fb915050565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200009957600080fd5b81516001600160401b0380821115620000b657620000b662000071565b604051601f8301601f19908116603f01168101908282118183101715620000e157620000e162000071565b81604052838152602092508683858801011115620000fe57600080fd5b600091505b8382101562000122578582018301518183018401529082019062000103565b600093810190920192909252949350505050565b600080604083850312156200014a57600080fd5b82516001600160401b03808211156200016257600080fd5b620001708683870162000087565b935060208501519150808211156200018757600080fd5b50620001968582860162000087565b9150509250929050565b600181811c90821680620001b557607f821691505b602082108103620001d657634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200022a57600081815260208120601f850160051c81016020861015620002055750805b601f850160051c820191505b81811015620002265782815560010162000211565b5050505b505050565b81516001600160401b038111156200024b576200024b62000071565b62000263816200025c8454620001a0565b84620001dc565b602080601f8311600181146200029b5760008415620002825750858301515b600019600386901b1c1916600185901b17855562000226565b600085815260208120601f198616915b82811015620002cc57888601518255948401946001909101908401620002ab565b5085821015620002eb5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b610bcf806200030b6000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c8063570ca73511610097578063a457c2d711610066578063a457c2d714610206578063a9059cbb14610219578063b3ab15fb1461022c578063dd62ed3e1461023f57600080fd5b8063570ca7351461019757806370a08231146101c257806395d89b41146101eb5780639dc29fac146101f357600080fd5b806323b872dd116100d357806323b872dd1461014d578063313ce56714610160578063395093511461016f57806340c10f191461018257600080fd5b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b610102610252565b60405161010f91906109f4565b60405180910390f35b61012b610126366004610a5e565b6102e4565b604051901515815260200161010f565b6002545b60405190815260200161010f565b61012b61015b366004610a88565b6102fe565b6040516012815260200161010f565b61012b61017d366004610a5e565b610322565b610195610190366004610a5e565b610344565b005b6005546101aa906001600160a01b031681565b6040516001600160a01b03909116815260200161010f565b61013f6101d0366004610ac4565b6001600160a01b031660009081526020819052604090205490565b610102610385565b610195610201366004610a5e565b610394565b61012b610214366004610a5e565b6103c8565b61012b610227366004610a5e565b610443565b61019561023a366004610ac4565b610451565b61013f61024d366004610ae6565b61049d565b60606003805461026190610b19565b80601f016020809104026020016040519081016040528092919081815260200182805461028d90610b19565b80156102da5780601f106102af576101008083540402835291602001916102da565b820191906000526020600020905b8154815290600101906020018083116102bd57829003601f168201915b5050505050905090565b6000336102f28185856104c8565b60019150505b92915050565b60003361030c8582856105ed565b610317858585610667565b506001949350505050565b6000336102f2818585610335838361049d565b61033f9190610b53565b6104c8565b6005546001600160a01b031633146103775760405162461bcd60e51b815260040161036e90610b74565b60405180910390fd5b610381828261080b565b5050565b60606004805461026190610b19565b6005546001600160a01b031633146103be5760405162461bcd60e51b815260040161036e90610b74565b61038182826108ca565b600033816103d6828661049d565b9050838110156104365760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161036e565b61031782868684036104c8565b6000336102f2818585610667565b6005546001600160a01b0316331461047b5760405162461bcd60e51b815260040161036e90610b74565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661052a5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161036e565b6001600160a01b03821661058b5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161036e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006105f9848461049d565b9050600019811461066157818110156106545760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161036e565b61066184848484036104c8565b50505050565b6001600160a01b0383166106cb5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161036e565b6001600160a01b03821661072d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161036e565b6001600160a01b038316600090815260208190526040902054818110156107a55760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161036e565b6001600160a01b03848116600081815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610661565b6001600160a01b0382166108615760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161036e565b80600260008282546108739190610b53565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b6001600160a01b03821661092a5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161036e565b6001600160a01b0382166000908152602081905260409020548181101561099e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161036e565b6001600160a01b0383166000818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016105e0565b600060208083528351808285015260005b81811015610a2157858101830151858201604001528201610a05565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610a5957600080fd5b919050565b60008060408385031215610a7157600080fd5b610a7a83610a42565b946020939093013593505050565b600080600060608486031215610a9d57600080fd5b610aa684610a42565b9250610ab460208501610a42565b9150604084013590509250925092565b600060208284031215610ad657600080fd5b610adf82610a42565b9392505050565b60008060408385031215610af957600080fd5b610b0283610a42565b9150610b1060208401610a42565b90509250929050565b600181811c90821680610b2d57607f821691505b602082108103610b4d57634e487b7160e01b600052602260045260246000fd5b50919050565b808201808211156102f857634e487b7160e01b600052601160045260246000fd5b6020808252600b908201526a08585d5d1a1bdc9a5e995960aa1b60408201526060019056fea264697066735822122065fc3623021ddff832c35b3646c4fa93a24aeff92335eda2db751a65a147d86164736f6c6343000814003300000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000d5374616b652044414f2046584e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005736446584e000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100f55760003560e01c8063570ca73511610097578063a457c2d711610066578063a457c2d714610206578063a9059cbb14610219578063b3ab15fb1461022c578063dd62ed3e1461023f57600080fd5b8063570ca7351461019757806370a08231146101c257806395d89b41146101eb5780639dc29fac146101f357600080fd5b806323b872dd116100d357806323b872dd1461014d578063313ce56714610160578063395093511461016f57806340c10f191461018257600080fd5b806306fdde03146100fa578063095ea7b31461011857806318160ddd1461013b575b600080fd5b610102610252565b60405161010f91906109f4565b60405180910390f35b61012b610126366004610a5e565b6102e4565b604051901515815260200161010f565b6002545b60405190815260200161010f565b61012b61015b366004610a88565b6102fe565b6040516012815260200161010f565b61012b61017d366004610a5e565b610322565b610195610190366004610a5e565b610344565b005b6005546101aa906001600160a01b031681565b6040516001600160a01b03909116815260200161010f565b61013f6101d0366004610ac4565b6001600160a01b031660009081526020819052604090205490565b610102610385565b610195610201366004610a5e565b610394565b61012b610214366004610a5e565b6103c8565b61012b610227366004610a5e565b610443565b61019561023a366004610ac4565b610451565b61013f61024d366004610ae6565b61049d565b60606003805461026190610b19565b80601f016020809104026020016040519081016040528092919081815260200182805461028d90610b19565b80156102da5780601f106102af576101008083540402835291602001916102da565b820191906000526020600020905b8154815290600101906020018083116102bd57829003601f168201915b5050505050905090565b6000336102f28185856104c8565b60019150505b92915050565b60003361030c8582856105ed565b610317858585610667565b506001949350505050565b6000336102f2818585610335838361049d565b61033f9190610b53565b6104c8565b6005546001600160a01b031633146103775760405162461bcd60e51b815260040161036e90610b74565b60405180910390fd5b610381828261080b565b5050565b60606004805461026190610b19565b6005546001600160a01b031633146103be5760405162461bcd60e51b815260040161036e90610b74565b61038182826108ca565b600033816103d6828661049d565b9050838110156104365760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161036e565b61031782868684036104c8565b6000336102f2818585610667565b6005546001600160a01b0316331461047b5760405162461bcd60e51b815260040161036e90610b74565b600580546001600160a01b0319166001600160a01b0392909216919091179055565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b03831661052a5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161036e565b6001600160a01b03821661058b5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161036e565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006105f9848461049d565b9050600019811461066157818110156106545760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161036e565b61066184848484036104c8565b50505050565b6001600160a01b0383166106cb5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161036e565b6001600160a01b03821661072d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161036e565b6001600160a01b038316600090815260208190526040902054818110156107a55760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161036e565b6001600160a01b03848116600081815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a3610661565b6001600160a01b0382166108615760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604482015260640161036e565b80600260008282546108739190610b53565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b6001600160a01b03821661092a5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161036e565b6001600160a01b0382166000908152602081905260409020548181101561099e5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161036e565b6001600160a01b0383166000818152602081815260408083208686039055600280548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016105e0565b600060208083528351808285015260005b81811015610a2157858101830151858201604001528201610a05565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610a5957600080fd5b919050565b60008060408385031215610a7157600080fd5b610a7a83610a42565b946020939093013593505050565b600080600060608486031215610a9d57600080fd5b610aa684610a42565b9250610ab460208501610a42565b9150604084013590509250925092565b600060208284031215610ad657600080fd5b610adf82610a42565b9392505050565b60008060408385031215610af957600080fd5b610b0283610a42565b9150610b1060208401610a42565b90509250929050565b600181811c90821680610b2d57607f821691505b602082108103610b4d57634e487b7160e01b600052602260045260246000fd5b50919050565b808201808211156102f857634e487b7160e01b600052601160045260246000fd5b6020808252600b908201526a08585d5d1a1bdc9a5e995960aa1b60408201526060019056fea264697066735822122065fc3623021ddff832c35b3646c4fa93a24aeff92335eda2db751a65a147d86164736f6c63430008140033

Deployed Bytecode Sourcemap

17497:1052:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6308:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8668:201;;;;;;:::i;:::-;;:::i;:::-;;;1169:14:1;;1162:22;1144:41;;1132:2;1117:18;8668:201:0;1004:187:1;7437:108:0;7525:12;;7437:108;;;1342:25:1;;;1330:2;1315:18;7437:108:0;1196:177:1;9449:261:0;;;;;;:::i;:::-;;:::i;7279:93::-;;;7362:2;1853:36:1;;1841:2;1826:18;7279:93:0;1711:184:1;10119:238:0;;;;;;:::i;:::-;;:::i;18101:148::-;;;;;;:::i;:::-;;:::i;:::-;;17530:23;;;;;-1:-1:-1;;;;;17530:23:0;;;;;;-1:-1:-1;;;;;2064:32:1;;;2046:51;;2034:2;2019:18;17530:23:0;1900:203:1;7608:127:0;;;;;;:::i;:::-;-1:-1:-1;;;;;7709:18:0;7682:7;7709:18;;;;;;;;;;;;7608:127;6527:104;;;:::i;18394:152::-;;;;;;:::i;:::-;;:::i;10860:436::-;;;;;;:::i;:::-;;:::i;7941:193::-;;;;;;:::i;:::-;;:::i;17802:145::-;;;;;;:::i;:::-;;:::i;8197:151::-;;;;;;:::i;:::-;;:::i;6308:100::-;6362:13;6395:5;6388:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6308:100;:::o;8668:201::-;8751:4;4194:10;8807:32;4194:10;8823:7;8832:6;8807:8;:32::i;:::-;8857:4;8850:11;;;8668:201;;;;;:::o;9449:261::-;9546:4;4194:10;9604:38;9620:4;4194:10;9635:6;9604:15;:38::i;:::-;9653:27;9663:4;9669:2;9673:6;9653:9;:27::i;:::-;-1:-1:-1;9698:4:0;;9449:261;-1:-1:-1;;;;9449:261:0:o;10119:238::-;10207:4;4194:10;10263:64;4194:10;10279:7;10316:10;10288:25;4194:10;10279:7;10288:9;:25::i;:::-;:38;;;;:::i;:::-;10263:8;:64::i;18101:148::-;18187:8;;-1:-1:-1;;;;;18187:8:0;18173:10;:22;18165:46;;;;-1:-1:-1;;;18165:46:0;;;;;;;:::i;:::-;;;;;;;;;18222:19;18228:3;18233:7;18222:5;:19::i;:::-;18101:148;;:::o;6527:104::-;6583:13;6616:7;6609:14;;;;;:::i;18394:152::-;18482:8;;-1:-1:-1;;;;;18482:8:0;18468:10;:22;18460:46;;;;-1:-1:-1;;;18460:46:0;;;;;;;:::i;:::-;18517:21;18523:5;18530:7;18517:5;:21::i;10860:436::-;10953:4;4194:10;10953:4;11036:25;4194:10;11053:7;11036:9;:25::i;:::-;11009:52;;11100:15;11080:16;:35;;11072:85;;;;-1:-1:-1;;;11072:85:0;;3718:2:1;11072:85:0;;;3700:21:1;3757:2;3737:18;;;3730:30;3796:34;3776:18;;;3769:62;-1:-1:-1;;;3847:18:1;;;3840:35;3892:19;;11072:85:0;3516:401:1;11072:85:0;11193:60;11202:5;11209:7;11237:15;11218:16;:34;11193:8;:60::i;7941:193::-;8020:4;4194:10;8076:28;4194:10;8093:2;8097:6;8076:9;:28::i;17802:145::-;17884:8;;-1:-1:-1;;;;;17884:8:0;17870:10;:22;17862:46;;;;-1:-1:-1;;;17862:46:0;;;;;;;:::i;:::-;17919:8;:20;;-1:-1:-1;;;;;;17919:20:0;-1:-1:-1;;;;;17919:20:0;;;;;;;;;;17802:145::o;8197:151::-;-1:-1:-1;;;;;8313:18:0;;;8286:7;8313:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;8197:151::o;14853:346::-;-1:-1:-1;;;;;14955:19:0;;14947:68;;;;-1:-1:-1;;;14947:68:0;;4124:2:1;14947:68:0;;;4106:21:1;4163:2;4143:18;;;4136:30;4202:34;4182:18;;;4175:62;-1:-1:-1;;;4253:18:1;;;4246:34;4297:19;;14947:68:0;3922:400:1;14947:68:0;-1:-1:-1;;;;;15034:21:0;;15026:68;;;;-1:-1:-1;;;15026:68:0;;4529:2:1;15026:68:0;;;4511:21:1;4568:2;4548:18;;;4541:30;4607:34;4587:18;;;4580:62;-1:-1:-1;;;4658:18:1;;;4651:32;4700:19;;15026:68:0;4327:398:1;15026:68:0;-1:-1:-1;;;;;15107:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;15159:32;;1342:25:1;;;15159:32:0;;1315:18:1;15159:32:0;;;;;;;;14853:346;;;:::o;15490:419::-;15591:24;15618:25;15628:5;15635:7;15618:9;:25::i;:::-;15591:52;;-1:-1:-1;;15658:16:0;:37;15654:248;;15740:6;15720:16;:26;;15712:68;;;;-1:-1:-1;;;15712:68:0;;4932:2:1;15712:68:0;;;4914:21:1;4971:2;4951:18;;;4944:30;5010:31;4990:18;;;4983:59;5059:18;;15712:68:0;4730:353:1;15712:68:0;15824:51;15833:5;15840:7;15868:6;15849:16;:25;15824:8;:51::i;:::-;15580:329;15490:419;;;:::o;11766:806::-;-1:-1:-1;;;;;11863:18:0;;11855:68;;;;-1:-1:-1;;;11855:68:0;;5290:2:1;11855:68:0;;;5272:21:1;5329:2;5309:18;;;5302:30;5368:34;5348:18;;;5341:62;-1:-1:-1;;;5419:18:1;;;5412:35;5464:19;;11855:68:0;5088:401:1;11855:68:0;-1:-1:-1;;;;;11942:16:0;;11934:64;;;;-1:-1:-1;;;11934:64:0;;5696:2:1;11934:64:0;;;5678:21:1;5735:2;5715:18;;;5708:30;5774:34;5754:18;;;5747:62;-1:-1:-1;;;5825:18:1;;;5818:33;5868:19;;11934:64:0;5494:399:1;11934:64:0;-1:-1:-1;;;;;12084:15:0;;12062:19;12084:15;;;;;;;;;;;12118:21;;;;12110:72;;;;-1:-1:-1;;;12110:72:0;;6100:2:1;12110:72:0;;;6082:21:1;6139:2;6119:18;;;6112:30;6178:34;6158:18;;;6151:62;-1:-1:-1;;;6229:18:1;;;6222:36;6275:19;;12110:72:0;5898:402:1;12110:72:0;-1:-1:-1;;;;;12218:15:0;;;:9;:15;;;;;;;;;;;12236:20;;;12218:38;;12436:13;;;;;;;;;;:23;;;;;;12488:26;;1342:25:1;;;12436:13:0;;12488:26;;1315:18:1;12488:26:0;;;;;;;12527:37;13740:675;12859:548;-1:-1:-1;;;;;12943:21:0;;12935:65;;;;-1:-1:-1;;;12935:65:0;;6507:2:1;12935:65:0;;;6489:21:1;6546:2;6526:18;;;6519:30;6585:33;6565:18;;;6558:61;6636:18;;12935:65:0;6305:355:1;12935:65:0;13091:6;13075:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;13246:18:0;;:9;:18;;;;;;;;;;;:28;;;;;;13301:37;1342:25:1;;;13301:37:0;;1315:18:1;13301:37:0;;;;;;;18101:148;;:::o;13740:675::-;-1:-1:-1;;;;;13824:21:0;;13816:67;;;;-1:-1:-1;;;13816:67:0;;6867:2:1;13816:67:0;;;6849:21:1;6906:2;6886:18;;;6879:30;6945:34;6925:18;;;6918:62;-1:-1:-1;;;6996:18:1;;;6989:31;7037:19;;13816:67:0;6665:397:1;13816:67:0;-1:-1:-1;;;;;13983:18:0;;13958:22;13983:18;;;;;;;;;;;14020:24;;;;14012:71;;;;-1:-1:-1;;;14012:71:0;;7269:2:1;14012:71:0;;;7251:21:1;7308:2;7288:18;;;7281:30;7347:34;7327:18;;;7320:62;-1:-1:-1;;;7398:18:1;;;7391:32;7440:19;;14012:71:0;7067:398:1;14012:71:0;-1:-1:-1;;;;;14119:18:0;;:9;:18;;;;;;;;;;;14140:23;;;14119:44;;14258:12;:22;;;;;;;14309:37;1342:25:1;;;14119:9:0;;:18;14309:37;;1315:18:1;14309:37:0;1196:177:1;14:548;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:173::-;635:20;;-1:-1:-1;;;;;684:31:1;;674:42;;664:70;;730:1;727;720:12;664:70;567:173;;;:::o;745:254::-;813:6;821;874:2;862:9;853:7;849:23;845:32;842:52;;;890:1;887;880:12;842:52;913:29;932:9;913:29;:::i;:::-;903:39;989:2;974:18;;;;961:32;;-1:-1:-1;;;745:254:1:o;1378:328::-;1455:6;1463;1471;1524:2;1512:9;1503:7;1499:23;1495:32;1492:52;;;1540:1;1537;1530:12;1492:52;1563:29;1582:9;1563:29;:::i;:::-;1553:39;;1611:38;1645:2;1634:9;1630:18;1611:38;:::i;:::-;1601:48;;1696:2;1685:9;1681:18;1668:32;1658:42;;1378:328;;;;;:::o;2108:186::-;2167:6;2220:2;2208:9;2199:7;2195:23;2191:32;2188:52;;;2236:1;2233;2226:12;2188:52;2259:29;2278:9;2259:29;:::i;:::-;2249:39;2108:186;-1:-1:-1;;;2108:186:1:o;2299:260::-;2367:6;2375;2428:2;2416:9;2407:7;2403:23;2399:32;2396:52;;;2444:1;2441;2434:12;2396:52;2467:29;2486:9;2467:29;:::i;:::-;2457:39;;2515:38;2549:2;2538:9;2534:18;2515:38;:::i;:::-;2505:48;;2299:260;;;;;:::o;2564:380::-;2643:1;2639:12;;;;2686;;;2707:61;;2761:4;2753:6;2749:17;2739:27;;2707:61;2814:2;2806:6;2803:14;2783:18;2780:38;2777:161;;2860:10;2855:3;2851:20;2848:1;2841:31;2895:4;2892:1;2885:15;2923:4;2920:1;2913:15;2777:161;;2564:380;;;:::o;2949:222::-;3014:9;;;3035:10;;;3032:133;;;3087:10;3082:3;3078:20;3075:1;3068:31;3122:4;3119:1;3112:15;3150:4;3147:1;3140:15;3176:335;3378:2;3360:21;;;3417:2;3397:18;;;3390:30;-1:-1:-1;;;3451:2:1;3436:18;;3429:41;3502:2;3487:18;;3176:335::o

Swarm Source

ipfs://65fc3623021ddff832c35b3646c4fa93a24aeff92335eda2db751a65a147d861

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

OVERVIEW

Stake DAO is a decentralized finance (DeFi) platform launched in early 2021. The platform's goal is to shift the focus from monetary gain to power, enabling various protocols to monetize their governance and transform utility into an additional cash stream.

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.