ETH Price: $3,117.98 (-0.95%)
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Token Holdings

More Info

Private Name Tags

Multichain Info

1 address found via
Transaction Hash
Method
Block
From
To
Get Drop204545252024-08-04 10:14:35522 days ago1722766475IN
0x3AabbC20...c5985b82D
0 ETH0.00004341.32882171
Get Drop204532832024-08-04 6:05:47522 days ago1722751547IN
0x3AabbC20...c5985b82D
0 ETH0.000032661
Get Drop204085352024-07-29 0:07:35528 days ago1722211655IN
0x3AabbC20...c5985b82D
0 ETH0.000032661
Get Drop202762192024-07-10 12:52:23547 days ago1720615943IN
0x3AabbC20...c5985b82D
0 ETH0.000138535.73484648
Get Drop202506372024-07-06 23:04:47550 days ago1720307087IN
0x3AabbC20...c5985b82D
0 ETH0.000036261.11
Get Drop201497452024-06-22 20:52:11565 days ago1719089531IN
0x3AabbC20...c5985b82D
0 ETH0.000052591.61
Get Drop201474662024-06-22 13:12:47565 days ago1719061967IN
0x3AabbC20...c5985b82D
0 ETH0.000096932.96723246
Get Drop201457542024-06-22 7:28:23565 days ago1719041303IN
0x3AabbC20...c5985b82D
0 ETH0.000078112.39133156
Get Drop201457532024-06-22 7:28:11565 days ago1719041291IN
0x3AabbC20...c5985b82D
0 ETH0.000080472.46362143
Get Drop201456402024-06-22 7:05:23565 days ago1719039923IN
0x3AabbC20...c5985b82D
0 ETH0.000069742.13511879
Get Drop201167932024-06-18 6:14:11569 days ago1718691251IN
0x3AabbC20...c5985b82D
0 ETH0.000139044.25634387
Get Drop201105902024-06-17 9:23:47570 days ago1718616227IN
0x3AabbC20...c5985b82D
0 ETH0.000102583.14020165
Get Drop201102592024-06-17 8:17:11570 days ago1718612231IN
0x3AabbC20...c5985b82D
0 ETH0.000108363.31714082
Get Drop201073032024-06-16 22:22:23570 days ago1718576543IN
0x3AabbC20...c5985b82D
0 ETH0.000127653.90785761
Get Drop201068302024-06-16 20:46:23571 days ago1718570783IN
0x3AabbC20...c5985b82D
0 ETH0.00012873.94002475
Get Drop201067782024-06-16 20:35:59571 days ago1718570159IN
0x3AabbC20...c5985b82D
0 ETH0.000151264.63058321
Get Drop201066472024-06-16 20:09:35571 days ago1718568575IN
0x3AabbC20...c5985b82D
0 ETH0.000106623.2640628
Get Drop201062702024-06-16 18:53:47571 days ago1718564027IN
0x3AabbC20...c5985b82D
0 ETH0.000108363.31731188
Get Drop201062302024-06-16 18:45:47571 days ago1718563547IN
0x3AabbC20...c5985b82D
0 ETH0.000130323.99096645
Get Drop201060832024-06-16 18:16:23571 days ago1718561783IN
0x3AabbC20...c5985b82D
0 ETH0.000112623.44770326
Get Drop201060462024-06-16 18:08:59571 days ago1718561339IN
0x3AabbC20...c5985b82D
0 ETH0.000132724.06294374
Get Drop201042322024-06-16 12:03:59571 days ago1718539439IN
0x3AabbC20...c5985b82D
0 ETH0.000119283.65291935
Get Drop201039152024-06-16 11:00:11571 days ago1718535611IN
0x3AabbC20...c5985b82D
0 ETH0.000123113.76879737
Get Drop201035812024-06-16 9:53:23571 days ago1718531603IN
0x3AabbC20...c5985b82D
0 ETH0.000141744.33900263
Get Drop201031572024-06-16 8:28:11571 days ago1718526491IN
0x3AabbC20...c5985b82D
0 ETH0.000117953.61097572
View all transactions

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
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:
MaldoTokenAirDrop

