ETH Price: $2,607.28 (-2.04%)

Contract

0xfD945B945b0EE116b81D3AA0C75634B222b688fA
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve208628922024-09-30 10:32:359 hrs ago1727692355IN
0xfD945B94...222b688fA
0 ETH0.00042769.21293203
Approve208567852024-09-29 14:06:3530 hrs ago1727618795IN
0xfD945B94...222b688fA
0 ETH0.000321613.20308747
Approve208340502024-09-26 9:59:594 days ago1727344799IN
0xfD945B94...222b688fA
0 ETH0.0007460716.07844624
Approve208340482024-09-26 9:59:354 days ago1727344775IN
0xfD945B94...222b688fA
0 ETH0.0008925119.11093285
Approve208340472024-09-26 9:59:234 days ago1727344763IN
0xfD945B94...222b688fA
0 ETH0.0007834416.77533497
Approve208340472024-09-26 9:59:234 days ago1727344763IN
0xfD945B94...222b688fA
0 ETH0.000922419.75077385
Approve208340462024-09-26 9:59:114 days ago1727344751IN
0xfD945B94...222b688fA
0 ETH0.0008182617.63433497
Approve208340462024-09-26 9:59:114 days ago1727344751IN
0xfD945B94...222b688fA
0 ETH0.0008290317.77433497
Approve208340442024-09-26 9:58:474 days ago1727344727IN
0xfD945B94...222b688fA
0 ETH0.0007482516.02192436
Approve208340442024-09-26 9:58:474 days ago1727344727IN
0xfD945B94...222b688fA
0 ETH0.0007482516.02192436
Approve208340442024-09-26 9:58:474 days ago1727344727IN
0xfD945B94...222b688fA
0 ETH0.0008475818.17219049
Approve208340432024-09-26 9:58:354 days ago1727344715IN
0xfD945B94...222b688fA
0 ETH0.0007284215.69815798
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.0007407215.86058367
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.0007407215.86058367
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.0007703116.60092436
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.0008880819.02092436
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.0008883119.02092436
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.0008883119.02092436
Approve208340422024-09-26 9:58:234 days ago1727344703IN
0xfD945B94...222b688fA
0 ETH0.002989964.02092436
Approve208340412024-09-26 9:58:114 days ago1727344691IN
0xfD945B94...222b688fA
0 ETH0.0007863616.85958367
Approve208340412024-09-26 9:58:114 days ago1727344691IN
0xfD945B94...222b688fA
0 ETH0.0007863616.85958367
Approve208340402024-09-26 9:57:594 days ago1727344679IN
0xfD945B94...222b688fA
0 ETH0.0008007717.16843996
Approve208340402024-09-26 9:57:594 days ago1727344679IN
0xfD945B94...222b688fA
0 ETH0.0008949719.16843996
Approve208340402024-09-26 9:57:594 days ago1727344679IN
0xfD945B94...222b688fA
0 ETH0.0025297754.16843996
Approve208340392024-09-26 9:57:474 days ago1727344667IN
0xfD945B94...222b688fA
0 ETH0.0007399815.84490521
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:
NeiroChain

Compiler Version
v0.8.25+commit.b61c2a91

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2024-09-26
*/

