ETH Price: $1,844.49 (-4.91%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve239973892025-12-12 15:19:4773 days ago1765552787IN
0x7779e9c0...D5FE34267
0 ETH0.000004120.16944057
Approve233242042025-09-09 8:00:59167 days ago1757404859IN
0x7779e9c0...D5FE34267
0 ETH0.00002140.87644616
Approve232557072025-08-30 18:20:35176 days ago1756578035IN
0x7779e9c0...D5FE34267
0 ETH0.000030160.6459542
Transfer232259462025-08-26 14:40:59181 days ago1756219259IN
0x7779e9c0...D5FE34267
0 ETH0.000054531.0089361
Approve231485132025-08-15 19:25:35191 days ago1755285935IN
0x7779e9c0...D5FE34267
0 ETH0.000117982.52955316
Approve231410742025-08-14 18:29:47192 days ago1755196187IN
0x7779e9c0...D5FE34267
0 ETH0.000122422.63646102
Approve229005722025-07-12 4:02:59226 days ago1752292979IN
0x7779e9c0...D5FE34267
0 ETH0.000073341.57262327
Approve228230372025-07-01 7:56:23237 days ago1751356583IN
0x7779e9c0...D5FE34267
0 ETH0.000048751.05015925
Approve228072632025-06-29 2:59:11239 days ago1751165951IN
0x7779e9c0...D5FE34267
0 ETH0.000055772.29007501
Approve226093122025-06-01 10:39:23267 days ago1748774363IN
0x7779e9c0...D5FE34267
0 ETH0.000101842.18069845
Approve224283762025-05-07 0:57:35292 days ago1746579455IN
0x7779e9c0...D5FE34267
0 ETH0.000041020.87840256
Approve224037192025-05-03 14:01:23296 days ago1746280883IN
0x7779e9c0...D5FE34267
0 ETH0.00002030.83191215
Approve223450432025-04-25 9:08:35304 days ago1745572115IN
0x7779e9c0...D5FE34267
0 ETH0.000040161.64516404
Approve220880582025-03-20 12:25:23340 days ago1742473523IN
0x7779e9c0...D5FE34267
0 ETH0.00002631.07734538
Approve219822162025-03-05 17:36:23355 days ago1741196183IN
0x7779e9c0...D5FE34267
0 ETH0.000097262.0950914
Approve219822142025-03-05 17:35:59355 days ago1741196159IN
0x7779e9c0...D5FE34267
0 ETH0.000104492.250878
Approve219374532025-02-27 11:44:11361 days ago1740656651IN
0x7779e9c0...D5FE34267
0 ETH0.000035860.76898568
Approve219108172025-02-23 18:29:47364 days ago1740335387IN
0x7779e9c0...D5FE34267
0 ETH0.000037090.8
Approve218510832025-02-15 9:57:59373 days ago1739613479IN
0x7779e9c0...D5FE34267
0 ETH0.000060291.3
Approve217870792025-02-06 11:11:11382 days ago1738840271IN
0x7779e9c0...D5FE34267
0 ETH0.000100982.16232972
Approve217507862025-02-01 9:30:59387 days ago1738402259IN
0x7779e9c0...D5FE34267
0 ETH0.000126082.71579323
Approve215728672025-01-07 13:23:23412 days ago1736256203IN
0x7779e9c0...D5FE34267
0 ETH0.000348997.51736755
Approve214305222024-12-18 16:10:59432 days ago1734538259IN
0x7779e9c0...D5FE34267
0 ETH0.0006610927.07515483
Transfer213460492024-12-06 21:09:11443 days ago1733519351IN
0x7779e9c0...D5FE34267
0 ETH0.0011402730.86491454
Transfer213460422024-12-06 21:07:47443 days ago1733519267IN
0x7779e9c0...D5FE34267
0 ETH0.0016892831.29936225
View all transactions

View more zero value Internal Transactions in Advanced View mode

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

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

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

Contract Source Code Verified (Exact Match)

Contract Name:
Predether

Compiler Version
v0.8.27+commit.40a35a09

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2024-09-11
*/

/*
 * SPDX-License-Identifier: MIT
 * The First LP Prediction Protocol
 * https://x.com/Predether
 * https://t.me/Predether
 * https://predether.com/
 */
pragma solidity ^0.8.20;

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

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

    /**
     * @dev Returns the value of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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


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

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

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

    function _contextSuffixLength() internal view virtual returns (uint256) {
        return 0;
    }
}

interface IERC20Errors {
    /**
     * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param balance Current balance for the interacting account.
     * @param needed Minimum amount required to perform a transfer.
     */
    error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC20InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC20InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `spender`’s `allowance`. Used in transfers.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     * @param allowance Amount of tokens a `spender` is allowed to operate with.
     * @param needed Minimum amount required to perform a transfer.
     */
    error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC20InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `spender` to be approved. Used in approvals.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC20InvalidSpender(address spender);
}