Compiler Version
v0.8.26+commit.8a97fa7a

Optimization Enabled:
No with 200 runs

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

// Sources flattened with hardhat v2.22.4 https://hardhat.org

// SPDX-License-Identifier: MIT

// File @openzeppelin/contracts/interfaces/[email protected]

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/draft-IERC6093.sol)
pragma solidity ^0.8.20;

/**
 * @dev Standard ERC20 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC20 tokens.
 */
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);
}

/**
 * @dev Standard ERC721 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC721 tokens.
 */
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);
}

/**
 * @dev Standard ERC1155 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC1155 tokens.
 */
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);
}


// File @openzeppelin/contracts/token/ERC20/[email protected]

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.20;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
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);
}


// File @openzeppelin/contracts/token/ERC20/extensions/[email protected]

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.20;

/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 */
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);
}


// File @openzeppelin/contracts/utils/[email protected]

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)

pragma solidity ^0.8.20;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

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

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


// File @openzeppelin/contracts/token/ERC20/[email protected]

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/ERC20.sol)

pragma solidity ^0.8.20;




/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * The default value of {decimals} is 18. To change this, you should override
 * this function so it returns a different value.
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 */
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);
            }
        }
    }
}


// File contracts/Airdrop.sol

// Original license: SPDX_License_Identifier: MIT
pragma solidity >=0.8.20;

// import "@openzeppelin/contracts/token/ERC20/IERC20.sol";

//https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/IERC20.sol

contract Ownable {
    // Variable that maintains
    // owner address
    address private _owner;

    // Sets the original owner of
    // contract when it is deployed
    constructor() {
        _owner = msg.sender;
    }

    // Publicly exposes who is the
    // owner of this contract
    function owner() public view returns (address) {
        return _owner;
    }

    // onlyOwner modifier that validates only
    // if caller of function is contract owner,
    // otherwise not
    modifier onlyOwner() {
        require(isOwner(), "Function accessible only by the owner !!");
        _;
    }

    // function for owners to verify their ownership.
    // Returns true for owners otherwise false
    function isOwner() public view returns (bool) {
        return msg.sender == _owner;
    }
}