/*
 * SPDX-License-Identifier: MIT
 * 
 * Website: https://explorer.neiro-chain.org
 * Twitter: https://x.com/NeiroChainNCT
 * Telegram: https://t.me/NeiroChainNCT

Welcome to Neiro-Chain Token $NCT

Our chain is live, #neirochaintoken

Chain ID: 412
RPC: https://rpc.neiro-chain.org
Explorer: https://explorer.neiro-chain.org
Symbol: Neiro

Bridge Contract: 0x78386dce98A48c221D97a3173167E63DEB88f6f6
Router Address: 0xA96D0aBEd123f8b176c69bf0bb8be47C3F9806BB

 */
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 NeiroChain is ERC20, Ownable {
    uint256 public constant MAX_SUPPLY = 1_000_000 * 1e18;
    uint256 public maxWallet = MAX_SUPPLY * 15 / 1000; // 1.5%
    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("Neiro Chain Token", "NCT") 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

[{"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"}]

60806040526103e861001c69d3c21bcecceda1000000600f610317565b6100269190610334565b600655348015610034575f80fd5b5033604051806040016040528060118152602001702732b4b9379021b430b4b7102a37b5b2b760791b815250604051806040016040528060038152602001621390d560ea1b815250816003908161008b91906103eb565b50600461009882826103eb565b5050506001600160a01b0381166100c957604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6100d2816100f5565b506100e73369d3c21bcecceda1000000610146565b6100f03361017e565b6104bd565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b03821661016f5760405163ec442f0560e01b81525f60048201526024016100c0565b61017a5f83836101ae565b5050565b6101866102d4565b6001600160a01b03165f908152600760205260409020805460ff19811660ff90911615179055565b6001600160a01b0383166101d8578060025f8282546101cd91906104aa565b909155506102489050565b6001600160a01b0383165f908152602081905260409020548181101561022a5760405163391434e360e21b81526001600160a01b038516600482015260248101829052604481018390526064016100c0565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661026457600280548290039055610282565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516102c791815260200190565b60405180910390a3505050565b6005546001600160a01b031633146103015760405163118cdaa760e01b81523360048201526024016100c0565b565b634e487b7160e01b5f52601160045260245ffd5b808202811582820484141761032e5761032e610303565b92915050565b5f8261034e57634e487b7160e01b5f52601260045260245ffd5b500490565b634e487b7160e01b5f52604160045260245ffd5b600181811c9082168061037b57607f821691505b60208210810361039957634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156103e657805f5260205f20601f840160051c810160208510156103c45750805b601f840160051c820191505b818110156103e3575f81556001016103d0565b50505b505050565b81516001600160401b0381111561040457610404610353565b610418816104128454610367565b8461039f565b602080601f83116001811461044b575f84156104345750858301515b5f19600386901b1c1916600185901b1785556104a2565b5f85815260208120601f198616915b828110156104795788860151825594840194600190910190840161045a565b508582101561049657878501515f19600388901b60f8161c191681555b505060018460011b0185555b505050505050565b8082018082111561032e5761032e610303565b610a80806104ca5f395ff3fe608060405234801561000f575f80fd5b5060043610610106575f3560e01c80637e7120811161009e5780639b19251a1161006e5780639b19251a1461020b578063a9059cbb1461022d578063dd62ed3e14610240578063f2fde38b14610278578063f8b45b051461028b575f80fd5b80637e712081146101c25780638114bdd7146101d55780638da5cb5b146101e857806395d89b4114610203575f80fd5b8063313ce567116100d9578063313ce5671461017057806332cb6b0c1461017f57806370a0823114610190578063715018a6146101b8575f80fd5b806306fdde031461010a578063095ea7b31461012857806318160ddd1461014b57806323b872dd1461015d575b5f80fd5b610112610294565b60405161011f91906108bb565b60405180910390f35b61013b61013636600461090b565b610324565b604051901515815260200161011f565b6002545b60405190815260200161011f565b61013b61016b366004610933565b61033d565b6040516012815260200161011f565b61014f69d3c21bcecceda100000081565b61014f61019e36600461096c565b6001600160a01b03165f9081526020819052604090205490565b6101c06103e3565b005b6101c06101d036600461098c565b6103f6565b6101c06101e336600461096c565b610464565b6005546040516001600160a01b03909116815260200161011f565b610112610494565b61013b61021936600461096c565b60076020525f908152604090205460ff1681565b61013b61023b36600461090b565b6104a3565b61014f61024e3660046109a3565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6101c061028636600461096c565b61051e565b61014f60065481565b6060600380546102a3906109d4565b80601f01602080910402602001604051908101604052809291908181526020018280546102cf906109d4565b801561031a5780601f106102f15761010080835404028352916020019161031a565b820191905f5260205f20905b8154815290600101906020018083116102fd57829003601f168201915b5050505050905090565b5f3361033181858561055b565b60019150505b92915050565b6001600160a01b0382165f90815260076020526040812054339060ff1615801561036f57506001600160a01b0384163b155b80156103a4575060065483610398866001600160a01b03165f9081526020819052604090205490565b6103a29190610a0c565b115b156103c25760405163018d78a160e01b815260040160405180910390fd5b6103cd85828561056d565b6103d88585856105e8565b506001949350505050565b6103eb610645565b6103f45f610672565b565b6103fe610645565b6104146103e869d3c21bcecceda1000000610a2b565b81101561045f5760405162461bcd60e51b81526020600482015260146024820152731b585e0b5dd85b1b195d0b5d1bdbcb5cdb585b1b60621b60448201526064015b60405180910390fd5b600655565b61046c610645565b6001600160a01b03165f908152600760205260409020805460ff19811660ff90911615179055565b6060600480546102a3906109d4565b6001600160a01b0382165f9081526020818152604080832054600790925282205433919060ff161580156104df57506001600160a01b0385163b155b80156104f557506006546104f38583610a0c565b115b156105135760405163018d78a160e01b815260040160405180910390fd5b6103d88286866105e8565b610526610645565b6001600160a01b03811661054f57604051631e4fbdf760e01b81525f6004820152602401610456565b61055881610672565b50565b61056883838360016106c3565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f1981146105e257818110156105d457604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610456565b6105e284848484035f6106c3565b50505050565b6001600160a01b03831661061157604051634b637e8f60e11b81525f6004820152602401610456565b6001600160a01b03821661063a5760405163ec442f0560e01b81525f6004820152602401610456565b610568838383610795565b6005546001600160a01b031633146103f45760405163118cdaa760e01b8152336004820152602401610456565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b0384166106ec5760405163e602df0560e01b81525f6004820152602401610456565b6001600160a01b03831661071557604051634a1406b160e11b81525f6004820152602401610456565b6001600160a01b038085165f90815260016020908152604080832093871683529290522082905580156105e257826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161078791815260200190565b60405180910390a350505050565b6001600160a01b0383166107bf578060025f8282546107b49190610a0c565b9091555061082f9050565b6001600160a01b0383165f90815260208190526040902054818110156108115760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610456565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661084b57600280548290039055610869565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516108ae91815260200190565b60405180910390a3505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610906575f80fd5b919050565b5f806040838503121561091c575f80fd5b610925836108f0565b946020939093013593505050565b5f805f60608486031215610945575f80fd5b61094e846108f0565b925061095c602085016108f0565b9150604084013590509250925092565b5f6020828403121561097c575f80fd5b610985826108f0565b9392505050565b5f6020828403121561099c575f80fd5b5035919050565b5f80604083850312156109b4575f80fd5b6109bd836108f0565b91506109cb602084016108f0565b90509250929050565b600181811c908216806109e857607f821691505b602082108103610a0657634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561033757634e487b7160e01b5f52601160045260245ffd5b5f82610a4557634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212201d88c4e4f9b70a8fdcff612e647c437d39ba6ecc179b5859614454d451ed56cb64736f6c63430008190033

Deployed Bytecode

0x608060405234801561000f575f80fd5b5060043610610106575f3560e01c80637e7120811161009e5780639b19251a1161006e5780639b19251a1461020b578063a9059cbb1461022d578063dd62ed3e14610240578063f2fde38b14610278578063f8b45b051461028b575f80fd5b80637e712081146101c25780638114bdd7146101d55780638da5cb5b146101e857806395d89b4114610203575f80fd5b8063313ce567116100d9578063313ce5671461017057806332cb6b0c1461017f57806370a0823114610190578063715018a6146101b8575f80fd5b806306fdde031461010a578063095ea7b31461012857806318160ddd1461014b57806323b872dd1461015d575b5f80fd5b610112610294565b60405161011f91906108bb565b60405180910390f35b61013b61013636600461090b565b610324565b604051901515815260200161011f565b6002545b60405190815260200161011f565b61013b61016b366004610933565b61033d565b6040516012815260200161011f565b61014f69d3c21bcecceda100000081565b61014f61019e36600461096c565b6001600160a01b03165f9081526020819052604090205490565b6101c06103e3565b005b6101c06101d036600461098c565b6103f6565b6101c06101e336600461096c565b610464565b6005546040516001600160a01b03909116815260200161011f565b610112610494565b61013b61021936600461096c565b60076020525f908152604090205460ff1681565b61013b61023b36600461090b565b6104a3565b61014f61024e3660046109a3565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b6101c061028636600461096c565b61051e565b61014f60065481565b6060600380546102a3906109d4565b80601f01602080910402602001604051908101604052809291908181526020018280546102cf906109d4565b801561031a5780601f106102f15761010080835404028352916020019161031a565b820191905f5260205f20905b8154815290600101906020018083116102fd57829003601f168201915b5050505050905090565b5f3361033181858561055b565b60019150505b92915050565b6001600160a01b0382165f90815260076020526040812054339060ff1615801561036f57506001600160a01b0384163b155b80156103a4575060065483610398866001600160a01b03165f9081526020819052604090205490565b6103a29190610a0c565b115b156103c25760405163018d78a160e01b815260040160405180910390fd5b6103cd85828561056d565b6103d88585856105e8565b506001949350505050565b6103eb610645565b6103f45f610672565b565b6103fe610645565b6104146103e869d3c21bcecceda1000000610a2b565b81101561045f5760405162461bcd60e51b81526020600482015260146024820152731b585e0b5dd85b1b195d0b5d1bdbcb5cdb585b1b60621b60448201526064015b60405180910390fd5b600655565b61046c610645565b6001600160a01b03165f908152600760205260409020805460ff19811660ff90911615179055565b6060600480546102a3906109d4565b6001600160a01b0382165f9081526020818152604080832054600790925282205433919060ff161580156104df57506001600160a01b0385163b155b80156104f557506006546104f38583610a0c565b115b156105135760405163018d78a160e01b815260040160405180910390fd5b6103d88286866105e8565b610526610645565b6001600160a01b03811661054f57604051631e4fbdf760e01b81525f6004820152602401610456565b61055881610672565b50565b61056883838360016106c3565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f1981146105e257818110156105d457604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610456565b6105e284848484035f6106c3565b50505050565b6001600160a01b03831661061157604051634b637e8f60e11b81525f6004820152602401610456565b6001600160a01b03821661063a5760405163ec442f0560e01b81525f6004820152602401610456565b610568838383610795565b6005546001600160a01b031633146103f45760405163118cdaa760e01b8152336004820152602401610456565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b0384166106ec5760405163e602df0560e01b81525f6004820152602401610456565b6001600160a01b03831661071557604051634a1406b160e11b81525f6004820152602401610456565b6001600160a01b038085165f90815260016020908152604080832093871683529290522082905580156105e257826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258460405161078791815260200190565b60405180910390a350505050565b6001600160a01b0383166107bf578060025f8282546107b49190610a0c565b9091555061082f9050565b6001600160a01b0383165f90815260208190526040902054818110156108115760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610456565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661084b57600280548290039055610869565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516108ae91815260200190565b60405180910390a3505050565b602081525f82518060208401528060208501604085015e5f604082850101526040601f19601f83011684010191505092915050565b80356001600160a01b0381168114610906575f80fd5b919050565b5f806040838503121561091c575f80fd5b610925836108f0565b946020939093013593505050565b5f805f60608486031215610945575f80fd5b61094e846108f0565b925061095c602085016108f0565b9150604084013590509250925092565b5f6020828403121561097c575f80fd5b610985826108f0565b9392505050565b5f6020828403121561099c575f80fd5b5035919050565b5f80604083850312156109b4575f80fd5b6109bd836108f0565b91506109cb602084016108f0565b90509250929050565b600181811c908216806109e857607f821691505b602082108103610a0657634e487b7160e01b5f52602260045260245ffd5b50919050565b8082018082111561033757634e487b7160e01b5f52601160045260245ffd5b5f82610a4557634e487b7160e01b5f52601260045260245ffd5b50049056fea26469706673582212201d88c4e4f9b70a8fdcff612e647c437d39ba6ecc179b5859614454d451ed56cb64736f6c63430008190033

Deployed Bytecode Sourcemap

22607:1857:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10755:91;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;13048:190;;;;;;:::i;:::-;;:::i;:::-;;;1039:14:1;;1032:22;1014:41;;1002:2;987:18;13048:190:0;874:187:1;11857:99:0;11936:12;;11857:99;;;1212:25:1;;;1200:2;1185:18;11857:99:0;1066:177:1;23984:477:0;;;;;;:::i;:::-;;:::i;11708:84::-;;;11782:2;1723:36:1;;1711:2;1696:18;11708:84:0;1581:184:1;22652:53:0;;22689:16;22652:53;;12019:118;;;;;;:::i;:::-;-1:-1:-1;;;;;12111:18:0;12084:7;12111:18;;;;;;;;;;;;12019:118;21771:103;;;:::i;:::-;;23183:175;;;;;;:::i;:::-;;:::i;23050:125::-;;;;;;:::i;:::-;;:::i;21096:87::-;21169:6;;21096:87;;-1:-1:-1;;;;;21169:6:0;;;2292:51:1;;2280:2;2265:18;21096:87:0;2146:203:1;10965:95:0;;;:::i;23366:41::-;;;;;;:::i;:::-;;;;;;;;;;;;;;;;23585:391;;;;;;:::i;:::-;;:::i;12587:142::-;;;;;;:::i;:::-;-1:-1:-1;;;;;12694:18:0;;;12667:7;12694:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;12587:142;22029:220;;;;;;:::i;:::-;;:::i;22712:49::-;;;;;;10755:91;10800:13;10833:5;10826:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10755:91;:::o;13048:190::-;13121:4;3702:10;13177:31;3702:10;13193:7;13202:5;13177:8;:31::i;:::-;13226:4;13219:11;;;13048:190;;;;;:::o;23984:477::-;-1:-1:-1;;;;;22899:18:0;;24106:4;22899:18;;;:9;:18;;;;;;3702:10;;22899:18;;24184:23;:49;;;;-1:-1:-1;;;;;;23011:19:0;;;:23;24184:49;:99;;;;;24274:9;;24266:5;24250:13;24260:2;-1:-1:-1;;;;;12111:18:0;12084:7;12111:18;;;;;;;;;;;;12019:118;24250:13;:21;;;;:::i;:::-;:33;24184:99;24166:179;;;24317:16;;-1:-1:-1;;;24317:16:0;;;;;;;;;;;24166:179;24357:37;24373:4;24379:7;24388:5;24357:15;:37::i;:::-;24405:26;24415:4;24421:2;24425:5;24405:9;:26::i;:::-;-1:-1:-1;24449:4:0;;23984:477;-1:-1:-1;;;;23984:477:0:o;21771:103::-;20982:13;:11;:13::i;:::-;21836:30:::1;21863:1;21836:18;:30::i;:::-;21771:103::o:0;23183:175::-;20982:13;:11;:13::i;:::-;23275:17:::1;23288:4;22689:16;23275:17;:::i;:::-;23261:10;:31;;23253:64;;;::::0;-1:-1:-1;;;23253:64:0;;3655:2:1;23253:64:0::1;::::0;::::1;3637:21:1::0;3694:2;3674:18;;;3667:30;-1:-1:-1;;;3713:18:1;;;3706:50;3773:18;;23253:64:0::1;;;;;;;;;23328:9;:22:::0;23183:175::o;23050:125::-;20982:13;:11;:13::i;:::-;-1:-1:-1;;;;;23149:18:0::1;;::::0;;;:9:::1;:18;::::0;;;;;;-1:-1:-1;;23127:40:0;::::1;23149:18;::::0;;::::1;23148:19;23127:40;::::0;;23050:125::o;10965:95::-;11012:13;11045:7;11038:14;;;;;:::i;23585:391::-;-1:-1:-1;;;;;12111:18:0;;23680:4;12111:18;;;;;;;;;;;;22899:9;:18;;;;;;3702:10;;12111:18;22899;;23787:23;:36;;;;-1:-1:-1;;;;;;23011:19:0;;;:23;23787:36;:67;;;;-1:-1:-1;23845:9:0;;23827:15;23837:5;23827:7;:15;:::i;:::-;:27;23787:67;23783:123;;;23878:16;;-1:-1:-1;;;23878:16:0;;;;;;;;;;;23783:123;23918:28;23928:6;23936:2;23940:5;23918:9;:28::i;22029:220::-;20982:13;:11;:13::i;:::-;-1:-1:-1;;;;;22114:22:0;::::1;22110:93;;22160:31;::::0;-1:-1:-1;;;22160:31:0;;22188:1:::1;22160:31;::::0;::::1;2292:51:1::0;2265:18;;22160:31:0::1;2146:203:1::0;22110:93:0::1;22213:28;22232:8;22213:18;:28::i;:::-;22029:220:::0;:::o;17875:130::-;17960:37;17969:5;17976:7;17985:5;17992:4;17960:8;:37::i;:::-;17875:130;;;:::o;19591:487::-;-1:-1:-1;;;;;12694:18:0;;;19691:24;12694:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;-1:-1:-1;;19758:37:0;;19754:317;;19835:5;19816:16;:24;19812:132;;;19868:60;;-1:-1:-1;;;19868:60:0;;-1:-1:-1;;;;;4022:32:1;;19868:60:0;;;4004:51:1;4071:18;;;4064:34;;;4114:18;;;4107:34;;;3977:18;;19868:60:0;3802:345:1;19812:132:0;19987:57;19996:5;20003:7;20031:5;20012:16;:24;20038:5;19987:8;:57::i;:::-;19680:398;19591:487;;;:::o;14450:308::-;-1:-1:-1;;;;;14534:18:0;;14530:88;;14576:30;;-1:-1:-1;;;14576:30:0;;14603:1;14576:30;;;2292:51:1;2265:18;;14576:30:0;2146:203:1;14530:88:0;-1:-1:-1;;;;;14632:16:0;;14628:88;;14672:32;;-1:-1:-1;;;14672:32:0;;14701:1;14672:32;;;2292:51:1;2265:18;;14672:32:0;2146:203:1;14628:88:0;14726:24;14734:4;14740:2;14744:5;14726:7;:24::i;21261:166::-;21169:6;;-1:-1:-1;;;;;21169:6:0;3702:10;21321:23;21317:103;;21368:40;;-1:-1:-1;;;21368:40:0;;3702:10;21368:40;;;2292:51:1;2265:18;;21368:40:0;2146:203:1;22409:191:0;22502:6;;;-1:-1:-1;;;;;22519:17:0;;;-1:-1:-1;;;;;;22519:17:0;;;;;;;22552:40;;22502:6;;;22519:17;22502:6;;22552:40;;22483:16;;22552:40;22472:128;22409:191;:::o;18856:443::-;-1:-1:-1;;;;;18969:19:0;;18965:91;;19012:32;;-1:-1:-1;;;19012:32:0;;19041:1;19012:32;;;2292:51:1;2265:18;;19012:32:0;2146:203:1;18965:91:0;-1:-1:-1;;;;;19070:21:0;;19066:92;;19115:31;;-1:-1:-1;;;19115:31:0;;19143:1;19115:31;;;2292:51:1;2265:18;;19115:31:0;2146:203:1;19066:92:0;-1:-1:-1;;;;;19168:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;:35;;;19214:78;;;;19265:7;-1:-1:-1;;;;;19249:31:0;19258:5;-1:-1:-1;;;;;19249:31:0;;19274:5;19249:31;;;;1212:25:1;;1200:2;1185:18;;1066:177;19249:31:0;;;;;;;;18856:443;;;;:::o;15082:1135::-;-1:-1:-1;;;;;15172:18:0;;15168:552;;15326:5;15310:12;;:21;;;;;;;:::i;:::-;;;;-1:-1:-1;15168:552:0;;-1:-1:-1;15168:552:0;;-1:-1:-1;;;;;15386:15:0;;15364:19;15386:15;;;;;;;;;;;15420:19;;;15416:117;;;15467:50;;-1:-1:-1;;;15467:50:0;;-1:-1:-1;;;;;4022:32:1;;15467:50:0;;;4004:51:1;4071:18;;;4064:34;;;4114:18;;;4107:34;;;3977:18;;15467:50:0;3802:345:1;15416:117:0;-1:-1:-1;;;;;15656:15:0;;:9;:15;;;;;;;;;;15674:19;;;;15656:37;;15168:552;-1:-1:-1;;;;;15736:16:0;;15732:435;;15902:12;:21;;;;;;;15732:435;;;-1:-1:-1;;;;;16118:13:0;;:9;:13;;;;;;;;;;:22;;;;;;15732:435;16199:2;-1:-1:-1;;;;;16184:25:0;16193:4;-1:-1:-1;;;;;16184:25:0;;16203:5;16184:25;;;;1212::1;;1200:2;1185:18;;1066:177;16184:25:0;;;;;;;;15082: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:254::-;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;859:2;844:18;;;;831:32;;-1:-1:-1;;;615:254:1:o;1248:328::-;1325:6;1333;1341;1394:2;1382:9;1373:7;1369:23;1365:32;1362:52;;;1410:1;1407;1400:12;1362:52;1433:29;1452:9;1433:29;:::i;:::-;1423:39;;1481:38;1515:2;1504:9;1500:18;1481:38;:::i;:::-;1471:48;;1566:2;1555:9;1551:18;1538:32;1528:42;;1248:328;;;;;:::o;1770:186::-;1829:6;1882:2;1870:9;1861:7;1857:23;1853:32;1850:52;;;1898:1;1895;1888:12;1850:52;1921:29;1940:9;1921:29;:::i;:::-;1911:39;1770:186;-1:-1:-1;;;1770:186:1:o;1961:180::-;2020:6;2073:2;2061:9;2052:7;2048:23;2044:32;2041:52;;;2089:1;2086;2079:12;2041:52;-1:-1:-1;2112:23:1;;1961:180;-1:-1:-1;1961:180:1:o;2354:260::-;2422:6;2430;2483:2;2471:9;2462:7;2458:23;2454:32;2451:52;;;2499:1;2496;2489:12;2451:52;2522:29;2541:9;2522:29;:::i;:::-;2512:39;;2570:38;2604:2;2593:9;2589:18;2570:38;:::i;:::-;2560:48;;2354:260;;;;;:::o;2619:380::-;2698:1;2694:12;;;;2741;;;2762:61;;2816:4;2808:6;2804:17;2794:27;;2762:61;2869:2;2861:6;2858:14;2838:18;2835:38;2832:161;;2915:10;2910:3;2906:20;2903:1;2896:31;2950:4;2947:1;2940:15;2978:4;2975:1;2968:15;2832:161;;2619:380;;;:::o;3004:222::-;3069:9;;;3090:10;;;3087:133;;;3142:10;3137:3;3133:20;3130:1;3123:31;3177:4;3174:1;3167:15;3205:4;3202:1;3195:15;3231:217;3271:1;3297;3287:132;;3341:10;3336:3;3332:20;3329:1;3322:31;3376:4;3373:1;3366:15;3404:4;3401:1;3394:15;3287:132;-1:-1:-1;3433:9:1;;3231:217::o

Swarm Source

ipfs://1d88c4e4f9b70a8fdcff612e647c437d39ba6ecc179b5859614454d451ed56cb

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.