ETH Price: $2,910.83 (-10.18%)
Gas: 15 Gwei

Contract

0x7c9BFDb1e56734C7523fFABaF62C9fD99f17F910
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

1 address found via
Transaction Hash
Method
Block
From
To
Value
Transfer198281862024-05-08 22:02:3557 days ago1715205755IN
0x7c9BFDb1...99f17F910
0 ETH0.000195283.77450469
Approve191499432024-02-03 19:35:35152 days ago1706988935IN
0x7c9BFDb1...99f17F910
0 ETH0.0006564614.04093306
Approve191415662024-02-02 15:21:23153 days ago1706887283IN
0x7c9BFDb1...99f17F910
0 ETH0.0012197726.12274883
Approve190916142024-01-26 15:16:23160 days ago1706282183IN
0x7c9BFDb1...99f17F910
0 ETH0.0010564222.62436461
Approve190781792024-01-24 18:06:59162 days ago1706119619IN
0x7c9BFDb1...99f17F910
0 ETH0.0007169515.44165634
Approve190349752024-01-18 16:36:11168 days ago1705595771IN
0x7c9BFDb1...99f17F910
0 ETH0.0019254541.23556773
Transfer190280242024-01-17 17:15:59169 days ago1705511759IN
0x7c9BFDb1...99f17F910
0 ETH0.0021191845.11311525
Approve189944702024-01-13 0:43:47174 days ago1705106627IN
0x7c9BFDb1...99f17F910
0 ETH0.0007341215.72205557
Approve189926112024-01-12 18:29:35174 days ago1705084175IN
0x7c9BFDb1...99f17F910
0 ETH0.0013133928.09161244
Approve189731402024-01-10 1:00:59177 days ago1704848459IN
0x7c9BFDb1...99f17F910
0 ETH0.0009134319.53704287
Approve189178472024-01-02 6:13:23184 days ago1704176003IN
0x7c9BFDb1...99f17F910
0 ETH0.0007798216.70069723
Approve189168972024-01-02 3:01:23185 days ago1704164483IN
0x7c9BFDb1...99f17F910
0 ETH0.0006998115.04534078
Approve189082412023-12-31 21:49:11186 days ago1704059351IN
0x7c9BFDb1...99f17F910
0 ETH0.0006123313.11386488
Transfer188923292023-12-29 16:09:35188 days ago1703866175IN
0x7c9BFDb1...99f17F910
0 ETH0.0012183235.18437466
Transfer188922162023-12-29 15:46:47188 days ago1703864807IN
0x7c9BFDb1...99f17F910
0 ETH0.0019713338.10160706
Approve188828722023-12-28 8:18:35189 days ago1703751515IN
0x7c9BFDb1...99f17F910
0 ETH0.0012689327.32297361
Approve188511292023-12-23 21:16:23194 days ago1703366183IN
0x7c9BFDb1...99f17F910
0 ETH0.0010513822.51646152
Approve188506882023-12-23 19:46:59194 days ago1703360819IN
0x7c9BFDb1...99f17F910
0 ETH0.0011513324.65692869
Approve188506872023-12-23 19:46:47194 days ago1703360807IN
0x7c9BFDb1...99f17F910
0 ETH0.0020266943.34814082
Approve188430742023-12-22 18:09:47195 days ago1703268587IN
0x7c9BFDb1...99f17F910
0 ETH0.0008394431.25950972
Approve188430732023-12-22 18:09:35195 days ago1703268575IN
0x7c9BFDb1...99f17F910
0 ETH0.0014986632.05436087
0x60c06040188427292023-12-22 16:59:59195 days ago1703264399IN
 Contract Creation
0.5 ETH0.0716024447.96416629

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To Value
188427292023-12-22 16:59:59195 days ago1703264399
0x7c9BFDb1...99f17F910
0.5 ETH
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x8aD8BBCB...Bd453b123
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
PowerfulERC20

Compiler Version
v0.8.23+commit.f704f362

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-12-12
*/

// SPDX-License-Identifier: MIT

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



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

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

pragma solidity ^0.8.20;

/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControl {
    /**
     * @dev The `account` is missing a role.
     */
    error AccessControlUnauthorizedAccount(address account, bytes32 neededRole);

    /**
     * @dev The caller of a function is not the expected one.
     *
     * NOTE: Don't confuse with {AccessControlUnauthorizedAccount}.
     */
    error AccessControlBadConfirmation();

    /**
     * @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
     *
     * `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
     * {RoleAdminChanged} not being emitted signaling this.
     */
    event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);

    /**
     * @dev Emitted when `account` is granted `role`.
     *
     * `sender` is the account that originated the contract call, an admin role
     * bearer except when using {AccessControl-_setupRole}.
     */
    event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);

    /**
     * @dev Emitted when `account` is revoked `role`.
     *
     * `sender` is the account that originated the contract call:
     *   - if using `revokeRole`, it is the admin role bearer
     *   - if using `renounceRole`, it is the role bearer (i.e. `account`)
     */
    event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);

    /**
     * @dev Returns `true` if `account` has been granted `role`.
     */
    function hasRole(bytes32 role, address account) external view returns (bool);

    /**
     * @dev Returns the admin role that controls `role`. See {grantRole} and
     * {revokeRole}.
     *
     * To change a role's admin, use {AccessControl-_setRoleAdmin}.
     */
    function getRoleAdmin(bytes32 role) external view returns (bytes32);

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function grantRole(bytes32 role, address account) external;

    /**
     * @dev Revokes `role` from `account`.
     *
     * If `account` had been granted `role`, emits a {RoleRevoked} event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     */
    function revokeRole(bytes32 role, address account) external;

    /**
     * @dev Revokes `role` from the calling account.
     *
     * Roles are often managed via {grantRole} and {revokeRole}: this function's
     * purpose is to provide a mechanism for accounts to lose their privileges
     * if they are compromised (such as when a trusted device is misplaced).
     *
     * If the calling account had been granted `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `callerConfirmation`.
     */
    function renounceRole(bytes32 role, address callerConfirmation) external;
}


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

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (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;
    }
}


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

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol)

pragma solidity ^0.8.20;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);
}


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

// Original license: SPDX_License_Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/ERC165.sol)

pragma solidity ^0.8.20;

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}


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

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

pragma solidity ^0.8.20;



/**
 * @dev Contract module that allows children to implement role-based access
 * control mechanisms. This is a lightweight version that doesn't allow enumerating role
 * members except through off-chain means by accessing the contract event logs. Some
 * applications may benefit from on-chain enumerability, for those cases see
 * {AccessControlEnumerable}.
 *
 * Roles are referred to by their `bytes32` identifier. These should be exposed
 * in the external API and be unique. The best way to achieve this is by
 * using `public constant` hash digests:
 *
 * ```solidity
 * bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
 * ```
 *
 * Roles can be used to represent a set of permissions. To restrict access to a
 * function call, use {hasRole}:
 *
 * ```solidity
 * function foo() public {
 *     require(hasRole(MY_ROLE, msg.sender));
 *     ...
 * }
 * ```
 *
 * Roles can be granted and revoked dynamically via the {grantRole} and
 * {revokeRole} functions. Each role has an associated admin role, and only
 * accounts that have a role's admin role can call {grantRole} and {revokeRole}.
 *
 * By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
 * that only accounts with this role will be able to grant or revoke other
 * roles. More complex role relationships can be created by using
 * {_setRoleAdmin}.
 *
 * WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
 * grant and revoke this role. Extra precautions should be taken to secure
 * accounts that have been granted it. We recommend using {AccessControlDefaultAdminRules}
 * to enforce additional security measures for this role.
 */