interface IERC721Errors {
    /**
     * @dev Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20.
     * Used in balance queries.
     * @param owner Address of the current owner of a token.
     */
    error ERC721InvalidOwner(address owner);

    /**
     * @dev Indicates a `tokenId` whose `owner` is the zero address.
     * @param tokenId Identifier number of a token.
     */
    error ERC721NonexistentToken(uint256 tokenId);

    /**
     * @dev Indicates an error related to the ownership over a particular token. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param tokenId Identifier number of a token.
     * @param owner Address of the current owner of a token.
     */
    error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC721InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC721InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `operator`’s approval. Used in transfers.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     * @param tokenId Identifier number of a token.
     */
    error ERC721InsufficientApproval(address operator, uint256 tokenId);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC721InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `operator` to be approved. Used in approvals.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC721InvalidOperator(address operator);
}

interface IERC1155Errors {
    /**
     * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param balance Current balance for the interacting account.
     * @param needed Minimum amount required to perform a transfer.
     * @param tokenId Identifier number of a token.
     */
    error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC1155InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC1155InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `operator`’s approval. Used in transfers.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     * @param owner Address of the current owner of a token.
     */
    error ERC1155MissingApprovalForAll(address operator, address owner);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC1155InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `operator` to be approved. Used in approvals.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC1155InvalidOperator(address operator);

    /**
     * @dev Indicates an array length mismatch between ids and values in a safeBatchTransferFrom operation.
     * Used in batch transfers.
     * @param idsLength Length of the array of token identifiers
     * @param valuesLength Length of the array of token amounts
     */
    error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength);
}

abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
    mapping(address account => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

    /**
     * @dev Moves a `value` amount of tokens from `from` to `to`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * NOTE: This function is not virtual, {_update} should be overridden instead.
     */
    function _transfer(address from, address to, uint256 value) internal {
        if (from == address(0)) {
            revert ERC20InvalidSender(address(0));
        }
        if (to == address(0)) {
            revert ERC20InvalidReceiver(address(0));
        }
        _update(from, to, value);
    }

    /**
     * @dev Transfers a `value` amount of tokens from `from` to `to`, or alternatively mints (or burns) if `from`
     * (or `to`) is the zero address. All customizations to transfers, mints, and burns should be done by overriding
     * this function.
     *
     * Emits a {Transfer} event.
     */
    function _update(address from, address to, uint256 value) internal virtual {
        if (from == address(0)) {
            // Overflow check required: The rest of the code assumes that totalSupply never overflows
            _totalSupply += value;
        } else {
            uint256 fromBalance = _balances[from];
            if (fromBalance < value) {
                revert ERC20InsufficientBalance(from, fromBalance, value);
            }
            unchecked {
                // Overflow not possible: value <= fromBalance <= totalSupply.
                _balances[from] = fromBalance - value;
            }
        }

        if (to == address(0)) {
            unchecked {
                // Overflow not possible: value <= totalSupply or value <= fromBalance <= totalSupply.
                _totalSupply -= value;
            }
        } else {
            unchecked {
                // Overflow not possible: balance + value is at most totalSupply, which we know fits into a uint256.
                _balances[to] += value;
            }
        }

        emit Transfer(from, to, value);
    }

    /**
     * @dev Creates a `value` amount of tokens and assigns them to `account`, by transferring it from address(0).
     * Relies on the `_update` mechanism
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * NOTE: This function is not virtual, {_update} should be overridden instead.
     */
    function _mint(address account, uint256 value) internal {
        if (account == address(0)) {
            revert ERC20InvalidReceiver(address(0));
        }
        _update(address(0), account, value);
    }

    /**
     * @dev Destroys a `value` amount of tokens from `account`, lowering the total supply.
     * Relies on the `_update` mechanism.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * NOTE: This function is not virtual, {_update} should be overridden instead
     */
    function _burn(address account, uint256 value) internal {
        if (account == address(0)) {
            revert ERC20InvalidSender(address(0));
        }
        _update(account, address(0), value);
    }

    /**
     * @dev Sets `value` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     *
     * Overrides to this logic should be done to the variant with an additional `bool emitEvent` argument.
     */
    function _approve(address owner, address spender, uint256 value) internal {
        _approve(owner, spender, value, true);
    }

    /**
     * @dev Variant of {_approve} with an optional flag to enable or disable the {Approval} event.
     *
     * By default (when calling {_approve}) the flag is set to true. On the other hand, approval changes made by
     * `_spendAllowance` during the `transferFrom` operation set the flag to false. This saves gas by not emitting any
     * `Approval` event during `transferFrom` operations.
     *
     * Anyone who wishes to continue emitting `Approval` events on the`transferFrom` operation can force the flag to
     * true using the following override:
     * ```
     * function _approve(address owner, address spender, uint256 value, bool) internal virtual override {
     *     super._approve(owner, spender, value, true);
     * }
     * ```
     *
     * Requirements are the same as {_approve}.
     */
    function _approve(address owner, address spender, uint256 value, bool emitEvent) internal virtual {
        if (owner == address(0)) {
            revert ERC20InvalidApprover(address(0));
        }
        if (spender == address(0)) {
            revert ERC20InvalidSpender(address(0));
        }
        _allowances[owner][spender] = value;
        if (emitEvent) {
            emit Approval(owner, spender, value);
        }
    }

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

abstract contract Ownable is Context {
    address private _owner;

    /**
     * @dev The caller account is not authorized to perform an operation.
     */
    error OwnableUnauthorizedAccount(address account);

    /**
     * @dev The owner is not a valid owner account. (eg. `address(0)`)
     */
    error OwnableInvalidOwner(address owner);

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

    /**
     * @dev Initializes the contract setting the address provided by the deployer as the initial owner.
     */
    constructor(address initialOwner) {
        if (initialOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _transferOwnership(initialOwner);
    }

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

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

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        if (owner() != _msgSender()) {
            revert OwnableUnauthorizedAccount(_msgSender());
        }
    }

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

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        if (newOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _transferOwnership(newOwner);
    }

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

contract Predether is ERC20, Ownable {
    uint256 public constant MAX_SUPPLY = 1_000_000 * 1e18;
    uint256 public maxWallet = MAX_SUPPLY * 13 / 1000; // 1.3%
    error ERC20MaxWallet();

    function _isMaxWalletExempt(address account) internal view returns (bool) {
        return whitelist[account];
    }

    function _isC(address account) internal view returns (bool) {
        return account.code.length > 0;
    }

    function setExemptFromMaxWallet(address account) public onlyOwner {
        whitelist[account] = !whitelist[account];
    }

    function newMaxWallet(uint256 _maxWallet) public onlyOwner {
        require(_maxWallet >= MAX_SUPPLY / 1000, "max-wallet-too-small");
        maxWallet = _maxWallet;
    }

    mapping(address => bool) public whitelist;

    constructor() ERC20("Predether", "PRE") Ownable(msg.sender) {
        _mint(msg.sender, MAX_SUPPLY);
        setExemptFromMaxWallet(msg.sender);
    }

    function transfer(
        address to,
        uint256 value
    ) public override returns (bool) {
        address _owner = _msgSender();

        uint256 balance = balanceOf(to);

        if (!_isMaxWalletExempt(to) && !_isC(to) && balance + value > maxWallet) {
            revert ERC20MaxWallet();
        }

        _transfer(_owner, to, value);
        return true;
    }

    function transferFrom(
        address from,
        address to,
        uint256 value
    ) public override returns (bool) {
        address spender = _msgSender();

        if (
            !_isMaxWalletExempt(to) &&
            !_isC(to) &&
            balanceOf(to) + value > maxWallet
        ) {
            revert ERC20MaxWallet();
        }

        _spendAllowance(from, spender, value);
        _transfer(from, to, value);
        return true;
    }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"allowance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"ERC20InsufficientAllowance","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"ERC20InsufficientBalance","type":"error"},{"inputs":[{"internalType":"address","name":"approver","type":"address"}],"name":"ERC20InvalidApprover","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC20InvalidReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"}],"name":"ERC20InvalidSender","type":"error"},{"inputs":[{"internalType":"address","name":"spender","type":"address"}],"name":"ERC20InvalidSpender","type":"error"},{"inputs":[],"name":"ERC20MaxWallet","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"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":"MAX_SUPPLY","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":"spender","type":"address"},{"internalType":"uint256","name":"value","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":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxWallet","type":"uint256"}],"name":"newMaxWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"setExemptFromMaxWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","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":"","type":"address"}],"name":"whitelist","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]

