ETH Price: $2,372.76 (+1.70%)

Contract

0xFEF62A8586480f794b7E6a869a9937F97f88205A
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve205713102024-08-20 17:25:1121 days ago1724174711IN
0xFEF62A85...97f88205A
0 ETH0.000129112.77044277
Approve194215802024-03-12 21:07:11181 days ago1710277631IN
0xFEF62A85...97f88205A
0 ETH0.0014866561.13124676
Approve193627782024-03-04 15:45:35190 days ago1709567135IN
0xFEF62A85...97f88205A
0 ETH0.0047535102
Approve188025092023-12-17 1:33:35268 days ago1702776815IN
0xFEF62A85...97f88205A
0 ETH0.0007500530.84249442
Approve182691612023-10-03 9:36:59343 days ago1696325819IN
0xFEF62A85...97f88205A
0 ETH0.000415248.97022481
Approve181527352023-09-17 2:11:23359 days ago1694916683IN
0xFEF62A85...97f88205A
0 ETH0.000192377.91043216
Approve170095692023-04-09 8:28:47520 days ago1681028927IN
0xFEF62A85...97f88205A
0 ETH0.0005184621.31920132
Approve168297582023-03-15 0:30:11545 days ago1678840211IN
0xFEF62A85...97f88205A
0 ETH0.0006264225.7587122
Approve160441602022-11-25 2:56:59655 days ago1669345019IN
0xFEF62A85...97f88205A
0 ETH0.0002961912.1796358
Approve151355932022-07-13 17:28:23790 days ago1657733303IN
0xFEF62A85...97f88205A
0 ETH0.0005526822.72647971
Approve138842452021-12-27 1:13:29988 days ago1640567609IN
0xFEF62A85...97f88205A
0 ETH0.0017975973.91739441
Transfer138326542021-12-19 1:36:11996 days ago1639877771IN
0xFEF62A85...97f88205A
0 ETH0.0026030152
Approve131169592021-08-28 23:48:341108 days ago1630194514IN
0xFEF62A85...97f88205A
0 ETH0.00815086174.9
Approve130258752021-08-14 21:59:361122 days ago1628978376IN
0xFEF62A85...97f88205A
0 ETH0.0026577357.02936405
Transfer129980312021-08-10 14:38:501127 days ago1628606330IN
0xFEF62A85...97f88205A
0 ETH0.0030242745
Approve129675752021-08-05 22:11:561131 days ago1628201516IN
0xFEF62A85...97f88205A
0 ETH0.0021437346
Approve128180992021-07-13 9:51:121155 days ago1626169872IN
0xFEF62A85...97f88205A
0 ETH0.0009227319.8
Approve128000592021-07-10 13:59:551158 days ago1625925595IN
0xFEF62A85...97f88205A
0 ETH0.0006058313
Approve127717492021-07-06 4:24:421162 days ago1625545482IN
0xFEF62A85...97f88205A
0 ETH0.0008854519
Approve127626242021-07-04 18:24:081164 days ago1625423048IN
0xFEF62A85...97f88205A
0 ETH0.0008854519
Approve127559272021-07-03 17:25:001165 days ago1625333100IN
0xFEF62A85...97f88205A
0 ETH0.000372828
Approve127528602021-07-03 5:51:161165 days ago1625291476IN
0xFEF62A85...97f88205A
0 ETH0.000326227
Approve127528562021-07-03 5:50:361165 days ago1625291436IN
0xFEF62A85...97f88205A
0 ETH0.000279616
Approve127520742021-07-03 2:48:411165 days ago1625280521IN
0xFEF62A85...97f88205A
0 ETH0.0004660310
Approve127520742021-07-03 2:48:411165 days ago1625280521IN
0xFEF62A85...97f88205A
0 ETH0.000186414
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:
BURNY

Compiler Version
v0.7.6+commit.7338295f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-04-07
*/

// SPDX-License-Identifier: MIT

pragma solidity >=0.7.0 <0.8.0;


abstract contract Context {
    function _msgSender() internal view virtual returns (address payable) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}


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


