ETH Price: $3,491.85 (+4.37%)

Contract

0xDFB185B3C50191b5F598d6359074fdD765c4aD70
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Transfer207877402024-09-19 22:50:5968 days ago1726786259IN
0xDFB185B3...765c4aD70
0 ETH0.000242495.07605147
Claim Reward142099532022-02-15 9:42:451016 days ago1644918165IN
0xDFB185B3...765c4aD70
0 ETH0.00210244.68451241
Claim Reward142099532022-02-15 9:42:451016 days ago1644918165IN
0xDFB185B3...765c4aD70
0 ETH0.0018949334.17939202
Claim Reward141976612022-02-13 12:02:431018 days ago1644753763IN
0xDFB185B3...765c4aD70
0 ETH0.0016623629.98431249
Claim Reward139723932022-01-09 16:24:501052 days ago1641745490IN
0xDFB185B3...765c4aD70
0 ETH0.01359078151.74893818
Claim Reward139496482022-01-06 4:08:491056 days ago1641442129IN
0xDFB185B3...765c4aD70
0 ETH0.0067313121.41381443
Approve139419212022-01-04 23:18:211057 days ago1641338301IN
0xDFB185B3...765c4aD70
0 ETH0.00664817140.6694003
Approve139399192022-01-04 15:57:391057 days ago1641311859IN
0xDFB185B3...765c4aD70
0 ETH0.0037161678.63069019
Approve139398302022-01-04 15:38:091057 days ago1641310689IN
0xDFB185B3...765c4aD70
0 ETH0.0041853888.55905664
Approve139398022022-01-04 15:33:401057 days ago1641310420IN
0xDFB185B3...765c4aD70
0 ETH0.00694823147.0183734
Approve139398012022-01-04 15:33:151057 days ago1641310395IN
0xDFB185B3...765c4aD70
0 ETH0.00513493108.65065656
Approve139398012022-01-04 15:33:151057 days ago1641310395IN
0xDFB185B3...765c4aD70
0 ETH0.00630794133.47051016
Approve139397782022-01-04 15:27:571057 days ago1641310077IN
0xDFB185B3...765c4aD70
0 ETH0.00547889115.92838821
Emergency Mint139397732022-01-04 15:26:371057 days ago1641309997IN
0xDFB185B3...765c4aD70
0 ETH0.00407484111.19783652
Transfer139397682022-01-04 15:25:211057 days ago1641309921IN
0xDFB185B3...765c4aD70
0 ETH0.0046118387.78429022
Transfer139397672022-01-04 15:24:481057 days ago1641309888IN
0xDFB185B3...765c4aD70
0 ETH0.0041086378.20605062
Transfer139397642022-01-04 15:24:321057 days ago1641309872IN
0xDFB185B3...765c4aD70
0 ETH0.0050523596.16939614
Transfer139397632022-01-04 15:24:131057 days ago1641309853IN
0xDFB185B3...765c4aD70
0 ETH0.004500185.65753643
Transfer139397632022-01-04 15:24:131057 days ago1641309853IN
0xDFB185B3...765c4aD70
0 ETH0.004500185.65753643
Transfer139397622022-01-04 15:23:561057 days ago1641309836IN
0xDFB185B3...765c4aD70
0 ETH0.0042846981.57594168
Transfer139397612022-01-04 15:23:491057 days ago1641309829IN
0xDFB185B3...765c4aD70
0 ETH0.0040062976.25815788
Transfer139397582022-01-04 15:23:111057 days ago1641309791IN
0xDFB185B3...765c4aD70
0 ETH0.0043700283.18161584
Transfer139397542022-01-04 15:22:581057 days ago1641309778IN
0xDFB185B3...765c4aD70
0 ETH0.0048870893.02359375
Emergency Mint139397492022-01-04 15:22:061057 days ago1641309726IN
0xDFB185B3...765c4aD70
0 ETH0.0031557186.11584102
Claim Reward138774222021-12-25 23:53:021067 days ago1640476382IN
0xDFB185B3...765c4aD70
0 ETH0.0054512760.86661776
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:
CARROTZ

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 1 : Carrotz.sol
/**
 *Submitted for verification at Etherscan.io on 2021-11-13
*/

// SPDX-License-Identifier: MIT

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) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}



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



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