abstract contract AccessControl is Context, IAccessControl, ERC165 {
    struct RoleData {
        mapping(address account => bool) hasRole;
        bytes32 adminRole;
    }

    mapping(bytes32 role => RoleData) private _roles;

    bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;

    /**
     * @dev Modifier that checks that an account has a specific role. Reverts
     * with an {AccessControlUnauthorizedAccount} error including the required role.
     */
    modifier onlyRole(bytes32 role) {
        _checkRole(role);
        _;
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IAccessControl).interfaceId || super.supportsInterface(interfaceId);
    }

    /**
     * @dev Returns `true` if `account` has been granted `role`.
     */
    function hasRole(bytes32 role, address account) public view virtual returns (bool) {
        return _roles[role].hasRole[account];
    }

    /**
     * @dev Reverts with an {AccessControlUnauthorizedAccount} error if `_msgSender()`
     * is missing `role`. Overriding this function changes the behavior of the {onlyRole} modifier.
     */
    function _checkRole(bytes32 role) internal view virtual {
        _checkRole(role, _msgSender());
    }

    /**
     * @dev Reverts with an {AccessControlUnauthorizedAccount} error if `account`
     * is missing `role`.
     */
    function _checkRole(bytes32 role, address account) internal view virtual {
        if (!hasRole(role, account)) {
            revert AccessControlUnauthorizedAccount(account, role);
        }
    }

    /**
     * @dev Returns the admin role that controls `role`. See {grantRole} and
     * {revokeRole}.
     *
     * To change a role's admin, use {_setRoleAdmin}.
     */
    function getRoleAdmin(bytes32 role) public view virtual returns (bytes32) {
        return _roles[role].adminRole;
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     *
     * May emit a {RoleGranted} event.
     */
    function grantRole(bytes32 role, address account) public virtual onlyRole(getRoleAdmin(role)) {
        _grantRole(role, account);
    }

    /**
     * @dev Revokes `role` from `account`.
     *
     * If `account` had been granted `role`, emits a {RoleRevoked} event.
     *
     * Requirements:
     *
     * - the caller must have ``role``'s admin role.
     *
     * May emit a {RoleRevoked} event.
     */
    function revokeRole(bytes32 role, address account) public virtual onlyRole(getRoleAdmin(role)) {
        _revokeRole(role, account);
    }

    /**
     * @dev Revokes `role` from the calling account.
     *
     * Roles are often managed via {grantRole} and {revokeRole}: this function's
     * purpose is to provide a mechanism for accounts to lose their privileges
     * if they are compromised (such as when a trusted device is misplaced).
     *
     * If the calling account had been revoked `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `callerConfirmation`.
     *
     * May emit a {RoleRevoked} event.
     */
    function renounceRole(bytes32 role, address callerConfirmation) public virtual {
        if (callerConfirmation != _msgSender()) {
            revert AccessControlBadConfirmation();
        }

        _revokeRole(role, callerConfirmation);
    }

    /**
     * @dev Sets `adminRole` as ``role``'s admin role.
     *
     * Emits a {RoleAdminChanged} event.
     */
    function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
        bytes32 previousAdminRole = getRoleAdmin(role);
        _roles[role].adminRole = adminRole;
        emit RoleAdminChanged(role, previousAdminRole, adminRole);
    }

    /**
     * @dev Attempts to grant `role` to `account` and returns a boolean indicating if `role` was granted.
     *
     * Internal function without access restriction.
     *
     * May emit a {RoleGranted} event.
     */
    function _grantRole(bytes32 role, address account) internal virtual returns (bool) {
        if (!hasRole(role, account)) {
            _roles[role].hasRole[account] = true;
            emit RoleGranted(role, account, _msgSender());
            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Attempts to revoke `role` to `account` and returns a boolean indicating if `role` was revoked.
     *
     * Internal function without access restriction.
     *
     * May emit a {RoleRevoked} event.
     */
    function _revokeRole(bytes32 role, address account) internal virtual returns (bool) {
        if (hasRole(role, account)) {
            _roles[role].hasRole[account] = false;
            emit RoleRevoked(role, account, _msgSender());
            return true;
        } else {
            return false;
        }
    }
}


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

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

pragma solidity ^0.8.20;

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * The initial owner is set to the address provided by the deployer. This can
 * later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

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


// 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/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 @openzeppelin/contracts/token/ERC20/extensions/[email protected]

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

pragma solidity ^0.8.20;


/**
 * @dev Extension of {ERC20} that allows token holders to destroy both their own
 * tokens and those that they have an allowance for, in a way that can be
 * recognized off-chain (via event analysis).
 */
abstract contract ERC20Burnable is Context, ERC20 {
    /**
     * @dev Destroys a `value` amount of tokens from the caller.
     *
     * See {ERC20-_burn}.
     */
    function burn(uint256 value) public virtual {
        _burn(_msgSender(), value);
    }

    /**
     * @dev Destroys a `value` amount of tokens from `account`, deducting from
     * the caller's allowance.
     *
     * See {ERC20-_burn} and {ERC20-allowance}.
     *
     * Requirements:
     *
     * - the caller must have allowance for ``accounts``'s tokens of at least
     * `value`.
     */
    function burnFrom(address account, uint256 value) public virtual {
        _spendAllowance(account, _msgSender(), value);
        _burn(account, value);
    }
}


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

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

pragma solidity ^0.8.20;

/**
 * @dev Extension of {ERC20} that adds a cap to the supply of tokens.
 */
abstract contract ERC20Capped is ERC20 {
    uint256 private immutable _cap;

    /**
     * @dev Total supply cap has been exceeded.
     */
    error ERC20ExceededCap(uint256 increasedSupply, uint256 cap);

    /**
     * @dev The supplied cap is not a valid cap.
     */
    error ERC20InvalidCap(uint256 cap);

    /**
     * @dev Sets the value of the `cap`. This value is immutable, it can only be
     * set once during construction.
     */
    constructor(uint256 cap_) {
        if (cap_ == 0) {
            revert ERC20InvalidCap(0);
        }
        _cap = cap_;
    }

    /**
     * @dev Returns the cap on the token's total supply.
     */
    function cap() public view virtual returns (uint256) {
        return _cap;
    }

    /**
     * @dev See {ERC20-_update}.
     */
    function _update(address from, address to, uint256 value) internal virtual override {
        super._update(from, to, value);

        if (from == address(0)) {
            uint256 maxSupply = cap();
            uint256 supply = totalSupply();
            if (supply > maxSupply) {
                revert ERC20ExceededCap(supply, maxSupply);
            }
        }
    }
}


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

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

pragma solidity ^0.8.20;

/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon
     *   a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId, bytes calldata data) external;

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must have been allowed to move this token by either {approve} or
     *   {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon
     *   a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Note that the caller is responsible to confirm that the recipient is capable of receiving ERC721
     * or else they may be permanently lost. Usage of {safeTransferFrom} prevents loss, though the caller must
     * understand this adds an external call which potentially creates a reentrancy vulnerability.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address from, address to, uint256 tokenId) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the address zero.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool approved) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);
}


// File contracts/access/Roles.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title Roles
 * @dev A contract to add role based access control.
 */
abstract contract Roles is AccessControl {
    // `bytes32` identifier of the MINTER role
    bytes32 public constant MINTER_ROLE = keccak256("MINTER");

    /**
     * @dev Initializes the contract setting roles for the deployer address.
     */
    constructor() {
        _grantRole(DEFAULT_ADMIN_ROLE, _msgSender());
        _grantRole(MINTER_ROLE, _msgSender());
    }

    /**
     * @dev Modifier that checks that an account has the MINTER role.
     */
    modifier onlyMinter() {
        _checkRole(MINTER_ROLE);
        _;
    }
}


// File contracts/token/ERC20/extensions/ERC20Decimals.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title ERC20Decimals
 * @dev Extension of ERC20 that adds decimals storage slot.
 */
abstract contract ERC20Decimals is ERC20 {
    // indicates the decimals amount
    uint8 private immutable _decimals;

    /**
     * @dev Sets the value of the `_decimals`.
     * This value is immutable, it can only be set once during construction.
     */
    constructor(uint8 decimals_) {
        _decimals = decimals_;
    }

    /**
     * @inheritdoc IERC20Metadata
     */
    function decimals() public view virtual override returns (uint8) {
        return _decimals;
    }
}


// File contracts/token/ERC20/extensions/ERC20Detailed.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title ERC20Detailed
 * @dev Extension of ERC20 and ERC20Decimals.
 */
abstract contract ERC20Detailed is ERC20Decimals {
    constructor(
        string memory name_,
        string memory symbol_,
        uint8 decimals_
    ) ERC20(name_, symbol_) ERC20Decimals(decimals_) {}
}


// File contracts/token/ERC20/extensions/ERC20Mintable.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title ERC20Mintable
 * @dev Extension of ERC20 that adds a minting behavior.
 */
abstract contract ERC20Mintable is ERC20 {
    // indicates if minting is finished
    bool private _mintingFinished = false;

    /**
     * @dev Emitted during finish minting.
     */
    event MintFinished();

    /**
     * @dev Indicates a failure in minting as it has been finished.
     */
    error ERC20MintingFinished();

    /**
     * @dev Tokens can be minted only before minting finished.
     */
    modifier canMint() {
        if (_mintingFinished) {
            revert ERC20MintingFinished();
        }
        _;
    }

    /**
     * @dev Returns if minting is finished or not.
     */
    function mintingFinished() external view returns (bool) {
        return _mintingFinished;
    }

    /**
     * @dev Function to generate new tokens.
     *
     * WARNING: it allows everyone to mint new tokens. Access controls MUST be defined in derived contracts.
     *
     * @param account The address that will receive the minted tokens.
     * @param value The amount of tokens to mint.
     */
    function _generate(address account, uint256 value) internal virtual canMint {
        super._mint(account, value);
    }

    /**
     * @dev Function to stop minting new tokens.
     *
     * WARNING: it allows everyone to finish minting. Access controls MUST be defined in derived contracts.
     */
    function _finishMinting() internal virtual canMint {
        _mintingFinished = true;

        emit MintFinished();
    }
}


// File contracts/service/ServicePayer.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

interface IPayable {
    function pay(string calldata serviceName, bytes calldata signature, address wallet) external payable;
}

/**
 * @title ServicePayer
 * @dev Implementation of the ServicePayer.
 */
abstract contract ServicePayer {
    constructor(address payable receiver, string memory serviceName, bytes memory signature, address wallet) payable {
        IPayable(receiver).pay{value: msg.value}(serviceName, signature, wallet);
    }
}


