Contract 0x7616f581b7ee7fc458ec4a6430619f510448ee5d

Contract Overview

Balance:
0 MATIC
Txn Hash
Method
Block
From
To
Value [Txn Fee]
0xfa3ede0e15a1129d8fb6261b892c79bf62f8fe525e6a04033e995d279b0eb00fSet Approval For...333163602023-03-19 18:52:168 days 13 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.000069087 1.500000015
0xe3627af64e6410ce44ab1287b9b5846b5ca8ca44e98aa50eac67172d1c09b566Mint With Token ...332837212023-03-18 23:36:189 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.04151349170
0x5db848fd8db8f91a7629c37eb068f2a22119584e0269c53bb1b4e40ab0bf0a90Mint With Token ...332837142023-03-18 23:36:049 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.047618415195
0x700ae14b4fbba2030226b9d7778910db9a2b57ad98710c4e71286132183a5207Mint With Token ...332837092023-03-18 23:35:529 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.038338929157
0xeebfb06d4d3941961fb19d179de2e78c04e263f3c43d7a06e0881fbcc7e57c1bMint With Token ...332837012023-03-18 23:35:369 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.039804111163
0x1c5d768db850c3ad421275c94c85bef7c478f03168671ce94ffcdfeaedfeed71Mint With Token ...332836952023-03-18 23:35:229 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.047374218194
0xd1c032e81313daf985df4d95263ae8c126d45acb8d59a5369f6fa36199af2893Mint With Token ...332836882023-03-18 23:35:089 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.051769764212
0x487f4242f392c6a10fc0e20bbf020e892de0a516562b0e6bf56cde1d747505afMint With Token ...332836812023-03-18 23:34:549 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.059584068244
0x0a52574aab5c27110c1b7b196146cbedaa26bff88e5e8ff3ca2c914dae41c283Mint With Token ...332836722023-03-18 23:34:349 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.041269293169
0x836084e7b82325cb8edbfa1b1857d9993fdeb31647a4f00c05ac51ff1816c148Mint With Token ...332836652023-03-18 23:34:209 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.037606338154
0x82e1c88b08d37557ac7485fd0ed78d68979d1f8907f39500bfd8579dff74d9a4Mint With Token ...332836582023-03-18 23:34:049 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  0x7616f581b7ee7fc458ec4a6430619f510448ee5d0 MATIC0.037221132156
0xe1443d9b5c1756a077890edab1e1095c9195bae300c63bd681b1442d5816be880x60806040332836082023-03-18 23:32:189 days 9 hrs ago0x0823912008500906b2cc508acef6900c38bd478f IN  Contract Creation0 MATIC0.353945556129
[ Download CSV Export 
Parent Txn Hash Block From To Value
Loading

Similar Match Source Code
Note: This contract matches the deployed ByteCode of the Source Code for Contract 0x491879270135d223030392a299a58a1e3f8da28b

Contract Name:
Tatum721General

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at polygonscan.com on 2023-02-17
*/

pragma solidity ^0.8.7;
pragma experimental ABIEncoderV2;

// SPDX-License-Identifier: MIT

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


/**
 * @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`, 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 be 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 payable;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
     *
     * 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 Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @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 caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool _approved) external;

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

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


/**
 * @title ERC721 token receiver interface
 * @dev Interface for any contract that wants to support safeTransfers
 * from ERC721 asset contracts.
 */
interface IERC721Receiver {
    /**
     * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
     * by `operator` from `from`, this function is called.
     *
     * It must return its Solidity selector to confirm the token transfer.
     * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
     *
     * The selector can be obtained in Solidity with `IERC721.onERC721Received.selector`.
     */
    function onERC721Received(address operator, address from, uint256 tokenId, bytes calldata data) external returns (bytes4);
}


/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {

    /**
     * @dev Returns the token collection name.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the token collection symbol.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) external view returns (string memory);
}


/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {

    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
     * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId);

    /**
     * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
     * Use along with {totalSupply} to enumerate all tokens.
     */
    function tokenByIndex(uint256 index) external view returns (uint256);
}


/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        // solhint-disable-next-line no-inline-assembly
        assembly {size := extcodesize(account)}
        return size > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
        (bool success,) = recipient.call{value : amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain`call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.call{value : value}(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data, string memory errorMessage) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.staticcall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                // solhint-disable-next-line no-inline-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}


/*
 * @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) {
        this;
        // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}


// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
/**
 * @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() {
        _transferOwnership(_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 {
        _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 {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _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);
    }
}


/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant alphabet = "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] = alphabet[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }

}


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


/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Ownable, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    mapping(uint256 => address) private _owners;

    // Mapping owner address to token count
    mapping(address => uint256) private _balances;

    // Mapping from token ID to approved address
    mapping(uint256 => address) private _tokenApprovals;

    // Mapping from owner to operator approvals
    mapping(address => mapping(address => bool)) private _operatorApprovals;

    /**
     * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
     */
    constructor (string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

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

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: balance query for the zero address");
        return _balances[owner];
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        address owner = _owners[tokenId];
        require(owner != address(0), "ERC721: owner query for nonexistent token");
        return owner;
    }

    /**
     * @dev See {IERC721Metadata-name}.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev See {IERC721Metadata-symbol}.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token");

        string memory baseURI = _baseURI();
        return bytes(baseURI).length > 0
        ? string(abi.encodePacked(baseURI, tokenId.toString()))
        : '';
    }

    /**
     * @dev Base URI for computing {tokenURI}. Empty by default, can be overriden
     * in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return "";
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual override {
        address owner = ERC721.ownerOf(tokenId);
        require(to != owner, "ERC721: approval to current owner");

        require(_msgSender() == owner || ERC721.isApprovedForAll(owner, _msgSender()),
            "ERC721: approve caller is not owner nor approved for all"
        );

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "ERC721: approved query for nonexistent token");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_msgSender(), operator, approved);
    }

    /**
     * @dev See {IERC721-isApprovedForAll}.
     */
    function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
        return _operatorApprovals[owner][operator];
    }

    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(address from, address to, uint256 tokenId) public virtual override {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");

        _transfer(from, to, tokenId);
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId) public virtual payable override {
        safeTransferFrom(from, to, tokenId, "");
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory _data) public virtual payable override {
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
        _safeTransfer(from, to, tokenId, _data);
    }

    /**
     * @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.
     *
     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
     *
     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeTransfer(address from, address to, uint256 tokenId, bytes memory _data) internal virtual {
        _transfer(from, to, tokenId);
        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     * and stop existing when they are burned (`_burn`).
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return _owners[tokenId] != address(0);
    }

    /**
     * @dev Returns whether `spender` is allowed to manage `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
        require(_exists(tokenId), "ERC721: operator query for nonexistent token");
        address owner = ERC721.ownerOf(tokenId);
        return (spender == owner || getApproved(tokenId) == spender || ERC721.isApprovedForAll(owner, spender));
    }

    /**
     * @dev Safely mints `tokenId` and transfers it to `to`.
     *
     * Requirements:
     d*
     * - `tokenId` must not exist.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(address to, uint256 tokenId) internal virtual {
        _safeMint(to, tokenId, "");
    }

    /**
     * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
     */
    function _safeMint(address to, uint256 tokenId, bytes memory _data) internal virtual {
        _mint(to, tokenId);
        require(_checkOnERC721Received(address(0), to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

    /**
     * @dev Mints `tokenId` and transfers it to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - `to` cannot be the zero address.
     *
     * Emits a {Transfer} event.
     */
    function _mint(address to, uint256 tokenId) internal virtual {
        require(to != address(0), "ERC721: mint to the zero address");
        require(!_exists(tokenId), "ERC721: token already minted");

        _beforeTokenTransfer(address(0), to, tokenId);

        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(address(0), to, tokenId);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721.ownerOf(tokenId);

        _beforeTokenTransfer(owner, address(0), tokenId);

        // Clear approvals
        _approve(address(0), tokenId);

        _balances[owner] -= 1;
        delete _owners[tokenId];

        emit Transfer(owner, address(0), tokenId);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *  As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(address from, address to, uint256 tokenId) internal virtual {
        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer of token that is not own");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId);

        // Clear approvals from the previous owner
        _approve(address(0), tokenId);

        _balances[from] -= 1;
        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);
    }

    /**
     * @dev Approve `to` to operate on `tokenId`
     *
     * Emits a {Approval} event.
     */
    function _approve(address to, uint256 tokenId) internal virtual {
        _tokenApprovals[tokenId] = to;
        emit Approval(ERC721.ownerOf(tokenId), to, tokenId);
    }

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(address from, address to, uint256 tokenId, bytes memory _data)
    private returns (bool)
    {
        if (to.isContract()) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
                return retval == IERC721Receiver(to).onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    // solhint-disable-next-line no-inline-assembly
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

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


/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
    // Mapping from owner to list of owned token IDs
    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;

    // Mapping from token ID to index of the owner tokens list
    mapping(uint256 => uint256) private _ownedTokensIndex;

    // Array with all token ids, used for enumeration
    uint256[] private _allTokens;

    // Mapping from token id to position in the allTokens array
    mapping(uint256 => uint256) private _allTokensIndex;

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

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds");
        return _ownedTokens[owner][index];
    }

    function tokensOfOwner(address owner) public view returns (uint256[] memory) {
        uint256[] memory memoryArray = new uint256[](ERC721.balanceOf(owner));
        for (uint i = 0; i < ERC721.balanceOf(owner); i++) {
            memoryArray[i] = _ownedTokens[owner][i];
        }
        return memoryArray;
    }

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

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds");
        return _allTokens[index];
    }

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

        if (from == address(0)) {
            _addTokenToAllTokensEnumeration(tokenId);
        } else if (from != to) {
            _removeTokenFromOwnerEnumeration(from, tokenId);
        }
        if (to == address(0)) {
            _removeTokenFromAllTokensEnumeration(tokenId);
        } else if (to != from) {
            _addTokenToOwnerEnumeration(to, tokenId);
        }
    }

    /**
     * @dev Private function to add a token to this extension's ownership-tracking data structures.
     * @param to address representing the new owner of the given token ID
     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
     */
    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
        uint256 length = ERC721.balanceOf(to);
        _ownedTokens[to][length] = tokenId;
        _ownedTokensIndex[tokenId] = length;
    }

    /**
     * @dev Private function to add a token to this extension's token tracking data structures.
     * @param tokenId uint256 ID of the token to be added to the tokens list
     */
    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
        _allTokensIndex[tokenId] = _allTokens.length;
        _allTokens.push(tokenId);
    }

    /**
     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
     * @param from address representing the previous owner of the given token ID
     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
     */
    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private {
        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
        uint256 tokenIndex = _ownedTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary
        if (tokenIndex != lastTokenIndex) {
            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];

            _ownedTokens[from][tokenIndex] = lastTokenId;
            // Move the last token to the slot of the to-delete token
            _ownedTokensIndex[lastTokenId] = tokenIndex;
            // Update the moved token's index
        }

        // This also deletes the contents at the last position of the array
        delete _ownedTokensIndex[tokenId];
        delete _ownedTokens[from][lastTokenIndex];
    }

    /**
     * @dev Private function to remove a token from this extension's token tracking data structures.
     * This has O(1) time complexity, but alters the order of the _allTokens array.
     * @param tokenId uint256 ID of the token to be removed from the tokens list
     */
    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = _allTokens.length - 1;
        uint256 tokenIndex = _allTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
        uint256 lastTokenId = _allTokens[lastTokenIndex];

        _allTokens[tokenIndex] = lastTokenId;
        // Move the last token to the slot of the to-delete token
        _allTokensIndex[lastTokenId] = tokenIndex;
        // Update the moved token's index

        // This also deletes the contents at the last position of the array
        delete _allTokensIndex[tokenId];
        _allTokens.pop();
    }
}