library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");

        return c;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return sub(a, b, "SafeMath: subtraction overflow");
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b <= a, errorMessage);
        uint256 c = a - b;

        return c;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
        // benefit is lost if 'b' is also tested.
        // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
        if (a == 0) {
            return 0;
        }

        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");

        return c;
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return div(a, b, "SafeMath: division by zero");
    }

    /**
     * @dev Returns the integer division of two unsigned integers. Reverts with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b > 0, errorMessage);
        uint256 c = a / b;
        // assert(a == b * c + a % b); // There is no case in which this doesn't hold

        return c;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return mod(a, b, "SafeMath: modulo by zero");
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * Reverts with custom message when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        require(b != 0, errorMessage);
        return a % b;
    }
}


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

contract BURNY is Context, IERC20, Ownable {
    using SafeMath for uint256;
    
    mapping (address => uint256) private _balances;

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


    uint256 private _totalSupply = 1000000000000 * 10**18;
    
    address public charityWallet;

    string private _name = 'BURNY.Finance';
    string private _symbol = 'BURNY';
    uint8 private _decimals = 18;
    
    uint public burnDisabledAtAmount = 200000000000 * 10**18;
    bool public burnEnabled;
    
    
    constructor (address _charityWallet) {
        
        _balances[msg.sender] = _totalSupply;
        charityWallet = _charityWallet;
        burnEnabled = true;
        
    }
    
    function name() public view virtual  returns (string memory) {
        return _name;
    }
    
    function symbol() public view virtual  returns (string memory) {
        return _symbol;
    }
    
    function decimals() public view virtual  returns (uint8) {
        return 18;
    }
    
    function totalSupply() public view virtual override returns (uint256) {
        return _totalSupply;
    }
    
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }
    
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_msgSender(), recipient, amount);
        return true;
    }
    
    function setBurnEnabled (bool enabled) public onlyOwner() {
        burnEnabled = enabled;
    }
    
    function allowance(address owner, address spender) public view virtual override returns (uint256) {
        return _allowances[owner][spender];
    }
    
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }
    
    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;
    }
    
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
        return true;
    }
    
    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;
    }
    
    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");
        
        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        
        uint currentTotalSupply = _totalSupply;
        if (currentTotalSupply <= burnDisabledAtAmount) {
            burnEnabled = false;
        }
        
        if (burnEnabled) {
            uint _amount = amount;
            uint _charityAmount = amount.div(20);
            uint _burnAmount = amount.mul(15).div(100);
            uint _transferFee = _charityAmount.add(_burnAmount);
            uint _amountToTransfer = _amount.sub(_transferFee);
            
            _balances[sender] = senderBalance.sub(_amount);
            
            _totalSupply = _totalSupply.sub(_burnAmount);
            
            _balances[charityWallet] = _balances[charityWallet].add(_charityAmount);
            
            _balances[recipient] = _balances[recipient].add(_amountToTransfer);
            
            emit Transfer(sender, address(0), _burnAmount); 

            emit Transfer(sender, recipient, amount);
        } 
        else {
        
            _balances[sender] = senderBalance.sub(amount);
            _balances[recipient] = _balances[recipient].add(amount);

            emit Transfer(sender, recipient, 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);
    }
    
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_charityWallet","type":"address"}],"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":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"burnDisabledAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"burnEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"charityWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"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":"bool","name":"enabled","type":"bool"}],"name":"setBurnEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"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"}]

60806040526c0c9f2c9cd04674edea400000006003556040518060400160405280600d81526020017f4255524e592e46696e616e636500000000000000000000000000000000000000815250600590805190602001906200006292919062000283565b506040518060400160405280600581526020017f4255524e5900000000000000000000000000000000000000000000000000000081525060069080519060200190620000b092919062000283565b506012600760006101000a81548160ff021916908360ff1602179055506c02863c1f5cdae42f9540000000600855348015620000eb57600080fd5b50604051620020b5380380620020b5833981810160405260208110156200011157600080fd5b81019080805190602001909291905050506000620001346200027b60201b60201c565b9050806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a350600354600160003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555080600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506001600960006101000a81548160ff0219169083151502179055505062000339565b600033905090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282620002bb576000855562000307565b82601f10620002d657805160ff191683800117855562000307565b8280016001018555821562000307579182015b8281111562000306578251825591602001919060010190620002e9565b5b5090506200031691906200031a565b5090565b5b80821115620003355760008160009055506001016200031b565b5090565b611d6c80620003496000396000f3fe608060405234801561001057600080fd5b50600436106101165760003560e01c8063715018a6116100a257806395d89b411161007157806395d89b4114610461578063a457c2d7146104e4578063a9059cbb14610548578063dd62ed3e146105ac578063f2fde38b1461062457610116565b8063715018a6146103bf5780637b208769146103c95780637b2c835f146103fd5780638da5cb5b1461042d57610116565b8063313ce567116100e9578063313ce567146102a45780633572265c146102c557806339509351146102e35780635dc96d161461034757806370a082311461036757610116565b806306fdde031461011b578063095ea7b31461019e57806318160ddd1461020257806323b872dd14610220575b600080fd5b610123610668565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610163578082015181840152602081019050610148565b50505050905090810190601f1680156101905780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ea600480360360408110156101b457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061070a565b60405180821515815260200191505060405180910390f35b61020a610728565b6040518082815260200191505060405180910390f35b61028c6004803603606081101561023657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610732565b60405180821515815260200191505060405180910390f35b6102ac610840565b604051808260ff16815260200191505060405180910390f35b6102cd610849565b6040518082815260200191505060405180910390f35b61032f600480360360408110156102f957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061084f565b60405180821515815260200191505060405180910390f35b61034f6108f2565b60405180821515815260200191505060405180910390f35b6103a96004803603602081101561037d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610905565b6040518082815260200191505060405180910390f35b6103c761094e565b005b6103d1610ad4565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61042b6004803603602081101561041357600080fd5b81019080803515159060200190929190505050610afa565b005b610435610bdf565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610469610c08565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156104a957808201518184015260208101905061048e565b50505050905090810190601f1680156104d65780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610530600480360360408110156104fa57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610caa565b60405180821515815260200191505060405180910390f35b6105946004803603604081101561055e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610dab565b60405180821515815260200191505060405180910390f35b61060e600480360360408110156105c257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610dc9565b6040518082815260200191505060405180910390f35b6106666004803603602081101561063a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e50565b005b606060058054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156107005780601f106106d557610100808354040283529160200191610700565b820191906000526020600020905b8154815290600101906020018083116106e357829003601f168201915b5050505050905090565b600061071e61071761105b565b8484611063565b6001905092915050565b6000600354905090565b600061073f84848461125a565b6000600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600061078a61105b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610820576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180611ca16028913960400191505060405180910390fd5b6108348561082c61105b565b858403611063565b60019150509392505050565b60006012905090565b60085481565b60006108e861085c61105b565b84846002600061086a61105b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205401611063565b6001905092915050565b600960009054906101000a900460ff1681565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61095661105b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610a16576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b0261105b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610bc2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600960006101000a81548160ff02191690831515021790555050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610ca05780601f10610c7557610100808354040283529160200191610ca0565b820191906000526020600020905b815481529060010190602001808311610c8357829003601f168201915b5050505050905090565b60008060026000610cb961105b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610d8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180611d126025913960400191505060405180910390fd5b610da0610d9761105b565b85858403611063565b600191505092915050565b6000610dbf610db861105b565b848461125a565b6001905092915050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610e5861105b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f18576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610f9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c126026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156110e9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180611cee6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561116f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180611c386022913960400191505060405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156112e0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180611cc96025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611366576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180611bef6023913960400191505060405180910390fd5b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611403576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c5a6026913960400191505060405180910390fd5b60006003549050600854811161142f576000600960006101000a81548160ff0219169083151502179055505b600960009054906101000a900460ff161561176e576000839050600061145f6014866118c690919063ffffffff16565b9050600061148a606461147c600f8961191090919063ffffffff16565b6118c690919063ffffffff16565b905060006114a1828461199690919063ffffffff16565b905060006114b88286611a1e90919063ffffffff16565b90506114cd8588611a1e90919063ffffffff16565b600160008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061152583600354611a1e90919063ffffffff16565b60038190555061159f8460016000600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461199690919063ffffffff16565b60016000600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061165681600160008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461199690919063ffffffff16565b600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600073ffffffffffffffffffffffffffffffffffffffff168a73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a38873ffffffffffffffffffffffffffffffffffffffff168a73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8a6040518082815260200191505060405180910390a350505050506118bf565b6117818383611a1e90919063ffffffff16565b600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061181683600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461199690919063ffffffff16565b600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a35b5050505050565b600061190883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611a68565b905092915050565b6000808314156119235760009050611990565b600082840290508284828161193457fe5b041461198b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c806021913960400191505060405180910390fd5b809150505b92915050565b600080828401905083811015611a14576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b6000611a6083836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611b2e565b905092915050565b60008083118290611b14576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611ad9578082015181840152602081019050611abe565b50505050905090810190601f168015611b065780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581611b2057fe5b049050809150509392505050565b6000838311158290611bdb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611ba0578082015181840152602081019050611b85565b50505050905090810190601f168015611bcd5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838503905080915050939250505056fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220cc86ba6836980776e38c5c1c7aa86184c6b87db57b520b423bc4aa47025f526464736f6c634300070600330000000000000000000000001ff5566252fae000b6cf23590ef72c938c5e83f9

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101165760003560e01c8063715018a6116100a257806395d89b411161007157806395d89b4114610461578063a457c2d7146104e4578063a9059cbb14610548578063dd62ed3e146105ac578063f2fde38b1461062457610116565b8063715018a6146103bf5780637b208769146103c95780637b2c835f146103fd5780638da5cb5b1461042d57610116565b8063313ce567116100e9578063313ce567146102a45780633572265c146102c557806339509351146102e35780635dc96d161461034757806370a082311461036757610116565b806306fdde031461011b578063095ea7b31461019e57806318160ddd1461020257806323b872dd14610220575b600080fd5b610123610668565b6040518080602001828103825283818151815260200191508051906020019080838360005b83811015610163578082015181840152602081019050610148565b50505050905090810190601f1680156101905780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ea600480360360408110156101b457600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061070a565b60405180821515815260200191505060405180910390f35b61020a610728565b6040518082815260200191505060405180910390f35b61028c6004803603606081101561023657600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610732565b60405180821515815260200191505060405180910390f35b6102ac610840565b604051808260ff16815260200191505060405180910390f35b6102cd610849565b6040518082815260200191505060405180910390f35b61032f600480360360408110156102f957600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff1690602001909291908035906020019092919050505061084f565b60405180821515815260200191505060405180910390f35b61034f6108f2565b60405180821515815260200191505060405180910390f35b6103a96004803603602081101561037d57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610905565b6040518082815260200191505060405180910390f35b6103c761094e565b005b6103d1610ad4565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61042b6004803603602081101561041357600080fd5b81019080803515159060200190929190505050610afa565b005b610435610bdf565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b610469610c08565b6040518080602001828103825283818151815260200191508051906020019080838360005b838110156104a957808201518184015260208101905061048e565b50505050905090810190601f1680156104d65780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610530600480360360408110156104fa57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610caa565b60405180821515815260200191505060405180910390f35b6105946004803603604081101561055e57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff16906020019092919080359060200190929190505050610dab565b60405180821515815260200191505060405180910390f35b61060e600480360360408110156105c257600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610dc9565b6040518082815260200191505060405180910390f35b6106666004803603602081101561063a57600080fd5b81019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610e50565b005b606060058054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156107005780601f106106d557610100808354040283529160200191610700565b820191906000526020600020905b8154815290600101906020018083116106e357829003601f168201915b5050505050905090565b600061071e61071761105b565b8484611063565b6001905092915050565b6000600354905090565b600061073f84848461125a565b6000600260008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600061078a61105b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610820576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526028815260200180611ca16028913960400191505060405180910390fd5b6108348561082c61105b565b858403611063565b60019150509392505050565b60006012905090565b60085481565b60006108e861085c61105b565b84846002600061086a61105b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205401611063565b6001905092915050565b600960009054906101000a900460ff1681565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61095661105b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610a16576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a360008060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b0261105b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610bc2576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b80600960006101000a81548160ff02191690831515021790555050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060068054600181600116156101000203166002900480601f016020809104026020016040519081016040528092919081815260200182805460018160011615610100020316600290048015610ca05780601f10610c7557610100808354040283529160200191610ca0565b820191906000526020600020905b815481529060010190602001808311610c8357829003601f168201915b5050505050905090565b60008060026000610cb961105b565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610d8c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180611d126025913960400191505060405180910390fd5b610da0610d9761105b565b85858403611063565b600191505092915050565b6000610dbf610db861105b565b848461125a565b6001905092915050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b610e5861105b565b73ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614610f18576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260208152602001807f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657281525060200191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610f9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c126026913960400191505060405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1660008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a3806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156110e9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526024815260200180611cee6024913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561116f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526022815260200180611c386022913960400191505060405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040518082815260200191505060405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156112e0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526025815260200180611cc96025913960400191505060405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611366576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526023815260200180611bef6023913960400191505060405180910390fd5b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611403576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526026815260200180611c5a6026913960400191505060405180910390fd5b60006003549050600854811161142f576000600960006101000a81548160ff0219169083151502179055505b600960009054906101000a900460ff161561176e576000839050600061145f6014866118c690919063ffffffff16565b9050600061148a606461147c600f8961191090919063ffffffff16565b6118c690919063ffffffff16565b905060006114a1828461199690919063ffffffff16565b905060006114b88286611a1e90919063ffffffff16565b90506114cd8588611a1e90919063ffffffff16565b600160008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061152583600354611a1e90919063ffffffff16565b60038190555061159f8460016000600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461199690919063ffffffff16565b60016000600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061165681600160008c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461199690919063ffffffff16565b600160008b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550600073ffffffffffffffffffffffffffffffffffffffff168a73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a38873ffffffffffffffffffffffffffffffffffffffff168a73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8a6040518082815260200191505060405180910390a350505050506118bf565b6117818383611a1e90919063ffffffff16565b600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555061181683600160008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461199690919063ffffffff16565b600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508373ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a35b5050505050565b600061190883836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f000000000000815250611a68565b905092915050565b6000808314156119235760009050611990565b600082840290508284828161193457fe5b041461198b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401808060200182810382526021815260200180611c806021913960400191505060405180910390fd5b809150505b92915050565b600080828401905083811015611a14576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040180806020018281038252601b8152602001807f536166654d6174683a206164646974696f6e206f766572666c6f77000000000081525060200191505060405180910390fd5b8091505092915050565b6000611a6083836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611b2e565b905092915050565b60008083118290611b14576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611ad9578082015181840152602081019050611abe565b50505050905090810190601f168015611b065780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838581611b2057fe5b049050809150509392505050565b6000838311158290611bdb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611ba0578082015181840152602081019050611b85565b50505050905090810190601f168015611bcd5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b506000838503905080915050939250505056fe45524332303a207472616e7366657220746f20746865207a65726f20616464726573734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f206164647265737345524332303a207472616e7366657220616d6f756e7420657863656564732062616c616e6365536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e636545524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737345524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220cc86ba6836980776e38c5c1c7aa86184c6b87db57b520b423bc4aa47025f526464736f6c63430007060033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

0000000000000000000000001ff5566252fae000b6cf23590ef72c938c5e83f9

-----Decoded View---------------
Arg [0] : _charityWallet (address): 0x1Ff5566252fae000b6Cf23590ef72c938c5e83f9

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000001ff5566252fae000b6cf23590ef72c938c5e83f9


Deployed Bytecode Sourcemap

9516:4976:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10267:92;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11295:169;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10576:108;;;:::i;:::-;;;;;;;;;;;;;;;;;;;11476:422;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10479:85;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;9968:56;;;:::i;:::-;;;;;;;;;;;;;;;;;;;11910:215;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10031:23;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10696:127;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;8962:148;;;:::i;:::-;;9806:28;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;11022:98;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;8320:79;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10371:96;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12137:377;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;10835:175;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;11132:151;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;9265:244;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;10267:92;10313:13;10346:5;10339:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10267:92;:::o;11295:169::-;11378:4;11395:39;11404:12;:10;:12::i;:::-;11418:7;11427:6;11395:8;:39::i;:::-;11452:4;11445:11;;11295:169;;;;:::o;10576:108::-;10637:7;10664:12;;10657:19;;10576:108;:::o;11476:422::-;11582:4;11599:36;11609:6;11617:9;11628:6;11599:9;:36::i;:::-;11648:24;11675:11;:19;11687:6;11675:19;;;;;;;;;;;;;;;:33;11695:12;:10;:12::i;:::-;11675:33;;;;;;;;;;;;;;;;11648:60;;11747:6;11727:16;:26;;11719:79;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11809:57;11818:6;11826:12;:10;:12::i;:::-;11859:6;11840:16;:25;11809:8;:57::i;:::-;11886:4;11879:11;;;11476:422;;;;;:::o;10479:85::-;10529:5;10554:2;10547:9;;10479:85;:::o;9968:56::-;;;;:::o;11910:215::-;11998:4;12015:80;12024:12;:10;:12::i;:::-;12038:7;12084:10;12047:11;:25;12059:12;:10;:12::i;:::-;12047:25;;;;;;;;;;;;;;;:34;12073:7;12047:34;;;;;;;;;;;;;;;;:47;12015:8;:80::i;:::-;12113:4;12106:11;;11910:215;;;;:::o;10031:23::-;;;;;;;;;;;;;:::o;10696:127::-;10770:7;10797:9;:18;10807:7;10797:18;;;;;;;;;;;;;;;;10790:25;;10696:127;;;:::o;8962:148::-;8542:12;:10;:12::i;:::-;8532:22;;:6;;;;;;;;;;:22;;;8524:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9069:1:::1;9032:40;;9053:6;::::0;::::1;;;;;;;;9032:40;;;;;;;;;;;;9100:1;9083:6:::0;::::1;:19;;;;;;;;;;;;;;;;;;8962:148::o:0;9806:28::-;;;;;;;;;;;;;:::o;11022:98::-;8542:12;:10;:12::i;:::-;8532:22;;:6;;;;;;;;;;:22;;;8524:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11105:7:::1;11091:11;;:21;;;;;;;;;;;;;;;;;;11022:98:::0;:::o;8320:79::-;8358:7;8385:6;;;;;;;;;;;8378:13;;8320:79;:::o;10371:96::-;10419:13;10452:7;10445:14;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10371:96;:::o;12137:377::-;12230:4;12247:24;12274:11;:25;12286:12;:10;:12::i;:::-;12274:25;;;;;;;;;;;;;;;:34;12300:7;12274:34;;;;;;;;;;;;;;;;12247:61;;12347:15;12327:16;:35;;12319:85;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12415:67;12424:12;:10;:12::i;:::-;12438:7;12466:15;12447:16;:34;12415:8;:67::i;:::-;12502:4;12495:11;;;12137:377;;;;:::o;10835:175::-;10921:4;10938:42;10948:12;:10;:12::i;:::-;10962:9;10973:6;10938:9;:42::i;:::-;10998:4;10991:11;;10835:175;;;;:::o;11132:151::-;11221:7;11248:11;:18;11260:5;11248:18;;;;;;;;;;;;;;;:27;11267:7;11248:27;;;;;;;;;;;;;;;;11241:34;;11132:151;;;;:::o;9265:244::-;8542:12;:10;:12::i;:::-;8532:22;;:6;;;;;;;;;;:22;;;8524:67;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9374:1:::1;9354:22;;:8;:22;;;;9346:73;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;9464:8;9435:38;;9456:6;::::0;::::1;;;;;;;;9435:38;;;;;;;;;;;;9493:8;9484:6;::::0;:17:::1;;;;;;;;;;;;;;;;;;9265:244:::0;:::o;105:106::-;158:15;193:10;186:17;;105:106;:::o;14137:346::-;14256:1;14239:19;;:5;:19;;;;14231:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14337:1;14318:21;;:7;:21;;;;14310:68;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14421:6;14391:11;:18;14403:5;14391:18;;;;;;;;;;;;;;;:27;14410:7;14391:27;;;;;;;;;;;;;;;:36;;;;14459:7;14443:32;;14452:5;14443:32;;;14468:6;14443:32;;;;;;;;;;;;;;;;;;14137:346;;;:::o;12526:1593::-;12650:1;12632:20;;:6;:20;;;;12624:70;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12734:1;12713:23;;:9;:23;;;;12705:71;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12797:21;12821:9;:17;12831:6;12821:17;;;;;;;;;;;;;;;;12797:41;;12874:6;12857:13;:23;;12849:74;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12944:23;12970:12;;12944:38;;13019:20;;12997:18;:42;12993:94;;13070:5;13056:11;;:19;;;;;;;;;;;;;;;;;;12993:94;13111:11;;;;;;;;;;;13107:1005;;;13139:12;13154:6;13139:21;;13175:19;13197:14;13208:2;13197:6;:10;;:14;;;;:::i;:::-;13175:36;;13226:16;13245:23;13264:3;13245:14;13256:2;13245:6;:10;;:14;;;;:::i;:::-;:18;;:23;;;;:::i;:::-;13226:42;;13283:17;13303:31;13322:11;13303:14;:18;;:31;;;;:::i;:::-;13283:51;;13349:22;13374:25;13386:12;13374:7;:11;;:25;;;;:::i;:::-;13349:50;;13448:26;13466:7;13448:13;:17;;:26;;;;:::i;:::-;13428:9;:17;13438:6;13428:17;;;;;;;;;;;;;;;:46;;;;13518:29;13535:11;13518:12;;:16;;:29;;;;:::i;:::-;13503:12;:44;;;;13603;13632:14;13603:9;:24;13613:13;;;;;;;;;;;13603:24;;;;;;;;;;;;;;;;:28;;:44;;;;:::i;:::-;13576:9;:24;13586:13;;;;;;;;;;;13576:24;;;;;;;;;;;;;;;:71;;;;13699:43;13724:17;13699:9;:20;13709:9;13699:20;;;;;;;;;;;;;;;;:24;;:43;;;;:::i;:::-;13676:9;:20;13686:9;13676:20;;;;;;;;;;;;;;;:66;;;;13801:1;13776:41;;13785:6;13776:41;;;13805:11;13776:41;;;;;;;;;;;;;;;;;;13857:9;13840:35;;13849:6;13840:35;;;13868:6;13840:35;;;;;;;;;;;;;;;;;;13107:1005;;;;;;;;13948:25;13966:6;13948:13;:17;;:25;;;;:::i;:::-;13928:9;:17;13938:6;13928:17;;;;;;;;;;;;;;;:45;;;;14011:32;14036:6;14011:9;:20;14021:9;14011:20;;;;;;;;;;;;;;;;:24;;:32;;;;:::i;:::-;13988:9;:20;13998:9;13988:20;;;;;;;;;;;;;;;:55;;;;14082:9;14065:35;;14074:6;14065:35;;;14093:6;14065:35;;;;;;;;;;;;;;;;;;13107:1005;12526:1593;;;;;:::o;5666:132::-;5724:7;5751:39;5755:1;5758;5751:39;;;;;;;;;;;;;;;;;:3;:39::i;:::-;5744:46;;5666:132;;;;:::o;4719:471::-;4777:7;5027:1;5022;:6;5018:47;;;5052:1;5045:8;;;;5018:47;5077:9;5093:1;5089;:5;5077:17;;5122:1;5117;5113;:5;;;;;;:10;5105:56;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5181:1;5174:8;;;4719:471;;;;;:::o;3365:181::-;3423:7;3443:9;3459:1;3455;:5;3443:17;;3484:1;3479;:6;;3471:46;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3537:1;3530:8;;;3365:181;;;;:::o;3829:136::-;3887:7;3914:43;3918:1;3921;3914:43;;;;;;;;;;;;;;;;;:3;:43::i;:::-;3907:50;;3829:136;;;;:::o;6294:278::-;6380:7;6412:1;6408;:5;6415:12;6400:28;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6439:9;6455:1;6451;:5;;;;;;6439:17;;6563:1;6556:8;;;6294:278;;;;;:::o;4268:192::-;4354:7;4387:1;4382;:6;;4390:12;4374:29;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4414:9;4430:1;4426;:5;4414:17;;4451:1;4444:8;;;4268:192;;;;;:::o

Swarm Source

ipfs://cc86ba6836980776e38c5c1c7aa86184c6b87db57b520b423bc4aa47025f5264

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.