ETH Price: $3,065.44 (-7.07%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Collect Rewards212908972024-11-29 4:13:3559 days ago1732853615IN
0xb4e721f8...E391cCD4e
0 ETH0.000986127.03618116
Collect Rewards189305502024-01-04 1:00:11389 days ago1704330011IN
0xb4e721f8...E391cCD4e
0 ETH0.0041111831.80624808
Collect Rewards186490762023-11-25 13:41:47428 days ago1700919707IN
0xb4e721f8...E391cCD4e
0 ETH0.0021027726.85228544
Collect Rewards181957252023-09-23 3:05:35492 days ago1695438335IN
0xb4e721f8...E391cCD4e
0 ETH0.001046158.09361735
Collect Rewards180954312023-09-09 1:01:35506 days ago1694221295IN
0xb4e721f8...E391cCD4e
0 ETH0.00118899.64817468
Collect Rewards176049792023-07-02 7:55:35575 days ago1688284535IN
0xb4e721f8...E391cCD4e
0 ETH0.0009753614.50576515
Collect Rewards175782742023-06-28 14:00:23578 days ago1687960823IN
0xb4e721f8...E391cCD4e
0 ETH0.0014924419.05837893
Collect Rewards173142322023-05-22 10:25:47615 days ago1684751147IN
0xb4e721f8...E391cCD4e
0 ETH0.0019629829.1936477
Collect Rewards171077822023-04-23 8:19:35645 days ago1682237975IN
0xb4e721f8...E391cCD4e
0 ETH0.0076884743.21020721
Collect Rewards170358992023-04-13 2:30:11655 days ago1681353011IN
0xb4e721f8...E391cCD4e
0 ETH0.0031958431.55949046
Collect Rewards169085762023-03-26 2:17:35673 days ago1679797055IN
0xb4e721f8...E391cCD4e
0 ETH0.0017770514.49651093
Collect Rewards168472512023-03-17 11:31:11681 days ago1679052671IN
0xb4e721f8...E391cCD4e
0 ETH0.0015512817.35648145
Collect Rewards167407202023-03-02 11:55:35696 days ago1677758135IN
0xb4e721f8...E391cCD4e
0 ETH0.0012732118.93536515
Collect Rewards167375672023-03-02 1:17:23697 days ago1677719843IN
0xb4e721f8...E391cCD4e
0 ETH0.0059407419
Collect Rewards167181172023-02-27 7:42:23700 days ago1677483743IN
0xb4e721f8...E391cCD4e
0 ETH0.0026097215.52087584
Collect Rewards167153582023-02-26 22:24:59700 days ago1677450299IN
0xb4e721f8...E391cCD4e
0 ETH0.0024325924.21768892
Collect Rewards166517962023-02-17 23:53:23709 days ago1676678003IN
0xb4e721f8...E391cCD4e
0 ETH0.0030733224
Collect Rewards166517962023-02-17 23:53:23709 days ago1676678003IN
0xb4e721f8...E391cCD4e
0 ETH0.0018794124
Collect Rewards166505072023-02-17 19:30:23709 days ago1676662223IN
0xb4e721f8...E391cCD4e
0 ETH0.0041169338.66461544
Collect Rewards166478392023-02-17 10:27:47709 days ago1676629667IN
0xb4e721f8...E391cCD4e
0 ETH0.0020035821
Collect Rewards166478262023-02-17 10:25:11709 days ago1676629511IN
0xb4e721f8...E391cCD4e
0 ETH0.0016444821
Collect Rewards166461012023-02-17 4:36:11710 days ago1676608571IN
0xb4e721f8...E391cCD4e
0 ETH0.0089878325.69221934
Collect Rewards166460082023-02-17 4:17:35710 days ago1676607455IN
0xb4e721f8...E391cCD4e
0 ETH0.0022086326.24202395
Collect Rewards166458812023-02-17 3:51:59710 days ago1676605919IN
0xb4e721f8...E391cCD4e
0 ETH0.0022833927.13027602
Collect Rewards166438942023-02-16 21:11:47710 days ago1676581907IN
0xb4e721f8...E391cCD4e
0 ETH0.0030516438.96922792
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
HideoutRewards

Compiler Version
v0.8.11+commit.d7f03943

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2022-03-12
*/

// File: contracts/interface/ISkvllpvnkz.sol


pragma solidity ^0.8.0;

interface ISkvllpvnkz {
    function walletOfOwner(address _owner) external view returns(uint256[] memory);
    function balanceOf(address owner) external view returns (uint256 balance);
    function ownerOf(uint256 tokenId) external view returns (address owner);
}
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/security/ReentrancyGuard.sol


// OpenZeppelin Contracts v4.4.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() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

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

        _;

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

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


// OpenZeppelin Contracts v4.4.0 (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/contracts/access/Ownable.sol


// OpenZeppelin Contracts v4.4.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 Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

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

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

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





contract HideoutRewards is Ownable, ReentrancyGuard {

    event RewardCollected(address owner, uint256 skvllpvnkId, uint256 amount);
    event HideoutRewardsOpen();
    event HideoutRewardsClosed();

    IERC20 private AMMO = IERC20(0xBcB6112292a9EE9C9cA876E6EAB0FeE7622445F1);
    ISkvllpvnkz private SkvllpvnkzHideout = ISkvllpvnkz(0xB28a4FdE7B6c3Eb0C914d7b4d3ddb4544c3bcbd6);

    uint256 public constant START_TIMESTAMP = 1631142000; // 09-09-2021
    uint256 public constant REWARD_PER_DAY = 2*10**18;
    uint256 public constant REWARD_PER_SEC = REWARD_PER_DAY / 86400;

    bool public isHideoutRewardsOpen = false;

    mapping(uint256 => uint256) private skvllpvnkz;

    struct Report{
        uint256 id;
        address owner;
        uint256 lastClaimTimestamp;
        uint256 unclaimedRewards;
    }

    modifier hideoutRewardsOpen {
        require( isHideoutRewardsOpen, "Hideout Rewards is closed" );
        _;
    }

    function setTreasuryContract(address _address) external onlyOwner{
        AMMO = IERC20(_address);
    }

    function setSkvllpvnkzContract(address _address) external onlyOwner{
        SkvllpvnkzHideout = ISkvllpvnkz(_address);
    }

    function getBatchPendingRewards(uint64[] memory skvllpvnkIds) external view returns(Report[] memory) {
        Report[] memory allRewards = new Report[](skvllpvnkIds.length);
        for (uint64 i = 0; i < skvllpvnkIds.length; i++){
            allRewards[i] = 
                Report(
                    skvllpvnkIds[i],
                    SkvllpvnkzHideout.ownerOf(skvllpvnkIds[i]),
                    skvllpvnkz[skvllpvnkIds[i]] == 0 
                        ? START_TIMESTAMP 
                        : skvllpvnkz[skvllpvnkIds[i]], 
                    _calculateRewards(skvllpvnkIds[i], block.timestamp));
        }
        return allRewards;
    }

    function getWalletReport(address wallet) external view returns(Report[] memory) {
        uint256[] memory skvllpvnkIds = SkvllpvnkzHideout.walletOfOwner(wallet);
        Report[] memory report = new Report[](skvllpvnkIds.length);
        uint256 rewardTimestamp = block.timestamp;
        for (uint64 i = 0; i < skvllpvnkIds.length; i++){
            report[i] = 
                Report(
                    skvllpvnkIds[i],
                    wallet,
                    skvllpvnkz[skvllpvnkIds[i]] == 0 
                    ? START_TIMESTAMP 
                    : skvllpvnkz[skvllpvnkIds[i]], 
                    _calculateRewards(skvllpvnkIds[i], rewardTimestamp));
        }
        return report;
    }

    function collectRewards(uint256[] memory skvllpvnkIds) public hideoutRewardsOpen nonReentrant {
        uint256 rewardTimestamp = block.timestamp;
        uint256 rewardAmount = 0; 
        for (uint256 i; i < skvllpvnkIds.length; i++){     
            require(SkvllpvnkzHideout.ownerOf(skvllpvnkIds[i]) == msg.sender, "You do not own this Skvllpvnk");
            rewardAmount += _calculateRewards(skvllpvnkIds[i], rewardTimestamp);
            skvllpvnkz[skvllpvnkIds[i]] = rewardTimestamp;
            emit RewardCollected( msg.sender, skvllpvnkIds[i], rewardAmount);
        }
        _releasePayment(rewardAmount);
    }

    function _calculateRewards(uint256 skvllpvnkId, uint256 currentTime) internal view returns (uint256){
        uint256 startTime = skvllpvnkz[skvllpvnkId] == 0 ? START_TIMESTAMP : skvllpvnkz[skvllpvnkId];
        return (currentTime - startTime) * REWARD_PER_SEC;
    }

    function _releasePayment(uint256 rewardAmount) internal {
        require(rewardAmount > 0, "Nothing to collect");
        require(AMMO.balanceOf(address(this)) >= rewardAmount, "Not enough AMMO");
        AMMO.approve(address(this), rewardAmount); 
        AMMO.transfer(msg.sender, rewardAmount);
    }

    function openCloseHideout() external onlyOwner {
        isHideoutRewardsOpen = !isHideoutRewardsOpen;
    }

}

Contract Security Audit

Contract ABI

[{"anonymous":false,"inputs":[],"name":"HideoutRewardsClosed","type":"event"},{"anonymous":false,"inputs":[],"name":"HideoutRewardsOpen","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"owner","type":"address"},{"indexed":false,"internalType":"uint256","name":"skvllpvnkId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"RewardCollected","type":"event"},{"inputs":[],"name":"REWARD_PER_DAY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"REWARD_PER_SEC","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"START_TIMESTAMP","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"skvllpvnkIds","type":"uint256[]"}],"name":"collectRewards","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint64[]","name":"skvllpvnkIds","type":"uint64[]"}],"name":"getBatchPendingRewards","outputs":[{"components":[{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"lastClaimTimestamp","type":"uint256"},{"internalType":"uint256","name":"unclaimedRewards","type":"uint256"}],"internalType":"struct HideoutRewards.Report[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"wallet","type":"address"}],"name":"getWalletReport","outputs":[{"components":[{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"lastClaimTimestamp","type":"uint256"},{"internalType":"uint256","name":"unclaimedRewards","type":"uint256"}],"internalType":"struct HideoutRewards.Report[]","name":"","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isHideoutRewardsOpen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"openCloseHideout","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"setSkvllpvnkzContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"setTreasuryContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052600280546001600160a01b03191673bcb6112292a9ee9c9ca876e6eab0fee7622445f1179055600380546001600160a81b03191673b28a4fde7b6c3eb0c914d7b4d3ddb4544c3bcbd617905534801561005c57600080fd5b506100663361006f565b600180556100bf565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b61122a806100ce6000396000f3fe608060405234801561001057600080fd5b50600436106100cf5760003560e01c80635ad5e7aa1161008c5780638141feb3116100665780638141feb3146101785780638da5cb5b14610187578063f1f2a1e7146101a2578063f2fde38b146101c657600080fd5b80635ad5e7aa14610152578063715018a614610165578063781cd99d1461016d57600080fd5b806307ed2362146100d457806315664dfc146100e95780631ed651101461010457806339ce85d514610117578063558bfd401461011f5780635a1b65ae1461013f575b600080fd5b6100e76100e2366004610dd1565b6101d9565b005b6100f161022e565b6040519081526020015b60405180910390f35b6100e7610112366004610dd1565b610246565b6100e7610292565b61013261012d366004610e5e565b6102dd565b6040516100fb9190610f07565b6100e761014d366004610f74565b610581565b610132610160366004610dd1565b610810565b6100e7610a58565b6100f1636139407081565b6100f1671bc16d674ec8000081565b6000546040516001600160a01b0390911681526020016100fb565b6003546101b690600160a01b900460ff1681565b60405190151581526020016100fb565b6100e76101d4366004610dd1565b610a8e565b6000546001600160a01b0316331461020c5760405162461bcd60e51b815260040161020390611004565b60405180910390fd5b600380546001600160a01b0319166001600160a01b0392909216919091179055565b61024362015180671bc16d674ec8000061104f565b81565b6000546001600160a01b031633146102705760405162461bcd60e51b815260040161020390611004565b600280546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b031633146102bc5760405162461bcd60e51b815260040161020390611004565b6003805460ff60a01b198116600160a01b9182900460ff1615909102179055565b6060600082516001600160401b038111156102fa576102fa610df5565b60405190808252806020026020018201604052801561035f57816020015b61034c60405180608001604052806000815260200160006001600160a01b0316815260200160008152602001600081525090565b8152602001906001900390816103185790505b50905060005b8351816001600160401b0316101561057a57604051806080016040528085836001600160401b03168151811061039d5761039d611071565b60200260200101516001600160401b03168152602001600360009054906101000a90046001600160a01b03166001600160a01b0316636352211e87856001600160401b0316815181106103f2576103f2611071565b60200260200101516040518263ffffffff1660e01b815260040161042591906001600160401b0391909116815260200190565b602060405180830381865afa158015610442573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104669190611087565b6001600160a01b031681526020016004600087856001600160401b03168151811061049357610493611071565b60200260200101516001600160401b03168152602001908152602001600020546000146104fe576004600087856001600160401b0316815181106104d9576104d9611071565b60200260200101516001600160401b0316815260200190815260200160002054610504565b63613940705b815260200161053e86846001600160401b03168151811061052757610527611071565b60200260200101516001600160401b031642610b29565b81525082826001600160401b03168151811061055c5761055c611071565b60200260200101819052508080610572906110a4565b915050610365565b5092915050565b600354600160a01b900460ff166105da5760405162461bcd60e51b815260206004820152601960248201527f486964656f7574205265776172647320697320636c6f736564000000000000006044820152606401610203565b6002600154141561062d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610203565b6002600155426000805b83518110156107fd57600354845133916001600160a01b031690636352211e9087908590811061066957610669611071565b60200260200101516040518263ffffffff1660e01b815260040161068f91815260200190565b602060405180830381865afa1580156106ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d09190611087565b6001600160a01b0316146107265760405162461bcd60e51b815260206004820152601d60248201527f596f7520646f206e6f74206f776e207468697320536b766c6c70766e6b0000006044820152606401610203565b61074984828151811061073b5761073b611071565b602002602001015184610b29565b61075390836110cb565b9150826004600086848151811061076c5761076c611071565b60200260200101518152602001908152602001600020819055507f175de791cae106394f6c9daa00b9b55b3c2babff16f57c56b89a8c66601ec59e338583815181106107ba576107ba611071565b602090810291909101810151604080516001600160a01b03909416845291830152810184905260600160405180910390a1806107f5816110e3565b915050610637565b5061080781610b8c565b50506001805550565b60035460405162438b6360e81b81526001600160a01b03838116600483015260609260009291169063438b630090602401600060405180830381865afa15801561085e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261088691908101906110fe565b9050600081516001600160401b038111156108a3576108a3610df5565b60405190808252806020026020018201604052801561090857816020015b6108f560405180608001604052806000815260200160006001600160a01b0316815260200160008152602001600081525090565b8152602001906001900390816108c15790505b5090504260005b8351816001600160401b03161015610a4e57604051806080016040528085836001600160401b03168151811061094757610947611071565b60200260200101518152602001876001600160a01b031681526020016004600087856001600160401b03168151811061098257610982611071565b60200260200101518152602001908152602001600020546000146109db576004600087856001600160401b0316815181106109bf576109bf611071565b60200260200101518152602001908152602001600020546109e1565b63613940705b8152602001610a1286846001600160401b031681518110610a0457610a04611071565b602002602001015185610b29565b81525083826001600160401b031681518110610a3057610a30611071565b60200260200101819052508080610a46906110a4565b91505061090f565b5090949350505050565b6000546001600160a01b03163314610a825760405162461bcd60e51b815260040161020390611004565b610a8c6000610d6c565b565b6000546001600160a01b03163314610ab85760405162461bcd60e51b815260040161020390611004565b6001600160a01b038116610b1d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610203565b610b2681610d6c565b50565b600082815260046020526040812054819015610b5357600084815260046020526040902054610b59565b63613940705b9050610b7062015180671bc16d674ec8000061104f565b610b7a8285611183565b610b84919061119a565b949350505050565b60008111610bd15760405162461bcd60e51b8152602060048201526012602482015271139bdd1a1a5b99c81d1bc818dbdb1b1958dd60721b6044820152606401610203565b6002546040516370a0823160e01b815230600482015282916001600160a01b0316906370a0823190602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d91906111b9565b1015610c7d5760405162461bcd60e51b815260206004820152600f60248201526e4e6f7420656e6f75676820414d4d4f60881b6044820152606401610203565b60025460405163095ea7b360e01b8152306004820152602481018390526001600160a01b039091169063095ea7b3906044016020604051808303816000875af1158015610cce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cf291906111d2565b5060025460405163a9059cbb60e01b8152336004820152602481018390526001600160a01b039091169063a9059cbb906044016020604051808303816000875af1158015610d44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d6891906111d2565b5050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610b2657600080fd5b600060208284031215610de357600080fd5b8135610dee81610dbc565b9392505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610e3357610e33610df5565b604052919050565b60006001600160401b03821115610e5457610e54610df5565b5060051b60200190565b60006020808385031215610e7157600080fd5b82356001600160401b0380821115610e8857600080fd5b818501915085601f830112610e9c57600080fd5b8135610eaf610eaa82610e3b565b610e0b565b81815260059190911b83018401908481019088831115610ece57600080fd5b938501935b82851015610efb5784358481168114610eec5760008081fd5b82529385019390850190610ed3565b98975050505050505050565b602080825282518282018190526000919060409081850190868401855b82811015610f6757815180518552868101516001600160a01b03168786015285810151868601526060908101519085015260809093019290850190600101610f24565b5091979650505050505050565b60006020808385031215610f8757600080fd5b82356001600160401b03811115610f9d57600080fd5b8301601f81018513610fae57600080fd5b8035610fbc610eaa82610e3b565b81815260059190911b82018301908381019087831115610fdb57600080fd5b928401925b82841015610ff957833582529284019290840190610fe0565b979650505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b60008261106c57634e487b7160e01b600052601260045260246000fd5b500490565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561109957600080fd5b8151610dee81610dbc565b60006001600160401b03808316818114156110c1576110c1611039565b6001019392505050565b600082198211156110de576110de611039565b500190565b60006000198214156110f7576110f7611039565b5060010190565b6000602080838503121561111157600080fd5b82516001600160401b0381111561112757600080fd5b8301601f8101851361113857600080fd5b8051611146610eaa82610e3b565b81815260059190911b8201830190838101908783111561116557600080fd5b928401925b82841015610ff95783518252928401929084019061116a565b60008282101561119557611195611039565b500390565b60008160001904831182151516156111b4576111b4611039565b500290565b6000602082840312156111cb57600080fd5b5051919050565b6000602082840312156111e457600080fd5b81518015158114610dee57600080fdfea2646970667358221220edcc0e100228b26ca085acd637fb870c313de61789ab08600625c37d2b77157364736f6c634300080b0033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100cf5760003560e01c80635ad5e7aa1161008c5780638141feb3116100665780638141feb3146101785780638da5cb5b14610187578063f1f2a1e7146101a2578063f2fde38b146101c657600080fd5b80635ad5e7aa14610152578063715018a614610165578063781cd99d1461016d57600080fd5b806307ed2362146100d457806315664dfc146100e95780631ed651101461010457806339ce85d514610117578063558bfd401461011f5780635a1b65ae1461013f575b600080fd5b6100e76100e2366004610dd1565b6101d9565b005b6100f161022e565b6040519081526020015b60405180910390f35b6100e7610112366004610dd1565b610246565b6100e7610292565b61013261012d366004610e5e565b6102dd565b6040516100fb9190610f07565b6100e761014d366004610f74565b610581565b610132610160366004610dd1565b610810565b6100e7610a58565b6100f1636139407081565b6100f1671bc16d674ec8000081565b6000546040516001600160a01b0390911681526020016100fb565b6003546101b690600160a01b900460ff1681565b60405190151581526020016100fb565b6100e76101d4366004610dd1565b610a8e565b6000546001600160a01b0316331461020c5760405162461bcd60e51b815260040161020390611004565b60405180910390fd5b600380546001600160a01b0319166001600160a01b0392909216919091179055565b61024362015180671bc16d674ec8000061104f565b81565b6000546001600160a01b031633146102705760405162461bcd60e51b815260040161020390611004565b600280546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b031633146102bc5760405162461bcd60e51b815260040161020390611004565b6003805460ff60a01b198116600160a01b9182900460ff1615909102179055565b6060600082516001600160401b038111156102fa576102fa610df5565b60405190808252806020026020018201604052801561035f57816020015b61034c60405180608001604052806000815260200160006001600160a01b0316815260200160008152602001600081525090565b8152602001906001900390816103185790505b50905060005b8351816001600160401b0316101561057a57604051806080016040528085836001600160401b03168151811061039d5761039d611071565b60200260200101516001600160401b03168152602001600360009054906101000a90046001600160a01b03166001600160a01b0316636352211e87856001600160401b0316815181106103f2576103f2611071565b60200260200101516040518263ffffffff1660e01b815260040161042591906001600160401b0391909116815260200190565b602060405180830381865afa158015610442573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906104669190611087565b6001600160a01b031681526020016004600087856001600160401b03168151811061049357610493611071565b60200260200101516001600160401b03168152602001908152602001600020546000146104fe576004600087856001600160401b0316815181106104d9576104d9611071565b60200260200101516001600160401b0316815260200190815260200160002054610504565b63613940705b815260200161053e86846001600160401b03168151811061052757610527611071565b60200260200101516001600160401b031642610b29565b81525082826001600160401b03168151811061055c5761055c611071565b60200260200101819052508080610572906110a4565b915050610365565b5092915050565b600354600160a01b900460ff166105da5760405162461bcd60e51b815260206004820152601960248201527f486964656f7574205265776172647320697320636c6f736564000000000000006044820152606401610203565b6002600154141561062d5760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152606401610203565b6002600155426000805b83518110156107fd57600354845133916001600160a01b031690636352211e9087908590811061066957610669611071565b60200260200101516040518263ffffffff1660e01b815260040161068f91815260200190565b602060405180830381865afa1580156106ac573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106d09190611087565b6001600160a01b0316146107265760405162461bcd60e51b815260206004820152601d60248201527f596f7520646f206e6f74206f776e207468697320536b766c6c70766e6b0000006044820152606401610203565b61074984828151811061073b5761073b611071565b602002602001015184610b29565b61075390836110cb565b9150826004600086848151811061076c5761076c611071565b60200260200101518152602001908152602001600020819055507f175de791cae106394f6c9daa00b9b55b3c2babff16f57c56b89a8c66601ec59e338583815181106107ba576107ba611071565b602090810291909101810151604080516001600160a01b03909416845291830152810184905260600160405180910390a1806107f5816110e3565b915050610637565b5061080781610b8c565b50506001805550565b60035460405162438b6360e81b81526001600160a01b03838116600483015260609260009291169063438b630090602401600060405180830381865afa15801561085e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261088691908101906110fe565b9050600081516001600160401b038111156108a3576108a3610df5565b60405190808252806020026020018201604052801561090857816020015b6108f560405180608001604052806000815260200160006001600160a01b0316815260200160008152602001600081525090565b8152602001906001900390816108c15790505b5090504260005b8351816001600160401b03161015610a4e57604051806080016040528085836001600160401b03168151811061094757610947611071565b60200260200101518152602001876001600160a01b031681526020016004600087856001600160401b03168151811061098257610982611071565b60200260200101518152602001908152602001600020546000146109db576004600087856001600160401b0316815181106109bf576109bf611071565b60200260200101518152602001908152602001600020546109e1565b63613940705b8152602001610a1286846001600160401b031681518110610a0457610a04611071565b602002602001015185610b29565b81525083826001600160401b031681518110610a3057610a30611071565b60200260200101819052508080610a46906110a4565b91505061090f565b5090949350505050565b6000546001600160a01b03163314610a825760405162461bcd60e51b815260040161020390611004565b610a8c6000610d6c565b565b6000546001600160a01b03163314610ab85760405162461bcd60e51b815260040161020390611004565b6001600160a01b038116610b1d5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610203565b610b2681610d6c565b50565b600082815260046020526040812054819015610b5357600084815260046020526040902054610b59565b63613940705b9050610b7062015180671bc16d674ec8000061104f565b610b7a8285611183565b610b84919061119a565b949350505050565b60008111610bd15760405162461bcd60e51b8152602060048201526012602482015271139bdd1a1a5b99c81d1bc818dbdb1b1958dd60721b6044820152606401610203565b6002546040516370a0823160e01b815230600482015282916001600160a01b0316906370a0823190602401602060405180830381865afa158015610c19573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c3d91906111b9565b1015610c7d5760405162461bcd60e51b815260206004820152600f60248201526e4e6f7420656e6f75676820414d4d4f60881b6044820152606401610203565b60025460405163095ea7b360e01b8152306004820152602481018390526001600160a01b039091169063095ea7b3906044016020604051808303816000875af1158015610cce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cf291906111d2565b5060025460405163a9059cbb60e01b8152336004820152602481018390526001600160a01b039091169063a9059cbb906044016020604051808303816000875af1158015610d44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d6891906111d2565b5050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0381168114610b2657600080fd5b600060208284031215610de357600080fd5b8135610dee81610dbc565b9392505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610e3357610e33610df5565b604052919050565b60006001600160401b03821115610e5457610e54610df5565b5060051b60200190565b60006020808385031215610e7157600080fd5b82356001600160401b0380821115610e8857600080fd5b818501915085601f830112610e9c57600080fd5b8135610eaf610eaa82610e3b565b610e0b565b81815260059190911b83018401908481019088831115610ece57600080fd5b938501935b82851015610efb5784358481168114610eec5760008081fd5b82529385019390850190610ed3565b98975050505050505050565b602080825282518282018190526000919060409081850190868401855b82811015610f6757815180518552868101516001600160a01b03168786015285810151868601526060908101519085015260809093019290850190600101610f24565b5091979650505050505050565b60006020808385031215610f8757600080fd5b82356001600160401b03811115610f9d57600080fd5b8301601f81018513610fae57600080fd5b8035610fbc610eaa82610e3b565b81815260059190911b82018301908381019087831115610fdb57600080fd5b928401925b82841015610ff957833582529284019290840190610fe0565b979650505050505050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b60008261106c57634e487b7160e01b600052601260045260246000fd5b500490565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561109957600080fd5b8151610dee81610dbc565b60006001600160401b03808316818114156110c1576110c1611039565b6001019392505050565b600082198211156110de576110de611039565b500190565b60006000198214156110f7576110f7611039565b5060010190565b6000602080838503121561111157600080fd5b82516001600160401b0381111561112757600080fd5b8301601f8101851361113857600080fd5b8051611146610eaa82610e3b565b81815260059190911b8201830190838101908783111561116557600080fd5b928401925b82841015610ff95783518252928401929084019061116a565b60008282101561119557611195611039565b500390565b60008160001904831182151516156111b4576111b4611039565b500290565b6000602082840312156111cb57600080fd5b5051919050565b6000602082840312156111e457600080fd5b81518015158114610dee57600080fdfea2646970667358221220edcc0e100228b26ca085acd637fb870c313de61789ab08600625c37d2b77157364736f6c634300080b0033

Deployed Bytecode Sourcemap

9534:3988:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10621:127;;;;;;:::i;:::-;;:::i;:::-;;10057:63;;;:::i;:::-;;;548:25:1;;;536:2;521:18;10057:63:0;;;;;;;;10506:107;;;;;;:::i;:::-;;:::i;13407:110::-;;;:::i;10756:669::-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;12167:636::-;;;;;;:::i;:::-;;:::i;11433:726::-;;;;;;:::i;:::-;;:::i;8609:103::-;;;:::i;9928:52::-;;9970:10;9928:52;;10001:49;;10042:8;10001:49;;7958:87;8004:7;8031:6;7958:87;;-1:-1:-1;;;;;8031:6:0;;;4256:51:1;;4244:2;4229:18;7958:87:0;4110:203:1;10129:40:0;;;;;-1:-1:-1;;;10129:40:0;;;;;;;;;4483:14:1;;4476:22;4458:41;;4446:2;4431:18;10129:40:0;4318:187:1;8867:201:0;;;;;;:::i;:::-;;:::i;10621:127::-;8004:7;8031:6;-1:-1:-1;;;;;8031:6:0;6762:10;8178:23;8170:68;;;;-1:-1:-1;;;8170:68:0;;;;;;;:::i;:::-;;;;;;;;;10699:17:::1;:41:::0;;-1:-1:-1;;;;;;10699:41:0::1;-1:-1:-1::0;;;;;10699:41:0;;;::::1;::::0;;;::::1;::::0;;10621:127::o;10057:63::-;10098:22;10115:5;10042:8;10098:22;:::i;:::-;10057:63;:::o;10506:107::-;8004:7;8031:6;-1:-1:-1;;;;;8031:6:0;6762:10;8178:23;8170:68;;;;-1:-1:-1;;;8170:68:0;;;;;;;:::i;:::-;10582:4:::1;:23:::0;;-1:-1:-1;;;;;;10582:23:0::1;-1:-1:-1::0;;;;;10582:23:0;;;::::1;::::0;;;::::1;::::0;;10506:107::o;13407:110::-;8004:7;8031:6;-1:-1:-1;;;;;8031:6:0;6762:10;8178:23;8170:68;;;;-1:-1:-1;;;8170:68:0;;;;;;;:::i;:::-;13489:20:::1;::::0;;-1:-1:-1;;;;13465:44:0;::::1;-1:-1:-1::0;;;13489:20:0;;;::::1;;;13488:21;13465:44:::0;;::::1;;::::0;;13407:110::o;10756:669::-;10840:15;10868:26;10910:12;:19;-1:-1:-1;;;;;10897:33:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10897:33:0;;;;;;;;;;;;;;;;;10868:62;;10946:8;10941:449;10964:12;:19;10960:1;-1:-1:-1;;;;;10960:23:0;;10941:449;;;11038:340;;;;;;;;11067:12;11080:1;-1:-1:-1;;;;;11067:15:0;;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1;;;;;11038:340:0;;;;;11105:17;;;;;;;;;-1:-1:-1;;;;;11105:17:0;-1:-1:-1;;;;;11105:25:0;;11131:12;11144:1;-1:-1:-1;;;;;11131:15:0;;;;;;;;;:::i;:::-;;;;;;;11105:42;;;;;;;;;;;;;;-1:-1:-1;;;;;5520:31:1;;;;5502:50;;5490:2;5475:18;;5357:201;11105:42:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;11038:340:0;;;;;11170:10;:27;11181:12;11194:1;-1:-1:-1;;;;;11181:15:0;;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1;;;;;11170:27:0;;;;;;;;;;;;;11201:1;11170:32;:132;;11275:10;:27;11286:12;11299:1;-1:-1:-1;;;;;11286:15:0;;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1;;;;;11275:27:0;;;;;;;;;;;;;11170:132;;;9970:10;11170:132;11038:340;;;;11326:51;11344:12;11357:1;-1:-1:-1;;;;;11344:15:0;;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1;;;;;11326:51:0;11361:15;11326:17;:51::i;:::-;11038:340;;;11004:10;11015:1;-1:-1:-1;;;;;11004:13:0;;;;;;;;;:::i;:::-;;;;;;:374;;;;10985:3;;;;;:::i;:::-;;;;10941:449;;;-1:-1:-1;11407:10:0;10756:669;-1:-1:-1;;10756:669:0:o;12167:636::-;10427:20;;-1:-1:-1;;;10427:20:0;;;;10418:60;;;;-1:-1:-1;;;10418:60:0;;6235:2:1;10418:60:0;;;6217:21:1;6274:2;6254:18;;;6247:30;6313:27;6293:18;;;6286:55;6358:18;;10418:60:0;6033:349:1;10418:60:0;5056:1:::1;5654:7;;:19;;5646:63;;;::::0;-1:-1:-1;;;5646:63:0;;6589:2:1;5646:63:0::1;::::0;::::1;6571:21:1::0;6628:2;6608:18;;;6601:30;6667:33;6647:18;;;6640:61;6718:18;;5646:63:0::1;6387:355:1::0;5646:63:0::1;5056:1;5787:7;:18:::0;12298:15:::2;12272:23;::::0;12360:396:::2;12380:12;:19;12376:1;:23;12360:396;;;12433:17;::::0;12459:15;;12479:10:::2;::::0;-1:-1:-1;;;;;12433:17:0::2;::::0;:25:::2;::::0;12459:12;;12472:1;;12459:15;::::2;;;;;:::i;:::-;;;;;;;12433:42;;;;;;;;;;;;;548:25:1::0;;536:2;521:18;;402:177;12433:42:0::2;;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;;;;;12433:56:0::2;;12425:98;;;::::0;-1:-1:-1;;;12425:98:0;;6949:2:1;12425:98:0::2;::::0;::::2;6931:21:1::0;6988:2;6968:18;;;6961:30;7027:31;7007:18;;;7000:59;7076:18;;12425:98:0::2;6747:353:1::0;12425:98:0::2;12554:51;12572:12;12585:1;12572:15;;;;;;;;:::i;:::-;;;;;;;12589;12554:17;:51::i;:::-;12538:67;::::0;;::::2;:::i;:::-;;;12650:15;12620:10;:27;12631:12;12644:1;12631:15;;;;;;;;:::i;:::-;;;;;;;12620:27;;;;;;;;;;;:45;;;;12685:59;12702:10;12714:12;12727:1;12714:15;;;;;;;;:::i;:::-;;::::0;;::::2;::::0;;;;;;;12685:59:::2;::::0;;-1:-1:-1;;;;;7458:32:1;;;7440:51;;7507:18;;;7500:34;7550:18;;7543:34;;;7428:2;7413:18;12685:59:0::2;;;;;;;12401:3:::0;::::2;::::0;::::2;:::i;:::-;;;;12360:396;;;;12766:29;12782:12;12766:15;:29::i;:::-;-1:-1:-1::0;;5012:1:0::1;5966:22:::0;;-1:-1:-1;12167:636:0:o;11433:726::-;11556:17;;:39;;-1:-1:-1;;;11556:39:0;;-1:-1:-1;;;;;4274:32:1;;;11556:39:0;;;4256:51:1;11496:15:0;;11524:29;;11556:17;;;:31;;4229:18:1;;11556:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;11556:39:0;;;;;;;;;;;;:::i;:::-;11524:71;;11606:22;11644:12;:19;-1:-1:-1;;;;;11631:33:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11631:33:0;;;;;;;;;;;;;;;;-1:-1:-1;11606:58:0;-1:-1:-1;11701:15:0;11675:23;11727:401;11750:12;:19;11746:1;-1:-1:-1;;;;;11746:23:0;;11727:401;;;11820:296;;;;;;;;11849:12;11862:1;-1:-1:-1;;;;;11849:15:0;;;;;;;;;:::i;:::-;;;;;;;11820:296;;;;11887:6;-1:-1:-1;;;;;11820:296:0;;;;;11916:10;:27;11927:12;11940:1;-1:-1:-1;;;;;11927:15:0;;;;;;;;;:::i;:::-;;;;;;;11916:27;;;;;;;;;;;;11947:1;11916:32;:124;;12013:10;:27;12024:12;12037:1;-1:-1:-1;;;;;12024:15:0;;;;;;;;;:::i;:::-;;;;;;;12013:27;;;;;;;;;;;;11916:124;;;9970:10;11916:124;11820:296;;;;12064:51;12082:12;12095:1;-1:-1:-1;;;;;12082:15:0;;;;;;;;;:::i;:::-;;;;;;;12099;12064:17;:51::i;:::-;11820:296;;;11790:6;11797:1;-1:-1:-1;;;;;11790:9:0;;;;;;;;;:::i;:::-;;;;;;:326;;;;11771:3;;;;;:::i;:::-;;;;11727:401;;;-1:-1:-1;12145:6:0;;11433:726;-1:-1:-1;;;;11433:726:0:o;8609:103::-;8004:7;8031:6;-1:-1:-1;;;;;8031:6:0;6762:10;8178:23;8170:68;;;;-1:-1:-1;;;8170:68:0;;;;;;;:::i;:::-;8674:30:::1;8701:1;8674:18;:30::i;:::-;8609:103::o:0;8867:201::-;8004:7;8031:6;-1:-1:-1;;;;;8031:6:0;6762:10;8178:23;8170:68;;;;-1:-1:-1;;;8170:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;8956:22:0;::::1;8948:73;;;::::0;-1:-1:-1;;;8948:73:0;;8815:2:1;8948:73:0::1;::::0;::::1;8797:21:1::0;8854:2;8834:18;;;8827:30;8893:34;8873:18;;;8866:62;-1:-1:-1;;;8944:18:1;;;8937:36;8990:19;;8948:73:0::1;8613:402:1::0;8948:73:0::1;9032:28;9051:8;9032:18;:28::i;:::-;8867:201:::0;:::o;12811:271::-;12903:7;12942:23;;;:10;:23;;;;;;12903:7;;12942:28;:72;;12991:23;;;;:10;:23;;;;;;12942:72;;;9970:10;12942:72;12922:92;-1:-1:-1;10098:22:0;10115:5;10042:8;10098:22;:::i;:::-;13033:23;13047:9;13033:11;:23;:::i;:::-;13032:42;;;;:::i;:::-;13025:49;12811:271;-1:-1:-1;;;;12811:271:0:o;13090:309::-;13180:1;13165:12;:16;13157:47;;;;-1:-1:-1;;;13157:47:0;;9525:2:1;13157:47:0;;;9507:21:1;9564:2;9544:18;;;9537:30;-1:-1:-1;;;9583:18:1;;;9576:48;9641:18;;13157:47:0;9323:342:1;13157:47:0;13223:4;;:29;;-1:-1:-1;;;13223:29:0;;13246:4;13223:29;;;4256:51:1;13256:12:0;;-1:-1:-1;;;;;13223:4:0;;:14;;4229:18:1;;13223:29:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:45;;13215:73;;;;-1:-1:-1;;;13215:73:0;;10061:2:1;13215:73:0;;;10043:21:1;10100:2;10080:18;;;10073:30;-1:-1:-1;;;10119:18:1;;;10112:45;10174:18;;13215:73:0;9859:339:1;13215:73:0;13299:4;;:41;;-1:-1:-1;;;13299:41:0;;13320:4;13299:41;;;10377:51:1;10444:18;;;10437:34;;;-1:-1:-1;;;;;13299:4:0;;;;:12;;10350:18:1;;13299:41:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;13352:4:0;;:39;;-1:-1:-1;;;13352:39:0;;13366:10;13352:39;;;10377:51:1;10444:18;;;10437:34;;;-1:-1:-1;;;;;13352:4:0;;;;:13;;10350:18:1;;13352:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;13090:309;:::o;9228:191::-;9302:16;9321:6;;-1:-1:-1;;;;;9338:17:0;;;-1:-1:-1;;;;;;9338:17:0;;;;;;9371:40;;9321:6;;;;;;;9371:40;;9302:16;9371:40;9291:128;9228:191;:::o;14:131:1:-;-1:-1:-1;;;;;89:31:1;;79:42;;69:70;;135:1;132;125:12;150:247;209:6;262:2;250:9;241:7;237:23;233:32;230:52;;;278:1;275;268:12;230:52;317:9;304:23;336:31;361:5;336:31;:::i;:::-;386:5;150:247;-1:-1:-1;;;150:247:1:o;584:127::-;645:10;640:3;636:20;633:1;626:31;676:4;673:1;666:15;700:4;697:1;690:15;716:275;787:2;781:9;852:2;833:13;;-1:-1:-1;;829:27:1;817:40;;-1:-1:-1;;;;;872:34:1;;908:22;;;869:62;866:88;;;934:18;;:::i;:::-;970:2;963:22;716:275;;-1:-1:-1;716:275:1:o;996:182::-;1055:4;-1:-1:-1;;;;;1080:6:1;1077:30;1074:56;;;1110:18;;:::i;:::-;-1:-1:-1;1155:1:1;1151:14;1167:4;1147:25;;996:182::o;1183:1077::-;1266:6;1297:2;1340;1328:9;1319:7;1315:23;1311:32;1308:52;;;1356:1;1353;1346:12;1308:52;1396:9;1383:23;-1:-1:-1;;;;;1466:2:1;1458:6;1455:14;1452:34;;;1482:1;1479;1472:12;1452:34;1520:6;1509:9;1505:22;1495:32;;1565:7;1558:4;1554:2;1550:13;1546:27;1536:55;;1587:1;1584;1577:12;1536:55;1623:2;1610:16;1646:59;1662:42;1701:2;1662:42;:::i;:::-;1646:59;:::i;:::-;1739:15;;;1821:1;1817:10;;;;1809:19;;1805:28;;;1770:12;;;;1845:19;;;1842:39;;;1877:1;1874;1867:12;1842:39;1901:11;;;;1921:309;1937:6;1932:3;1929:15;1921:309;;;2017:3;2004:17;2065:2;2058:5;2054:14;2047:5;2044:25;2034:123;;2111:1;2140:2;2136;2129:14;2034:123;2170:18;;1954:12;;;;2208;;;;1921:309;;;2249:5;1183:1077;-1:-1:-1;;;;;;;;1183:1077:1:o;2265:945::-;2482:2;2534:21;;;2604:13;;2507:18;;;2626:22;;;2453:4;;2482:2;2667;;2685:18;;;;2726:15;;;2453:4;2769:415;2783:6;2780:1;2777:13;2769:415;;;2842:13;;2880:9;;2868:22;;2934:11;;;2928:18;-1:-1:-1;;;;;2924:44:1;2910:12;;;2903:66;3009:11;;;3003:18;2989:12;;;2982:40;3045:4;3089:11;;;3083:18;3069:12;;;3062:40;3131:4;3122:14;;;;3159:15;;;;2965:1;2798:9;2769:415;;;-1:-1:-1;3201:3:1;;2265:945;-1:-1:-1;;;;;;;2265:945:1:o;3215:890::-;3299:6;3330:2;3373;3361:9;3352:7;3348:23;3344:32;3341:52;;;3389:1;3386;3379:12;3341:52;3429:9;3416:23;-1:-1:-1;;;;;3454:6:1;3451:30;3448:50;;;3494:1;3491;3484:12;3448:50;3517:22;;3570:4;3562:13;;3558:27;-1:-1:-1;3548:55:1;;3599:1;3596;3589:12;3548:55;3635:2;3622:16;3658:59;3674:42;3713:2;3674:42;:::i;3658:59::-;3751:15;;;3833:1;3829:10;;;;3821:19;;3817:28;;;3782:12;;;;3857:19;;;3854:39;;;3889:1;3886;3879:12;3854:39;3913:11;;;;3933:142;3949:6;3944:3;3941:15;3933:142;;;4015:17;;4003:30;;3966:12;;;;4053;;;;3933:142;;;4094:5;3215:890;-1:-1:-1;;;;;;;3215:890:1:o;4510:356::-;4712:2;4694:21;;;4731:18;;;4724:30;4790:34;4785:2;4770:18;;4763:62;4857:2;4842:18;;4510:356::o;4871:127::-;4932:10;4927:3;4923:20;4920:1;4913:31;4963:4;4960:1;4953:15;4987:4;4984:1;4977:15;5003:217;5043:1;5069;5059:132;;5113:10;5108:3;5104:20;5101:1;5094:31;5148:4;5145:1;5138:15;5176:4;5173:1;5166:15;5059:132;-1:-1:-1;5205:9:1;;5003:217::o;5225:127::-;5286:10;5281:3;5277:20;5274:1;5267:31;5317:4;5314:1;5307:15;5341:4;5338:1;5331:15;5563:251;5633:6;5686:2;5674:9;5665:7;5661:23;5657:32;5654:52;;;5702:1;5699;5692:12;5654:52;5734:9;5728:16;5753:31;5778:5;5753:31;:::i;5819:209::-;5857:3;-1:-1:-1;;;;;5938:2:1;5931:5;5927:14;5965:2;5956:7;5953:15;5950:41;;;5971:18;;:::i;:::-;6020:1;6007:15;;5819:209;-1:-1:-1;;;5819:209:1:o;7105:128::-;7145:3;7176:1;7172:6;7169:1;7166:13;7163:39;;;7182:18;;:::i;:::-;-1:-1:-1;7218:9:1;;7105:128::o;7588:135::-;7627:3;-1:-1:-1;;7648:17:1;;7645:43;;;7668:18;;:::i;:::-;-1:-1:-1;7715:1:1;7704:13;;7588:135::o;7728:880::-;7823:6;7854:2;7897;7885:9;7876:7;7872:23;7868:32;7865:52;;;7913:1;7910;7903:12;7865:52;7946:9;7940:16;-1:-1:-1;;;;;7971:6:1;7968:30;7965:50;;;8011:1;8008;8001:12;7965:50;8034:22;;8087:4;8079:13;;8075:27;-1:-1:-1;8065:55:1;;8116:1;8113;8106:12;8065:55;8145:2;8139:9;8168:59;8184:42;8223:2;8184:42;:::i;8168:59::-;8261:15;;;8343:1;8339:10;;;;8331:19;;8327:28;;;8292:12;;;;8367:19;;;8364:39;;;8399:1;8396;8389:12;8364:39;8423:11;;;;8443:135;8459:6;8454:3;8451:15;8443:135;;;8525:10;;8513:23;;8476:12;;;;8556;;;;8443:135;;9020:125;9060:4;9088:1;9085;9082:8;9079:34;;;9093:18;;:::i;:::-;-1:-1:-1;9130:9:1;;9020:125::o;9150:168::-;9190:7;9256:1;9252;9248:6;9244:14;9241:1;9238:21;9233:1;9226:9;9219:17;9215:45;9212:71;;;9263:18;;:::i;:::-;-1:-1:-1;9303:9:1;;9150:168::o;9670:184::-;9740:6;9793:2;9781:9;9772:7;9768:23;9764:32;9761:52;;;9809:1;9806;9799:12;9761:52;-1:-1:-1;9832:16:1;;9670:184;-1:-1:-1;9670:184:1:o;10482:277::-;10549:6;10602:2;10590:9;10581:7;10577:23;10573:32;10570:52;;;10618:1;10615;10608:12;10570:52;10650:9;10644:16;10703:5;10696:13;10689:21;10682:5;10679:32;10669:60;;10725:1;10722;10715:12

Swarm Source

ipfs://edcc0e100228b26ca085acd637fb870c313de61789ab08600625c37d2b771573

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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

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