ETH Price: $3,384.00 (+4.46%)

The Warlords of Champions Tactics (WAR)
 

Overview

TokenID

9264

Total Transfers

-

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

The Warlords is a collection of 9,999 digital collectibles for the upcoming game Champions Tactics™ Grimoria Chronicles by Ubisoft.

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
GenesisPFP

Compiler Version
v0.8.18+commit.87f61d96

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion
File 1 of 33 : GenesisPFP.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
import {ChainlinkVRFMetadata} from "./abstracts/ChainlinkVRFMetadata.sol";
import {ECDSA} from "openzeppelin/utils/cryptography/ECDSA.sol";
import {EIP712} from "openzeppelin/utils/cryptography/EIP712.sol";
import {ERC721Psi} from "src/ERC721Psi/ERC721Psi.sol";
import {ERC721PsiAddressData} from "src/ERC721Psi/extension/ERC721PsiAddressData.sol";
import {Errors} from "./librairies/Errors.sol";
import {IGenesisPFP} from "./interfaces/IGenesisPFP.sol";
import {GenesisBase} from "./abstracts/GenesisBase.sol";
import {MintData} from "./types/MintData.sol";
import {VRFV2WrapperConsumerBase} from "chainlink/v0.8/vrf/VRFV2WrapperConsumerBase.sol";
import {Strings} from "openzeppelin/utils/Strings.sol";
/**
* @title GenesisPFP
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 2 of 33 : ChainlinkVRFMetadata.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
import {Errors} from "src/librairies/Errors.sol";
import {Ownable} from "openzeppelin/access/Ownable.sol";
import {VRFCoordinatorV2Interface} from "chainlink/v0.8/interfaces/VRFCoordinatorV2Interface.sol";
import {VRFV2WrapperConsumerBase} from "chainlink/v0.8/vrf/VRFV2WrapperConsumerBase.sol";
/**
* @title ChainlinkVRFMetadata
*
* @dev Implementation of Chainlink VRFV2WrapperConsumerBase to request random numbers
*/
abstract contract ChainlinkVRFMetadata is VRFV2WrapperConsumerBase, Ownable {
// =============================================================
// VARIABLES
// =============================================================
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 3 of 33 : ECDSA.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/ECDSA.sol)
pragma solidity ^0.8.0;
import "../Strings.sol";
/**
* @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.
*
* These functions can be used to verify that a message was signed by the holder
* of the private keys of a given address.
*/
library ECDSA {
enum RecoverError {
NoError,
InvalidSignature,
InvalidSignatureLength,
InvalidSignatureS,
InvalidSignatureV // Deprecated in v4.8
}
function _throwError(RecoverError error) private pure {
if (error == RecoverError.NoError) {
return; // no error: do nothing
} else if (error == RecoverError.InvalidSignature) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 4 of 33 : EIP712.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/cryptography/EIP712.sol)
pragma solidity ^0.8.0;
import "./ECDSA.sol";
/**
* @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.
*
* The encoding specified in the EIP is very generic, and such a generic implementation in Solidity is not feasible,
* thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding
* they need in their contracts using a combination of `abi.encode` and `keccak256`.
*
* This contract implements the EIP 712 domain separator ({_domainSeparatorV4}) that is used as part of the encoding
* scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA
* ({_hashTypedDataV4}).
*
* The implementation of the domain separator was designed to be as efficient as possible while still properly updating
* the chain id to protect against replay attacks on an eventual fork of the chain.
*
* NOTE: This contract implements the version of the encoding known as "v4", as implemented by the JSON RPC method
* https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask].
*
* _Available since v3.4._
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 5 of 33 : ERC721Psi.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
/**
______ _____ _____ ______ ___ __ _ _ _
| ____| __ \ / ____|____ |__ \/_ | || || |
| |__ | |__) | | / / ) || | \| |/ |
| __| | _ /| | / / / / | |\_ _/
| |____| | \ \| |____ / / / /_ | | | |
|______|_| \_\\_____|/_/ |____||_| |_|
- github: https://github.com/estarriolvetch/ERC721Psi
- npm: https://www.npmjs.com/package/erc721psi
*/
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/IERC721.sol";
import "@openzeppelin/contracts/token/ERC721/IERC721Receiver.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol";
import "@openzeppelin/contracts/utils/Context.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "@openzeppelin/contracts/utils/introspection/ERC165.sol";
import "@openzeppelin/contracts/utils/Address.sol";
import "@openzeppelin/contracts/utils/StorageSlot.sol";
import "solidity-bits/contracts/BitMaps.sol";
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 6 of 33 : ERC721PsiAddressData.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
/**
______ _____ _____ ______ ___ __ _ _ _
| ____| __ \ / ____|____ |__ \/_ | || || |
| |__ | |__) | | / / ) || | \| |/ |
| __| | _ /| | / / / / | |\_ _/
| |____| | \ \| |____ / / / /_ | | | |
|______|_| \_\\_____|/_/ |____||_| |_|
*/
pragma solidity ^0.8.0;
import "solidity-bits/contracts/BitMaps.sol";
import "../ERC721Psi.sol";
/**
@dev This extension follows the AddressData format of ERC721A, so
it can be a dropped-in replacement for the contract that requires AddressData
*/
abstract contract ERC721PsiAddressData is ERC721Psi {
// Mapping owner address to address data
mapping(address => AddressData) _addressData;
// Compiler will pack this into a single 256bit word.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 7 of 33 : Errors.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
/**
* @title Errors
*
* @notice Library contains all the custom errors used to revert in Genesis contracts
*/
library Errors {
/**
* @notice user has already minted
*/
error AlreadyMinted();
/**
* @notice signature is invalid
*/
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 8 of 33 : IGenesisPFP.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
import {IGenesisBase} from "./IGenesisBase.sol";
import {MintData} from "../types/MintData.sol";
/**
* @title IGenesisPFP
*
* @notice Interface for the GenesisPFP contract, implementing minting and signature verification
*/
interface IGenesisPFP {
/**
* @notice allows a user to mint a token with a valid signature
* @dev signarture must be signed by the contract owner
* @param request MintData object describing the mint request
* @param signature EIP712-typed signature
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 9 of 33 : GenesisBase.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
import {AccessControl} from "openzeppelin/access/AccessControl.sol";
import {EIP712} from "openzeppelin/utils/cryptography/EIP712.sol";
import {ERC721Psi} from "src/ERC721Psi/ERC721Psi.sol";
import {ERC721PsiAddressData} from "src/ERC721Psi/extension/ERC721PsiAddressData.sol";
import {ERC2981} from "openzeppelin/token/common/ERC2981.sol";
import {Errors} from "../librairies/Errors.sol";
import {IAccessControl} from "openzeppelin/access/IAccessControl.sol";
import {IERC721} from "openzeppelin/token/ERC721/IERC721.sol";
import {IERC721Metadata} from "openzeppelin/token/ERC721/extensions/IERC721Metadata.sol";
import {IGenesisBase} from "../interfaces/IGenesisBase.sol";
import {MintData} from "../types/MintData.sol";
import {Ownable} from "openzeppelin/access/Ownable.sol";
/**
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 10 of 33 : MintData.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
/**
* @notice MintData holds the data required to a minting request
* @param to address of the user receiving the token(s)
* @param validity_start timestamp for signature's start of validity
* @param validity_end timestamp for signature's end of validity
* @param chain_id for replay attack protection
* @param mint_amount total number of tokens to mint if available
* @param user_nonce generated by Genesis' backend
*/
struct MintData {
address to;
uint256 validity_start;
uint256 validity_end;
uint256 chain_id;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 11 of 33 : VRFV2WrapperConsumerBase.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../interfaces/LinkTokenInterface.sol";
import "../interfaces/VRFV2WrapperInterface.sol";
/** *******************************************************************************
* @notice Interface for contracts using VRF randomness through the VRF V2 wrapper
* ********************************************************************************
* @dev PURPOSE
*
* @dev Create VRF V2 requests without the need for subscription management. Rather than creating
* @dev and funding a VRF V2 subscription, a user can use this wrapper to create one off requests,
* @dev paying up front rather than at fulfillment.
*
* @dev Since the price is determined using the gas price of the request transaction rather than
* @dev the fulfillment transaction, the wrapper charges an additional premium on callback gas
* @dev usage, in addition to some extra overhead costs associated with the VRFV2Wrapper contract.
* *****************************************************************************
* @dev USAGE
*
* @dev Calling contracts must inherit from VRFV2WrapperConsumerBase. The consumer must be funded
* @dev with enough LINK to make the request, otherwise requests will revert. To request randomness,
* @dev call the 'requestRandomness' function with the desired VRF parameters. This function handles
* @dev paying for the request based on the current pricing.
*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 12 of 33 : Strings.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
import "./math/Math.sol";
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _SYMBOLS = "0123456789abcdef";
uint8 private constant _ADDRESS_LENGTH = 20;
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
unchecked {
uint256 length = Math.log10(value) + 1;
string memory buffer = new string(length);
uint256 ptr;
/// @solidity memory-safe-assembly
assembly {
ptr := add(buffer, add(32, length))
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 13 of 33 : Ownable.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.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.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 14 of 33 : VRFCoordinatorV2Interface.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface VRFCoordinatorV2Interface {
/**
* @notice Get configuration relevant for making requests
* @return minimumRequestConfirmations global min for request confirmations
* @return maxGasLimit global max for request gas limit
* @return s_provingKeyHashes list of registered key hashes
*/
function getRequestConfig() external view returns (uint16, uint32, bytes32[] memory);
/**
* @notice Request a set of random words.
* @param keyHash - Corresponds to a particular oracle job which uses
* that key for generating the VRF proof. Different keyHash's have different gas price
* ceilings, so you can select a specific one to bound your maximum per request cost.
* @param subId - The ID of the VRF subscription. Must be funded
* with the minimum subscription balance required for the selected keyHash.
* @param minimumRequestConfirmations - How many blocks you'd like the
* oracle to wait before responding to the request. See SECURITY CONSIDERATIONS
* for why you may want to request more. The acceptable range is
* [minimumRequestBlockConfirmations, 200].
* @param callbackGasLimit - How much gas you'd like to receive in your
* fulfillRandomWords callback. Note that gasleft() inside fulfillRandomWords
* may be slightly less than this amount because of gas used calling the function
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 15 of 33 : IERC721.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC721/IERC721.sol)
pragma solidity ^0.8.0;
import "../../utils/introspection/IERC165.sol";
/**
* @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);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 16 of 33 : IERC721Receiver.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol)
pragma solidity ^0.8.0;
/**
* @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 `IERC721Receiver.onERC721Received.selector`.
*/
function onERC721Received(
address operator,
address from,
uint256 tokenId,
bytes calldata data
) external returns (bytes4);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 17 of 33 : IERC721Metadata.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)
pragma solidity ^0.8.0;
import "../IERC721.sol";
/**
* @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);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 18 of 33 : Context.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 19 of 33 : ERC165.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)
pragma solidity ^0.8.0;
import "./IERC165.sol";
/**
* @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) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 20 of 33 : Address.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Address.sol)
pragma solidity ^0.8.1;
/**
* @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
* ====
*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 21 of 33 : StorageSlot.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/StorageSlot.sol)
pragma solidity ^0.8.0;
/**
* @dev Library for reading and writing primitive types to specific storage slots.
*
* Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts.
* This library helps with reading and writing to such slots without the need for inline assembly.
*
* The functions in this library return Slot structs that contain a `value` member that can be used to read or write.
*
* Example usage to set ERC1967 implementation slot:
* ```
* contract ERC1967 {
* bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;
*
* function _getImplementation() internal view returns (address) {
* return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;
* }
*
* function _setImplementation(address newImplementation) internal {
* require(Address.isContract(newImplementation), "ERC1967: new implementation is not a contract");
* StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;
* }
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 22 of 33 : BitMaps.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
/**
_____ ___ ___ __ ____ _ __
/ ___/____ / (_)___/ (_) /___ __ / __ )(_) /______
\__ \/ __ \/ / / __ / / __/ / / / / __ / / __/ ___/
___/ / /_/ / / / /_/ / / /_/ /_/ / / /_/ / / /_(__ )
/____/\____/_/_/\__,_/_/\__/\__, / /_____/_/\__/____/
/____/
- npm: https://www.npmjs.com/package/solidity-bits
- github: https://github.com/estarriolvetch/solidity-bits
*/
pragma solidity ^0.8.0;
import "./BitScan.sol";
import "./Popcount.sol";
/**
* @dev This Library is a modified version of Openzeppelin's BitMaps library with extra features.
*
* 1. Functions of finding the index of the closest set bit from a given index are added.
* The indexing of each bucket is modifed to count from the MSB to the LSB instead of from the LSB to the MSB.
* The modification of indexing makes finding the closest previous set bit more efficient in gas usage.
* 2. Setting and unsetting the bitmap consecutively.
* 3. Accounting number of set bits within a given range.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 23 of 33 : IGenesisBase.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.18;
// ** ** ** ** **** **
// /** /** /** // /**/ /**
// /** /** /** ** ****** ****** ****** ******
// /** /** /****** /** **//// **////**///**/ ///**/
// /** /** /**///** /**//***** /** /** /** /**
// /** /** /** /** /** /////**/** /** /** /**
// //******* /****** /** ****** //****** /** //**
// /////// ///// // ////// ////// // //
import {MintData} from "../types/MintData.sol";
/**
* @title IGenesisBase
*
* @notice Interface for the GenesisBase contract used for minting and
* setting a metadata CID on top of ERC721Psi, EIP712, Ownable, AccessControl
*/
interface IGenesisBase {
/**
* @notice can only be called once if baseURI isn't set
* @notice can only be called by the contract owner
* @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
* token will be the concatenation of the `baseURI` and the `tokenId`. Empty
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 24 of 33 : AccessControl.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (access/AccessControl.sol)
pragma solidity ^0.8.0;
import "./IAccessControl.sol";
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
/**
* @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
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 25 of 33 : ERC2981.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (token/common/ERC2981.sol)
pragma solidity ^0.8.0;
import "../../interfaces/IERC2981.sol";
import "../../utils/introspection/ERC165.sol";
/**
* @dev Implementation of the NFT Royalty Standard, a standardized way to retrieve royalty payment information.
*
* Royalty information can be specified globally for all token ids via {_setDefaultRoyalty}, and/or individually for
* specific token ids via {_setTokenRoyalty}. The latter takes precedence over the first.
*
* Royalty is specified as a fraction of sale price. {_feeDenominator} is overridable but defaults to 10000, meaning the
* fee is specified in basis points by default.
*
* IMPORTANT: ERC-2981 only specifies a way to signal royalty information and does not enforce its payment. See
* https://eips.ethereum.org/EIPS/eip-2981#optional-royalty-payments[Rationale] in the EIP. Marketplaces are expected to
* voluntarily pay royalties together with sales, but note that this standard is not yet widely supported.
*
* _Available since v4.5._
*/
abstract contract ERC2981 is IERC2981, ERC165 {
struct RoyaltyInfo {
address receiver;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 26 of 33 : IAccessControl.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (access/IAccessControl.sol)
pragma solidity ^0.8.0;
/**
* @dev External interface of AccessControl declared to support ERC165 detection.
*/
interface IAccessControl {
/**
* @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
*
* `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
* {RoleAdminChanged} not being emitted signaling this.
*
* _Available since v3.1._
*/
event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);
/**
* @dev Emitted when `account` is granted `role`.
*
* `sender` is the account that originated the contract call, an admin role
* bearer except when using {AccessControl-_setupRole}.
*/
event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 27 of 33 : LinkTokenInterface.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface LinkTokenInterface {
function allowance(address owner, address spender) external view returns (uint256 remaining);
function approve(address spender, uint256 value) external returns (bool success);
function balanceOf(address owner) external view returns (uint256 balance);
function decimals() external view returns (uint8 decimalPlaces);
function decreaseApproval(address spender, uint256 addedValue) external returns (bool success);
function increaseApproval(address spender, uint256 subtractedValue) external;
function name() external view returns (string memory tokenName);
function symbol() external view returns (string memory tokenSymbol);
function totalSupply() external view returns (uint256 totalTokensIssued);
function transfer(address to, uint256 value) external returns (bool success);
function transferAndCall(address to, uint256 value, bytes calldata data) external returns (bool success);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 28 of 33 : VRFV2WrapperInterface.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface VRFV2WrapperInterface {
/**
* @return the request ID of the most recent VRF V2 request made by this wrapper. This should only
* be relied option within the same transaction that the request was made.
*/
function lastRequestId() external view returns (uint256);
/**
* @notice Calculates the price of a VRF request with the given callbackGasLimit at the current
* @notice block.
*
* @dev This function relies on the transaction gas price which is not automatically set during
* @dev simulation. To estimate the price at a specific gas price, use the estimatePrice function.
*
* @param _callbackGasLimit is the gas limit used to estimate the price.
*/
function calculateRequestPrice(uint32 _callbackGasLimit) external view returns (uint256);
/**
* @notice Estimates the price of a VRF request with a specific gas limit and gas price.
*
* @dev This is a convenience function that can be called in simulation to better understand
* @dev pricing.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 29 of 33 : Math.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/math/Math.sol)
pragma solidity ^0.8.0;
/**
* @dev Standard math utilities missing in the Solidity language.
*/
library Math {
enum Rounding {
Down, // Toward negative infinity
Up, // Toward infinity
Zero // Toward zero
}
/**
* @dev Returns the largest of two numbers.
*/
function max(uint256 a, uint256 b) internal pure returns (uint256) {
return a > b ? a : b;
}
/**
* @dev Returns the smallest of two numbers.
*/
function min(uint256 a, uint256 b) internal pure returns (uint256) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 30 of 33 : IERC165.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
* queried by others ({ERC165Checker}).
*
* For an implementation, see {ERC165}.
*/
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
* to learn more about how these ids are created.
*
* This function call must use less than 30 000 gas.
*/
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 31 of 33 : BitScan.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// SPDX-License-Identifier: MIT
/**
_____ ___ ___ __ ____ _ __
/ ___/____ / (_)___/ (_) /___ __ / __ )(_) /______
\__ \/ __ \/ / / __ / / __/ / / / / __ / / __/ ___/
___/ / /_/ / / / /_/ / / /_/ /_/ / / /_/ / / /_(__ )
/____/\____/_/_/\__,_/_/\__/\__, / /_____/_/\__/____/
/____/
- npm: https://www.npmjs.com/package/solidity-bits
- github: https://github.com/estarriolvetch/solidity-bits
*/
pragma solidity ^0.8.0;
library BitScan {
uint256 constant private DEBRUIJN_256 = 0x818283848586878898a8b8c8d8e8f929395969799a9b9d9e9faaeb6bedeeff;
bytes constant private LOOKUP_TABLE_256 =
        hex"0001020903110a19042112290b311a3905412245134d2a550c5d32651b6d3a7506264262237d468514804e8d2b95569d0d495ea533a966b11c886eb93bc176c90717273743
        53637324837e9b47af86c7155181ad4fd18ed32c9096db57d59ee30e2e4a6a5f92a6be3498aae067ddb2eb1d5989b56fd7baf33ca0c2ee77e5caf7ff0810182028303840444c54
        5c646c7425617c847f8c949c48a4a8b087b8c0c816365272829aaec650acd0d28fdad4e22d6991bd97dfdcea58b4d6f29fede4f6fe0f1f2f3f4b5b6b607b8b93a3a7b7bf357199
        c5abcfd9e168bcdee9b3f1ecf5fd1e3e5a7a8aa2b670c4ced8bbe8f0f4fc3d79a1c3cde7effb78cce6facbf9f8";
/**
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 32 of 33 : Popcount.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// SPDX-License-Identifier: MIT
/**
_____ ___ ___ __ ____ _ __
/ ___/____ / (_)___/ (_) /___ __ / __ )(_) /______
\__ \/ __ \/ / / __ / / __/ / / / / __ / / __/ ___/
___/ / /_/ / / / /_/ / / /_/ /_/ / / /_/ / / /_(__ )
/____/\____/_/_/\__,_/_/\__/\__, / /_____/_/\__/____/
/____/
- npm: https://www.npmjs.com/package/solidity-bits
- github: https://github.com/estarriolvetch/solidity-bits
*/
pragma solidity ^0.8.0;
library Popcount {
uint256 private constant m1 = 0x5555555555555555555555555555555555555555555555555555555555555555;
uint256 private constant m2 = 0x3333333333333333333333333333333333333333333333333333333333333333;
uint256 private constant m4 = 0x0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f;
uint256 private constant h01 = 0x0101010101010101010101010101010101010101010101010101010101010101;
function popcount256A(uint256 x) internal pure returns (uint256 count) {
unchecked{
for (count=0; x!=0; count++)
x &= x - 1;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

File 33 of 33 : IERC2981.sol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)
pragma solidity ^0.8.0;
import "../utils/introspection/IERC165.sol";
/**
* @dev Interface for the NFT Royalty Standard.
*
* A standardized way to retrieve royalty payment information for non-fungible tokens (NFTs) to enable universal
* support for royalty payments across all NFT marketplaces and ecosystem participants.
*
* _Available since v4.5._
*/
interface IERC2981 is IERC165 {
/**
* @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of
* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
*/
function royaltyInfo(uint256 tokenId, uint256 salePrice)
external
view
returns (address receiver, uint256 royaltyAmount);
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"remappings": [
"ds-test/=lib/forge-std/lib/ds-test/src/",
"forge-std/=lib/forge-std/src/",
"ERC721Psi/=lib/ERC721Psi/contracts/",
"solidity-bits/=lib/solidity-bits/",
"@openzeppelin/=lib/openzeppelin-contracts/",
"chainlink/=lib/chainlink/contracts/src/",
"erc4626-tests/=lib/chainlink/contracts/foundry-lib/openzeppelin-contracts/lib/erc4626-tests/",
"openzeppelin/=lib/openzeppelin-contracts/contracts/",
"openzeppelin-contracts/=lib/openzeppelin-contracts/"
],
"optimizer": {
"enabled": true,
"runs": 200
},
"metadata": {
"useLiteralContent": false,
"bytecodeHash": "ipfs",
"appendCBOR": true
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"string","name":"_version","type":"string"},{"internalType":"address","name":"_minter","type":"address"},{"internalType":"address","name":"_vault","type":"address"},{"internalType":"address","name":"_link","type":"address"},{"internalType":"address","name":"_vrfV2Wrapper","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"AlreadyMinted","type":"error"},{"inputs":[],"name":"BaseURIAlreadyInitialized","type":"error"},{"inputs":[],"name":"ERC721UriNonExistent","type":"error"},{"inputs":[],"name":"EmptyLinkBalance","type":"error"},{"inputs":[],"name":"InvalidMintAmount","type":"error"},{"inputs":[],"name":"InvalidSignature","type":"error"},{"inputs":[],"name":"MaxSupplyReached","type":"error"},{"inputs":[],"name":"RequestAlreadyInitialized","type":"error"},{"inputs":[],"name":"SignatureValidityEnd","type":"error"},{"inputs":[],"name":"SignatureValidityStart","type":"error"},{"inputs":[],"name":"WrongChainID","type":"error"},{"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":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"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MAX_SUPPLY","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MINTER_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"MINT_DATA_TYPEHASH","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":[],"name":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"chainlinkRequestID","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"chainlinkSeed","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":[{"components":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"validity_start","type":"uint256"},{"internalType":"uint256","name":"validity_end","type":"uint256"},{"internalType":"uint256","name":"chain_id","type":"uint256"},{"internalType":"uint256","name":"mint_amount","type":"uint256"},{"internalType":"bytes32","name":"user_nonce","type":"bytes32"}],"internalType":"struct MintData","name":"mintData","type":"tuple"}],"name":"hashTypedDataV4","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"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":[{"components":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"validity_start","type":"uint256"},{"internalType":"uint256","name":"validity_end","type":"uint256"},{"internalType":"uint256","name":"chain_id","type":"uint256"},{"internalType":"uint256","name":"mint_amount","type":"uint256"},{"internalType":"bytes32","name":"user_nonce","type":"bytes32"}],"internalType":"struct MintData","name":"request","type":"tuple"},{"internalType":"bytes","name":"signature","type":"bytes"}],"name":"mintWithSignature","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"name":"minted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_requestId","type":"uint256"},{"internalType":"uint256[]","name":"_randomWords","type":"uint256[]"}],"name":"rawFulfillRandomWords","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"remainingSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"uint32","name":"_callbackGasLimit","type":"uint32"},{"internalType":"uint16","name":"_requestConfirmations","type":"uint16"}],"name":"requestChainlinkVRF","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":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_salePrice","type":"uint256"}],"name":"royaltyInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"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":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","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":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uri","type":"string"}],"name":"setBaseURI","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":"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":[{"internalType":"address","name":"receiver","type":"address"},{"internalType":"uint96","name":"feeNumerator","type":"uint96"}],"name":"updateDefaultRoyalty","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"dest","type":"address"}],"name":"withdrawRemainingLink","outputs":[],"stateMutability":"nonpayable","type":"function"}]

61018060408181523462000905576200414080380380916200002282866200090a565b8439820160e083820312620009055782516001600160401b0391908281116200090557816200005391860162000953565b92602092838601518181116200090557836200007191880162000953565b92828701519082821162000905576200008c91880162000953565b936200009b60608801620009ae565b95620000aa60808901620009ae565b97620000c760c0620000bf60a08401620009ae565b9201620009ae565b6001600160a01b03918216608052811660a052815198848a11620008275760019687549a888c811c9c168015620008fa575b868d10146200080657601f9b8c8111620008af575b5080868d821160011462000849576000916200083d575b50600019600383901b1c191690891b1788555b8051908682116200082757600254908982811c921680156200081c575b878310146200080657818d849311620007af575b5086908d8311600114620007455760009262000739575b5050600019600383901b1c191690881b176002555b600492878455848151910120978481519101209961012099898b52610140988c8a524660e0528851928784019d8e9c7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f809e528b86015260608501524660808501523060a085015260a0845260c084019d8e8a86821091111762000647578e8b528451902060c052306101009081526101609c8d52600a8054336001600160a01b031982168117909255919f9188167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a360008052600b89528a60002033600052895260ff8b600020541615620006fc575b7f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a69485600052600b8a52838c6000200154806000528c600020336000528b5260ff8d60002054161562000428575050505082600052600b8752848960002092169182600052875260ff89600020541615620003e9575b50505016928315620003a7578451918286019182118383101762000392575084528281526101f4910152607d60a21b17600855516137149490939085620009ec86396080518581816106f5015261167b015260a0518581816106530152611a39015260c05185612fed015260e051856130a801525184612fb70152518361303c01525182613062015251816130190152f35b604190634e487b7160e01b6000525260246000fd5b5060649184519162461bcd60e51b8352820152601960248201527f455243323938313a20696e76616c6964207265636569766572000000000000006044820152fd5b82600052600b875288600020826000528752886000209060ff19825416179055339160008051602062004100833981519152600080a438808062000300565b8f8d93868e8e958e9589953390830186811085821117620006e7578a52602a865260e08301928a368537865115620006d257603084538651861015620006d25760e1607891015360295b8581116200068c57506200065c578851926080840190811184821017620006475789526042835287830193606036863783511562000632576030855383518110156200063257607860218501536041905b808211620005c05750506200059057966200056160488862000584957f416363657373436f6e74726f6c3a206163636f756e74200000000000000000009897956200055160449c9d620005278851998a9687019d8e5251809260378801906200092e565b8401917001034b99036b4b9b9b4b733903937b6329607d1b6037840152518093868401906200092e565b010360288101855201836200090a565b5196879562461bcd60e51b8752860152518093816024870152868601906200092e565b01601f19168101030190fd5b60648688808b519262461bcd60e51b84528301526024820152600080516020620041208339815191526044820152fd5b9091600f811660108110156200061d576f181899199a1a9b1b9c1cb0b131b232b360811b901a620005f28487620009c3565b53881c91801562000608576000190190620004c3565b601189634e487b7160e01b6000525260246000fd5b60328a634e487b7160e01b6000525260246000fd5b603288634e487b7160e01b6000525260246000fd5b604188634e487b7160e01b6000525260246000fd5b60648789808c519262461bcd60e51b84528301526024820152600080516020620041208339815191526044820152fd5b90600f811660108110156200061d576f181899199a1a9b1b9c1cb0b131b232b360811b901a620006bd8389620009c3565b53881c90801562000608576000190162000472565b603289634e487b7160e01b6000525260246000fd5b604189634e487b7160e01b6000525260246000fd5b60008052600b89528a6000203360005289528a6000208360ff1982541617905533336000600080516020620041008339815191528180a46200028a565b01519050388062000180565b908a9350601f198316916002600052886000209260005b8a8282106200079857505084116200077e575b505050811b0160025562000195565b015160001960f88460031b161c191690553880806200076f565b8385015186558e979095019493840193016200075c565b9091506002600052866000208d80850160051c820192898610620007fc575b918c91869594930160051c01915b828110620007ec57505062000169565b600081558594508c9101620007dc565b92508192620007ce565b634e487b7160e01b600052602260045260246000fd5b91607f169162000155565b634e487b7160e01b600052604160045260246000fd5b90508501513862000125565b8a9250601f1982169083600052886000209160005b8a8282106200089857505083116200087e575b5050811b01885562000138565b87015160001960f88460031b161c19169055388062000871565b838b015185558e969094019392830192016200085e565b89600052866000208d80840160051c820192898510620008f0575b0160051c01908a905b828110620008e35750506200010e565b60008155018a90620008d3565b92508192620008ca565b9b607f169b620000f9565b600080fd5b601f909101601f19168101906001600160401b038211908210176200082757604052565b60005b838110620009425750506000910152565b818101518382015260200162000931565b81601f82011215620009055780516001600160401b0381116200082757604051926200098a601f8301601f1916602001856200090a565b818452602082840101116200090557620009ab91602080850191016200092e565b90565b51906001600160a01b03821682036200090557565b908151811015620009d5570160200190565b634e487b7160e01b600052603260045260246000fdfe6080604052600436101561001257600080fd5b60003560e01c806301ffc9a71461029757806306fdde0314610292578063081812fc1461028d578063095ea7b31461028857806318160ddd14610283578063191f61d41461027e5780631a23a7eb146102795780631fe543e31461027457806323b872dd1461026f578063248a9ca31461026a5780632a55205a146102655780632f2ff15d1461026057806332cb6b0c1461025b57806336568abe1461025657806337ca8c031461025157806342842e0e1461024c57806355f804b3146102475780636352211e146102425780636c0360eb1461023d5780636c766e491461023857806370a0823114610233578063715018a61461022e57806372581802146102295780638462151c146102245780638ccc5f801461021f5780638da5cb5b1461021a57806391d148541461021557806394e673c71461021057806395d89b411461020b578063a217fddf14610206578063a22cb46514610201578063b88d4fde146101fc578063c6a361c9146101f7578063c87b56dd146101f2578063d5391393146101ed578063d547741f146101e8578063d691e43c146101e3578063da0239a6146101de578063e985e9c5146101d95763f2fde38b146101d457600080fd5b61196e565b611912565b6118f7565b6117ef565b6117ad565b611772565b611753565b611638565b6115e2565b6114f2565b6114cc565b611425565b6113c6565b61131e565b6112f5565b6112c4565b61120f565b6111b6565b611158565b611131565b611113565b6110e3565b610fbc565b610e6a565b610e42565b610e07565b610d71565b610d54565b610c87565b610be0565b610bb1565b610b88565b610ad1565b610901565b6105ee565b6105cb565b6104d5565b610494565b6103b1565b6102b3565b6001600160e01b03198116036102ae57565b600080fd5b346102ae5760203660031901126102ae5760206004356102d28161029c565b63ffffffff60e01b16637965db0b60e01b81149081156102f8575b506040519015158152f35b63152a902d60e11b811491508115610312575b50386102ed565b6380ac58cd60e01b811491508115610344575b8115610333575b503861030b565b6301ffc9a760e01b1490503861032c565b635b5e139f60e01b81149150610325565b60005b8381106103685750506000910152565b8181015183820152602001610358565b9060209161039181518092818552858086019101610355565b601f01601f1916010190565b9060206103ae928181520190610378565b90565b346102ae5760008060031936011261049157604051908060018054916103d683610fed565b80865292828116908115610467575060011461040d575b610409856103fd8187038261086f565b6040519182918261039d565b0390f35b92508083527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf65b82841061044f5750505081016020016103fd826104096103ed565b80546020858701810191909152909301928101610434565b869550610409969350602092506103fd94915060ff191682840152151560051b82010192936103ed565b80fd5b346102ae5760203660031901126102ae5760206104b260043561209c565b6040516001600160a01b039091168152f35b6001600160a01b038116036102ae57565b346102ae5760403660031901126102ae576004356104f2816104c4565b6024356104fe81611f09565b50916001600160a01b03808416908216811461057a576105319361052c913314908115610533575b5061202a565b612585565b005b6001600160a01b03166000908152600660205260409020610574915061056d9033905b9060018060a01b0316600052602052604060002090565b5460ff1690565b38610526565b60405162461bcd60e51b8152602060048201526024808201527f4552433732315073693a20617070726f76616c20746f2063757272656e74206f6044820152633bb732b960e11b6064820152608490fd5b346102ae5760003660031901126102ae5760206105e6612ae0565b604051908152f35b346102ae576040806003193601126102ae5760043563ffffffff811681036102ae576024359161ffff831683036102ae57610627611ca5565b600e546107d75780516310c1b4d560e21b815263ffffffff831660048201526020936001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169291908683602481875afa8015610782576106f19688946000926107b4575b506106d3906106c5885195869288840160409061ffff600193959463ffffffff60608401971683521660208201520152565b03601f19810185528461086f565b60008651809881958294630200057560e51b845289600485016135c9565b03927f0000000000000000000000000000000000000000000000000000000000000000165af1918215610782576004938593610787575b505163fc2a88c360e01b815292839182905afa9081156107825761053192600092610755575b5050600e55565b6107749250803d1061077b575b61076c818361086f565b8101906135a5565b388061074e565b503d610762565b61266a565b6107a690843d86116107ad575b61079e818361086f565b8101906135b4565b5038610728565b503d610794565b6106d39192506107d090863d881161077b5761076c818361086f565b9190610693565b516325e9548560e21b8152600490fd5b634e487b7160e01b600052604160045260246000fd5b60c081019081106001600160401b0382111761081857604052565b6107e7565b604081019081106001600160401b0382111761081857604052565b602081019081106001600160401b0382111761081857604052565b61012081019081106001600160401b0382111761081857604052565b90601f801991011681019081106001600160401b0382111761081857604052565b6040519061089d8261081d565b565b6001600160401b03811161081857601f01601f191660200190565b81601f820112156102ae578035906108d18261089f565b926108df604051948561086f565b828452602083830101116102ae57816000926020809301838601378301015290565b346102ae57366003190160e081126102ae5760c0136102ae5760c4356001600160401b0381116102ae5761093a600491369083016108ba565b6109426130ce565b908115610aa9576024354210610a98576044354211610a87576064354603610a7657608435918215610a655760a4359161098961056d84600052600d602052604060002090565b610a54576109f26109b56109f6926109b06109ab6109a636611374565b6130e6565b612f6d565b61317b565b6001600160a01b031660009081527ff70e363b3d7895af770c4a138460777d52eebd3cb9962ccc6b58721f6127bbc8602052604090205460ff1690565b1590565b610a43576105319350808311610a39575b50610a1f610a2c91600052600d602052604060002090565b805460ff19166001179055565b610a34612dcb565b612dd7565b9150610a1f610a07565b604051638baa579f60e01b81528490fd5b604051631bbdf5c560e31b81528590fd5b60405163199f5a0360e31b81528490fd5b60405163e21c266f60e01b81528390fd5b604051636105d05f60e11b81528390fd5b6040516301546a7760e01b81528390fd5b60405163d05cb60960e01b81528390fd5b6001600160401b0381116108185760051b60200190565b346102ae5760403660031901126102ae576024356001600160401b0381116102ae57366023820112156102ae57806004013590610b0d82610aba565b90610b1b604051928361086f565b82825260209260248484019160051b830101913683116102ae57602401905b828210610b4d5761053184600435611a36565b81358152908401908401610b3a565b60609060031901126102ae57600435610b74816104c4565b90602435610b81816104c4565b9060443590565b346102ae57610531610b9936610b5c565b91610bac610ba78433612245565b612122565b61237c565b346102ae5760203660031901126102ae57600435600052600b6020526020600160406000200154604051908152f35b346102ae5760403660031901126102ae576004356000526009602052604060002060405190610c0e8261081d565b546001600160a01b03811680835260a09190911c602083015215610c79575b610c5d612710610c4c6001600160601b03602085015116602435611d39565b92519204916001600160a01b031690565b604080516001600160a01b039290921682526020820192909252f35b50610c82611cfd565b610c2d565b346102ae5760403660031901126102ae57600435602435610ca7816104c4565b600091808352600b602052610cc26001604085200154611aba565b808352600b602090815260408085206001600160a01b0385166000908152925290205460ff1615610cf1578280f35b808352600b602090815260408085206001600160a01b038516600090815292529020805460ff1916600117905533916001600160a01b0316907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8480a438808280f35b346102ae5760003660031901126102ae57602060405161270f8152f35b346102ae5760403660031901126102ae57602435610d8e816104c4565b336001600160a01b03821603610daa5761053190600435611c12565b60405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b6064820152608490fd5b346102ae5760003660031901126102ae5760206040517f5671fbb49e96506fa1bf458ae595e6b5aa91747fa8fd744a8e7987e92b4e7eb18152f35b346102ae57610531610e5336610b5c565b9060405192610e6184610838565b6000845261218b565b346102ae576020806003193601126102ae576001600160401b036004358181116102ae57366023820112156102ae5780600401359182116102ae57602490368284830101116102ae57610ebb611ca5565b600c54610ec781610fed565b610faa5783610ed8610edd92610fed565b613621565b600093601f8411600114610f1e5750928293600093610f11575b505050600019600383901b1c191660019190911b17600c55005b0101359050388080610ef7565b91601f19841694610f51600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c790565b9381905b878210610f905750508460019610610f74575b50505050811b01600c55005b60001960f88660031b161c199201013516905538808080610f68565b806001849786839596890101358155019601920190610f55565b604051636f2c52f960e01b8152600490fd5b346102ae5760203660031901126102ae576020610fda600435611f09565b506040516001600160a01b039091168152f35b90600182811c9216801561101d575b602083101461100757565b634e487b7160e01b600052602260045260246000fd5b91607f1691610ffc565b60405190600082600c549161103b83610fed565b808352926001908181169081156110c15750600114611062575b5061089d9250038361086f565b600c600090815291507fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c75b8483106110a6575061089d935050810160200138611055565b81935090816020925483858a0101520191019091859261108d565b90506020925061089d94915060ff191682840152151560051b82010138611055565b346102ae5760003660031901126102ae576104096110ff611027565b604051918291602083526020830190610378565b346102ae5760003660031901126102ae576020600f54604051908152f35b346102ae5760203660031901126102ae5760206105e6600435611153816104c4565b612b06565b346102ae5760008060031936011261049157611172611ca5565b600a80546001600160a01b0319811690915581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b346102ae5760003660031901126102ae576020600e54604051908152f35b6020908160408183019282815285518094520193019160005b8281106111fb575050505090565b8351855293810193928101926001016111ed565b346102ae5760203660031901126102ae5760043561122c816104c4565b600061123782612b06565b61124081610aba565b9161124e604051938461086f565b818352601f1961125d83610aba565b01366020850137600193845b83830361127e576040518061040987826111d4565b80611289879261222d565b611294575b01611269565b61129d81611f09565b506001600160a01b0384811691160361128e57806112be8386019588612af2565b5261128e565b346102ae5760203660031901126102ae57600435600052600d602052602060ff604060002054166040519015158152f35b346102ae5760003660031901126102ae57600a546040516001600160a01b039091168152602090f35b346102ae5760403660031901126102ae57602060ff611368602435611342816104c4565b600435600052600b845260406000209060018060a01b0316600052602052604060002090565b54166040519015158152f35b60c09060031901126102ae576040519061138d826107fd565b8160043561139a816104c4565b8152602435602082015260443560408201526064356060820152608435608082015260a060a435910152565b346102ae5760c03660031901126102ae5760206105e66109ab6040516113eb816107fd565b6004356113f7816104c4565b81526024358482015260443560408201526064356060820152608435608082015260a43560a08201526130e6565b346102ae5760008060031936011261049157604051908060025461144881610fed565b80855291600191808316908115610467575060011461147157610409856103fd8187038261086f565b9250600283527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace5b8284106114b45750505081016020016103fd826104096103ed565b80546020858701810191909152909301928101611499565b346102ae5760003660031901126102ae57602060405160008152f35b801515036102ae57565b346102ae5760403660031901126102ae5760043561150f816104c4565b60243561151b816114e8565b6001600160a01b0382169133831461159d578161155a61156b9233600052600660205260406000209060018060a01b0316600052602052604060002090565b9060ff801983541691151516179055565b604051901515815233907f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3190602090a3005b60405162461bcd60e51b815260206004820152601c60248201527f4552433732315073693a20617070726f766520746f2063616c6c6572000000006044820152606490fd5b346102ae5760803660031901126102ae576004356115ff816104c4565b60243561160b816104c4565b606435916001600160401b0383116102ae5761162e6105319336906004016108ba565b916044359161218b565b346102ae576020806003193601126102ae57600435611656816104c4565b61165e611ca5565b6040516370a0823160e01b81523060048201526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001691908381602481865afa90811561078257600091611736575b5080156117245760405163a9059cbb60e01b81526001600160a01b039290921660048301526024820152908290829060449082906000905af19081156107825761053192600092611707575b5050612ad9565b61171d9250803d106107ad5761079e818361086f565b3880611700565b6040516322da1a0760e21b8152600490fd5b61174d9150843d861161077b5761076c818361086f565b386116b4565b346102ae5760203660031901126102ae576104096110ff60043561338a565b346102ae5760003660031901126102ae5760206040517f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a68152f35b346102ae5760403660031901126102ae576105316024356004356117d0826104c4565b80600052600b6020526117ea600160406000200154611aba565b611c12565b346102ae5760403660031901126102ae5760043561180c816104c4565b602435906001600160601b0382168083036102ae576127109061182d611ca5565b1161189f57610531916118789061184e6001600160a01b0384161515613692565b611868611859610890565b6001600160a01b039094168452565b6001600160601b03166020830152565b805160209091015160a01b6001600160a01b0319166001600160a01b039190911617600855565b60405162461bcd60e51b815260206004820152602a60248201527f455243323938313a20726f79616c7479206665652077696c6c206578636565646044820152692073616c65507269636560b01b6064820152608490fd5b346102ae5760003660031901126102ae5760206105e66130ce565b346102ae5760403660031901126102ae57602060ff611368600435611936816104c4565b60243590611943826104c4565b60018060a01b03166000526006845260406000209060018060a01b0316600052602052604060002090565b346102ae5760203660031901126102ae5760043561198b816104c4565b611993611ca5565b6001600160a01b039081169081156119e257600a54826001600160601b0360a01b821617600a55167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163303611a705761089d916135ed565b60405162461bcd60e51b815260206004820152601f60248201527f6f6e6c792056524620563220777261707065722063616e2066756c66696c6c006044820152606490fd5b541690565b6000818152600b6020908152604080832033845290915290205460ff1615611adf5750565b3390611ae9611d7f565b916030611af584611df3565b536078611b0184611e00565b5360295b60018111611bb457611bb0611b6d611b9886611b8a611b2d88611b288915611e2e565b611e79565b611b67604051958694611b67602087016017907f416363657373436f6e74726f6c3a206163636f756e742000000000000000000081520190565b90611bfb565b7001034b99036b4b9b9b4b733903937b6329607d1b815260110190565b03601f19810183528261086f565b60405162461bcd60e51b81529182916004830161039d565b0390fd5b90600f8116906010821015611bf657611bf1916f181899199a1a9b1b9c1cb0b131b232b360811b901a611be78487611e10565b5360041c91611e21565b611b05565b611ddd565b90611c0e60209282815194859201610355565b0190565b600090808252600b60205260ff611c3e84604085209060018060a01b0316600052602052604060002090565b5416611c4957505050565b808252600b602090815260408084206001600160a01b038616600090815292529020805460ff1916905533926001600160a01b0316917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4565b600a546001600160a01b03163303611cb957565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b60405190611d0a8261081d565b6008546001600160a01b038116835260a01c6020830152565b634e487b7160e01b600052601160045260246000fd5b81810292918115918404141715611d4c57565b611d23565b9060018201809211611d4c57565b91908201809211611d4c57565b60405190611d7982610838565b60008252565b60405190606082018281106001600160401b0382111761081857604052602a8252604082602036910137565b90611db58261089f565b611dc2604051918261086f565b8281528092611dd3601f199161089f565b0190602036910137565b634e487b7160e01b600052603260045260246000fd5b805115611bf65760200190565b805160011015611bf65760210190565b908151811015611bf6570160200190565b8015611d4c576000190190565b15611e3557565b606460405162461bcd60e51b815260206004820152602060248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b60405190608082018281106001600160401b03821117610818576040526042825260603660208401376030611ead83611df3565b536078611eb983611e00565b536041905b60018211611ed1576103ae915015611e2e565b600f8116906010821015611bf657611f03916f181899199a1a9b1b9c1cb0b131b232b360811b901a611be78486611e10565b90611ebe565b611f128161222d565b15611fd057600090600891604060ff83851c9316918381528060205220548160ff181c801515600014611f7e57611f4b611f5191612946565b60ff1690565b9003911b175b611f7b611f6e826000526003602052604060002090565b546001600160a01b031690565b91565b50505b611f8c8115156128dd565b60001901611fa4816000526000602052604060002090565b5480611fb05750611f81565b611f4b611fbf611fc892612946565b60ff9081031690565b911b17611f57565b60405162461bcd60e51b815260206004820152602c60248201527f4552433732315073693a206f776e657220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608490fd5b1561203157565b60405162461bcd60e51b815260206004820152603b60248201527f4552433732315073693a20617070726f76652063616c6c6572206973206e6f7460448201527f206f776e6572206e6f7220617070726f76656420666f7220616c6c00000000006064820152608490fd5b6120a58161222d565b156120c5576000908152600560205260409020546001600160a01b031690565b60405162461bcd60e51b815260206004820152602f60248201527f4552433732315073693a20617070726f76656420717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608490fd5b1561212957565b60405162461bcd60e51b815260206004820152603460248201527f4552433732315073693a207472616e736665722063616c6c6572206973206e6f6044820152731d081bdddb995c881b9bdc88185c1c1c9bdd995960621b6064820152608490fd5b9161089d93916121b2936121a2610ba78433612245565b6121ad83838361237c565b6126a6565b61220d565b60809060208152603560208201527f4552433732315073693a207472616e7366657220746f206e6f6e20455243373260408201527418a932b1b2b4bb32b91034b6b83632b6b2b73a32b960591b60608201520190565b1561221457565b60405162461bcd60e51b815280611bb0600482016121b7565b6004548110908161223c575090565b90506001111590565b61224e8261222d565b156122c35761225c82611f09565b506001600160a01b0382811682821681149490919085156122ab575b505050821561228657505090565b6001600160a01b0316600090815260066020526040902060ff9250611ab59190610556565b6122b8919293955061209c565b161491388080612278565b60405162461bcd60e51b815260206004820152602f60248201527f4552433732315073693a206f70657261746f7220717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608490fd5b1561232757565b60405162461bcd60e51b815260206004820152602760248201527f4552433732315073693a207472616e7366657220746f20746865207a65726f206044820152666164647265737360c81b6064820152608490fd5b61238583611f09565b6001600160a01b0394918386169086168190036124d65761089d958516916123ae831515612320565b6123b784612530565b6123c084611d51565b6123e86109f2828060081c600052600060205260ff6001811b91161c60406000205416151590565b806124cb575b612487575b5061242b8661240c866000526003602052604060002090565b80546001600160a01b0319166001600160a01b03909216919091179055565b830361245c575b7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4612bbd565b612482838060081c600052600060205260406000209060ff6001811b91161c8154179055565b612432565b806124a38761240c6124c5946000526003602052604060002090565b8060081c600052600060205260406000209060ff6001811b91161c8154179055565b386123f3565b5060045481106123ee565b60405162461bcd60e51b815260206004820152602c60248201527f4552433732315073693a207472616e73666572206f6620746f6b656e2074686160448201526b3a1034b9903737ba1037bbb760a11b6064820152608490fd5b600081815260056020526040812080546001600160a01b031916905561255582611f09565b506001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258280a4565b600082815260056020526040902080546001600160a01b0319166001600160a01b0383161790556125b582611f09565b506001600160a01b0391821691167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925600080a4565b6000198114611d4c5760010190565b908160209103126102ae57516103ae8161029c565b6103ae939260809260018060a01b031682526000602083015260408201528160608201520190610378565b6001600160a01b0391821681529116602082015260408101919091526080606082018190526103ae92910190610378565b6040513d6000823e3d90fd5b3d156126a1573d906126878261089f565b91612695604051938461086f565b82523d6000602084013e565b606090565b9192813b156127d65790929160019081948285935b6126c9575b50505050505090565b6126d68697989596611d51565b8410156127cd57604095865197630a85bd0160e11b998a8a5260209a8b60049b808d878c8c339385019361270994612639565b6000929184918391900381856001600160a01b038e165af191928261279e575b505061275f578c8c8c61273a612676565b8051938461275957825162461bcd60e51b815280611bb08187016121b7565b84925001fd5b91939699509194979a5061277e939699508261278a575b5050966125ea565b928095929491956126bb565b6001600160e01b0319161490503880612776565b6127be929350803d106127c6575b6127b6818361086f565b8101906125f9565b90388e612729565b503d6127ac565b849796506126c0565b50505050600190565b9293909290813b156128d357600184935b6127fa8187611d5f565b8510156128ca57604051630a85bd0160e11b81528061281e8988336004850161260e565b6000916020918491900381846001600160a01b038b165af19091816128a9575b506128715761284b612676565b8051908161286c5760405162461bcd60e51b815280611bb0600482016121b7565b602001fd5b6127fa92612886918161288e575b50956125ea565b9491506127f0565b6001600160e01b031916630a85bd0160e11b1490503861287f565b6128c391925060203d6020116127c6576127b6818361086f565b903861283e565b50945092505050565b9350505050600190565b156128e457565b60405162461bcd60e51b815260206004820152603460248201527f4269744d6170733a205468652073657420626974206265666f7265207468652060448201527334b73232bc103237b2b9b713ba1032bc34b9ba1760611b6064820152608490fd5b60405161295281610853565b7ffd1e3e5a7a8aa2b670c4ced8bbe8f0f4fc3d79a1c3cde7effb78cce6facbf9f86101008083527e01020903110a19042112290b311a3905412245134d2a550c5d32651b6d3a7560208401527f06264262237d468514804e8d2b95569d0d495ea533a966b11c886eb93bc176c960408401527f071727374353637324837e9b47af86c7155181ad4fd18ed32c9096db57d59ee360608401527f0e2e4a6a5f92a6be3498aae067ddb2eb1d5989b56fd7baf33ca0c2ee77e5caf760808401527fff0810182028303840444c545c646c7425617c847f8c949c48a4a8b087b8c0c860a08401527f16365272829aaec650acd0d28fdad4e22d6991bd97dfdcea58b4d6f29fede4f660c08401527ffe0f1f2f3f4b5b6b607b8b93a3a7b7bf357199c5abcfd9e168bcdee9b3f1ecf560e084015282015281156102ae57612ac5612ad3917e818283848586878898a8b8c8d8e8f929395969799a9b9d9e9faaeb6bedeeff846103ae95600003160260f81c90611e10565b516001600160f81b03191690565b60f81c90565b156102ae57565b6004546000198101908111611d4c5790565b8051821015611bf65760209160051b010190565b6001600160a01b03168015612b2f5760005260076020526001600160401b036040600020541690565b60405162461bcd60e51b815260206004820152602d60248201527f4552433732315073693a2062616c616e636520717565727920666f722074686560448201526c207a65726f206164647265737360981b6064820152608490fd5b9060016001600160401b0380931601918211611d4c57565b9190916001600160401b0380809416911601918211611d4c57565b6001600160a01b0381811615612cc9576001600160a01b03821660009081526007602052604090206001600160401b036000198183541601908111611d4c57815467ffffffffffffffff19166001600160401b039091161790555b821615612c6e57506001600160a01b0316600090815260076020526040902061089d90612c54612c4f82546001600160401b031690565b612b8a565b6001600160401b03166001600160401b0319825416179055565b6001600160a01b0316600090815260076020526040902061089d91508054612ca19060801c6001600160401b0316612b8a565b815467ffffffffffffffff60801b191660809190911b67ffffffffffffffff60801b16179055565b6001600160a01b0383166000908152600760205260409020612d2290612cfb6001600160401b03825460401c16612b8a565b67ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b612c18565b90680100000000000000008110156102ae576001600160a01b03821660009081526007602052604090206001600160401b039182169290612d7290612cfb8585835460401c16612ba2565b6001600160a01b03811615612da9576001600160a01b0316600090815260076020526040902061089d92612c549192835416612ba2565b50612ca161089d92600080526007602052604060002092835460801c16612ba2565b6004356103ae816104c4565b909160405190612de682610838565b600091828152600454948015612ec2576001600160a01b03851695612e0c871515612f15565b612e1e612e198383611d5f565b600455565b612e368661240c836000526003602052604060002090565b612e5c818060081c600052600060205260406000209060ff6001811b91161c8154179055565b612e668287612d27565b805b612e728383611d5f565b811015612eae5780612ea99189887fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8180a46125ea565b612e68565b5090919295506121b2935061089d946127df565b60405162461bcd60e51b815260206004820152602560248201527f4552433732315073693a207175616e74697479206d7573742062652067726561604482015264074657220360dc1b6064820152608490fd5b15612f1c57565b60405162461bcd60e51b815260206004820152602360248201527f4552433732315073693a206d696e7420746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b612f75612fb4565b9060405190602082019261190160f01b84526022830152604282015260428152608081018181106001600160401b038211176108185760405251902090565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614806130a5575b1561300f577f000000000000000000000000000000000000000000000000000000000000000090565b60405160208101907f000000000000000000000000000000000000000000000000000000000000000082527f000000000000000000000000000000000000000000000000000000000000000060408201527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260a0815261309f816107fd565b51902090565b507f00000000000000000000000000000000000000000000000000000000000000004614612fe6565b6130d6612ae0565b61270f908103908111611d4c5790565b60018060a01b0381511690602081015190604081015190606081015160a06080830151920151926040519460208601967f5671fbb49e96506fa1bf458ae595e6b5aa91747fa8fd744a8e7987e92b4e7eb1885260408701526060860152608085015260a084015260c083015260e082015260e0815261010081018181106001600160401b038211176108185760405251902090565b6103ae91613188916132d0565b9190916131b0565b6005111561319a57565b634e487b7160e01b600052602160045260246000fd5b6131b981613190565b806131c15750565b6131ca81613190565b600181036132175760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b61322081613190565b6002810361326d5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b80613279600392613190565b1461328057565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b9060418151146000146132fe576132fa916020820151906060604084015193015160001a90613308565b9091565b5050600090600290565b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831161337e5791608094939160ff602094604051948552168484015260408301526060820152600093849182805260015afa156107825781516001600160a01b03811615613378579190565b50600190565b50505050600090600390565b6133966109f28261222d565b613450576133a2611027565b511561344757600f54801561340c576133d46133cf6133c76103ae93611b6795611d5f565b61270f900690565b611d51565b611b8a6133fb6133eb6133e5611027565b93613462565b6040519586946020860190611bfb565b64173539b7b760d91b815260050190565b505061342f6103ae61341c611027565b611b8a6040519384926020840190611bfb565b6b3232b330bab63a173539b7b760a11b8152600c0190565b506103ae611d6c565b60405163851b21c360e01b8152600490fd5b806000917a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000080821015613597575b506d04ee2d6d415b85acef810000000080831015613588575b50662386f26fc1000080831015613579575b506305f5e1008083101561356a575b506127108083101561355b575b50606482101561354b575b600a80921015613541575b6001908160216134f9828701611dab565b95860101905b61350b575b5050505090565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a83530491821561353c579190826134ff565b613504565b91600101916134e8565b91906064600291049101916134dd565b600491939204910191386134d2565b600891939204910191386134c5565b601091939204910191386134b6565b602091939204910191386134a4565b60409350810491503861348b565b908160209103126102ae575190565b908160209103126102ae57516103ae816114e8565b6103ae939260609260018060a01b0316825260208201528160408201520190610378565b600e5414801590613615575b61360d57805115611bf65760200151600f55565b506000600e55565b506001815114156135f9565b601f811161362d575050565b600090600c82527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c7906020601f850160051c83019410613688575b601f0160051c01915b82811061367d57505050565b818155600101613671565b9092508290613668565b1561369957565b60405162461bcd60e51b815260206004820152601960248201527f455243323938313a20696e76616c6964207265636569766572000000000000006044820152606490fdfea2646970667358221220174048d75d5314f3e0256b72cb4b6d14dcf17e76185d7ba8700a354ade5a7eda64736f6c634300081200332f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d537472696e67733a20686578206c656e67746820696e73756666696369656e7400000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000180000000000000000000000000ff530fdc6775f732322279e580d41cb96c569447000000000000000000000000bd5328f498f29b57616c9233d6da2494b9d4f4fa000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000005a861794b927983406fce1d062e00b9368d97df60000000000000000000000000000000000000000000000000000000000000021546865205761726c6f726473206f66204368616d70696f6e732054616374696373000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003574152000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x6080604052600436101561001257600080fd5b60003560e01c806301ffc9a71461029757806306fdde0314610292578063081812fc1461028d578063095ea7b31461028857806318160ddd14610283578063191f61d41461027e5780631a23a7eb146102795780631fe543e31461027457806323b872dd1461026f578063248a9ca31461026a5780632a55205a146102655780632f2ff15d1461026057806332cb6b0c1461025b57806336568abe1461025657806337ca8c031461025157806342842e0e1461024c57806355f804b3146102475780636352211e146102425780636c0360eb1461023d5780636c766e491461023857806370a0823114610233578063715018a61461022e57806372581802146102295780638462151c146102245780638ccc5f801461021f5780638da5cb5b1461021a57806391d148541461021557806394e673c71461021057806395d89b411461020b578063a217fddf14610206578063a22cb46514610201578063b88d4fde146101fc578063c6a361c9146101f7578063c87b56dd146101f2578063d5391393146101ed578063d547741f146101e8578063d691e43c146101e3578063da0239a6146101de578063e985e9c5146101d95763f2fde38b146101d457600080fd5b61196e565b611912565b6118f7565b6117ef565b6117ad565b611772565b611753565b611638565b6115e2565b6114f2565b6114cc565b611425565b6113c6565b61131e565b6112f5565b6112c4565b61120f565b6111b6565b611158565b611131565b611113565b6110e3565b610fbc565b610e6a565b610e42565b610e07565b610d71565b610d54565b610c87565b610be0565b610bb1565b610b88565b610ad1565b610901565b6105ee565b6105cb565b6104d5565b610494565b6103b1565b6102b3565b6001600160e01b03198116036102ae57565b600080fd5b346102ae5760203660031901126102ae5760206004356102d28161029c565b63ffffffff60e01b16637965db0b60e01b81149081156102f8575b506040519015158152f35b63152a902d60e11b811491508115610312575b50386102ed565b6380ac58cd60e01b811491508115610344575b8115610333575b503861030b565b6301ffc9a760e01b1490503861032c565b635b5e139f60e01b81149150610325565b60005b8381106103685750506000910152565b8181015183820152602001610358565b9060209161039181518092818552858086019101610355565b601f01601f1916010190565b9060206103ae928181520190610378565b90565b346102ae5760008060031936011261049157604051908060018054916103d683610fed565b80865292828116908115610467575060011461040d575b610409856103fd8187038261086f565b6040519182918261039d565b0390f35b92508083527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf65b82841061044f5750505081016020016103fd826104096103ed565b80546020858701810191909152909301928101610434565b869550610409969350602092506103fd94915060ff191682840152151560051b82010192936103ed565b80fd5b346102ae5760203660031901126102ae5760206104b260043561209c565b6040516001600160a01b039091168152f35b6001600160a01b038116036102ae57565b346102ae5760403660031901126102ae576004356104f2816104c4565b6024356104fe81611f09565b50916001600160a01b03808416908216811461057a576105319361052c913314908115610533575b5061202a565b612585565b005b6001600160a01b03166000908152600660205260409020610574915061056d9033905b9060018060a01b0316600052602052604060002090565b5460ff1690565b38610526565b60405162461bcd60e51b8152602060048201526024808201527f4552433732315073693a20617070726f76616c20746f2063757272656e74206f6044820152633bb732b960e11b6064820152608490fd5b346102ae5760003660031901126102ae5760206105e6612ae0565b604051908152f35b346102ae576040806003193601126102ae5760043563ffffffff811681036102ae576024359161ffff831683036102ae57610627611ca5565b600e546107d75780516310c1b4d560e21b815263ffffffff831660048201526020936001600160a01b037f0000000000000000000000005a861794b927983406fce1d062e00b9368d97df681169291908683602481875afa8015610782576106f19688946000926107b4575b506106d3906106c5885195869288840160409061ffff600193959463ffffffff60608401971683521660208201520152565b03601f19810185528461086f565b60008651809881958294630200057560e51b845289600485016135c9565b03927f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca165af1918215610782576004938593610787575b505163fc2a88c360e01b815292839182905afa9081156107825761053192600092610755575b5050600e55565b6107749250803d1061077b575b61076c818361086f565b8101906135a5565b388061074e565b503d610762565b61266a565b6107a690843d86116107ad575b61079e818361086f565b8101906135b4565b5038610728565b503d610794565b6106d39192506107d090863d881161077b5761076c818361086f565b9190610693565b516325e9548560e21b8152600490fd5b634e487b7160e01b600052604160045260246000fd5b60c081019081106001600160401b0382111761081857604052565b6107e7565b604081019081106001600160401b0382111761081857604052565b602081019081106001600160401b0382111761081857604052565b61012081019081106001600160401b0382111761081857604052565b90601f801991011681019081106001600160401b0382111761081857604052565b6040519061089d8261081d565b565b6001600160401b03811161081857601f01601f191660200190565b81601f820112156102ae578035906108d18261089f565b926108df604051948561086f565b828452602083830101116102ae57816000926020809301838601378301015290565b346102ae57366003190160e081126102ae5760c0136102ae5760c4356001600160401b0381116102ae5761093a600491369083016108ba565b6109426130ce565b908115610aa9576024354210610a98576044354211610a87576064354603610a7657608435918215610a655760a4359161098961056d84600052600d602052604060002090565b610a54576109f26109b56109f6926109b06109ab6109a636611374565b6130e6565b612f6d565b61317b565b6001600160a01b031660009081527ff70e363b3d7895af770c4a138460777d52eebd3cb9962ccc6b58721f6127bbc8602052604090205460ff1690565b1590565b610a43576105319350808311610a39575b50610a1f610a2c91600052600d602052604060002090565b805460ff19166001179055565b610a34612dcb565b612dd7565b9150610a1f610a07565b604051638baa579f60e01b81528490fd5b604051631bbdf5c560e31b81528590fd5b60405163199f5a0360e31b81528490fd5b60405163e21c266f60e01b81528390fd5b604051636105d05f60e11b81528390fd5b6040516301546a7760e01b81528390fd5b60405163d05cb60960e01b81528390fd5b6001600160401b0381116108185760051b60200190565b346102ae5760403660031901126102ae576024356001600160401b0381116102ae57366023820112156102ae57806004013590610b0d82610aba565b90610b1b604051928361086f565b82825260209260248484019160051b830101913683116102ae57602401905b828210610b4d5761053184600435611a36565b81358152908401908401610b3a565b60609060031901126102ae57600435610b74816104c4565b90602435610b81816104c4565b9060443590565b346102ae57610531610b9936610b5c565b91610bac610ba78433612245565b612122565b61237c565b346102ae5760203660031901126102ae57600435600052600b6020526020600160406000200154604051908152f35b346102ae5760403660031901126102ae576004356000526009602052604060002060405190610c0e8261081d565b546001600160a01b03811680835260a09190911c602083015215610c79575b610c5d612710610c4c6001600160601b03602085015116602435611d39565b92519204916001600160a01b031690565b604080516001600160a01b039290921682526020820192909252f35b50610c82611cfd565b610c2d565b346102ae5760403660031901126102ae57600435602435610ca7816104c4565b600091808352600b602052610cc26001604085200154611aba565b808352600b602090815260408085206001600160a01b0385166000908152925290205460ff1615610cf1578280f35b808352600b602090815260408085206001600160a01b038516600090815292529020805460ff1916600117905533916001600160a01b0316907f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d8480a438808280f35b346102ae5760003660031901126102ae57602060405161270f8152f35b346102ae5760403660031901126102ae57602435610d8e816104c4565b336001600160a01b03821603610daa5761053190600435611c12565b60405162461bcd60e51b815260206004820152602f60248201527f416363657373436f6e74726f6c3a2063616e206f6e6c792072656e6f756e636560448201526e103937b632b9903337b91039b2b63360891b6064820152608490fd5b346102ae5760003660031901126102ae5760206040517f5671fbb49e96506fa1bf458ae595e6b5aa91747fa8fd744a8e7987e92b4e7eb18152f35b346102ae57610531610e5336610b5c565b9060405192610e6184610838565b6000845261218b565b346102ae576020806003193601126102ae576001600160401b036004358181116102ae57366023820112156102ae5780600401359182116102ae57602490368284830101116102ae57610ebb611ca5565b600c54610ec781610fed565b610faa5783610ed8610edd92610fed565b613621565b600093601f8411600114610f1e5750928293600093610f11575b505050600019600383901b1c191660019190911b17600c55005b0101359050388080610ef7565b91601f19841694610f51600c6000527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c790565b9381905b878210610f905750508460019610610f74575b50505050811b01600c55005b60001960f88660031b161c199201013516905538808080610f68565b806001849786839596890101358155019601920190610f55565b604051636f2c52f960e01b8152600490fd5b346102ae5760203660031901126102ae576020610fda600435611f09565b506040516001600160a01b039091168152f35b90600182811c9216801561101d575b602083101461100757565b634e487b7160e01b600052602260045260246000fd5b91607f1691610ffc565b60405190600082600c549161103b83610fed565b808352926001908181169081156110c15750600114611062575b5061089d9250038361086f565b600c600090815291507fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c75b8483106110a6575061089d935050810160200138611055565b81935090816020925483858a0101520191019091859261108d565b90506020925061089d94915060ff191682840152151560051b82010138611055565b346102ae5760003660031901126102ae576104096110ff611027565b604051918291602083526020830190610378565b346102ae5760003660031901126102ae576020600f54604051908152f35b346102ae5760203660031901126102ae5760206105e6600435611153816104c4565b612b06565b346102ae5760008060031936011261049157611172611ca5565b600a80546001600160a01b0319811690915581906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b346102ae5760003660031901126102ae576020600e54604051908152f35b6020908160408183019282815285518094520193019160005b8281106111fb575050505090565b8351855293810193928101926001016111ed565b346102ae5760203660031901126102ae5760043561122c816104c4565b600061123782612b06565b61124081610aba565b9161124e604051938461086f565b818352601f1961125d83610aba565b01366020850137600193845b83830361127e576040518061040987826111d4565b80611289879261222d565b611294575b01611269565b61129d81611f09565b506001600160a01b0384811691160361128e57806112be8386019588612af2565b5261128e565b346102ae5760203660031901126102ae57600435600052600d602052602060ff604060002054166040519015158152f35b346102ae5760003660031901126102ae57600a546040516001600160a01b039091168152602090f35b346102ae5760403660031901126102ae57602060ff611368602435611342816104c4565b600435600052600b845260406000209060018060a01b0316600052602052604060002090565b54166040519015158152f35b60c09060031901126102ae576040519061138d826107fd565b8160043561139a816104c4565b8152602435602082015260443560408201526064356060820152608435608082015260a060a435910152565b346102ae5760c03660031901126102ae5760206105e66109ab6040516113eb816107fd565b6004356113f7816104c4565b81526024358482015260443560408201526064356060820152608435608082015260a43560a08201526130e6565b346102ae5760008060031936011261049157604051908060025461144881610fed565b80855291600191808316908115610467575060011461147157610409856103fd8187038261086f565b9250600283527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace5b8284106114b45750505081016020016103fd826104096103ed565b80546020858701810191909152909301928101611499565b346102ae5760003660031901126102ae57602060405160008152f35b801515036102ae57565b346102ae5760403660031901126102ae5760043561150f816104c4565b60243561151b816114e8565b6001600160a01b0382169133831461159d578161155a61156b9233600052600660205260406000209060018060a01b0316600052602052604060002090565b9060ff801983541691151516179055565b604051901515815233907f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3190602090a3005b60405162461bcd60e51b815260206004820152601c60248201527f4552433732315073693a20617070726f766520746f2063616c6c6572000000006044820152606490fd5b346102ae5760803660031901126102ae576004356115ff816104c4565b60243561160b816104c4565b606435916001600160401b0383116102ae5761162e6105319336906004016108ba565b916044359161218b565b346102ae576020806003193601126102ae57600435611656816104c4565b61165e611ca5565b6040516370a0823160e01b81523060048201526001600160a01b037f000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca1691908381602481865afa90811561078257600091611736575b5080156117245760405163a9059cbb60e01b81526001600160a01b039290921660048301526024820152908290829060449082906000905af19081156107825761053192600092611707575b5050612ad9565b61171d9250803d106107ad5761079e818361086f565b3880611700565b6040516322da1a0760e21b8152600490fd5b61174d9150843d861161077b5761076c818361086f565b386116b4565b346102ae5760203660031901126102ae576104096110ff60043561338a565b346102ae5760003660031901126102ae5760206040517f9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a68152f35b346102ae5760403660031901126102ae576105316024356004356117d0826104c4565b80600052600b6020526117ea600160406000200154611aba565b611c12565b346102ae5760403660031901126102ae5760043561180c816104c4565b602435906001600160601b0382168083036102ae576127109061182d611ca5565b1161189f57610531916118789061184e6001600160a01b0384161515613692565b611868611859610890565b6001600160a01b039094168452565b6001600160601b03166020830152565b805160209091015160a01b6001600160a01b0319166001600160a01b039190911617600855565b60405162461bcd60e51b815260206004820152602a60248201527f455243323938313a20726f79616c7479206665652077696c6c206578636565646044820152692073616c65507269636560b01b6064820152608490fd5b346102ae5760003660031901126102ae5760206105e66130ce565b346102ae5760403660031901126102ae57602060ff611368600435611936816104c4565b60243590611943826104c4565b60018060a01b03166000526006845260406000209060018060a01b0316600052602052604060002090565b346102ae5760203660031901126102ae5760043561198b816104c4565b611993611ca5565b6001600160a01b039081169081156119e257600a54826001600160601b0360a01b821617600a55167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3005b60405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608490fd5b907f0000000000000000000000005a861794b927983406fce1d062e00b9368d97df66001600160a01b03163303611a705761089d916135ed565b60405162461bcd60e51b815260206004820152601f60248201527f6f6e6c792056524620563220777261707065722063616e2066756c66696c6c006044820152606490fd5b541690565b6000818152600b6020908152604080832033845290915290205460ff1615611adf5750565b3390611ae9611d7f565b916030611af584611df3565b536078611b0184611e00565b5360295b60018111611bb457611bb0611b6d611b9886611b8a611b2d88611b288915611e2e565b611e79565b611b67604051958694611b67602087016017907f416363657373436f6e74726f6c3a206163636f756e742000000000000000000081520190565b90611bfb565b7001034b99036b4b9b9b4b733903937b6329607d1b815260110190565b03601f19810183528261086f565b60405162461bcd60e51b81529182916004830161039d565b0390fd5b90600f8116906010821015611bf657611bf1916f181899199a1a9b1b9c1cb0b131b232b360811b901a611be78487611e10565b5360041c91611e21565b611b05565b611ddd565b90611c0e60209282815194859201610355565b0190565b600090808252600b60205260ff611c3e84604085209060018060a01b0316600052602052604060002090565b5416611c4957505050565b808252600b602090815260408084206001600160a01b038616600090815292529020805460ff1916905533926001600160a01b0316917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9080a4565b600a546001600160a01b03163303611cb957565b606460405162461bcd60e51b815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b60405190611d0a8261081d565b6008546001600160a01b038116835260a01c6020830152565b634e487b7160e01b600052601160045260246000fd5b81810292918115918404141715611d4c57565b611d23565b9060018201809211611d4c57565b91908201809211611d4c57565b60405190611d7982610838565b60008252565b60405190606082018281106001600160401b0382111761081857604052602a8252604082602036910137565b90611db58261089f565b611dc2604051918261086f565b8281528092611dd3601f199161089f565b0190602036910137565b634e487b7160e01b600052603260045260246000fd5b805115611bf65760200190565b805160011015611bf65760210190565b908151811015611bf6570160200190565b8015611d4c576000190190565b15611e3557565b606460405162461bcd60e51b815260206004820152602060248201527f537472696e67733a20686578206c656e67746820696e73756666696369656e746044820152fd5b60405190608082018281106001600160401b03821117610818576040526042825260603660208401376030611ead83611df3565b536078611eb983611e00565b536041905b60018211611ed1576103ae915015611e2e565b600f8116906010821015611bf657611f03916f181899199a1a9b1b9c1cb0b131b232b360811b901a611be78486611e10565b90611ebe565b611f128161222d565b15611fd057600090600891604060ff83851c9316918381528060205220548160ff181c801515600014611f7e57611f4b611f5191612946565b60ff1690565b9003911b175b611f7b611f6e826000526003602052604060002090565b546001600160a01b031690565b91565b50505b611f8c8115156128dd565b60001901611fa4816000526000602052604060002090565b5480611fb05750611f81565b611f4b611fbf611fc892612946565b60ff9081031690565b911b17611f57565b60405162461bcd60e51b815260206004820152602c60248201527f4552433732315073693a206f776e657220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608490fd5b1561203157565b60405162461bcd60e51b815260206004820152603b60248201527f4552433732315073693a20617070726f76652063616c6c6572206973206e6f7460448201527f206f776e6572206e6f7220617070726f76656420666f7220616c6c00000000006064820152608490fd5b6120a58161222d565b156120c5576000908152600560205260409020546001600160a01b031690565b60405162461bcd60e51b815260206004820152602f60248201527f4552433732315073693a20617070726f76656420717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608490fd5b1561212957565b60405162461bcd60e51b815260206004820152603460248201527f4552433732315073693a207472616e736665722063616c6c6572206973206e6f6044820152731d081bdddb995c881b9bdc88185c1c1c9bdd995960621b6064820152608490fd5b9161089d93916121b2936121a2610ba78433612245565b6121ad83838361237c565b6126a6565b61220d565b60809060208152603560208201527f4552433732315073693a207472616e7366657220746f206e6f6e20455243373260408201527418a932b1b2b4bb32b91034b6b83632b6b2b73a32b960591b60608201520190565b1561221457565b60405162461bcd60e51b815280611bb0600482016121b7565b6004548110908161223c575090565b90506001111590565b61224e8261222d565b156122c35761225c82611f09565b506001600160a01b0382811682821681149490919085156122ab575b505050821561228657505090565b6001600160a01b0316600090815260066020526040902060ff9250611ab59190610556565b6122b8919293955061209c565b161491388080612278565b60405162461bcd60e51b815260206004820152602f60248201527f4552433732315073693a206f70657261746f7220717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608490fd5b1561232757565b60405162461bcd60e51b815260206004820152602760248201527f4552433732315073693a207472616e7366657220746f20746865207a65726f206044820152666164647265737360c81b6064820152608490fd5b61238583611f09565b6001600160a01b0394918386169086168190036124d65761089d958516916123ae831515612320565b6123b784612530565b6123c084611d51565b6123e86109f2828060081c600052600060205260ff6001811b91161c60406000205416151590565b806124cb575b612487575b5061242b8661240c866000526003602052604060002090565b80546001600160a01b0319166001600160a01b03909216919091179055565b830361245c575b7fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef600080a4612bbd565b612482838060081c600052600060205260406000209060ff6001811b91161c8154179055565b612432565b806124a38761240c6124c5946000526003602052604060002090565b8060081c600052600060205260406000209060ff6001811b91161c8154179055565b386123f3565b5060045481106123ee565b60405162461bcd60e51b815260206004820152602c60248201527f4552433732315073693a207472616e73666572206f6620746f6b656e2074686160448201526b3a1034b9903737ba1037bbb760a11b6064820152608490fd5b600081815260056020526040812080546001600160a01b031916905561255582611f09565b506001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9258280a4565b600082815260056020526040902080546001600160a01b0319166001600160a01b0383161790556125b582611f09565b506001600160a01b0391821691167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925600080a4565b6000198114611d4c5760010190565b908160209103126102ae57516103ae8161029c565b6103ae939260809260018060a01b031682526000602083015260408201528160608201520190610378565b6001600160a01b0391821681529116602082015260408101919091526080606082018190526103ae92910190610378565b6040513d6000823e3d90fd5b3d156126a1573d906126878261089f565b91612695604051938461086f565b82523d6000602084013e565b606090565b9192813b156127d65790929160019081948285935b6126c9575b50505050505090565b6126d68697989596611d51565b8410156127cd57604095865197630a85bd0160e11b998a8a5260209a8b60049b808d878c8c339385019361270994612639565b6000929184918391900381856001600160a01b038e165af191928261279e575b505061275f578c8c8c61273a612676565b8051938461275957825162461bcd60e51b815280611bb08187016121b7565b84925001fd5b91939699509194979a5061277e939699508261278a575b5050966125ea565b928095929491956126bb565b6001600160e01b0319161490503880612776565b6127be929350803d106127c6575b6127b6818361086f565b8101906125f9565b90388e612729565b503d6127ac565b849796506126c0565b50505050600190565b9293909290813b156128d357600184935b6127fa8187611d5f565b8510156128ca57604051630a85bd0160e11b81528061281e8988336004850161260e565b6000916020918491900381846001600160a01b038b165af19091816128a9575b506128715761284b612676565b8051908161286c5760405162461bcd60e51b815280611bb0600482016121b7565b602001fd5b6127fa92612886918161288e575b50956125ea565b9491506127f0565b6001600160e01b031916630a85bd0160e11b1490503861287f565b6128c391925060203d6020116127c6576127b6818361086f565b903861283e565b50945092505050565b9350505050600190565b156128e457565b60405162461bcd60e51b815260206004820152603460248201527f4269744d6170733a205468652073657420626974206265666f7265207468652060448201527334b73232bc103237b2b9b713ba1032bc34b9ba1760611b6064820152608490fd5b60405161295281610853565b7ffd1e3e5a7a8aa2b670c4ced8bbe8f0f4fc3d79a1c3cde7effb78cce6facbf9f86101008083527e01020903110a19042112290b311a3905412245134d2a550c5d32651b6d3a7560208401527f06264262237d468514804e8d2b95569d0d495ea533a966b11c886eb93bc176c960408401527f071727374353637324837e9b47af86c7155181ad4fd18ed32c9096db57d59ee360608401527f0e2e4a6a5f92a6be3498aae067ddb2eb1d5989b56fd7baf33ca0c2ee77e5caf760808401527fff0810182028303840444c545c646c7425617c847f8c949c48a4a8b087b8c0c860a08401527f16365272829aaec650acd0d28fdad4e22d6991bd97dfdcea58b4d6f29fede4f660c08401527ffe0f1f2f3f4b5b6b607b8b93a3a7b7bf357199c5abcfd9e168bcdee9b3f1ecf560e084015282015281156102ae57612ac5612ad3917e818283848586878898a8b8c8d8e8f929395969799a9b9d9e9faaeb6bedeeff846103ae95600003160260f81c90611e10565b516001600160f81b03191690565b60f81c90565b156102ae57565b6004546000198101908111611d4c5790565b8051821015611bf65760209160051b010190565b6001600160a01b03168015612b2f5760005260076020526001600160401b036040600020541690565b60405162461bcd60e51b815260206004820152602d60248201527f4552433732315073693a2062616c616e636520717565727920666f722074686560448201526c207a65726f206164647265737360981b6064820152608490fd5b9060016001600160401b0380931601918211611d4c57565b9190916001600160401b0380809416911601918211611d4c57565b6001600160a01b0381811615612cc9576001600160a01b03821660009081526007602052604090206001600160401b036000198183541601908111611d4c57815467ffffffffffffffff19166001600160401b039091161790555b821615612c6e57506001600160a01b0316600090815260076020526040902061089d90612c54612c4f82546001600160401b031690565b612b8a565b6001600160401b03166001600160401b0319825416179055565b6001600160a01b0316600090815260076020526040902061089d91508054612ca19060801c6001600160401b0316612b8a565b815467ffffffffffffffff60801b191660809190911b67ffffffffffffffff60801b16179055565b6001600160a01b0383166000908152600760205260409020612d2290612cfb6001600160401b03825460401c16612b8a565b67ffffffffffffffff60401b82549160401b169067ffffffffffffffff60401b1916179055565b612c18565b90680100000000000000008110156102ae576001600160a01b03821660009081526007602052604090206001600160401b039182169290612d7290612cfb8585835460401c16612ba2565b6001600160a01b03811615612da9576001600160a01b0316600090815260076020526040902061089d92612c549192835416612ba2565b50612ca161089d92600080526007602052604060002092835460801c16612ba2565b6004356103ae816104c4565b909160405190612de682610838565b600091828152600454948015612ec2576001600160a01b03851695612e0c871515612f15565b612e1e612e198383611d5f565b600455565b612e368661240c836000526003602052604060002090565b612e5c818060081c600052600060205260406000209060ff6001811b91161c8154179055565b612e668287612d27565b805b612e728383611d5f565b811015612eae5780612ea99189887fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8180a46125ea565b612e68565b5090919295506121b2935061089d946127df565b60405162461bcd60e51b815260206004820152602560248201527f4552433732315073693a207175616e74697479206d7573742062652067726561604482015264074657220360dc1b6064820152608490fd5b15612f1c57565b60405162461bcd60e51b815260206004820152602360248201527f4552433732315073693a206d696e7420746f20746865207a65726f206164647260448201526265737360e81b6064820152608490fd5b612f75612fb4565b9060405190602082019261190160f01b84526022830152604282015260428152608081018181106001600160401b038211176108185760405251902090565b307f000000000000000000000000e841e6e68becfc54b621a23a41f8c1a829a4cf446001600160a01b031614806130a5575b1561300f577fc013bdc0a0ddcd6bd0b9db0bb856654908dc29456c3cf6eb845a1661f2b4b59390565b60405160208101907f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f82527fc5662812e4040935c60149876e2f1cb8d28464d11e76ce42ca0143a9f0114de860408201527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608201524660808201523060a082015260a0815261309f816107fd565b51902090565b507f00000000000000000000000000000000000000000000000000000000000000014614612fe6565b6130d6612ae0565b61270f908103908111611d4c5790565b60018060a01b0381511690602081015190604081015190606081015160a06080830151920151926040519460208601967f5671fbb49e96506fa1bf458ae595e6b5aa91747fa8fd744a8e7987e92b4e7eb1885260408701526060860152608085015260a084015260c083015260e082015260e0815261010081018181106001600160401b038211176108185760405251902090565b6103ae91613188916132d0565b9190916131b0565b6005111561319a57565b634e487b7160e01b600052602160045260246000fd5b6131b981613190565b806131c15750565b6131ca81613190565b600181036132175760405162461bcd60e51b815260206004820152601860248201527f45434453413a20696e76616c6964207369676e617475726500000000000000006044820152606490fd5b61322081613190565b6002810361326d5760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e677468006044820152606490fd5b80613279600392613190565b1461328057565b60405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b6064820152608490fd5b9060418151146000146132fe576132fa916020820151906060604084015193015160001a90613308565b9091565b5050600090600290565b9291907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0831161337e5791608094939160ff602094604051948552168484015260408301526060820152600093849182805260015afa156107825781516001600160a01b03811615613378579190565b50600190565b50505050600090600390565b6133966109f28261222d565b613450576133a2611027565b511561344757600f54801561340c576133d46133cf6133c76103ae93611b6795611d5f565b61270f900690565b611d51565b611b8a6133fb6133eb6133e5611027565b93613462565b6040519586946020860190611bfb565b64173539b7b760d91b815260050190565b505061342f6103ae61341c611027565b611b8a6040519384926020840190611bfb565b6b3232b330bab63a173539b7b760a11b8152600c0190565b506103ae611d6c565b60405163851b21c360e01b8152600490fd5b806000917a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000080821015613597575b506d04ee2d6d415b85acef810000000080831015613588575b50662386f26fc1000080831015613579575b506305f5e1008083101561356a575b506127108083101561355b575b50606482101561354b575b600a80921015613541575b6001908160216134f9828701611dab565b95860101905b61350b575b5050505090565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a83530491821561353c579190826134ff565b613504565b91600101916134e8565b91906064600291049101916134dd565b600491939204910191386134d2565b600891939204910191386134c5565b601091939204910191386134b6565b602091939204910191386134a4565b60409350810491503861348b565b908160209103126102ae575190565b908160209103126102ae57516103ae816114e8565b6103ae939260609260018060a01b0316825260208201528160408201520190610378565b600e5414801590613615575b61360d57805115611bf65760200151600f55565b506000600e55565b506001815114156135f9565b601f811161362d575050565b600090600c82527fdf6966c971051c3d54ec59162606531493a51404a002842f56009d7e5cf4a8c7906020601f850160051c83019410613688575b601f0160051c01915b82811061367d57505050565b818155600101613671565b9092508290613668565b1561369957565b60405162461bcd60e51b815260206004820152601960248201527f455243323938313a20696e76616c6964207265636569766572000000000000006044820152606490fdfea2646970667358221220174048d75d5314f3e0256b72cb4b6d14dcf17e76185d7ba8700a354ade5a7eda64736f6c63430008120033

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

00000000000000000000000000000000000000000000000000000000000000e000000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000180000000000000000000000000ff530fdc6775f732322279e580d41cb96c569447000000000000000000000000bd5328f498f29b57616c9233d6da2494b9d4f4fa000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca0000000000000000000000005a861794b927983406fce1d062e00b9368d97df60000000000000000000000000000000000000000000000000000000000000021546865205761726c6f726473206f66204368616d70696f6e732054616374696373000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003574152000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013100000000000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : _name (string): The Warlords of Champions Tactics
Arg [1] : _symbol (string): WAR
Arg [2] : _version (string): 1
Arg [3] : _minter (address): 0xfF530Fdc6775F732322279E580d41cb96C569447
Arg [4] : _vault (address): 0xBd5328f498F29B57616C9233d6Da2494B9D4F4FA
Arg [5] : _link (address): 0x514910771AF9Ca656af840dff83E8264EcF986CA
Arg [6] : _vrfV2Wrapper (address): 0x5A861794B927983406fCE1D062e00b9368d97Df6

-----Encoded View---------------
14 Constructor Arguments found :
Arg [0] : 00000000000000000000000000000000000000000000000000000000000000e0
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000140
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000180
Arg [3] : 000000000000000000000000ff530fdc6775f732322279e580d41cb96c569447
Arg [4] : 000000000000000000000000bd5328f498f29b57616c9233d6da2494b9d4f4fa
Arg [5] : 000000000000000000000000514910771af9ca656af840dff83e8264ecf986ca
Arg [6] : 0000000000000000000000005a861794b927983406fce1d062e00b9368d97df6
Arg [7] : 0000000000000000000000000000000000000000000000000000000000000021
Arg [8] : 546865205761726c6f726473206f66204368616d70696f6e7320546163746963
Arg [9] : 7300000000000000000000000000000000000000000000000000000000000000
Arg [10] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [11] : 5741520000000000000000000000000000000000000000000000000000000000
Arg [12] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [13] : 3100000000000000000000000000000000000000000000000000000000000000


Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.