Mumbai Testnet

Contract

0x9A84Cc6fFA839DAE0612D086AB481D892ae9Fd02

Overview

MATIC Balance

Polygon PoS Chain LogoPolygon PoS Chain LogoPolygon PoS Chain Logo0 MATIC

Multichain Info

N/A
Transaction Hash
Method
Block
From
To
Value
Mint294120182022-11-30 7:12:44484 days ago1669792364IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000054781.50000001
Mint294120152022-11-30 7:12:29484 days ago1669792349IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000054791.50053081
Mint294119972022-11-30 7:10:59484 days ago1669792259IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000057281.56920001
Mint294014322022-11-29 16:27:49485 days ago1669739269IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000039741.08861751
Mint294014112022-11-29 16:26:04485 days ago1669739164IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000040091.09816409
Mint294014082022-11-29 16:25:49485 days ago1669739149IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000041451.13548121
Mint294013872022-11-29 16:24:03485 days ago1669739043IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000038661.05863015
Mint294013842022-11-29 16:23:48485 days ago1669739028IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.00003881.0624944
Mint294013632022-11-29 16:22:03485 days ago1669738923IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000039061.06973255
Mint294013602022-11-29 16:21:48485 days ago1669738908IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.0000391.06813827
Mint294013392022-11-29 16:20:02485 days ago1669738802IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000039861.09149496
Mint294013362022-11-29 16:19:47485 days ago1669738787IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000039951.09395591
Mint294013152022-11-29 16:18:02485 days ago1669738682IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000041311.1312573
Mint294013122022-11-29 16:17:47485 days ago1669738667IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000041441.13483329
Mint294012902022-11-29 16:15:57485 days ago1669738557IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000042511.16418348
Mint294012882022-11-29 16:15:47485 days ago1669738547IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000042261.15725361
Mint294012672022-11-29 16:14:01485 days ago1669738441IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000048121.31764161
Mint294012642022-11-29 16:13:46485 days ago1669738426IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000049781.36326207
Mint294012422022-11-29 16:11:56485 days ago1669738316IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000051641.41426668
Mint294012402022-11-29 16:11:46485 days ago1669738306IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000053181.45633334
Mint294012182022-11-29 16:09:56485 days ago1669738196IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000055781.52750001
Mint294012162022-11-29 16:09:46485 days ago1669738186IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000055691.52500001
Mint294011962022-11-29 16:08:05485 days ago1669738085IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000055991.53333334
Mint294011932022-11-29 16:07:50485 days ago1669738070IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.000055971.53333334
Mint294011702022-11-29 16:05:55485 days ago1669737955IN
0x9A84Cc6f...92ae9Fd02
0 MATIC0.00005661.55
View all transactions

Parent Txn Hash Block From To Value
View All Internal Transactions
Loading...
Loading

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

Contract Name:
KWHChildToken

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at mumbai.polygonscan.com on 2021-12-15
*/

// SPDX-License-Identifier: UNLICENSED
// Sources flattened with hardhat v2.6.7 https://hardhat.org

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


pragma solidity ^0.8.0;

/**
 * @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/access/[email protected]


pragma solidity ^0.8.0;

/**
 * @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.
 *
 * By default, the owner account will be the one that deploys the contract. 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;

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _setOwner(_msgSender());
    }

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

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

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

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _setOwner(newOwner);
    }

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}


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


pragma solidity ^0.8.0;

/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControl {
    /**
     * @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.
     *
     * _Available since v3.1._
     */
    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 `account`.
     */
    function renounceRole(bytes32 role, address account) external;
}


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


pragma solidity ^0.8.0;

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT licence
        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        while (value != 0) {
            digits -= 1;
            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
            value /= 10;
        }
        return string(buffer);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0x00";
        }
        uint256 temp = value;
        uint256 length = 0;
        while (temp != 0) {
            length++;
            temp >>= 8;
        }
        return toHexString(value, length);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        bytes memory buffer = new bytes(2 * length + 2);
        buffer[0] = "0";
        buffer[1] = "x";
        for (uint256 i = 2 * length + 1; i > 1; --i) {
            buffer[i] = _HEX_SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }
}


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


pragma solidity ^0.8.0;

/**
 * @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]


pragma solidity ^0.8.0;

/**
 * @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);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}


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


pragma solidity ^0.8.0;




/**
 * @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:
 *
 * ```
 * 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}:
 *
 * ```
 * 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.
 */
abstract contract AccessControl is Context, IAccessControl, ERC165 {
    struct RoleData {
        mapping(address => bool) members;
        bytes32 adminRole;
    }

    mapping(bytes32 => RoleData) private _roles;

    bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;

    /**
     * @dev Modifier that checks that an account has a specific role. Reverts
     * with a standardized message including the required role.
     *
     * The format of the revert reason is given by the following regular expression:
     *
     *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
     *
     * _Available since v4.1._
     */
    modifier onlyRole(bytes32 role) {
        _checkRole(role, _msgSender());
        _;
    }

    /**
     * @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 override returns (bool) {
        return _roles[role].members[account];
    }

    /**
     * @dev Revert with a standard message if `account` is missing `role`.
     *
     * The format of the revert reason is given by the following regular expression:
     *
     *  /^AccessControl: account (0x[0-9a-f]{40}) is missing role (0x[0-9a-f]{64})$/
     */
    function _checkRole(bytes32 role, address account) internal view {
        if (!hasRole(role, account)) {
            revert(
                string(
                    abi.encodePacked(
                        "AccessControl: account ",
                        Strings.toHexString(uint160(account), 20),
                        " is missing role ",
                        Strings.toHexString(uint256(role), 32)
                    )
                )
            );
        }
    }

    /**
     * @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 override 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.
     */
    function grantRole(bytes32 role, address account) public virtual override 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.
     */
    function revokeRole(bytes32 role, address account) public virtual override 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 granted `role`, emits a {RoleRevoked}
     * event.
     *
     * Requirements:
     *
     * - the caller must be `account`.
     */
    function renounceRole(bytes32 role, address account) public virtual override {
        require(account == _msgSender(), "AccessControl: can only renounce roles for self");

        _revokeRole(role, account);
    }

    /**
     * @dev Grants `role` to `account`.
     *
     * If `account` had not been already granted `role`, emits a {RoleGranted}
     * event. Note that unlike {grantRole}, this function doesn't perform any
     * checks on the calling account.
     *
     * [WARNING]
     * ====
     * This function should only be called from the constructor when setting
     * up the initial roles for the system.
     *
     * Using this function in any other way is effectively circumventing the admin
     * system imposed by {AccessControl}.
     * ====
     */
    function _setupRole(bytes32 role, address account) internal virtual {
        _grantRole(role, account);
    }

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

    function _grantRole(bytes32 role, address account) private {
        if (!hasRole(role, account)) {
            _roles[role].members[account] = true;
            emit RoleGranted(role, account, _msgSender());
        }
    }

    function _revokeRole(bytes32 role, address account) private {
        if (hasRole(role, account)) {
            _roles[role].members[account] = false;
            emit RoleRevoked(role, account, _msgSender());
        }
    }
}


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


pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

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

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

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


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


pragma solidity ^0.8.0;

/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
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]


pragma solidity ^0.8.0;



/**
 * @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}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * 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.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The default value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * 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 override returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view virtual override 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 value {ERC20} uses, unless this function is
     * 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 override returns (uint8) {
        return 18;
    }

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

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

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

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

    /**
     * @dev See {IERC20-approve}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        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}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        unchecked {
            _approve(sender, _msgSender(), currentAllowance - amount);
        }

        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][spender] + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(_msgSender(), spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `sender` to `recipient`.
     *
     * 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.
     *
     * Requirements:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);

        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[sender] = senderBalance - amount;
        }
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, amount);

        _afterTokenTransfer(sender, recipient, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        _balances[account] += amount;
        emit Transfer(address(0), account, amount);

        _afterTokenTransfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
        }
        _totalSupply -= amount;

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` 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.
     */
    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        require(owner != address(0), "ERC20: approve from the zero address");
        require(spender != address(0), "ERC20: approve to the zero address");

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

    /**
     * @dev Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * has been transferred to `to`.
     * - when `from` is zero, `amount` tokens have been minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}
}


// File contracts/KWH.sol

pragma solidity ^0.8.7;



contract KWH is Ownable, ERC20, AccessControl {
    bytes32 public constant TRANSFER_ROLE = keccak256("TRANSFER_ROLE");

    address public constant BURN_ADDRESS =
        address(0x000000000000000000000000000000000000dEaD);

    constructor() ERC20("KiloWattHour", "KWH") {
        _setupRole(DEFAULT_ADMIN_ROLE, _msgSender());
    }

    function decimals() public view virtual override returns (uint8) {
        return 3;
    }

    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal override onlyRole(TRANSFER_ROLE) {
        super._transfer(sender, recipient, amount);
    }

    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public override returns (bool) {
        if (_msgSender() == owner()) {
            _transfer(sender, recipient, amount);
            return true;
        }
        return super.transferFrom(sender, recipient, amount);
    }

    function transferMany(
        address[] memory _sender,
        address[] memory _receiver,
        uint256[] memory _amount
    ) public onlyOwner {
        require(
            _amount.length == _receiver.length,
            "invalid data, amount-array must be as long as receiver-array"
        );
        require(
            _sender.length == _receiver.length,
            "invalid data, sender-array must be as long as receiver-array"
        );
        for (uint256 i = 0; i < _amount.length; i++) {
            _transfer(_sender[i], _receiver[i], _amount[i]);
        }
    }

    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal override onlyRole(TRANSFER_ROLE) {
        super._approve(owner, spender, amount);
    }

    function burn(uint256 amount) public onlyRole(TRANSFER_ROLE) {
        _transfer(_msgSender(), BURN_ADDRESS, amount);
    }
}


// File contracts/KWHChildToken.sol

pragma solidity ^0.8.7;




interface IChildToken {
    function deposit(address user, bytes calldata depositData) external;
}

contract KWHChildToken is KWH, IChildToken {
    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");
    bytes32 public constant DEPOSITOR_ROLE = keccak256("DEPOSITOR_ROLE");

    constructor(address childChainManager) {
        _setupRole(DEPOSITOR_ROLE, childChainManager);
    }

    function deposit(address user, bytes calldata depositData)
        external
        override
        onlyRole(DEPOSITOR_ROLE)
    {
        uint256 amount = abi.decode(depositData, (uint256));
        _mint(user, amount);
    }

    function withdraw(uint256 amount) external {
        _burn(_msgSender(), amount);
    }

    function mint(address user, uint256 amount) public onlyRole(MINTER_ROLE) {
        _mint(user, amount);
    }
}

Contract ABI

[{"inputs":[{"internalType":"address","name":"childChainManager","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"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":"BURN_ADDRESS","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DEPOSITOR_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":[],"name":"TRANSFER_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":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"},{"internalType":"bytes","name":"depositData","type":"bytes"}],"name":"deposit","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":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","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":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_sender","type":"address[]"},{"internalType":"address[]","name":"_receiver","type":"address[]"},{"internalType":"uint256[]","name":"_amount","type":"uint256[]"}],"name":"transferMany","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101da5760003560e01c8063715018a611610104578063a9059cbb116100a2578063d547741f11610071578063d547741f14610422578063dd62ed3e14610435578063f2fde38b1461046e578063fccc28131461048157600080fd5b8063a9059cbb146103c2578063bf3cdc3a146103d5578063cf2c52cb146103e8578063d5391393146103fb57600080fd5b806395d89b41116100de57806395d89b4114610378578063a217fddf14610380578063a3b0b5a314610388578063a457c2d7146103af57600080fd5b8063715018a6146103385780638da5cb5b1461034057806391d148541461036557600080fd5b80632e1a7d4d1161017c578063395093511161014b57806339509351146102d657806340c10f19146102e957806342966c68146102fc57806370a082311461030f57600080fd5b80632e1a7d4d1461028c5780632f2ff15d146102a1578063313ce567146102b457806336568abe146102c357600080fd5b806318160ddd116101b857806318160ddd1461022f578063206b60f91461024157806323b872dd14610256578063248a9ca31461026957600080fd5b806301ffc9a7146101df57806306fdde0314610207578063095ea7b31461021c575b600080fd5b6101f26101ed3660046113f7565b61048a565b60405190151581526020015b60405180910390f35b61020f6104c1565b6040516101fe919061144d565b6101f261022a36600461149c565b610553565b6003545b6040519081526020016101fe565b61023360008051602061195c83398151915281565b6101f26102643660046114c6565b610569565b610233610277366004611502565b60009081526006602052604090206001015490565b61029f61029a366004611502565b6105a5565b005b61029f6102af36600461151b565b6105b2565b604051600381526020016101fe565b61029f6102d136600461151b565b6105dd565b6101f26102e436600461149c565b610660565b61029f6102f736600461149c565b61069c565b61029f61030a366004611502565b6106d1565b61023361031d366004611547565b6001600160a01b031660009081526001602052604090205490565b61029f6106f7565b6000546001600160a01b03165b6040516001600160a01b0390911681526020016101fe565b6101f261037336600461151b565b61072d565b61020f610758565b610233600081565b6102337f8f4f2da22e8ac8f11e15f9fc141cddbb5deea8800186560abb6e68c5496619a981565b6101f26103bd36600461149c565b610767565b6101f26103d036600461149c565b610800565b61029f6103e336600461163f565b61080d565b61029f6103f636600461171d565b61099f565b6102337f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b61029f61043036600461151b565b6109eb565b6102336104433660046117a0565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b61029f61047c366004611547565b610a11565b61034d61dead81565b60006001600160e01b03198216637965db0b60e01b14806104bb57506301ffc9a760e01b6001600160e01b03198316145b92915050565b6060600480546104d0906117ca565b80601f01602080910402602001604051908101604052809291908181526020018280546104fc906117ca565b80156105495780601f1061051e57610100808354040283529160200191610549565b820191906000526020600020905b81548152906001019060200180831161052c57829003601f168201915b5050505050905090565b6000610560338484610aa9565b50600192915050565b600080546001600160a01b031633141561059057610588848484610acd565b50600161059e565b61059b848484610af1565b90505b9392505050565b6105af3382610b9b565b50565b6000828152600660205260409020600101546105ce8133610ce9565b6105d88383610d4d565b505050565b6001600160a01b03811633146106525760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084015b60405180910390fd5b61065c8282610dd3565b5050565b3360008181526002602090815260408083206001600160a01b0387168452909152812054909161056091859061069790869061181b565b610aa9565b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a66106c78133610ce9565b6105d88383610e3a565b60008051602061195c8339815191526106ea8133610ce9565b61065c3361dead84610acd565b6000546001600160a01b031633146107215760405162461bcd60e51b815260040161064990611833565b61072b6000610f19565b565b60009182526006602090815260408084206001600160a01b0393909316845291905290205460ff1690565b6060600580546104d0906117ca565b3360009081526002602090815260408083206001600160a01b0386168452909152812054828110156107e95760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610649565b6107f63385858403610aa9565b5060019392505050565b6000610560338484610acd565b6000546001600160a01b031633146108375760405162461bcd60e51b815260040161064990611833565b81518151146108ae5760405162461bcd60e51b815260206004820152603c60248201527f696e76616c696420646174612c20616d6f756e742d6172726179206d7573742060448201527f6265206173206c6f6e672061732072656365697665722d6172726179000000006064820152608401610649565b81518351146109255760405162461bcd60e51b815260206004820152603c60248201527f696e76616c696420646174612c2073656e6465722d6172726179206d7573742060448201527f6265206173206c6f6e672061732072656365697665722d6172726179000000006064820152608401610649565b60005b81518110156109995761098784828151811061094657610946611868565b602002602001015184838151811061096057610960611868565b602002602001015184848151811061097a5761097a611868565b6020026020010151610acd565b806109918161187e565b915050610928565b50505050565b7f8f4f2da22e8ac8f11e15f9fc141cddbb5deea8800186560abb6e68c5496619a96109ca8133610ce9565b60006109d883850185611502565b90506109e48582610e3a565b5050505050565b600082815260066020526040902060010154610a078133610ce9565b6105d88383610dd3565b6000546001600160a01b03163314610a3b5760405162461bcd60e51b815260040161064990611833565b6001600160a01b038116610aa05760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610649565b6105af81610f19565b60008051602061195c833981519152610ac28133610ce9565b610999848484610f69565b60008051602061195c833981519152610ae68133610ce9565b61099984848461108d565b6000610afe848484610acd565b6001600160a01b038416600090815260026020908152604080832033845290915290205482811015610b835760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b6064820152608401610649565b610b908533858403610aa9565b506001949350505050565b6001600160a01b038216610bfb5760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610649565b6001600160a01b03821660009081526001602052604090205481811015610c6f5760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610649565b6001600160a01b0383166000908152600160205260408120838303905560038054849290610c9e908490611899565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a3505050565b610cf3828261072d565b61065c57610d0b816001600160a01b0316601461125b565b610d1683602061125b565b604051602001610d279291906118b0565b60408051601f198184030181529082905262461bcd60e51b82526106499160040161144d565b610d57828261072d565b61065c5760008281526006602090815260408083206001600160a01b03851684529091529020805460ff19166001179055610d8f3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b610ddd828261072d565b1561065c5760008281526006602090815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b6001600160a01b038216610e905760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610649565b8060036000828254610ea2919061181b565b90915550506001600160a01b03821660009081526001602052604081208054839290610ecf90849061181b565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b038316610fcb5760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610649565b6001600160a01b03821661102c5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610649565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b0383166110f15760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610649565b6001600160a01b0382166111535760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610649565b6001600160a01b038316600090815260016020526040902054818110156111cb5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610649565b6001600160a01b0380851660009081526001602052604080822085850390559185168152908120805484929061120290849061181b565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161124e91815260200190565b60405180910390a3610999565b6060600061126a836002611925565b61127590600261181b565b67ffffffffffffffff81111561128d5761128d611562565b6040519080825280601f01601f1916602001820160405280156112b7576020820181803683370190505b509050600360fc1b816000815181106112d2576112d2611868565b60200101906001600160f81b031916908160001a905350600f60fb1b8160018151811061130157611301611868565b60200101906001600160f81b031916908160001a9053506000611325846002611925565b61133090600161181b565b90505b60018111156113a8576f181899199a1a9b1b9c1cb0b131b232b360811b85600f166010811061136457611364611868565b1a60f81b82828151811061137a5761137a611868565b60200101906001600160f81b031916908160001a90535060049490941c936113a181611944565b9050611333565b50831561059e5760405162461bcd60e51b815260206004820181905260248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152606401610649565b60006020828403121561140957600080fd5b81356001600160e01b03198116811461059e57600080fd5b60005b8381101561143c578181015183820152602001611424565b838111156109995750506000910152565b602081526000825180602084015261146c816040850160208701611421565b601f01601f19169190910160400192915050565b80356001600160a01b038116811461149757600080fd5b919050565b600080604083850312156114af57600080fd5b6114b883611480565b946020939093013593505050565b6000806000606084860312156114db57600080fd5b6114e484611480565b92506114f260208501611480565b9150604084013590509250925092565b60006020828403121561151457600080fd5b5035919050565b6000806040838503121561152e57600080fd5b8235915061153e60208401611480565b90509250929050565b60006020828403121561155957600080fd5b61059e82611480565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff811182821017156115a1576115a1611562565b604052919050565b600067ffffffffffffffff8211156115c3576115c3611562565b5060051b60200190565b600082601f8301126115de57600080fd5b813560206115f36115ee836115a9565b611578565b82815260059290921b8401810191818101908684111561161257600080fd5b8286015b848110156116345761162781611480565b8352918301918301611616565b509695505050505050565b60008060006060848603121561165457600080fd5b833567ffffffffffffffff8082111561166c57600080fd5b611678878388016115cd565b945060209150818601358181111561168f57600080fd5b61169b888289016115cd565b9450506040860135818111156116b057600080fd5b86019050601f810187136116c357600080fd5b80356116d16115ee826115a9565b81815260059190911b820183019083810190898311156116f057600080fd5b928401925b8284101561170e578335825292840192908401906116f5565b80955050505050509250925092565b60008060006040848603121561173257600080fd5b61173b84611480565b9250602084013567ffffffffffffffff8082111561175857600080fd5b818601915086601f83011261176c57600080fd5b81358181111561177b57600080fd5b87602082850101111561178d57600080fd5b6020830194508093505050509250925092565b600080604083850312156117b357600080fd5b6117bc83611480565b915061153e60208401611480565b600181811c908216806117de57607f821691505b602082108114156117ff57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b6000821982111561182e5761182e611805565b500190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052603260045260246000fd5b600060001982141561189257611892611805565b5060010190565b6000828210156118ab576118ab611805565b500390565b7f416363657373436f6e74726f6c3a206163636f756e74200000000000000000008152600083516118e8816017850160208801611421565b7001034b99036b4b9b9b4b733903937b6329607d1b6017918401918201528351611919816028840160208801611421565b01602801949350505050565b600081600019048311821515161561193f5761193f611805565b500290565b60008161195357611953611805565b50600019019056fe8502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6ca2646970667358221220fec8e9911478ec064b8e67426a34433f77ee0321ca982222bc9f251998dc9fc164736f6c63430008090033

Deployed Bytecode Sourcemap

34991:760:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12630:204;;;;;;:::i;:::-;;:::i;:::-;;;470:14:1;;463:22;445:41;;433:2;418:18;12630:204:0;;;;;;;;22833:100;;;:::i;:::-;;;;;;;:::i;25000:169::-;;;;;;:::i;:::-;;:::i;23953:108::-;24041:12;;23953:108;;;1731:25:1;;;1719:2;1704:18;23953:108:0;1585:177:1;32909:66:0;;-1:-1:-1;;;;;;;;;;;32909:66:0;;33521:337;;;;;;:::i;:::-;;:::i;14041:123::-;;;;;;:::i;:::-;14107:7;14134:12;;;:6;:12;;;;;:22;;;;14041:123;35540:89;;;;;;:::i;:::-;;:::i;:::-;;14426:147;;;;;;:::i;:::-;;:::i;33206:92::-;;;33289:1;3053:36:1;;3041:2;3026:18;33206:92:0;2911:184:1;15474:218:0;;;;;;:::i;:::-;;:::i;26552:215::-;;;;;;:::i;:::-;;:::i;35637:111::-;;;;;;:::i;:::-;;:::i;34681:125::-;;;;;;:::i;:::-;;:::i;24124:127::-;;;;;;:::i;:::-;-1:-1:-1;;;;;24225:18:0;24198:7;24225:18;;;:9;:18;;;;;;;24124:127;2600:94;;;:::i;1949:87::-;1995:7;2022:6;-1:-1:-1;;;;;2022:6:0;1949:87;;;-1:-1:-1;;;;;3455:32:1;;;3437:51;;3425:2;3410:18;1949:87:0;3291:203:1;12926:139:0;;;;;;:::i;:::-;;:::i;23052:104::-;;;:::i;12017:49::-;;12062:4;12017:49;;35110:68;;35151:27;35110:68;;27270:413;;;;;;:::i;:::-;;:::i;24464:175::-;;;;;;:::i;:::-;;:::i;33866:600::-;;;;;;:::i;:::-;;:::i;35298:234::-;;;;;;:::i;:::-;;:::i;35041:62::-;;35079:24;35041:62;;14818:149;;;;;;:::i;:::-;;:::i;24702:151::-;;;;;;:::i;:::-;-1:-1:-1;;;;;24818:18:0;;;24791:7;24818:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;24702:151;2849:192;;;;;;:::i;:::-;;:::i;32984:99::-;;33040:42;32984:99;;12630:204;12715:4;-1:-1:-1;;;;;;12739:47:0;;-1:-1:-1;;;12739:47:0;;:87;;-1:-1:-1;;;;;;;;;;10056:40:0;;;12790:36;12732:94;12630:204;-1:-1:-1;;12630:204:0:o;22833:100::-;22887:13;22920:5;22913:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22833:100;:::o;25000:169::-;25083:4;25100:39;813:10;25123:7;25132:6;25100:8;:39::i;:::-;-1:-1:-1;25157:4:0;25000:169;;;;:::o;33521:337::-;33653:4;2022:6;;-1:-1:-1;;;;;2022:6:0;813:10;33674:23;33670:118;;;33714:36;33724:6;33732:9;33743:6;33714:9;:36::i;:::-;-1:-1:-1;33772:4:0;33765:11;;33670:118;33805:45;33824:6;33832:9;33843:6;33805:18;:45::i;:::-;33798:52;;33521:337;;;;;;:::o;35540:89::-;35594:27;813:10;35614:6;35594:5;:27::i;:::-;35540:89;:::o;14426:147::-;14107:7;14134:12;;;:6;:12;;;;;:22;;;12508:30;12519:4;813:10;12508;:30::i;:::-;14540:25:::1;14551:4;14557:7;14540:10;:25::i;:::-;14426:147:::0;;;:::o;15474:218::-;-1:-1:-1;;;;;15570:23:0;;813:10;15570:23;15562:83;;;;-1:-1:-1;;;15562:83:0;;7663:2:1;15562:83:0;;;7645:21:1;7702:2;7682:18;;;7675:30;7741:34;7721:18;;;7714:62;-1:-1:-1;;;7792:18:1;;;7785:45;7847:19;;15562:83:0;;;;;;;;;15658:26;15670:4;15676:7;15658:11;:26::i;:::-;15474:218;;:::o;26552:215::-;813:10;26640:4;26689:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;26689:34:0;;;;;;;;;;26640:4;;26657:80;;26680:7;;26689:47;;26726:10;;26689:47;:::i;:::-;26657:8;:80::i;35637:111::-;35079:24;12508:30;35079:24;813:10;12508;:30::i;:::-;35721:19:::1;35727:4;35733:6;35721:5;:19::i;34681:125::-:0;-1:-1:-1;;;;;;;;;;;12508:30:0;32949:26;813:10;12508;:30::i;:::-;34753:45:::1;813:10:::0;33040:42:::1;34791:6;34753:9;:45::i;2600:94::-:0;1995:7;2022:6;-1:-1:-1;;;;;2022:6:0;813:10;2169:23;2161:68;;;;-1:-1:-1;;;2161:68:0;;;;;;;:::i;:::-;2665:21:::1;2683:1;2665:9;:21::i;:::-;2600:94::o:0;12926:139::-;13004:4;13028:12;;;:6;:12;;;;;;;;-1:-1:-1;;;;;13028:29:0;;;;;;;;;;;;;;;12926:139::o;23052:104::-;23108:13;23141:7;23134:14;;;;;:::i;27270:413::-;813:10;27363:4;27407:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;27407:34:0;;;;;;;;;;27460:35;;;;27452:85;;;;-1:-1:-1;;;27452:85:0;;8705:2:1;27452:85:0;;;8687:21:1;8744:2;8724:18;;;8717:30;8783:34;8763:18;;;8756:62;-1:-1:-1;;;8834:18:1;;;8827:35;8879:19;;27452:85:0;8503:401:1;27452:85:0;27573:67;813:10;27596:7;27624:15;27605:16;:34;27573:8;:67::i;:::-;-1:-1:-1;27671:4:0;;27270:413;-1:-1:-1;;;27270:413:0:o;24464:175::-;24550:4;24567:42;813:10;24591:9;24602:6;24567:9;:42::i;33866:600::-;1995:7;2022:6;-1:-1:-1;;;;;2022:6:0;813:10;2169:23;2161:68;;;;-1:-1:-1;;;2161:68:0;;;;;;;:::i;:::-;34070:9:::1;:16;34052:7;:14;:34;34030:144;;;::::0;-1:-1:-1;;;34030:144:0;;9111:2:1;34030:144:0::1;::::0;::::1;9093:21:1::0;9150:2;9130:18;;;9123:30;9189:34;9169:18;;;9162:62;9260:30;9240:18;;;9233:58;9308:19;;34030:144:0::1;8909:424:1::0;34030:144:0::1;34225:9;:16;34207:7;:14;:34;34185:144;;;::::0;-1:-1:-1;;;34185:144:0;;9540:2:1;34185:144:0::1;::::0;::::1;9522:21:1::0;9579:2;9559:18;;;9552:30;9618:34;9598:18;;;9591:62;9689:30;9669:18;;;9662:58;9737:19;;34185:144:0::1;9338:424:1::0;34185:144:0::1;34345:9;34340:119;34364:7;:14;34360:1;:18;34340:119;;;34400:47;34410:7;34418:1;34410:10;;;;;;;;:::i;:::-;;;;;;;34422:9;34432:1;34422:12;;;;;;;;:::i;:::-;;;;;;;34436:7;34444:1;34436:10;;;;;;;;:::i;:::-;;;;;;;34400:9;:47::i;:::-;34380:3:::0;::::1;::::0;::::1;:::i;:::-;;;;34340:119;;;;33866:600:::0;;;:::o;35298:234::-;35151:27;12508:30;35151:27;813:10;12508;:30::i;:::-;35443:14:::1;35460:34;::::0;;::::1;35471:11:::0;35460:34:::1;:::i;:::-;35443:51;;35505:19;35511:4;35517:6;35505:5;:19::i;:::-;35432:100;35298:234:::0;;;;:::o;14818:149::-;14107:7;14134:12;;;:6;:12;;;;;:22;;;12508:30;12519:4;813:10;12508;:30::i;:::-;14933:26:::1;14945:4;14951:7;14933:11;:26::i;2849:192::-:0;1995:7;2022:6;-1:-1:-1;;;;;2022:6:0;813:10;2169:23;2161:68;;;;-1:-1:-1;;;2161:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;2938:22:0;::::1;2930:73;;;::::0;-1:-1:-1;;;2930:73:0;;10241:2:1;2930:73:0::1;::::0;::::1;10223:21:1::0;10280:2;10260:18;;;10253:30;10319:34;10299:18;;;10292:62;-1:-1:-1;;;10370:18:1;;;10363:36;10416:19;;2930:73:0::1;10039:402:1::0;2930:73:0::1;3014:19;3024:8;3014:9;:19::i;34474:199::-:0;-1:-1:-1;;;;;;;;;;;12508:30:0;32949:26;813:10;12508;:30::i;:::-;34627:38:::1;34642:5;34649:7;34658:6;34627:14;:38::i;33306:207::-:0;-1:-1:-1;;;;;;;;;;;12508:30:0;32949:26;813:10;12508;:30::i;:::-;33463:42:::1;33479:6;33487:9;33498:6;33463:15;:42::i;25651:492::-:0;25791:4;25808:36;25818:6;25826:9;25837:6;25808:9;:36::i;:::-;-1:-1:-1;;;;;25884:19:0;;25857:24;25884:19;;;:11;:19;;;;;;;;813:10;25884:33;;;;;;;;25936:26;;;;25928:79;;;;-1:-1:-1;;;25928:79:0;;10648:2:1;25928:79:0;;;10630:21:1;10687:2;10667:18;;;10660:30;10726:34;10706:18;;;10699:62;-1:-1:-1;;;10777:18:1;;;10770:38;10825:19;;25928:79:0;10446:404:1;25928:79:0;26043:57;26052:6;813:10;26093:6;26074:16;:25;26043:8;:57::i;:::-;-1:-1:-1;26131:4:0;;25651:492;-1:-1:-1;;;;25651:492:0:o;29925:591::-;-1:-1:-1;;;;;30009:21:0;;30001:67;;;;-1:-1:-1;;;30001:67:0;;11057:2:1;30001:67:0;;;11039:21:1;11096:2;11076:18;;;11069:30;11135:34;11115:18;;;11108:62;-1:-1:-1;;;11186:18:1;;;11179:31;11227:19;;30001:67:0;10855:397:1;30001:67:0;-1:-1:-1;;;;;30168:18:0;;30143:22;30168:18;;;:9;:18;;;;;;30205:24;;;;30197:71;;;;-1:-1:-1;;;30197:71:0;;11459:2:1;30197:71:0;;;11441:21:1;11498:2;11478:18;;;11471:30;11537:34;11517:18;;;11510:62;-1:-1:-1;;;11588:18:1;;;11581:32;11630:19;;30197:71:0;11257:398:1;30197:71:0;-1:-1:-1;;;;;30304:18:0;;;;;;:9;:18;;;;;30325:23;;;30304:44;;30370:12;:22;;30342:6;;30304:18;30370:22;;30342:6;;30370:22;:::i;:::-;;;;-1:-1:-1;;30410:37:0;;1731:25:1;;;30436:1:0;;-1:-1:-1;;;;;30410:37:0;;;;;1719:2:1;1704:18;30410:37:0;;;;;;;14426:147;;;:::o;13355:497::-;13436:22;13444:4;13450:7;13436;:22::i;:::-;13431:414;;13624:41;13652:7;-1:-1:-1;;;;;13624:41:0;13662:2;13624:19;:41::i;:::-;13738:38;13766:4;13773:2;13738:19;:38::i;:::-;13529:270;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;13529:270:0;;;;;;;;;;-1:-1:-1;;;13475:358:0;;;;;;;:::i;16778:229::-;16853:22;16861:4;16867:7;16853;:22::i;:::-;16848:152;;16892:12;;;;:6;:12;;;;;;;;-1:-1:-1;;;;;16892:29:0;;;;;;;;;:36;;-1:-1:-1;;16892:36:0;16924:4;16892:36;;;16975:12;813:10;;733:98;16975:12;-1:-1:-1;;;;;16948:40:0;16966:7;-1:-1:-1;;;;;16948:40:0;16960:4;16948:40;;;;;;;;;;16778:229;;:::o;17015:230::-;17090:22;17098:4;17104:7;17090;:22::i;:::-;17086:152;;;17161:5;17129:12;;;:6;:12;;;;;;;;-1:-1:-1;;;;;17129:29:0;;;;;;;;;;:37;;-1:-1:-1;;17129:37:0;;;17186:40;813:10;;17129:12;;17186:40;;17161:5;17186:40;17015:230;;:::o;29193:399::-;-1:-1:-1;;;;;29277:21:0;;29269:65;;;;-1:-1:-1;;;29269:65:0;;12783:2:1;29269:65:0;;;12765:21:1;12822:2;12802:18;;;12795:30;12861:33;12841:18;;;12834:61;12912:18;;29269:65:0;12581:355:1;29269:65:0;29425:6;29409:12;;:22;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;;;29442:18:0;;;;;;:9;:18;;;;;:28;;29464:6;;29442:18;:28;;29464:6;;29442:28;:::i;:::-;;;;-1:-1:-1;;29486:37:0;;1731:25:1;;;-1:-1:-1;;;;;29486:37:0;;;29503:1;;29486:37;;1719:2:1;1704:18;29486:37:0;;;;;;;15474:218;;:::o;3049:173::-;3105:16;3124:6;;-1:-1:-1;;;;;3141:17:0;;;-1:-1:-1;;;;;;3141:17:0;;;;;;3174:40;;3124:6;;;;;;;3174:40;;3105:16;3174:40;3094:128;3049:173;:::o;30954:380::-;-1:-1:-1;;;;;31090:19:0;;31082:68;;;;-1:-1:-1;;;31082:68:0;;13143:2:1;31082:68:0;;;13125:21:1;13182:2;13162:18;;;13155:30;13221:34;13201:18;;;13194:62;-1:-1:-1;;;13272:18:1;;;13265:34;13316:19;;31082:68:0;12941:400:1;31082:68:0;-1:-1:-1;;;;;31169:21:0;;31161:68;;;;-1:-1:-1;;;31161:68:0;;13548:2:1;31161:68:0;;;13530:21:1;13587:2;13567:18;;;13560:30;13626:34;13606:18;;;13599:62;-1:-1:-1;;;13677:18:1;;;13670:32;13719:19;;31161:68:0;13346:398:1;31161:68:0;-1:-1:-1;;;;;31242:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;31294:32;;1731:25:1;;;31294:32:0;;1704:18:1;31294:32:0;;;;;;;30954:380;;;:::o;28173:733::-;-1:-1:-1;;;;;28313:20:0;;28305:70;;;;-1:-1:-1;;;28305:70:0;;13951:2:1;28305:70:0;;;13933:21:1;13990:2;13970:18;;;13963:30;14029:34;14009:18;;;14002:62;-1:-1:-1;;;14080:18:1;;;14073:35;14125:19;;28305:70:0;13749:401:1;28305:70:0;-1:-1:-1;;;;;28394:23:0;;28386:71;;;;-1:-1:-1;;;28386:71:0;;14357:2:1;28386:71:0;;;14339:21:1;14396:2;14376:18;;;14369:30;14435:34;14415:18;;;14408:62;-1:-1:-1;;;14486:18:1;;;14479:33;14529:19;;28386:71:0;14155:399:1;28386:71:0;-1:-1:-1;;;;;28554:17:0;;28530:21;28554:17;;;:9;:17;;;;;;28590:23;;;;28582:74;;;;-1:-1:-1;;;28582:74:0;;14761:2:1;28582:74:0;;;14743:21:1;14800:2;14780:18;;;14773:30;14839:34;14819:18;;;14812:62;-1:-1:-1;;;14890:18:1;;;14883:36;14936:19;;28582:74:0;14559:402:1;28582:74:0;-1:-1:-1;;;;;28692:17:0;;;;;;;:9;:17;;;;;;28712:22;;;28692:42;;28756:20;;;;;;;;:30;;28728:6;;28692:17;28756:30;;28728:6;;28756:30;:::i;:::-;;;;;;;;28821:9;-1:-1:-1;;;;;28804:35:0;28813:6;-1:-1:-1;;;;;28804:35:0;;28832:6;28804:35;;;;1731:25:1;;1719:2;1704:18;;1585:177;28804:35:0;;;;;;;;28852:46;14426:147;7832:451;7907:13;7933:19;7965:10;7969:6;7965:1;:10;:::i;:::-;:14;;7978:1;7965:14;:::i;:::-;7955:25;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7955:25:0;;7933:47;;-1:-1:-1;;;7991:6:0;7998:1;7991:9;;;;;;;;:::i;:::-;;;;:15;-1:-1:-1;;;;;7991:15:0;;;;;;;;;-1:-1:-1;;;8017:6:0;8024:1;8017:9;;;;;;;;:::i;:::-;;;;:15;-1:-1:-1;;;;;8017:15:0;;;;;;;;-1:-1:-1;8048:9:0;8060:10;8064:6;8060:1;:10;:::i;:::-;:14;;8073:1;8060:14;:::i;:::-;8048:26;;8043:135;8080:1;8076;:5;8043:135;;;-1:-1:-1;;;8128:5:0;8136:3;8128:11;8115:25;;;;;;;:::i;:::-;;;;8103:6;8110:1;8103:9;;;;;;;;:::i;:::-;;;;:37;-1:-1:-1;;;;;8103:37:0;;;;;;;;-1:-1:-1;8165:1:0;8155:11;;;;;8083:3;;;:::i;:::-;;;8043:135;;;-1:-1:-1;8196:10:0;;8188:55;;;;-1:-1:-1;;;8188:55:0;;15482:2:1;8188:55:0;;;15464:21:1;;;15501:18;;;15494:30;15560:34;15540:18;;;15533:62;15612:18;;8188:55:0;15280:356:1;14:286;72:6;125:2;113:9;104:7;100:23;96:32;93:52;;;141:1;138;131:12;93:52;167:23;;-1:-1:-1;;;;;;219:32:1;;209:43;;199:71;;266:1;263;256:12;497:258;569:1;579:113;593:6;590:1;587:13;579:113;;;669:11;;;663:18;650:11;;;643:39;615:2;608:10;579:113;;;710:6;707:1;704:13;701:48;;;-1:-1:-1;;745:1:1;727:16;;720:27;497:258::o;760:383::-;909:2;898:9;891:21;872:4;941:6;935:13;984:6;979:2;968:9;964:18;957:34;1000:66;1059:6;1054:2;1043:9;1039:18;1034:2;1026:6;1022:15;1000:66;:::i;:::-;1127:2;1106:15;-1:-1:-1;;1102:29:1;1087:45;;;;1134:2;1083:54;;760:383;-1:-1:-1;;760:383:1:o;1148:173::-;1216:20;;-1:-1:-1;;;;;1265:31:1;;1255:42;;1245:70;;1311:1;1308;1301:12;1245:70;1148:173;;;:::o;1326:254::-;1394:6;1402;1455:2;1443:9;1434:7;1430:23;1426:32;1423:52;;;1471:1;1468;1461:12;1423:52;1494:29;1513:9;1494:29;:::i;:::-;1484:39;1570:2;1555:18;;;;1542:32;;-1:-1:-1;;;1326:254:1:o;1949:328::-;2026:6;2034;2042;2095:2;2083:9;2074:7;2070:23;2066:32;2063:52;;;2111:1;2108;2101:12;2063:52;2134:29;2153:9;2134:29;:::i;:::-;2124:39;;2182:38;2216:2;2205:9;2201:18;2182:38;:::i;:::-;2172:48;;2267:2;2256:9;2252:18;2239:32;2229:42;;1949:328;;;;;:::o;2282:180::-;2341:6;2394:2;2382:9;2373:7;2369:23;2365:32;2362:52;;;2410:1;2407;2400:12;2362:52;-1:-1:-1;2433:23:1;;2282:180;-1:-1:-1;2282:180:1:o;2652:254::-;2720:6;2728;2781:2;2769:9;2760:7;2756:23;2752:32;2749:52;;;2797:1;2794;2787:12;2749:52;2833:9;2820:23;2810:33;;2862:38;2896:2;2885:9;2881:18;2862:38;:::i;:::-;2852:48;;2652:254;;;;;:::o;3100:186::-;3159:6;3212:2;3200:9;3191:7;3187:23;3183:32;3180:52;;;3228:1;3225;3218:12;3180:52;3251:29;3270:9;3251:29;:::i;3499:127::-;3560:10;3555:3;3551:20;3548:1;3541:31;3591:4;3588:1;3581:15;3615:4;3612:1;3605:15;3631:275;3702:2;3696:9;3767:2;3748:13;;-1:-1:-1;;3744:27:1;3732:40;;3802:18;3787:34;;3823:22;;;3784:62;3781:88;;;3849:18;;:::i;:::-;3885:2;3878:22;3631:275;;-1:-1:-1;3631:275:1:o;3911:183::-;3971:4;4004:18;3996:6;3993:30;3990:56;;;4026:18;;:::i;:::-;-1:-1:-1;4071:1:1;4067:14;4083:4;4063:25;;3911:183::o;4099:668::-;4153:5;4206:3;4199:4;4191:6;4187:17;4183:27;4173:55;;4224:1;4221;4214:12;4173:55;4260:6;4247:20;4286:4;4310:60;4326:43;4366:2;4326:43;:::i;:::-;4310:60;:::i;:::-;4404:15;;;4490:1;4486:10;;;;4474:23;;4470:32;;;4435:12;;;;4514:15;;;4511:35;;;4542:1;4539;4532:12;4511:35;4578:2;4570:6;4566:15;4590:148;4606:6;4601:3;4598:15;4590:148;;;4672:23;4691:3;4672:23;:::i;:::-;4660:36;;4716:12;;;;4623;;4590:148;;;-1:-1:-1;4756:5:1;4099:668;-1:-1:-1;;;;;;4099:668:1:o;4772:1364::-;4924:6;4932;4940;4993:2;4981:9;4972:7;4968:23;4964:32;4961:52;;;5009:1;5006;4999:12;4961:52;5049:9;5036:23;5078:18;5119:2;5111:6;5108:14;5105:34;;;5135:1;5132;5125:12;5105:34;5158:61;5211:7;5202:6;5191:9;5187:22;5158:61;:::i;:::-;5148:71;;5238:2;5228:12;;5293:2;5282:9;5278:18;5265:32;5322:2;5312:8;5309:16;5306:36;;;5338:1;5335;5328:12;5306:36;5361:63;5416:7;5405:8;5394:9;5390:24;5361:63;:::i;:::-;5351:73;;;5477:2;5466:9;5462:18;5449:32;5506:2;5496:8;5493:16;5490:36;;;5522:1;5519;5512:12;5490:36;5545:24;;;-1:-1:-1;5600:4:1;5592:13;;5588:27;-1:-1:-1;5578:55:1;;5629:1;5626;5619:12;5578:55;5665:2;5652:16;5688:60;5704:43;5744:2;5704:43;:::i;5688:60::-;5782:15;;;5864:1;5860:10;;;;5852:19;;5848:28;;;5813:12;;;;5888:19;;;5885:39;;;5920:1;5917;5910:12;5885:39;5944:11;;;;5964:142;5980:6;5975:3;5972:15;5964:142;;;6046:17;;6034:30;;5997:12;;;;6084;;;;5964:142;;;6125:5;6115:15;;;;;;;4772:1364;;;;;:::o;6141:665::-;6220:6;6228;6236;6289:2;6277:9;6268:7;6264:23;6260:32;6257:52;;;6305:1;6302;6295:12;6257:52;6328:29;6347:9;6328:29;:::i;:::-;6318:39;;6408:2;6397:9;6393:18;6380:32;6431:18;6472:2;6464:6;6461:14;6458:34;;;6488:1;6485;6478:12;6458:34;6526:6;6515:9;6511:22;6501:32;;6571:7;6564:4;6560:2;6556:13;6552:27;6542:55;;6593:1;6590;6583:12;6542:55;6633:2;6620:16;6659:2;6651:6;6648:14;6645:34;;;6675:1;6672;6665:12;6645:34;6720:7;6715:2;6706:6;6702:2;6698:15;6694:24;6691:37;6688:57;;;6741:1;6738;6731:12;6688:57;6772:2;6768;6764:11;6754:21;;6794:6;6784:16;;;;;6141:665;;;;;:::o;6811:260::-;6879:6;6887;6940:2;6928:9;6919:7;6915:23;6911:32;6908:52;;;6956:1;6953;6946:12;6908:52;6979:29;6998:9;6979:29;:::i;:::-;6969:39;;7027:38;7061:2;7050:9;7046:18;7027:38;:::i;7076:380::-;7155:1;7151:12;;;;7198;;;7219:61;;7273:4;7265:6;7261:17;7251:27;;7219:61;7326:2;7318:6;7315:14;7295:18;7292:38;7289:161;;;7372:10;7367:3;7363:20;7360:1;7353:31;7407:4;7404:1;7397:15;7435:4;7432:1;7425:15;7289:161;;7076:380;;;:::o;7877:127::-;7938:10;7933:3;7929:20;7926:1;7919:31;7969:4;7966:1;7959:15;7993:4;7990:1;7983:15;8009:128;8049:3;8080:1;8076:6;8073:1;8070:13;8067:39;;;8086:18;;:::i;:::-;-1:-1:-1;8122:9:1;;8009:128::o;8142:356::-;8344:2;8326:21;;;8363:18;;;8356:30;8422:34;8417:2;8402:18;;8395:62;8489:2;8474:18;;8142:356::o;9767:127::-;9828:10;9823:3;9819:20;9816:1;9809:31;9859:4;9856:1;9849:15;9883:4;9880:1;9873:15;9899:135;9938:3;-1:-1:-1;;9959:17:1;;9956:43;;;9979:18;;:::i;:::-;-1:-1:-1;10026:1:1;10015:13;;9899:135::o;11660:125::-;11700:4;11728:1;11725;11722:8;11719:34;;;11733:18;;:::i;:::-;-1:-1:-1;11770:9:1;;11660:125::o;11790:786::-;12201:25;12196:3;12189:38;12171:3;12256:6;12250:13;12272:62;12327:6;12322:2;12317:3;12313:12;12306:4;12298:6;12294:17;12272:62;:::i;:::-;-1:-1:-1;;;12393:2:1;12353:16;;;12385:11;;;12378:40;12443:13;;12465:63;12443:13;12514:2;12506:11;;12499:4;12487:17;;12465:63;:::i;:::-;12548:17;12567:2;12544:26;;11790:786;-1:-1:-1;;;;11790:786:1:o;14966:168::-;15006:7;15072:1;15068;15064:6;15060:14;15057:1;15054:21;15049:1;15042:9;15035:17;15031:45;15028:71;;;15079:18;;:::i;:::-;-1:-1:-1;15119:9:1;;14966:168::o;15139:136::-;15178:3;15206:5;15196:39;;15215:18;;:::i;:::-;-1:-1:-1;;;15251:18:1;;15139:136::o

Swarm Source

ipfs://fec8e9911478ec064b8e67426a34433f77ee0321ca982222bc9f251998dc9fc1

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Txn Hash Block Value Eth2 PubKey Valid
View All Deposits
[ 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.