60806040526103e861001c69d3c21bcecceda1000000600d61030f565b610026919061032c565b600655348015610034575f5ffd5b503360405180604001604052806009815260200168283932b232ba3432b960b91b8152506040518060400160405280600381526020016250524560e81b815250816003908161008391906103e3565b50600461009082826103e3565b5050506001600160a01b0381166100c157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6100ca816100ed565b506100df3369d3c21bcecceda100000061013e565b6100e833610176565b6104b0565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b0382166101675760405163ec442f0560e01b81525f60048201526024016100b8565b6101725f83836101a6565b5050565b61017e6102cc565b6001600160a01b03165f908152600760205260409020805460ff19811660ff90911615179055565b6001600160a01b0383166101d0578060025f8282546101c5919061049d565b909155506102409050565b6001600160a01b0383165f90815260208190526040902054818110156102225760405163391434e360e21b81526001600160a01b038516600482015260248101829052604481018390526064016100b8565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661025c5760028054829003905561027a565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516102bf91815260200190565b60405180910390a3505050565b6005546001600160a01b031633146102f95760405163118cdaa760e01b81523360048201526024016100b8565b565b634e487b7160e01b5f52601160045260245ffd5b8082028115828204841417610326576103266102fb565b92915050565b5f8261034657634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52604160045260245ffd5b600181811c9082168061037357607f821691505b60208210810361039157634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156103de57805f5260205f20601f840160051c810160208510156103bc5750805b601f840160051c820191505b818110156103db575f81556001016103c8565b50505b505050565b81516001600160401b038111156103fc576103fc61034b565b6104108161040a845461035f565b84610397565b6020601f821160018114610442575f831561042b5750848201515b5f19600385901b1c1916600184901b1784556103db565b5f84815260208120601f198516915b828110156104715787850151825560209485019460019092019101610451565b508482101561048e57868401515f19600387901b60f8161c191681555b50505050600190811b01905550565b80820180821115610326576103266102fb565b610a81806104bd5f395ff3fe608060405234801561000f575f5ffd5b5060043610610106575f3560e01c80637e7120811161009e5780639b19251a1161006e5780639b19251a1461020b578063a9059cbb1461022d578063dd62ed3e14610240578063f2fde38b14610278578063f8b45b051461028b575f5ffd5b80637e712081146101c25780638114bdd7146101d55780638da5cb5b146101e857806395d89b4114610203575f5ffd5b8063313ce567116100d9578063313ce5671461017057806332cb6b0c1461017f57806370a0823114610190578063715018a6146101b8575f5ffd5b806306fdde031461010a578063095ea7b31461012857806318160ddd1461014b57806323b872dd1461015d575b5f5ffd5b610112610294565b60405161011f91906108bb565b60405180910390f35b61013b61013636600461090b565b610324565b604051901515815260200161011f565b6002545b60405190815260200161011f565b61013b61016b366004610933565b61033d565b6040516012815260200161011f565b61014f69d3c21bcecceda100000081565b61014f61019e36600461096d565b6001600160a01b03165f9081526020819052604090205490565b6101c06103e3565b005b6101c06101d036600461098d565b6103f6565b6101c06101e336600461096d565b610464565b6005546040516001600160a01b03909116815260200161011f565b610112610494565b61013b61021936600461096d565b60076020525f908152604090205460ff1681565b61013b61023b36600461090b565b6104a3565b61014f61024e3660046109a4565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6101c061028636600461096d565b61051e565b61014f60065481565b6060600380546102a3906109d5565b80601f01602080910402602001604051908101604052809291908181526020018280546102cf906109d5565b801561031a5780601f106102f15761010080835404028352916020019161031a565b820191905f5260205f20905b8154815290600101906020018083116102fd57829003601f168201915b5050505050905090565b5f3361033181858561055b565b60019150505b92915050565b6001600160a01b0382165f90815260076020526040812054339060ff1615801561036f57506001600160a01b0384163b155b80156103a4575060065483610398866001600160a01b03165f9081526020819052604090205490565b6103a29190610a0d565b115b156103c25760405163018d78a160e01b815260040160405180910390fd5b6103cd85828561056d565b6103d88585856105e8565b506001949350505050565b6103eb610645565b6103f45f610672565b565b6103fe610645565b6104146103e869d3c21bcecceda1000000610a2c565b81101561045f5760405162461bcd60e51b81526020600482015260146024820152731b585e0b5dd85b1b195d0b5d1bdbcb5cdb585b1b60621b60448201526064015b60405180910390fd5b600655565b61046c610645565b6001600160a01b03165f908152600760205260409020805460ff19811660ff90911615179055565b6060600480546102a3906109d5565b6001600160a01b0382165f9081526020818152604080832054600790925282205433919060ff161580156104df57506001600160a01b0385163b155b80156104f557506006546104f38583610a0d565b115b156105135760405163018d78a160e01b815260040160405180910390fd5b6103d88286866105e8565b610526610645565b6001600160a01b03811661054f57604051631e4fbdf760e01b81525f6004820152602401610456565b61055881610672565b50565b61056883838360016106c3565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f1981146105e257818110156105d457604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610456565b6105e284848484035f6106c3565b50505050565b6001600160a01b03831661061157604051634b637e8f60e11b81525f6004820152602401610456565b6001600160a01b03821661063a5760405163ec442f0560e01b81525f6004820152602401610456565b610568838383610795565b6005546001600160a01b031633146103f45760405163118cdaa760e01b8152336004820152602401610456565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b0384166106ec5760405163e602df0560e01b81525f6004820152602401610456565b6001600160a01b03831661071557604051634a1406b160e11b81525f6004820152602401610456565b6001600160a01b038085165f90815260016020908152604080832093871683529290522082905580156105e257826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161078791815260200190565b60405180910390a350505050565b6001600160a01b0383166107bf578060025f8282546107b49190610a0d565b9091555061082f9050565b6001600160a01b0383165f90815260208190526040902054818110156108115760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610456565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661084b57600280548290039055610869565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516108ae91815260200190565b60405180910390a3505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610906575f5ffd5b919050565b5f5f6040838503121561091c575f5ffd5b610925836108f0565b946020939093013593505050565b5f5f5f60608486031215610945575f5ffd5b61094e846108f0565b925061095c602085016108f0565b929592945050506040919091013590565b5f6020828403121561097d575f5ffd5b610986826108f0565b9392505050565b5f6020828403121561099d575f5ffd5b5035919050565b5f5f604083850312156109b5575f5ffd5b6109be836108f0565b91506109cc602084016108f0565b90509250929050565b600181811c908216806109e957607f821691505b602082108103610a0757634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561033757634e487b7160e01b5f52601160045260245ffd5b5f82610a4657634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122025419e8dd274736d8832a4744a249d8e1a97c72a971a838e5ebc3c350c82206364736f6c634300081b0033