/**
 * @dev ERC721 token with storage based token uri management.
 */
abstract contract ERC721URIStorage is ERC721 {
    using Strings for uint256;

    // Optional mapping for token URIs
    mapping(uint256 => string) private _tokenURIs;

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId), "ERC721URIStorage: URI query for nonexistent token");

        string memory _tokenURI = _tokenURIs[tokenId];
        string memory base = _baseURI();

        // If there is no base URI, return the token URI.
        if (bytes(base).length == 0) {
            return _tokenURI;
        }
        // If both are set, concatenate the baseURI and tokenURI (via abi.encodePacked).
        if (bytes(_tokenURI).length > 0) {
            return string(abi.encodePacked(base, _tokenURI));
        }

        return super.tokenURI(tokenId);
    }

    /**
     * @dev Sets `_tokenURI` as the tokenURI of `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _setTokenURI(uint256 tokenId, string memory _tokenURI) internal virtual {
        require(_exists(tokenId), "ERC721URIStorage: URI set of nonexistent token");
        _tokenURIs[tokenId] = _tokenURI;
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual override {
        super._burn(tokenId);

        if (bytes(_tokenURIs[tokenId]).length != 0) {
            delete _tokenURIs[tokenId];
        }
    }
}


/**
 * @dev Contract module which allows children to implement an emergency stop
 * mechanism that can be triggered by an authorized account.
 *
 * This module is used through inheritance. It will make available the
 * modifiers `whenNotPaused` and `whenPaused`, which can be applied to
 * the functions of your contract. Note that they will not be pausable by
 * simply including this module, only once the modifiers are put in place.
 */