// File eth-token-recover/contracts/recover/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title RecoverERC20
 * @dev Allows to recover any ERC20 token sent into the contract and send them to a receiver.
 */
abstract contract RecoverERC20 {
    /**
     * @dev Recovers a `tokenAmount` of the ERC20 `tokenAddress` locked into this contract
     * and sends them to the `tokenReceiver` address.
     *
     * WARNING: it allows everyone to recover tokens. Access controls MUST be defined in derived contracts.
     *
     * @param tokenAddress The contract address of the token to recover.
     * @param tokenReceiver The address that will receive the recovered tokens.
     * @param tokenAmount Number of tokens to be recovered.
     */
    function _recoverERC20(address tokenAddress, address tokenReceiver, uint256 tokenAmount) internal virtual {
        // slither-disable-next-line unchecked-transfer
        IERC20(tokenAddress).transfer(tokenReceiver, tokenAmount);
    }
}


// File eth-token-recover/contracts/recover/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title RecoverERC721
 * @dev Allows to recover any ERC721 token sent into the contract and send them to a receiver.
 */
abstract contract RecoverERC721 {
    /**
     * @dev Recovers the `tokenId` of the ERC721 `tokenAddress` locked into this contract
     * and sends it to the `tokenReceiver` address.
     *
     * WARNING: it allows everyone to recover tokens. Access controls MUST be defined in derived contracts.
     *
     * @param tokenAddress The contract address of the token to recover.
     * @param tokenReceiver The address that will receive the recovered token.
     * @param tokenId The identifier for the NFT to be recovered.
     * @param data Additional data with no specified format.
     */
    function _recoverERC721(
        address tokenAddress,
        address tokenReceiver,
        uint256 tokenId,
        bytes memory data
    ) internal virtual {
        IERC721(tokenAddress).safeTransferFrom(address(this), tokenReceiver, tokenId, data);
    }
}


// File eth-token-recover/contracts/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;


/**
 * @title TokenRecover
 * @dev Allows the contract owner to recover any ERC20 or ERC721 token sent into the contract and send them to a receiver.
 */
abstract contract TokenRecover is Ownable, RecoverERC20, RecoverERC721 {
    /**
     * @dev Initializes the contract setting the address provided by the deployer as the initial owner.
     */
    constructor(address initialOwner) Ownable(initialOwner) {}

    /**
     * @dev Recovers a `tokenAmount` of the ERC20 `tokenAddress` locked into this contract
     * and sends them to the `tokenReceiver` address.
     *
     * NOTE: restricting access to owner only. See `RecoverERC20::_recoverERC20`.
     *
     * @param tokenAddress The contract address of the token to recover.
     * @param tokenReceiver The address that will receive the recovered tokens.
     * @param tokenAmount Number of tokens to be recovered.
     */
    function recoverERC20(address tokenAddress, address tokenReceiver, uint256 tokenAmount) public virtual onlyOwner {
        _recoverERC20(tokenAddress, tokenReceiver, tokenAmount);
    }

    /**
     * @dev Recovers the `tokenId` of the ERC721 `tokenAddress` locked into this contract
     * and sends it to the `tokenReceiver` address.
     *
     * NOTE: restricting access to owner only. See `RecoverERC721::_recoverERC721`.
     *
     * @param tokenAddress The contract address of the token to recover.
     * @param tokenReceiver The address that will receive the recovered token.
     * @param tokenId The identifier for the NFT to be recovered.
     * @param data Additional data with no specified format.
     */
    function recoverERC721(
        address tokenAddress,
        address tokenReceiver,
        uint256 tokenId,
        bytes memory data
    ) public virtual onlyOwner {
        _recoverERC721(tokenAddress, tokenReceiver, tokenId, data);
    }
}


// File contracts/utils/Recover.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title Recover
 * @dev TokenRecover contract with deployer set as initial owner.
 */
abstract contract Recover is TokenRecover {
    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() TokenRecover(_msgSender()) {}
}


// File erc-payable-token/contracts/token/ERC1363/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;


/**
 * @title IERC1363
 * @dev Interface of the ERC-1363 standard as defined in the https://eips.ethereum.org/EIPS/eip-1363[ERC-1363].
 *
 * An extension interface for ERC-20 tokens that supports executing code on a recipient contract after
 * `transfer` or `transferFrom`, or code on a spender contract after `approve`, in a single transaction.
 */
interface IERC1363 is IERC20, IERC165 {
    /*
     * NOTE: the ERC-165 identifier for this interface is 0xb0202a11.
     * 0xb0202a11 ===
     *   bytes4(keccak256('transferAndCall(address,uint256)')) ^
     *   bytes4(keccak256('transferAndCall(address,uint256,bytes)')) ^
     *   bytes4(keccak256('transferFromAndCall(address,address,uint256)')) ^
     *   bytes4(keccak256('transferFromAndCall(address,address,uint256,bytes)')) ^
     *   bytes4(keccak256('approveAndCall(address,uint256)')) ^
     *   bytes4(keccak256('approveAndCall(address,uint256,bytes)'))
     */

    /**
     * @dev Moves a `value` amount of tokens from the caller's account to `to` and then calls `onTransferReceived` on `to`.
     * @param to The address which you want to transfer to.
     * @param value The amount of tokens to be transferred.
     * @return A boolean value indicating whether the operation succeeded unless throwing.
     */
    function transferAndCall(address to, uint256 value) external returns (bool);

    /**
     * @dev Moves a `value` amount of tokens from the caller's account to `to` and then calls `onTransferReceived` on `to`.
     * @param to The address which you want to transfer to.
     * @param value The amount of tokens to be transferred.
     * @param data Additional data with no specified format, sent in call to `to`.
     * @return A boolean value indicating whether the operation succeeded unless throwing.
     */
    function transferAndCall(address to, uint256 value, bytes calldata data) external returns (bool);

    /**
     * @dev Moves a `value` amount of tokens from `from` to `to` using the allowance mechanism and then calls `onTransferReceived` on `to`.
     * @param from The address which you want to send tokens from.
     * @param to The address which you want to transfer to.
     * @param value The amount of tokens to be transferred.
     * @return A boolean value indicating whether the operation succeeded unless throwing.
     */
    function transferFromAndCall(address from, address to, uint256 value) external returns (bool);

    /**
     * @dev Moves a `value` amount of tokens from `from` to `to` using the allowance mechanism and then calls `onTransferReceived` on `to`.
     * @param from The address which you want to send tokens from.
     * @param to The address which you want to transfer to.
     * @param value The amount of tokens to be transferred.
     * @param data Additional data with no specified format, sent in call to `to`.
     * @return A boolean value indicating whether the operation succeeded unless throwing.
     */
    function transferFromAndCall(address from, address to, uint256 value, bytes calldata data) external returns (bool);

    /**
     * @dev Sets a `value` amount of tokens as the allowance of `spender` over the caller's tokens and then calls `onApprovalReceived` on `spender`.
     * @param spender The address which will spend the funds.
     * @param value The amount of tokens to be spent.
     * @return A boolean value indicating whether the operation succeeded unless throwing.
     */
    function approveAndCall(address spender, uint256 value) external returns (bool);

    /**
     * @dev Sets a `value` amount of tokens as the allowance of `spender` over the caller's tokens and then calls `onApprovalReceived` on `spender`.
     * @param spender The address which will spend the funds.
     * @param value The amount of tokens to be spent.
     * @param data Additional data with no specified format, sent in call to `spender`.
     * @return A boolean value indicating whether the operation succeeded unless throwing.
     */
    function approveAndCall(address spender, uint256 value, bytes calldata data) external returns (bool);
}


// File erc-payable-token/contracts/token/ERC1363/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title IERC1363Errors
 * @dev Interface of the ERC-1363 custom errors following the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] rationale.
 */