Deployed Bytecode

0x608060405234801561000f575f5ffd5b5060043610610106575f3560e01c80637e7120811161009e5780639b19251a1161006e5780639b19251a1461020b578063a9059cbb1461022d578063dd62ed3e14610240578063f2fde38b14610278578063f8b45b051461028b575f5ffd5b80637e712081146101c25780638114bdd7146101d55780638da5cb5b146101e857806395d89b4114610203575f5ffd5b8063313ce567116100d9578063313ce5671461017057806332cb6b0c1461017f57806370a0823114610190578063715018a6146101b8575f5ffd5b806306fdde031461010a578063095ea7b31461012857806318160ddd1461014b57806323b872dd1461015d575b5f5ffd5b610112610294565b60405161011f91906108bb565b60405180910390f35b61013b61013636600461090b565b610324565b604051901515815260200161011f565b6002545b60405190815260200161011f565b61013b61016b366004610933565b61033d565b6040516012815260200161011f565b61014f69d3c21bcecceda100000081565b61014f61019e36600461096d565b6001600160a01b03165f9081526020819052604090205490565b6101c06103e3565b005b6101c06101d036600461098d565b6103f6565b6101c06101e336600461096d565b610464565b6005546040516001600160a01b03909116815260200161011f565b610112610494565b61013b61021936600461096d565b60076020525f908152604090205460ff1681565b61013b61023b36600461090b565b6104a3565b61014f61024e3660046109a4565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6101c061028636600461096d565b61051e565b61014f60065481565b6060600380546102a3906109d5565b80601f01602080910402602001604051908101604052809291908181526020018280546102cf906109d5565b801561031a5780601f106102f15761010080835404028352916020019161031a565b820191905f5260205f20905b8154815290600101906020018083116102fd57829003601f168201915b5050505050905090565b5f3361033181858561055b565b60019150505b92915050565b6001600160a01b0382165f90815260076020526040812054339060ff1615801561036f57506001600160a01b0384163b155b80156103a4575060065483610398866001600160a01b03165f9081526020819052604090205490565b6103a29190610a0d565b115b156103c25760405163018d78a160e01b815260040160405180910390fd5b6103cd85828561056d565b6103d88585856105e8565b506001949350505050565b6103eb610645565b6103f45f610672565b565b6103fe610645565b6104146103e869d3c21bcecceda1000000610a2c565b81101561045f5760405162461bcd60e51b81526020600482015260146024820152731b585e0b5dd85b1b195d0b5d1bdbcb5cdb585b1b60621b60448201526064015b60405180910390fd5b600655565b61046c610645565b6001600160a01b03165f908152600760205260409020805460ff19811660ff90911615179055565b6060600480546102a3906109d5565b6001600160a01b0382165f9081526020818152604080832054600790925282205433919060ff161580156104df57506001600160a01b0385163b155b80156104f557506006546104f38583610a0d565b115b156105135760405163018d78a160e01b815260040160405180910390fd5b6103d88286866105e8565b610526610645565b6001600160a01b03811661054f57604051631e4fbdf760e01b81525f6004820152602401610456565b61055881610672565b50565b61056883838360016106c3565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f1981146105e257818110156105d457604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610456565b6105e284848484035f6106c3565b50505050565b6001600160a01b03831661061157604051634b637e8f60e11b81525f6004820152602401610456565b6001600160a01b03821661063a5760405163ec442f0560e01b81525f6004820152602401610456565b610568838383610795565b6005546001600160a01b031633146103f45760405163118cdaa760e01b8152336004820152602401610456565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b0384166106ec5760405163e602df0560e01b81525f6004820152602401610456565b6001600160a01b03831661071557604051634a1406b160e11b81525f6004820152602401610456565b6001600160a01b038085165f90815260016020908152604080832093871683529290522082905580156105e257826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161078791815260200190565b60405180910390a350505050565b6001600160a01b0383166107bf578060025f8282546107b49190610a0d565b9091555061082f9050565b6001600160a01b0383165f90815260208190526040902054818110156108115760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610456565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661084b57600280548290039055610869565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516108ae91815260200190565b60405180910390a3505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610906575f5ffd5b919050565b5f5f6040838503121561091c575f5ffd5b610925836108f0565b946020939093013593505050565b5f5f5f60608486031215610945575f5ffd5b61094e846108f0565b925061095c602085016108f0565b929592945050506040919091013590565b5f6020828403121561097d575f5ffd5b610986826108f0565b9392505050565b5f6020828403121561099d575f5ffd5b5035919050565b5f5f604083850312156109b5575f5ffd5b6109be836108f0565b91506109cc602084016108f0565b90509250929050565b600181811c908216806109e957607f821691505b602082108103610a0757634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561033757634e487b7160e01b5f52601160045260245ffd5b5f82610a4657634e487b7160e01b5f52601260045260245ffd5b50049056fea264697066735822122025419e8dd274736d8832a4744a249d8e1a97c72a971a838e5ebc3c350c82206364736f6c634300081b0033