abstract contract Pausable is Context {
    /**
     * @dev Emitted when the pause is triggered by `account`.
     */
    event Paused(address account);

    /**
     * @dev Emitted when the pause is lifted by `account`.
     */
    event Unpaused(address account);

    bool private _paused;

    /**
     * @dev Initializes the contract in unpaused state.
     */
    constructor () {
        _paused = false;
    }

    /**
     * @dev Returns true if the contract is paused, and false otherwise.
     */
    function paused() public view virtual returns (bool) {
        return _paused;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is not paused.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    modifier whenNotPaused() {
        require(!paused(), "Pausable: paused");
        _;
    }

    /**
     * @dev Modifier to make a function callable only when the contract is paused.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    modifier whenPaused() {
        require(paused(), "Pausable: not paused");
        _;
    }

    /**
     * @dev Triggers stopped state.
     *
     * Requirements:
     *
     * - The contract must not be paused.
     */
    function _pause() internal virtual whenNotPaused {
        _paused = true;
        emit Paused(_msgSender());
    }

    /**
     * @dev Returns to normal state.
     *
     * Requirements:
     *
     * - The contract must be paused.
     */
    function _unpause() internal virtual whenPaused {
        _paused = false;
        emit Unpaused(_msgSender());
    }
}


/**
 * @dev External interface of AccessControl declared to support ERC165 detection.
 */
interface IAccessControl {
    function hasRole(bytes32 role, address account) external view returns (bool);

    function getRoleAdmin(bytes32 role) external view returns (bytes32);

    function grantRole(bytes32 role, address account) external;

    function revokeRole(bytes32 role, address account) external;

    function renounceRole(bytes32 role, address account) external;
}

/**
 * @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 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 {_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 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 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 {
        require(hasRole(getRoleAdmin(role), _msgSender()), "AccessControl: sender must be an admin to grant");

        _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 {
        require(hasRole(getRoleAdmin(role), _msgSender()), "AccessControl: sender must be an admin to revoke");

        _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 {
        emit RoleAdminChanged(role, getRoleAdmin(role), adminRole);
        _roles[role].adminRole = 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());
        }
    }
}


/**
 * @title ERC721 Burnable Token
 * @dev ERC721 Token that can be irreversibly burned (destroyed).
 */
abstract contract ERC721Burnable is Context, ERC721 {
    /**
     * @dev Burns `tokenId`. See {ERC721-_burn}.
     *
     * Requirements:
     *
     * - The caller must own `tokenId` or be an approved operator.
     */
    function burn(uint256 tokenId) public virtual {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721Burnable: caller is not owner nor approved");
        _burn(tokenId);
    }
}


contract Tatum721General is ERC721, ERC721Enumerable, ERC721URIStorage, Pausable, AccessControl, ERC721Burnable {
    bytes32 public constant PAUSER_ROLE = keccak256("PAUSER_ROLE");
    bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE");

    bool _publicMint;
    constructor(string memory name_, string memory symbol_, bool publicMint)
    ERC721(name_, symbol_)
    {
        _setupRole(DEFAULT_ADMIN_ROLE, _msgSender());
        _setupRole(MINTER_ROLE, _msgSender());
        _setupRole(PAUSER_ROLE, _msgSender());
        _publicMint = publicMint;
    }

    function pause() public {
        require(
            hasRole(PAUSER_ROLE, _msgSender()),
            "TatumGeneral721: must have pauser role to pause"
        );
        _pause();
    }

    function unpause() public {
        require(
            hasRole(PAUSER_ROLE, _msgSender()),
            "TatumGeneral721: must have pauser role to pause"
        );
        _unpause();
    }

    /**
      * @dev Function to mint tokens.
     * @param to The address that will receive the minted tokens.
     * @param tokenId The token id to mint.
     * @param uri The token URI of the minted token.
     * @return A boolean that indicates if the operation was successful.
     */
    function mintWithTokenURI(
        address to,
        uint256 tokenId,
        string memory uri
    ) public returns (bool) {
        if (!_publicMint) {
            require(
                hasRole(MINTER_ROLE, _msgSender()),
                "TatumGeneral721: must have minter role to mint"
            );
        }
        _safeMint(to, tokenId);
        _setTokenURI(tokenId, uri);
        return true;
    }

    /**
     * @dev Function to mint tokens. This helper function allows to mint multiple NFTs in 1 transaction.
     * @param to The address that will receive the minted tokens.
     * @param tokenId The token id to mint.
     * @param uri The token URI of the minted token.
     * @return A boolean that indicates if the operation was successful.
    */
    function mintMultiple(
        address[] memory to,
        uint256[] memory tokenId,
        string[] memory uri
    ) public returns (bool) {
        if (!_publicMint) {
            require(
                hasRole(MINTER_ROLE, _msgSender()),
                "TatumGeneral721: must have minter role to mint"
            );
        }
        for (uint256 i = 0; i < to.length; i++) {
            _safeMint(to[i], tokenId[i]);
            _setTokenURI(tokenId[i], uri[i]);
        }
        return true;
    }

    function safeTransfer(address to, uint256 tokenId, bytes calldata data) public virtual {
        super._safeTransfer(_msgSender(), to, tokenId, data);
    }

    function safeTransfer(address to, uint256 tokenId) public virtual {
        super._safeTransfer(_msgSender(), to, tokenId, "");
    }

    function _beforeTokenTransfer(address from, address to, uint256 tokenId)
    internal
    whenNotPaused
    override(ERC721, ERC721Enumerable)
    {
        super._beforeTokenTransfer(from, to, tokenId);
    }

    // The following functions are overrides required by Solidity.

    function _burn(uint256 tokenId) internal override(ERC721, ERC721URIStorage) {
        super._burn(tokenId);
    }

    function tokenURI(uint256 tokenId)
    public
    view
    override(ERC721, ERC721URIStorage)
    returns (string memory)
    {
        return super.tokenURI(tokenId);
    }

    function supportsInterface(bytes4 interfaceId)
    public
    view
    override(ERC721, ERC721Enumerable, AccessControl)
    returns (bool)
    {
        return super.supportsInterface(interfaceId);
    }
}

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"bool","name":"publicMint","type":"bool"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","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":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","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":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","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":[],"name":"PAUSER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","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":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"to","type":"address[]"},{"internalType":"uint256[]","name":"tokenId","type":"uint256[]"},{"internalType":"string[]","name":"uri","type":"string[]"}],"name":"mintMultiple","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"uri","type":"string"}],"name":"mintWithTokenURI","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeTransfer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","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":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"tokensOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60806040523480156200001157600080fd5b5060405162003248380380620032488339810160408190526200003491620002b3565b82826200004133620000ea565b60016200004f8382620003c6565b5060026200005e8282620003c6565b5050600c805460ff1916905550620000786000336200013a565b620000a47f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6336200013a565b620000d07f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a336200013a565b600e805460ff191691151591909117905550620004929050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6200014682826200014a565b5050565b6000828152600d602090815260408083206001600160a01b038516845290915290205460ff1662000146576000828152600d602090815260408083206001600160a01b03851684529091529020805460ff19166001179055620001aa3390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200021657600080fd5b81516001600160401b0380821115620002335762000233620001ee565b604051601f8301601f19908116603f011681019082821181831017156200025e576200025e620001ee565b816040528381526020925086838588010111156200027b57600080fd5b600091505b838210156200029f578582018301518183018401529082019062000280565b600093810190920192909252949350505050565b600080600060608486031215620002c957600080fd5b83516001600160401b0380821115620002e157600080fd5b620002ef8783880162000204565b945060208601519150808211156200030657600080fd5b50620003158682870162000204565b925050604084015180151581146200032c57600080fd5b809150509250925092565b600181811c908216806200034c57607f821691505b6020821081036200036d57634e487b7160e01b600052602260045260246000fd5b50919050565b601f821115620003c157600081815260208120601f850160051c810160208610156200039c5750805b601f850160051c820191505b81811015620003bd57828155600101620003a8565b5050505b505050565b81516001600160401b03811115620003e257620003e2620001ee565b620003fa81620003f3845462000337565b8462000373565b602080601f831160018114620004325760008415620004195750858301515b600019600386901b1c1916600185901b178555620003bd565b600085815260208120601f198616915b82811015620004635788860151825594840194600190910190840162000442565b5085821015620004825787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b612da680620004a26000396000f3fe60806040526004361061020f5760003560e01c80636352211e11610118578063a22cb465116100a0578063d547741f1161006f578063d547741f146105fa578063e63ab1e91461061a578063e985e9c51461064e578063eb79554914610697578063f2fde38b146106b757600080fd5b8063a22cb46514610573578063b88d4fde14610593578063c87b56dd146105a6578063d5391393146105c657600080fd5b80638462151c116100e75780638462151c146104de5780638da5cb5b1461050b57806391d148541461052957806395d89b4114610549578063a217fddf1461055e57600080fd5b80636352211e1461047457806370a0823114610494578063715018a6146104b45780638456cb59146104c957600080fd5b806336568abe1161019b57806342966c681161016a57806342966c68146103dc5780634f6ccce7146103fc57806350bb4e7f1461041c5780635a9c9eb81461043c5780635c975abb1461045c57600080fd5b806336568abe146103745780633f4ba83a14610394578063423f6cef146103a957806342842e0e146103c957600080fd5b806318160ddd116101e257806318160ddd146102c557806323b872dd146102e4578063248a9ca3146103045780632f2ff15d146103345780632f745c591461035457600080fd5b806301ffc9a71461021457806306fdde0314610249578063081812fc1461026b578063095ea7b3146102a3575b600080fd5b34801561022057600080fd5b5061023461022f366004612392565b6106d7565b60405190151581526020015b60405180910390f35b34801561025557600080fd5b5061025e6106e8565b60405161024091906123ff565b34801561027757600080fd5b5061028b610286366004612412565b61077a565b6040516001600160a01b039091168152602001610240565b3480156102af57600080fd5b506102c36102be366004612447565b610807565b005b3480156102d157600080fd5b506009545b604051908152602001610240565b3480156102f057600080fd5b506102c36102ff366004612471565b61091c565b34801561031057600080fd5b506102d661031f366004612412565b6000908152600d602052604090206001015490565b34801561034057600080fd5b506102c361034f3660046124ad565b61094e565b34801561036057600080fd5b506102d661036f366004612447565b6109dd565b34801561038057600080fd5b506102c361038f3660046124ad565b610a73565b3480156103a057600080fd5b506102c3610aed565b3480156103b557600080fd5b506102c36103c4366004612447565b610b3d565b6102c36103d7366004612471565b610b58565b3480156103e857600080fd5b506102c36103f7366004612412565b610b73565b34801561040857600080fd5b506102d6610417366004612412565b610bed565b34801561042857600080fd5b50610234610437366004612598565b610c80565b34801561044857600080fd5b506102346104573660046126fe565b610cf1565b34801561046857600080fd5b50600c5460ff16610234565b34801561048057600080fd5b5061028b61048f366004612412565b610de5565b3480156104a057600080fd5b506102d66104af3660046127d8565b610e5c565b3480156104c057600080fd5b506102c3610ee3565b3480156104d557600080fd5b506102c3610f47565b3480156104ea57600080fd5b506104fe6104f93660046127d8565b610f95565b60405161024091906127f3565b34801561051757600080fd5b506000546001600160a01b031661028b565b34801561053557600080fd5b506102346105443660046124ad565b611055565b34801561055557600080fd5b5061025e611080565b34801561056a57600080fd5b506102d6600081565b34801561057f57600080fd5b506102c361058e366004612837565b61108f565b6102c36105a1366004612873565b611153565b3480156105b257600080fd5b5061025e6105c1366004612412565b61118b565b3480156105d257600080fd5b506102d67f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a681565b34801561060657600080fd5b506102c36106153660046124ad565b611196565b34801561062657600080fd5b506102d67f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a81565b34801561065a57600080fd5b506102346106693660046128ef565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205460ff1690565b3480156106a357600080fd5b506102c36106b2366004612919565b611216565b3480156106c357600080fd5b506102c36106d23660046127d8565b611258565b60006106e282611320565b92915050565b6060600180546106f7906129a0565b80601f0160208091040260200160405190810160405280929190818152602001828054610723906129a0565b80156107705780601f1061074557610100808354040283529160200191610770565b820191906000526020600020905b81548152906001019060200180831161075357829003601f168201915b5050505050905090565b600061078582611345565b6107eb5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600560205260409020546001600160a01b031690565b600061081282610de5565b9050806001600160a01b0316836001600160a01b03160361087f5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b60648201526084016107e2565b336001600160a01b038216148061089b575061089b8133610669565b61090d5760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c000000000000000060648201526084016107e2565b6109178383611362565b505050565b610927335b826113d0565b6109435760405162461bcd60e51b81526004016107e2906129da565b6109178383836114ba565b6000828152600d602052604090206001015461096b905b33611055565b6109cf5760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2073656e646572206d75737420626520616e60448201526e0818591b5a5b881d1bc819dc985b9d608a1b60648201526084016107e2565b6109d98282611665565b5050565b60006109e883610e5c565b8210610a4a5760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b60648201526084016107e2565b506001600160a01b03919091166000908152600760209081526040808320938352929052205490565b6001600160a01b0381163314610ae35760405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b60648201526084016107e2565b6109d982826116eb565b610b177f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33611055565b610b335760405162461bcd60e51b81526004016107e290612a2b565b610b3b611752565b565b6109d9338383604051806020016040528060008152506117e5565b61091783838360405180602001604052806000815250611153565b610b7c33610921565b610be15760405162461bcd60e51b815260206004820152603060248201527f4552433732314275726e61626c653a2063616c6c6572206973206e6f74206f7760448201526f1b995c881b9bdc88185c1c1c9bdd995960821b60648201526084016107e2565b610bea81611818565b50565b6000610bf860095490565b8210610c5b5760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b60648201526084016107e2565b60098281548110610c6e57610c6e612a7a565b90600052602060002001549050919050565b600e5460009060ff16610cd357610cb77f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633611055565b610cd35760405162461bcd60e51b81526004016107e290612a90565b610cdd8484611821565b610ce7838361183b565b5060019392505050565b600e5460009060ff16610d4457610d287f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a633611055565b610d445760405162461bcd60e51b81526004016107e290612a90565b60005b8451811015610dda57610d8c858281518110610d6557610d65612a7a565b6020026020010151858381518110610d7f57610d7f612a7a565b6020026020010151611821565b610dc8848281518110610da157610da1612a7a565b6020026020010151848381518110610dbb57610dbb612a7a565b602002602001015161183b565b80610dd281612af4565b915050610d47565b506001949350505050565b6000818152600360205260408120546001600160a01b0316806106e25760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b60648201526084016107e2565b60006001600160a01b038216610ec75760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b60648201526084016107e2565b506001600160a01b031660009081526004602052604090205490565b6000546001600160a01b03163314610f3d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016107e2565b610b3b60006118bf565b610f717f65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a33611055565b610f8d5760405162461bcd60e51b81526004016107e290612a2b565b610b3b61190f565b60606000610fa283610e5c565b67ffffffffffffffff811115610fba57610fba6124d9565b604051908082528060200260200182016040528015610fe3578160200160208202803683370190505b50905060005b610ff284610e5c565b81101561104e576001600160a01b0384166000908152600760209081526040808320848452909152902054825183908390811061103157611031612a7a565b60209081029190910101528061104681612af4565b915050610fe9565b5092915050565b6000918252600d602090815260408084206001600160a01b0393909316845291905290205460ff1690565b6060600280546106f7906129a0565b336001600160a01b038316036110e75760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c65720000000000000060448201526064016107e2565b3360008181526006602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b61115d33836113d0565b6111795760405162461bcd60e51b81526004016107e2906129da565b611185848484846117e5565b50505050565b60606106e28261198a565b6000828152600d60205260409020600101546111b190610965565b610ae35760405162461bcd60e51b815260206004820152603060248201527f416363657373436f6e74726f6c3a2073656e646572206d75737420626520616e60448201526f2061646d696e20746f207265766f6b6560801b60648201526084016107e2565b61118533858585858080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506117e592505050565b6000546001600160a01b031633146112b25760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016107e2565b6001600160a01b0381166113175760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016107e2565b610bea816118bf565b60006001600160e01b03198216637965db0b60e01b14806106e257506106e282611af8565b6000908152600360205260409020546001600160a01b0316151590565b600081815260056020526040902080546001600160a01b0319166001600160a01b038416908117909155819061139782610de5565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006113db82611345565b61143c5760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084016107e2565b600061144783610de5565b9050806001600160a01b0316846001600160a01b031614806114825750836001600160a01b03166114778461077a565b6001600160a01b0316145b806114b257506001600160a01b0380821660009081526006602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b03166114cd82610de5565b6001600160a01b0316146115355760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b60648201526084016107e2565b6001600160a01b0382166115975760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b60648201526084016107e2565b6115a2838383611b1d565b6115ad600082611362565b6001600160a01b03831660009081526004602052604081208054600192906115d6908490612b0d565b90915550506001600160a01b0382166000908152600460205260408120805460019290611604908490612b20565b909155505060008181526003602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b61166f8282611055565b6109d9576000828152600d602090815260408083206001600160a01b03851684529091529020805460ff191660011790556116a73390565b6001600160a01b0316816001600160a01b0316837f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a45050565b6116f58282611055565b156109d9576000828152600d602090815260408083206001600160a01b0385168085529252808320805460ff1916905551339285917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a45050565b600c5460ff1661179b5760405162461bcd60e51b815260206004820152601460248201527314185d5cd8589b194e881b9bdd081c185d5cd95960621b60448201526064016107e2565b600c805460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa335b6040516001600160a01b03909116815260200160405180910390a1565b6117f08484846114ba565b6117fc84848484611b6e565b6111855760405162461bcd60e51b81526004016107e290612b33565b610bea81611c64565b6109d9828260405180602001604052806000815250611ca4565b61184482611345565b6118a75760405162461bcd60e51b815260206004820152602e60248201527f45524337323155524953746f726167653a2055524920736574206f66206e6f6e60448201526d32bc34b9ba32b73a103a37b5b2b760911b60648201526084016107e2565b6000828152600b602052604090206109178282612bd3565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600c5460ff16156119555760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107e2565b600c805460ff191660011790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586117c83390565b606061199582611345565b6119fb5760405162461bcd60e51b815260206004820152603160248201527f45524337323155524953746f726167653a2055524920717565727920666f72206044820152703737b732bc34b9ba32b73a103a37b5b2b760791b60648201526084016107e2565b6000828152600b602052604081208054611a14906129a0565b80601f0160208091040260200160405190810160405280929190818152602001828054611a40906129a0565b8015611a8d5780601f10611a6257610100808354040283529160200191611a8d565b820191906000526020600020905b815481529060010190602001808311611a7057829003601f168201915b505050505090506000611aab60408051602081019091526000815290565b90508051600003611abd575092915050565b815115611aef578082604051602001611ad7929190612c93565b60405160208183030381529060405292505050919050565b6114b284611cd7565b60006001600160e01b0319821663780e9d6360e01b14806106e257506106e282611daf565b600c5460ff1615611b635760405162461bcd60e51b815260206004820152601060248201526f14185d5cd8589b194e881c185d5cd95960821b60448201526064016107e2565b610917838383611dff565b60006001600160a01b0384163b15610dda57604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611bb2903390899088908890600401612cc2565b6020604051808303816000875af1925050508015611bed575060408051601f3d908101601f19168201909252611bea91810190612cff565b60015b611c4a573d808015611c1b576040519150601f19603f3d011682016040523d82523d6000602084013e611c20565b606091505b508051600003611c425760405162461bcd60e51b81526004016107e290612b33565b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490506114b2565b611c6d81611eb7565b6000818152600b602052604090208054611c86906129a0565b159050610bea576000818152600b60205260408120610bea9161232e565b611cae8383611f5e565b611cbb6000848484611b6e565b6109175760405162461bcd60e51b81526004016107e290612b33565b6060611ce282611345565b611d465760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b60648201526084016107e2565b6000611d5d60408051602081019091526000815290565b90506000815111611d7d5760405180602001604052806000815250611da8565b80611d878461209d565b604051602001611d98929190612c93565b6040516020818303038152906040525b9392505050565b60006001600160e01b031982166380ac58cd60e01b1480611de057506001600160e01b03198216635b5e139f60e01b145b806106e257506301ffc9a760e01b6001600160e01b03198316146106e2565b6001600160a01b038316611e5a57611e5581600980546000838152600a60205260408120829055600182018355919091527f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af0155565b611e7d565b816001600160a01b0316836001600160a01b031614611e7d57611e7d838261219e565b6001600160a01b038216611e94576109178161223b565b826001600160a01b0316826001600160a01b0316146109175761091782826122ea565b6000611ec282610de5565b9050611ed081600084611b1d565b611edb600083611362565b6001600160a01b0381166000908152600460205260408120805460019290611f04908490612b0d565b909155505060008281526003602052604080822080546001600160a01b0319169055518391906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908390a45050565b6001600160a01b038216611fb45760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f206164647265737360448201526064016107e2565b611fbd81611345565b1561200a5760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e7465640000000060448201526064016107e2565b61201660008383611b1d565b6001600160a01b038216600090815260046020526040812080546001929061203f908490612b20565b909155505060008181526003602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6060816000036120c45750506040805180820190915260018152600360fc1b602082015290565b8160005b81156120ee57806120d881612af4565b91506120e79050600a83612d32565b91506120c8565b60008167ffffffffffffffff811115612109576121096124d9565b6040519080825280601f01601f191660200182016040528015612133576020820181803683370190505b5090505b84156114b257612148600183612b0d565b9150612155600a86612d46565b612160906030612b20565b60f81b81838151811061217557612175612a7a565b60200101906001600160f81b031916908160001a905350612197600a86612d32565b9450612137565b600060016121ab84610e5c565b6121b59190612b0d565b600083815260086020526040902054909150808214612208576001600160a01b03841660009081526007602090815260408083208584528252808320548484528184208190558352600890915290208190555b5060009182526008602090815260408084208490556001600160a01b039094168352600781528383209183525290812055565b60095460009061224d90600190612b0d565b6000838152600a60205260408120546009805493945090928490811061227557612275612a7a565b90600052602060002001549050806009838154811061229657612296612a7a565b6000918252602080832090910192909255828152600a909152604080822084905585825281205560098054806122ce576122ce612d5a565b6001900381819060005260206000200160009055905550505050565b60006122f583610e5c565b6001600160a01b039093166000908152600760209081526040808320868452825280832085905593825260089052919091209190915550565b50805461233a906129a0565b6000825580601f1061234a575050565b601f016020900490600052602060002090810190610bea91905b808211156123785760008155600101612364565b5090565b6001600160e01b031981168114610bea57600080fd5b6000602082840312156123a457600080fd5b8135611da88161237c565b60005b838110156123ca5781810151838201526020016123b2565b50506000910152565b600081518084526123eb8160208601602086016123af565b601f01601f19169290920160200192915050565b602081526000611da860208301846123d3565b60006020828403121561242457600080fd5b5035919050565b80356001600160a01b038116811461244257600080fd5b919050565b6000806040838503121561245a57600080fd5b6124638361242b565b946020939093013593505050565b60008060006060848603121561248657600080fd5b61248f8461242b565b925061249d6020850161242b565b9150604084013590509250925092565b600080604083850312156124c057600080fd5b823591506124d06020840161242b565b90509250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f1916810167ffffffffffffffff81118282101715612518576125186124d9565b604052919050565b600067ffffffffffffffff83111561253a5761253a6124d9565b61254d601f8401601f19166020016124ef565b905082815283838301111561256157600080fd5b828260208301376000602084830101529392505050565b600082601f83011261258957600080fd5b611da883833560208501612520565b6000806000606084860312156125ad57600080fd5b6125b68461242b565b925060208401359150604084013567ffffffffffffffff8111156125d957600080fd5b6125e586828701612578565b9150509250925092565b600067ffffffffffffffff821115612609576126096124d9565b5060051b60200190565b600082601f83011261262457600080fd5b81356020612639612634836125ef565b6124ef565b82815260059290921b8401810191818101908684111561265857600080fd5b8286015b84811015612673578035835291830191830161265c565b509695505050505050565b600082601f83011261268f57600080fd5b8135602061269f612634836125ef565b82815260059290921b840181019181810190868411156126be57600080fd5b8286015b8481101561267357803567ffffffffffffffff8111156126e25760008081fd5b6126f08986838b0101612578565b8452509183019183016126c2565b60008060006060848603121561271357600080fd5b833567ffffffffffffffff8082111561272b57600080fd5b818601915086601f83011261273f57600080fd5b8135602061274f612634836125ef565b82815260059290921b8401810191818101908a84111561276e57600080fd5b948201945b83861015612793576127848661242b565b82529482019490820190612773565b975050870135925050808211156127a957600080fd5b6127b587838801612613565b935060408601359150808211156127cb57600080fd5b506125e58682870161267e565b6000602082840312156127ea57600080fd5b611da88261242b565b6020808252825182820181905260009190848201906040850190845b8181101561282b5783518352928401929184019160010161280f565b50909695505050505050565b6000806040838503121561284a57600080fd5b6128538361242b565b91506020830135801515811461286857600080fd5b809150509250929050565b6000806000806080858703121561288957600080fd5b6128928561242b565b93506128a06020860161242b565b925060408501359150606085013567ffffffffffffffff8111156128c357600080fd5b8501601f810187136128d457600080fd5b6128e387823560208401612520565b91505092959194509250565b6000806040838503121561290257600080fd5b61290b8361242b565b91506124d06020840161242b565b6000806000806060858703121561292f57600080fd5b6129388561242b565b935060208501359250604085013567ffffffffffffffff8082111561295c57600080fd5b818701915087601f83011261297057600080fd5b81358181111561297f57600080fd5b88602082850101111561299157600080fd5b95989497505060200194505050565b600181811c908216806129b457607f821691505b6020821081036129d457634e487b7160e01b600052602260045260246000fd5b50919050565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b6020808252602f908201527f546174756d47656e6572616c3732313a206d757374206861766520706175736560408201526e7220726f6c6520746f20706175736560881b606082015260800190565b634e487b7160e01b600052603260045260246000fd5b6020808252602e908201527f546174756d47656e6572616c3732313a206d7573742068617665206d696e746560408201526d1c881c9bdb19481d1bc81b5a5b9d60921b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b600060018201612b0657612b06612ade565b5060010190565b818103818111156106e2576106e2612ade565b808201808211156106e2576106e2612ade565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b601f82111561091757600081815260208120601f850160051c81016020861015612bac5750805b601f850160051c820191505b81811015612bcb57828155600101612bb8565b505050505050565b815167ffffffffffffffff811115612bed57612bed6124d9565b612c0181612bfb84546129a0565b84612b85565b602080601f831160018114612c365760008415612c1e5750858301515b600019600386901b1c1916600185901b178555612bcb565b600085815260208120601f198616915b82811015612c6557888601518255948401946001909101908401612c46565b5085821015612c835787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b60008351612ca58184602088016123af565b835190830190612cb98183602088016123af565b01949350505050565b6001600160a01b0385811682528416602082015260408101839052608060608201819052600090612cf5908301846123d3565b9695505050505050565b600060208284031215612d1157600080fd5b8151611da88161237c565b634e487b7160e01b600052601260045260246000fd5b600082612d4157612d41612d1c565b500490565b600082612d5557612d55612d1c565b500690565b634e487b7160e01b600052603160045260246000fdfea264697066735822122062de8c36bd12bcef5eaecb892d4a4ccf152ea77a3d7f738f41c4a02fd6a5894564736f6c63430008120033000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034d4d43000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000034d4d430000000000000000000000000000000000000000000000000000000000