interface IERC1363Errors {
    /**
     * @dev Indicates a failure with the token `receiver` as it can't be an EOA. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC1363EOAReceiver(address receiver);

    /**
     * @dev Indicates a failure with the token `spender` as it can't be an EOA. Used in approvals.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC1363EOASpender(address spender);

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

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


// File erc-payable-token/contracts/token/ERC1363/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title IERC1363Receiver
 * @dev Interface for any contract that wants to support `transferAndCall` or `transferFromAndCall` from ERC-1363 token contracts.
 */
interface IERC1363Receiver {
    /**
     * @dev Whenever ERC-1363 tokens are transferred to this contract via `transferAndCall` or `transferFromAndCall` by `operator` from `from`, this function is called.
     *
     * NOTE: To accept the transfer, this must return
     * `bytes4(keccak256("onTransferReceived(address,address,uint256,bytes)"))`
     * (i.e. 0x88a7ca5c, or its own function selector).
     *
     * @param operator The address which called `transferAndCall` or `transferFromAndCall` function.
     * @param from The address which are tokens transferred from.
     * @param value The amount of tokens transferred.
     * @param data Additional data with no specified format.
     * @return `bytes4(keccak256("onTransferReceived(address,address,uint256,bytes)"))` if transfer is allowed unless throwing.
     */
    function onTransferReceived(
        address operator,
        address from,
        uint256 value,
        bytes calldata data
    ) external returns (bytes4);
}


// File erc-payable-token/contracts/token/ERC1363/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title ERC1363Spender
 * @dev Interface for any contract that wants to support `approveAndCall` from ERC-1363 token contracts.
 */
interface IERC1363Spender {
    /**
     * @dev Whenever an ERC-1363 token `owner` approves this contract via `approveAndCall` to spend their tokens, this function is called.
     *
     * NOTE: To accept the approval, this must return
     * `bytes4(keccak256("onApprovalReceived(address,uint256,bytes)"))`
     * (i.e. 0x7b04a2d0, or its own function selector).
     *
     * @param owner The address which called `approveAndCall` function and previously owned the tokens.
     * @param value The amount of tokens to be spent.
     * @param data Additional data with no specified format.
     * @return `bytes4(keccak256("onApprovalReceived(address,uint256,bytes)"))` if approval is allowed unless throwing.
     */
    function onApprovalReceived(address owner, uint256 value, bytes calldata data) external returns (bytes4);
}


// File erc-payable-token/contracts/token/ERC1363/[email protected]

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;





/**
 * @title ERC1363
 * @dev Implementation of the ERC-1363 interface.
 *
 * Extension of ERC-20 tokens that supports executing code on a recipient contract after `transfer` or `transferFrom`,
 * or code on a spender contract after `approve`, in a single transaction.
 */
abstract contract ERC1363 is ERC20, ERC165, IERC1363, IERC1363Errors {
    /**
     * @inheritdoc IERC165
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
        return interfaceId == type(IERC1363).interfaceId || super.supportsInterface(interfaceId);
    }

    /**
     * @inheritdoc IERC1363
     */
    function transferAndCall(address to, uint256 value) public virtual returns (bool) {
        return transferAndCall(to, value, "");
    }

    /**
     * @inheritdoc IERC1363
     */
    function transferAndCall(address to, uint256 value, bytes memory data) public virtual returns (bool) {
        transfer(to, value);
        _checkOnTransferReceived(_msgSender(), to, value, data);
        return true;
    }

    /**
     * @inheritdoc IERC1363
     */
    function transferFromAndCall(address from, address to, uint256 value) public virtual returns (bool) {
        return transferFromAndCall(from, to, value, "");
    }

    /**
     * @inheritdoc IERC1363
     */
    function transferFromAndCall(
        address from,
        address to,
        uint256 value,
        bytes memory data
    ) public virtual returns (bool) {
        transferFrom(from, to, value);
        _checkOnTransferReceived(from, to, value, data);
        return true;
    }

    /**
     * @inheritdoc IERC1363
     */
    function approveAndCall(address spender, uint256 value) public virtual returns (bool) {
        return approveAndCall(spender, value, "");
    }

    /**
     * @inheritdoc IERC1363
     */
    function approveAndCall(address spender, uint256 value, bytes memory data) public virtual returns (bool) {
        approve(spender, value);
        _checkOnApprovalReceived(spender, value, data);
        return true;
    }

    /**
     * @dev Performs a call to `IERC1363Receiver::onTransferReceived` on a target address.
     * This will revert if the target doesn't implement the `IERC1363Receiver` interface or
     * if the target doesn't accept the token transfer or
     * if the target address is not a contract.
     *
     * @param from Address representing the previous owner of the given token amount.
     * @param to Target address that will receive the tokens.
     * @param value The amount of tokens to be transferred.
     * @param data Optional data to send along with the call.
     */
    function _checkOnTransferReceived(address from, address to, uint256 value, bytes memory data) private {
        if (to.code.length == 0) {
            revert ERC1363EOAReceiver(to);
        }

        try IERC1363Receiver(to).onTransferReceived(_msgSender(), from, value, data) returns (bytes4 retval) {
            if (retval != IERC1363Receiver.onTransferReceived.selector) {
                revert ERC1363InvalidReceiver(to);
            }
        } catch (bytes memory reason) {
            if (reason.length == 0) {
                revert ERC1363InvalidReceiver(to);
            } else {
                assembly {
                    revert(add(32, reason), mload(reason))
                }
            }
        }
    }

    /**
     * @dev Performs a call to `IERC1363Spender::onApprovalReceived` on a target address.
     * This will revert if the target doesn't implement the `IERC1363Spender` interface or
     * if the target doesn't accept the token approval or
     * if the target address is not a contract.
     *
     * @param spender The address which will spend the funds.
     * @param value The amount of tokens to be spent.
     * @param data Optional data to send along with the call.
     */
    function _checkOnApprovalReceived(address spender, uint256 value, bytes memory data) private {
        if (spender.code.length == 0) {
            revert ERC1363EOASpender(spender);
        }

        try IERC1363Spender(spender).onApprovalReceived(_msgSender(), value, data) returns (bytes4 retval) {
            if (retval != IERC1363Spender.onApprovalReceived.selector) {
                revert ERC1363InvalidSpender(spender);
            }
        } catch (bytes memory reason) {
            if (reason.length == 0) {
                revert ERC1363InvalidSpender(spender);
            } else {
                assembly {
                    revert(add(32, reason), mload(reason))
                }
            }
        }
    }
}


// File contracts/token/ERC20/PowerfulERC20.sol

// Original license: SPDX_License_Identifier: MIT

pragma solidity ^0.8.20;

/**
 * @title PowerfulERC20
 * @dev Implementation of the PowerfulERC20.
 */
contract PowerfulERC20 is
    ERC20Detailed,
    ERC20Capped,
    ERC20Burnable,
    ERC20Mintable,
    ERC1363,
    Roles,
    Recover,
    ServicePayer
{
    constructor(
        string memory name_,
        string memory symbol_,
        uint8 decimals_,
        uint256 cap_,
        uint256 initialBalance_,
        bytes memory signature_,
        address payable feeReceiver_
    )
        payable
        ERC20Detailed(name_, symbol_, decimals_)
        ERC20Capped(cap_)
        ServicePayer(feeReceiver_, "PowerfulERC20", signature_, _msgSender())
    {
        _generate(_msgSender(), initialBalance_);
    }

    /**
     * @dev Function to mint tokens.
     *
     * NOTE: restricting access to addresses with MINTER role. See `ERC20Mintable::_generate`.
     *
     * @param account The address that will receive the minted tokens.
     * @param value The amount of tokens to mint.
     */
    function mint(address account, uint256 value) external onlyMinter {
        super._generate(account, value);
    }

    /**
     * @dev Function to stop minting new tokens.
     *
     * NOTE: restricting access to owner only. See `ERC20Mintable::_finishMinting`.
     */
    function finishMinting() external onlyOwner {
        super._finishMinting();
    }

    /**
     * @inheritdoc ERC20Decimals
     */
    function decimals() public view override(ERC20, ERC20Decimals) returns (uint8) {
        return super.decimals();
    }

    /**
     * @inheritdoc ERC1363
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(AccessControl, ERC1363) returns (bool) {
        return super.supportsInterface(interfaceId);
    }

    /**
     * @inheritdoc ERC20Capped
     */
    function _update(address from, address to, uint256 value) internal override(ERC20, ERC20Capped) {
        super._update(from, to, value);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"uint8","name":"decimals_","type":"uint8"},{"internalType":"uint256","name":"cap_","type":"uint256"},{"internalType":"uint256","name":"initialBalance_","type":"uint256"},{"internalType":"bytes","name":"signature_","type":"bytes"},{"internalType":"address payable","name":"feeReceiver_","type":"address"}],"stateMutability":"payable","type":"constructor"},{"inputs":[],"name":"AccessControlBadConfirmation","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bytes32","name":"neededRole","type":"bytes32"}],"name":"AccessControlUnauthorizedAccount","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC1363EOAReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"spender","type":"address"}],"name":"ERC1363EOASpender","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC1363InvalidReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"spender","type":"address"}],"name":"ERC1363InvalidSpender","type":"error"},{"inputs":[{"internalType":"uint256","name":"increasedSupply","type":"uint256"},{"internalType":"uint256","name":"cap","type":"uint256"}],"name":"ERC20ExceededCap","type":"error"},{"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":"uint256","name":"cap","type":"uint256"}],"name":"ERC20InvalidCap","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":"ERC20MintingFinished","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":[],"name":"MintFinished","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":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"previousAdminRole","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"newAdminRole","type":"bytes32"}],"name":"RoleAdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleRevoked","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":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MINTER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"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":"spender","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"approveAndCall","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"approveAndCall","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":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"burnFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"cap","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":"finishMinting","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleAdmin","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"mintingFinished","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"tokenAddress","type":"address"},{"internalType":"address","name":"tokenReceiver","type":"address"},{"internalType":"uint256","name":"tokenAmount","type":"uint256"}],"name":"recoverERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"tokenAddress","type":"address"},{"internalType":"address","name":"tokenReceiver","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"recoverERC721","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"callerConfirmation","type":"address"}],"name":"renounceRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"transferAndCall","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"transferAndCall","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":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"transferFromAndCall","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":"transferFromAndCall","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"}]

Deployed Bytecode