contract MaldoTokenAirDrop is Ownable {
    //We need Token that we will call , so let's create interface for our Token;
    ERC20 public token;
    address deployer;
    // 5000 * 10 ** decimals()

    //Bool Mapping To understand, each adress got AirDrop or NO. If Bool True = Airdrop Get, If false = NOT Get;
    mapping(address => bool) public verification;

    // uint variable = how much tokens we will send for each address;
    uint public dropAmount;

    // even creation for Transfer DropToken
    event TransferDrop(address _to, uint amount);
    event Withdraw(address _to, uint amout);

    //in constructor we will set token address,that we will call. And dropAmount value; With 0 address require;
    constructor(address _token, uint _dropAmount) {
        require(address(_token) != address(0), " REJECTED with 0 Address");
        token = ERC20(_token);
        dropAmount = _dropAmount;
        deployer = msg.sender;
    }

    //function getDrop
    function getDrop(uint amount) external {
        require(verification[msg.sender] != true, "aleady claim AirDrop");
        require(msg.sender != address(0), "Rejected with 0 address");

        require(
            amount * 10 ** 18 < token.balanceOf(address(this)),
            "Insufficient airdrop balance"
        );

        verification[msg.sender] = true;
        token.transfer(msg.sender, amount * 10 ** 18);
        emit TransferDrop(msg.sender, amount * 10 ** 18);
    }

    // function that return amount Of Tokens that are not Droped Yet;
    // function getBalance () public view onlyOwner returns ( uint )  {
    function getBalance() public view returns (uint) {
        return token.balanceOf(address(this));
    }

    //function withdrow , we need this function if some tokens are not droped and some tokens remained
    // function withdraw () external onlyOwner {
    function withdraw() external {
        uint remainedAmount = getBalance();
        token.transfer(deployer, remainedAmount);
        emit Withdraw(deployer, remainedAmount);
    }

    //function for Token address change, this need to be  our contract multipurpose;
    // function changeToken ( address _newTokenAdress ) external onlyOwner {
    function changeToken(address _newTokenAdress) external onlyOwner {
        token = ERC20(_newTokenAdress);
    }

    //function that allow for Owner to change status for Dropper,
    //for example we can provide for Dropper the second   opportunity to take Drop;
    // function changeVerification ( address _dropper) external onlyOwner {
    // function changeVerification ( address _dropper) external onlyOwner {
    //     verification[_dropper] = false;
    // }
}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_token","type":"address"},{"internalType":"uint256","name":"_dropAmount","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"TransferDrop","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"amout","type":"uint256"}],"name":"Withdraw","type":"event"},{"inputs":[{"internalType":"address","name":"_newTokenAdress","type":"address"}],"name":"changeToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"dropAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"getDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"isOwner","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract ERC20","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"verification","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405234801561000f575f80fd5b50604051610fc2380380610fc2833981810160405281019061003191906101fd565b335f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036100de576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100d590610295565b60405180910390fd5b8160015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550806004819055503360025f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050506102b3565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61019982610170565b9050919050565b6101a98161018f565b81146101b3575f80fd5b50565b5f815190506101c4816101a0565b92915050565b5f819050919050565b6101dc816101ca565b81146101e6575f80fd5b50565b5f815190506101f7816101d3565b92915050565b5f80604083850312156102135761021261016c565b5b5f610220858286016101b6565b9250506020610231858286016101e9565b9150509250929050565b5f82825260208201905092915050565b7f2052454a454354454420776974682030204164647265737300000000000000005f82015250565b5f61027f60188361023b565b915061028a8261024b565b602082019050919050565b5f6020820190508181035f8301526102ac81610273565b9050919050565b610d02806102c05f395ff3fe608060405234801561000f575f80fd5b5060043610610091575f3560e01c80636787d449116100645780636787d449146100f75780638da5cb5b146101135780638f32d59b1461013157806392b4e1321461014f578063fc0c546a1461017f57610091565b806305748be21461009557806312065fe0146100b35780633ccfd60b146100d157806366829b16146100db575b5f80fd5b61009d61019d565b6040516100aa9190610807565b60405180910390f35b6100bb6101a3565b6040516100c89190610807565b60405180910390f35b6100d9610242565b005b6100f560048036038101906100f0919061087e565b610368565b005b610111600480360381019061010c91906108d3565b6103f2565b005b61011b610731565b604051610128919061090d565b60405180910390f35b610139610758565b6040516101469190610940565b60405180910390f35b6101696004803603810190610164919061087e565b6107ad565b6040516101769190610940565b60405180910390f35b6101876107ca565b60405161019491906109b4565b60405180910390f35b60045481565b5f60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016101fe919061090d565b602060405180830381865afa158015610219573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061023d91906109e1565b905090565b5f61024b6101a3565b905060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb60025f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b81526004016102ca929190610a0c565b6020604051808303815f875af11580156102e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061030a9190610a5d565b507f884edad9ce6fa2440d8a54cc123490eb96d2768479d49ff9c7366125a942436460025f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff168260405161035d929190610a0c565b60405180910390a150565b610370610758565b6103af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103a690610b08565b60405180910390fd5b8060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6001151560035f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16151503610482576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161047990610b70565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16036104f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104e790610bd8565b60405180910390fd5b60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161054a919061090d565b602060405180830381865afa158015610565573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058991906109e1565b670de0b6b3a76400008261059d9190610c23565b106105dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105d490610cae565b60405180910390fd5b600160035f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff02191690831515021790555060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33670de0b6b3a7640000846106849190610c23565b6040518363ffffffff1660e01b81526004016106a1929190610a0c565b6020604051808303815f875af11580156106bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e19190610a5d565b507faddf19a1eb3a6b1c3b1d04a9459614423e58d8cca67cb881e1d4c50cf9ad3d4033670de0b6b3a7640000836107189190610c23565b604051610726929190610a0c565b60405180910390a150565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614905090565b6003602052805f5260405f205f915054906101000a900460ff1681565b60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f819050919050565b610801816107ef565b82525050565b5f60208201905061081a5f8301846107f8565b92915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61084d82610824565b9050919050565b61085d81610843565b8114610867575f80fd5b50565b5f8135905061087881610854565b92915050565b5f6020828403121561089357610892610820565b5b5f6108a08482850161086a565b91505092915050565b6108b2816107ef565b81146108bc575f80fd5b50565b5f813590506108cd816108a9565b92915050565b5f602082840312156108e8576108e7610820565b5b5f6108f5848285016108bf565b91505092915050565b61090781610843565b82525050565b5f6020820190506109205f8301846108fe565b92915050565b5f8115159050919050565b61093a81610926565b82525050565b5f6020820190506109535f830184610931565b92915050565b5f819050919050565b5f61097c61097761097284610824565b610959565b610824565b9050919050565b5f61098d82610962565b9050919050565b5f61099e82610983565b9050919050565b6109ae81610994565b82525050565b5f6020820190506109c75f8301846109a5565b92915050565b5f815190506109db816108a9565b92915050565b5f602082840312156109f6576109f5610820565b5b5f610a03848285016109cd565b91505092915050565b5f604082019050610a1f5f8301856108fe565b610a2c60208301846107f8565b9392505050565b610a3c81610926565b8114610a46575f80fd5b50565b5f81519050610a5781610a33565b92915050565b5f60208284031215610a7257610a71610820565b5b5f610a7f84828501610a49565b91505092915050565b5f82825260208201905092915050565b7f46756e6374696f6e2061636365737369626c65206f6e6c7920627920746865205f8201527f6f776e6572202121000000000000000000000000000000000000000000000000602082015250565b5f610af2602883610a88565b9150610afd82610a98565b604082019050919050565b5f6020820190508181035f830152610b1f81610ae6565b9050919050565b7f616c6561647920636c61696d2041697244726f700000000000000000000000005f82015250565b5f610b5a601483610a88565b9150610b6582610b26565b602082019050919050565b5f6020820190508181035f830152610b8781610b4e565b9050919050565b7f52656a65637465642077697468203020616464726573730000000000000000005f82015250565b5f610bc2601783610a88565b9150610bcd82610b8e565b602082019050919050565b5f6020820190508181035f830152610bef81610bb6565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f610c2d826107ef565b9150610c38836107ef565b9250828202610c46816107ef565b91508282048414831517610c5d57610c5c610bf6565b5b5092915050565b7f496e73756666696369656e742061697264726f702062616c616e6365000000005f82015250565b5f610c98601c83610a88565b9150610ca382610c64565b602082019050919050565b5f6020820190508181035f830152610cc581610c8c565b905091905056fea264697066735822122042bf5875e3af070f4cda2882640b5ef3ab1306d060fba8581d04c824d3126ce564736f6c634300081a0033000000000000000000000000c2973032959fb3629c07d1c9f7539daa31b05ffd000000000000000000000000000000000000000000000000000000000000001e