Deployed ByteCode Sourcemap

54352:3751:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;57889:211;;;;;;;;;;-1:-1:-1;57889:211:0;;;;;:::i;:::-;;:::i;:::-;;;565:14:1;;558:22;540:41;;528:2;513:18;57889:211:0;;;;;;;;24079:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;25538:221::-;;;;;;;;;;-1:-1:-1;25538:221:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1697:32:1;;;1679:51;;1667:2;1652:18;25538:221:0;1533:203:1;25068:404:0;;;;;;;;;;-1:-1:-1;25068:404:0;;;;;:::i;:::-;;:::i;:::-;;36763:113;;;;;;;;;;-1:-1:-1;36851:10:0;:17;36763:113;;;2324:25:1;;;2312:2;2297:18;36763:113:0;2178:177:1;26428:305:0;;;;;;;;;;-1:-1:-1;26428:305:0;;;;;:::i;:::-;;:::i;50427:123::-;;;;;;;;;;-1:-1:-1;50427:123:0;;;;;:::i;:::-;50493:7;50520:12;;;:6;:12;;;;;:22;;;;50427:123;50812:232;;;;;;;;;;-1:-1:-1;50812:232:0;;;;;:::i;:::-;;:::i;36102:256::-;;;;;;;;;;-1:-1:-1;36102:256:0;;;;;:::i;:::-;;:::i;52031:218::-;;;;;;;;;;-1:-1:-1;52031:218:0;;;;;:::i;:::-;;:::i;55143:197::-;;;;;;;;;;;;;:::i;57142:135::-;;;;;;;;;;-1:-1:-1;57142:135:0;;;;;:::i;:::-;;:::i;26804:159::-;;;;;;:::i;:::-;;:::i;54098:245::-;;;;;;;;;;-1:-1:-1;54098:245:0;;;;;:::i;:::-;;:::i;36953:233::-;;;;;;;;;;-1:-1:-1;36953:233:0;;;;;:::i;:::-;;:::i;55645:427::-;;;;;;;;;;-1:-1:-1;55645:427:0;;;;;:::i;:::-;;:::i;56443:525::-;;;;;;;;;;-1:-1:-1;56443:525:0;;;;;:::i;:::-;;:::i;45079:86::-;;;;;;;;;;-1:-1:-1;45150:7:0;;;;45079:86;;23773:239;;;;;;;;;;-1:-1:-1;23773:239:0;;;;;:::i;:::-;;:::i;23503:208::-;;;;;;;;;;-1:-1:-1;23503:208:0;;;;;:::i;:::-;;:::i;18263:103::-;;;;;;;;;;;;;:::i;54942:193::-;;;;;;;;;;;;;:::i;36366:321::-;;;;;;;;;;-1:-1:-1;36366:321:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;17612:87::-;;;;;;;;;;-1:-1:-1;17658:7:0;17685:6;-1:-1:-1;;;;;17685:6:0;17612:87;;50099:139;;;;;;;;;;-1:-1:-1;50099:139:0;;;;;:::i;:::-;;:::i;24248:104::-;;;;;;;;;;;;;:::i;48559:49::-;;;;;;;;;;-1:-1:-1;48559:49:0;48604:4;48559:49;;25831:295;;;;;;;;;;-1:-1:-1;25831:295:0;;;;;:::i;:::-;;:::i;27034:293::-;;;;;;:::i;:::-;;:::i;57701:180::-;;;;;;;;;;-1:-1:-1;57701:180:0;;;;;:::i;:::-;;:::i;54540:62::-;;;;;;;;;;;;54578:24;54540:62;;51289:235;;;;;;;;;;-1:-1:-1;51289:235:0;;;;;:::i;:::-;;:::i;54471:62::-;;;;;;;;;;;;54509:24;54471:62;;26197:164;;;;;;;;;;-1:-1:-1;26197:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;26318:25:0;;;26294:4;26318:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;26197:164;56976:158;;;;;;;;;;-1:-1:-1;56976:158:0;;;;;:::i;:::-;;:::i;18521:201::-;;;;;;;;;;-1:-1:-1;18521:201:0;;;;;:::i;:::-;;:::i;57889:211::-;58027:4;58056:36;58080:11;58056:23;:36::i;:::-;58049:43;57889:211;-1:-1:-1;;57889:211:0:o;24079:100::-;24133:13;24166:5;24159:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;24079:100;:::o;25538:221::-;25614:7;25642:16;25650:7;25642;:16::i;:::-;25634:73;;;;-1:-1:-1;;;25634:73:0;;11415:2:1;25634:73:0;;;11397:21:1;11454:2;11434:18;;;11427:30;11493:34;11473:18;;;11466:62;-1:-1:-1;;;11544:18:1;;;11537:42;11596:19;;25634:73:0;;;;;;;;;-1:-1:-1;25727:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;25727:24:0;;25538:221::o;25068:404::-;25149:13;25165:23;25180:7;25165:14;:23::i;:::-;25149:39;;25213:5;-1:-1:-1;;;;;25207:11:0;:2;-1:-1:-1;;;;;25207:11:0;;25199:57;;;;-1:-1:-1;;;25199:57:0;;11828:2:1;25199:57:0;;;11810:21:1;11867:2;11847:18;;;11840:30;11906:34;11886:18;;;11879:62;-1:-1:-1;;;11957:18:1;;;11950:31;11998:19;;25199:57:0;11626:397:1;25199:57:0;16359:10;-1:-1:-1;;;;;25277:21:0;;;;:69;;-1:-1:-1;25302:44:0;25326:5;16359:10;26197:164;:::i;25302:44::-;25269:161;;;;-1:-1:-1;;;25269:161:0;;12230:2:1;25269:161:0;;;12212:21:1;12269:2;12249:18;;;12242:30;12308:34;12288:18;;;12281:62;12379:26;12359:18;;;12352:54;12423:19;;25269:161:0;12028:420:1;25269:161:0;25443:21;25452:2;25456:7;25443:8;:21::i;:::-;25138:334;25068:404;;:::o;26428:305::-;26589:41;16359:10;26608:12;26622:7;26589:18;:41::i;:::-;26581:103;;;;-1:-1:-1;;;26581:103:0;;;;;;;:::i;:::-;26697:28;26707:4;26713:2;26717:7;26697:9;:28::i;50812:232::-;50493:7;50520:12;;;:6;:12;;;;;:22;;;50905:41;;50913:18;16359:10;50099:139;:::i;50905:41::-;50897:101;;;;-1:-1:-1;;;50897:101:0;;13073:2:1;50897:101:0;;;13055:21:1;13112:2;13092:18;;;13085:30;13151:34;13131:18;;;13124:62;-1:-1:-1;;;13202:18:1;;;13195:45;13257:19;;50897:101:0;12871:411:1;50897:101:0;51011:25;51022:4;51028:7;51011:10;:25::i;:::-;50812:232;;:::o;36102:256::-;36199:7;36235:23;36252:5;36235:16;:23::i;:::-;36227:5;:31;36219:87;;;;-1:-1:-1;;;36219:87:0;;13489:2:1;36219:87:0;;;13471:21:1;13528:2;13508:18;;;13501:30;13567:34;13547:18;;;13540:62;-1:-1:-1;;;13618:18:1;;;13611:41;13669:19;;36219:87:0;13287:407:1;36219:87:0;-1:-1:-1;;;;;;36324:19:0;;;;;;;;:12;:19;;;;;;;;:26;;;;;;;;;36102:256::o;52031:218::-;-1:-1:-1;;;;;52127:23:0;;16359:10;52127:23;52119:83;;;;-1:-1:-1;;;52119:83:0;;13901:2:1;52119:83:0;;;13883:21:1;13940:2;13920:18;;;13913:30;13979:34;13959:18;;;13952:62;-1:-1:-1;;;14030:18:1;;;14023:45;14085:19;;52119:83:0;13699:411:1;52119:83:0;52215:26;52227:4;52233:7;52215:11;:26::i;55143:197::-;55202:34;54509:24;16359:10;50099:139;:::i;55202:34::-;55180:131;;;;-1:-1:-1;;;55180:131:0;;;;;;;:::i;:::-;55322:10;:8;:10::i;:::-;55143:197::o;57142:135::-;57219:50;16359:10;57253:2;57257:7;57219:50;;;;;;;;;;;;:19;:50::i;26804:159::-;26916:39;26933:4;26939:2;26943:7;26916:39;;;;;;;;;;;;:16;:39::i;54098:245::-;54216:41;16359:10;54235:12;16279:98;54216:41;54208:102;;;;-1:-1:-1;;;54208:102:0;;14733:2:1;54208:102:0;;;14715:21:1;14772:2;14752:18;;;14745:30;14811:34;14791:18;;;14784:62;-1:-1:-1;;;14862:18:1;;;14855:46;14918:19;;54208:102:0;14531:412:1;54208:102:0;54321:14;54327:7;54321:5;:14::i;:::-;54098:245;:::o;36953:233::-;37028:7;37064:30;36851:10;:17;;36763:113;37064:30;37056:5;:38;37048:95;;;;-1:-1:-1;;;37048:95:0;;15150:2:1;37048:95:0;;;15132:21:1;15189:2;15169:18;;;15162:30;15228:34;15208:18;;;15201:62;-1:-1:-1;;;15279:18:1;;;15272:42;15331:19;;37048:95:0;14948:408:1;37048:95:0;37161:10;37172:5;37161:17;;;;;;;;:::i;:::-;;;;;;;;;37154:24;;36953:233;;;:::o;55645:427::-;55791:11;;55769:4;;55791:11;;55786:187;;55845:34;54578:24;16359:10;50099:139;:::i;55845:34::-;55819:142;;;;-1:-1:-1;;;55819:142:0;;;;;;;:::i;:::-;55983:22;55993:2;55997:7;55983:9;:22::i;:::-;56016:26;56029:7;56038:3;56016:12;:26::i;:::-;-1:-1:-1;56060:4:0;55645:427;;;;;:::o;56443:525::-;56605:11;;56583:4;;56605:11;;56600:187;;56659:34;54578:24;16359:10;50099:139;:::i;56659:34::-;56633:142;;;;-1:-1:-1;;;56633:142:0;;;;;;;:::i;:::-;56802:9;56797:142;56821:2;:9;56817:1;:13;56797:142;;;56852:28;56862:2;56865:1;56862:5;;;;;;;;:::i;:::-;;;;;;;56869:7;56877:1;56869:10;;;;;;;;:::i;:::-;;;;;;;56852:9;:28::i;:::-;56895:32;56908:7;56916:1;56908:10;;;;;;;;:::i;:::-;;;;;;;56920:3;56924:1;56920:6;;;;;;;;:::i;:::-;;;;;;;56895:12;:32::i;:::-;56832:3;;;;:::i;:::-;;;;56797:142;;;-1:-1:-1;56956:4:0;;56443:525;-1:-1:-1;;;;56443:525:0:o;23773:239::-;23845:7;23881:16;;;:7;:16;;;;;;-1:-1:-1;;;;;23881:16:0;;23908:73;;;;-1:-1:-1;;;23908:73:0;;16382:2:1;23908:73:0;;;16364:21:1;16421:2;16401:18;;;16394:30;16460:34;16440:18;;;16433:62;-1:-1:-1;;;16511:18:1;;;16504:39;16560:19;;23908:73:0;16180:405:1;23503:208:0;23575:7;-1:-1:-1;;;;;23603:19:0;;23595:74;;;;-1:-1:-1;;;23595:74:0;;16792:2:1;23595:74:0;;;16774:21:1;16831:2;16811:18;;;16804:30;16870:34;16850:18;;;16843:62;-1:-1:-1;;;16921:18:1;;;16914:40;16971:19;;23595:74:0;16590:406:1;23595:74:0;-1:-1:-1;;;;;;23687:16:0;;;;;:9;:16;;;;;;;23503:208::o;18263:103::-;17658:7;17685:6;-1:-1:-1;;;;;17685:6:0;16359:10;17832:23;17824:68;;;;-1:-1:-1;;;17824:68:0;;17203:2:1;17824:68:0;;;17185:21:1;;;17222:18;;;17215:30;17281:34;17261:18;;;17254:62;17333:18;;17824:68:0;17001:356:1;17824:68:0;18328:30:::1;18355:1;18328:18;:30::i;54942:193::-:0;54999:34;54509:24;16359:10;50099:139;:::i;54999:34::-;54977:131;;;;-1:-1:-1;;;54977:131:0;;;;;;;:::i;:::-;55119:8;:6;:8::i;36366:321::-;36425:16;36454:28;36499:23;36516:5;36499:16;:23::i;:::-;36485:38;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;36485:38:0;;36454:69;;36539:6;36534:117;36555:23;36572:5;36555:16;:23::i;:::-;36551:1;:27;36534:117;;;-1:-1:-1;;;;;36617:19:0;;;;;;:12;:19;;;;;;;;:22;;;;;;;;;36600:14;;:11;;36637:1;;36600:14;;;;;;:::i;:::-;;;;;;;;;;:39;36580:3;;;;:::i;:::-;;;;36534:117;;;-1:-1:-1;36668:11:0;36366:321;-1:-1:-1;;36366:321:0:o;50099:139::-;50177:4;50201:12;;;:6;:12;;;;;;;;-1:-1:-1;;;;;50201:29:0;;;;;;;;;;;;;;;50099:139::o;24248:104::-;24304:13;24337:7;24330:14;;;;;:::i;25831:295::-;16359:10;-1:-1:-1;;;;;25934:24:0;;;25926:62;;;;-1:-1:-1;;;25926:62:0;;17564:2:1;25926:62:0;;;17546:21:1;17603:2;17583:18;;;17576:30;17642:27;17622:18;;;17615:55;17687:18;;25926:62:0;17362:349:1;25926:62:0;16359:10;26001:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;26001:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;26001:53:0;;;;;;;;;;26070:48;;540:41:1;;;26001:42:0;;16359:10;26070:48;;513:18:1;26070:48:0;;;;;;;25831:295;;:::o;27034:293::-;27174:41;16359:10;27207:7;27174:18;:41::i;:::-;27166:103;;;;-1:-1:-1;;;27166:103:0;;;;;;;:::i;:::-;27280:39;27294:4;27300:2;27304:7;27313:5;27280:13;:39::i;:::-;27034:293;;;;:::o;57701:180::-;57812:13;57850:23;57865:7;57850:14;:23::i;51289:235::-;50493:7;50520:12;;;:6;:12;;;;;:22;;;51383:41;;51391:18;50427:123;51383:41;51375:102;;;;-1:-1:-1;;;51375:102:0;;17918:2:1;51375:102:0;;;17900:21:1;17957:2;17937:18;;;17930:30;17996:34;17976:18;;;17969:62;-1:-1:-1;;;18047:18:1;;;18040:46;18103:19;;51375:102:0;17716:412:1;56976:158:0;57074:52;16359:10;57108:2;57112:7;57121:4;;57074:52;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;57074:19:0;;-1:-1:-1;;;57074:52:0:i;18521:201::-;17658:7;17685:6;-1:-1:-1;;;;;17685:6:0;16359:10;17832:23;17824:68;;;;-1:-1:-1;;;17824:68:0;;17203:2:1;17824:68:0;;;17185:21:1;;;17222:18;;;17215:30;17281:34;17261:18;;;17254:62;17333:18;;17824:68:0;17001:356:1;17824:68:0;-1:-1:-1;;;;;18610:22:0;::::1;18602:73;;;::::0;-1:-1:-1;;;18602:73:0;;18335:2:1;18602:73:0::1;::::0;::::1;18317:21:1::0;18374:2;18354:18;;;18347:30;18413:34;18393:18;;;18386:62;-1:-1:-1;;;18464:18:1;;;18457:36;18510:19;;18602:73:0::1;18133:402:1::0;18602:73:0::1;18686:28;18705:8;18686:18;:28::i;49794:213::-:0;49879:4;-1:-1:-1;;;;;;49903:47:0;;-1:-1:-1;;;49903:47:0;;:96;;;49963:36;49987:11;49963:23;:36::i;28794:127::-;28859:4;28883:16;;;:7;:16;;;;;;-1:-1:-1;;;;;28883:16:0;:30;;;28794:127::o;32679:174::-;32754:24;;;;:15;:24;;;;;:29;;-1:-1:-1;;;;;;32754:29:0;-1:-1:-1;;;;;32754:29:0;;;;;;;;:24;;32808:23;32754:24;32808:14;:23::i;:::-;-1:-1:-1;;;;;32799:46:0;;;;;;;;;;;32679:174;;:::o;29088:355::-;29181:4;29206:16;29214:7;29206;:16::i;:::-;29198:73;;;;-1:-1:-1;;;29198:73:0;;18742:2:1;29198:73:0;;;18724:21:1;18781:2;18761:18;;;18754:30;18820:34;18800:18;;;18793:62;-1:-1:-1;;;18871:18:1;;;18864:42;18923:19;;29198:73:0;18540:408:1;29198:73:0;29282:13;29298:23;29313:7;29298:14;:23::i;:::-;29282:39;;29351:5;-1:-1:-1;;;;;29340:16:0;:7;-1:-1:-1;;;;;29340:16:0;;:51;;;;29384:7;-1:-1:-1;;;;;29360:31:0;:20;29372:7;29360:11;:20::i;:::-;-1:-1:-1;;;;;29360:31:0;;29340:51;:94;;;-1:-1:-1;;;;;;26318:25:0;;;26294:4;26318:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;29395:39;29332:103;29088:355;-1:-1:-1;;;;29088:355:0:o;32017:544::-;32142:4;-1:-1:-1;;;;;32115:31:0;:23;32130:7;32115:14;:23::i;:::-;-1:-1:-1;;;;;32115:31:0;;32107:85;;;;-1:-1:-1;;;32107:85:0;;19155:2:1;32107:85:0;;;19137:21:1;19194:2;19174:18;;;19167:30;19233:34;19213:18;;;19206:62;-1:-1:-1;;;19284:18:1;;;19277:39;19333:19;;32107:85:0;18953:405:1;32107:85:0;-1:-1:-1;;;;;32211:16:0;;32203:65;;;;-1:-1:-1;;;32203:65:0;;19565:2:1;32203:65:0;;;19547:21:1;19604:2;19584:18;;;19577:30;19643:34;19623:18;;;19616:62;-1:-1:-1;;;19694:18:1;;;19687:34;19738:19;;32203:65:0;19363:400:1;32203:65:0;32281:39;32302:4;32308:2;32312:7;32281:20;:39::i;:::-;32385:29;32402:1;32406:7;32385:8;:29::i;:::-;-1:-1:-1;;;;;32427:15:0;;;;;;:9;:15;;;;;:20;;32446:1;;32427:15;:20;;32446:1;;32427:20;:::i;:::-;;;;-1:-1:-1;;;;;;;32458:13:0;;;;;;:9;:13;;;;;:18;;32475:1;;32458:13;:18;;32475:1;;32458:18;:::i;:::-;;;;-1:-1:-1;;32487:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;32487:21:0;-1:-1:-1;;;;;32487:21:0;;;;;;;;;32526:27;;32487:16;;32526:27;;;;;;;32017:544;;;:::o;53279:229::-;53354:22;53362:4;53368:7;53354;:22::i;:::-;53349:152;;53393:12;;;;:6;:12;;;;;;;;-1:-1:-1;;;;;53393:29:0;;;;;;;;;:36;;-1:-1:-1;;53393:36:0;53425:4;53393:36;;;53476:12;16359:10;;16279:98;53476:12;-1:-1:-1;;;;;53449:40:0;53467:7;-1:-1:-1;;;;;53449:40:0;53461:4;53449:40;;;;;;;;;;53279:229;;:::o;53516:230::-;53591:22;53599:4;53605:7;53591;:22::i;:::-;53587:152;;;53662:5;53630:12;;;:6;:12;;;;;;;;-1:-1:-1;;;;;53630:29:0;;;;;;;;;;:37;;-1:-1:-1;;53630:37:0;;;53687:40;16359:10;;53630:12;;53687:40;;53662:5;53687:40;53516:230;;:::o;46138:120::-;45150:7;;;;45674:41;;;;-1:-1:-1;;;45674:41:0;;20233:2:1;45674:41:0;;;20215:21:1;20272:2;20252:18;;;20245:30;-1:-1:-1;;;20291:18:1;;;20284:50;20351:18;;45674:41:0;20031:344:1;45674:41:0;46197:7:::1;:15:::0;;-1:-1:-1;;46197:15:0::1;::::0;;46228:22:::1;16359:10:::0;46237:12:::1;46228:22;::::0;-1:-1:-1;;;;;1697:32:1;;;1679:51;;1667:2;1652:18;46228:22:0::1;;;;;;;46138:120::o:0;28209:272::-;28323:28;28333:4;28339:2;28343:7;28323:9;:28::i;:::-;28370:48;28393:4;28399:2;28403:7;28412:5;28370:22;:48::i;:::-;28362:111;;;;-1:-1:-1;;;28362:111:0;;;;;;;:::i;57578:115::-;57665:20;57677:7;57665:11;:20::i;29786:110::-;29862:26;29872:2;29876:7;29862:26;;;;;;;;;;;;:9;:26::i;43434:217::-;43534:16;43542:7;43534;:16::i;:::-;43526:75;;;;-1:-1:-1;;;43526:75:0;;21001:2:1;43526:75:0;;;20983:21:1;21040:2;21020:18;;;21013:30;21079:34;21059:18;;;21052:62;-1:-1:-1;;;21130:18:1;;;21123:44;21184:19;;43526:75:0;20799:410:1;43526:75:0;43612:19;;;;:10;:19;;;;;:31;43634:9;43612:19;:31;:::i;18882:191::-;18956:16;18975:6;;-1:-1:-1;;;;;18992:17:0;;;-1:-1:-1;;;;;;18992:17:0;;;;;;19025:40;;18975:6;;;;;;;19025:40;;18956:16;19025:40;18945:128;18882:191;:::o;45879:118::-;45150:7;;;;45404:9;45396:38;;;;-1:-1:-1;;;45396:38:0;;23620:2:1;45396:38:0;;;23602:21:1;23659:2;23639:18;;;23632:30;-1:-1:-1;;;23678:18:1;;;23671:46;23734:18;;45396:38:0;23418:340:1;45396:38:0;45939:7:::1;:14:::0;;-1:-1:-1;;45939:14:0::1;45949:4;45939:14;::::0;;45969:20:::1;45976:12;16359:10:::0;;16279:98;42599:679;42672:13;42706:16;42714:7;42706;:16::i;:::-;42698:78;;;;-1:-1:-1;;;42698:78:0;;23965:2:1;42698:78:0;;;23947:21:1;24004:2;23984:18;;;23977:30;24043:34;24023:18;;;24016:62;-1:-1:-1;;;24094:18:1;;;24087:47;24151:19;;42698:78:0;23763:413:1;42698:78:0;42789:23;42815:19;;;:10;:19;;;;;42789:45;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;42845:18;42866:10;24989:9;;;;;;;;;-1:-1:-1;24989:9:0;;;24912:94;42866:10;42845:31;;42958:4;42952:18;42974:1;42952:23;42948:72;;-1:-1:-1;42999:9:0;42599:679;-1:-1:-1;;42599:679:0:o;42948:72::-;43124:23;;:27;43120:108;;43199:4;43205:9;43182:33;;;;;;;;;:::i;:::-;;;;;;;;;;;;;43168:48;;;;42599:679;;;:::o;43120:108::-;43247:23;43262:7;43247:14;:23::i;35785:233::-;35887:4;-1:-1:-1;;;;;;35911:50:0;;-1:-1:-1;;;35911:50:0;;:99;;;35974:36;35998:11;35974:23;:36::i;57285:215::-;45150:7;;;;45404:9;45396:38;;;;-1:-1:-1;;;45396:38:0;;23620:2:1;45396:38:0;;;23602:21:1;23659:2;23639:18;;;23632:30;-1:-1:-1;;;23678:18:1;;;23671:46;23734:18;;45396:38:0;23418:340:1;45396:38:0;57447:45:::1;57474:4;57480:2;57484:7;57447:26;:45::i;33418:839::-:0;33535:4;-1:-1:-1;;;;;33561:13:0;;8847:20;8885:8;33557:693;;33597:72;;-1:-1:-1;;;33597:72:0;;-1:-1:-1;;;;;33597:36:0;;;;;:72;;16359:10;;33648:4;;33654:7;;33663:5;;33597:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;33597:72:0;;;;;;;;-1:-1:-1;;33597:72:0;;;;;;;;;;;;:::i;:::-;;;33593:602;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33843:6;:13;33860:1;33843:18;33839:341;;33886:60;;-1:-1:-1;;;33886:60:0;;;;;;;:::i;33839:341::-;34130:6;34124:13;34115:6;34111:2;34107:15;34100:38;33593:602;-1:-1:-1;;;;;;33720:55:0;-1:-1:-1;;;33720:55:0;;-1:-1:-1;33713:62:0;;43880:206;43949:20;43961:7;43949:11;:20::i;:::-;43992:19;;;;:10;:19;;;;;43986:33;;;;;:::i;:::-;:38;;-1:-1:-1;43982:97:0;;44048:19;;;;:10;:19;;;;;44041:26;;;:::i;30123:250::-;30219:18;30225:2;30229:7;30219:5;:18::i;:::-;30256:54;30287:1;30291:2;30295:7;30304:5;30256:22;:54::i;:::-;30248:117;;;;-1:-1:-1;;;30248:117:0;;;;;;;:::i;24423:352::-;24496:13;24530:16;24538:7;24530;:16::i;:::-;24522:76;;;;-1:-1:-1;;;24522:76:0;;25632:2:1;24522:76:0;;;25614:21:1;25671:2;25651:18;;;25644:30;25710:34;25690:18;;;25683:62;-1:-1:-1;;;25761:18:1;;;25754:45;25816:19;;24522:76:0;25430:411:1;24522:76:0;24611:21;24635:10;24989:9;;;;;;;;;-1:-1:-1;24989:9:0;;;24912:94;24635:10;24611:34;;24687:1;24669:7;24663:21;:25;:104;;;;;;;;;;;;;;;;;24724:7;24733:18;:7;:16;:18::i;:::-;24707:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;24663:104;24656:111;24423:352;-1:-1:-1;;;24423:352:0:o;23155:284::-;23257:4;-1:-1:-1;;;;;;23281:40:0;;-1:-1:-1;;;23281:40:0;;:101;;-1:-1:-1;;;;;;;23334:48:0;;-1:-1:-1;;;23334:48:0;23281:101;:150;;;-1:-1:-1;;;;;;;;;;21870:40:0;;;23395:36;21761:157;37799:555;-1:-1:-1;;;;;37971:18:0;;37967:187;;38006:40;38038:7;39181:10;:17;;39154:24;;;;:15;:24;;;;;:44;;;39209:24;;;;;;;;;;;;39077:164;38006:40;37967:187;;;38076:2;-1:-1:-1;;;;;38068:10:0;:4;-1:-1:-1;;;;;38068:10:0;;38064:90;;38095:47;38128:4;38134:7;38095:32;:47::i;:::-;-1:-1:-1;;;;;38168:16:0;;38164:183;;38201:45;38238:7;38201:36;:45::i;38164:183::-;38274:4;-1:-1:-1;;;;;38268:10:0;:2;-1:-1:-1;;;;;38268:10:0;;38264:83;;38295:40;38323:2;38327:7;38295:27;:40::i;31320:360::-;31380:13;31396:23;31411:7;31396:14;:23::i;:::-;31380:39;;31432:48;31453:5;31468:1;31472:7;31432:20;:48::i;:::-;31521:29;31538:1;31542:7;31521:8;:29::i;:::-;-1:-1:-1;;;;;31563:16:0;;;;;;:9;:16;;;;;:21;;31583:1;;31563:16;:21;;31583:1;;31563:21;:::i;:::-;;;;-1:-1:-1;;31602:16:0;;;;:7;:16;;;;;;31595:23;;-1:-1:-1;;;;;;31595:23:0;;;31636:36;31610:7;;31602:16;-1:-1:-1;;;;;31636:36:0;;;;;31602:16;;31636:36;31369:311;31320:360;:::o;30709:382::-;-1:-1:-1;;;;;30789:16:0;;30781:61;;;;-1:-1:-1;;;30781:61:0;;26048:2:1;30781:61:0;;;26030:21:1;;;26067:18;;;26060:30;26126:34;26106:18;;;26099:62;26178:18;;30781:61:0;25846:356:1;30781:61:0;30862:16;30870:7;30862;:16::i;:::-;30861:17;30853:58;;;;-1:-1:-1;;;30853:58:0;;26409:2:1;30853:58:0;;;26391:21:1;26448:2;26428:18;;;26421:30;26487;26467:18;;;26460:58;26535:18;;30853:58:0;26207:352:1;30853:58:0;30924:45;30953:1;30957:2;30961:7;30924:20;:45::i;:::-;-1:-1:-1;;;;;30982:13:0;;;;;;:9;:13;;;;;:18;;30999:1;;30982:13;:18;;30999:1;;30982:18;:::i;:::-;;;;-1:-1:-1;;31011:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;31011:21:0;-1:-1:-1;;;;;31011:21:0;;;;;;;;31050:33;;31011:16;;;31050:33;;31011:16;;31050:33;30709:382;;:::o;19304:723::-;19360:13;19581:5;19590:1;19581:10;19577:53;;-1:-1:-1;;19608:10:0;;;;;;;;;;;;-1:-1:-1;;;19608:10:0;;;;;19304:723::o;19577:53::-;19655:5;19640:12;19696:78;19703:9;;19696:78;;19729:8;;;;:::i;:::-;;-1:-1:-1;19752:10:0;;-1:-1:-1;19760:2:0;19752:10;;:::i;:::-;;;19696:78;;;19784:19;19816:6;19806:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;19806:17:0;;19784:39;;19834:154;19841:10;;19834:154;;19868:11;19878:1;19868:11;;:::i;:::-;;-1:-1:-1;19937:10:0;19945:2;19937:5;:10;:::i;:::-;19924:24;;:2;:24;:::i;:::-;19911:39;;19894:6;19901;19894:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;19894:56:0;;;;;;;;-1:-1:-1;19965:11:0;19974:2;19965:11;;:::i;:::-;;;19834:154;;39868:1014;40134:22;40184:1;40159:22;40176:4;40159:16;:22::i;:::-;:26;;;;:::i;:::-;40196:18;40217:26;;;:17;:26;;;;;;40134:51;;-1:-1:-1;40350:28:0;;;40346:354;;-1:-1:-1;;;;;40417:18:0;;40395:19;40417:18;;;:12;:18;;;;;;;;:34;;;;;;;;;40468:30;;;;;;:44;;;40598:30;;:17;:30;;;;;:43;;;40346:354;-1:-1:-1;40796:26:0;;;;:17;:26;;;;;;;;40789:33;;;-1:-1:-1;;;;;40840:18:0;;;;;:12;:18;;;;;:34;;;;;;;40833:41;39868:1014::o;41177:1097::-;41455:10;:17;41430:22;;41455:21;;41475:1;;41455:21;:::i;:::-;41487:18;41508:24;;;:15;:24;;;;;;41881:10;:26;;41430:46;;-1:-1:-1;41508:24:0;;41430:46;;41881:26;;;;;;:::i;:::-;;;;;;;;;41859:48;;41945:11;41920:10;41931;41920:22;;;;;;;;:::i;:::-;;;;;;;;;;;;:36;;;;42034:28;;;:15;:28;;;;;;;:41;;;42215:24;;;;;42208:31;42250:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;41248:1026;;;41177:1097;:::o;38655:221::-;38740:14;38757:20;38774:2;38757:16;:20::i;:::-;-1:-1:-1;;;;;38788:16:0;;;;;;;:12;:16;;;;;;;;:24;;;;;;;;:34;;;38833:26;;;:17;:26;;;;;;:35;;;;-1:-1:-1;38655:221:0:o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::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:250::-;677:1;687:113;701:6;698:1;695:13;687:113;;;777:11;;;771:18;758:11;;;751:39;723:2;716:10;687:113;;;-1:-1:-1;;834:1:1;816:16;;809:27;592:250::o;847:271::-;889:3;927:5;921:12;954:6;949:3;942:19;970:76;1039:6;1032:4;1027:3;1023:14;1016:4;1009:5;1005:16;970:76;:::i;:::-;1100:2;1079:15;-1:-1:-1;;1075:29:1;1066:39;;;;1107:4;1062:50;;847:271;-1:-1:-1;;847:271:1:o;1123:220::-;1272:2;1261:9;1254:21;1235:4;1292:45;1333:2;1322:9;1318:18;1310:6;1292:45;:::i;1348:180::-;1407:6;1460:2;1448:9;1439:7;1435:23;1431:32;1428:52;;;1476:1;1473;1466:12;1428:52;-1:-1:-1;1499:23:1;;1348:180;-1:-1:-1;1348:180:1:o;1741:173::-;1809:20;;-1:-1:-1;;;;;1858:31:1;;1848:42;;1838:70;;1904:1;1901;1894:12;1838:70;1741:173;;;:::o;1919:254::-;1987:6;1995;2048:2;2036:9;2027:7;2023:23;2019:32;2016:52;;;2064:1;2061;2054:12;2016:52;2087:29;2106:9;2087:29;:::i;:::-;2077:39;2163:2;2148:18;;;;2135:32;;-1:-1:-1;;;1919:254:1:o;2360:328::-;2437:6;2445;2453;2506:2;2494:9;2485:7;2481:23;2477:32;2474:52;;;2522:1;2519;2512:12;2474:52;2545:29;2564:9;2545:29;:::i;:::-;2535:39;;2593:38;2627:2;2616:9;2612:18;2593:38;:::i;:::-;2583:48;;2678:2;2667:9;2663:18;2650:32;2640:42;;2360:328;;;;;:::o;3060:254::-;3128:6;3136;3189:2;3177:9;3168:7;3164:23;3160:32;3157:52;;;3205:1;3202;3195:12;3157:52;3241:9;3228:23;3218:33;;3270:38;3304:2;3293:9;3289:18;3270:38;:::i;:::-;3260:48;;3060:254;;;;;:::o;3319:127::-;3380:10;3375:3;3371:20;3368:1;3361:31;3411:4;3408:1;3401:15;3435:4;3432:1;3425:15;3451:275;3522:2;3516:9;3587:2;3568:13;;-1:-1:-1;;3564:27:1;3552:40;;3622:18;3607:34;;3643:22;;;3604:62;3601:88;;;3669:18;;:::i;:::-;3705:2;3698:22;3451:275;;-1:-1:-1;3451:275:1:o;3731:407::-;3796:5;3830:18;3822:6;3819:30;3816:56;;;3852:18;;:::i;:::-;3890:57;3935:2;3914:15;;-1:-1:-1;;3910:29:1;3941:4;3906:40;3890:57;:::i;:::-;3881:66;;3970:6;3963:5;3956:21;4010:3;4001:6;3996:3;3992:16;3989:25;3986:45;;;4027:1;4024;4017:12;3986:45;4076:6;4071:3;4064:4;4057:5;4053:16;4040:43;4130:1;4123:4;4114:6;4107:5;4103:18;4099:29;4092:40;3731:407;;;;;:::o;4143:222::-;4186:5;4239:3;4232:4;4224:6;4220:17;4216:27;4206:55;;4257:1;4254;4247:12;4206:55;4279:80;4355:3;4346:6;4333:20;4326:4;4318:6;4314:17;4279:80;:::i;4370:464::-;4457:6;4465;4473;4526:2;4514:9;4505:7;4501:23;4497:32;4494:52;;;4542:1;4539;4532:12;4494:52;4565:29;4584:9;4565:29;:::i;:::-;4555:39;;4641:2;4630:9;4626:18;4613:32;4603:42;;4696:2;4685:9;4681:18;4668:32;4723:18;4715:6;4712:30;4709:50;;;4755:1;4752;4745:12;4709:50;4778;4820:7;4811:6;4800:9;4796:22;4778:50;:::i;:::-;4768:60;;;4370:464;;;;;:::o;4839:183::-;4899:4;4932:18;4924:6;4921:30;4918:56;;;4954:18;;:::i;:::-;-1:-1:-1;4999:1:1;4995:14;5011:4;4991:25;;4839:183::o;5027:662::-;5081:5;5134:3;5127:4;5119:6;5115:17;5111:27;5101:55;;5152:1;5149;5142:12;5101:55;5188:6;5175:20;5214:4;5238:60;5254:43;5294:2;5254:43;:::i;:::-;5238:60;:::i;:::-;5332:15;;;5418:1;5414:10;;;;5402:23;;5398:32;;;5363:12;;;;5442:15;;;5439:35;;;5470:1;5467;5460:12;5439:35;5506:2;5498:6;5494:15;5518:142;5534:6;5529:3;5526:15;5518:142;;;5600:17;;5588:30;;5638:12;;;;5551;;5518:142;;;-1:-1:-1;5678:5:1;5027:662;-1:-1:-1;;;;;;5027:662:1:o;5694:888::-;5747:5;5800:3;5793:4;5785:6;5781:17;5777:27;5767:55;;5818:1;5815;5808:12;5767:55;5854:6;5841:20;5880:4;5904:60;5920:43;5960:2;5920:43;:::i;5904:60::-;5998:15;;;6084:1;6080:10;;;;6068:23;;6064:32;;;6029:12;;;;6108:15;;;6105:35;;;6136:1;6133;6126:12;6105:35;6172:2;6164:6;6160:15;6184:369;6200:6;6195:3;6192:15;6184:369;;;6286:3;6273:17;6322:18;6309:11;6306:35;6303:125;;;6382:1;6411:2;6407;6400:14;6303:125;6453:57;6506:3;6501:2;6487:11;6479:6;6475:24;6471:33;6453:57;:::i;:::-;6441:70;;-1:-1:-1;6531:12:1;;;;6217;;6184:369;;6587:1381;6749:6;6757;6765;6818:2;6806:9;6797:7;6793:23;6789:32;6786:52;;;6834:1;6831;6824:12;6786:52;6874:9;6861:23;6903:18;6944:2;6936:6;6933:14;6930:34;;;6960:1;6957;6950:12;6930:34;6998:6;6987:9;6983:22;6973:32;;7043:7;7036:4;7032:2;7028:13;7024:27;7014:55;;7065:1;7062;7055:12;7014:55;7101:2;7088:16;7123:4;7147:60;7163:43;7203:2;7163:43;:::i;7147:60::-;7241:15;;;7323:1;7319:10;;;;7311:19;;7307:28;;;7272:12;;;;7347:19;;;7344:39;;;7379:1;7376;7369:12;7344:39;7403:11;;;;7423:148;7439:6;7434:3;7431:15;7423:148;;;7505:23;7524:3;7505:23;:::i;:::-;7493:36;;7456:12;;;;7549;;;;7423:148;;;7590:5;-1:-1:-1;;7633:18:1;;7620:32;;-1:-1:-1;;7664:16:1;;;7661:36;;;7693:1;7690;7683:12;7661:36;7716:63;7771:7;7760:8;7749:9;7745:24;7716:63;:::i;:::-;7706:73;;7832:2;7821:9;7817:18;7804:32;7788:48;;7861:2;7851:8;7848:16;7845:36;;;7877:1;7874;7867:12;7845:36;;7900:62;7954:7;7943:8;7932:9;7928:24;7900:62;:::i;7973:186::-;8032:6;8085:2;8073:9;8064:7;8060:23;8056:32;8053:52;;;8101:1;8098;8091:12;8053:52;8124:29;8143:9;8124:29;:::i;8164:632::-;8335:2;8387:21;;;8457:13;;8360:18;;;8479:22;;;8306:4;;8335:2;8558:15;;;;8532:2;8517:18;;;8306:4;8601:169;8615:6;8612:1;8609:13;8601:169;;;8676:13;;8664:26;;8745:15;;;;8710:12;;;;8637:1;8630:9;8601:169;;;-1:-1:-1;8787:3:1;;8164:632;-1:-1:-1;;;;;;8164:632:1:o;8801:347::-;8866:6;8874;8927:2;8915:9;8906:7;8902:23;8898:32;8895:52;;;8943:1;8940;8933:12;8895:52;8966:29;8985:9;8966:29;:::i;:::-;8956:39;;9045:2;9034:9;9030:18;9017:32;9092:5;9085:13;9078:21;9071:5;9068:32;9058:60;;9114:1;9111;9104:12;9058:60;9137:5;9127:15;;;8801:347;;;;;:::o;9153:667::-;9248:6;9256;9264;9272;9325:3;9313:9;9304:7;9300:23;9296:33;9293:53;;;9342:1;9339;9332:12;9293:53;9365:29;9384:9;9365:29;:::i;:::-;9355:39;;9413:38;9447:2;9436:9;9432:18;9413:38;:::i;:::-;9403:48;;9498:2;9487:9;9483:18;9470:32;9460:42;;9553:2;9542:9;9538:18;9525:32;9580:18;9572:6;9569:30;9566:50;;;9612:1;9609;9602:12;9566:50;9635:22;;9688:4;9680:13;;9676:27;-1:-1:-1;9666:55:1;;9717:1;9714;9707:12;9666:55;9740:74;9806:7;9801:2;9788:16;9783:2;9779;9775:11;9740:74;:::i;:::-;9730:84;;;9153:667;;;;;;;:::o;9825:260::-;9893:6;9901;9954:2;9942:9;9933:7;9929:23;9925:32;9922:52;;;9970:1;9967;9960:12;9922:52;9993:29;10012:9;9993:29;:::i;:::-;9983:39;;10041:38;10075:2;10064:9;10060:18;10041:38;:::i;10090:733::-;10178:6;10186;10194;10202;10255:2;10243:9;10234:7;10230:23;10226:32;10223:52;;;10271:1;10268;10261:12;10223:52;10294:29;10313:9;10294:29;:::i;:::-;10284:39;;10370:2;10359:9;10355:18;10342:32;10332:42;;10425:2;10414:9;10410:18;10397:32;10448:18;10489:2;10481:6;10478:14;10475:34;;;10505:1;10502;10495:12;10475:34;10543:6;10532:9;10528:22;10518:32;;10588:7;10581:4;10577:2;10573:13;10569:27;10559:55;;10610:1;10607;10600:12;10559:55;10650:2;10637:16;10676:2;10668:6;10665:14;10662:34;;;10692:1;10689;10682:12;10662:34;10737:7;10732:2;10723:6;10719:2;10715:15;10711:24;10708:37;10705:57;;;10758:1;10755;10748:12;10705:57;10090:733;;;;-1:-1:-1;;10789:2:1;10781:11;;-1:-1:-1;;;10090:733:1:o;10828:380::-;10907:1;10903:12;;;;10950;;;10971:61;;11025:4;11017:6;11013:17;11003:27;;10971:61;11078:2;11070:6;11067:14;11047:18;11044:38;11041:161;;11124:10;11119:3;11115:20;11112:1;11105:31;11159:4;11156:1;11149:15;11187:4;11184:1;11177:15;11041:161;;10828:380;;;:::o;12453:413::-;12655:2;12637:21;;;12694:2;12674:18;;;12667:30;12733:34;12728:2;12713:18;;12706:62;-1:-1:-1;;;12799:2:1;12784:18;;12777:47;12856:3;12841:19;;12453:413::o;14115:411::-;14317:2;14299:21;;;14356:2;14336:18;;;14329:30;14395:34;14390:2;14375:18;;14368:62;-1:-1:-1;;;14461:2:1;14446:18;;14439:45;14516:3;14501:19;;14115:411::o;15361:127::-;15422:10;15417:3;15413:20;15410:1;15403:31;15453:4;15450:1;15443:15;15477:4;15474:1;15467:15;15493:410;15695:2;15677:21;;;15734:2;15714:18;;;15707:30;15773:34;15768:2;15753:18;;15746:62;-1:-1:-1;;;15839:2:1;15824:18;;15817:44;15893:3;15878:19;;15493:410::o;15908:127::-;15969:10;15964:3;15960:20;15957:1;15950:31;16000:4;15997:1;15990:15;16024:4;16021:1;16014:15;16040:135;16079:3;16100:17;;;16097:43;;16120:18;;:::i;:::-;-1:-1:-1;16167:1:1;16156:13;;16040:135::o;19768:128::-;19835:9;;;19856:11;;;19853:37;;;19870:18;;:::i;19901:125::-;19966:9;;;19987:10;;;19984:36;;;20000:18;;:::i;20380:414::-;20582:2;20564:21;;;20621:2;20601:18;;;20594:30;20660:34;20655:2;20640:18;;20633:62;-1:-1:-1;;;20726:2:1;20711:18;;20704:48;20784:3;20769:19;;20380:414::o;21340:545::-;21442:2;21437:3;21434:11;21431:448;;;21478:1;21503:5;21499:2;21492:17;21548:4;21544:2;21534:19;21618:2;21606:10;21602:19;21599:1;21595:27;21589:4;21585:38;21654:4;21642:10;21639:20;21636:47;;;-1:-1:-1;21677:4:1;21636:47;21732:2;21727:3;21723:12;21720:1;21716:20;21710:4;21706:31;21696:41;;21787:82;21805:2;21798:5;21795:13;21787:82;;;21850:17;;;21831:1;21820:13;21787:82;;;21791:3;;;21340:545;;;:::o;22061:1352::-;22187:3;22181:10;22214:18;22206:6;22203:30;22200:56;;;22236:18;;:::i;:::-;22265:97;22355:6;22315:38;22347:4;22341:11;22315:38;:::i;:::-;22309:4;22265:97;:::i;:::-;22417:4;;22481:2;22470:14;;22498:1;22493:663;;;;23200:1;23217:6;23214:89;;;-1:-1:-1;23269:19:1;;;23263:26;23214:89;-1:-1:-1;;22018:1:1;22014:11;;;22010:24;22006:29;21996:40;22042:1;22038:11;;;21993:57;23316:81;;22463:944;;22493:663;21287:1;21280:14;;;21324:4;21311:18;;-1:-1:-1;;22529:20:1;;;22647:236;22661:7;22658:1;22655:14;22647:236;;;22750:19;;;22744:26;22729:42;;22842:27;;;;22810:1;22798:14;;;;22677:19;;22647:236;;;22651:3;22911:6;22902:7;22899:19;22896:201;;;22972:19;;;22966:26;-1:-1:-1;;23055:1:1;23051:14;;;23067:3;23047:24;23043:37;23039:42;23024:58;23009:74;;22896:201;-1:-1:-1;;;;;23143:1:1;23127:14;;;23123:22;23110:36;;-1:-1:-1;22061:1352:1:o;24181:496::-;24360:3;24398:6;24392:13;24414:66;24473:6;24468:3;24461:4;24453:6;24449:17;24414:66;:::i;:::-;24543:13;;24502:16;;;;24565:70;24543:13;24502:16;24612:4;24600:17;;24565:70;:::i;:::-;24651:20;;24181:496;-1:-1:-1;;;;24181:496:1:o;24682:489::-;-1:-1:-1;;;;;24951:15:1;;;24933:34;;25003:15;;24998:2;24983:18;;24976:43;25050:2;25035:18;;25028:34;;;25098:3;25093:2;25078:18;;25071:31;;;24876:4;;25119:46;;25145:19;;25137:6;25119:46;:::i;:::-;25111:54;24682:489;-1:-1:-1;;;;;;24682:489:1:o;25176:249::-;25245:6;25298:2;25286:9;25277:7;25273:23;25269:32;25266:52;;;25314:1;25311;25304:12;25266:52;25346:9;25340:16;25365:30;25389:5;25365:30;:::i;26564:127::-;26625:10;26620:3;26616:20;26613:1;26606:31;26656:4;26653:1;26646:15;26680:4;26677:1;26670:15;26696:120;26736:1;26762;26752:35;;26767:18;;:::i;:::-;-1:-1:-1;26801:9:1;;26696:120::o;26821:112::-;26853:1;26879;26869:35;;26884:18;;:::i;:::-;-1:-1:-1;26918:9:1;;26821:112::o;26938:127::-;26999:10;26994:3;26990:20;26987:1;26980:31;27030:4;27027:1;27020:15;27054:4;27051:1;27044:15

Swarm Source

ipfs://62de8c36bd12bcef5eaecb892d4a4ccf152ea77a3d7f738f41c4a02fd6a58945
Block Transaction Gas Used Reward
Age Block Fee Address BC Fee Address Voting Power Jailed Incoming
Block Uncle Number Difficulty Gas Used Reward
Loading