0x608060405234801561000f575f80fd5b50600436106101fd575f3560e01c806370a0823111610114578063a9059cbb116100a9578063d547741f11610079578063d547741f1461047c578063d8fbe9941461048f578063dd62ed3e146104a2578063f2fde38b146104da578063fc4e51f6146104ed575f80fd5b8063a9059cbb1461041c578063c1d34b891461042f578063cae9ca5114610442578063d539139314610455575f80fd5b80638da5cb5b116100e45780638da5cb5b146103df57806391d14854146103fa57806395d89b411461040d578063a217fddf14610415575f80fd5b806370a0823114610394578063715018a6146103bc57806379cc6790146103c45780637d64bcb4146103d7575f80fd5b8063248a9ca311610195578063355274ea11610165578063355274ea1461032257806336568abe146103485780634000aea01461035b57806340c10f191461036e57806342966c6814610381575f80fd5b8063248a9ca3146102a95780632f2ff15d146102cb578063313ce567146102de5780633177029f1461030f575f80fd5b80631171bda9116101d05780631171bda91461025c5780631296ee621461027157806318160ddd1461028457806323b872dd14610296575f80fd5b806301ffc9a71461020157806305d2035b1461022957806306fdde0314610234578063095ea7b314610249575b5f80fd5b61021461020f3660046111ee565b610500565b60405190151581526020015b60405180910390f35b60055460ff16610214565b61023c610510565b604051610220919061124c565b610214610257366004611279565b6105a0565b61026f61026a3660046112a1565b6105b7565b005b61021461027f366004611279565b6105cf565b6002545b604051908152602001610220565b6102146102a43660046112a1565b6105f0565b6102886102b73660046112da565b5f9081526006602052604090206001015490565b61026f6102d93660046112f1565b610613565b60405160ff7f0000000000000000000000000000000000000000000000000000000000000012168152602001610220565b61021461031d366004611279565b61063d565b7f000000000000000000000000000000000000056c85838cbcc500a00a2a240000610288565b61026f6103563660046112f1565b610657565b6102146103693660046113b8565b61068a565b61026f61037c366004611279565b6106a2565b61026f61038f3660046112da565b6106d9565b6102886103a236600461140b565b6001600160a01b03165f9081526020819052604090205490565b61026f6106e6565b61026f6103d2366004611279565b6106f9565b61026f61070e565b6007546040516001600160a01b039091168152602001610220565b6102146104083660046112f1565b61071e565b61023c610748565b6102885f81565b61021461042a366004611279565b610757565b61021461043d366004611424565b610764565b6102146104503660046113b8565b61077d565b6102887ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc981565b61026f61048a3660046112f1565b610794565b61021461049d3660046112a1565b6107b8565b6102886104b0366004611488565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b61026f6104e836600461140b565b6107db565b61026f6104fb366004611424565b61081a565b5f61050a8261082e565b92915050565b60606003805461051f906114b0565b80601f016020809104026020016040519081016040528092919081815260200182805461054b906114b0565b80156105965780601f1061056d57610100808354040283529160200191610596565b820191905f5260205f20905b81548152906001019060200180831161057957829003601f168201915b5050505050905090565b5f336105ad818585610852565b5060019392505050565b6105bf61085f565b6105ca83838361088c565b505050565b5f6105e9838360405180602001604052805f81525061068a565b9392505050565b5f336105fd8582856108fc565b610608858585610971565b506001949350505050565b5f8281526006602052604090206001015461062d816109ce565b61063783836109d8565b50505050565b5f6105e9838360405180602001604052805f81525061077d565b6001600160a01b03811633146106805760405163334bd91960e11b815260040160405180910390fd5b6105ca8282610a69565b5f6106958484610757565b506105ad33858585610ad4565b6106cb7ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc96109ce565b6106d58282610c1f565b5050565b6106e33382610c4d565b50565b6106ee61085f565b6106f75f610c81565b565b6107048233836108fc565b6106d58282610c4d565b61071661085f565b6106f7610cd2565b5f9182526006602090815260408084206001600160a01b0393909316845291905290205460ff1690565b60606004805461051f906114b0565b5f336105ad818585610971565b5f6107708585856105f0565b5061060885858585610ad4565b5f61078884846105a0565b506105ad848484610d2d565b5f828152600660205260409020600101546107ae816109ce565b6106378383610a69565b5f6107d384848460405180602001604052805f815250610764565b949350505050565b6107e361085f565b6001600160a01b03811661081157604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6106e381610c81565b61082261085f565b61063784848484610e67565b5f6001600160e01b03198216637965db0b60e01b148061050a575061050a82610ecc565b6105ca8383836001610f00565b6007546001600160a01b031633146106f75760405163118cdaa760e01b8152336004820152602401610808565b60405163a9059cbb60e01b81526001600160a01b0383811660048301526024820183905284169063a9059cbb906044016020604051808303815f875af11580156108d8573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061063791906114e8565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f198114610637578181101561096357604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610808565b61063784848484035f610f00565b6001600160a01b03831661099a57604051634b637e8f60e11b81525f6004820152602401610808565b6001600160a01b0382166109c35760405163ec442f0560e01b81525f6004820152602401610808565b6105ca838383610fd2565b6106e38133610fdd565b5f6109e3838361071e565b610a62575f8381526006602090815260408083206001600160a01b03861684529091529020805460ff19166001179055610a1a3390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a450600161050a565b505f61050a565b5f610a74838361071e565b15610a62575f8381526006602090815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a450600161050a565b826001600160a01b03163b5f03610b095760405163052d06bd60e21b81526001600160a01b0384166004820152602401610808565b604051632229f29760e21b81526001600160a01b038416906388a7ca5c90610b3b903390889087908790600401611507565b6020604051808303815f875af1925050508015610b75575060408051601f3d908101601f19168201909252610b7291810190611543565b60015b610bdc573d808015610ba2576040519150601f19603f3d011682016040523d82523d5f602084013e610ba7565b606091505b5080515f03610bd4576040516322a5b36760e21b81526001600160a01b0385166004820152602401610808565b805181602001fd5b6001600160e01b03198116632229f29760e21b14610c18576040516322a5b36760e21b81526001600160a01b0385166004820152602401610808565b5050505050565b60055460ff1615610c435760405163142c204760e11b815260040160405180910390fd5b6106d58282611016565b6001600160a01b038216610c7657604051634b637e8f60e11b81525f6004820152602401610808565b6106d5825f83610fd2565b600780546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b60055460ff1615610cf65760405163142c204760e11b815260040160405180910390fd5b6005805460ff191660011790556040517fae5184fba832cb2b1f702aca6117b8d265eaf03ad33eb133f19dde0f5920fa08905f90a1565b826001600160a01b03163b5f03610d62576040516301de054360e21b81526001600160a01b0384166004820152602401610808565b6040516307b04a2d60e41b81526001600160a01b03841690637b04a2d090610d929033908690869060040161155e565b6020604051808303815f875af1925050508015610dcc575060408051601f3d908101601f19168201909252610dc991810190611543565b60015b610e2b573d808015610df9576040519150601f19603f3d011682016040523d82523d5f602084013e610dfe565b606091505b5080515f03610bd45760405163deb6d3ed60e01b81526001600160a01b0385166004820152602401610808565b6001600160e01b031981166307b04a2d60e41b146106375760405163deb6d3ed60e01b81526001600160a01b0385166004820152602401610808565b604051635c46a7ef60e11b81526001600160a01b0385169063b88d4fde90610e99903090879087908790600401611507565b5f604051808303815f87803b158015610eb0575f80fd5b505af1158015610ec2573d5f803e3d5ffd5b5050505050505050565b5f6001600160e01b0319821663b0202a1160e01b148061050a57506301ffc9a760e01b6001600160e01b031983161461050a565b6001600160a01b038416610f295760405163e602df0560e01b81525f6004820152602401610808565b6001600160a01b038316610f5257604051634a1406b160e11b81525f6004820152602401610808565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561063757826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610fc491815260200190565b60405180910390a350505050565b6105ca83838361104a565b610fe7828261071e565b6106d55760405163e2517d3f60e01b81526001600160a01b038216600482015260248101839052604401610808565b6001600160a01b03821661103f5760405163ec442f0560e01b81525f6004820152602401610808565b6106d55f8383610fd2565b6110558383836110b3565b6001600160a01b0383166105ca576002547f000000000000000000000000000000000000056c85838cbcc500a00a2a2400009081811115610c185760405163279e7e1560e21b81526004810182905260248101839052604401610808565b6001600160a01b0383166110dd578060025f8282546110d2919061158d565b9091555061114d9050565b6001600160a01b0383165f908152602081905260409020548181101561112f5760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401610808565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821661116957600280548290039055611187565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516111cc91815260200190565b60405180910390a3505050565b6001600160e01b0319811681146106e3575f80fd5b5f602082840312156111fe575f80fd5b81356105e9816111d9565b5f81518084525f5b8181101561122d57602081850181015186830182015201611211565b505f602082860101526020601f19601f83011685010191505092915050565b602081525f6105e96020830184611209565b80356001600160a01b0381168114611274575f80fd5b919050565b5f806040838503121561128a575f80fd5b6112938361125e565b946020939093013593505050565b5f805f606084860312156112b3575f80fd5b6112bc8461125e565b92506112ca6020850161125e565b9150604084013590509250925092565b5f602082840312156112ea575f80fd5b5035919050565b5f8060408385031215611302575f80fd5b823591506113126020840161125e565b90509250929050565b634e487b7160e01b5f52604160045260245ffd5b5f82601f83011261133e575f80fd5b813567ffffffffffffffff808211156113595761135961131b565b604051601f8301601f19908116603f011681019082821181831017156113815761138161131b565b81604052838152866020858801011115611399575f80fd5b836020870160208301375f602085830101528094505050505092915050565b5f805f606084860312156113ca575f80fd5b6113d38461125e565b925060208401359150604084013567ffffffffffffffff8111156113f5575f80fd5b6114018682870161132f565b9150509250925092565b5f6020828403121561141b575f80fd5b6105e98261125e565b5f805f8060808587031215611437575f80fd5b6114408561125e565b935061144e6020860161125e565b925060408501359150606085013567ffffffffffffffff811115611470575f80fd5b61147c8782880161132f565b91505092959194509250565b5f8060408385031215611499575f80fd5b6114a28361125e565b91506113126020840161125e565b600181811c908216806114c457607f821691505b6020821081036114e257634e487b7160e01b5f52602260045260245ffd5b50919050565b5f602082840312156114f8575f80fd5b815180151581146105e9575f80fd5b6001600160a01b03858116825284166020820152604081018390526080606082018190525f9061153990830184611209565b9695505050505050565b5f60208284031215611553575f80fd5b81516105e9816111d9565b60018060a01b0384168152826020820152606060408201525f6115846060830184611209565b95945050505050565b8082018082111561050a57634e487b7160e01b5f52601160045260245ffdfea264697066735822122091565a7731b805293c5887759032ee43680436255bc2900873c471fc87a2eeb764736f6c63430008170033