Deployed Bytecode

0x608060405234801561000f575f80fd5b5060043610610091575f3560e01c80636787d449116100645780636787d449146100f75780638da5cb5b146101135780638f32d59b1461013157806392b4e1321461014f578063fc0c546a1461017f57610091565b806305748be21461009557806312065fe0146100b35780633ccfd60b146100d157806366829b16146100db575b5f80fd5b61009d61019d565b6040516100aa9190610807565b60405180910390f35b6100bb6101a3565b6040516100c89190610807565b60405180910390f35b6100d9610242565b005b6100f560048036038101906100f0919061087e565b610368565b005b610111600480360381019061010c91906108d3565b6103f2565b005b61011b610731565b604051610128919061090d565b60405180910390f35b610139610758565b6040516101469190610940565b60405180910390f35b6101696004803603810190610164919061087e565b6107ad565b6040516101769190610940565b60405180910390f35b6101876107ca565b60405161019491906109b4565b60405180910390f35b60045481565b5f60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016101fe919061090d565b602060405180830381865afa158015610219573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061023d91906109e1565b905090565b5f61024b6101a3565b905060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb60025f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b81526004016102ca929190610a0c565b6020604051808303815f875af11580156102e6573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061030a9190610a5d565b507f884edad9ce6fa2440d8a54cc123490eb96d2768479d49ff9c7366125a942436460025f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff168260405161035d929190610a0c565b60405180910390a150565b610370610758565b6103af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016103a690610b08565b60405180910390fd5b8060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6001151560035f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16151503610482576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161047990610b70565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16036104f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104e790610bd8565b60405180910390fd5b60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b815260040161054a919061090d565b602060405180830381865afa158015610565573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061058991906109e1565b670de0b6b3a76400008261059d9190610c23565b106105dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105d490610cae565b60405180910390fd5b600160035f3373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff02191690831515021790555060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33670de0b6b3a7640000846106849190610c23565b6040518363ffffffff1660e01b81526004016106a1929190610a0c565b6020604051808303815f875af11580156106bd573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906106e19190610a5d565b507faddf19a1eb3a6b1c3b1d04a9459614423e58d8cca67cb881e1d4c50cf9ad3d4033670de0b6b3a7640000836107189190610c23565b604051610726929190610a0c565b60405180910390a150565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614905090565b6003602052805f5260405f205f915054906101000a900460ff1681565b60015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5f819050919050565b610801816107ef565b82525050565b5f60208201905061081a5f8301846107f8565b92915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61084d82610824565b9050919050565b61085d81610843565b8114610867575f80fd5b50565b5f8135905061087881610854565b92915050565b5f6020828403121561089357610892610820565b5b5f6108a08482850161086a565b91505092915050565b6108b2816107ef565b81146108bc575f80fd5b50565b5f813590506108cd816108a9565b92915050565b5f602082840312156108e8576108e7610820565b5b5f6108f5848285016108bf565b91505092915050565b61090781610843565b82525050565b5f6020820190506109205f8301846108fe565b92915050565b5f8115159050919050565b61093a81610926565b82525050565b5f6020820190506109535f830184610931565b92915050565b5f819050919050565b5f61097c61097761097284610824565b610959565b610824565b9050919050565b5f61098d82610962565b9050919050565b5f61099e82610983565b9050919050565b6109ae81610994565b82525050565b5f6020820190506109c75f8301846109a5565b92915050565b5f815190506109db816108a9565b92915050565b5f602082840312156109f6576109f5610820565b5b5f610a03848285016109cd565b91505092915050565b5f604082019050610a1f5f8301856108fe565b610a2c60208301846107f8565b9392505050565b610a3c81610926565b8114610a46575f80fd5b50565b5f81519050610a5781610a33565b92915050565b5f60208284031215610a7257610a71610820565b5b5f610a7f84828501610a49565b91505092915050565b5f82825260208201905092915050565b7f46756e6374696f6e2061636365737369626c65206f6e6c7920627920746865205f8201527f6f776e6572202121000000000000000000000000000000000000000000000000602082015250565b5f610af2602883610a88565b9150610afd82610a98565b604082019050919050565b5f6020820190508181035f830152610b1f81610ae6565b9050919050565b7f616c6561647920636c61696d2041697244726f700000000000000000000000005f82015250565b5f610b5a601483610a88565b9150610b6582610b26565b602082019050919050565b5f6020820190508181035f830152610b8781610b4e565b9050919050565b7f52656a65637465642077697468203020616464726573730000000000000000005f82015250565b5f610bc2601783610a88565b9150610bcd82610b8e565b602082019050919050565b5f6020820190508181035f830152610bef81610bb6565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f610c2d826107ef565b9150610c38836107ef565b9250828202610c46816107ef565b91508282048414831517610c5d57610c5c610bf6565b5b5092915050565b7f496e73756666696369656e742061697264726f702062616c616e6365000000005f82015250565b5f610c98601c83610a88565b9150610ca382610c64565b602082019050919050565b5f6020820190508181035f830152610cc581610c8c565b905091905056fea264697066735822122042bf5875e3af070f4cda2882640b5ef3ab1306d060fba8581d04c824d3126ce564736f6c634300081a0033

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