/**
 * @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 () {
        address msgSender = _msgSender();
        _owner = msgSender;
        emit OwnershipTransferred(address(0), 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 {
        emit OwnershipTransferred(_owner, address(0));
        _owner = address(0);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        emit OwnershipTransferred(_owner, newOwner);
        _owner = newOwner;
    }
}


/**
 * @dev Implementation of the {IERC20} interface.
 * 
 */
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}.
     *
     * The defaut value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * 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 value {ERC20} uses, unless this function is
     * 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:
     *
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_msgSender(), recipient, 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}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), 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}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(address sender, address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        _approve(sender, _msgSender(), currentAllowance - 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) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][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) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        _approve(_msgSender(), spender, currentAllowance - subtractedValue);

        return true;
    }

    /**
     * @dev Moves tokens `amount` from `sender` to `recipient`.
     *
     * This is 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:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(address sender, address recipient, uint256 amount) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);

        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        _balances[sender] = senderBalance - amount;
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, 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:
     *
     * - `to` 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;
        _balances[account] += amount;
        emit Transfer(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");
        _balances[account] = accountBalance - amount;
        _totalSupply -= amount;

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


    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);
    }


    function _beforeTokenTransfer(address from, address to, uint256 amount) internal virtual { }
}

 /**
* @dev get balance in wallets
*/
interface IBunz {
    function balanceOf(address owner) external view returns(uint256);
}

/**
 * @dev 
*/
     