Deployed Bytecode Sourcemap

68917:1931:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;70465:177;;;;;;:::i;:::-;;:::i;:::-;;;565:14:1;;558:22;540:41;;528:2;513:18;70465:177:0;;;;;;;;49466:98;49540:16;;;;49466:98;;29427:91;;;:::i;:::-;;;;;;;:::i;31720:190::-;;;;;;:::i;:::-;;:::i;54218:187::-;;;;;;:::i;:::-;;:::i;:::-;;64627:138;;;;;;:::i;:::-;;:::i;30529:99::-;30608:12;;30529:99;;;2161:25:1;;;2149:2;2134:18;30529:99:0;2015:177:1;32488:249:0;;;;;;:::i;:::-;;:::i;10340:122::-;;;;;;:::i;:::-;10405:7;10432:12;;;:6;:12;;;;;:22;;;;10340:122;10772:138;;;;;;:::i;:::-;;:::i;70290:121::-;;;2995:4:1;48121:9:0;2983:17:1;2965:36;;2953:2;2938:18;70290:121:0;2823:184:1;65668:146:0;;;;;;:::i;:::-;;:::i;41015:83::-;41086:4;41015:83;;11909:251;;;;;;:::i;:::-;;:::i;64820:227::-;;;;;;:::i;:::-;;:::i;69860:116::-;;;;;;:::i;:::-;;:::i;39407:89::-;;;;;;:::i;:::-;;:::i;30691:118::-;;;;;;:::i;:::-;-1:-1:-1;;;;;30783:18:0;30756:7;30783:18;;;;;;;;;;;;30691:118;16086:103;;;:::i;39825:161::-;;;;;;:::i;:::-;;:::i;70145:85::-;;;:::i;15411:87::-;15484:6;;15411:87;;-1:-1:-1;;;;;15484:6:0;;;4856:51:1;;4844:2;4829:18;15411:87:0;4710:203:1;9356:138:0;;;;;;:::i;:::-;;:::i;29637:95::-;;;:::i;8668:49::-;;8713:4;8668:49;;31014:182;;;;;;:::i;:::-;;:::i;65323:290::-;;;;;;:::i;:::-;;:::i;65869:226::-;;;;;;:::i;:::-;;:::i;46928:57::-;;46966:19;46928:57;;11203:140;;;;;;:::i;:::-;;:::i;65102:166::-;;;;;;:::i;:::-;;:::i;31259:142::-;;;;;;:::i;:::-;-1:-1:-1;;;;;31366:18:0;;;31339:7;31366:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;31259:142;16344:220;;;;;;:::i;:::-;;:::i;54959:249::-;;;;;;:::i;:::-;;:::i;70465:177::-;70574:4;70598:36;70622:11;70598:23;:36::i;:::-;70591:43;70465:177;-1:-1:-1;;70465:177:0:o;29427:91::-;29472:13;29505:5;29498:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29427:91;:::o;31720:190::-;31793:4;4381:10;31849:31;4381:10;31865:7;31874:5;31849:8;:31::i;:::-;-1:-1:-1;31898:4:0;;31720:190;-1:-1:-1;;;31720:190:0:o;54218:187::-;15297:13;:11;:13::i;:::-;54342:55:::1;54356:12;54370:13;54385:11;54342:13;:55::i;:::-;54218:187:::0;;;:::o;64627:138::-;64703:4;64727:30;64743:2;64747:5;64727:30;;;;;;;;;;;;:15;:30::i;:::-;64720:37;64627:138;-1:-1:-1;;;64627:138:0:o;32488:249::-;32575:4;4381:10;32633:37;32649:4;4381:10;32664:5;32633:15;:37::i;:::-;32681:26;32691:4;32697:2;32701:5;32681:9;:26::i;:::-;-1:-1:-1;32725:4:0;;32488:249;-1:-1:-1;;;;32488:249:0:o;10772:138::-;10405:7;10432:12;;;:6;:12;;;;;:22;;;8952:16;8963:4;8952:10;:16::i;:::-;10877:25:::1;10888:4;10894:7;10877:10;:25::i;:::-;;10772:138:::0;;;:::o;65668:146::-;65748:4;65772:34;65787:7;65796:5;65772:34;;;;;;;;;;;;:14;:34::i;11909:251::-;-1:-1:-1;;;;;12003:34:0;;4381:10;12003:34;11999:104;;12061:30;;-1:-1:-1;;;12061:30:0;;;;;;;;;;;11999:104;12115:37;12127:4;12133:18;12115:11;:37::i;64820:227::-;64915:4;64932:19;64941:2;64945:5;64932:8;:19::i;:::-;-1:-1:-1;64962:55:0;4381:10;65001:2;65005:5;65012:4;64962:24;:55::i;69860:116::-;47345:23;46966:19;47345:10;:23::i;:::-;69937:31:::1;69953:7;69962:5;69937:15;:31::i;:::-;69860:116:::0;;:::o;39407:89::-;39462:26;4381:10;39482:5;39462;:26::i;:::-;39407:89;:::o;16086:103::-;15297:13;:11;:13::i;:::-;16151:30:::1;16178:1;16151:18;:30::i;:::-;16086:103::o:0;39825:161::-;39901:45;39917:7;4381:10;39940:5;39901:15;:45::i;:::-;39957:21;39963:7;39972:5;39957;:21::i;70145:85::-;15297:13;:11;:13::i;:::-;70200:22:::1;:20;:22::i;9356:138::-:0;9433:4;9457:12;;;:6;:12;;;;;;;;-1:-1:-1;;;;;9457:29:0;;;;;;;;;;;;;;;9356:138::o;29637:95::-;29684:13;29717:7;29710:14;;;;;:::i;31014:182::-;31083:4;4381:10;31139:27;4381:10;31156:2;31160:5;31139:9;:27::i;65323:290::-;65479:4;65496:29;65509:4;65515:2;65519:5;65496:12;:29::i;:::-;;65536:47;65561:4;65567:2;65571:5;65578:4;65536:24;:47::i;65869:226::-;65968:4;65985:23;65993:7;66002:5;65985:7;:23::i;:::-;;66019:46;66044:7;66053:5;66060:4;66019:24;:46::i;11203:140::-;10405:7;10432:12;;;:6;:12;;;;;:22;;;8952:16;8963:4;8952:10;:16::i;:::-;11309:26:::1;11321:4;11327:7;11309:11;:26::i;65102:166::-:0;65196:4;65220:40;65240:4;65246:2;65250:5;65220:40;;;;;;;;;;;;:19;:40::i;:::-;65213:47;65102:166;-1:-1:-1;;;;65102:166:0:o;16344:220::-;15297:13;:11;:13::i;:::-;-1:-1:-1;;;;;16429:22:0;::::1;16425:93;;16475:31;::::0;-1:-1:-1;;;16475:31:0;;16503:1:::1;16475:31;::::0;::::1;4856:51:1::0;4829:18;;16475:31:0::1;;;;;;;;16425:93;16528:28;16547:8;16528:18;:28::i;54959:249::-:0;15297:13;:11;:13::i;:::-;55142:58:::1;55157:12;55171:13;55186:7;55195:4;55142:14;:58::i;9060:204::-:0;9145:4;-1:-1:-1;;;;;;9169:47:0;;-1:-1:-1;;;9169:47:0;;:87;;;9220:36;9244:11;9220:23;:36::i;36547:130::-;36632:37;36641:5;36648:7;36657:5;36664:4;36632:8;:37::i;15576:166::-;15484:6;;-1:-1:-1;;;;;15484:6:0;4381:10;15636:23;15632:103;;15683:40;;-1:-1:-1;;;15683:40:0;;4381:10;15683:40;;;4856:51:1;4829:18;;15683:40:0;4710:203:1;51750:239:0;51924:57;;-1:-1:-1;;;51924:57:0;;-1:-1:-1;;;;;6302:32:1;;;51924:57:0;;;6284:51:1;6351:18;;;6344:34;;;51924:29:0;;;;;6257:18:1;;51924:57:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;38263:487::-;-1:-1:-1;;;;;31366:18:0;;;38363:24;31366:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;-1:-1:-1;;38430:37:0;;38426:317;;38507:5;38488:16;:24;38484:132;;;38540:60;;-1:-1:-1;;;38540:60:0;;-1:-1:-1;;;;;6891:32:1;;38540:60:0;;;6873:51:1;6940:18;;;6933:34;;;6983:18;;;6976:34;;;6846:18;;38540:60:0;6671:345:1;38484:132:0;38659:57;38668:5;38675:7;38703:5;38684:16;:24;38710:5;38659:8;:57::i;33122:308::-;-1:-1:-1;;;;;33206:18:0;;33202:88;;33248:30;;-1:-1:-1;;;33248:30:0;;33275:1;33248:30;;;4856:51:1;4829:18;;33248:30:0;4710:203:1;33202:88:0;-1:-1:-1;;;;;33304:16:0;;33300:88;;33344:32;;-1:-1:-1;;;33344:32:0;;33373:1;33344:32;;;4856:51:1;4829:18;;33344:32:0;4710:203:1;33300:88:0;33398:24;33406:4;33412:2;33416:5;33398:7;:24::i;9709:105::-;9776:30;9787:4;4381:10;9776;:30::i;12786:324::-;12863:4;12885:22;12893:4;12899:7;12885;:22::i;:::-;12880:223;;12924:12;;;;:6;:12;;;;;;;;-1:-1:-1;;;;;12924:29:0;;;;;;;;;:36;;-1:-1:-1;;12924:36:0;12956:4;12924:36;;;13007:12;4381:10;;4301:98;13007:12;-1:-1:-1;;;;;12980:40:0;12998:7;-1:-1:-1;;;;;12980:40:0;12992:4;12980:40;;;;;;;;;;-1:-1:-1;13042:4:0;13035:11;;12880:223;-1:-1:-1;13086:5:0;13079:12;;13354:325;13432:4;13453:22;13461:4;13467:7;13453;:22::i;:::-;13449:223;;;13524:5;13492:12;;;:6;:12;;;;;;;;-1:-1:-1;;;;;13492:29:0;;;;;;;;;;:37;;-1:-1:-1;;13492:37:0;;;13549:40;4381:10;;13492:12;;13549:40;;13524:5;13549:40;-1:-1:-1;13611:4:0;13604:11;;66696:744;66813:2;-1:-1:-1;;;;;66813:14:0;;66831:1;66813:19;66809:81;;66856:22;;-1:-1:-1;;;66856:22:0;;-1:-1:-1;;;;;4874:32:1;;66856:22:0;;;4856:51:1;4829:18;;66856:22:0;4710:203:1;66809:81:0;66906:72;;-1:-1:-1;;;66906:72:0;;-1:-1:-1;;;;;66906:39:0;;;;;:72;;4381:10;;66960:4;;66966:5;;66973:4;;66906:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;66906:72:0;;;;;;;;-1:-1:-1;;66906:72:0;;;;;;;;;;;;:::i;:::-;;;66902:531;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;67205:6;:13;67222:1;67205:18;67201:221;;67251:26;;-1:-1:-1;;;67251:26:0;;-1:-1:-1;;;;;4874:32:1;;67251:26:0;;;4856:51:1;4829:18;;67251:26:0;4710:203:1;67201:221:0;67380:6;67374:13;67365:6;67361:2;67357:15;67350:38;66902:531;-1:-1:-1;;;;;;67022:54:0;;-1:-1:-1;;;67022:54:0;67018:128;;67104:26;;-1:-1:-1;;;67104:26:0;;-1:-1:-1;;;;;4874:32:1;;67104:26:0;;;4856:51:1;4829:18;;67104:26:0;4710:203:1;67018:128:0;66979:178;66696:744;;;;:::o;49885:122::-;49295:16;;;;49291:78;;;49335:22;;-1:-1:-1;;;49335:22:0;;;;;;;;;;;49291:78;49972:27:::1;49984:7;49993:5;49972:11;:27::i;35783:211::-:0;-1:-1:-1;;;;;35854:21:0;;35850:91;;35899:30;;-1:-1:-1;;;35899:30:0;;35926:1;35899:30;;;4856:51:1;4829:18;;35899:30:0;4710:203:1;35850:91:0;35951:35;35959:7;35976:1;35980:5;35951:7;:35::i;16724:191::-;16817:6;;;-1:-1:-1;;;;;16834:17:0;;;-1:-1:-1;;;;;;16834:17:0;;;;;;;16867:40;;16817:6;;;16834:17;16817:6;;16867:40;;16798:16;;16867:40;16787:128;16724:191;:::o;50200:125::-;49295:16;;;;49291:78;;;49335:22;;-1:-1:-1;;;49335:22:0;;;;;;;;;;;49291:78;50262:16:::1;:23:::0;;-1:-1:-1;;50262:23:0::1;50281:4;50262:23;::::0;;50303:14:::1;::::0;::::1;::::0;50262:16:::1;::::0;50303:14:::1;50200:125::o:0;67946:749::-;68054:7;-1:-1:-1;;;;;68054:19:0;;68077:1;68054:24;68050:90;;68102:26;;-1:-1:-1;;;68102:26:0;;-1:-1:-1;;;;;4874:32:1;;68102:26:0;;;4856:51:1;4829:18;;68102:26:0;4710:203:1;68050:90:0;68156:70;;-1:-1:-1;;;68156:70:0;;-1:-1:-1;;;;;68156:43:0;;;;;:70;;4381:10;;68214:5;;68221:4;;68156:70;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;68156:70:0;;;;;;;;-1:-1:-1;;68156:70:0;;;;;;;;;;;;:::i;:::-;;;68152:536;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;68456:6;:13;68473:1;68456:18;68452:225;;68502:30;;-1:-1:-1;;;68502:30:0;;-1:-1:-1;;;;;4874:32:1;;68502:30:0;;;4856:51:1;4829:18;;68502:30:0;4710:203:1;68152:536:0;-1:-1:-1;;;;;;68270:53:0;;-1:-1:-1;;;68270:53:0;68266:131;;68351:30;;-1:-1:-1;;;68351:30:0;;-1:-1:-1;;;;;4874:32:1;;68351:30:0;;;4856:51:1;4829:18;;68351:30:0;4710:203:1;52891:267:0;53067:83;;-1:-1:-1;;;53067:83:0;;-1:-1:-1;;;;;53067:38:0;;;;;:83;;53114:4;;53121:13;;53136:7;;53145:4;;53067:83;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52891:267;;;;:::o;64357:215::-;64459:4;-1:-1:-1;;;;;;64483:41:0;;-1:-1:-1;;;64483:41:0;;:81;;-1:-1:-1;;;;;;;;;;6441:40:0;;;64528:36;6341:148;37528:443;-1:-1:-1;;;;;37641:19:0;;37637:91;;37684:32;;-1:-1:-1;;;37684:32:0;;37713:1;37684:32;;;4856:51:1;4829:18;;37684:32:0;4710:203:1;37637:91:0;-1:-1:-1;;;;;37742:21:0;;37738:92;;37787:31;;-1:-1:-1;;;37787:31:0;;37815:1;37787:31;;;4856:51:1;4829:18;;37787:31:0;4710:203:1;37738:92:0;-1:-1:-1;;;;;37840:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;:35;;;37886:78;;;;37937:7;-1:-1:-1;;;;;37921:31:0;37930:5;-1:-1:-1;;;;;37921:31:0;;37946:5;37921:31;;;;2161:25:1;;2149:2;2134:18;;2015:177;37921:31:0;;;;;;;;37528:443;;;;:::o;70700:145::-;70807:30;70821:4;70827:2;70831:5;70807:13;:30::i;9950:201::-;10039:22;10047:4;10053:7;10039;:22::i;:::-;10034:110;;10085:47;;-1:-1:-1;;;10085:47:0;;-1:-1:-1;;;;;6302:32:1;;10085:47:0;;;6284:51:1;6351:18;;;6344:34;;;6257:18;;10085:47:0;6110:274:1;35242:213:0;-1:-1:-1;;;;;35313:21:0;;35309:93;;35358:32;;-1:-1:-1;;;35358:32:0;;35387:1;35358:32;;;4856:51:1;4829:18;;35358:32:0;4710:203:1;35309:93:0;35412:35;35428:1;35432:7;35441:5;35412:7;:35::i;41158:381::-;41253:30;41267:4;41273:2;41277:5;41253:13;:30::i;:::-;-1:-1:-1;;;;;41300:18:0;;41296:236;;30608:12;;41086:4;;41433:9;41424:6;:18;41420:101;;;41470:35;;-1:-1:-1;;;41470:35:0;;;;;8613:25:1;;;8654:18;;;8647:34;;;8586:18;;41470:35:0;8439:248:1;33754:1135:0;-1:-1:-1;;;;;33844:18:0;;33840:552;;33998:5;33982:12;;:21;;;;;;;:::i;:::-;;;;-1:-1:-1;33840:552:0;;-1:-1:-1;33840:552:0;;-1:-1:-1;;;;;34058:15:0;;34036:19;34058:15;;;;;;;;;;;34092:19;;;34088:117;;;34139:50;;-1:-1:-1;;;34139:50:0;;-1:-1:-1;;;;;6891:32:1;;34139:50:0;;;6873:51:1;6940:18;;;6933:34;;;6983:18;;;6976:34;;;6846:18;;34139:50:0;6671:345:1;34088:117:0;-1:-1:-1;;;;;34328:15:0;;:9;:15;;;;;;;;;;34346:19;;;;34328:37;;33840:552;-1:-1:-1;;;;;34408:16:0;;34404:435;;34574:12;:21;;;;;;;34404:435;;;-1:-1:-1;;;;;34790:13:0;;:9;:13;;;;;;;;;;:22;;;;;;34404:435;34871:2;-1:-1:-1;;;;;34856:25:0;34865:4;-1:-1:-1;;;;;34856:25:0;;34875:5;34856:25;;;;2161::1;;2149:2;2134:18;;2015:177;34856:25:0;;;;;;;;33754:1135;;;:::o;14:131:1:-;-1:-1:-1;;;;;;88:32:1;;78:43;;68:71;;135:1;132;125:12;150:245;208:6;261:2;249:9;240:7;236:23;232:32;229:52;;;277:1;274;267:12;229:52;316:9;303:23;335:30;359:5;335:30;:::i;592:423::-;634:3;672:5;666:12;699:6;694:3;687:19;724:1;734:162;748:6;745:1;742:13;734:162;;;810:4;866:13;;;862:22;;856:29;838:11;;;834:20;;827:59;763:12;734:162;;;738:3;941:1;934:4;925:6;920:3;916:16;912:27;905:38;1004:4;997:2;993:7;988:2;980:6;976:15;972:29;967:3;963:39;959:50;952:57;;;592:423;;;;:::o;1020:220::-;1169:2;1158:9;1151:21;1132:4;1189:45;1230:2;1219:9;1215:18;1207:6;1189:45;:::i;1245:173::-;1313:20;;-1:-1:-1;;;;;1362:31:1;;1352:42;;1342:70;;1408:1;1405;1398:12;1342:70;1245:173;;;:::o;1423:254::-;1491:6;1499;1552:2;1540:9;1531:7;1527:23;1523:32;1520:52;;;1568:1;1565;1558:12;1520:52;1591:29;1610:9;1591:29;:::i;:::-;1581:39;1667:2;1652:18;;;;1639:32;;-1:-1:-1;;;1423:254:1:o;1682:328::-;1759:6;1767;1775;1828:2;1816:9;1807:7;1803:23;1799:32;1796:52;;;1844:1;1841;1834:12;1796:52;1867:29;1886:9;1867:29;:::i;:::-;1857:39;;1915:38;1949:2;1938:9;1934:18;1915:38;:::i;:::-;1905:48;;2000:2;1989:9;1985:18;1972:32;1962:42;;1682:328;;;;;:::o;2197:180::-;2256:6;2309:2;2297:9;2288:7;2284:23;2280:32;2277:52;;;2325:1;2322;2315:12;2277:52;-1:-1:-1;2348:23:1;;2197:180;-1:-1:-1;2197:180:1:o;2564:254::-;2632:6;2640;2693:2;2681:9;2672:7;2668:23;2664:32;2661:52;;;2709:1;2706;2699:12;2661:52;2745:9;2732:23;2722:33;;2774:38;2808:2;2797:9;2793:18;2774:38;:::i;:::-;2764:48;;2564:254;;;;;:::o;3012:127::-;3073:10;3068:3;3064:20;3061:1;3054:31;3104:4;3101:1;3094:15;3128:4;3125:1;3118:15;3144:718;3186:5;3239:3;3232:4;3224:6;3220:17;3216:27;3206:55;;3257:1;3254;3247:12;3206:55;3293:6;3280:20;3319:18;3356:2;3352;3349:10;3346:36;;;3362:18;;:::i;:::-;3437:2;3431:9;3405:2;3491:13;;-1:-1:-1;;3487:22:1;;;3511:2;3483:31;3479:40;3467:53;;;3535:18;;;3555:22;;;3532:46;3529:72;;;3581:18;;:::i;:::-;3621:10;3617:2;3610:22;3656:2;3648:6;3641:18;3702:3;3695:4;3690:2;3682:6;3678:15;3674:26;3671:35;3668:55;;;3719:1;3716;3709:12;3668:55;3783:2;3776:4;3768:6;3764:17;3757:4;3749:6;3745:17;3732:54;3830:1;3823:4;3818:2;3810:6;3806:15;3802:26;3795:37;3850:6;3841:15;;;;;;3144:718;;;;:::o;3867:462::-;3953:6;3961;3969;4022:2;4010:9;4001:7;3997:23;3993:32;3990:52;;;4038:1;4035;4028:12;3990:52;4061:29;4080:9;4061:29;:::i;:::-;4051:39;;4137:2;4126:9;4122:18;4109:32;4099:42;;4192:2;4181:9;4177:18;4164:32;4219:18;4211:6;4208:30;4205:50;;;4251:1;4248;4241:12;4205:50;4274:49;4315:7;4306:6;4295:9;4291:22;4274:49;:::i;:::-;4264:59;;;3867:462;;;;;:::o;4519:186::-;4578:6;4631:2;4619:9;4610:7;4606:23;4602:32;4599:52;;;4647:1;4644;4637:12;4599:52;4670:29;4689:9;4670:29;:::i;4918:537::-;5013:6;5021;5029;5037;5090:3;5078:9;5069:7;5065:23;5061:33;5058:53;;;5107:1;5104;5097:12;5058:53;5130:29;5149:9;5130:29;:::i;:::-;5120:39;;5178:38;5212:2;5201:9;5197:18;5178:38;:::i;:::-;5168:48;;5263:2;5252:9;5248:18;5235:32;5225:42;;5318:2;5307:9;5303:18;5290:32;5345:18;5337:6;5334:30;5331:50;;;5377:1;5374;5367:12;5331:50;5400:49;5441:7;5432:6;5421:9;5417:22;5400:49;:::i;:::-;5390:59;;;4918:537;;;;;;;:::o;5460:260::-;5528:6;5536;5589:2;5577:9;5568:7;5564:23;5560:32;5557:52;;;5605:1;5602;5595:12;5557:52;5628:29;5647:9;5628:29;:::i;:::-;5618:39;;5676:38;5710:2;5699:9;5695:18;5676:38;:::i;5725:380::-;5804:1;5800:12;;;;5847;;;5868:61;;5922:4;5914:6;5910:17;5900:27;;5868:61;5975:2;5967:6;5964:14;5944:18;5941:38;5938:161;;6021:10;6016:3;6012:20;6009:1;6002:31;6056:4;6053:1;6046:15;6084:4;6081:1;6074:15;5938:161;;5725:380;;;:::o;6389:277::-;6456:6;6509:2;6497:9;6488:7;6484:23;6480:32;6477:52;;;6525:1;6522;6515:12;6477:52;6557:9;6551:16;6610:5;6603:13;6596:21;6589:5;6586:32;6576:60;;6632:1;6629;6622:12;7021:489;-1:-1:-1;;;;;7290:15:1;;;7272:34;;7342:15;;7337:2;7322:18;;7315:43;7389:2;7374:18;;7367:34;;;7437:3;7432:2;7417:18;;7410:31;;;7215:4;;7458:46;;7484:19;;7476:6;7458:46;:::i;:::-;7450:54;7021:489;-1:-1:-1;;;;;;7021:489:1:o;7515:249::-;7584:6;7637:2;7625:9;7616:7;7612:23;7608:32;7605:52;;;7653:1;7650;7643:12;7605:52;7685:9;7679:16;7704:30;7728:5;7704:30;:::i;7769:386::-;8001:1;7997;7992:3;7988:11;7984:19;7976:6;7972:32;7961:9;7954:51;8041:6;8036:2;8025:9;8021:18;8014:34;8084:2;8079;8068:9;8064:18;8057:30;7935:4;8104:45;8145:2;8134:9;8130:18;8122:6;8104:45;:::i;:::-;8096:53;7769:386;-1:-1:-1;;;;;7769:386:1:o;8692:222::-;8757:9;;;8778:10;;;8775:133;;;8830:10;8825:3;8821:20;8818:1;8811:31;8865:4;8862:1;8855:15;8893:4;8890:1;8883:15

Swarm Source

ipfs://91565a7731b805293c5887759032ee43680436255bc2900873c471fc87a2eeb7

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  ]
[ 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.