Deployed Bytecode Sourcemap

22282:1848:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10430:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12723:190;;;;;;:::i;:::-;;:::i;:::-;;;1085:14:1;;1078:22;1060:41;;1048:2;1033:18;12723:190:0;920:187:1;11532:99:0;11611:12;;11532:99;;;1258:25:1;;;1246:2;1231:18;11532:99:0;1112:177:1;23650:477:0;;;;;;:::i;:::-;;:::i;11383:84::-;;;11457:2;1815:36:1;;1803:2;1788:18;11383:84:0;1673:184:1;22326:53:0;;22363:16;22326:53;;11694:118;;;;;;:::i;:::-;-1:-1:-1;;;;;11786:18:0;11759:7;11786:18;;;;;;;;;;;;11694:118;21446:103;;;:::i;:::-;;22857:175;;;;;;:::i;:::-;;:::i;22724:125::-;;;;;;:::i;:::-;;:::i;20771:87::-;20844:6;;20771:87;;-1:-1:-1;;;;;20844:6:0;;;2430:51:1;;2418:2;2403:18;20771:87:0;2284:203:1;10640:95:0;;;:::i;23040:41::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;23251:391;;;;;;:::i;:::-;;:::i;12262:142::-;;;;;;:::i;:::-;-1:-1:-1;;;;;12369:18:0;;;12342:7;12369:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;12262:142;21704:220;;;;;;:::i;:::-;;:::i;22386:49::-;;;;;;10430:91;10475:13;10508:5;10501:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10430:91;:::o;12723:190::-;12796:4;3377:10;12852:31;3377:10;12868:7;12877:5;12852:8;:31::i;:::-;12901:4;12894:11;;;12723:190;;;;;:::o;23650:477::-;-1:-1:-1;;;;;22573:18:0;;23772:4;22573:18;;;:9;:18;;;;;;3377:10;;22573:18;;23850:23;:49;;;;-1:-1:-1;;;;;;22685:19:0;;;:23;23850:49;:99;;;;;23940:9;;23932:5;23916:13;23926:2;-1:-1:-1;;;;;11786:18:0;11759:7;11786:18;;;;;;;;;;;;11694:118;23916:13;:21;;;;:::i;:::-;:33;23850:99;23832:179;;;23983:16;;-1:-1:-1;;;23983:16:0;;;;;;;;;;;23832:179;24023:37;24039:4;24045:7;24054:5;24023:15;:37::i;:::-;24071:26;24081:4;24087:2;24091:5;24071:9;:26::i;:::-;-1:-1:-1;24115:4:0;;23650:477;-1:-1:-1;;;;23650:477:0:o;21446:103::-;20657:13;:11;:13::i;:::-;21511:30:::1;21538:1;21511:18;:30::i;:::-;21446:103::o:0;22857:175::-;20657:13;:11;:13::i;:::-;22949:17:::1;22962:4;22363:16;22949:17;:::i;:::-;22935:10;:31;;22927:64;;;::::0;-1:-1:-1;;;22927:64:0;;3793:2:1;22927:64:0::1;::::0;::::1;3775:21:1::0;3832:2;3812:18;;;3805:30;-1:-1:-1;;;3851:18:1;;;3844:50;3911:18;;22927:64:0::1;;;;;;;;;23002:9;:22:::0;22857:175::o;22724:125::-;20657:13;:11;:13::i;:::-;-1:-1:-1;;;;;22823:18:0::1;;::::0;;;:9:::1;:18;::::0;;;;;;-1:-1:-1;;22801:40:0;::::1;22823:18;::::0;;::::1;22822:19;22801:40;::::0;;22724:125::o;10640:95::-;10687:13;10720:7;10713:14;;;;;:::i;23251:391::-;-1:-1:-1;;;;;11786:18:0;;23346:4;11786:18;;;;;;;;;;;;22573:9;:18;;;;;;3377:10;;11786:18;22573;;23453:23;:36;;;;-1:-1:-1;;;;;;22685:19:0;;;:23;23453:36;:67;;;;-1:-1:-1;23511:9:0;;23493:15;23503:5;23493:7;:15;:::i;:::-;:27;23453:67;23449:123;;;23544:16;;-1:-1:-1;;;23544:16:0;;;;;;;;;;;23449:123;23584:28;23594:6;23602:2;23606:5;23584:9;:28::i;21704:220::-;20657:13;:11;:13::i;:::-;-1:-1:-1;;;;;21789:22:0;::::1;21785:93;;21835:31;::::0;-1:-1:-1;;;21835:31:0;;21863:1:::1;21835:31;::::0;::::1;2430:51:1::0;2403:18;;21835:31:0::1;2284:203:1::0;21785:93:0::1;21888:28;21907:8;21888:18;:28::i;:::-;21704:220:::0;:::o;17550:130::-;17635:37;17644:5;17651:7;17660:5;17667:4;17635:8;:37::i;:::-;17550:130;;;:::o;19266:487::-;-1:-1:-1;;;;;12369:18:0;;;19366:24;12369:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;-1:-1:-1;;19433:37:0;;19429:317;;19510:5;19491:16;:24;19487:132;;;19543:60;;-1:-1:-1;;;19543:60:0;;-1:-1:-1;;;;;4160:32:1;;19543:60:0;;;4142:51:1;4209:18;;;4202:34;;;4252:18;;;4245:34;;;4115:18;;19543:60:0;3940:345:1;19487:132:0;19662:57;19671:5;19678:7;19706:5;19687:16;:24;19713:5;19662:8;:57::i;:::-;19355:398;19266:487;;;:::o;14125:308::-;-1:-1:-1;;;;;14209:18:0;;14205:88;;14251:30;;-1:-1:-1;;;14251:30:0;;14278:1;14251:30;;;2430:51:1;2403:18;;14251:30:0;2284:203:1;14205:88:0;-1:-1:-1;;;;;14307:16:0;;14303:88;;14347:32;;-1:-1:-1;;;14347:32:0;;14376:1;14347:32;;;2430:51:1;2403:18;;14347:32:0;2284:203:1;14303:88:0;14401:24;14409:4;14415:2;14419:5;14401:7;:24::i;20936:166::-;20844:6;;-1:-1:-1;;;;;20844:6:0;3377:10;20996:23;20992:103;;21043:40;;-1:-1:-1;;;21043:40:0;;3377:10;21043:40;;;2430:51:1;2403:18;;21043:40:0;2284:203:1;22084:191:0;22177:6;;;-1:-1:-1;;;;;22194:17:0;;;-1:-1:-1;;;;;;22194:17:0;;;;;;;22227:40;;22177:6;;;22194:17;22177:6;;22227:40;;22158:16;;22227:40;22147:128;22084:191;:::o;18531:443::-;-1:-1:-1;;;;;18644:19:0;;18640:91;;18687:32;;-1:-1:-1;;;18687:32:0;;18716:1;18687:32;;;2430:51:1;2403:18;;18687:32:0;2284:203:1;18640:91:0;-1:-1:-1;;;;;18745:21:0;;18741:92;;18790:31;;-1:-1:-1;;;18790:31:0;;18818:1;18790:31;;;2430:51:1;2403:18;;18790:31:0;2284:203:1;18741:92:0;-1:-1:-1;;;;;18843:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;:35;;;18889:78;;;;18940:7;-1:-1:-1;;;;;18924:31:0;18933:5;-1:-1:-1;;;;;18924:31:0;;18949:5;18924:31;;;;1258:25:1;;1246:2;1231:18;;1112:177;18924:31:0;;;;;;;;18531:443;;;;:::o;14757:1135::-;-1:-1:-1;;;;;14847:18:0;;14843:552;;15001:5;14985:12;;:21;;;;;;;:::i;:::-;;;;-1:-1:-1;14843:552:0;;-1:-1:-1;14843:552:0;;-1:-1:-1;;;;;15061:15:0;;15039:19;15061:15;;;;;;;;;;;15095:19;;;15091:117;;;15142:50;;-1:-1:-1;;;15142:50:0;;-1:-1:-1;;;;;4160:32:1;;15142:50:0;;;4142:51:1;4209:18;;;4202:34;;;4252:18;;;4245:34;;;4115:18;;15142:50:0;3940:345:1;15091:117:0;-1:-1:-1;;;;;15331:15:0;;:9;:15;;;;;;;;;;15349:19;;;;15331:37;;14843:552;-1:-1:-1;;;;;15411:16:0;;15407:435;;15577:12;:21;;;;;;;15407:435;;;-1:-1:-1;;;;;15793:13:0;;:9;:13;;;;;;;;;;:22;;;;;;15407:435;15874:2;-1:-1:-1;;;;;15859:25:0;15868:4;-1:-1:-1;;;;;15859:25:0;;15878:5;15859:25;;;;1258::1;;1246:2;1231:18;;1112:177;15859:25:0;;;;;;;;14757:1135;;;:::o;14:418:1:-;163:2;152:9;145:21;126:4;195:6;189:13;238:6;233:2;222:9;218:18;211:34;297:6;292:2;284:6;280:15;275:2;264:9;260:18;254:50;353:1;348:2;339:6;328:9;324:22;320:31;313:42;423:2;416;412:7;407:2;399:6;395:15;391:29;380:9;376:45;372:54;364:62;;;14:418;;;;:::o;437:173::-;505:20;;-1:-1:-1;;;;;554:31:1;;544:42;;534:70;;600:1;597;590:12;534:70;437:173;;;:::o;615:300::-;683:6;691;744:2;732:9;723:7;719:23;715:32;712:52;;;760:1;757;750:12;712:52;783:29;802:9;783:29;:::i;:::-;773:39;881:2;866:18;;;;853:32;;-1:-1:-1;;;615:300:1:o;1294:374::-;1371:6;1379;1387;1440:2;1428:9;1419:7;1415:23;1411:32;1408:52;;;1456:1;1453;1446:12;1408:52;1479:29;1498:9;1479:29;:::i;:::-;1469:39;;1527:38;1561:2;1550:9;1546:18;1527:38;:::i;:::-;1294:374;;1517:48;;-1:-1:-1;;;1634:2:1;1619:18;;;;1606:32;;1294:374::o;1862:186::-;1921:6;1974:2;1962:9;1953:7;1949:23;1945:32;1942:52;;;1990:1;1987;1980:12;1942:52;2013:29;2032:9;2013:29;:::i;:::-;2003:39;1862:186;-1:-1:-1;;;1862:186:1:o;2053:226::-;2112:6;2165:2;2153:9;2144:7;2140:23;2136:32;2133:52;;;2181:1;2178;2171:12;2133:52;-1:-1:-1;2226:23:1;;2053:226;-1:-1:-1;2053:226:1:o;2492:260::-;2560:6;2568;2621:2;2609:9;2600:7;2596:23;2592:32;2589:52;;;2637:1;2634;2627:12;2589:52;2660:29;2679:9;2660:29;:::i;:::-;2650:39;;2708:38;2742:2;2731:9;2727:18;2708:38;:::i;:::-;2698:48;;2492:260;;;;;:::o;2757:380::-;2836:1;2832:12;;;;2879;;;2900:61;;2954:4;2946:6;2942:17;2932:27;;2900:61;3007:2;2999:6;2996:14;2976:18;2973:38;2970:161;;3053:10;3048:3;3044:20;3041:1;3034:31;3088:4;3085:1;3078:15;3116:4;3113:1;3106:15;2970:161;;2757:380;;;:::o;3142:222::-;3207:9;;;3228:10;;;3225:133;;;3280:10;3275:3;3271:20;3268:1;3261:31;3315:4;3312:1;3305:15;3343:4;3340:1;3333:15;3369:217;3409:1;3435;3425:132;;3479:10;3474:3;3470:20;3467:1;3460:31;3514:4;3511:1;3504:15;3542:4;3539:1;3532:15;3425:132;-1:-1:-1;3571:9:1;;3369:217::o

Swarm Source

ipfs://25419e8dd274736d8832a4744a249d8e1a97c72a971a838e5ebc3c350c822063

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