contract CARROTZ is ERC20, Ownable {

    uint256 constant public BASE_RATE = 1 ether;  //1 Carrotz a day
    uint256 public START;
    bool rewardPaused = false;

    mapping(address => uint256) public rewards;
    mapping(address => uint256) public lastUpdate;

    mapping(address => bool) public allowedAddresses;
    address public  bunzAddress;
    
    
    constructor() ERC20("CARROTZ", "CARROTZ") {
        START = block.timestamp;
    }

    function setStartTimeStamp(uint256 timestamp) public onlyOwner {
        START = timestamp;
   }

   function setbunzAddress(address contractAddress) public onlyOwner {
        bunzAddress = contractAddress;
   }
    
    
    
    function updateReward(address from, address to) external {
        require(msg.sender == bunzAddress);
        if(from != address(0)){
            rewards[from] += getPendingReward(from);
            lastUpdate[from] = block.timestamp;
        }
        if(to != address(0)){
            rewards[to] += getPendingReward(to);
            lastUpdate[to] = block.timestamp;
        }
    }

    function claimReward() external {
        require(!rewardPaused, "Claim paused"); 
        _mint(msg.sender, rewards[msg.sender] + getPendingReward(msg.sender));
        rewards[msg.sender] = 0;
        lastUpdate[msg.sender] = block.timestamp;
    }

    function emergencyMint(uint256 amount) public onlyOwner {
        _mint(msg.sender, amount);
    }

    function burn(address user, uint256 amount) external {
        require(allowedAddresses[msg.sender] || msg.sender == bunzAddress , "Address needs to aprove burn first");
        _burn(user, amount);
    }

    function getTotalClaimable(address user) external view returns(uint256) {
        return rewards[user] + getPendingReward(user);
    }

    function getPendingReward(address user) internal view returns(uint256) {
        IBunz Bunz = IBunz(bunzAddress);
        return Bunz.balanceOf(user) * BASE_RATE * (block.timestamp - (lastUpdate[user] >= START ? lastUpdate[user] : START)) / 86400;
    }

    function setAllowedAddresses(address _address, bool _access) public onlyOwner {
        allowedAddresses[_address] = _access;
    }

    function toggleReward() public onlyOwner {
        rewardPaused = !rewardPaused;
    }
    
    function isPaused() external view returns(bool) {
        return !rewardPaused;
    }
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"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":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","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":[],"name":"BASE_RATE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"START","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"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":"","type":"address"}],"name":"allowedAddresses","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[],"name":"bunzAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"claimReward","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":"uint256","name":"amount","type":"uint256"}],"name":"emergencyMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"}],"name":"getTotalClaimable","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":[],"name":"isPaused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"lastUpdate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","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":"","type":"address"}],"name":"rewards","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"bool","name":"_access","type":"bool"}],"name":"setAllowedAddresses","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"timestamp","type":"uint256"}],"name":"setStartTimeStamp","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"contractAddress","type":"address"}],"name":"setbunzAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"toggleReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"}],"name":"updateReward","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040526000600760006101000a81548160ff0219169083151502179055503480156200002c57600080fd5b506040518060400160405280600781526020017f434152524f545a000000000000000000000000000000000000000000000000008152506040518060400160405280600781526020017f434152524f545a000000000000000000000000000000000000000000000000008152508160039080519060200190620000b192919062000193565b508060049080519060200190620000ca92919062000193565b5050506000620000df6200018b60201b60201c565b905080600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35042600681905550620002a8565b600033905090565b828054620001a19062000243565b90600052602060002090601f016020900481019282620001c5576000855562000211565b82601f10620001e057805160ff191683800117855562000211565b8280016001018555821562000211579182015b8281111562000210578251825591602001919060010190620001f3565b5b50905062000220919062000224565b5090565b5b808211156200023f57600081600090555060010162000225565b5090565b600060028204905060018216806200025c57607f821691505b6020821081141562000273576200027262000279565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b612c0f80620002b86000396000f3fe608060405234801561001057600080fd5b50600436106101da5760003560e01c80639499668011610104578063b187bd26116100a2578063d230af3a11610071578063d230af3a1461055b578063dd62ed3e14610577578063f2fde38b146105a7578063ffcc66dc146105c3576101da565b8063b187bd26146104e5578063b88a802f14610503578063ba9a061a1461050d578063cb03fb1e1461052b576101da565b80639dc29fac116100de5780639dc29fac1461045f578063a457c2d71461047b578063a9059cbb146104ab578063ac8724cf146104db576101da565b8063949966801461040757806395d89b411461042357806397d148a314610441576101da565b8063395093511161017c578063715018a61161014b578063715018a6146103a757806384e71722146103b157806389781912146103cd5780638da5cb5b146103e9576101da565b806339509351146102f95780634120657a1461032957806341910f901461035957806370a0823114610377576101da565b806318160ddd116101b857806318160ddd1461025d57806323b872dd1461027b578063267e8ab6146102ab578063313ce567146102db576101da565b806306fdde03146101df5780630700037d146101fd578063095ea7b31461022d575b600080fd5b6101e76105df565b6040516101f491906126f3565b60405180910390f35b61021760048036038101906102129190611fa8565b610671565b60405161022491906128d5565b60405180910390f35b61024760048036038101906102429190612098565b610689565b60405161025491906126d8565b60405180910390f35b6102656106a7565b60405161027291906128d5565b60405180910390f35b6102956004803603810190610290919061200d565b6106b1565b6040516102a291906126d8565b60405180910390f35b6102c560048036038101906102c09190611fa8565b6107b2565b6040516102d291906128d5565b60405180910390f35b6102e361080e565b6040516102f091906128f0565b60405180910390f35b610313600480360381019061030e9190612098565b610817565b60405161032091906126d8565b60405180910390f35b610343600480360381019061033e9190611fa8565b6108c3565b60405161035091906126d8565b60405180910390f35b6103616108e3565b60405161036e91906128d5565b60405180910390f35b610391600480360381019061038c9190611fa8565b6108ef565b60405161039e91906128d5565b60405180910390f35b6103af610937565b005b6103cb60048036038101906103c69190611fa8565b610a74565b005b6103e760048036038101906103e2919061205c565b610b34565b005b6103f1610c0b565b6040516103fe91906126bd565b60405180910390f35b610421600480360381019061041c91906120d4565b610c35565b005b61042b610cbb565b60405161043891906126f3565b60405180910390f35b610449610d4d565b60405161045691906126bd565b60405180910390f35b61047960048036038101906104749190612098565b610d73565b005b61049560048036038101906104909190612098565b610e65565b6040516104a291906126d8565b60405180910390f35b6104c560048036038101906104c09190612098565b610f59565b6040516104d291906126d8565b60405180910390f35b6104e3610f77565b005b6104ed61101f565b6040516104fa91906126d8565b60405180910390f35b61050b611037565b005b61051561116e565b60405161052291906128d5565b60405180910390f35b61054560048036038101906105409190611fa8565b611174565b60405161055291906128d5565b60405180910390f35b61057560048036038101906105709190611fd1565b61118c565b005b610591600480360381019061058c9190611fd1565b611398565b60405161059e91906128d5565b60405180910390f35b6105c160048036038101906105bc9190611fa8565b61141f565b005b6105dd60048036038101906105d891906120d4565b6115cb565b005b6060600380546105ee90612ac4565b80601f016020809104026020016040519081016040528092919081815260200182805461061a90612ac4565b80156106675780601f1061063c57610100808354040283529160200191610667565b820191906000526020600020905b81548152906001019060200180831161064a57829003601f168201915b5050505050905090565b60086020528060005260406000206000915090505481565b600061069d610696611654565b848461165c565b6001905092915050565b6000600254905090565b60006106be848484611827565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610709611654565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610789576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610780906127d5565b60405180910390fd5b6107a685610795611654565b85846107a19190612a08565b61165c565b60019150509392505050565b60006107bd82611aa6565b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546108079190612927565b9050919050565b60006012905090565b60006108b9610824611654565b848460016000610832611654565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546108b49190612927565b61165c565b6001905092915050565b600a6020528060005260406000206000915054906101000a900460ff1681565b670de0b6b3a764000081565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61093f611654565b73ffffffffffffffffffffffffffffffffffffffff1661095d610c0b565b73ffffffffffffffffffffffffffffffffffffffff16146109b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109aa906127f5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b610a7c611654565b73ffffffffffffffffffffffffffffffffffffffff16610a9a610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610af0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ae7906127f5565b60405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610b3c611654565b73ffffffffffffffffffffffffffffffffffffffff16610b5a610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610bb0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ba7906127f5565b60405180910390fd5b80600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610c3d611654565b73ffffffffffffffffffffffffffffffffffffffff16610c5b610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610cb1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ca8906127f5565b60405180910390fd5b8060068190555050565b606060048054610cca90612ac4565b80601f0160208091040260200160405190810160405280929190818152602001828054610cf690612ac4565b8015610d435780601f10610d1857610100808354040283529160200191610d43565b820191906000526020600020905b815481529060010190602001808311610d2657829003601f168201915b5050505050905090565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680610e185750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16145b610e57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e4e906127b5565b60405180910390fd5b610e618282611c27565b5050565b60008060016000610e74611654565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610f31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2890612895565b60405180910390fd5b610f4e610f3c611654565b858584610f499190612a08565b61165c565b600191505092915050565b6000610f6d610f66611654565b8484611827565b6001905092915050565b610f7f611654565b73ffffffffffffffffffffffffffffffffffffffff16610f9d610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610ff3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fea906127f5565b60405180910390fd5b600760009054906101000a900460ff1615600760006101000a81548160ff021916908315150217905550565b6000600760009054906101000a900460ff1615905090565b600760009054906101000a900460ff1615611087576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107e90612855565b60405180910390fd5b6110e33361109433611aa6565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546110de9190612927565b611dfb565b6000600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555042600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550565b60065481565b60096020528060005260406000206000915090505481565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146111e657600080fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146112bd5761122382611aa6565b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546112719190612927565b9250508190555042600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614611394576112fa81611aa6565b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546113489190612927565b9250508190555042600960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b5050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b611427611654565b73ffffffffffffffffffffffffffffffffffffffff16611445610c0b565b73ffffffffffffffffffffffffffffffffffffffff161461149b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611492906127f5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561150b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150290612755565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6115d3611654565b73ffffffffffffffffffffffffffffffffffffffff166115f1610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614611647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161163e906127f5565b60405180910390fd5b6116513382611dfb565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156116cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116c390612875565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561173c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173390612775565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161181a91906128d5565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611897576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161188e90612835565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611907576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118fe90612715565b60405180910390fd5b611912838383611f4f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611998576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161198f90612795565b60405180910390fd5b81816119a49190612a08565b6000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611a349190612927565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611a9891906128d5565b60405180910390a350505050565b600080600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905062015180600654600960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541015611b2357600654611b64565b600960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020545b42611b6f9190612a08565b670de0b6b3a76400008373ffffffffffffffffffffffffffffffffffffffff166370a08231876040518263ffffffff1660e01b8152600401611bb191906126bd565b60206040518083038186803b158015611bc957600080fd5b505afa158015611bdd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c0191906120fd565b611c0b91906129ae565b611c1591906129ae565b611c1f919061297d565b915050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611c97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c8e90612815565b60405180910390fd5b611ca382600083611f4f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611d29576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d2090612735565b60405180910390fd5b8181611d359190612a08565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254611d899190612a08565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611dee91906128d5565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611e6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e62906128b5565b60405180910390fd5b611e7760008383611f4f565b8060026000828254611e899190612927565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611ede9190612927565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611f4391906128d5565b60405180910390a35050565b505050565b600081359050611f6381612b94565b92915050565b600081359050611f7881612bab565b92915050565b600081359050611f8d81612bc2565b92915050565b600081519050611fa281612bc2565b92915050565b600060208284031215611fba57600080fd5b6000611fc884828501611f54565b91505092915050565b60008060408385031215611fe457600080fd5b6000611ff285828601611f54565b925050602061200385828601611f54565b9150509250929050565b60008060006060848603121561202257600080fd5b600061203086828701611f54565b935050602061204186828701611f54565b925050604061205286828701611f7e565b9150509250925092565b6000806040838503121561206f57600080fd5b600061207d85828601611f54565b925050602061208e85828601611f69565b9150509250929050565b600080604083850312156120ab57600080fd5b60006120b985828601611f54565b92505060206120ca85828601611f7e565b9150509250929050565b6000602082840312156120e657600080fd5b60006120f484828501611f7e565b91505092915050565b60006020828403121561210f57600080fd5b600061211d84828501611f93565b91505092915050565b61212f81612a3c565b82525050565b61213e81612a4e565b82525050565b600061214f8261290b565b6121598185612916565b9350612169818560208601612a91565b61217281612b83565b840191505092915050565b600061218a602383612916565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006121f0602283612916565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612256602683612916565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006122bc602283612916565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612322602683612916565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612388602283612916565b91507f41646472657373206e6565647320746f206170726f7665206275726e2066697260008301527f73740000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006123ee602883612916565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612454602083612916565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000612494602183612916565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006124fa602583612916565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612560600c83612916565b91507f436c61696d2070617573656400000000000000000000000000000000000000006000830152602082019050919050565b60006125a0602483612916565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612606602583612916565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061266c601f83612916565b91507f45524332303a206d696e7420746f20746865207a65726f2061646472657373006000830152602082019050919050565b6126a881612a7a565b82525050565b6126b781612a84565b82525050565b60006020820190506126d26000830184612126565b92915050565b60006020820190506126ed6000830184612135565b92915050565b6000602082019050818103600083015261270d8184612144565b905092915050565b6000602082019050818103600083015261272e8161217d565b9050919050565b6000602082019050818103600083015261274e816121e3565b9050919050565b6000602082019050818103600083015261276e81612249565b9050919050565b6000602082019050818103600083015261278e816122af565b9050919050565b600060208201905081810360008301526127ae81612315565b9050919050565b600060208201905081810360008301526127ce8161237b565b9050919050565b600060208201905081810360008301526127ee816123e1565b9050919050565b6000602082019050818103600083015261280e81612447565b9050919050565b6000602082019050818103600083015261282e81612487565b9050919050565b6000602082019050818103600083015261284e816124ed565b9050919050565b6000602082019050818103600083015261286e81612553565b9050919050565b6000602082019050818103600083015261288e81612593565b9050919050565b600060208201905081810360008301526128ae816125f9565b9050919050565b600060208201905081810360008301526128ce8161265f565b9050919050565b60006020820190506128ea600083018461269f565b92915050565b600060208201905061290560008301846126ae565b92915050565b600081519050919050565b600082825260208201905092915050565b600061293282612a7a565b915061293d83612a7a565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561297257612971612af6565b5b828201905092915050565b600061298882612a7a565b915061299383612a7a565b9250826129a3576129a2612b25565b5b828204905092915050565b60006129b982612a7a565b91506129c483612a7a565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156129fd576129fc612af6565b5b828202905092915050565b6000612a1382612a7a565b9150612a1e83612a7a565b925082821015612a3157612a30612af6565b5b828203905092915050565b6000612a4782612a5a565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b83811015612aaf578082015181840152602081019050612a94565b83811115612abe576000848401525b50505050565b60006002820490506001821680612adc57607f821691505b60208210811415612af057612aef612b54565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b612b9d81612a3c565b8114612ba857600080fd5b50565b612bb481612a4e565b8114612bbf57600080fd5b50565b612bcb81612a7a565b8114612bd657600080fd5b5056fea26469706673582212208771630fbd5a81a38ed63ba4938c0418f8a94db476bd4b4744de22c3c4696b4d64736f6c63430008000033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101da5760003560e01c80639499668011610104578063b187bd26116100a2578063d230af3a11610071578063d230af3a1461055b578063dd62ed3e14610577578063f2fde38b146105a7578063ffcc66dc146105c3576101da565b8063b187bd26146104e5578063b88a802f14610503578063ba9a061a1461050d578063cb03fb1e1461052b576101da565b80639dc29fac116100de5780639dc29fac1461045f578063a457c2d71461047b578063a9059cbb146104ab578063ac8724cf146104db576101da565b8063949966801461040757806395d89b411461042357806397d148a314610441576101da565b8063395093511161017c578063715018a61161014b578063715018a6146103a757806384e71722146103b157806389781912146103cd5780638da5cb5b146103e9576101da565b806339509351146102f95780634120657a1461032957806341910f901461035957806370a0823114610377576101da565b806318160ddd116101b857806318160ddd1461025d57806323b872dd1461027b578063267e8ab6146102ab578063313ce567146102db576101da565b806306fdde03146101df5780630700037d146101fd578063095ea7b31461022d575b600080fd5b6101e76105df565b6040516101f491906126f3565b60405180910390f35b61021760048036038101906102129190611fa8565b610671565b60405161022491906128d5565b60405180910390f35b61024760048036038101906102429190612098565b610689565b60405161025491906126d8565b60405180910390f35b6102656106a7565b60405161027291906128d5565b60405180910390f35b6102956004803603810190610290919061200d565b6106b1565b6040516102a291906126d8565b60405180910390f35b6102c560048036038101906102c09190611fa8565b6107b2565b6040516102d291906128d5565b60405180910390f35b6102e361080e565b6040516102f091906128f0565b60405180910390f35b610313600480360381019061030e9190612098565b610817565b60405161032091906126d8565b60405180910390f35b610343600480360381019061033e9190611fa8565b6108c3565b60405161035091906126d8565b60405180910390f35b6103616108e3565b60405161036e91906128d5565b60405180910390f35b610391600480360381019061038c9190611fa8565b6108ef565b60405161039e91906128d5565b60405180910390f35b6103af610937565b005b6103cb60048036038101906103c69190611fa8565b610a74565b005b6103e760048036038101906103e2919061205c565b610b34565b005b6103f1610c0b565b6040516103fe91906126bd565b60405180910390f35b610421600480360381019061041c91906120d4565b610c35565b005b61042b610cbb565b60405161043891906126f3565b60405180910390f35b610449610d4d565b60405161045691906126bd565b60405180910390f35b61047960048036038101906104749190612098565b610d73565b005b61049560048036038101906104909190612098565b610e65565b6040516104a291906126d8565b60405180910390f35b6104c560048036038101906104c09190612098565b610f59565b6040516104d291906126d8565b60405180910390f35b6104e3610f77565b005b6104ed61101f565b6040516104fa91906126d8565b60405180910390f35b61050b611037565b005b61051561116e565b60405161052291906128d5565b60405180910390f35b61054560048036038101906105409190611fa8565b611174565b60405161055291906128d5565b60405180910390f35b61057560048036038101906105709190611fd1565b61118c565b005b610591600480360381019061058c9190611fd1565b611398565b60405161059e91906128d5565b60405180910390f35b6105c160048036038101906105bc9190611fa8565b61141f565b005b6105dd60048036038101906105d891906120d4565b6115cb565b005b6060600380546105ee90612ac4565b80601f016020809104026020016040519081016040528092919081815260200182805461061a90612ac4565b80156106675780601f1061063c57610100808354040283529160200191610667565b820191906000526020600020905b81548152906001019060200180831161064a57829003601f168201915b5050505050905090565b60086020528060005260406000206000915090505481565b600061069d610696611654565b848461165c565b6001905092915050565b6000600254905090565b60006106be848484611827565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000610709611654565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610789576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610780906127d5565b60405180910390fd5b6107a685610795611654565b85846107a19190612a08565b61165c565b60019150509392505050565b60006107bd82611aa6565b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546108079190612927565b9050919050565b60006012905090565b60006108b9610824611654565b848460016000610832611654565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546108b49190612927565b61165c565b6001905092915050565b600a6020528060005260406000206000915054906101000a900460ff1681565b670de0b6b3a764000081565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61093f611654565b73ffffffffffffffffffffffffffffffffffffffff1661095d610c0b565b73ffffffffffffffffffffffffffffffffffffffff16146109b3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109aa906127f5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a36000600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b610a7c611654565b73ffffffffffffffffffffffffffffffffffffffff16610a9a610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610af0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ae7906127f5565b60405180910390fd5b80600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b610b3c611654565b73ffffffffffffffffffffffffffffffffffffffff16610b5a610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610bb0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ba7906127f5565b60405180910390fd5b80600a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b610c3d611654565b73ffffffffffffffffffffffffffffffffffffffff16610c5b610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610cb1576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ca8906127f5565b60405180910390fd5b8060068190555050565b606060048054610cca90612ac4565b80601f0160208091040260200160405190810160405280929190818152602001828054610cf690612ac4565b8015610d435780601f10610d1857610100808354040283529160200191610d43565b820191906000526020600020905b815481529060010190602001808311610d2657829003601f168201915b5050505050905090565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680610e185750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16145b610e57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e4e906127b5565b60405180910390fd5b610e618282611c27565b5050565b60008060016000610e74611654565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610f31576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2890612895565b60405180910390fd5b610f4e610f3c611654565b858584610f499190612a08565b61165c565b600191505092915050565b6000610f6d610f66611654565b8484611827565b6001905092915050565b610f7f611654565b73ffffffffffffffffffffffffffffffffffffffff16610f9d610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614610ff3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fea906127f5565b60405180910390fd5b600760009054906101000a900460ff1615600760006101000a81548160ff021916908315150217905550565b6000600760009054906101000a900460ff1615905090565b600760009054906101000a900460ff1615611087576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107e90612855565b60405180910390fd5b6110e33361109433611aa6565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020546110de9190612927565b611dfb565b6000600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555042600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550565b60065481565b60096020528060005260406000206000915090505481565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146111e657600080fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16146112bd5761122382611aa6565b600860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546112719190612927565b9250508190555042600960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614611394576112fa81611aa6565b600860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546113489190612927565b9250508190555042600960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055505b5050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b611427611654565b73ffffffffffffffffffffffffffffffffffffffff16611445610c0b565b73ffffffffffffffffffffffffffffffffffffffff161461149b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611492906127f5565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561150b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161150290612755565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff16600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a380600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6115d3611654565b73ffffffffffffffffffffffffffffffffffffffff166115f1610c0b565b73ffffffffffffffffffffffffffffffffffffffff1614611647576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161163e906127f5565b60405180910390fd5b6116513382611dfb565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156116cc576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116c390612875565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561173c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161173390612775565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258360405161181a91906128d5565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611897576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161188e90612835565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611907576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118fe90612715565b60405180910390fd5b611912838383611f4f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611998576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161198f90612795565b60405180910390fd5b81816119a49190612a08565b6000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611a349190612927565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611a9891906128d5565b60405180910390a350505050565b600080600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905062015180600654600960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020541015611b2357600654611b64565b600960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020545b42611b6f9190612a08565b670de0b6b3a76400008373ffffffffffffffffffffffffffffffffffffffff166370a08231876040518263ffffffff1660e01b8152600401611bb191906126bd565b60206040518083038186803b158015611bc957600080fd5b505afa158015611bdd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c0191906120fd565b611c0b91906129ae565b611c1591906129ae565b611c1f919061297d565b915050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611c97576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c8e90612815565b60405180910390fd5b611ca382600083611f4f565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611d29576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d2090612735565b60405180910390fd5b8181611d359190612a08565b6000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254611d899190612a08565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611dee91906128d5565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611e6b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e62906128b5565b60405180910390fd5b611e7760008383611f4f565b8060026000828254611e899190612927565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611ede9190612927565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051611f4391906128d5565b60405180910390a35050565b505050565b600081359050611f6381612b94565b92915050565b600081359050611f7881612bab565b92915050565b600081359050611f8d81612bc2565b92915050565b600081519050611fa281612bc2565b92915050565b600060208284031215611fba57600080fd5b6000611fc884828501611f54565b91505092915050565b60008060408385031215611fe457600080fd5b6000611ff285828601611f54565b925050602061200385828601611f54565b9150509250929050565b60008060006060848603121561202257600080fd5b600061203086828701611f54565b935050602061204186828701611f54565b925050604061205286828701611f7e565b9150509250925092565b6000806040838503121561206f57600080fd5b600061207d85828601611f54565b925050602061208e85828601611f69565b9150509250929050565b600080604083850312156120ab57600080fd5b60006120b985828601611f54565b92505060206120ca85828601611f7e565b9150509250929050565b6000602082840312156120e657600080fd5b60006120f484828501611f7e565b91505092915050565b60006020828403121561210f57600080fd5b600061211d84828501611f93565b91505092915050565b61212f81612a3c565b82525050565b61213e81612a4e565b82525050565b600061214f8261290b565b6121598185612916565b9350612169818560208601612a91565b61217281612b83565b840191505092915050565b600061218a602383612916565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006121f0602283612916565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612256602683612916565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006122bc602283612916565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612322602683612916565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612388602283612916565b91507f41646472657373206e6565647320746f206170726f7665206275726e2066697260008301527f73740000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006123ee602883612916565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612454602083612916565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b6000612494602183612916565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006124fa602583612916565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612560600c83612916565b91507f436c61696d2070617573656400000000000000000000000000000000000000006000830152602082019050919050565b60006125a0602483612916565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612606602583612916565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061266c601f83612916565b91507f45524332303a206d696e7420746f20746865207a65726f2061646472657373006000830152602082019050919050565b6126a881612a7a565b82525050565b6126b781612a84565b82525050565b60006020820190506126d26000830184612126565b92915050565b60006020820190506126ed6000830184612135565b92915050565b6000602082019050818103600083015261270d8184612144565b905092915050565b6000602082019050818103600083015261272e8161217d565b9050919050565b6000602082019050818103600083015261274e816121e3565b9050919050565b6000602082019050818103600083015261276e81612249565b9050919050565b6000602082019050818103600083015261278e816122af565b9050919050565b600060208201905081810360008301526127ae81612315565b9050919050565b600060208201905081810360008301526127ce8161237b565b9050919050565b600060208201905081810360008301526127ee816123e1565b9050919050565b6000602082019050818103600083015261280e81612447565b9050919050565b6000602082019050818103600083015261282e81612487565b9050919050565b6000602082019050818103600083015261284e816124ed565b9050919050565b6000602082019050818103600083015261286e81612553565b9050919050565b6000602082019050818103600083015261288e81612593565b9050919050565b600060208201905081810360008301526128ae816125f9565b9050919050565b600060208201905081810360008301526128ce8161265f565b9050919050565b60006020820190506128ea600083018461269f565b92915050565b600060208201905061290560008301846126ae565b92915050565b600081519050919050565b600082825260208201905092915050565b600061293282612a7a565b915061293d83612a7a565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561297257612971612af6565b5b828201905092915050565b600061298882612a7a565b915061299383612a7a565b9250826129a3576129a2612b25565b5b828204905092915050565b60006129b982612a7a565b91506129c483612a7a565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156129fd576129fc612af6565b5b828202905092915050565b6000612a1382612a7a565b9150612a1e83612a7a565b925082821015612a3157612a30612af6565b5b828203905092915050565b6000612a4782612a5a565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b83811015612aaf578082015181840152602081019050612a94565b83811115612abe576000848401525b50505050565b60006002820490506001821680612adc57607f821691505b60208210811415612af057612aef612b54565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b612b9d81612a3c565b8114612ba857600080fd5b50565b612bb481612a4e565b8114612bbf57600080fd5b50565b612bcb81612a7a565b8114612bd657600080fd5b5056fea26469706673582212208771630fbd5a81a38ed63ba4938c0418f8a94db476bd4b4744de22c3c4696b4d64736f6c63430008000033

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.