000000000000000000000000c2973032959fb3629c07d1c9f7539daa31b05ffd000000000000000000000000000000000000000000000000000000000000001e

-----Decoded View---------------
Arg [0] : _token (address): 0xc2973032959FB3629C07d1c9f7539dAA31B05FfD
Arg [1] : _dropAmount (uint256): 30

-----Encoded View---------------
2 Constructor Arguments found :
Arg [0] : 000000000000000000000000c2973032959fb3629c07d1c9f7539daa31b05ffd
Arg [1] : 000000000000000000000000000000000000000000000000000000000000001e


Deployed Bytecode Sourcemap

24219:2744:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24666:22;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25862:105;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26129:183;;;:::i;:::-;;26484:114;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;25216:494;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;23690:79;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24120:92;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24542:44;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24346:18;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;24666:22;;;;:::o;25862:105::-;25905:4;25929:5;;;;;;;;;;;:15;;;25953:4;25929:30;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;25922:37;;25862:105;:::o;26129:183::-;26169:19;26191:12;:10;:12::i;:::-;26169:34;;26214:5;;;;;;;;;;;:14;;;26229:8;;;;;;;;;;;26239:14;26214:40;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;26270:34;26279:8;;;;;;;;;;;26289:14;26270:34;;;;;;;:::i;:::-;;;;;;;;26158:154;26129:183::o;26484:114::-;23935:9;:7;:9::i;:::-;23927:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;26574:15:::1;26560:5;;:30;;;;;;;;;;;;;;;;;;26484:114:::0;:::o;25216:494::-;25302:4;25274:32;;:12;:24;25287:10;25274:24;;;;;;;;;;;;;;;;;;;;;;;;;:32;;;25266:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;25372:1;25350:24;;:10;:24;;;25342:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;25457:5;;;;;;;;;;;:15;;;25481:4;25457:30;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;25446:8;25437:6;:17;;;;:::i;:::-;:50;25415:128;;;;;;;;;;;;:::i;:::-;;;;;;;;;25583:4;25556:12;:24;25569:10;25556:24;;;;;;;;;;;;;;;;:31;;;;;;;;;;;;;;;;;;25598:5;;;;;;;;;;;:14;;;25613:10;25634:8;25625:6;:17;;;;:::i;:::-;25598:45;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;25659:43;25672:10;25693:8;25684:6;:17;;;;:::i;:::-;25659:43;;;;;;;:::i;:::-;;;;;;;;25216:494;:::o;23690:79::-;23728:7;23755:6;;;;;;;;;;;23748:13;;23690:79;:::o;24120:92::-;24160:4;24198:6;;;;;;;;;;;24184:20;;:10;:20;;;24177:27;;24120:92;:::o;24542:44::-;;;;;;;;;;;;;;;;;;;;;;:::o;24346:18::-;;;;;;;;;;;;;:::o;7:77:1:-;44:7;73:5;62:16;;7:77;;;:::o;90:118::-;177:24;195:5;177:24;:::i;:::-;172:3;165:37;90:118;;:::o;214:222::-;307:4;345:2;334:9;330:18;322:26;;358:71;426:1;415:9;411:17;402:6;358:71;:::i;:::-;214:222;;;;:::o;523:117::-;632:1;629;622:12;769:126;806:7;846:42;839:5;835:54;824:65;;769:126;;;:::o;901:96::-;938:7;967:24;985:5;967:24;:::i;:::-;956:35;;901:96;;;:::o;1003:122::-;1076:24;1094:5;1076:24;:::i;:::-;1069:5;1066:35;1056:63;;1115:1;1112;1105:12;1056:63;1003:122;:::o;1131:139::-;1177:5;1215:6;1202:20;1193:29;;1231:33;1258:5;1231:33;:::i;:::-;1131:139;;;;:::o;1276:329::-;1335:6;1384:2;1372:9;1363:7;1359:23;1355:32;1352:119;;;1390:79;;:::i;:::-;1352:119;1510:1;1535:53;1580:7;1571:6;1560:9;1556:22;1535:53;:::i;:::-;1525:63;;1481:117;1276:329;;;;:::o;1611:122::-;1684:24;1702:5;1684:24;:::i;:::-;1677:5;1674:35;1664:63;;1723:1;1720;1713:12;1664:63;1611:122;:::o;1739:139::-;1785:5;1823:6;1810:20;1801:29;;1839:33;1866:5;1839:33;:::i;:::-;1739:139;;;;:::o;1884:329::-;1943:6;1992:2;1980:9;1971:7;1967:23;1963:32;1960:119;;;1998:79;;:::i;:::-;1960:119;2118:1;2143:53;2188:7;2179:6;2168:9;2164:22;2143:53;:::i;:::-;2133:63;;2089:117;1884:329;;;;:::o;2219:118::-;2306:24;2324:5;2306:24;:::i;:::-;2301:3;2294:37;2219:118;;:::o;2343:222::-;2436:4;2474:2;2463:9;2459:18;2451:26;;2487:71;2555:1;2544:9;2540:17;2531:6;2487:71;:::i;:::-;2343:222;;;;:::o;2571:90::-;2605:7;2648:5;2641:13;2634:21;2623:32;;2571:90;;;:::o;2667:109::-;2748:21;2763:5;2748:21;:::i;:::-;2743:3;2736:34;2667:109;;:::o;2782:210::-;2869:4;2907:2;2896:9;2892:18;2884:26;;2920:65;2982:1;2971:9;2967:17;2958:6;2920:65;:::i;:::-;2782:210;;;;:::o;2998:60::-;3026:3;3047:5;3040:12;;2998:60;;;:::o;3064:142::-;3114:9;3147:53;3165:34;3174:24;3192:5;3174:24;:::i;:::-;3165:34;:::i;:::-;3147:53;:::i;:::-;3134:66;;3064:142;;;:::o;3212:126::-;3262:9;3295:37;3326:5;3295:37;:::i;:::-;3282:50;;3212:126;;;:::o;3344:139::-;3407:9;3440:37;3471:5;3440:37;:::i;:::-;3427:50;;3344:139;;;:::o;3489:157::-;3589:50;3633:5;3589:50;:::i;:::-;3584:3;3577:63;3489:157;;:::o;3652:248::-;3758:4;3796:2;3785:9;3781:18;3773:26;;3809:84;3890:1;3879:9;3875:17;3866:6;3809:84;:::i;:::-;3652:248;;;;:::o;3906:143::-;3963:5;3994:6;3988:13;3979:22;;4010:33;4037:5;4010:33;:::i;:::-;3906:143;;;;:::o;4055:351::-;4125:6;4174:2;4162:9;4153:7;4149:23;4145:32;4142:119;;;4180:79;;:::i;:::-;4142:119;4300:1;4325:64;4381:7;4372:6;4361:9;4357:22;4325:64;:::i;:::-;4315:74;;4271:128;4055:351;;;;:::o;4412:332::-;4533:4;4571:2;4560:9;4556:18;4548:26;;4584:71;4652:1;4641:9;4637:17;4628:6;4584:71;:::i;:::-;4665:72;4733:2;4722:9;4718:18;4709:6;4665:72;:::i;:::-;4412:332;;;;;:::o;4750:116::-;4820:21;4835:5;4820:21;:::i;:::-;4813:5;4810:32;4800:60;;4856:1;4853;4846:12;4800:60;4750:116;:::o;4872:137::-;4926:5;4957:6;4951:13;4942:22;;4973:30;4997:5;4973:30;:::i;:::-;4872:137;;;;:::o;5015:345::-;5082:6;5131:2;5119:9;5110:7;5106:23;5102:32;5099:119;;;5137:79;;:::i;:::-;5099:119;5257:1;5282:61;5335:7;5326:6;5315:9;5311:22;5282:61;:::i;:::-;5272:71;;5228:125;5015:345;;;;:::o;5366:169::-;5450:11;5484:6;5479:3;5472:19;5524:4;5519:3;5515:14;5500:29;;5366:169;;;;:::o;5541:227::-;5681:34;5677:1;5669:6;5665:14;5658:58;5750:10;5745:2;5737:6;5733:15;5726:35;5541:227;:::o;5774:366::-;5916:3;5937:67;6001:2;5996:3;5937:67;:::i;:::-;5930:74;;6013:93;6102:3;6013:93;:::i;:::-;6131:2;6126:3;6122:12;6115:19;;5774:366;;;:::o;6146:419::-;6312:4;6350:2;6339:9;6335:18;6327:26;;6399:9;6393:4;6389:20;6385:1;6374:9;6370:17;6363:47;6427:131;6553:4;6427:131;:::i;:::-;6419:139;;6146:419;;;:::o;6571:170::-;6711:22;6707:1;6699:6;6695:14;6688:46;6571:170;:::o;6747:366::-;6889:3;6910:67;6974:2;6969:3;6910:67;:::i;:::-;6903:74;;6986:93;7075:3;6986:93;:::i;:::-;7104:2;7099:3;7095:12;7088:19;;6747:366;;;:::o;7119:419::-;7285:4;7323:2;7312:9;7308:18;7300:26;;7372:9;7366:4;7362:20;7358:1;7347:9;7343:17;7336:47;7400:131;7526:4;7400:131;:::i;:::-;7392:139;;7119:419;;;:::o;7544:173::-;7684:25;7680:1;7672:6;7668:14;7661:49;7544:173;:::o;7723:366::-;7865:3;7886:67;7950:2;7945:3;7886:67;:::i;:::-;7879:74;;7962:93;8051:3;7962:93;:::i;:::-;8080:2;8075:3;8071:12;8064:19;;7723:366;;;:::o;8095:419::-;8261:4;8299:2;8288:9;8284:18;8276:26;;8348:9;8342:4;8338:20;8334:1;8323:9;8319:17;8312:47;8376:131;8502:4;8376:131;:::i;:::-;8368:139;;8095:419;;;:::o;8520:180::-;8568:77;8565:1;8558:88;8665:4;8662:1;8655:15;8689:4;8686:1;8679:15;8706:410;8746:7;8769:20;8787:1;8769:20;:::i;:::-;8764:25;;8803:20;8821:1;8803:20;:::i;:::-;8798:25;;8858:1;8855;8851:9;8880:30;8898:11;8880:30;:::i;:::-;8869:41;;9059:1;9050:7;9046:15;9043:1;9040:22;9020:1;9013:9;8993:83;8970:139;;9089:18;;:::i;:::-;8970:139;8754:362;8706:410;;;;:::o;9122:178::-;9262:30;9258:1;9250:6;9246:14;9239:54;9122:178;:::o;9306:366::-;9448:3;9469:67;9533:2;9528:3;9469:67;:::i;:::-;9462:74;;9545:93;9634:3;9545:93;:::i;:::-;9663:2;9658:3;9654:12;9647:19;;9306:366;;;:::o;9678:419::-;9844:4;9882:2;9871:9;9867:18;9859:26;;9931:9;9925:4;9921:20;9917:1;9906:9;9902:17;9895:47;9959:131;10085:4;9959:131;:::i;:::-;9951:139;;9678:419;;;:::o

Swarm Source

ipfs://42bf5875e3af070f4cda2882640b5ef3ab1306d060fba8581d04c824d3126ce5

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.