Source Code
Overview
ETH Balance
0 ETH
ETH Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 870,260 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Burn | 36451860 | 3 secs ago | IN | 0 ETH | 0.00000693 | ||||
| Burn | 36451860 | 3 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451857 | 4 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451842 | 9 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451837 | 12 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451830 | 16 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451830 | 16 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451829 | 16 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451828 | 17 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451827 | 17 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451823 | 18 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451817 | 21 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451817 | 21 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451814 | 23 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451813 | 23 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451812 | 24 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451809 | 25 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451808 | 25 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451807 | 26 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451799 | 29 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451798 | 30 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451796 | 31 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451793 | 32 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451790 | 33 secs ago | IN | 0 ETH | 0.00000515 | ||||
| Burn | 36451787 | 34 secs ago | IN | 0 ETH | 0.00000515 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 36450889 | 6 mins ago | 0.000432 ETH | ||||
| 36450889 | 6 mins ago | 0.000432 ETH | ||||
| 36449119 | 18 mins ago | 0.003465 ETH | ||||
| 36449119 | 18 mins ago | 0.003465 ETH | ||||
| 36448889 | 19 mins ago | 0.002 ETH | ||||
| 36448889 | 19 mins ago | 0.002 ETH | ||||
| 36447964 | 25 mins ago | 0.003465 ETH | ||||
| 36447964 | 25 mins ago | 0.003465 ETH | ||||
| 36447233 | 30 mins ago | 0.003465 ETH | ||||
| 36447233 | 30 mins ago | 0.003465 ETH | ||||
| 36447220 | 30 mins ago | 0.003465 ETH | ||||
| 36447220 | 30 mins ago | 0.003465 ETH | ||||
| 36447009 | 31 mins ago | 0.003465 ETH | ||||
| 36447009 | 31 mins ago | 0.003465 ETH | ||||
| 36446192 | 36 mins ago | 0.003465 ETH | ||||
| 36446192 | 36 mins ago | 0.003465 ETH | ||||
| 36446131 | 37 mins ago | 0.003465 ETH | ||||
| 36446131 | 37 mins ago | 0.003465 ETH | ||||
| 36445792 | 39 mins ago | 0.0014 ETH | ||||
| 36445792 | 39 mins ago | 0.0014 ETH | ||||
| 36444771 | 46 mins ago | 0.003465 ETH | ||||
| 36444771 | 46 mins ago | 0.003465 ETH | ||||
| 36444440 | 48 mins ago | 0.003465 ETH | ||||
| 36444440 | 48 mins ago | 0.003465 ETH | ||||
| 36444296 | 48 mins ago | 0.003465 ETH |
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
MoodyMadnessAssets
Compiler Version
v0.8.24+commit.e11b9ed9
ZkSolc Version
v1.5.12
Optimization Enabled:
Yes with Mode 3
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
import "@thirdweb-dev/contracts/base/ERC1155Drop.sol";
import "@thirdweb-dev/contracts/extension/PermissionsEnumerable.sol";
import "@thirdweb-dev/contracts/extension/PlatformFee.sol";
import {IMoodyMadnessAssets} from "./interfaces/IMoodyMadnessAssets.sol";
import {Errors} from "./lib/Errors.sol";
/**
* @title Moody Madness Assets - Moody Madness verified tradable assets - Race, Rumble & OWN a piece of the action! IP of Cryptomaze.
* @author Stanislav Trenev - <[email protected]>
*/
contract MoodyMadnessAssets is IMoodyMadnessAssets, ERC1155Drop, PermissionsEnumerable, PlatformFee {
/* ========== STATE VARIABLES ========== */
// Mapping of tokenIds which transfers are paused
mapping(uint256 => bool) public pausedTransfers;
/// @dev Only transfers to or from TRANSFER_ROLE holders are valid, when transfers are restricted.
bytes32 private transferRole;
/// @dev Only MINTER_ROLE holders can sign off on `MintRequest`s and lazy mint tokens.
bytes32 private minterRole;
/**
* @notice Initializes the contract with the given parameters.
*
* @param _defaultAdmin The default admin for the contract.
* @param _name The name of the contract.
* @param _symbol The symbol of the contract.
* @param _royaltyRecipient The address to which royalties should be sent.
* @param _royaltyBps The royalty basis points to be charged. Max = 10000 (10000 = 100%, 1000 = 10%)
* @param _primarySaleRecipient The address to which primary sale revenue should be sent.
*/
constructor(
address _defaultAdmin,
string memory _name,
string memory _symbol,
address _royaltyRecipient,
uint128 _royaltyBps,
address _primarySaleRecipient
) ERC1155Drop(_defaultAdmin, _name, _symbol, _royaltyRecipient, _royaltyBps, _primarySaleRecipient) {
bytes32 _transferRole = keccak256("TRANSFER_ROLE");
bytes32 _minterRole = keccak256("MINTER_ROLE");
_setupRole(DEFAULT_ADMIN_ROLE, _defaultAdmin);
_setupRole(_minterRole, _defaultAdmin);
_setupRole(_transferRole, _defaultAdmin);
_setupRole(_transferRole, address(0));
transferRole = _transferRole;
minterRole = _minterRole;
}
/**
* @notice Pauses or Unpauses transfers for a specific token ID
* @param tokenId The id of the token
* @param isPaused True or False
*/
function toggleTokenTransferPause(uint256 tokenId, bool isPaused) external {
if (!_canPauseTokenTransfer()) {
revert Errors.UnauthorizedPauser(msg.sender);
}
pausedTransfers[tokenId] = isPaused;
emit TokenTransferPauseUpdated(tokenId, isPaused);
}
/**
* @notice Function to mint tokens directly, called only from authorized addresses
* @param _to The receiver of the token
* @param _tokenId The token id
* @param _quantityBeingMinted Quantity to be minted
*/
function authorizedMint(address _to, uint256 _tokenId, uint256 _quantityBeingMinted) external {
if (!_canAuthorizedMint()) revert Errors.UnauthorizedMinter(msg.sender);
_mint(_to, _tokenId, _quantityBeingMinted, "");
}
/**
* @dev See {ERC1155-safeTransferFrom}.
*/
function safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes memory data)
public
override
{
_checkSingleTransferPaused(id);
super.safeTransferFrom(from, to, id, amount, data);
}
/**
* @dev See {ERC1155-safeBatchTransferFrom}.
*/
function safeBatchTransferFrom(
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) public override {
_checkBatchTransferPaused(ids);
super.safeBatchTransferFrom(from, to, ids, amounts, data);
}
/**
* @notice Function to check if single token transfers are paused
* @param id The id of the transferred token
*/
function _checkSingleTransferPaused(uint256 id) internal view {
if (pausedTransfers[id]) revert Errors.TokenTransferPaused(id);
}
/**
* @notice Function to check if batch token transfers are paused
* @param ids The ids of the transferred tokens
*/
function _checkBatchTransferPaused(uint256[] memory ids) internal view {
for (uint256 i = 0; i < ids.length; ++i) {
if (pausedTransfers[ids[i]]) {
revert Errors.TokenTransferPaused(ids[i]);
}
}
}
/// @dev Checks whether token transfer can be paused in the given execution context.
function _canPauseTokenTransfer() internal view returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Checks whether authorized mint can be executed in the given execution context.
function _canAuthorizedMint() internal view returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender) || hasRole(minterRole, msg.sender);
}
/// @dev Checks whether primary sale recipient can be set in the given execution context.
function _canSetPrimarySaleRecipient() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Checks whether owner can be set in the given execution context.
function _canSetOwner() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Checks whether royalty info can be set in the given execution context.
function _canSetRoyaltyInfo() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Checks whether contract metadata can be set in the given execution context.
function _canSetContractURI() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Checks whether platform fee info can be set in the given execution context.
function _canSetClaimConditions() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Returns whether lazy minting can be done in the given execution context.
function _canLazyMint() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Checks whether NFTs can be revealed in the given execution context.
function _canReveal() internal view override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
/// @dev Returns whether platform fee info can be set in the given execution context.
function _canSetPlatformFeeInfo() internal view virtual override returns (bool) {
return msg.sender == owner() || hasRole(DEFAULT_ADMIN_ROLE, msg.sender);
}
}// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
library Errors {
/*//////////////////////////////////////////////////////////////
MOODY MADNESS ASSET MINTER
//////////////////////////////////////////////////////////////*/
error DoesNotOwnAllOGCards(address _receiver);
error AlreadyClaimed(address _receiver);
/*//////////////////////////////////////////////////////////////
MOODY MADNESS ASSETS
//////////////////////////////////////////////////////////////*/
error UnauthorizedMinter(address _minter);
error UnauthorizedPauser(address _pauser);
error TokenTransferPaused(uint256 tokenId);
error ZeroAddress();
/*//////////////////////////////////////////////////////////////
CRYPTOMAZE OG CARDS STAKING
//////////////////////////////////////////////////////////////*/
error OGCardsAlreadyStaked(address _staker);
error OGCardsNotStaked(address _staker);
error NotAuthorized();
error CannotWithdraw();
error StakingKilled();
/*//////////////////////////////////////////////////////////////
XP TOKEN CLAIM
//////////////////////////////////////////////////////////////*/
error UnableToRecover(address token);
error ClaimTooEarly();
error NotStaked();
/*//////////////////////////////////////////////////////////////
MOODY MADNESS BUNDLES
//////////////////////////////////////////////////////////////*/
error BundleNotForSale(uint256 bundleId);
error InvalidReferrer(address referrer);
/*//////////////////////////////////////////////////////////////
MOODY MADNESS ROULETTE
//////////////////////////////////////////////////////////////*/
error MaxSpinsReached();
error MaxSpinsNotReached();
}// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
interface IMoodyMadnessAssets {
// @notice Emitted when an authorized minter is updated
event AuthorizedMinterUpdated(address minter, bool isAllowed);
// @notice Emitted when a token transfer has been paused or unpaused
event TokenTransferPauseUpdated(uint256 tokenId, bool isPaused);
function authorizedMint(address _to, uint256 _tokenId, uint256 _quantityBeingMinted) external;
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import { ERC1155 } from "../eip/ERC1155.sol";
import "../extension/ContractMetadata.sol";
import "../extension/Multicall.sol";
import "../extension/Ownable.sol";
import "../extension/Royalty.sol";
import "../extension/BatchMintMetadata.sol";
import "../extension/PrimarySale.sol";
import "../extension/DropSinglePhase1155.sol";
import "../extension/LazyMint.sol";
import "../extension/DelayedReveal.sol";
import { CurrencyTransferLib } from "../lib/CurrencyTransferLib.sol";
import "../lib/Strings.sol";
/**
* BASE: ERC1155Base
* EXTENSION: DropSinglePhase1155
*
* The `ERC1155Base` smart contract implements the ERC1155 NFT standard.
* It includes the following additions to standard ERC1155 logic:
*
* - Contract metadata for royalty support on platforms such as OpenSea that use
* off-chain information to distribute roaylties.
*
* - Ownership of the contract, with the ability to restrict certain functions to
* only be called by the contract's owner.
*
* - Multicall capability to perform multiple actions atomically
*
* - EIP 2981 compliance for royalty support on NFT marketplaces.
*
* The `drop` mechanism in the `DropSinglePhase1155` extension is a distribution mechanism for lazy minted tokens. It lets
* you set restrictions such as a price to charge, an allowlist etc. when an address atttempts to mint lazy minted tokens.
*
* The `ERC721Drop` contract lets you lazy mint tokens, and distribute those lazy minted tokens via the drop mechanism.
*/
contract ERC1155Drop is
ERC1155,
ContractMetadata,
Ownable,
Royalty,
Multicall,
BatchMintMetadata,
PrimarySale,
LazyMint,
DelayedReveal,
DropSinglePhase1155
{
using Strings for uint256;
/*//////////////////////////////////////////////////////////////
Mappings
//////////////////////////////////////////////////////////////*/
/**
* @notice Returns the total supply of NFTs of a given tokenId
* @dev Mapping from tokenId => total circulating supply of NFTs of that tokenId.
*/
mapping(uint256 => uint256) public totalSupply;
/*///////////////////////////////////////////////////////////////
Constructor
//////////////////////////////////////////////////////////////*/
/**
* @notice Initializes the contract with the given parameters.
*
* @param _defaultAdmin The default admin for the contract.
* @param _name The name of the contract.
* @param _symbol The symbol of the contract.
* @param _royaltyRecipient The address to which royalties should be sent.
* @param _royaltyBps The royalty basis points to be charged. Max = 10000 (10000 = 100%, 1000 = 10%)
* @param _primarySaleRecipient The address to which primary sale revenue should be sent.
*/
constructor(
address _defaultAdmin,
string memory _name,
string memory _symbol,
address _royaltyRecipient,
uint128 _royaltyBps,
address _primarySaleRecipient
) ERC1155(_name, _symbol) {
_setupOwner(_defaultAdmin);
_setupDefaultRoyaltyInfo(_royaltyRecipient, _royaltyBps);
_setupPrimarySaleRecipient(_primarySaleRecipient);
}
/*//////////////////////////////////////////////////////////////
ERC165 Logic
//////////////////////////////////////////////////////////////*/
/**
* @dev See ERC165: https://eips.ethereum.org/EIPS/eip-165
* @inheritdoc IERC165
*/
function supportsInterface(bytes4 interfaceId) public view virtual override(ERC1155, IERC165) returns (bool) {
return
interfaceId == 0x01ffc9a7 || // ERC165 Interface ID for ERC165
interfaceId == 0xd9b67a26 || // ERC165 Interface ID for ERC1155
interfaceId == 0x0e89341c || // ERC165 Interface ID for ERC1155MetadataURI
interfaceId == type(IERC2981).interfaceId; // ERC165 ID for ERC2981
}
/*//////////////////////////////////////////////////////////////
Minting/burning logic
//////////////////////////////////////////////////////////////*/
/**
* @notice Lets an owner or approved operator burn NFTs of the given tokenId.
*
* @param _owner The owner of the NFT to burn.
* @param _tokenId The tokenId of the NFT to burn.
* @param _amount The amount of the NFT to burn.
*/
function burn(address _owner, uint256 _tokenId, uint256 _amount) external virtual {
address caller = msg.sender;
require(caller == _owner || isApprovedForAll[_owner][caller], "Unapproved caller");
require(balanceOf[_owner][_tokenId] >= _amount, "Not enough tokens owned");
_burn(_owner, _tokenId, _amount);
}
/**
* @notice Lets an owner or approved operator burn NFTs of the given tokenIds.
*
* @param _owner The owner of the NFTs to burn.
* @param _tokenIds The tokenIds of the NFTs to burn.
* @param _amounts The amounts of the NFTs to burn.
*/
function burnBatch(address _owner, uint256[] memory _tokenIds, uint256[] memory _amounts) external virtual {
address caller = msg.sender;
require(caller == _owner || isApprovedForAll[_owner][caller], "Unapproved caller");
require(_tokenIds.length == _amounts.length, "Length mismatch");
for (uint256 i = 0; i < _tokenIds.length; i += 1) {
require(balanceOf[_owner][_tokenIds[i]] >= _amounts[i], "Not enough tokens owned");
}
_burnBatch(_owner, _tokenIds, _amounts);
}
/*///////////////////////////////////////////////////////////////
Overriden metadata logic
//////////////////////////////////////////////////////////////*/
/**
* @notice Returns the metadata URI for an NFT.
* @dev See `BatchMintMetadata` for handling of metadata in this contract.
*
* @param _tokenId The tokenId of an NFT.
* @return The metadata URI for the given NFT.
*/
function uri(uint256 _tokenId) public view virtual override returns (string memory) {
(uint256 batchId, ) = _getBatchId(_tokenId);
string memory batchUri = _getBaseURI(_tokenId);
if (isEncryptedBatch(batchId)) {
return string(abi.encodePacked(batchUri, "0"));
} else {
return string(abi.encodePacked(batchUri, _tokenId.toString()));
}
}
/*///////////////////////////////////////////////////////////////
Delayed reveal logic
//////////////////////////////////////////////////////////////*/
/**
* @notice Lets an authorized address reveal a batch of delayed reveal NFTs.
*
* @param _index The ID for the batch of delayed-reveal NFTs to reveal.
* @param _key The key with which the base URI for the relevant batch of NFTs was encrypted.
* @return revealedURI The revealed URI for the batch of NFTs.
*/
function reveal(uint256 _index, bytes calldata _key) public virtual override returns (string memory revealedURI) {
require(_canReveal(), "Not authorized");
uint256 batchId = getBatchIdAtIndex(_index);
revealedURI = getRevealURI(batchId, _key);
_setEncryptedData(batchId, "");
_setBaseURI(batchId, revealedURI);
emit TokenURIRevealed(_index, revealedURI);
}
/*///////////////////////////////////////////////////////////////
Overriden lazy minting logic
//////////////////////////////////////////////////////////////*/
/**
* @notice Lets an authorized address lazy mint a given amount of NFTs.
*
* @param _amount The number of NFTs to lazy mint.
* @param _baseURIForTokens The placeholder base URI for the 'n' number of NFTs being lazy minted, where the
* metadata for each of those NFTs is `${baseURIForTokens}/${tokenId}`.
* @param _data The encrypted base URI + provenance hash for the batch of NFTs being lazy minted.
* @return batchId A unique integer identifier for the batch of NFTs lazy minted together.
*/
function lazyMint(
uint256 _amount,
string calldata _baseURIForTokens,
bytes calldata _data
) public virtual override returns (uint256 batchId) {
if (_data.length > 0) {
(bytes memory encryptedURI, bytes32 provenanceHash) = abi.decode(_data, (bytes, bytes32));
if (encryptedURI.length != 0 && provenanceHash != "") {
_setEncryptedData(nextTokenIdToLazyMint + _amount, _data);
}
}
return LazyMint.lazyMint(_amount, _baseURIForTokens, _data);
}
/// @notice The tokenId assigned to the next new NFT to be lazy minted.
function nextTokenIdToMint() public view virtual returns (uint256) {
return nextTokenIdToLazyMint;
}
/*///////////////////////////////////////////////////////////////
Internal functions
//////////////////////////////////////////////////////////////*/
/**
* @dev Runs before every `claim` function call.
*
* @param _tokenId The tokenId of the NFT being claimed.
*/
function _beforeClaim(
uint256 _tokenId,
address,
uint256,
address,
uint256,
AllowlistProof calldata,
bytes memory
) internal view virtual override {
if (_tokenId >= nextTokenIdToLazyMint) {
revert("Not enough minted tokens");
}
}
/**
* @dev Collects and distributes the primary sale value of NFTs being claimed.
*
* @param _primarySaleRecipient The address to which primary sale revenue should be sent.
* @param _quantityToClaim The quantity of NFTs being claimed.
* @param _currency The currency in which the NFTs are being sold.
* @param _pricePerToken The price per NFT being claimed.
*/
function _collectPriceOnClaim(
address _primarySaleRecipient,
uint256 _quantityToClaim,
address _currency,
uint256 _pricePerToken
) internal virtual override {
if (_pricePerToken == 0) {
require(msg.value == 0, "!Value");
return;
}
uint256 totalPrice = _quantityToClaim * _pricePerToken;
bool validMsgValue;
if (_currency == CurrencyTransferLib.NATIVE_TOKEN) {
validMsgValue = msg.value == totalPrice;
} else {
validMsgValue = msg.value == 0;
}
require(validMsgValue, "Invalid msg value");
address saleRecipient = _primarySaleRecipient == address(0) ? primarySaleRecipient() : _primarySaleRecipient;
CurrencyTransferLib.transferCurrency(_currency, msg.sender, saleRecipient, totalPrice);
}
/**
* @dev Transfers the NFTs being claimed.
*
* @param _to The address to which the NFTs are being transferred.
* @param _tokenId The tokenId of the NFTs being claimed.
* @param _quantityBeingClaimed The quantity of NFTs being claimed.
*/
function _transferTokensOnClaim(
address _to,
uint256 _tokenId,
uint256 _quantityBeingClaimed
) internal virtual override {
_mint(_to, _tokenId, _quantityBeingClaimed, "");
}
/**
* @dev Runs before every token transfer / mint / burn.
*
* @param operator The address performing the token transfer.
* @param from The address from which the token is being transferred.
* @param to The address to which the token is being transferred.
* @param ids The tokenIds of the tokens being transferred.
* @param amounts The amounts of the tokens being transferred.
* @param data Any additional data being passed in the token transfer.
*/
function _beforeTokenTransfer(
address operator,
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual override {
super._beforeTokenTransfer(operator, from, to, ids, amounts, data);
if (from == address(0)) {
for (uint256 i = 0; i < ids.length; ++i) {
totalSupply[ids[i]] += amounts[i];
}
}
if (to == address(0)) {
for (uint256 i = 0; i < ids.length; ++i) {
totalSupply[ids[i]] -= amounts[i];
}
}
}
/// @dev Checks whether primary sale recipient can be set in the given execution context.
function _canSetPrimarySaleRecipient() internal view virtual override returns (bool) {
return msg.sender == owner();
}
/// @dev Checks whether owner can be set in the given execution context.
function _canSetOwner() internal view virtual override returns (bool) {
return msg.sender == owner();
}
/// @dev Checks whether royalty info can be set in the given execution context.
function _canSetRoyaltyInfo() internal view virtual override returns (bool) {
return msg.sender == owner();
}
/// @dev Checks whether contract metadata can be set in the given execution context.
function _canSetContractURI() internal view virtual override returns (bool) {
return msg.sender == owner();
}
/// @dev Checks whether platform fee info can be set in the given execution context.
function _canSetClaimConditions() internal view virtual override returns (bool) {
return msg.sender == owner();
}
/// @dev Returns whether lazy minting can be done in the given execution context.
function _canLazyMint() internal view virtual override returns (bool) {
return msg.sender == owner();
}
/// @dev Checks whether NFTs can be revealed in the given execution context.
function _canReveal() internal view virtual returns (bool) {
return msg.sender == owner();
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IPermissionsEnumerable.sol";
import "./Permissions.sol";
/**
* @title PermissionsEnumerable
* @dev This contracts provides extending-contracts with role-based access control mechanisms.
* Also provides interfaces to view all members with a given role, and total count of members.
*/
contract PermissionsEnumerable is IPermissionsEnumerable, Permissions {
/**
* @notice A data structure to store data of members for a given role.
*
* @param index Current index in the list of accounts that have a role.
* @param members map from index => address of account that has a role
* @param indexOf map from address => index which the account has.
*/
struct RoleMembers {
uint256 index;
mapping(uint256 => address) members;
mapping(address => uint256) indexOf;
}
/// @dev map from keccak256 hash of a role to its members' data. See {RoleMembers}.
mapping(bytes32 => RoleMembers) private roleMembers;
/**
* @notice Returns the role-member from a list of members for a role,
* at a given index.
* @dev Returns `member` who has `role`, at `index` of role-members list.
* See struct {RoleMembers}, and mapping {roleMembers}
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
* @param index Index in list of current members for the role.
*
* @return member Address of account that has `role`
*/
function getRoleMember(bytes32 role, uint256 index) external view override returns (address member) {
uint256 currentIndex = roleMembers[role].index;
uint256 check;
for (uint256 i = 0; i < currentIndex; i += 1) {
if (roleMembers[role].members[i] != address(0)) {
if (check == index) {
member = roleMembers[role].members[i];
return member;
}
check += 1;
} else if (hasRole(role, address(0)) && i == roleMembers[role].indexOf[address(0)]) {
check += 1;
}
}
}
/**
* @notice Returns total number of accounts that have a role.
* @dev Returns `count` of accounts that have `role`.
* See struct {RoleMembers}, and mapping {roleMembers}
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
*
* @return count Total number of accounts that have `role`
*/
function getRoleMemberCount(bytes32 role) external view override returns (uint256 count) {
uint256 currentIndex = roleMembers[role].index;
for (uint256 i = 0; i < currentIndex; i += 1) {
if (roleMembers[role].members[i] != address(0)) {
count += 1;
}
}
if (hasRole(role, address(0))) {
count += 1;
}
}
/// @dev Revokes `role` from `account`, and removes `account` from {roleMembers}
/// See {_removeMember}
function _revokeRole(bytes32 role, address account) internal override {
super._revokeRole(role, account);
_removeMember(role, account);
}
/// @dev Grants `role` to `account`, and adds `account` to {roleMembers}
/// See {_addMember}
function _setupRole(bytes32 role, address account) internal override {
super._setupRole(role, account);
_addMember(role, account);
}
/// @dev adds `account` to {roleMembers}, for `role`
function _addMember(bytes32 role, address account) internal {
uint256 idx = roleMembers[role].index;
roleMembers[role].index += 1;
roleMembers[role].members[idx] = account;
roleMembers[role].indexOf[account] = idx;
}
/// @dev removes `account` from {roleMembers}, for `role`
function _removeMember(bytes32 role, address account) internal {
uint256 idx = roleMembers[role].indexOf[account];
delete roleMembers[role].members[idx];
delete roleMembers[role].indexOf[account];
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IPlatformFee.sol";
/**
* @title Platform Fee
* @notice Thirdweb's `PlatformFee` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* the recipient of platform fee and the platform fee basis points, and lets the inheriting contract perform conditional logic
* that uses information about platform fees, if desired.
*/
abstract contract PlatformFee is IPlatformFee {
/// @dev The sender is not authorized to perform the action
error PlatformFeeUnauthorized();
/// @dev The recipient is invalid
error PlatformFeeInvalidRecipient(address recipient);
/// @dev The fee bps exceeded the max value
error PlatformFeeExceededMaxFeeBps(uint256 max, uint256 actual);
/// @dev The address that receives all platform fees from all sales.
address private platformFeeRecipient;
/// @dev The % of primary sales collected as platform fees.
uint16 private platformFeeBps;
/// @dev Fee type variants: percentage fee and flat fee
PlatformFeeType private platformFeeType;
/// @dev The flat amount collected by the contract as fees on primary sales.
uint256 private flatPlatformFee;
/// @dev Returns the platform fee recipient and bps.
function getPlatformFeeInfo() public view override returns (address, uint16) {
return (platformFeeRecipient, uint16(platformFeeBps));
}
/// @dev Returns the platform fee bps and recipient.
function getFlatPlatformFeeInfo() public view returns (address, uint256) {
return (platformFeeRecipient, flatPlatformFee);
}
/// @dev Returns the platform fee type.
function getPlatformFeeType() public view returns (PlatformFeeType) {
return platformFeeType;
}
/**
* @notice Updates the platform fee recipient and bps.
* @dev Caller should be authorized to set platform fee info.
* See {_canSetPlatformFeeInfo}.
* Emits {PlatformFeeInfoUpdated Event}; See {_setupPlatformFeeInfo}.
*
* @param _platformFeeRecipient Address to be set as new platformFeeRecipient.
* @param _platformFeeBps Updated platformFeeBps.
*/
function setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps) external override {
if (!_canSetPlatformFeeInfo()) {
revert PlatformFeeUnauthorized();
}
_setupPlatformFeeInfo(_platformFeeRecipient, _platformFeeBps);
}
/// @dev Sets the platform fee recipient and bps
function _setupPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps) internal {
if (_platformFeeBps > 10_000) {
revert PlatformFeeExceededMaxFeeBps(10_000, _platformFeeBps);
}
if (_platformFeeRecipient == address(0)) {
revert PlatformFeeInvalidRecipient(_platformFeeRecipient);
}
platformFeeBps = uint16(_platformFeeBps);
platformFeeRecipient = _platformFeeRecipient;
emit PlatformFeeInfoUpdated(_platformFeeRecipient, _platformFeeBps);
}
/// @notice Lets a module admin set a flat fee on primary sales.
function setFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee) external {
if (!_canSetPlatformFeeInfo()) {
revert PlatformFeeUnauthorized();
}
_setupFlatPlatformFeeInfo(_platformFeeRecipient, _flatFee);
}
/// @dev Sets a flat fee on primary sales.
function _setupFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee) internal {
flatPlatformFee = _flatFee;
platformFeeRecipient = _platformFeeRecipient;
emit FlatPlatformFeeUpdated(_platformFeeRecipient, _flatFee);
}
/// @notice Lets a module admin set platform fee type.
function setPlatformFeeType(PlatformFeeType _feeType) external {
if (!_canSetPlatformFeeInfo()) {
revert PlatformFeeUnauthorized();
}
_setupPlatformFeeType(_feeType);
}
/// @dev Sets platform fee type.
function _setupPlatformFeeType(PlatformFeeType _feeType) internal {
platformFeeType = _feeType;
emit PlatformFeeTypeUpdated(_feeType);
}
/// @dev Returns whether platform fee info can be set in the given execution context.
function _canSetPlatformFeeInfo() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache 2.0
pragma solidity ^0.8.0;
import "./interface/IERC1155.sol";
import "./interface/IERC1155Metadata.sol";
import "./interface/IERC1155Receiver.sol";
contract ERC1155 is IERC1155, IERC1155Metadata {
/*//////////////////////////////////////////////////////////////
State variables
//////////////////////////////////////////////////////////////*/
string public name;
string public symbol;
/*//////////////////////////////////////////////////////////////
Mappings
//////////////////////////////////////////////////////////////*/
mapping(address => mapping(uint256 => uint256)) public balanceOf;
mapping(address => mapping(address => bool)) public isApprovedForAll;
mapping(uint256 => string) internal _uri;
/*//////////////////////////////////////////////////////////////
Constructor
//////////////////////////////////////////////////////////////*/
constructor(string memory _name, string memory _symbol) {
name = _name;
symbol = _symbol;
}
/*//////////////////////////////////////////////////////////////
View functions
//////////////////////////////////////////////////////////////*/
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool) {
return
interfaceId == 0x01ffc9a7 || // ERC165 Interface ID for ERC165
interfaceId == 0xd9b67a26 || // ERC165 Interface ID for ERC1155
interfaceId == 0x0e89341c; // ERC165 Interface ID for ERC1155MetadataURI
}
function uri(uint256 tokenId) public view virtual override returns (string memory) {
return _uri[tokenId];
}
function balanceOfBatch(
address[] memory accounts,
uint256[] memory ids
) public view virtual override returns (uint256[] memory) {
require(accounts.length == ids.length, "LENGTH_MISMATCH");
uint256[] memory batchBalances = new uint256[](accounts.length);
for (uint256 i = 0; i < accounts.length; ++i) {
batchBalances[i] = balanceOf[accounts[i]][ids[i]];
}
return batchBalances;
}
/*//////////////////////////////////////////////////////////////
ERC1155 logic
//////////////////////////////////////////////////////////////*/
function setApprovalForAll(address operator, bool approved) public virtual override {
address owner = msg.sender;
require(owner != operator, "APPROVING_SELF");
isApprovedForAll[owner][operator] = approved;
emit ApprovalForAll(owner, operator, approved);
}
function safeTransferFrom(
address from,
address to,
uint256 id,
uint256 amount,
bytes memory data
) public virtual override {
require(from == msg.sender || isApprovedForAll[from][msg.sender], "!OWNER_OR_APPROVED");
_safeTransferFrom(from, to, id, amount, data);
}
function safeBatchTransferFrom(
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) public virtual override {
require(from == msg.sender || isApprovedForAll[from][msg.sender], "!OWNER_OR_APPROVED");
_safeBatchTransferFrom(from, to, ids, amounts, data);
}
/*//////////////////////////////////////////////////////////////
Internal logic
//////////////////////////////////////////////////////////////*/
function _safeTransferFrom(
address from,
address to,
uint256 id,
uint256 amount,
bytes memory data
) internal virtual {
require(to != address(0), "TO_ZERO_ADDR");
address operator = msg.sender;
_beforeTokenTransfer(operator, from, to, _asSingletonArray(id), _asSingletonArray(amount), data);
uint256 fromBalance = balanceOf[from][id];
require(fromBalance >= amount, "INSUFFICIENT_BAL");
unchecked {
balanceOf[from][id] = fromBalance - amount;
}
balanceOf[to][id] += amount;
emit TransferSingle(operator, from, to, id, amount);
_doSafeTransferAcceptanceCheck(operator, from, to, id, amount, data);
}
function _safeBatchTransferFrom(
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {
require(ids.length == amounts.length, "LENGTH_MISMATCH");
require(to != address(0), "TO_ZERO_ADDR");
address operator = msg.sender;
_beforeTokenTransfer(operator, from, to, ids, amounts, data);
for (uint256 i = 0; i < ids.length; ++i) {
uint256 id = ids[i];
uint256 amount = amounts[i];
uint256 fromBalance = balanceOf[from][id];
require(fromBalance >= amount, "INSUFFICIENT_BAL");
unchecked {
balanceOf[from][id] = fromBalance - amount;
}
balanceOf[to][id] += amount;
}
emit TransferBatch(operator, from, to, ids, amounts);
_doSafeBatchTransferAcceptanceCheck(operator, from, to, ids, amounts, data);
}
function _setTokenURI(uint256 tokenId, string memory newuri) internal virtual {
_uri[tokenId] = newuri;
}
function _mint(address to, uint256 id, uint256 amount, bytes memory data) internal virtual {
require(to != address(0), "TO_ZERO_ADDR");
address operator = msg.sender;
_beforeTokenTransfer(operator, address(0), to, _asSingletonArray(id), _asSingletonArray(amount), data);
balanceOf[to][id] += amount;
emit TransferSingle(operator, address(0), to, id, amount);
_doSafeTransferAcceptanceCheck(operator, address(0), to, id, amount, data);
}
function _mintBatch(
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {
require(to != address(0), "TO_ZERO_ADDR");
require(ids.length == amounts.length, "LENGTH_MISMATCH");
address operator = msg.sender;
_beforeTokenTransfer(operator, address(0), to, ids, amounts, data);
for (uint256 i = 0; i < ids.length; i++) {
balanceOf[to][ids[i]] += amounts[i];
}
emit TransferBatch(operator, address(0), to, ids, amounts);
_doSafeBatchTransferAcceptanceCheck(operator, address(0), to, ids, amounts, data);
}
function _burn(address from, uint256 id, uint256 amount) internal virtual {
require(from != address(0), "FROM_ZERO_ADDR");
address operator = msg.sender;
_beforeTokenTransfer(operator, from, address(0), _asSingletonArray(id), _asSingletonArray(amount), "");
uint256 fromBalance = balanceOf[from][id];
require(fromBalance >= amount, "INSUFFICIENT_BAL");
unchecked {
balanceOf[from][id] = fromBalance - amount;
}
emit TransferSingle(operator, from, address(0), id, amount);
}
function _burnBatch(address from, uint256[] memory ids, uint256[] memory amounts) internal virtual {
require(from != address(0), "FROM_ZERO_ADDR");
require(ids.length == amounts.length, "LENGTH_MISMATCH");
address operator = msg.sender;
_beforeTokenTransfer(operator, from, address(0), ids, amounts, "");
for (uint256 i = 0; i < ids.length; i++) {
uint256 id = ids[i];
uint256 amount = amounts[i];
uint256 fromBalance = balanceOf[from][id];
require(fromBalance >= amount, "INSUFFICIENT_BAL");
unchecked {
balanceOf[from][id] = fromBalance - amount;
}
}
emit TransferBatch(operator, from, address(0), ids, amounts);
}
function _beforeTokenTransfer(
address operator,
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) internal virtual {}
function _doSafeTransferAcceptanceCheck(
address operator,
address from,
address to,
uint256 id,
uint256 amount,
bytes memory data
) private {
if (to.code.length > 0) {
try IERC1155Receiver(to).onERC1155Received(operator, from, id, amount, data) returns (bytes4 response) {
if (response != IERC1155Receiver.onERC1155Received.selector) {
revert("TOKENS_REJECTED");
}
} catch Error(string memory reason) {
revert(reason);
} catch {
revert("!ERC1155RECEIVER");
}
}
}
function _doSafeBatchTransferAcceptanceCheck(
address operator,
address from,
address to,
uint256[] memory ids,
uint256[] memory amounts,
bytes memory data
) private {
if (to.code.length > 0) {
try IERC1155Receiver(to).onERC1155BatchReceived(operator, from, ids, amounts, data) returns (
bytes4 response
) {
if (response != IERC1155Receiver.onERC1155BatchReceived.selector) {
revert("TOKENS_REJECTED");
}
} catch Error(string memory reason) {
revert(reason);
} catch {
revert("!ERC1155RECEIVER");
}
}
}
function _asSingletonArray(uint256 element) private pure returns (uint256[] memory) {
uint256[] memory array = new uint256[](1);
array[0] = element;
return array;
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IRoyalty.sol";
/**
* @title Royalty
* @notice Thirdweb's `Royalty` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* the recipient of royalty fee and the royalty fee basis points, and lets the inheriting contract perform conditional logic
* that uses information about royalty fees, if desired.
*
* @dev The `Royalty` contract is ERC2981 compliant.
*/
abstract contract Royalty is IRoyalty {
/// @dev The sender is not authorized to perform the action
error RoyaltyUnauthorized();
/// @dev The recipient is invalid
error RoyaltyInvalidRecipient(address recipient);
/// @dev The fee bps exceeded the max value
error RoyaltyExceededMaxFeeBps(uint256 max, uint256 actual);
/// @dev The (default) address that receives all royalty value.
address private royaltyRecipient;
/// @dev The (default) % of a sale to take as royalty (in basis points).
uint16 private royaltyBps;
/// @dev Token ID => royalty recipient and bps for token
mapping(uint256 => RoyaltyInfo) private royaltyInfoForToken;
/**
* @notice View royalty info for a given token and sale price.
* @dev Returns royalty amount and recipient for `tokenId` and `salePrice`.
* @param tokenId The tokenID of the NFT for which to query royalty info.
* @param salePrice Sale price of the token.
*
* @return receiver Address of royalty recipient account.
* @return royaltyAmount Royalty amount calculated at current royaltyBps value.
*/
function royaltyInfo(
uint256 tokenId,
uint256 salePrice
) external view virtual override returns (address receiver, uint256 royaltyAmount) {
(address recipient, uint256 bps) = getRoyaltyInfoForToken(tokenId);
receiver = recipient;
royaltyAmount = (salePrice * bps) / 10_000;
}
/**
* @notice View royalty info for a given token.
* @dev Returns royalty recipient and bps for `_tokenId`.
* @param _tokenId The tokenID of the NFT for which to query royalty info.
*/
function getRoyaltyInfoForToken(uint256 _tokenId) public view override returns (address, uint16) {
RoyaltyInfo memory royaltyForToken = royaltyInfoForToken[_tokenId];
return
royaltyForToken.recipient == address(0)
? (royaltyRecipient, uint16(royaltyBps))
: (royaltyForToken.recipient, uint16(royaltyForToken.bps));
}
/**
* @notice Returns the defualt royalty recipient and BPS for this contract's NFTs.
*/
function getDefaultRoyaltyInfo() external view override returns (address, uint16) {
return (royaltyRecipient, uint16(royaltyBps));
}
/**
* @notice Updates default royalty recipient and bps.
* @dev Caller should be authorized to set royalty info.
* See {_canSetRoyaltyInfo}.
* Emits {DefaultRoyalty Event}; See {_setupDefaultRoyaltyInfo}.
*
* @param _royaltyRecipient Address to be set as default royalty recipient.
* @param _royaltyBps Updated royalty bps.
*/
function setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps) external override {
if (!_canSetRoyaltyInfo()) {
revert RoyaltyUnauthorized();
}
_setupDefaultRoyaltyInfo(_royaltyRecipient, _royaltyBps);
}
/// @dev Lets a contract admin update the default royalty recipient and bps.
function _setupDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps) internal {
if (_royaltyBps > 10_000) {
revert RoyaltyExceededMaxFeeBps(10_000, _royaltyBps);
}
royaltyRecipient = _royaltyRecipient;
royaltyBps = uint16(_royaltyBps);
emit DefaultRoyalty(_royaltyRecipient, _royaltyBps);
}
/**
* @notice Updates default royalty recipient and bps for a particular token.
* @dev Sets royalty info for `_tokenId`. Caller should be authorized to set royalty info.
* See {_canSetRoyaltyInfo}.
* Emits {RoyaltyForToken Event}; See {_setupRoyaltyInfoForToken}.
*
* @param _recipient Address to be set as royalty recipient for given token Id.
* @param _bps Updated royalty bps for the token Id.
*/
function setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps) external override {
if (!_canSetRoyaltyInfo()) {
revert RoyaltyUnauthorized();
}
_setupRoyaltyInfoForToken(_tokenId, _recipient, _bps);
}
/// @dev Lets a contract admin set the royalty recipient and bps for a particular token Id.
function _setupRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps) internal {
if (_bps > 10_000) {
revert RoyaltyExceededMaxFeeBps(10_000, _bps);
}
royaltyInfoForToken[_tokenId] = RoyaltyInfo({ recipient: _recipient, bps: _bps });
emit RoyaltyForToken(_tokenId, _recipient, _bps);
}
/// @dev Returns whether royalty info can be set in the given execution context.
function _canSetRoyaltyInfo() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IOwnable.sol";
/**
* @title Ownable
* @notice Thirdweb's `Ownable` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* who the 'owner' of the inheriting smart contract is, and lets the inheriting contract perform conditional logic that uses
* information about who the contract's owner is.
*/
abstract contract Ownable is IOwnable {
/// @dev The sender is not authorized to perform the action
error OwnableUnauthorized();
/// @dev Owner of the contract (purpose: OpenSea compatibility)
address private _owner;
/// @dev Reverts if caller is not the owner.
modifier onlyOwner() {
if (msg.sender != _owner) {
revert OwnableUnauthorized();
}
_;
}
/**
* @notice Returns the owner of the contract.
*/
function owner() public view override returns (address) {
return _owner;
}
/**
* @notice Lets an authorized wallet set a new owner for the contract.
* @param _newOwner The address to set as the new owner of the contract.
*/
function setOwner(address _newOwner) external override {
if (!_canSetOwner()) {
revert OwnableUnauthorized();
}
_setupOwner(_newOwner);
}
/// @dev Lets a contract admin set a new owner for the contract. The new owner must be a contract admin.
function _setupOwner(address _newOwner) internal {
address _prevOwner = _owner;
_owner = _newOwner;
emit OwnerUpdated(_prevOwner, _newOwner);
}
/// @dev Returns whether owner can be set in the given execution context.
function _canSetOwner() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* @title Batch-mint Metadata
* @notice The `BatchMintMetadata` is a contract extension for any base NFT contract. It lets the smart contract
* using this extension set metadata for `n` number of NFTs all at once. This is enabled by storing a single
* base URI for a batch of `n` NFTs, where the metadata for each NFT in a relevant batch is `baseURI/tokenId`.
*/
contract BatchMintMetadata {
/// @dev Invalid index for batch
error BatchMintInvalidBatchId(uint256 index);
/// @dev Invalid token
error BatchMintInvalidTokenId(uint256 tokenId);
/// @dev Metadata frozen
error BatchMintMetadataFrozen(uint256 batchId);
/// @dev Largest tokenId of each batch of tokens with the same baseURI + 1 {ex: batchId 100 at position 0 includes tokens 0-99}
uint256[] private batchIds;
/// @dev Mapping from id of a batch of tokens => to base URI for the respective batch of tokens.
mapping(uint256 => string) private baseURI;
/// @dev Mapping from id of a batch of tokens => to whether the base URI for the respective batch of tokens is frozen.
mapping(uint256 => bool) public batchFrozen;
/// @dev This event emits when the metadata of all tokens are frozen.
/// While not currently supported by marketplaces, this event allows
/// future indexing if desired.
event MetadataFrozen();
// @dev This event emits when the metadata of a range of tokens is updated.
/// So that the third-party platforms such as NFT market could
/// timely update the images and related attributes of the NFTs.
event BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId);
/**
* @notice Returns the count of batches of NFTs.
* @dev Each batch of tokens has an in ID and an associated `baseURI`.
* See {batchIds}.
*/
function getBaseURICount() public view returns (uint256) {
return batchIds.length;
}
/**
* @notice Returns the ID for the batch of tokens at the given index.
* @dev See {getBaseURICount}.
* @param _index Index of the desired batch in batchIds array.
*/
function getBatchIdAtIndex(uint256 _index) public view returns (uint256) {
if (_index >= getBaseURICount()) {
revert BatchMintInvalidBatchId(_index);
}
return batchIds[_index];
}
/// @dev Returns the id for the batch of tokens the given tokenId belongs to.
function _getBatchId(uint256 _tokenId) internal view returns (uint256 batchId, uint256 index) {
uint256 numOfTokenBatches = getBaseURICount();
uint256[] memory indices = batchIds;
for (uint256 i = 0; i < numOfTokenBatches; i += 1) {
if (_tokenId < indices[i]) {
index = i;
batchId = indices[i];
return (batchId, index);
}
}
revert BatchMintInvalidTokenId(_tokenId);
}
/// @dev Returns the baseURI for a token. The intended metadata URI for the token is baseURI + tokenId.
function _getBaseURI(uint256 _tokenId) internal view returns (string memory) {
uint256 numOfTokenBatches = getBaseURICount();
uint256[] memory indices = batchIds;
for (uint256 i = 0; i < numOfTokenBatches; i += 1) {
if (_tokenId < indices[i]) {
return baseURI[indices[i]];
}
}
revert BatchMintInvalidTokenId(_tokenId);
}
/// @dev returns the starting tokenId of a given batchId.
function _getBatchStartId(uint256 _batchID) internal view returns (uint256) {
uint256 numOfTokenBatches = getBaseURICount();
uint256[] memory indices = batchIds;
for (uint256 i = 0; i < numOfTokenBatches; i++) {
if (_batchID == indices[i]) {
if (i > 0) {
return indices[i - 1];
}
return 0;
}
}
revert BatchMintInvalidBatchId(_batchID);
}
/// @dev Sets the base URI for the batch of tokens with the given batchId.
function _setBaseURI(uint256 _batchId, string memory _baseURI) internal {
if (batchFrozen[_batchId]) {
revert BatchMintMetadataFrozen(_batchId);
}
baseURI[_batchId] = _baseURI;
emit BatchMetadataUpdate(_getBatchStartId(_batchId), _batchId);
}
/// @dev Freezes the base URI for the batch of tokens with the given batchId.
function _freezeBaseURI(uint256 _batchId) internal {
string memory baseURIForBatch = baseURI[_batchId];
if (bytes(baseURIForBatch).length == 0) {
revert BatchMintInvalidBatchId(_batchId);
}
batchFrozen[_batchId] = true;
emit MetadataFrozen();
}
/// @dev Mints a batch of tokenIds and associates a common baseURI to all those Ids.
function _batchMintMetadata(
uint256 _startId,
uint256 _amountToMint,
string memory _baseURIForTokens
) internal returns (uint256 nextTokenIdToMint, uint256 batchId) {
batchId = _startId + _amountToMint;
nextTokenIdToMint = batchId;
batchIds.push(batchId);
baseURI[batchId] = _baseURIForTokens;
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IDropSinglePhase1155.sol";
import "../lib/MerkleProof.sol";
abstract contract DropSinglePhase1155 is IDropSinglePhase1155 {
/*///////////////////////////////////////////////////////////////
Mappings
//////////////////////////////////////////////////////////////*/
/// @dev Mapping from tokenId => active claim condition for the tokenId.
mapping(uint256 => ClaimCondition) public claimCondition;
/// @dev Mapping from tokenId => active claim condition's UID.
mapping(uint256 => bytes32) private conditionId;
/**
* @dev Map from a claim condition uid and account to supply claimed by account.
*/
mapping(bytes32 => mapping(address => uint256)) private supplyClaimedByWallet;
/*///////////////////////////////////////////////////////////////
Drop logic
//////////////////////////////////////////////////////////////*/
/// @dev Lets an account claim tokens.
function claim(
address _receiver,
uint256 _tokenId,
uint256 _quantity,
address _currency,
uint256 _pricePerToken,
AllowlistProof calldata _allowlistProof,
bytes memory _data
) public payable virtual override {
_beforeClaim(_tokenId, _receiver, _quantity, _currency, _pricePerToken, _allowlistProof, _data);
ClaimCondition memory condition = claimCondition[_tokenId];
bytes32 activeConditionId = conditionId[_tokenId];
verifyClaim(_tokenId, _dropMsgSender(), _quantity, _currency, _pricePerToken, _allowlistProof);
// Update contract state.
condition.supplyClaimed += _quantity;
supplyClaimedByWallet[activeConditionId][_dropMsgSender()] += _quantity;
claimCondition[_tokenId] = condition;
// If there's a price, collect price.
_collectPriceOnClaim(address(0), _quantity, _currency, _pricePerToken);
// Mint the relevant NFTs to claimer.
_transferTokensOnClaim(_receiver, _tokenId, _quantity);
emit TokensClaimed(_dropMsgSender(), _receiver, _tokenId, _quantity);
_afterClaim(_tokenId, _receiver, _quantity, _currency, _pricePerToken, _allowlistProof, _data);
}
/// @dev Lets a contract admin set claim conditions.
function setClaimConditions(
uint256 _tokenId,
ClaimCondition calldata _condition,
bool _resetClaimEligibility
) external override {
if (!_canSetClaimConditions()) {
revert("Not authorized");
}
ClaimCondition memory condition = claimCondition[_tokenId];
bytes32 targetConditionId = conditionId[_tokenId];
uint256 supplyClaimedAlready = condition.supplyClaimed;
if (targetConditionId == bytes32(0) || _resetClaimEligibility) {
supplyClaimedAlready = 0;
targetConditionId = keccak256(abi.encodePacked(_dropMsgSender(), block.number, _tokenId));
}
if (supplyClaimedAlready > _condition.maxClaimableSupply) {
revert("max supply claimed");
}
ClaimCondition memory updatedCondition = ClaimCondition({
startTimestamp: _condition.startTimestamp,
maxClaimableSupply: _condition.maxClaimableSupply,
supplyClaimed: supplyClaimedAlready,
quantityLimitPerWallet: _condition.quantityLimitPerWallet,
merkleRoot: _condition.merkleRoot,
pricePerToken: _condition.pricePerToken,
currency: _condition.currency,
metadata: _condition.metadata
});
claimCondition[_tokenId] = updatedCondition;
conditionId[_tokenId] = targetConditionId;
emit ClaimConditionUpdated(_tokenId, _condition, _resetClaimEligibility);
}
/// @dev Checks a request to claim NFTs against the active claim condition's criteria.
function verifyClaim(
uint256 _tokenId,
address _claimer,
uint256 _quantity,
address _currency,
uint256 _pricePerToken,
AllowlistProof calldata _allowlistProof
) public view virtual returns (bool isOverride) {
ClaimCondition memory currentClaimPhase = claimCondition[_tokenId];
uint256 claimLimit = currentClaimPhase.quantityLimitPerWallet;
uint256 claimPrice = currentClaimPhase.pricePerToken;
address claimCurrency = currentClaimPhase.currency;
/*
* Here `isOverride` implies that if the merkle proof verification fails,
* the claimer would claim through open claim limit instead of allowlisted limit.
*/
if (currentClaimPhase.merkleRoot != bytes32(0)) {
(isOverride, ) = MerkleProof.verify(
_allowlistProof.proof,
currentClaimPhase.merkleRoot,
keccak256(
abi.encodePacked(
_claimer,
_allowlistProof.quantityLimitPerWallet,
_allowlistProof.pricePerToken,
_allowlistProof.currency
)
)
);
}
if (isOverride) {
claimLimit = _allowlistProof.quantityLimitPerWallet != 0
? _allowlistProof.quantityLimitPerWallet
: claimLimit;
claimPrice = _allowlistProof.pricePerToken != type(uint256).max
? _allowlistProof.pricePerToken
: claimPrice;
claimCurrency = _allowlistProof.pricePerToken != type(uint256).max && _allowlistProof.currency != address(0)
? _allowlistProof.currency
: claimCurrency;
}
uint256 _supplyClaimedByWallet = supplyClaimedByWallet[conditionId[_tokenId]][_claimer];
if (_currency != claimCurrency || _pricePerToken != claimPrice) {
revert("!PriceOrCurrency");
}
if (_quantity == 0 || (_quantity + _supplyClaimedByWallet > claimLimit)) {
revert("!Qty");
}
if (currentClaimPhase.supplyClaimed + _quantity > currentClaimPhase.maxClaimableSupply) {
revert("!MaxSupply");
}
if (currentClaimPhase.startTimestamp > block.timestamp) {
revert("cant claim yet");
}
}
/// @dev Returns the supply claimed by claimer for active conditionId.
function getSupplyClaimedByWallet(uint256 _tokenId, address _claimer) public view returns (uint256) {
return supplyClaimedByWallet[conditionId[_tokenId]][_claimer];
}
/*////////////////////////////////////////////////////////////////////
Optional hooks that can be implemented in the derived contract
///////////////////////////////////////////////////////////////////*/
/// @dev Exposes the ability to override the msg sender.
function _dropMsgSender() internal virtual returns (address) {
return msg.sender;
}
/// @dev Runs before every `claim` function call.
function _beforeClaim(
uint256 _tokenId,
address _receiver,
uint256 _quantity,
address _currency,
uint256 _pricePerToken,
AllowlistProof calldata _allowlistProof,
bytes memory _data
) internal virtual {}
/// @dev Runs after every `claim` function call.
function _afterClaim(
uint256 _tokenId,
address _receiver,
uint256 _quantity,
address _currency,
uint256 _pricePerToken,
AllowlistProof calldata _allowlistProof,
bytes memory _data
) internal virtual {}
/// @dev Collects and distributes the primary sale value of NFTs being claimed.
function _collectPriceOnClaim(
address _primarySaleRecipient,
uint256 _quantityToClaim,
address _currency,
uint256 _pricePerToken
) internal virtual;
/// @dev Transfers the NFTs being claimed.
function _transferTokensOnClaim(address _to, uint256 _tokenId, uint256 _quantityBeingClaimed) internal virtual;
function _canSetClaimConditions() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IPrimarySale.sol";
/**
* @title Primary Sale
* @notice Thirdweb's `PrimarySale` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* the recipient of primary sales, and lets the inheriting contract perform conditional logic that uses information about
* primary sales, if desired.
*/
abstract contract PrimarySale is IPrimarySale {
/// @dev The sender is not authorized to perform the action
error PrimarySaleUnauthorized();
/// @dev The recipient is invalid
error PrimarySaleInvalidRecipient(address recipient);
/// @dev The address that receives all primary sales value.
address private recipient;
/// @dev Returns primary sale recipient address.
function primarySaleRecipient() public view override returns (address) {
return recipient;
}
/**
* @notice Updates primary sale recipient.
* @dev Caller should be authorized to set primary sales info.
* See {_canSetPrimarySaleRecipient}.
* Emits {PrimarySaleRecipientUpdated Event}; See {_setupPrimarySaleRecipient}.
*
* @param _saleRecipient Address to be set as new recipient of primary sales.
*/
function setPrimarySaleRecipient(address _saleRecipient) external override {
if (!_canSetPrimarySaleRecipient()) {
revert PrimarySaleUnauthorized();
}
_setupPrimarySaleRecipient(_saleRecipient);
}
/// @dev Lets a contract admin set the recipient for all primary sales.
function _setupPrimarySaleRecipient(address _saleRecipient) internal {
if (_saleRecipient == address(0)) {
revert PrimarySaleInvalidRecipient(_saleRecipient);
}
recipient = _saleRecipient;
emit PrimarySaleRecipientUpdated(_saleRecipient);
}
/// @dev Returns whether primary sale recipient can be set in the given execution context.
function _canSetPrimarySaleRecipient() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
// Inspired by OraclizeAPI's implementation - MIT licence
// https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol
if (value == 0) {
return "0";
}
uint256 temp = value;
uint256 digits;
while (temp != 0) {
digits++;
temp /= 10;
}
bytes memory buffer = new bytes(digits);
while (value != 0) {
digits -= 1;
buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
value /= 10;
}
return string(buffer);
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
*/
function toHexString(uint256 value) internal pure returns (string memory) {
if (value == 0) {
return "0x00";
}
uint256 temp = value;
uint256 length = 0;
while (temp != 0) {
length++;
temp >>= 8;
}
return toHexString(value, length);
}
/**
* @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
*/
function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
bytes memory buffer = new bytes(2 * length + 2);
buffer[0] = "0";
buffer[1] = "x";
for (uint256 i = 2 * length + 1; i > 1; --i) {
buffer[i] = _HEX_SYMBOLS[value & 0xf];
value >>= 4;
}
require(value == 0, "Strings: hex length insufficient");
return string(buffer);
}
/// @dev Returns the hexadecimal representation of `value`.
/// The output is prefixed with "0x", encoded using 2 hexadecimal digits per byte,
/// and the alphabets are capitalized conditionally according to
/// https://eips.ethereum.org/EIPS/eip-55
function toHexStringChecksummed(address value) internal pure returns (string memory str) {
str = toHexString(value);
/// @solidity memory-safe-assembly
assembly {
let mask := shl(6, div(not(0), 255)) // `0b010000000100000000 ...`
let o := add(str, 0x22)
let hashed := and(keccak256(o, 40), mul(34, mask)) // `0b10001000 ... `
let t := shl(240, 136) // `0b10001000 << 240`
for {
let i := 0
} 1 {
} {
mstore(add(i, i), mul(t, byte(i, hashed)))
i := add(i, 1)
if eq(i, 20) {
break
}
}
mstore(o, xor(mload(o), shr(1, and(mload(0x00), and(mload(o), mask)))))
o := add(o, 0x20)
mstore(o, xor(mload(o), shr(1, and(mload(0x20), and(mload(o), mask)))))
}
}
/// @dev Returns the hexadecimal representation of `value`.
/// The output is prefixed with "0x" and encoded using 2 hexadecimal digits per byte.
function toHexString(address value) internal pure returns (string memory str) {
str = toHexStringNoPrefix(value);
/// @solidity memory-safe-assembly
assembly {
let strLength := add(mload(str), 2) // Compute the length.
mstore(str, 0x3078) // Write the "0x" prefix.
str := sub(str, 2) // Move the pointer.
mstore(str, strLength) // Write the length.
}
}
/// @dev Returns the hexadecimal representation of `value`.
/// The output is encoded using 2 hexadecimal digits per byte.
function toHexStringNoPrefix(address value) internal pure returns (string memory str) {
/// @solidity memory-safe-assembly
assembly {
str := mload(0x40)
// Allocate the memory.
// We need 0x20 bytes for the trailing zeros padding, 0x20 bytes for the length,
// 0x02 bytes for the prefix, and 0x28 bytes for the digits.
// The next multiple of 0x20 above (0x20 + 0x20 + 0x02 + 0x28) is 0x80.
mstore(0x40, add(str, 0x80))
// Store "0123456789abcdef" in scratch space.
mstore(0x0f, 0x30313233343536373839616263646566)
str := add(str, 2)
mstore(str, 40)
let o := add(str, 0x20)
mstore(add(o, 40), 0)
value := shl(96, value)
// We write the string from rightmost digit to leftmost digit.
// The following is essentially a do-while loop that also handles the zero case.
for {
let i := 0
} 1 {
} {
let p := add(o, add(i, i))
let temp := byte(i, value)
mstore8(add(p, 1), mload(and(temp, 15)))
mstore8(p, mload(shr(4, temp)))
i := add(i, 1)
if eq(i, 20) {
break
}
}
}
}
/// @dev Returns the hex encoded string from the raw bytes.
/// The output is encoded using 2 hexadecimal digits per byte.
function toHexString(bytes memory raw) internal pure returns (string memory str) {
str = toHexStringNoPrefix(raw);
/// @solidity memory-safe-assembly
assembly {
let strLength := add(mload(str), 2) // Compute the length.
mstore(str, 0x3078) // Write the "0x" prefix.
str := sub(str, 2) // Move the pointer.
mstore(str, strLength) // Write the length.
}
}
/// @dev Returns the hex encoded string from the raw bytes.
/// The output is encoded using 2 hexadecimal digits per byte.
function toHexStringNoPrefix(bytes memory raw) internal pure returns (string memory str) {
/// @solidity memory-safe-assembly
assembly {
let length := mload(raw)
str := add(mload(0x40), 2) // Skip 2 bytes for the optional prefix.
mstore(str, add(length, length)) // Store the length of the output.
// Store "0123456789abcdef" in scratch space.
mstore(0x0f, 0x30313233343536373839616263646566)
let o := add(str, 0x20)
let end := add(raw, length)
for {
} iszero(eq(raw, end)) {
} {
raw := add(raw, 1)
mstore8(add(o, 1), mload(and(mload(raw), 15)))
mstore8(o, mload(and(shr(4, mload(raw)), 15)))
o := add(o, 2)
}
mstore(o, 0) // Zeroize the slot after the string.
mstore(0x40, add(o, 0x20)) // Allocate the memory.
}
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/ILazyMint.sol";
import "./BatchMintMetadata.sol";
/**
* The `LazyMint` is a contract extension for any base NFT contract. It lets you 'lazy mint' any number of NFTs
* at once. Here, 'lazy mint' means defining the metadata for particular tokenIds of your NFT contract, without actually
* minting a non-zero balance of NFTs of those tokenIds.
*/
abstract contract LazyMint is ILazyMint, BatchMintMetadata {
/// @dev The sender is not authorized to perform the action
error LazyMintUnauthorized();
error LazyMintInvalidAmount();
/// @notice The tokenId assigned to the next new NFT to be lazy minted.
uint256 internal nextTokenIdToLazyMint;
/**
* @notice Lets an authorized address lazy mint a given amount of NFTs.
*
* @param _amount The number of NFTs to lazy mint.
* @param _baseURIForTokens The base URI for the 'n' number of NFTs being lazy minted, where the metadata for each
* of those NFTs is `${baseURIForTokens}/${tokenId}`.
* @param _data Additional bytes data to be used at the discretion of the consumer of the contract.
* @return batchId A unique integer identifier for the batch of NFTs lazy minted together.
*/
function lazyMint(
uint256 _amount,
string calldata _baseURIForTokens,
bytes calldata _data
) public virtual override returns (uint256 batchId) {
if (!_canLazyMint()) {
revert LazyMintUnauthorized();
}
if (_amount == 0) {
revert LazyMintInvalidAmount();
}
uint256 startId = nextTokenIdToLazyMint;
(nextTokenIdToLazyMint, batchId) = _batchMintMetadata(startId, _amount, _baseURIForTokens);
emit TokensLazyMinted(startId, startId + _amount - 1, _baseURIForTokens, _data);
return batchId;
}
/// @dev Returns whether lazy minting can be performed in the given execution context.
function _canLazyMint() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IContractMetadata.sol";
/**
* @title Contract Metadata
* @notice Thirdweb's `ContractMetadata` is a contract extension for any base contracts. It lets you set a metadata URI
* for you contract.
* Additionally, `ContractMetadata` is necessary for NFT contracts that want royalties to get distributed on OpenSea.
*/
abstract contract ContractMetadata is IContractMetadata {
/// @dev The sender is not authorized to perform the action
error ContractMetadataUnauthorized();
/// @notice Returns the contract metadata URI.
string public override contractURI;
/**
* @notice Lets a contract admin set the URI for contract-level metadata.
* @dev Caller should be authorized to setup contractURI, e.g. contract admin.
* See {_canSetContractURI}.
* Emits {ContractURIUpdated Event}.
*
* @param _uri keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
*/
function setContractURI(string memory _uri) external override {
if (!_canSetContractURI()) {
revert ContractMetadataUnauthorized();
}
_setupContractURI(_uri);
}
/// @dev Lets a contract admin set the URI for contract-level metadata.
function _setupContractURI(string memory _uri) internal {
string memory prevURI = contractURI;
contractURI = _uri;
emit ContractURIUpdated(prevURI, _uri);
}
/// @dev Returns whether contract metadata can be set in the given execution context.
function _canSetContractURI() internal view virtual returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IDelayedReveal.sol";
/**
* @title Delayed Reveal
* @notice Thirdweb's `DelayedReveal` is a contract extension for base NFT contracts. It lets you create batches of
* 'delayed-reveal' NFTs. You can learn more about the usage of delayed reveal NFTs here - https://blog.thirdweb.com/delayed-reveal-nfts
*/
abstract contract DelayedReveal is IDelayedReveal {
/// @dev The contract doesn't have any url to be delayed revealed
error DelayedRevealNothingToReveal();
/// @dev The result of the returned an incorrect hash
error DelayedRevealIncorrectResultHash(bytes32 expected, bytes32 actual);
/// @dev Mapping from tokenId of a batch of tokens => to delayed reveal data.
mapping(uint256 => bytes) public encryptedData;
/// @dev Sets the delayed reveal data for a batchId.
function _setEncryptedData(uint256 _batchId, bytes memory _encryptedData) internal {
encryptedData[_batchId] = _encryptedData;
}
/**
* @notice Returns revealed URI for a batch of NFTs.
* @dev Reveal encrypted base URI for `_batchId` with caller/admin's `_key` used for encryption.
* Reverts if there's no encrypted URI for `_batchId`.
* See {encryptDecrypt}.
*
* @param _batchId ID of the batch for which URI is being revealed.
* @param _key Secure key used by caller/admin for encryption of baseURI.
*
* @return revealedURI Decrypted base URI.
*/
function getRevealURI(uint256 _batchId, bytes calldata _key) public view returns (string memory revealedURI) {
bytes memory data = encryptedData[_batchId];
if (data.length == 0) {
revert DelayedRevealNothingToReveal();
}
(bytes memory encryptedURI, bytes32 provenanceHash) = abi.decode(data, (bytes, bytes32));
revealedURI = string(encryptDecrypt(encryptedURI, _key));
if (keccak256(abi.encodePacked(revealedURI, _key, block.chainid)) != provenanceHash) {
revert DelayedRevealIncorrectResultHash(
provenanceHash,
keccak256(abi.encodePacked(revealedURI, _key, block.chainid))
);
}
}
/**
* @notice Encrypt/decrypt data on chain.
* @dev Encrypt/decrypt given `data` with `key`. Uses inline assembly.
* See: https://ethereum.stackexchange.com/questions/69825/decrypt-message-on-chain
*
* @param data Bytes of data to encrypt/decrypt.
* @param key Secure key used by caller for encryption/decryption.
*
* @return result Output after encryption/decryption of given data.
*/
function encryptDecrypt(bytes memory data, bytes calldata key) public pure override returns (bytes memory result) {
// Store data length on stack for later use
uint256 length = data.length;
// solhint-disable-next-line no-inline-assembly
assembly {
// Set result to free memory pointer
result := mload(0x40)
// Increase free memory pointer by lenght + 32
mstore(0x40, add(add(result, length), 32))
// Set result length
mstore(result, length)
}
// Iterate over the data stepping by 32 bytes
for (uint256 i = 0; i < length; i += 32) {
// Generate hash of the key and offset
bytes32 hash = keccak256(abi.encodePacked(key, i));
bytes32 chunk;
// solhint-disable-next-line no-inline-assembly
assembly {
// Read 32-bytes data chunk
chunk := mload(add(data, add(i, 32)))
}
// XOR the chunk with hash
chunk ^= hash;
// solhint-disable-next-line no-inline-assembly
assembly {
// Write 32-byte encrypted chunk
mstore(add(result, add(i, 32)), chunk)
}
}
}
/**
* @notice Returns whether the relvant batch of NFTs is subject to a delayed reveal.
* @dev Returns `true` if `_batchId`'s base URI is encrypted.
* @param _batchId ID of a batch of NFTs.
*/
function isEncryptedBatch(uint256 _batchId) public view returns (bool) {
return encryptedData[_batchId].length > 0;
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
// Helper interfaces
import { IWETH } from "../infra/interface/IWETH.sol";
import { SafeERC20, IERC20 } from "../external-deps/openzeppelin/token/ERC20/utils/SafeERC20.sol";
library CurrencyTransferLib {
using SafeERC20 for IERC20;
error CurrencyTransferLibMismatchedValue(uint256 expected, uint256 actual);
error CurrencyTransferLibFailedNativeTransfer(address recipient, uint256 value);
/// @dev The address interpreted as native token of the chain.
address public constant NATIVE_TOKEN = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;
/// @dev Transfers a given amount of currency.
function transferCurrency(address _currency, address _from, address _to, uint256 _amount) internal {
if (_amount == 0) {
return;
}
if (_currency == NATIVE_TOKEN) {
safeTransferNativeToken(_to, _amount);
} else {
safeTransferERC20(_currency, _from, _to, _amount);
}
}
/// @dev Transfers a given amount of currency. (With native token wrapping)
function transferCurrencyWithWrapper(
address _currency,
address _from,
address _to,
uint256 _amount,
address _nativeTokenWrapper
) internal {
if (_amount == 0) {
return;
}
if (_currency == NATIVE_TOKEN) {
if (_from == address(this)) {
// withdraw from weth then transfer withdrawn native token to recipient
IWETH(_nativeTokenWrapper).withdraw(_amount);
safeTransferNativeTokenWithWrapper(_to, _amount, _nativeTokenWrapper);
} else if (_to == address(this)) {
// store native currency in weth
if (_amount != msg.value) {
revert CurrencyTransferLibMismatchedValue(msg.value, _amount);
}
IWETH(_nativeTokenWrapper).deposit{ value: _amount }();
} else {
safeTransferNativeTokenWithWrapper(_to, _amount, _nativeTokenWrapper);
}
} else {
safeTransferERC20(_currency, _from, _to, _amount);
}
}
/// @dev Transfer `amount` of ERC20 token from `from` to `to`.
function safeTransferERC20(address _currency, address _from, address _to, uint256 _amount) internal {
if (_from == _to) {
return;
}
if (_from == address(this)) {
IERC20(_currency).safeTransfer(_to, _amount);
} else {
IERC20(_currency).safeTransferFrom(_from, _to, _amount);
}
}
/// @dev Transfers `amount` of native token to `to`.
function safeTransferNativeToken(address to, uint256 value) internal {
// solhint-disable avoid-low-level-calls
// slither-disable-next-line low-level-calls
(bool success, ) = to.call{ value: value }("");
if (!success) {
revert CurrencyTransferLibFailedNativeTransfer(to, value);
}
}
/// @dev Transfers `amount` of native token to `to`. (With native token wrapping)
function safeTransferNativeTokenWithWrapper(address to, uint256 value, address _nativeTokenWrapper) internal {
// solhint-disable avoid-low-level-calls
// slither-disable-next-line low-level-calls
(bool success, ) = to.call{ value: value }("");
if (!success) {
IWETH(_nativeTokenWrapper).deposit{ value: value }();
IERC20(_nativeTokenWrapper).safeTransfer(to, value);
}
}
}// SPDX-License-Identifier: Apache 2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "../lib/Address.sol";
import "./interface/IMulticall.sol";
/**
* @dev Provides a function to batch together multiple calls in a single external call.
*
* _Available since v4.1._
*/
contract Multicall is IMulticall {
/**
* @notice Receives and executes a batch of function calls on this contract.
* @dev Receives and executes a batch of function calls on this contract.
*
* @param data The bytes data that makes up the batch of function calls to execute.
* @return results The bytes data that makes up the result of the batch of function calls executed.
*/
function multicall(bytes[] calldata data) external returns (bytes[] memory results) {
results = new bytes[](data.length);
address sender = _msgSender();
bool isForwarder = msg.sender != sender;
for (uint256 i = 0; i < data.length; i++) {
if (isForwarder) {
results[i] = Address.functionDelegateCall(address(this), abi.encodePacked(data[i], sender));
} else {
results[i] = Address.functionDelegateCall(address(this), data[i]);
}
}
return results;
}
/// @notice Returns the sender in the given execution context.
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./interface/IPermissions.sol";
import "../lib/Strings.sol";
/**
* @title Permissions
* @dev This contracts provides extending-contracts with role-based access control mechanisms
*/
contract Permissions is IPermissions {
/// @dev The `account` is missing a role.
error PermissionsUnauthorizedAccount(address account, bytes32 neededRole);
/// @dev The `account` already is a holder of `role`
error PermissionsAlreadyGranted(address account, bytes32 role);
/// @dev Invalid priviledge to revoke
error PermissionsInvalidPermission(address expected, address actual);
/// @dev Map from keccak256 hash of a role => a map from address => whether address has role.
mapping(bytes32 => mapping(address => bool)) private _hasRole;
/// @dev Map from keccak256 hash of a role to role admin. See {getRoleAdmin}.
mapping(bytes32 => bytes32) private _getRoleAdmin;
/// @dev Default admin role for all roles. Only accounts with this role can grant/revoke other roles.
bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;
/// @dev Modifier that checks if an account has the specified role; reverts otherwise.
modifier onlyRole(bytes32 role) {
_checkRole(role, msg.sender);
_;
}
/**
* @notice Checks whether an account has a particular role.
* @dev Returns `true` if `account` has been granted `role`.
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
* @param account Address of the account for which the role is being checked.
*/
function hasRole(bytes32 role, address account) public view override returns (bool) {
return _hasRole[role][account];
}
/**
* @notice Checks whether an account has a particular role;
* role restrictions can be swtiched on and off.
*
* @dev Returns `true` if `account` has been granted `role`.
* Role restrictions can be swtiched on and off:
* - If address(0) has ROLE, then the ROLE restrictions
* don't apply.
* - If address(0) does not have ROLE, then the ROLE
* restrictions will apply.
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
* @param account Address of the account for which the role is being checked.
*/
function hasRoleWithSwitch(bytes32 role, address account) public view returns (bool) {
if (!_hasRole[role][address(0)]) {
return _hasRole[role][account];
}
return true;
}
/**
* @notice Returns the admin role that controls the specified role.
* @dev See {grantRole} and {revokeRole}.
* To change a role's admin, use {_setRoleAdmin}.
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
*/
function getRoleAdmin(bytes32 role) external view override returns (bytes32) {
return _getRoleAdmin[role];
}
/**
* @notice Grants a role to an account, if not previously granted.
* @dev Caller must have admin role for the `role`.
* Emits {RoleGranted Event}.
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
* @param account Address of the account to which the role is being granted.
*/
function grantRole(bytes32 role, address account) public virtual override {
_checkRole(_getRoleAdmin[role], msg.sender);
if (_hasRole[role][account]) {
revert PermissionsAlreadyGranted(account, role);
}
_setupRole(role, account);
}
/**
* @notice Revokes role from an account.
* @dev Caller must have admin role for the `role`.
* Emits {RoleRevoked Event}.
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
* @param account Address of the account from which the role is being revoked.
*/
function revokeRole(bytes32 role, address account) public virtual override {
_checkRole(_getRoleAdmin[role], msg.sender);
_revokeRole(role, account);
}
/**
* @notice Revokes role from the account.
* @dev Caller must have the `role`, with caller being the same as `account`.
* Emits {RoleRevoked Event}.
*
* @param role keccak256 hash of the role. e.g. keccak256("TRANSFER_ROLE")
* @param account Address of the account from which the role is being revoked.
*/
function renounceRole(bytes32 role, address account) public virtual override {
if (msg.sender != account) {
revert PermissionsInvalidPermission(msg.sender, account);
}
_revokeRole(role, account);
}
/// @dev Sets `adminRole` as `role`'s admin role.
function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
bytes32 previousAdminRole = _getRoleAdmin[role];
_getRoleAdmin[role] = adminRole;
emit RoleAdminChanged(role, previousAdminRole, adminRole);
}
/// @dev Sets up `role` for `account`
function _setupRole(bytes32 role, address account) internal virtual {
_hasRole[role][account] = true;
emit RoleGranted(role, account, msg.sender);
}
/// @dev Revokes `role` from `account`
function _revokeRole(bytes32 role, address account) internal virtual {
_checkRole(role, account);
delete _hasRole[role][account];
emit RoleRevoked(role, account, msg.sender);
}
/// @dev Checks `role` for `account`. Reverts with a message including the required role.
function _checkRole(bytes32 role, address account) internal view virtual {
if (!_hasRole[role][account]) {
revert PermissionsUnauthorizedAccount(account, role);
}
}
/// @dev Checks `role` for `account`. Reverts with a message including the required role.
function _checkRoleWithSwitch(bytes32 role, address account) internal view virtual {
if (!hasRoleWithSwitch(role, account)) {
revert PermissionsUnauthorizedAccount(account, role);
}
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./IPermissions.sol";
/**
* @dev External interface of AccessControlEnumerable declared to support ERC165 detection.
*/
interface IPermissionsEnumerable is IPermissions {
/**
* @dev Returns one of the accounts that have `role`. `index` must be a
* value between 0 and {getRoleMemberCount}, non-inclusive.
*
* Role bearers are not sorted in any particular way, and their ordering may
* change at any point.
*
* WARNING: When using {getRoleMember} and {getRoleMemberCount}, make sure
* you perform all queries on the same block. See the following
* [forum post](https://forum.openzeppelin.com/t/iterating-over-elements-on-enumerableset-in-openzeppelin-contracts/2296)
* for more information.
*/
function getRoleMember(bytes32 role, uint256 index) external view returns (address);
/**
* @dev Returns the number of accounts that have `role`. Can be used
* together with {getRoleMember} to enumerate all bearers of a role.
*/
function getRoleMemberCount(bytes32 role) external view returns (uint256);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* Thirdweb's `PlatformFee` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* the recipient of platform fee and the platform fee basis points, and lets the inheriting contract perform conditional logic
* that uses information about platform fees, if desired.
*/
interface IPlatformFee {
/// @dev Fee type variants: percentage fee and flat fee
enum PlatformFeeType {
Bps,
Flat
}
/// @dev Returns the platform fee bps and recipient.
function getPlatformFeeInfo() external view returns (address, uint16);
/// @dev Lets a module admin update the fees on primary sales.
function setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps) external;
/// @dev Emitted when fee on primary sales is updated.
event PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps);
/// @dev Emitted when the flat platform fee is updated.
event FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee);
/// @dev Emitted when the platform fee type is updated.
event PlatformFeeTypeUpdated(PlatformFeeType feeType);
}// SPDX-License-Identifier: Apache 2.0
pragma solidity ^0.8.0;
/// @author OpenZeppelin, thirdweb
library MerkleProof {
function verify(bytes32[] calldata proof, bytes32 root, bytes32 leaf) internal pure returns (bool, uint256) {
bytes32 computedHash = leaf;
uint256 index = 0;
for (uint256 i = 0; i < proof.length; i++) {
index *= 2;
bytes32 proofElement = proof[i];
if (computedHash <= proofElement) {
// Hash(current computed hash + current element of the proof)
computedHash = _efficientHash(computedHash, proofElement);
} else {
// Hash(current element of the proof + current computed hash)
computedHash = _efficientHash(proofElement, computedHash);
index += 1;
}
}
// Check if the computed hash (root) is equal to the provided root
return (computedHash == root, index);
}
/**
* @dev Implementation of keccak256(abi.encode(a, b)) that doesn't allocate or expand memory.
*/
function _efficientHash(bytes32 a, bytes32 b) private pure returns (bytes32 value) {
/// @solidity memory-safe-assembly
assembly {
mstore(0x00, a)
mstore(0x20, b)
value := keccak256(0x00, 0x40)
}
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
interface IWETH {
function deposit() external payable;
function withdraw(uint256 amount) external;
function transfer(address to, uint256 value) external returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/**
@title ERC-1155 Multi Token Standard
@dev See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1155.md
Note: The ERC-165 identifier for this interface is 0xd9b67a26.
*/
interface IERC1155 {
/**
@dev Either `TransferSingle` or `TransferBatch` MUST emit when tokens are transferred, including zero value transfers as well as minting or burning (see "Safe Transfer Rules" section of the standard).
The `_operator` argument MUST be msg.sender.
The `_from` argument MUST be the address of the holder whose balance is decreased.
The `_to` argument MUST be the address of the recipient whose balance is increased.
The `_id` argument MUST be the token type being transferred.
The `_value` argument MUST be the number of tokens the holder balance is decreased by and match what the recipient balance is increased by.
When minting/creating tokens, the `_from` argument MUST be set to `0x0` (i.e. zero address).
When burning/destroying tokens, the `_to` argument MUST be set to `0x0` (i.e. zero address).
*/
event TransferSingle(
address indexed _operator,
address indexed _from,
address indexed _to,
uint256 _id,
uint256 _value
);
/**
@dev Either `TransferSingle` or `TransferBatch` MUST emit when tokens are transferred, including zero value transfers as well as minting or burning (see "Safe Transfer Rules" section of the standard).
The `_operator` argument MUST be msg.sender.
The `_from` argument MUST be the address of the holder whose balance is decreased.
The `_to` argument MUST be the address of the recipient whose balance is increased.
The `_ids` argument MUST be the list of tokens being transferred.
The `_values` argument MUST be the list of number of tokens (matching the list and order of tokens specified in _ids) the holder balance is decreased by and match what the recipient balance is increased by.
When minting/creating tokens, the `_from` argument MUST be set to `0x0` (i.e. zero address).
When burning/destroying tokens, the `_to` argument MUST be set to `0x0` (i.e. zero address).
*/
event TransferBatch(
address indexed _operator,
address indexed _from,
address indexed _to,
uint256[] _ids,
uint256[] _values
);
/**
@dev MUST emit when approval for a second party/operator address to manage all tokens for an owner address is enabled or disabled (absense of an event assumes disabled).
*/
event ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved);
/**
@dev MUST emit when the URI is updated for a token ID.
URIs are defined in RFC 3986.
The URI MUST point a JSON file that conforms to the "ERC-1155 Metadata URI JSON Schema".
*/
event URI(string _value, uint256 indexed _id);
/**
@notice Transfers `_value` amount of an `_id` from the `_from` address to the `_to` address specified (with safety call).
@dev Caller must be approved to manage the tokens being transferred out of the `_from` account (see "Approval" section of the standard).
MUST revert if `_to` is the zero address.
MUST revert if balance of holder for token `_id` is lower than the `_value` sent.
MUST revert on any other error.
MUST emit the `TransferSingle` event to reflect the balance change (see "Safe Transfer Rules" section of the standard).
After the above conditions are met, this function MUST check if `_to` is a smart contract (e.g. code size > 0). If so, it MUST call `onERC1155Received` on `_to` and act appropriately (see "Safe Transfer Rules" section of the standard).
@param _from Source address
@param _to Target address
@param _id ID of the token type
@param _value Transfer amount
@param _data Additional data with no specified format, MUST be sent unaltered in call to `onERC1155Received` on `_to`
*/
function safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes calldata _data) external;
/**
@notice Transfers `_values` amount(s) of `_ids` from the `_from` address to the `_to` address specified (with safety call).
@dev Caller must be approved to manage the tokens being transferred out of the `_from` account (see "Approval" section of the standard).
MUST revert if `_to` is the zero address.
MUST revert if length of `_ids` is not the same as length of `_values`.
MUST revert if any of the balance(s) of the holder(s) for token(s) in `_ids` is lower than the respective amount(s) in `_values` sent to the recipient.
MUST revert on any other error.
MUST emit `TransferSingle` or `TransferBatch` event(s) such that all the balance changes are reflected (see "Safe Transfer Rules" section of the standard).
Balance changes and events MUST follow the ordering of the arrays (_ids[0]/_values[0] before _ids[1]/_values[1], etc).
After the above conditions for the transfer(s) in the batch are met, this function MUST check if `_to` is a smart contract (e.g. code size > 0). If so, it MUST call the relevant `ERC1155TokenReceiver` hook(s) on `_to` and act appropriately (see "Safe Transfer Rules" section of the standard).
@param _from Source address
@param _to Target address
@param _ids IDs of each token type (order and length must match _values array)
@param _values Transfer amounts per token type (order and length must match _ids array)
@param _data Additional data with no specified format, MUST be sent unaltered in call to the `ERC1155TokenReceiver` hook(s) on `_to`
*/
function safeBatchTransferFrom(
address _from,
address _to,
uint256[] calldata _ids,
uint256[] calldata _values,
bytes calldata _data
) external;
/**
@notice Get the balance of an account's Tokens.
@param _owner The address of the token holder
@param _id ID of the Token
@return The _owner's balance of the Token type requested
*/
function balanceOf(address _owner, uint256 _id) external view returns (uint256);
/**
@notice Get the balance of multiple account/token pairs
@param _owners The addresses of the token holders
@param _ids ID of the Tokens
@return The _owner's balance of the Token types requested (i.e. balance for each (owner, id) pair)
*/
function balanceOfBatch(
address[] calldata _owners,
uint256[] calldata _ids
) external view returns (uint256[] memory);
/**
@notice Enable or disable approval for a third party ("operator") to manage all of the caller's tokens.
@dev MUST emit the ApprovalForAll event on success.
@param _operator Address to add to the set of authorized operators
@param _approved True if the operator is approved, false to revoke approval
*/
function setApprovalForAll(address _operator, bool _approved) external;
/**
@notice Queries the approval status of an operator for a given owner.
@param _owner The owner of the Tokens
@param _operator Address of authorized operator
@return True if the operator is approved, false if not
*/
function isApprovedForAll(address _owner, address _operator) external view returns (bool);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.1;
/// @author thirdweb, OpenZeppelin Contracts (v4.9.0)
/**
* @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
*
* Furthermore, `isContract` will also return true if the target contract within
* the same transaction is already scheduled for destruction by `SELFDESTRUCT`,
* which only has an effect at the end of a transaction.
* ====
*
* [IMPORTANT]
* ====
* You shouldn't rely on `isContract` to protect against flash loan attacks!
*
* Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
* like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
* constructor.
* ====
*/
function isContract(address account) internal view returns (bool) {
// This method relies on extcodesize/address.code.length, which returns 0
// for contracts in construction, since the code is only stored at the end
// of the constructor execution.
return account.code.length > 0;
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
(bool success, ) = recipient.call{ value: amount }("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain `call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
return functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(
address target,
bytes memory data,
uint256 value,
string memory errorMessage
) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
(bool success, bytes memory returndata) = target.call{ value: value }(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
return functionStaticCall(target, data, "Address: low-level static call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a static call.
*
* _Available since v3.3._
*/
function functionStaticCall(
address target,
bytes memory data,
string memory errorMessage
) internal view returns (bytes memory) {
(bool success, bytes memory returndata) = target.staticcall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
return functionDelegateCall(target, data, "Address: low-level delegate call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
* but performing a delegate call.
*
* _Available since v3.4._
*/
function functionDelegateCall(
address target,
bytes memory data,
string memory errorMessage
) internal returns (bytes memory) {
(bool success, bytes memory returndata) = target.delegatecall(data);
return verifyCallResultFromTarget(target, success, returndata, errorMessage);
}
/**
* @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling
* the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract.
*
* _Available since v4.8._
*/
function verifyCallResultFromTarget(
address target,
bool success,
bytes memory returndata,
string memory errorMessage
) internal view returns (bytes memory) {
if (success) {
if (returndata.length == 0) {
// only check isContract if the call was successful and the return data is empty
// otherwise we already know that it was a contract
require(isContract(target), "Address: call to non-contract");
}
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
/**
* @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the
* revert reason or using the provided one.
*
* _Available since v4.3._
*/
function verifyCallResult(
bool success,
bytes memory returndata,
string memory errorMessage
) internal pure returns (bytes memory) {
if (success) {
return returndata;
} else {
_revert(returndata, errorMessage);
}
}
function _revert(bytes memory returndata, string memory errorMessage) private pure {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
/// @solidity memory-safe-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "../../eip/interface/IERC2981.sol";
/**
* Thirdweb's `Royalty` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* the recipient of royalty fee and the royalty fee basis points, and lets the inheriting contract perform conditional logic
* that uses information about royalty fees, if desired.
*
* The `Royalty` contract is ERC2981 compliant.
*/
interface IRoyalty is IERC2981 {
struct RoyaltyInfo {
address recipient;
uint256 bps;
}
/// @dev Returns the royalty recipient and fee bps.
function getDefaultRoyaltyInfo() external view returns (address, uint16);
/// @dev Lets a module admin update the royalty bps and recipient.
function setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps) external;
/// @dev Lets a module admin set the royalty recipient for a particular token Id.
function setRoyaltyInfoForToken(uint256 tokenId, address recipient, uint256 bps) external;
/// @dev Returns the royalty recipient for a particular token Id.
function getRoyaltyInfoForToken(uint256 tokenId) external view returns (address, uint16);
/// @dev Emitted when royalty info is updated.
event DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps);
/// @dev Emitted when royalty recipient for tokenId is set
event RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC1155/IERC1155Receiver.sol)
pragma solidity ^0.8.0;
import "./IERC165.sol";
/**
* @dev _Available since v3.1._
*/
interface IERC1155Receiver is IERC165 {
/**
* @dev Handles the receipt of a single ERC1155 token type. This function is
* called at the end of a `safeTransferFrom` after the balance has been updated.
*
* NOTE: To accept the transfer, this must return
* `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))`
* (i.e. 0xf23a6e61, or its own function selector).
*
* @param operator The address which initiated the transfer (i.e. msg.sender)
* @param from The address which previously owned the token
* @param id The ID of the token being transferred
* @param value The amount of tokens being transferred
* @param data Additional data with no specified format
* @return `bytes4(keccak256("onERC1155Received(address,address,uint256,uint256,bytes)"))` if transfer is allowed
*/
function onERC1155Received(
address operator,
address from,
uint256 id,
uint256 value,
bytes calldata data
) external returns (bytes4);
/**
* @dev Handles the receipt of a multiple ERC1155 token types. This function
* is called at the end of a `safeBatchTransferFrom` after the balances have
* been updated.
*
* NOTE: To accept the transfer(s), this must return
* `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))`
* (i.e. 0xbc197c81, or its own function selector).
*
* @param operator The address which initiated the batch transfer (i.e. msg.sender)
* @param from The address which previously owned the token
* @param ids An array containing ids of each token being transferred (order and length must match values array)
* @param values An array containing amounts of each token being transferred (order and length must match ids array)
* @param data Additional data with no specified format
* @return `bytes4(keccak256("onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)"))` if transfer is allowed
*/
function onERC1155BatchReceived(
address operator,
address from,
uint256[] calldata ids,
uint256[] calldata values,
bytes calldata data
) external returns (bytes4);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* Thirdweb's `Ownable` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* who the 'owner' of the inheriting smart contract is, and lets the inheriting contract perform conditional logic that uses
* information about who the contract's owner is.
*/
interface IOwnable {
/// @dev Returns the owner of the contract.
function owner() external view returns (address);
/// @dev Lets a module admin set a new owner for the contract. The new owner must be a module admin.
function setOwner(address _newOwner) external;
/// @dev Emitted when a new Owner is set.
event OwnerUpdated(address indexed prevOwner, address indexed newOwner);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
import "./IClaimCondition.sol";
/**
* The interface `IDropSinglePhase1155` is written for thirdweb's 'DropSinglePhase' contracts, which are distribution mechanisms for tokens.
*
* An authorized wallet can set a claim condition for the distribution of the contract's tokens.
* A claim condition defines criteria under which accounts can mint tokens. Claim conditions can be overwritten
* or added to by the contract admin. At any moment, there is only one active claim condition.
*/
interface IDropSinglePhase1155 is IClaimCondition {
/**
* @param proof Proof of concerned wallet's inclusion in an allowlist.
* @param quantityLimitPerWallet The total quantity of tokens the allowlisted wallet is eligible to claim over time.
* @param pricePerToken The price per token the allowlisted wallet must pay to claim tokens.
* @param currency The currency in which the allowlisted wallet must pay the price for claiming tokens.
*/
struct AllowlistProof {
bytes32[] proof;
uint256 quantityLimitPerWallet;
uint256 pricePerToken;
address currency;
}
/// @notice Emitted when tokens are claimed via `claim`.
event TokensClaimed(
address indexed claimer,
address indexed receiver,
uint256 indexed tokenId,
uint256 quantityClaimed
);
/// @notice Emitted when the contract's claim conditions are updated.
event ClaimConditionUpdated(uint256 indexed tokenId, ClaimCondition condition, bool resetEligibility);
/**
* @notice Lets an account claim a given quantity of NFTs.
*
* @param receiver The receiver of the NFT to claim.
* @param tokenId The tokenId of the NFT to claim.
* @param quantity The quantity of the NFT to claim.
* @param currency The currency in which to pay for the claim.
* @param pricePerToken The price per token to pay for the claim.
* @param allowlistProof The proof of the claimer's inclusion in the merkle root allowlist
* of the claim conditions that apply.
* @param data Arbitrary bytes data that can be leveraged in the implementation of this interface.
*/
function claim(
address receiver,
uint256 tokenId,
uint256 quantity,
address currency,
uint256 pricePerToken,
AllowlistProof calldata allowlistProof,
bytes memory data
) external payable;
/**
* @notice Lets a contract admin (account with `DEFAULT_ADMIN_ROLE`) set claim conditions.
*
* @param phase Claim condition to set.
*
* @param resetClaimEligibility Whether to honor the restrictions applied to wallets who have claimed tokens in the current conditions,
* in the new claim conditions being set.
*
* @param tokenId The tokenId for which to set the relevant claim condition.
*/
function setClaimConditions(uint256 tokenId, ClaimCondition calldata phase, bool resetClaimEligibility) external;
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/**
Note: The ERC-165 identifier for this interface is 0x0e89341c.
*/
interface IERC1155Metadata {
/**
@notice A distinct Uniform Resource Identifier (URI) for a given token.
@dev URIs are defined in RFC 3986.
The URI may point to a JSON file that conforms to the "ERC-1155 Metadata URI JSON Schema".
@return URI string
*/
function uri(uint256 _id) external view returns (string memory);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* Thirdweb's `LazyMint` is a contract extension for any base NFT contract. It lets you 'lazy mint' any number of NFTs
* at once. Here, 'lazy mint' means defining the metadata for particular tokenIds of your NFT contract, without actually
* minting a non-zero balance of NFTs of those tokenIds.
*/
interface ILazyMint {
/// @dev Emitted when tokens are lazy minted.
event TokensLazyMinted(uint256 indexed startTokenId, uint256 endTokenId, string baseURI, bytes encryptedBaseURI);
/**
* @notice Lazy mints a given amount of NFTs.
*
* @param amount The number of NFTs to lazy mint.
*
* @param baseURIForTokens The base URI for the 'n' number of NFTs being lazy minted, where the metadata for each
* of those NFTs is `${baseURIForTokens}/${tokenId}`.
*
* @param extraData Additional bytes data to be used at the discretion of the consumer of the contract.
*
* @return batchId A unique integer identifier for the batch of NFTs lazy minted together.
*/
function lazyMint(
uint256 amount,
string calldata baseURIForTokens,
bytes calldata extraData
) external returns (uint256 batchId);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* Thirdweb's `Primary` is a contract extension to be used with any base contract. It exposes functions for setting and reading
* the recipient of primary sales, and lets the inheriting contract perform conditional logic that uses information about
* primary sales, if desired.
*/
interface IPrimarySale {
/// @dev The adress that receives all primary sales value.
function primarySaleRecipient() external view returns (address);
/// @dev Lets a module admin set the default recipient of all primary sales.
function setPrimarySaleRecipient(address _saleRecipient) external;
/// @dev Emitted when a new sale recipient is set.
event PrimarySaleRecipientUpdated(address indexed recipient);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* Thirdweb's `ContractMetadata` is a contract extension for any base contracts. It lets you set a metadata URI
* for you contract.
*
* Additionally, `ContractMetadata` is necessary for NFT contracts that want royalties to get distributed on OpenSea.
*/
interface IContractMetadata {
/// @dev Returns the metadata URI of the contract.
function contractURI() external view returns (string memory);
/**
* @dev Sets contract URI for the storefront-level metadata of the contract.
* Only module admin can call this function.
*/
function setContractURI(string calldata _uri) external;
/// @dev Emitted when the contract URI is updated.
event ContractURIUpdated(string prevURI, string newURI);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/utils/SafeERC20.sol)
pragma solidity ^0.8.0;
import "../../../../../eip/interface/IERC20.sol";
import { Address } from "../../../../../lib/Address.sol";
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
using Address for address;
function safeTransfer(IERC20 token, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
}
function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
}
/**
* @dev Deprecated. This function has issues similar to the ones found in
* {IERC20-approve}, and its usage is discouraged.
*
* Whenever possible, use {safeIncreaseAllowance} and
* {safeDecreaseAllowance} instead.
*/
function safeApprove(IERC20 token, address spender, uint256 value) internal {
// safeApprove should only be called when setting an initial allowance,
// or when resetting it to zero. To increase and decrease it, use
// 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
require(
(value == 0) || (token.allowance(address(this), spender) == 0),
"SafeERC20: approve from non-zero to non-zero allowance"
);
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
}
function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 newAllowance = token.allowance(address(this), spender) + value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {
unchecked {
uint256 oldAllowance = token.allowance(address(this), spender);
require(oldAllowance >= value, "SafeERC20: decreased allowance below zero");
uint256 newAllowance = oldAllowance - value;
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
// the target address contains contract code and also asserts for success in the low-level call.
bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
if (returndata.length > 0) {
// Return data is optional
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* Thirdweb's `DelayedReveal` is a contract extension for base NFT contracts. It lets you create batches of
* 'delayed-reveal' NFTs. You can learn more about the usage of delayed reveal NFTs here - https://blog.thirdweb.com/delayed-reveal-nfts
*/
interface IDelayedReveal {
/// @dev Emitted when tokens are revealed.
event TokenURIRevealed(uint256 indexed index, string revealedURI);
/**
* @notice Reveals a batch of delayed reveal NFTs.
*
* @param identifier The ID for the batch of delayed-reveal NFTs to reveal.
*
* @param key The key with which the base URI for the relevant batch of NFTs was encrypted.
*/
function reveal(uint256 identifier, bytes calldata key) external returns (string memory revealedURI);
/**
* @notice Performs XOR encryption/decryption.
*
* @param data The data to encrypt. In the case of delayed-reveal NFTs, this is the "revealed" state
* base URI of the relevant batch of NFTs.
*
* @param key The key with which to encrypt data
*/
function encryptDecrypt(bytes memory data, bytes calldata key) external pure returns (bytes memory result);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* @dev Provides a function to batch together multiple calls in a single external call.
*
* _Available since v4.1._
*/
interface IMulticall {
/**
* @dev Receives and executes a batch of function calls on this contract.
*/
function multicall(bytes[] calldata data) external returns (bytes[] memory results);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* @dev External interface of AccessControl declared to support ERC165 detection.
*/
interface IPermissions {
/**
* @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
*
* `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
* {RoleAdminChanged} not being emitted signaling this.
*
* _Available since v3.1._
*/
event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);
/**
* @dev Emitted when `account` is granted `role`.
*
* `sender` is the account that originated the contract call, an admin role
* bearer except when using {AccessControl-_setupRole}.
*/
event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);
/**
* @dev Emitted when `account` is revoked `role`.
*
* `sender` is the account that originated the contract call:
* - if using `revokeRole`, it is the admin role bearer
* - if using `renounceRole`, it is the role bearer (i.e. `account`)
*/
event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);
/**
* @dev Returns `true` if `account` has been granted `role`.
*/
function hasRole(bytes32 role, address account) external view returns (bool);
/**
* @dev Returns the admin role that controls `role`. See {grantRole} and
* {revokeRole}.
*
* To change a role's admin, use {AccessControl-_setRoleAdmin}.
*/
function getRoleAdmin(bytes32 role) external view returns (bytes32);
/**
* @dev Grants `role` to `account`.
*
* If `account` had not been already granted `role`, emits a {RoleGranted}
* event.
*
* Requirements:
*
* - the caller must have ``role``'s admin role.
*/
function grantRole(bytes32 role, address account) external;
/**
* @dev Revokes `role` from `account`.
*
* If `account` had been granted `role`, emits a {RoleRevoked} event.
*
* Requirements:
*
* - the caller must have ``role``'s admin role.
*/
function revokeRole(bytes32 role, address account) external;
/**
* @dev Revokes `role` from the calling account.
*
* Roles are often managed via {grantRole} and {revokeRole}: this function's
* purpose is to provide a mechanism for accounts to lose their privileges
* if they are compromised (such as when a trusted device is misplaced).
*
* If the calling account had been granted `role`, emits a {RoleRevoked}
* event.
*
* Requirements:
*
* - the caller must be `account`.
*/
function renounceRole(bytes32 role, address account) external;
}// SPDX-License-Identifier: Apache 2.0
pragma solidity ^0.8.0;
import "./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 payed in that same unit of exchange.
*/
function royaltyInfo(
uint256 tokenId,
uint256 salePrice
) external view returns (address receiver, uint256 royaltyAmount);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/**
* @title ERC20 interface
* @dev see https://github.com/ethereum/EIPs/issues/20
*/
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address who) external view returns (uint256);
function allowance(address owner, address spender) external view returns (uint256);
function transfer(address to, uint256 value) external returns (bool);
function approve(address spender, uint256 value) external returns (bool);
function transferFrom(address from, address to, uint256 value) external returns (bool);
event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
}// 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
* [EIP](https://eips.ethereum.org/EIPS/eip-165).
*
* 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
* [EIP section](https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified)
* 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);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @author thirdweb
/**
* The interface `IClaimCondition` is written for thirdweb's 'Drop' contracts, which are distribution mechanisms for tokens.
*
* A claim condition defines criteria under which accounts can mint tokens. Claim conditions can be overwritten
* or added to by the contract admin. At any moment, there is only one active claim condition.
*/
interface IClaimCondition {
/**
* @notice The criteria that make up a claim condition.
*
* @param startTimestamp The unix timestamp after which the claim condition applies.
* The same claim condition applies until the `startTimestamp`
* of the next claim condition.
*
* @param maxClaimableSupply The maximum total number of tokens that can be claimed under
* the claim condition.
*
* @param supplyClaimed At any given point, the number of tokens that have been claimed
* under the claim condition.
*
* @param quantityLimitPerWallet The maximum number of tokens that can be claimed by a wallet.
*
* @param merkleRoot The allowlist of addresses that can claim tokens under the claim
* condition.
*
* @param pricePerToken The price required to pay per token claimed.
*
* @param currency The currency in which the `pricePerToken` must be paid.
*
* @param metadata Claim condition metadata.
*/
struct ClaimCondition {
uint256 startTimestamp;
uint256 maxClaimableSupply;
uint256 supplyClaimed;
uint256 quantityLimitPerWallet;
bytes32 merkleRoot;
uint256 pricePerToken;
address currency;
string metadata;
}
}{
"evmVersion": "paris",
"optimizer": {
"enabled": true,
"mode": "3"
},
"outputSelection": {
"*": {
"*": [
"abi"
]
}
},
"detectMissingLibraries": false,
"forceEVMLA": false,
"enableEraVMExtensions": false,
"libraries": {}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_defaultAdmin","type":"address"},{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"address","name":"_royaltyRecipient","type":"address"},{"internalType":"uint128","name":"_royaltyBps","type":"uint128"},{"internalType":"address","name":"_primarySaleRecipient","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"BatchMintInvalidBatchId","type":"error"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"BatchMintInvalidTokenId","type":"error"},{"inputs":[{"internalType":"uint256","name":"batchId","type":"uint256"}],"name":"BatchMintMetadataFrozen","type":"error"},{"inputs":[],"name":"ContractMetadataUnauthorized","type":"error"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"value","type":"uint256"}],"name":"CurrencyTransferLibFailedNativeTransfer","type":"error"},{"inputs":[{"internalType":"bytes32","name":"expected","type":"bytes32"},{"internalType":"bytes32","name":"actual","type":"bytes32"}],"name":"DelayedRevealIncorrectResultHash","type":"error"},{"inputs":[],"name":"DelayedRevealNothingToReveal","type":"error"},{"inputs":[],"name":"LazyMintInvalidAmount","type":"error"},{"inputs":[],"name":"LazyMintUnauthorized","type":"error"},{"inputs":[],"name":"OwnableUnauthorized","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"PermissionsAlreadyGranted","type":"error"},{"inputs":[{"internalType":"address","name":"expected","type":"address"},{"internalType":"address","name":"actual","type":"address"}],"name":"PermissionsInvalidPermission","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bytes32","name":"neededRole","type":"bytes32"}],"name":"PermissionsUnauthorizedAccount","type":"error"},{"inputs":[{"internalType":"uint256","name":"max","type":"uint256"},{"internalType":"uint256","name":"actual","type":"uint256"}],"name":"PlatformFeeExceededMaxFeeBps","type":"error"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"}],"name":"PlatformFeeInvalidRecipient","type":"error"},{"inputs":[],"name":"PlatformFeeUnauthorized","type":"error"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"}],"name":"PrimarySaleInvalidRecipient","type":"error"},{"inputs":[],"name":"PrimarySaleUnauthorized","type":"error"},{"inputs":[{"internalType":"uint256","name":"max","type":"uint256"},{"internalType":"uint256","name":"actual","type":"uint256"}],"name":"RoyaltyExceededMaxFeeBps","type":"error"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"}],"name":"RoyaltyInvalidRecipient","type":"error"},{"inputs":[],"name":"RoyaltyUnauthorized","type":"error"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"TokenTransferPaused","type":"error"},{"inputs":[{"internalType":"address","name":"_minter","type":"address"}],"name":"UnauthorizedMinter","type":"error"},{"inputs":[{"internalType":"address","name":"_pauser","type":"address"}],"name":"UnauthorizedPauser","type":"error"},{"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":false,"internalType":"address","name":"minter","type":"address"},{"indexed":false,"internalType":"bool","name":"isAllowed","type":"bool"}],"name":"AuthorizedMinterUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_toTokenId","type":"uint256"}],"name":"BatchMetadataUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"components":[{"internalType":"uint256","name":"startTimestamp","type":"uint256"},{"internalType":"uint256","name":"maxClaimableSupply","type":"uint256"},{"internalType":"uint256","name":"supplyClaimed","type":"uint256"},{"internalType":"uint256","name":"quantityLimitPerWallet","type":"uint256"},{"internalType":"bytes32","name":"merkleRoot","type":"bytes32"},{"internalType":"uint256","name":"pricePerToken","type":"uint256"},{"internalType":"address","name":"currency","type":"address"},{"internalType":"string","name":"metadata","type":"string"}],"indexed":false,"internalType":"struct IClaimCondition.ClaimCondition","name":"condition","type":"tuple"},{"indexed":false,"internalType":"bool","name":"resetEligibility","type":"bool"}],"name":"ClaimConditionUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"prevURI","type":"string"},{"indexed":false,"internalType":"string","name":"newURI","type":"string"}],"name":"ContractURIUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newRoyaltyRecipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"newRoyaltyBps","type":"uint256"}],"name":"DefaultRoyalty","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"platformFeeRecipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"flatFee","type":"uint256"}],"name":"FlatPlatformFeeUpdated","type":"event"},{"anonymous":false,"inputs":[],"name":"MetadataFrozen","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"prevOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnerUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"platformFeeRecipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"platformFeeBps","type":"uint256"}],"name":"PlatformFeeInfoUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"enum IPlatformFee.PlatformFeeType","name":"feeType","type":"uint8"}],"name":"PlatformFeeTypeUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"PrimarySaleRecipientUpdated","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":"uint256","name":"tokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"royaltyRecipient","type":"address"},{"indexed":false,"internalType":"uint256","name":"royaltyBps","type":"uint256"}],"name":"RoyaltyForToken","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"bool","name":"isPaused","type":"bool"}],"name":"TokenTransferPauseUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"index","type":"uint256"},{"indexed":false,"internalType":"string","name":"revealedURI","type":"string"}],"name":"TokenURIRevealed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"claimer","type":"address"},{"indexed":true,"internalType":"address","name":"receiver","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantityClaimed","type":"uint256"}],"name":"TokensClaimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"startTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"endTokenId","type":"uint256"},{"indexed":false,"internalType":"string","name":"baseURI","type":"string"},{"indexed":false,"internalType":"bytes","name":"encryptedBaseURI","type":"bytes"}],"name":"TokensLazyMinted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferSingle","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"_value","type":"string"},{"indexed":true,"internalType":"uint256","name":"_id","type":"uint256"}],"name":"URI","type":"event"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_quantityBeingMinted","type":"uint256"}],"name":"authorizedMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"}],"name":"balanceOfBatch","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"batchFrozen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_amounts","type":"uint256[]"}],"name":"burnBatch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_receiver","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"address","name":"_currency","type":"address"},{"internalType":"uint256","name":"_pricePerToken","type":"uint256"},{"components":[{"internalType":"bytes32[]","name":"proof","type":"bytes32[]"},{"internalType":"uint256","name":"quantityLimitPerWallet","type":"uint256"},{"internalType":"uint256","name":"pricePerToken","type":"uint256"},{"internalType":"address","name":"currency","type":"address"}],"internalType":"struct IDropSinglePhase1155.AllowlistProof","name":"_allowlistProof","type":"tuple"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"claim","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"claimCondition","outputs":[{"internalType":"uint256","name":"startTimestamp","type":"uint256"},{"internalType":"uint256","name":"maxClaimableSupply","type":"uint256"},{"internalType":"uint256","name":"supplyClaimed","type":"uint256"},{"internalType":"uint256","name":"quantityLimitPerWallet","type":"uint256"},{"internalType":"bytes32","name":"merkleRoot","type":"bytes32"},{"internalType":"uint256","name":"pricePerToken","type":"uint256"},{"internalType":"address","name":"currency","type":"address"},{"internalType":"string","name":"metadata","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"contractURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes","name":"data","type":"bytes"},{"internalType":"bytes","name":"key","type":"bytes"}],"name":"encryptDecrypt","outputs":[{"internalType":"bytes","name":"result","type":"bytes"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"encryptedData","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getBaseURICount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"getBatchIdAtIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getDefaultRoyaltyInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getFlatPlatformFeeInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getPlatformFeeInfo","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getPlatformFeeType","outputs":[{"internalType":"enum IPlatformFee.PlatformFeeType","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_batchId","type":"uint256"},{"internalType":"bytes","name":"_key","type":"bytes"}],"name":"getRevealURI","outputs":[{"internalType":"string","name":"revealedURI","type":"string"}],"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":"uint256","name":"index","type":"uint256"}],"name":"getRoleMember","outputs":[{"internalType":"address","name":"member","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleMemberCount","outputs":[{"internalType":"uint256","name":"count","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getRoyaltyInfoForToken","outputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_claimer","type":"address"}],"name":"getSupplyClaimedByWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRoleWithSwitch","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_batchId","type":"uint256"}],"name":"isEncryptedBatch","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"string","name":"_baseURIForTokens","type":"string"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"lazyMint","outputs":[{"internalType":"uint256","name":"batchId","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes[]","name":"data","type":"bytes[]"}],"name":"multicall","outputs":[{"internalType":"bytes[]","name":"results","type":"bytes[]"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"nextTokenIdToMint","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"pausedTransfers","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"primarySaleRecipient","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"renounceRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"},{"internalType":"bytes","name":"_key","type":"bytes"}],"name":"reveal","outputs":[{"internalType":"string","name":"revealedURI","type":"string"}],"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":"receiver","type":"address"},{"internalType":"uint256","name":"royaltyAmount","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"bytes","name":"data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"id","type":"uint256"},{"internalType":"uint256","name":"amount","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":"uint256","name":"_tokenId","type":"uint256"},{"components":[{"internalType":"uint256","name":"startTimestamp","type":"uint256"},{"internalType":"uint256","name":"maxClaimableSupply","type":"uint256"},{"internalType":"uint256","name":"supplyClaimed","type":"uint256"},{"internalType":"uint256","name":"quantityLimitPerWallet","type":"uint256"},{"internalType":"bytes32","name":"merkleRoot","type":"bytes32"},{"internalType":"uint256","name":"pricePerToken","type":"uint256"},{"internalType":"address","name":"currency","type":"address"},{"internalType":"string","name":"metadata","type":"string"}],"internalType":"struct IClaimCondition.ClaimCondition","name":"_condition","type":"tuple"},{"internalType":"bool","name":"_resetClaimEligibility","type":"bool"}],"name":"setClaimConditions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uri","type":"string"}],"name":"setContractURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_royaltyRecipient","type":"address"},{"internalType":"uint256","name":"_royaltyBps","type":"uint256"}],"name":"setDefaultRoyaltyInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_platformFeeRecipient","type":"address"},{"internalType":"uint256","name":"_flatFee","type":"uint256"}],"name":"setFlatPlatformFeeInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newOwner","type":"address"}],"name":"setOwner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_platformFeeRecipient","type":"address"},{"internalType":"uint256","name":"_platformFeeBps","type":"uint256"}],"name":"setPlatformFeeInfo","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"enum IPlatformFee.PlatformFeeType","name":"_feeType","type":"uint8"}],"name":"setPlatformFeeType","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_saleRecipient","type":"address"}],"name":"setPrimarySaleRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_bps","type":"uint256"}],"name":"setRoyaltyInfoForToken","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"},{"internalType":"bool","name":"isPaused","type":"bool"}],"name":"toggleTokenTransferPause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"uri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_claimer","type":"address"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"address","name":"_currency","type":"address"},{"internalType":"uint256","name":"_pricePerToken","type":"uint256"},{"components":[{"internalType":"bytes32[]","name":"proof","type":"bytes32[]"},{"internalType":"uint256","name":"quantityLimitPerWallet","type":"uint256"},{"internalType":"uint256","name":"pricePerToken","type":"uint256"},{"internalType":"address","name":"currency","type":"address"}],"internalType":"struct IDropSinglePhase1155.AllowlistProof","name":"_allowlistProof","type":"tuple"}],"name":"verifyClaim","outputs":[{"internalType":"bool","name":"isOverride","type":"bool"}],"stateMutability":"view","type":"function"}]Contract Creation Code
9c4d535b000000000000000000000000000000000000000000000000000000000000000001000c934f6eb0e19e3a47bb170a82f5439351bb65b8b2716fa056fb9343918200000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000140000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b00000000000000000000000000000000000000000000000000000000000001f4000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b00000000000000000000000000000000000000000000000000000000000000144d6f6f6479204d61646e6573732041737365747300000000000000000000000000000000000000000000000000000000000000000000000000000000000000034d4d410000000000000000000000000000000000000000000000000000000000
Deployed Bytecode
0x0002000000000002001c000000000002000000000801034f0001000000010355000000600310027000000ba90030019d0000008001000039000000400010043f00000ba9033001970000000100200190000000920000c13d000000040030008c000000b40000413d000000000108043b000000e00110027000000bbf0010009c000000b60000213d00000be90010009c000001240000a13d00000bea0010009c000001770000a13d00000beb0010009c000002710000213d00000bf10010009c000005da0000213d00000bf40010009c00000af40000613d00000bf50010009c000000b40000c13d000000640030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b00000bac0010009c000000b40000213d0000002402800370000000000202043b00000bad0020009c000000b40000213d0000002304200039000000000034004b000000b40000813d0000000404200039000000000448034f000000000504043b00000bad0050009c0000011e0000213d00000005045002100000003f0640003900000c3b0660019700000c1b0060009c0000011e0000213d0000008006600039000000400060043f000000800050043f00000024022000390000000004240019000000000034004b000000b40000213d000000000908034f000000000708034f000000000005004b0000004a0000613d0000008005000039000000000627034f000000000606043b000000200550003900000000006504350000002002200039000000000042004b000000430000413d0000004402700370000000000202043b00000bad0020009c000000b40000213d0000002304200039000000000034004b000000000500001900000bae0500804100000bae04400197000000000004004b000000000600001900000bae0600404100000bae0040009c000000000605c019000000000006004b000000b40000c13d0000000404200039000000000447034f000000000404043b00000bad0040009c0000011e0000213d00000005054002100000003f0650003900000c3b06600197000000400700043d0000000006670019001a00000007001d000000000076004b0000000007000039000000010700403900000bad0060009c0000011e0000213d00000001007001900000011e0000c13d000000400060043f0000001a060000290000000006460436001900000006001d00000024022000390000000005250019000000000035004b000000b40000213d000000000004004b0000007e0000613d0000001a03000029000000000429034f000000000404043b000000200330003900000000004304350000002002200039000000000052004b000000770000413d00180bac0010019b0000000002000411000000180020006c0000159c0000c13d0000001a010000290000000002010433000000800100043d000000000021004b000017190000c13d000000000001004b000017800000c13d000000180000006b000018590000c13d000000400100043d000000440210003900000c1503000041000000000032043500000024021000390000000e0300003900000c8d0000013d0000000002000416000000000002004b000000b40000c13d0000001f0230003900000baa022001970000008002200039000000400020043f0000001f0430018f00000bab053001980000008002500039000000a20000613d000000000608034f000000006706043c0000000001710436000000000021004b0000009e0000c13d000000000004004b000000af0000613d000000000158034f0000000304400210000000000502043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000120435000000c00030008c000000b40000413d000000800600043d00000bac0060009c0000010a0000a13d000000000100001900002ea30001043000000bc00010009c000001460000a13d00000bc10010009c000001da0000a13d00000bc20010009c000002f30000213d00000bc80010009c000006090000213d00000bcb0010009c00000afc0000613d00000bcc0010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000201043b00000bad0020009c000000b40000213d0000002301200039000000000031004b000000b40000813d0000000404200039000000000148034f000000000101043b00000bad0010009c0000011e0000213d0000001f0610003900000c86066001970000003f0660003900000c860660019700000c1b0060009c0000011e0000213d00000024022000390000008006600039000000400060043f000000800010043f0000000002210019000000000032004b000000b40000213d000000000a08034f0000002002400039000000000428034f00000c86051001980000001f0610018f000000a002500039000000ed0000613d000000a007000039000000000804034f000000008908043c0000000007970436000000000027004b000000e90000c13d000000000006004b000000fa0000613d000000000454034f0000000305600210000000000602043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f0000000000420435000000a00110003900000000000104350000002401a00370000000000101043b00000bad0010009c000000b40000213d000000040110003900000000020300192ea125ff0000040f000000000301001900000000040200190000008001000039000000000203001900000000030400192ea12b0f0000040f00000b570000013d000000a00400043d00000bad0040009c000000b40000213d0000001f01400039000000000031004b000000000200001900000bae0200804100000bae01100197000000000001004b000000000500001900000bae0500404100000bae0010009c000000000502c019000000000005004b000000b40000c13d001c00000006001d0000008001400039000000000201043300000bad0020009c000003610000a13d00000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea30001043000000bff0010009c000002290000213d00000c090010009c000004610000a13d00000c0a0010009c000005450000213d00000c0d0010009c0000082c0000613d00000c0e0010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000801043b0000000903000039000000000103041a000000800010043f000000000030043f000000000001004b00000b750000c13d000000a002000039000000400020043f000000a40100003900000c7c030000410000000000320435000000000081043500000ba90020009c00000ba902008041000000400120021000000c1a011001c700002ea30001043000000bd60010009c0000024c0000213d00000be00010009c000004850000a13d00000be10010009c000005530000213d00000be40010009c000008310000613d00000be50010009c000000b40000c13d000000640030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d0000002401800370000000000101043b001b00000001001d00000bac0010009c000000b40000213d0000004401800370000000000301043b0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b001a00000003001d00000bc10000c13d001900800000003d000027110030008c00000e260000413d000000190300002900000024013000390000001a02000029000000000021043500000bbd01000041000000000013043500000004013000390000271002000039000000000021043500000ba90030009c00000ba903008041000000400130021000000bbe011001c700002ea30001043000000bf60010009c000004090000a13d00000bf70010009c000005090000213d00000bfa0010009c000006fa0000613d00000bfb0010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000b40000813d0000000402100039000000000228034f000000000402043b00000bad0040009c0000011e0000213d00000005024002100000003f0520003900000c3b0550019700000c1b0050009c0000011e0000213d0000008005500039000000400050043f000000800040043f00000024011000390000000002120019000000000032004b000000b40000213d000000000708034f000000000608034f000000000004004b000001a90000613d000000a004000039000000000516034f000000000505043b00000bac0050009c000000b40000213d00000000045404360000002001100039000000000021004b000001a10000413d0000002401600370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000000400001900000bae0400804100000bae02200197000000000002004b000000000500001900000bae0500404100000bae0020009c000000000504c019000000000005004b000000b40000c13d0000000402100039000000000226034f000000000202043b00000bad0020009c0000011e0000213d00000005042002100000003f0540003900000c3b05500197000000400600043d0000000005560019001a00000006001d000000000065004b0000000006000039000000010600403900000bad0050009c0000011e0000213d00000001006001900000011e0000c13d000000400050043f0000001a050000290000000005250436001900000005001d00000024011000390000000004140019000000000034004b000000b40000213d000000000002004b0000139b0000c13d000000800100043d000000000001004b0000000001000019000013ab0000613d000013dd0000013d00000bcd0010009c000004190000a13d00000bce0010009c000005260000213d00000bd10010009c0000070d0000613d00000bd20010009c000000b40000c13d000000640030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d0000002401800370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000b40000813d001a00040010003d0000001a02800360000000000202043b001b00000002001d00000bad0020009c000000b40000213d0000001b01100029001900240010003d000000190030006b000000b40000213d0000004401800370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000b40000813d0000000402100039000000000228034f000000000202043b001800000002001d00000bad0020009c000000b40000213d0000002402100039001700000002001d0000001804200029000000000034004b000000b40000213d000000180000006b000010f50000c13d0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b000011670000613d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000011670000c13d000000400100043d00000c260200004100000d2e0000013d00000c000010009c000004aa0000a13d00000c010010009c000005660000213d00000c040010009c0000084f0000613d00000c050010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b2ea128890000040f00000024030000390000000103300367000000000303043b001c00000001001d0000ffff0220018f00000000010300192ea128590000040f000027100110011a000000400200043d000000200320003900000000001304350000001c0100002900000bac01100197000000000012043500000ba90020009c00000ba902008041000000400120021000000c70011001c700002ea20001042e00000bd70010009c000004b90000a13d00000bd80010009c000005af0000213d00000bdb0010009c000008590000613d00000bdc0010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000000401800370000000000101043b000000000010043f0000001001000039000000200010043f000000400200003900000000010000192ea12e7d0000040f000000000101041a000000000010043f0000001101000039000000200010043f000000000100001900000040020000392ea12e7d0000040f0000001c020000292ea1257c0000040f000000000101041a00000b360000013d00000bec0010009c000006320000213d00000bef0010009c00000b080000613d00000bf00010009c000000b40000c13d000000640030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001b00000001001d0000002401800370000000000101043b001c00000001001d00000bad0010009c000000b40000213d0000001c0130006a00000c2c0010009c000000b40000213d000001040010008c000000b40000413d0000004401800370000000000201043b000000000002004b0000000001000039000000010100c039001a00000002001d000000000012004b000000b40000c13d0000000601000039000000000101041a00000bac011001970000000002000411000000000012004b00000e620000c13d0000001b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d001900000002001d00000c4c0020009c0000011e0000213d000000000101043b00000019040000290000010002400039000000400020043f000000000201041a00000000022404360000000103100039000000000303041a00000000003204350000000202100039000000000202041a0000004003400039001600000003001d00000000002304350000000302100039000000000202041a000000600340003900000000002304350000000402100039000000000202041a000000800340003900000000002304350000000502100039000000000202041a000000a0034000390000000000230435000000c0024000390000000603100039000000000303041a00000bac0330019700000000003204350000000701100039000000000201041a000000010320019000000001042002700000007f0440618f001800000004001d0000001f0040008c00000000040000390000000104002039000000000442013f00000001004001900000062c0000c13d000000400400043d001700000004001d00000018050000290000000004540436001500000004001d000000000003004b0000116e0000613d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001805000029000000000005004b00000000020000190000001506000029000011740000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b000002eb0000413d000011740000013d00000bc30010009c000006be0000213d00000bc60010009c00000b1c0000613d00000bc70010009c000000b40000c13d000000a40030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001600000001001d00000bac0010009c000000b40000213d0000002401800370000000000101043b001500000001001d00000bac0010009c000000b40000213d0000006401800370000000000101043b001300000001001d0000004401800370000000000101043b001400000001001d0000008401800370000000000201043b00000bad0020009c000000b40000213d0000002301200039000000000031004b000000b40000813d0000000404200039000000000148034f000000000101043b00000bad0010009c0000011e0000213d0000001f0510003900000c86055001970000003f0550003900000c860550019700000c1b0050009c0000011e0000213d00000024022000390000008005500039000000400050043f000000800010043f0000000002210019000000000032004b000000b40000213d0000002002400039000000000328034f00000c86041001980000001f0510018f000000a002400039000003330000613d000000a006000039000000000703034f000000007807043c0000000006860436000000000026004b0000032f0000c13d000000000005004b000003400000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000000a00110003900000000000104350000001401000029000000000010043f0000001801000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000011c40000c13d0000000002000411000000160020006b000012790000c13d000000400100043d001a00000001001d000000150000006b0000144a0000c13d0000001a03000029000000440130003900000c2202000041000000000021043500000024013000390000000c0200003900000ea90000013d0000001f0120003900000c86011001970000003f0110003900000c8601100197000000400600043d0000000005160019001b00000006001d000000000065004b0000000001000039000000010100403900000bad0050009c0000011e0000213d00000001001001900000011e0000c13d0000008001300039000000400050043f0000001b050000290000000005250436001a00000005001d000000a0044000390000000005420019000000000015004b000000b40000213d000000000002004b0000001a08000029000003830000613d000000000500001900000000065800190000000007450019000000000707043300000000007604350000002005500039000000000025004b0000037c0000413d0000001b0220002900000020022000390000000000020435000000c00400043d00000bad0040009c000000b40000213d0000001f02400039000000000032004b000000000300001900000bae0300804100000bae02200197000000000002004b000000000500001900000bae0500404100000bae0020009c000000000503c019000000000005004b000000b40000c13d0000008002400039000000000202043300000bad0020009c0000011e0000213d0000001f0320003900000c86033001970000003f0330003900000c8603300197000000400500043d0000000003350019001900000005001d000000000053004b0000000005000039000000010500403900000bad0030009c0000011e0000213d00000001005001900000011e0000c13d000000400030043f00000019030000290000000003230436001800000003001d000000a0034000390000000004320019000000000014004b000000b40000213d000000000002004b0000001806000029000003ba0000613d000000000100001900000000041600190000000005310019000000000505043300000000005404350000002001100039000000000021004b000003b30000413d000000190120002900000020011000390000000000010435000000e00100043d001700000001001d00000bac0010009c000000b40000213d000001000100043d001600000001001d00000baf0010009c000000b40000213d000001200100043d001500000001001d00000bac0010009c000000b40000213d0000001b010000290000000001010433001400000001001d00000bad0010009c0000011e0000213d000000000100041a000000010210019000000001011002700000007f0110618f001300000001001d0000001f0010008c00000000010000390000000101002039000000000012004b0000062c0000c13d0000001301000029000000200010008c000003f60000413d000000000000043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d00000014030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000013010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000003f60000813d000000000002041b0000000102200039000000000012004b000003f20000413d00000014010000290000001f0010008c000013e90000a13d000000000000043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000200200008a0000001402200180000000000101043b000017200000c13d00000020030000390000172d0000013d00000bfc0010009c000009990000613d00000bfd0010009c00000a060000613d00000bfe0010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b2ea128670000040f000000000001004b00000b340000013d00000bd30010009c000009aa0000613d00000bd40010009c00000a0b0000613d00000bd50010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001a00000001001d000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a001900000001001d000000000001004b001b00000000001d00000be80000c13d0000001a01000029000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000000043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000004590000613d0000001b01000029001b00010010003e00000c130000613d000000400100043d0000001b02000029000000000021043500000ba90010009c00000ba901008041000000400110021000000c23011001c700002ea20001042e00000c0f0010009c000009b80000613d00000c100010009c00000a460000613d00000c110010009c000000b40000c13d0000000001000416000000000001004b000000b40000c13d000000000200041a000000010320019000000001012002700000007f0110618f0000001f0010008c00000000040000390000000104002039000000000442013f00000001004001900000062c0000c13d000000800010043f000000000003004b00000b950000613d000000000000043f000000000001004b000000000200001900000b9a0000613d00000c80030000410000000002000019000000000403041a000000a005200039000000000045043500000001033000390000002002200039000000000012004b0000047d0000413d00000b9a0000013d00000be60010009c000009d00000613d00000be70010009c00000a5a0000613d00000be80010009c000000b40000c13d0000000001000416000000000001004b000000b40000c13d0000000103000039000000000203041a000000010420019000000001012002700000007f0110618f0000001f0010008c00000000050000390000000105002039000000000552013f00000001005001900000062c0000c13d000000800010043f000000000004004b00000b950000613d000000000030043f000000000001004b000000000200001900000b9a0000613d00000c46030000410000000002000019000000000403041a000000a005200039000000000045043500000001033000390000002002200039000000000012004b000004a20000413d00000b9a0000013d00000c060010009c000009df0000613d00000c070010009c00000ab60000613d00000c080010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b2ea128470000040f00000b360000013d00000bdd0010009c00000a000000613d00000bde0010009c00000ad50000613d00000bdf0010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000000401800370000000000101043b001b00000001001d000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000000043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff0010019000000e590000c13d0000001b01000029000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff001001900000000001000039000000010100c039000000010110018f00000b360000013d00000bf80010009c0000076d0000613d00000bf90010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000002401800370000000000601043b0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000bab0000c13d000000400100043d000027110060008c00000d340000413d0000002402100039000000000062043500000bbd02000041000009f70000013d00000bcf0010009c000008270000613d00000bd00010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000000401800370000000000101043b001b00000001001d000000000010043f0000001401000039000000200010043f000000400200003900000000010000192ea12e7d0000040f000000000101041a00000000020004112ea12b760000040f0000001b010000290000001c020000292ea12ba90000040f000000000100001900002ea20001042e00000c0b0010009c0000088a0000613d00000c0c0010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b000000000010043f000000180100003900000b110000013d00000be20010009c000008a70000613d00000be30010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b000000000010043f0000000e01000039000000200010043f000000400200003900000000010000192ea12e7d0000040f2ea126340000040f00000b570000013d00000c020010009c000008ae0000613d00000c030010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d0000002401800370000000000101043b001b00000001001d00000bac0010009c000000b40000213d0000001c01000029000000000010043f0000001401000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a001a00000001001d000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000000002000411000000000101043b00000bac02200197001900000002001d000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff0010019000000eb40000c13d000000400100043d00000024021000390000001a03000029000000000032043500000c7402000041000000000021043500000004021000390000001903000029000009fa0000013d00000bd90010009c0000098d0000613d00000bda0010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d000000010010008c000000b40000213d0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000bd50000c13d00000080020000390000001c05000029000000b00150021000000c38011001970000001603000039000000000403041a00000c3904400197000000000114019f000000000013041b000000000052043500000ba90020009c00000ba9020080410000004001200210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000010300003900000c3a0400004100000e1b0000013d00000bf20010009c00000b3d0000613d00000bf30010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000002401800370000000000501043b0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000c190000c13d00000080020000390000001701000039000000000051041b0000001601000039000000000301041a00000bb1033001970000001c04000029000000000343019f000000000031041b00000020012000390000000000510435000000000042043500000ba90020009c00000ba9020080410000004001200210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d02000039000000010300003900000c520400004100000e1b0000013d00000bc90010009c00000b530000613d00000bca0010009c000000b40000c13d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000401043b0000000701400039000000000201041a000000010320019000000001082002700000007f0880618f0000001f0080008c00000000050000390000000105002039000000000552013f000000010050019000000c330000613d00000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea30001043000000bed0010009c00000b5d0000613d00000bee0010009c000000b40000c13d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000101043b001800000001001d0000000401800370000000000101043b001b00000001001d000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a001900000001001d000000000001004b000000000100001900000b360000613d0000801002000039001c00000000001d001a00000000001d000006630000013d0000001a02000029000000180020006c0000000001020019000010100000613d001a00010010003e00000c130000613d0000001c010000290000000101100039001c00000001001d000000190010006c000080100200003900000e950000813d0000001b01000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c72ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a00000bac00100198000006570000c13d0000001b01000029000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000000043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff001001900000065d0000613d0000001b01000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000000043f0000000201100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a0000001c0010006b0000001a010000290000065b0000613d0000065d0000013d00000bc40010009c00000b660000613d00000bc50010009c000000b40000c13d000000640030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001600000001001d00000bac0010009c000000b40000213d0000004401800370000000000101043b001400000001001d0000002401800370000000000101043b001500000001001d00000000020004110000001601000029000000000012004b00000c680000c13d000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001502000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000140010006c00000ea10000813d000000400100043d000000440210003900000c580300004100000000003204350000002402100039000000170300003900000c8d0000013d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b2ea128890000040f0000ffff0220018f000000400300043d0000002004300039000000000024043500000bac01100197000000000013043500000ba90030009c00000ba903008041000000400130021000000c70011001c700002ea20001042e000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001000000001001d0000002401800370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000b40000813d0000000402100039000000000228034f000000000202043b000f00000002001d00000bad0020009c000000b40000213d0000002402100039001900000002001d0000000f01200029000000000031004b000000b40000213d0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000e740000c13d0000000901000039000000000101041a0000001003000029000000000031004b00000e970000a13d00000c280130009a000000000101041a000e00000001001d000000000010043f0000000e01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0440618f001c00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f00000001004001900000062c0000c13d000000400400043d001b00000004001d0000001c050000290000000004540436001a00000004001d000000000003004b000011a40000613d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001c06000029000000000006004b00000000020000190000001a05000029000011aa0000613d000000000101043b00000000020000190000000003250019000000000401041a000000000043043500000001011000390000002002200039000000000062004b000007650000413d000011aa0000013d000000e40030008c000000b40000413d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000004401800370000000000101043b001a00000001001d0000002401800370000000000101043b001b00000001001d0000006401800370000000000101043b001900000001001d00000bac0010009c000000b40000213d0000008401800370000000000101043b001700000001001d000000a401800370000000000101043b001800000001001d00000bad0010009c000000b40000213d0000001801000029001600040010003d000000160130006a00000c2c0010009c000000b40000213d000000800010008c000000b40000413d000000c401800370000000000201043b00000bad0020009c000000b40000213d0000002301200039000000000031004b000000b40000813d0000000404200039000000000148034f000000000101043b00000bad0010009c0000011e0000213d0000001f0510003900000c86055001970000003f0550003900000c860550019700000c1b0050009c0000011e0000213d00000024022000390000008005500039000000400050043f000000800010043f0000000002210019000000000032004b000000b40000213d0000002002400039000000000328034f00000c86041001980000001f0510018f000000a002400039000007b30000613d000000a006000039000000000703034f000000007807043c0000000006860436000000000026004b000007af0000c13d000000000005004b000007c00000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000000a00110003900000000000104350000000d01000039000000000101041a0000001b0010006b0000129f0000813d0000001b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d001300000002001d00000c4c0020009c0000011e0000213d000000000101043b00000013030000290000010002300039000000400020043f000000000201041a00000000042304360000000102100039000000000202041a001100000004001d00000000002404350000000202100039000000000202041a0000004004300039001200000004001d00000000002404350000000302100039000000000202041a0000006004300039001000000004001d00000000002404350000000402100039000000000202041a0000008004300039000f00000004001d00000000002404350000000502100039000000000202041a000000a004300039000d00000004001d0000000000240435000000c0033000390000000602100039000000000202041a00000bac02200197000e00000003001d00000000002304350000000701100039000000000201041a000000010320019000000001042002700000007f0440618f001500000004001d0000001f0040008c00000000040000390000000104002039000000000442013f00000001004001900000062c0000c13d000000400400043d001400000004001d00000015050000290000000004540436000c00000004001d000000000003004b000018970000613d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001505000029000000000005004b00000000020000190000000c060000290000189d0000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b0000081f0000413d0000189d0000013d0000000001000416000000000001004b000000b40000c13d0000001601000039000009910000013d0000000001000416000000000001004b000000b40000c13d0000000c0100003900000b610000013d000000640030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000004401800370000000000101043b001b00000001001d0000002401800370000000000101043b001a00000001001d0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000c980000c13d2ea129660000040f00000000040100190000001c010000290000001a020000290000001b030000292ea12c620000040f000000000100001900002ea20001042e000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b000000000010043f0000001401000039000009b30000013d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001900000001001d00000bad0010009c000000b40000213d00000019010000290000002301100039000000000031004b000000b40000813d00000019010000290000000401100039000000000118034f000000000101043b001800000001001d00000bad0010009c000000b40000213d0000001901000029001c00240010003d000000180100002900000005021002100000001c01200029000000000031004b000000b40000213d0000003f0120003900000c3b0110019700000c1b0010009c0000011e0000213d0000008001100039000000400010043f0000001803000029000000800030043f000000000003004b00000f320000c13d00000020020000390000000003210436000000800200043d0000000000230435000000400310003900000005042002100000000007340019000000000002004b000010740000c13d000000000217004900000d9e0000013d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000000603000039000000000103041a00000bac021001970000000005000411000000000025004b00000ccf0000c13d00000bb1011001970000001c06000029000000000161019f000000000013041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000030300003900000bb30400004100000e1b0000013d0000000001000416000000000001004b000000b40000c13d00000000010300192ea126190000040f2ea1299b0000040f00000b570000013d000000a40030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001b00000001001d00000bac0010009c000000b40000213d0000002401800370000000000101043b001800000001001d00000bac0010009c000000b40000213d0000004401800370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000b40000813d0000000402100039000000000228034f000000000402043b00000bad0040009c0000011e0000213d00000005024002100000003f0520003900000c3b0550019700000c1b0050009c0000011e0000213d0000008005500039000000400050043f000000800040043f00000024011000390000000002120019000000000032004b000000b40000213d000000000708034f000000000608034f000000000004004b000008e10000613d0000008004000039000000000516034f000000000505043b000000200440003900000000005404350000002001100039000000000021004b000008da0000413d0000006401600370000000000101043b00000bad0010009c000000b40000213d0000002302100039000000000032004b000000000400001900000bae0400804100000bae02200197000000000002004b000000000500001900000bae0500404100000bae0020009c000000000504c019000000000005004b000000b40000c13d0000000402100039000000000226034f000000000202043b00000bad0020009c0000011e0000213d00000005042002100000003f0540003900000c3b05500197000000400600043d0000000005560019001a00000006001d000000000065004b0000000006000039000000010600403900000bad0050009c0000011e0000213d00000001006001900000011e0000c13d000000400050043f0000001a050000290000000005250436001900000005001d00000024011000390000000004140019000000000034004b000000b40000213d000000000607034f000000000002004b000009160000613d0000001a02000029000000000516034f000000000505043b000000200220003900000000005204350000002001100039000000000041004b0000090f0000413d0000008401600370000000000201043b00000bad0020009c000000b40000213d0000002301200039000000000031004b000000000400001900000bae0400804100000bae01100197000000000001004b000000000500001900000bae0500404100000bae0010009c000000000504c019000000000005004b000000b40000c13d0000000404200039000000000146034f000000000101043b00000bad0010009c0000011e0000213d0000001f0510003900000c86055001970000003f0550003900000c8605500197000000400600043d0000000005560019001300000006001d000000000065004b0000000006000039000000010600403900000bad0050009c0000011e0000213d00000001006001900000011e0000c13d0000002402200039000000400050043f00000013050000290000000005150436001200000005001d0000000002210019000000000032004b000000b40000213d0000002002400039000000000327034f00000c86041001980000001f0510018f00000012024000290000094d0000613d000000000603034f0000001207000029000000006806043c0000000007870436000000000027004b000009490000c13d000000000005004b0000095a0000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f000000000032043500000012011000290000000000010435000000800100043d000000000001004b00000000010000190000097a0000613d0000000002000019001c00000002001d0000000501200210000000a0011000390000000001010433000000000010043f0000001801000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff0010019000001c400000c13d0000001c020000290000000102200039000000800100043d000000000012004b000009610000413d0000001b0200002900170bac0020019b0000000002000411000000170020006b00001c120000c13d0000001a020000290000000002020433000000000021004b000013dd0000c13d000000180200002900140bac0020019c00001d030000c13d000000400100043d000000440210003900000c2203000041000000000032043500000024021000390000000c0300003900000c8d0000013d0000000001000416000000000001004b000000b40000c13d0000000701000039000000000101041a00000bac02100197000000800020043f000000a0011002700000ffff0110018f000000a00010043f00000c240100004100002ea20001042e000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000101043b00000bac0010009c000000b40000213d0000000002000411000000000012004b00000ce30000c13d0000000401800370000000000101043b2ea12ba90000040f000000000100001900002ea20001042e000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b000000000010043f0000001201000039000000200010043f000000400200003900000000010000192ea12e7d0000040f00000af80000013d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b00000bac0010009c000000b40000213d000000000010043f0000000201000039000000200010043f00000040020000390000000001000019001c0000000803532ea12e7d0000040f0000001c0200035f0000002402200370000000000202043b000000000020043f000000200010043f00000000010000190000004002000039000009b60000013d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000000401800370000000000101043b000000000010043f000000130100003900000b2c0000013d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000002401800370000000000601043b0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000ce90000c13d000000400100043d000027110060008c00000d4c0000413d0000002402100039000000000062043500000c7a02000041000000000021043500000004021000390000271003000039000000000032043500000ba90010009c00000ba901008041000000400110021000000bbe011001c700002ea3000104300000000001000416000000000001004b000000b40000c13d000000800000043f00000c180100004100002ea20001042e0000000001000416000000000001004b000000b40000c13d0000000d0100003900000af80000013d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d0000002401800370000000000201043b000000000002004b0000000001000039000000010100c039001b00000002001d000000000012004b000000b40000c13d0000000601000039000000000101041a00000bac011001970000000002000411000000000012004b00000cff0000c13d0000001c01000029000000000010043f0000001801000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c87022001970000001b03000029000000000232019f000000000021041b000000400100043d000000200210003900000000003204350000001c02000029000000000021043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d02000039000000010300003900000c360400004100000e1b0000013d000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000201043b00000c2000200198000000b40000c13d000000010100003900000c210220019700000c810020009c00000d140000213d00000c840020009c00000b630000613d00000c850020009c000000000100c019000000800010043f00000c180100004100002ea20001042e000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000201043b00000bad0020009c000000b40000213d0000002301200039000000000031004b000000b40000813d0000000404200039000000000148034f000000000101043b00000bad0010009c0000011e0000213d0000001f0510003900000c86055001970000003f0550003900000c860550019700000c1b0050009c0000011e0000213d00000024022000390000008005500039000000400050043f000000800010043f0000000002210019000000000032004b000000b40000213d0000002002400039000000000328034f00000c86041001980000001f0510018f000000a00240003900000a840000613d000000a006000039000000000703034f000000007807043c0000000006860436000000000026004b00000a800000c13d000000000005004b00000a910000613d000000000343034f0000000304500210000000000502043300000000054501cf000000000545022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000353019f0000000000320435000000a00110003900000000000104350000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000ffc0000c13d0000000503000039000000000203041a000000010520019000000001062002700000007f0660618f0000001f0060008c00000000010000390000000101002039000000000112013f00000001001001900000062c0000c13d000000400400043d0000000001640436000000000005004b000010c90000613d000000000030043f000000000006004b0000000002000019000010ce0000613d00000c480500004100000000020000190000000007210019000000000805041a000000000087043500000001055000390000002002200039000000000062004b00000aae0000413d000010ce0000013d000000c40030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000002401800370000000000201043b00000bac0020009c000000b40000213d0000006401800370000000000401043b00000bac0040009c000000b40000213d000000a401800370000000000101043b00000bad0010009c000000b40000213d0000000406100039000000000163004900000c2c0010009c000000b40000213d000000800010008c000000b40000413d0000000401800370000000000101043b0000004403800370000000000303043b0000008405800370000000000505043b2ea126810000040f000004170000013d000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000002401800370000000000201043b000000000002004b0000000001000039000000010100c039001b00000002001d000000000012004b000000b40000c13d00000000020004110000001c0020006c00000da60000c13d00000c1601000041000000800010043f0000002001000039000000840010043f0000000e01000039000000a40010043f00000c4101000041000000c40010043f00000c420100004100002ea3000104300000000001000416000000000001004b000000b40000c13d0000000901000039000000000101041a000000800010043f00000c180100004100002ea20001042e0000000001000416000000000001004b000000b40000c13d0000001701000039000000000101041a0000001602000039000000000202041a00000bac02200197000000800020043f000000a00010043f00000c240100004100002ea20001042e000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b000000000010043f0000000b01000039000000200010043f000000400200003900000000010000192ea12e7d0000040f000000000101041a000000ff001001900000000001000039000000010100c039000000800010043f00000c180100004100002ea20001042e000000440030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b00000bac0010009c000000b40000213d0000002402800370000000000202043b001c00000002001d00000bac0020009c000000b40000213d000000000010043f0000000301000039000000200010043f000000400200003900000000010000192ea12e7d0000040f0000001c020000292ea1257c0000040f000000000101041a000000ff001001900000000001000039000000010100c039000000400200043d000000000012043500000ba90020009c00000ba902008041000000400120021000000c23011001c700002ea20001042e000000240030008c000000b40000413d0000000001000416000000000001004b000000b40000c13d0000000401800370000000000101043b001c00000001001d00000bac0010009c000000b40000213d0000000601000039000000000101041a00000bac021001970000000001000411000000000021004b00000d1b0000c13d0000001c05000029000000000005004b00000d540000c13d000000400100043d00000c540200004100000d500000013d0000000001000416000000000001004b000000b40000c13d2ea1259e0000040f0000002002000039000000400300043d001c00000003001d00000000022304362ea125d80000040f00000ba10000013d0000000001000416000000000001004b000000b40000c13d0000000601000039000000000101041a00000bac01100197000000800010043f00000c180100004100002ea20001042e0000000001000416000000000001004b000000b40000c13d0000001601000039000000000101041a000000b001100270000000ff0110018f000000020010008c00000b630000413d00000c1901000041000000000010043f0000002101000039000000040010043f00000c1a0100004100002ea30001043000000c3102000041000000a00400003900000000050000190000000006040019000000000402041a000000000446043600000001022000390000000105500039000000000015004b00000b780000413d001c00000008001d000000410260008a00000c860420019700000c1b0040009c0000011e0000213d0000008002400039000000400020043f000000800500043d00000000060000190000001c08000029000000000065004b000025540000a13d0000000507600210000000a0077000390000000007070433000000000087004b00000dd60000213d0000000106600039000000000016004b00000b890000413d00000084014000390000013e0000013d00000c8702200197000000a00020043f000000000001004b00000020020000390000000002006039000000200220003900000080010000392ea1258c0000040f000000400100043d001c00000001001d00000080020000392ea125ea0000040f0000001c02000029000000000121004900000ba90010009c00000ba901008041000000600110021000000ba90020009c00000ba9020080410000004002200210000000000121019f00002ea20001042e001b00000006001d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff001001900000001b060000290000051f0000c13d000000400100043d00000c430200004100000d2e0000013d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d000000000101043b000000000101041a000000ff0010019000000e200000c13d00000c430100004100000c2d0000013d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d000000000101043b000000000101041a000000ff00100190000005c40000c13d00000c2c0000013d0000801002000039001b00000000001d001c00000000001d00000bf10000013d0000001c030000290000000103300039001c00000003001d000000190030006c000004390000813d0000001a01000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c72ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000801002000039000000000101043b000000000101041a00000bac0010019800000bec0000613d0000001b01000029001b00010010003e00000bec0000c13d00000c1901000041000000000010043f0000001101000039000000040010043f00000c1a0100004100002ea300010430001b00000005001d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d000000000101043b000000000101041a000000ff0010019000000e5c0000c13d00000c3701000041000000000012043500000ba90020009c00000ba902008041000000400120021000000c27011001c700002ea300010430000000400700043d000000000504041a001c00000005001d0000000505400039000000000505041a001700000005001d0000000405400039000000000505041a001800000005001d0000000305400039000000000505041a001900000005001d0000000205400039000000000505041a001a00000005001d0000000105400039000000000505041a001b00000005001d0000000604400039000000000404041a001600000004001d0000000006870436000000000003004b00000d620000613d001300000008001d001400000007001d001500000006001d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001305000029000000000005004b00000000020000190000001506000029000000140700002900000d670000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b00000c600000413d00000d670000013d000000000010043f0000000301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000200041100000bac02200197000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff001001900000001601000029000006d60000c13d000000400100043d000000440210003900000c5503000041000000000032043500000024021000390000001103000039000000000032043500000c1602000041000000000021043500000004021000390000002003000039000000000032043500000ba90010009c00000ba901008041000000400110021000000c17011001c700002ea30001043000000bac01100197001900000001001d000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000008470000c13d0000001a01000039000000000101041a000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001902000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000008470000c13d000000400100043d00000c450200004100000000002104350000000402100039000000190300002900000e9b0000013d00000bac01500197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff0010019000000e5e0000c13d000000400100043d00000c7b0200004100000d2e0000013d00000c7103000041000000800030043f000000840020043f000000a40010043f00000c720100004100002ea300010430001b00000006001d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff001001900000001b06000029000009f10000c13d000000400100043d00000c370200004100000d2e0000013d00000bac01200197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000000000300041100000a210000c13d000000400100043d00000c350200004100000e990000013d00000c820020009c00000b630000613d00000c830020009c00000b630000613d000000800000043f00000c180100004100002ea20001042e00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff0010019000000b4d0000c13d000000400100043d00000c5302000041000000000021043500000ba90010009c00000ba901008041000000400110021000000c27011001c700002ea300010430000000a00260021000000bb5022001970000001c0500002900000c5a03500197000000000232019f0000000703000039000000000403041a00000bb404400197000000000242019f000000000023041b000000000061043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000020300003900000bb60400004100000e1b0000013d0000001c05000029000000000005004b00000e060000c13d00000c790200004100000000002104350000000402100039000000000002043500000e9c0000013d0000000c01000039000000000201041a00000bb102200197000000000252019f000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000020300003900000bb70400004100000e1b0000013d00000c87012001970000000000160435000000000008004b000000200200003900000000020060390000003f0120003900000c86031001970000000001730019000000000031004b0000000003000039000000010300403900000bad0010009c0000011e0000213d00000001003001900000011e0000c13d000000160300002900000bac03300197000000400010043f000000e00410003900000100050000390000000000540435000000c0041000390000000000340435000000a0031000390000001704000029000000000043043500000080031000390000001804000029000000000043043500000060031000390000001904000029000000000043043500000040031000390000001a04000029000000000043043500000020031000390000001b0400002900000000004304350000001c0300002900000000003104350000010004100039000000000307043300000000003404350000012004100039000000000003004b00000d990000613d0000000008060019000000000500001900000000064500190000000007580019000000000707043300000000007604350000002005500039000000000035004b00000d920000413d0000001f0530003900000c860250019700000000034300190000000000030435000001200220003900000ba90020009c00000ba902008041000000600220021000000ba90010009c00000ba9010080410000004001100210000000000112019f00002ea20001042e000000000020043f0000000301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c87022001970000001b03000029000000000232019f000000000021041b000000400100043d000000000031043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000030300003900000c400400004100000000050004110000001c0600002900000e1b0000013d001b00000007001d0000000000120435000000000030043f00000c3105000041000000a003400039000000000703001900000000060000190000000008070019000000000705041a000000000778043600000001055000390000000106600039000000000016004b00000ddd0000413d0000000004480049000000410440008a00000c86054001970000000004250019000000000054004b0000000005000039000000010500403900000bad0040009c0000011e0000213d00000001005001900000011e0000c13d000000400040043f000000000202043300000000050000190000001c07000029000000000052004b000025540000a13d000000050650021000000000063600190000000006060433000000000076004b000010910000213d0000000105500039000000000015004b00000df30000413d00000c7c01000041000000000014043500000004014001bf000000000071043500000ba90040009c00000ba904008041000000400140021000000c1a011001c700002ea3000104300000001602000039000000000302041a00000bb403300197000000a00460021000000bb504400197000000000334019f000000000353019f000000000032041b000000000061043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000020300003900000c78040000412ea12e920000040f0000000100200190000000b40000613d000000000100001900002ea20001042e0000001a01000029000027100010008c001900000002001d000001690000213d00000c120020009c0000011e0000213d00000019020000290000004001200039000000400010043f0000001b0100002900000000021204360000001a01000029001800000002001d00000000001204350000001c01000029000000000010043f0000000801000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001902000029000000000202043300000bac02200197000000000101043b000000000301041a00000bb103300197000000000223019f000000000021041b000000010110003900000018020000290000000002020433000000000021041b000000400100043d0000001a02000029000000000021043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000030300003900000c44040000410000001c050000290000001b0600002900000e1b0000013d0000000101000039000000010110018f00000b360000013d0000001b05000029000005f10000013d0000000603000039000000000103041a00000bac051001970000089a0000013d00000bac01200197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000002970000c13d00000e850000013d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff001001900000072d0000c13d000000400200043d001c00000002001d00000c1601000041000000000012043500000004012000392ea1295c0000040f0000001c02000029000000000121004900000ba90010009c00000ba901008041000000600110021000000ba90020009c00000ba9020080410000004002200210000000000121019f00002ea300010430000000000100001900000b360000013d000000400100043d00000c2b0200004100000000002104350000000402100039000000000032043500000ba90010009c00000ba901008041000000400110021000000c1a011001c700002ea300010430000000400300043d000000160000006b0000102f0000c13d000000440130003900000c1502000041000000000021043500000024013000390000000e02000039000000000021043500000c1601000041000000000013043500000004013000390000002002000039000000000021043500000ba90030009c00000ba903008041000000400130021000000c17011001c700002ea3000104300000001c01000029000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000011bb0000c13d0000001c01000029000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c870220019700000001022001bf000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000040300003900000bb9040000410000001c050000290000001b0600002900000000070004112ea12e920000040f0000000100200190000000b40000613d0000001c01000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a001a00000002001d000000010220003a00000c130000613d000000000021041b0000001c01000029000000000010043f0000001501000039000000200010043f000000400200003900000000010000192ea12e7d0000040f0000001a02000029000000000020043f0000000101100039000000200010043f000000000100001900000040020000392ea12e7d0000040f000000000201041a00000bb1022001970000001b022001af000000000021041b0000001c01000029000000000010043f0000001501000039000000200010043f000000000100001900000040020000392ea12e7d0000040f00000002011000390000001b020000292ea1257c0000040f0000001a02000029000000000021041b000000000100001900002ea20001042e00000060040000390000000001000019000000a00310003900000000004304350000002001100039000000000021004b00000f340000413d0000000002000019001b00000002001d0000000502200210001a00000002001d0000001c012000290000000101100367000000000101043b0000000003000031000000190230006a000000430220008a00000bae0420019700000bae05100197000000000645013f000000000045004b000000000400001900000bae04004041000000000021004b000000000200001900000bae0200804100000bae0060009c000000000402c019000000000004004b000000b40000c13d0000001c021000290000000101200367000000000101043b00000bad0010009c000000b40000213d0000000004130049000000200520003900000bae0240019700000bae06500197000000000726013f000000000026004b000000000200001900000bae02004041000000000045004b000000000400001900000bae0400204100000bae0070009c000000000204c019000000000002004b000000b40000c13d0000001f0210003900000c86022001970000003f0220003900000c8604200197000000400200043d0000000004420019000000000024004b0000000006000039000000010600403900000bad0040009c0000011e0000213d00000001006001900000011e0000c13d000000400040043f00000000041204360000000006510019000000000036004b000000b40000213d00000c86061001980000000105500367000000000364001900000f800000613d000000000705034f0000000008040019000000007907043c0000000008980436000000000038004b00000f7c0000c13d0000001f0710019000000f8d0000613d000000000565034f0000000306700210000000000703043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f000000000053043500000000011400190000000000010435000000400500043d00000c3c0050009c0000011e0000213d0000006001500039000000400010043f000000400150003900000c3d030000410000000000310435000000200150003900000c3e0300004100000000003104350000002701000039000000000015043500000ba90040009c00000ba9040080410000004001400210000000000202043300000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000121019f0000000002000410001700000005001d2ea12e9c0000040f000000600310027000000ba9043001980000008003000039000000600a00003900000fd60000613d0000001f0340003900000baa033001970000003f0330003900000c3f03300197000000400a00043d00000000033a00190000000000a3004b0000000005000039000000010500403900000bad0030009c0000011e0000213d00000001005001900000011e0000c13d000000400030043f00000000034a043600000bab06400198000000000563001900000fc90000613d000000000701034f0000000008030019000000007907043c0000000008980436000000000058004b00000fc50000c13d0000001f0440019000000fd60000613d000000000161034f0000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f000000000015043500000000010a04330000000100200190000011ca0000613d000000000001004b00000fed0000c13d00170000000a001d00000c1d01000041000000000010044300000000010004100000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b000000000001004b000000170a000029000023fc0000613d000000800100043d0000001b02000029000000000021004b000025540000a13d0000001a01000029000000a0011000390000000000a10435000000800100043d000000000021004b000025540000a13d0000000102200039000000180020006c00000f3a0000413d000000400100043d0000087f0000013d00000bac01100197000000000010043f00000c2501000041000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff0010019000000a990000c13d000000400100043d00000c470200004100000d2e0000013d0000001b01000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a00000bac0110019700000b360000013d001a00000003001d00000c120030009c0000011e0000213d0000001a020000290000004001200039000000400010043f000000010100003900000000031204360000001502000029001800000003001d0000000000230435000000400200043d001900000002001d00000c120020009c0000011e0000213d00000019030000290000004002300039000000400020043f00000000021304360000001401000029001700000002001d0000000000120435000000400100043d00000c130010009c0000011e0000213d0000002002100039000000400020043f00000000000104350000001a010000290000000001010433000000000001004b000015780000c13d0000001601000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001502000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a001c001400100074000017fb0000813d000000400100043d000000440210003900000c760300004100000000003204350000002402100039000000100300003900000c8d0000013d000000800400003900000000060000190000107f0000013d0000001f0980003900000c86099001970000000008780019000000000008043500000000077900190000000106600039000000000026004b000008880000813d0000000008170049000000400880008a00000000038304360000002004400039000000000804043300000000980804340000000007870436000000000008004b000010770000613d000000000a000019000000000b7a0019000000000ca90019000000000c0c04330000000000cb0435000000200aa0003900000000008a004b000010890000413d000010770000013d000000000060043f0000000a01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a000000010320019000000001042002700000007f0440618f001a00000004001d0000001f0040008c00000000040000390000000104002039000000000442013f00000001004001900000062c0000c13d000000400400043d001800000004001d0000001a050000290000000004540436001900000004001d000000000003004b000013380000613d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001a06000029000000000006004b000000000200001900000019050000290000133e0000613d000000000101043b00000000020000190000000003250019000000000401041a000000000043043500000001011000390000002002200039000000000062004b000010c10000413d0000133e0000013d00000c87022001970000000000210435000000000006004b000000200200003900000000020060390000003f0220003900000c86052001970000000002450019000000000052004b0000000005000039000000010500403900000bad0020009c0000011e0000213d00000001005001900000011e0000c13d000000400020043f000000800500043d00000bad0050009c0000011e0000213d000000200060008c000010ed0000413d000000000030043f0000001f07500039000000050770027000000c490770009a000000200050008c00000c48070040410000001f06600039000000050660027000000c490660009a000000000067004b000010ed0000813d000000000007041b0000000107700039000000000067004b000010e90000413d0000001f0050008c0000126e0000a13d000000000030043f00000c8607500198000013f60000c13d000000a00800003900000c4806000041000014040000013d0000001801000029000000400010008c000000b40000413d000000000b08034f000000000208034f0000001703800360000000000103043b00000bad0010009c000000b40000213d00000017051000290000001f01500039000000000041004b000000b40000813d000000000152034f000000000201043b00000bad0020009c0000011e0000213d0000001f0620003900000c86066001970000003f0660003900000c860660019700000c1b0060009c0000011e0000213d00000020055000390000008006600039000000400060043f000000800020043f0000000006520019000000000046004b000000b40000213d00000000055b034f00000c86062001980000001f0720018f000000a0046000390000111e0000613d000000a008000039000000000905034f000000009a09043c0000000008a80436000000000048004b0000111a0000c13d000000000007004b0000112b0000613d000000000565034f0000000306700210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000540435000000a0022000390000000000020435000000800200043d000000000002004b0000020f0000613d0000001702000029000000200220003900000000022b034f000000000202043b000000000002004b0000020f0000613d0000000d02000039000000000402041a0000001c0040002a00000c130000413d00000018020000290000001f0220003900000c86022001970000003f0220003900000c8605200197000000400200043d0000000005520019000000000025004b0000000006000039000000010600403900000bad0050009c0000011e0000213d00000001006001900000011e0000c13d000000400050043f0000001806000029000000000562043600000c86076001980000001f0860018f0000000006750019000011550000613d000000000103034f0000000009050019000000001a01043c0000000009a90436000000000069004b000011510000c13d0000001c01400029000000000008004b000011630000613d000000000373034f0000000304800210000000000706043300000000074701cf000000000747022f000000000303043b0000010004400089000000000343022f00000000034301cf000000000373019f0000000000360435000000180350002900000000000304352ea12ddd0000040f0000020f0000013d000000400100043d001600000001001d0000001c0000006b000011d40000c13d00000c2a01000041000000160200002900000c2d0000013d00000c870120019700000015020000290000000000120435000000180000006b000000200200003900000000020060390000003f0120003900000c86021001970000001701200029000000000021004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000001901000029000000e001100039000000170200002900000000002104350000001b01000029000000000010043f0000001001000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001a0000006b000015bc0000c13d000000000101041a001900000001001d000000000001004b000015bc0000613d0000001c0100002900000024011000390000000102000367000000000112034f000000000401043b00000016010000290000000006010433000000000046004b000015f50000a13d000000400100043d000000440210003900000c51030000410000129b0000013d00000c87012001970000001a0200002900000000001204350000001c0000006b000000200200003900000000020060390000003f0120003900000c86021001970000001b01200029000000000021004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000001b020000290000000002020433000000000002004b000012a60000c13d00000c340200004100000d2e0000013d000000400100043d00000024021000390000001c03000029000000000032043500000c7302000041000000000021043500000004021000390000001b03000029000009fa0000013d000000400100043d00000c1c0200004100000000002104350000000402100039000000140300002900000e9b0000013d000000000001004b000013e10000c13d000000400200043d001c00000002001d00000c16010000410000000000120435000000040120003900000017020000292ea125ea0000040f00000e8b0000013d0000001b010000290000001f0110003900000c8601100197001400000001001d0000003f0110003900000c86011001970000001601100029000000160010006c0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d0000000d02000039000000000202041a001300000002001d000000400010043f0000001b0100002900000016030000290000000001130436001500000001001d0000001901000029000000000010007c000000b40000213d0000001b0100002900000c86021001980019001f00100193001200000002001d00000015012000290000001a020000290000002002200039001a00000002001d0000000102200367000011fd0000613d000000000302034f0000001504000029000000003503043c0000000004540436000000000014004b000011f90000c13d000000190000006b0000120b0000613d000000120220036000000019030000290000000303300210000000000401043300000000043401cf000000000434022f000000000202043b0000010003300089000000000232022f00000000023201cf000000000242019f000000000021043500000015020000290000001b0120002900000000000104350000001c02000029000000130020002a00000c130000413d0000000902000039000000000102041a00000bad0010009c0000011e0000213d0000001c0400002900000013044000290000000103100039000000000032041b00000c280110009a000000000041041b001c00000004001d000000000040043f0000000a01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b001100000001001d00000016010000290000000001010433001000000001001d00000bad0010009c0000011e0000213d0000001101000029000000000101041a000000010010019000000001021002700000007f0220618f000f00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000062c0000c13d0000000f01000029000000200010008c0000125a0000413d0000001101000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d00000010030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000000f010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000125a0000813d000000000002041b0000000102200039000000000012004b000012560000413d00000010010000290000001f0010008c00001c330000a13d0000001101000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000200200008a0000001002200180000000000101043b00001d2d0000c13d000000200300003900001d3a0000013d000000000005004b0000000006000019000012720000613d000000a00600043d000000030750021000000c880770027f00000c8807700167000000000676016f0000000105500210000000000556019f0000140f0000013d0000001601000029000000000010043f0000000301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000200041100000bac02200197000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000003560000c13d000000400100043d000000440210003900000c750300004100000000003204350000002402100039000000120300003900000c8d0000013d000000400100043d000000440210003900000c5b0300004100000000003204350000002402100039000000180300003900000c8d0000013d00000c2c0020009c000000b40000213d000000400020008c000000b40000413d0000001a03000029000000000303043300000bad0030009c000000b40000213d0000001a042000290000001a023000290000001f03200039000000000043004b000000000500001900000bae0500804100000bae0330019700000bae06400197000000000763013f000000000063004b000000000300001900000bae0300404100000bae0070009c000000000305c019000000000003004b000000b40000c13d000000003202043400000bad0020009c0000011e0000213d0000001f0520003900000c86055001970000003f0550003900000c8605500197000000000515001900000bad0050009c0000011e0000213d000000400050043f0000000005210436001800000005001d0000000005320019000000000045004b000000b40000213d000000000002004b0000001807000029000012d90000613d000000000400001900000000057400190000000006340019000000000606043300000000006504350000002004400039000000000024004b000012d20000413d000000000272001900000000000204350000001b0200002900000040022000390000000002020433000a00000002001d0000000007010433000000400300043d001300200030003d0000001301700029000000400010043f0000000f050000290000001f0150018f001600000001001d00000003061002100000010002600089000b00000006001d00120c8800600287000c00000002001d00110c88002002270000005f0150003900150c860010019b001a0c860050019b001400200050003d000d00000003001d001700000007001d00000000007304350000000007000019000000400600043d0000002004600039000000170070006c001c00000004001d00001c4a0000813d0000001a01400029000000190200002900000001022003670000001a0000006b000013040000613d000000000302034f000000003503043c0000000004540436000000000014004b000013000000c13d000000160000006b0000130d0000613d0000000003010433000000120330017f0000001a02200360000000000202043b000000110220017f000000000232019f000000000021043500000014020000290000000001260019001b00000007001d000000000071043500000000002604350000001501600029000000000061004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000001c0100002900000ba90010009c00000ba9010080410000004001100210000000000206043300000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001b0700002900000018027000290000000002020433000000000101043b000000000112013f00000013027000290000000000120435000000200770003a000012f50000c13d00000c130000013d00000c8701200197000000190200002900000000001204350000001a0000006b000000200200003900000000020060390000003f0120003900000c86021001970000001801200029000000000021004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000001b01000029000000000010043f0000000e01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a000000010020019000000001012002700000007f0110618f0000001f0010008c00000000030000390000000103002039000000000232013f00000001002001900000062c0000c13d000000000001004b0000182e0000c13d0000001c0000006b0000191e0000c13d000000400200043d00000c120020009c0000011e0000213d0000004001200039000000400010043f000000200120003900000c7d03000041000000000031043500000001010000390000000000120435000000400100043d000000200410003900000018030000290000000003030433000000000003004b00000019080000290000137e0000613d000000000500001900000000064500190000000007580019000000000707043300000000007604350000002005500039000000000035004b000013770000413d000000000443001900000000000404350000000052020434000000000002004b0000138b0000613d000000000600001900000000074600190000000008650019000000000808043300000000008704350000002006600039000000000026004b000013840000413d00000000044200190000000000040435000000000232001900000000002104350000003f0220003900000c86022001970000000004120019000000000024004b0000000002000039000000010200403900000bad0040009c0000011e0000213d000000000304001900000001002001900000184a0000613d0000011e0000013d0000001a02000029000000000607034f000000000516034f000000000505043b000000200220003900000000005204350000002001100039000000000041004b0000139d0000413d0000001a010000290000000001010433000000800200043d000000000012004b000013dd0000c13d00000bad0010009c0000011e0000213d00000005021002100000003f0420003900000c6f05400197000000400400043d001800000004001d0000000004450019000000000054004b0000000005000039000000010500403900000bad0040009c0000011e0000213d00000001005001900000011e0000c13d000000400040043f00000018040000290000000001140436001700000001001d0000001f0120018f000000000002004b000013c60000613d000000000337034f00000017040000290000000002240019000000003503043c0000000004540436000000000024004b000013c20000c13d000000000001004b000000800100043d000000000001004b000017b90000c13d000000400100043d000000200200003900000000022104360000001803000029000000000303043300000000003204350000004002100039000000000003004b000013db0000613d000000000400001900000018060000290000002006600039000000000506043300000000025204360000000104400039000000000034004b000013d50000413d000000000212004900000d9e0000013d000000400100043d000000440210003900000c57030000410000171c0000013d00000ba90030009c00000ba903008041000000400230021000000ba90010009c00000ba9010080410000006001100210000000000121019f00002ea300010430000000140000006b0000000001000019000013ee0000613d0000001a0100002900000000010104330000001404000029000000030240021000000c880220027f00000c8802200167000000000121016f0000000102400210000000000121019f0000173b0000013d00000c48060000410000002009000039000000010870008a000000050880027000000c4a0880009a000000000a09001900000080099000390000000009090433000000000096041b0000002009a000390000000106600039000000000086004b000013fb0000c13d000000a008a00039000000000057004b0000140d0000813d0000000307500210000000f80770018f00000c880770027f00000c88077001670000000008080433000000000778016f000000000076041b000000010550021000000001055001bf000000000053041b000000400300003900000000033204360000004005200039000000000404043300000000004504350000006005200039000000000004004b000014200000613d000000000600001900000000075600190000000008610019000000000808043300000000008704350000002006600039000000000046004b000014190000413d000000000154001900000000000104350000001f0140003900000c8601100197000000000151001900000000042100490000000000430435000000800300043d0000000001310436000000000003004b000014330000613d00000000040000190000000005140019000000a006400039000000000606043300000000006504350000002004400039000000000034004b0000142c0000413d000000000413001900000000000404350000001f0330003900000c86033001970000000001210049000000000131001900000ba90010009c00000ba901008041000000600110021000000ba90020009c00000ba9020080410000004002200210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c70000800d02000039000000010300003900000c4b0400004100000e1b0000013d0000001a0100002900000c120010009c0000011e0000213d0000001a020000290000004001200039000000400010043f000000010100003900000000031204360000001402000029001800000003001d0000000000230435000000400200043d001900000002001d00000c120020009c0000011e0000213d00000019030000290000004002300039000000400020043f00000000021304360000001301000029001700000002001d0000000000120435000000160000006b0000148b0000c13d0000001a010000290000000001010433000000000001004b0000148b0000613d000000000200001900000019010000290000000001010433000000000021004b000025540000a13d001c00000002001d0000000501200210000000180210002900000017011000290000000001010433001b00000001001d0000000001020433000000000010043f0000001201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001b03000029000000000032001a00000c130000413d0000000002320019000000000021041b0000001c0200002900000001022000390000001a010000290000000001010433000000000012004b000014670000413d0000001601000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001402000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a001c0013001000740000106d0000413d0000001601000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001402000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000021041b0000001501000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001402000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a000000130020002a00000c130000413d00000013030000290000000002320019000000000021041b000000400100043d000000200210003900000000003204350000001402000029000000000021043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d02000039000000040300003900000c14040000410000000005000411000000160600002900000015070000292ea12e920000040f0000000100200190000000b40000613d00000c1d01000041000000000010044300000015010000290000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b000000000001004b00000e1e0000613d000000400300043d0000008401300039000000a002000039000000000021043500000064013000390000001302000029000000000021043500000044013000390000001402000029000000000021043500000024013000390000001602000029000000000021043500000c1f010000410000000000130435000000000100041100000bac0110019700000004023000390000000000120435000000a402300039000000800100043d0000000000120435001c00000003001d000000c402300039000000000001004b000015300000613d00000000030000190000000004230019000000a005300039000000000505043300000000005404350000002003300039000000000013004b000015290000413d0000001f0310003900000c860330019700000000012100190000000000010435000000c40130003900000ba90010009c00000ba90100804100000060011002100000001c0200002900000ba90020009c00000ba9020080410000004002200210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000015020000292ea12e920000040f000000600310027000000ba903300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000001c05700029000015530000613d000000000801034f0000001c09000029000000008a08043c0000000009a90436000000000059004b0000154f0000c13d000000000006004b000015600000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f000000000065043500000001002001900000200a0000613d0000001f01400039000000600110018f0000001c04100029000000000014004b0000000001000039000000010100403900000bad0040009c0000011e0000213d00000001001001900000011e0000c13d0000000002040019000000400040043f000000200030008c000000b40000413d0000001c01000029000000000101043300000c2000100198000000b40000c13d00000c210110019700000c1f0010009c00000e1e0000613d00001ee90000013d000000000200001900000019010000290000000001010433000000000021004b000025540000a13d001b00000002001d0000000501200210000000180210002900000017011000290000000001010433001c00000001001d0000000001020433000000000010043f0000001201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001c0220006c00000c130000413d000000000021041b0000001b0200002900000001022000390000001a010000290000000001010433000000000012004b000015790000413d0000104f0000013d0000001801000029000000000010043f0000000301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000200041100000bac02200197000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000000820000c13d00000c870000013d000000400100043d001900000001001d00000c4d010000410000000000100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c2e011001c70000800b020000392ea12e970000040f00000001002001900000255a0000613d00000019050000290000002002500039000000000101043b00000000030004110000006003300210000000000032043500000054035000390000001b040000290000000000430435000000340350003900000000001304350000005401000039000000000015043500000c1b0050009c0000011e0000213d00000019030000290000008001300039000000400010043f00000ba90020009c00000ba9020080410000004001200210000000000203043300000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001c0200002900000024032000390000000102000367000000000332034f000000000101043b001900000001001d000000000403043b00000000060000190000001c01000029000000c401100039000000000312034f000000000503043b00000bac0050009c000000b40000213d0000002008100039000000000182034f000000000101043b00000000030000310000001c0730006a000000230770008a00000bae0970019700000bae0a100197000000000b9a013f00000000009a004b000000000900001900000bae09004041000000000071004b000000000700001900000bae0700804100000bae00b0009c000000000907c019000000000009004b000000b40000c13d0000001c07000029001800040070003d0000001807100029000000000172034f000000000101043b00000bad0010009c000000b40000213d0000000009130049000000200770003900000bae0a90019700000bae0b700197000000000cab013f0000000000ab004b000000000a00001900000bae0a004041000000000097004b000000000900001900000bae0900204100000bae00c0009c000000000a09c01900000000000a004b000000b40000c13d000000400900043d001700000009001d00000c4c0090009c0000011e0000213d000000170b0000290000010009b00039000000400090043f001600e0008000920000001609200360000000000909043b000000400ab0003900000000006a04350000002006b00039000000000046043500000000009b0435000000800480008a000000000442034f000000000404043b0000006006b000390000000000460435000000600480008a000000000442034f000000000404043b0000008006b000390000000000460435000000400480008a000000000442034f000000000404043b000000c006b000390000000000560435000000a005b0003900000000004504350000001f0410003900000c86044001970000003f0440003900000c8605400197000000400400043d0000000005540019000000000045004b0000000006000039000000010600403900000bad0050009c0000011e0000213d00000001006001900000011e0000c13d000000400050043f00000000051404360000000006710019000000000036004b000000b40000213d000000000372034f00000c86061001980000001f0710018f0000000002650019000016610000613d000000000803034f0000000009050019000000008a08043c0000000009a90436000000000029004b0000165d0000c13d000000000007004b0000166e0000613d000000000363034f0000000306700210000000000702043300000000076701cf000000000767022f000000000303043b0000010006600089000000000363022f00000000036301cf000000000373019f0000000000320435000000000115001900000000000104350000001701000029000000e00110003900000000004104350000001b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b00000017020000292ea128bf0000040f0000001b01000029000000000010043f0000001001000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001902000029000000000021041b0000004002000039000000400100043d000000000221043600000001030003670000001606000029000000000463034f000000000404043b000000400510003900000000004504350000002004600039000000000443034f000000000404043b000000600510003900000000004504350000004004600039000000000443034f000000000404043b000000800510003900000000004504350000006004600039000000000443034f000000000404043b000000a00510003900000000004504350000008004600039000000000443034f000000000404043b000000c0051000390000000000450435000000a004600039000000000443034f000000000404043b000000e0051000390000000000450435000000c004600039000000000543034f000000000505043b00000bac0050009c000000b40000213d000001000610003900000000005604350000002004400039000000000443034f00000000050000310000001c0650006a000000230660008a000000000404043b00000bae0740019700000bae08600197000000000987013f000000000087004b000000000700001900000bae07004041000000000064004b000000000600001900000bae0600804100000bae0090009c000000000706c019000000000007004b000000b40000c13d0000001806400029000000000463034f000000000404043b00000bad0040009c000000b40000213d00000020066000390000000005450049000000000056004b000000000700001900000bae0700204100000bae0550019700000bae08600197000000000958013f000000000058004b000000000500001900000bae0500404100000bae0090009c000000000507c019000000000005004b000000b40000c13d00000120051000390000010007000039000000000075043500000140051000390000000000450435000000000663034f00000c86074001980000001f0840018f00000160031000390000000005730019000016f40000613d000000000906034f000000000a030019000000009b09043c000000000aba043600000000005a004b000016f00000c13d000000000008004b000017010000613d000000000676034f0000000307800210000000000805043300000000087801cf000000000878022f000000000606043b0000010007700089000000000676022f00000000067601cf000000000686019f0000000000650435000000000334001900000000000304350000001a0300002900000000003204350000001f0240003900000c860220019700000c4e0020009c00000c4e02008041000000600220021000000ba90010009c00000ba9010080410000004001100210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000121019f00000c4f0110009a0000800d02000039000000020300003900000c50040000410000001b0500002900000e1b0000013d000000400100043d000000440210003900000c5603000041000000000032043500000024021000390000000f0300003900000c8d0000013d000000010320008a00000005033002700000000004310019000000200300003900000001044000390000001b0600002900000000056300190000000005050433000000000051041b00000020033000390000000101100039000000000041004b000017260000c13d000000140020006c000017380000813d00000014020000290000000302200210000000f80220018f00000c880220027f00000c88022001670000001b033000290000000003030433000000000223016f000000000021041b0000001401000029000000010110021000000001011001bf000000000010041b00000019010000290000000001010433001b00000001001d00000bad0010009c0000011e0000213d0000000101000039000000000101041a000000010010019000000001021002700000007f0220618f001a00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000062c0000c13d0000001a01000029000000200010008c0000176c0000413d0000000101000039000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000001a010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000176c0000813d000000000002041b0000000102200039000000000012004b000017680000413d0000001b010000290000001f0010008c000017ee0000a13d0000000101000039000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000200200008a0000001b02200180000000000101043b000019550000c13d0000002003000039000019620000013d001c00000000001d0000001801000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000001c03000029000000b40000613d000000800200043d000000000032004b000025540000a13d000000000101043b0000000502300210001b00000002001d000000a0022000390000000002020433000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c70000801002000039001c00000003001d2ea12e970000040f0000000100200190000000b40000613d0000001a0200002900000000020204330000001c04000029000000000042004b000025540000a13d0000001b0500002900000019035000290000000003030433000000000101043b000000000101041a000000000031004b000006f30000413d001c00010040003d000000800300043d0000001c0030006b000017810000413d000000180000006b0000008b0000613d000000400100043d000000000023004b0000185a0000613d000013de0000013d0000000003000019001c00000003001d0000000501300210001b00000001001d000000a001100039000000000101043300000bac01100197000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001a0200002900000000020204330000001c0020006c000025540000a13d0000001b0400002900000019024000290000000002020433000000000101043b000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000180200002900000000020204330000001c03000029000000000032004b000025540000a13d0000001b040000290000001702400029000000000101043b000000000101041a00000000001204350000000103300039000000800100043d000000000013004b000017ba0000413d000013ca0000013d0000001b0000006b0000000001000019000017f30000613d000000180100002900000000010104330000001b04000029000000030240021000000c880220027f00000c8802200167000000000121016f0000000102400210000000000121019f000019700000013d0000001601000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001502000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000021041b000000400100043d0000002002100039000000140300002900000000003204350000001502000029000000000021043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d02000039000000040300003900000c140400004100000000050004110000001606000029000000000700001900000e1b0000013d000000400100043d000000200310003900000018020000290000000002020433000000000002004b00000019070000290000183d0000613d000000000400001900000000053400190000000006470019000000000606043300000000006504350000002004400039000000000024004b000018360000413d000000000332001900000c7d0400004100000000004304350000000103200039000000000031043500000c86022001970000000002210019000000400220003900000bad0020009c0000011e0000213d0000000003020019000000000012004b0000011e0000413d001c00000003001d000000400030043f000000200200003900000000022304362ea125d80000040f0000001c02000029000000000121004900000ba90010009c00000ba90100804100000ba90020009c00000ba90200804100000060011002100000004002200210000000000121019f00002ea20001042e000000400100043d00000c130010009c0000011e0000213d0000002002100039000000400020043f0000000000010435000000800100043d000000000001004b00001b9f0000c13d000000400100043d000000400200003900000000022104360000004003100039000000800400043d00000000004304350000006003100039000000000004004b000018730000613d000000800500003900000000060000190000002005500039000000000705043300000000037304360000000106600039000000000046004b0000186d0000413d000000000413004900000000004204350000001a0200002900000000040204330000000002430436000000000004004b000018820000613d00000000030000190000001a060000290000002006600039000000000506043300000000025204360000000103300039000000000043004b0000187c0000413d000000000212004900000ba90020009c00000ba902008041000000600220021000000ba90010009c00000ba9010080410000004001100210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000121019f00000bb2011001c70000800d02000039000000040300003900000c590400004100000000050004110000001806000029000000000700001900000e1b0000013d00000c87012001970000000c020000290000000000120435000000150000006b000000200200003900000000020060390000003f0120003900000c86021001970000001401200029000000000021004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000001301000029000000e001100039000c00000001001d000000140200002900000000002104350000001b01000029000000000010043f0000001001000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000b00000001001d0000001b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d000a00000002001d00000c4c0020009c0000011e0000213d000000000101043b0000000a030000290000010002300039000000400020043f000000000201041a00000000042304360000000102100039000000000202041a000500000004001d00000000002404350000000202100039000000000202041a0000004004300039000400000004001d00000000002404350000000302100039000000000202041a0000006004300039001400000004001d00000000002404350000000402100039000000000202041a0000008004300039000900000004001d00000000002404350000000502100039000000000202041a000000a004300039000800000004001d0000000000240435000000c0033000390000000602100039000000000202041a00000bac02200197000700000003001d00000000002304350000000701100039000000000201041a000000010320019000000001042002700000007f0440618f001500000004001d0000001f0040008c00000000040000390000000104002039000000000442013f00000001004001900000062c0000c13d000000400400043d000600000004001d00000015050000290000000004540436000300000004001d000000000003004b00001db10000613d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001505000029000000000005004b0000000002000019000000030600002900001db70000613d000000000101043b00000000020000190000000003260019000000000401041a000000000043043500000001011000390000002002200039000000000052004b000019160000413d00001db70000013d0000001c0300002900000000010000190000000002010019000000010110003a00000c130000613d000000090030008c0000000a0330011a000019200000213d00000c7e0020009c0000011e0000213d00000c86042001970000005f0240003900000c8603200197000000400200043d0000000003320019000000000023004b0000000005000039000000010500403900000bad0030009c0000011e0000213d00000001005001900000011e0000c13d000000400030043f0000000003120436000000200440003900000c86054001980000001f0440018f000019420000613d0000000005530019000000000600003100000001066003670000000007030019000000006806043c0000000007870436000000000057004b0000193e0000c13d000000000004004b0000001c07000029000000000001004b00000c130000613d000000010110008a0000000004020433000000000014004b000025540000a13d0000000004310019000000090070008c0000000a5770011a000000f805500210000000000604043300000c7f06600197000000000565019f00000c7d055001c70000000000540435000019440000213d0000136f0000013d000000010320008a0000000503300270000000000431001900000020030000390000000104400039000000190600002900000000056300190000000005050433000000000051041b00000020033000390000000101100039000000000041004b0000195b0000c13d0000001b0020006c0000196d0000813d0000001b020000290000000302200210000000f80220018f00000c880220027f00000c880220016700000019033000290000000003030433000000000223016f000000000021041b0000001b01000029000000010110021000000001011001bf0000000102000039000000000012041b0000001c0100002900000bac061001970000000601000039000000000201041a00000bb103200197000000000363019f000000000031041b000000400100043d001c00000001001d000000000100041400000bac0520019700000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000030300003900000bb304000041001b00000006001d2ea12e920000040f0000000100200190000000b40000613d000000160100002900000baf01100197000027110010008c000019900000413d0000001c03000029000000240230003900000000001204350000016d0000013d0000000702000039000000000302041a00000bb4033001970000001604000029000000a00440021000000bb504400197000000000334019f000000170400002900000bac05400197000000000353019f000000000032041b000000400200043d000000000012043500000ba90020009c00000ba9020080410000004001200210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000020300003900000bb6040000412ea12e920000040f0000000100200190000000b40000613d000000150100002900000bac0510019800000b500000613d0000000c01000039000000000201041a00000bb102200197000000000252019f000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000020300003900000bb7040000412ea12e920000040f0000000100200190000000b40000613d000000000000043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c870220019700000001022001bf000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d020000390000000403000039000000000700041100000bb90400004100000000050000190000001b060000292ea12e920000040f0000000100200190000000b40000613d000000000000043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a001c00000002001d000000010220003a00000c130000613d000000000021041b000000000000043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000bb1022001970000001b022001af000000000021041b000000000000043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f0000000201100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000021041b00000bba01000041000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c870220019700000001022001bf000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000040300003900000bb90400004100000bba050000410000001b0600002900000000070004112ea12e920000040f0000000100200190000000b40000613d00000bba01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a001c00000002001d000000010220003a00000c130000613d000000000021041b00000bba01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000bb1022001970000001b022001af000000000021041b00000bba01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f0000000201100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000021041b00000bbb01000041000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c870220019700000001022001bf000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000040300003900000bb90400004100000bbb050000410000001b0600002900000000070004112ea12e920000040f0000000100200190000000b40000613d00000bbb01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a001c00000002001d000000010220003a00000c130000613d000000000021041b00000bbb01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000bb1022001970000001b022001af000000000021041b00000bbb01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f0000000201100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000021041b00000bbb01000041000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000000043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a00000c870220019700000001022001bf000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d02000039000000040300003900000bb90400004100000bbb05000041000000000600001900000000070004112ea12e920000040f0000000100200190000000b40000613d00000bbb01000041000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a001c00000002001d000000010220003a00000c130000613d000000000021041b00000bbb01000041000000000010043f0000001501000039000000200010043f000000400200003900000000010000192ea12e7d0000040f0000001c02000029000000000020043f0000000101100039000000200010043f000000000100001900000040020000392ea12e7d0000040f000000000201041a00000bb102200197000000000021041b00000bbb01000041000000000010043f0000001501000039000000200010043f000000000100001900000040020000392ea12e7d0000040f000000000000043f0000000201100039000000200010043f000000000100001900000040020000392ea12e7d0000040f0000001c02000029000000000021041b000000190100003900000bbb02000041000000000021041b00000bba010000410000001a02000039000000000012041b00000020010000390000010000100443000001200000044300000bbc0100004100002ea20001042e00000000030000190000001a020000290000000001020433000000000031004b000025540000a13d001b00000003001d000000050130021000000019021000290000000002020433001c00000002001d000000a0011000390000000001010433000000000010043f0000001201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001c0220006c00000c130000413d000000000021041b0000001b030000290000000103300039000000800100043d000000000013004b0000001a0200002900001ba10000413d000000000001004b000018620000613d00000000020000190000001a010000290000000001010433000000000021004b000025540000a13d001700000002001d0000000501200210000000a0021000390000000002020433001c00000002001d00000019011000290000000001010433001b00000001001d0000001801000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a001b001b001000740000106d0000413d0000001801000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000021041b00000017020000290000000102200039000000800100043d000000000012004b00001bc50000413d000018620000013d0000001701000029000000000010043f0000000301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000200041100000bac02200197000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000012980000613d000000800100043d0000097f0000013d000000100000006b000000000100001900001c380000613d000000150100002900000000010104330000001004000029000000030240021000000c880220027f00000c8802200167000000000121016f0000000102400210000000000121019f00001d480000013d00000080010000390000001c020000292ea128b20000040f0000000001010433000000400200043d00000c1c03000041000000000032043500000004032000390000000000130435000001410000013d001b00000006001d00000c2d010000410000000000100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c2e011001c70000800b020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b001800000001001d0000000d010000290000000001010433000000000001004b00000013050000290000001c0600002900001c660000613d000000000200001900000000036200190000000004520019000000000404043300000000004304350000002002200039000000000012004b00001c5f0000413d000000000161001900000000000104350000001a02100029000000190300002900000001033003670000001a0000006b00001c730000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b00001c6f0000c13d000000160000006b00001c7e0000613d0000001a0330036000000000040204330000000b044001f00000000b04400250000000000303043b0000000c033002500000000c033001f0000000000343019f00000000003204350000000f01100029000000180200002900000000002104350000001b03000029000000000131004900000000001304350000003f0110003900000c86021001970000000001320019000000000021004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000001c0100002900000ba90010009c00000ba90100804100000040011002100000001b02000029000000000202043300000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000400200043d001c00000002001d000000000101043b0000000a0010006c00001fd50000c13d0000001c0100002900000c130010009c0000011e0000213d0000001c010000290000002002100039001b00000002001d000000400020043f00000000000104350000000e01000029000000000010043f0000000e01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b001a00000001001d0000001c010000290000000001010433001900000001001d00000bad0010009c0000011e0000213d0000001a01000029000000000101041a000000010010019000000001021002700000007f0220618f001800000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000062c0000c13d0000001801000029000000200010008c00001cef0000413d0000001a01000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d00000019030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000018010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00001cef0000813d000000000002041b0000000102200039000000000012004b00001ceb0000413d0000001901000029000000200010008c0000205a0000413d0000001a01000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000200200008a0000001902200180000000000101043b000020c00000c13d0000002003000039000020cc0000013d000000170000006b00001e170000c13d000000000001004b0000001a0200002900001e180000613d00000000030000190000000001020433000000000031004b000025540000a13d001c00000003001d000000050130021000000019021000290000000002020433001b00000002001d000000a0011000390000000001010433000000000010043f0000001201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001b03000029000000000032001a00000c130000413d0000000002320019000000000021041b0000001c030000290000000103300039000000800100043d000000000013004b0000001a0200002900001d090000413d00001e180000013d000000010320008a0000000503300270000000000431001900000020030000390000000104400039000000160600002900000000056300190000000005050433000000000051041b00000020033000390000000101100039000000000041004b00001d330000c13d000000100020006c00001d450000813d00000010020000290000000302200210000000f80220018f00000c880220027f00000c880220016700000016033000290000000003030433000000000223016f000000000021041b0000001001000029000000010110021000000001011001bf0000001102000029000000000012041b0000001c010000290000000d02000039000000000012041b000000000001004b00000c130000613d000000400100043d00000060021000390000001b0300002900000000003204350000002002100039000000600300003900000000003204350000001c02000029000000010220008a00000000002104350000008003100039000000120430002900000001020003670000001a05200360000000120000006b00001d650000613d000000000605034f0000000007030019000000006806043c0000000007870436000000000047004b00001d610000c13d000000190000006b00001d730000613d000000120550036000000019060000290000000306600210000000000704043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f00000000005404350000001b043000290000000000040435000000140330002900000000041300490000004005100039000000000045043500000017042003600000001806000029000000000263043600000c86056001980000001f0660018f000000000352001900001d860000613d000000000704034f0000000008020019000000007907043c0000000008980436000000000038004b00001d820000c13d000000000006004b00001d930000613d000000000454034f0000000305600210000000000603043300000000065601cf000000000656022f000000000404043b0000010005500089000000000454022f00000000045401cf000000000464019f000000000043043500000018040000290000001f0340003900000c8603300197000000000442001900000000000404350000000003130049000000000223001900000ba90020009c00000ba902008041000000600220021000000ba90010009c00000ba9010080410000004001100210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c70000800d02000039000000020300003900000c290400004100000013050000292ea12e920000040f0000000100200190000000b40000613d000000400100043d0000001c020000290000045b0000013d00000c870120019700000003020000290000000000120435000000150000006b000000200200003900000000020060390000003f0120003900000c86021001970000000601200029000000000021004b0000000002000039000000010200403900000bad0010009c0000011e0000213d00000001002001900000011e0000c13d000000400010043f0000000a01000029000000e0011000390000000602000029000000000021043500000008010000290000000001010433000600000001001d00000014010000290000000001010433000300000001001d0000000701000029000000000101043300080bac0010019b00000009010000290000000001010433000900000001001d000000000001004b00001f5f0000c13d001600060000002d001800080000002d0000001b01000029000000000010043f0000001001000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000000010043f0000001101000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000200041100000bac02200197001500000002001d000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000190200002900000bac02200197000000180020006b000020460000c13d0000001603000029000000170030006c000020460000c13d0000001a0000006b00001e100000613d000000000101041a0000001a0010002a00000c130000413d0000001a01100029000000030010006c0000204a0000a13d000000400100043d000000440210003900000c6d0300004100000000003204350000002402100039000000040300003900000c8d0000013d0000001a02000029000000000001004b00001ef00000c13d000000400100043d000000400200003900000000022104360000004003100039000000800400043d00000000004304350000006003100039000000000004004b00001e2b0000613d000000800500003900000000060000190000002005500039000000000705043300000000037304360000000106600039000000000046004b00001e250000413d000000000413004900000000004204350000001a0200002900000000040204330000000002430436000000000004004b00001e3a0000613d00000000030000190000001a050000290000002005500039000000000605043300000000026204360000000103300039000000000043004b00001e340000413d000000000212004900000ba90020009c00000ba902008041000000600220021000000ba90010009c00000ba9010080410000004001100210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000121019f00000bb2011001c70000800d02000039000000040300003900000c59040000410000000005000411000000170600002900000014070000292ea12e920000040f0000000100200190000000b40000613d00000c1d01000041000000000010044300000018010000290000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b000000000001004b00000e1e0000613d000000400400043d0000004401400039000000a002000039000000000021043500000024014000390000001702000029000000000021043500000c77010000410000000000140435000000000100041100000bac0210019700000004014000390000000000210435000000a402400039000000800300043d0000000000320435001c00000004001d000000c402400039000000000003004b00001e7d0000613d000000800400003900000000050000190000002004400039000000000604043300000000026204360000000105500039000000000035004b00001e770000413d00000000031200490000001c04000029000000640440003900000000003404350000001a0300002900000000030304330000000002320436000000000003004b00001e8e0000613d00000000040000190000001a060000290000002006600039000000000506043300000000025204360000000104400039000000000034004b00001e880000413d00000000011200490000001c0300002900000084033000390000000000130435000000130100002900000000030104330000000001320436000000000003004b000000120600002900001ea00000613d000000000200001900000000041200190000000005620019000000000505043300000000005404350000002002200039000000000032004b00001e990000413d000000000213001900000000000204350000001f0230003900000c86022001970000001c030000290000000001310049000000000121001900000ba90010009c00000ba901008041000000600110021000000ba90030009c00000ba90200004100000000020340190000004002200210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000014020000292ea12e920000040f000000600310027000000ba903300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000001c0570002900001ec50000613d000000000801034f0000001c09000029000000008a08043c0000000009a90436000000000059004b00001ec10000c13d000000000006004b00001ed20000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000001ff00000613d0000001f01400039000000600110018f0000001c04100029000000000014004b0000000001000039000000010100403900000bad0040009c0000011e0000213d00000001001001900000011e0000c13d0000000002040019000000400040043f000000200030008c000000b40000413d0000001c01000029000000000101043300000c2000100198000000b40000c13d00000c210110019700000c770010009c00000e1e0000613d00000c1601000041001b00000002001d000000000012043500000004012000392ea12e680000040f0000001b0200002900000e8c0000013d00000000030000190000000001020433000000000031004b000025540000a13d001600000003001d0000000501300210000000a0021000390000000002020433001c00000002001d00000019011000290000000001010433001b00000001001d0000001701000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a0015001b001000740000106d0000413d0000001701000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001502000029000000000021041b0000001401000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001c02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001b03000029000000000032001a00000c130000413d0000000002320019000000000021041b00000016030000290000000103300039000000800100043d000000000013004b0000001a0200002900001ef10000413d00001e1a0000013d00000001010003670000001602100360000000000302043b0000000002000031000000180420006a000000230440008a00000bae0540019700000bae06300197000000000756013f000000000056004b000000000500001900000bae05004041000000000043004b000000000400001900000bae0400804100000bae0070009c000000000504c019000000000005004b000000b40000c13d0000001603300029000000000431034f000000000404043b001500000004001d00000bad0040009c000000b40000213d000000150400002900000005044002100000000002420049000000200630003900000bae0320019700000bae04600197000000000534013f000000000034004b000000000300001900000bae03004041001400000006001d000000000026004b000000000200001900000bae0200204100000bae0050009c000000000302c019000000000003004b000000b40000c13d0000001602000029000700600020003d0000000702100360000000000202043b00000bac0020009c000000b40000213d000000070400002900010040004000920000000103100360000000000303043b00020020004000920000000201100360000000000401043b0000006002200210000000400100043d00000074051000390000000000250435000000540210003900000000004204350000000002000411000000600420021000000020021000390000000000420435000000340410003900000000003404350000006803000039000000000031043500000c5c0010009c0000011e0000213d000000a003100039000000400030043f00000ba90020009c00000ba9020080410000004002200210000000000101043300000ba90010009c00000ba9010080410000006001100210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000150000006b0000207c0000c13d000000090010006c00001dd40000c13d00000001010003670000000102100360000000000202043b000000000002004b00000000030200190000000303006029000300000003001d0000000202100360000000000302043b001600000003001d00000c880030009c00001dd40000613d0000000701100360000000000101043b001800000001001d00000bac0010009c000000b40000213d000000180000006b0000000801006029001800000001601d00001dd60000013d0000001c010000290000002001100039001b00000001001d0000000d0200002900000019030000290000000f0400002900000018050000292ea129730000040f0000001c030000290000000002310049000000200120008a000000000013043500000000010300192ea1258c0000040f0000001c0100002900000000020104330000001b010000292ea12e7d0000040f00000c2f02000041000000400300043d000000000023043500000004023000390000000a04000029000000000042043500000024023000390000000000120435000001720000013d000000040430008c0000203f0000413d000000000200043d00000c2002200197000000000501043b00000c2105500197000000000225019f000000000020043f00000c210220019700000c160020009c0000203f0000c13d000000440030008c0000203f0000413d000000040510037000000c86064001980000001f0740018f000000400100043d0000000002610019000020230000613d000000000805034f0000000009010019000000008a08043c0000000009a90436000000000029004b000020050000c13d000020230000013d000000040430008c0000203f0000413d000000000200043d00000c2002200197000000000501043b00000c2105500197000000000225019f000000000020043f00000c210220019700000c160020009c0000203f0000c13d000000440030008c0000203f0000413d000000040510037000000c86064001980000001f0740018f000000400100043d0000000002610019000020230000613d000000000805034f0000000009010019000000008a08043c0000000009a90436000000000029004b0000201f0000c13d000000000007004b000020300000613d000000000565034f0000000306700210000000000702043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000520435000000000501043300000bad0050009c0000203f0000213d0000002402500039000000000032004b0000203f0000213d0000000002150019000000000302043300000bad0030009c0000203f0000213d000000000441001900000000063200190000002006600039000000000046004b000020ac0000a13d000000400200043d001c00000002001d00000c1601000041000000000012043500000004012000392ea12e720000040f00000e8b0000013d000000400100043d000000440210003900000c6e03000041000010700000013d000000040100002900000000010104330000001a0010002a00000c130000413d0000001a0110002900000005020000290000000002020433000000000021004b000020670000a13d000000400100043d000000440210003900000c6c03000041000000000032043500000024021000390000000a0300003900000c8d0000013d000000190000006b0000000001000019000020da0000613d0000001903000029000000030130021000000c880110027f00000c88011001670000001b020000290000000002020433000000000112016f0000000102300210000000000121019f000020da0000013d0000000a010000290000000001010433001900000001001d00000c5d010000410000000000100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c2e011001c70000800b020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b000000190010006b000021460000a13d000000400100043d000000440210003900000c6b030000410000008e0000013d001800000000001d0000000002000019000020920000013d000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000160200002900000001022001bf000000000101043b00000018040000290000000104400039001800000004001d000000150040006c00001fbe0000813d0016000100200218000000000002004b000020980000613d00000016022000f9000000020020008c00000c130000c13d0000001802000029000000050220021000000014022000290000000102200367000000000202043b000000000021004b0000207f0000213d000000000010043f000000200020043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d00000016020000290000208c0000013d00000000033500190000003f0330003900000c86033001970000000004130019000000000034004b0000000001000039000000010100403900000bad0040009c0000011e0000213d00000001001001900000011e0000c13d0000000003040019000000400040043f000000000002004b0000203f0000613d00000c1601000041001c00000003001d00000000001304350000000401300039000011d20000013d000000010320008a00000005033002700000000004310019000000200300003900000001044000390000001c053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b000020c50000c13d000000190020006c000020d70000813d00000019020000290000000302200210000000f80220018f00000c880220027f00000c88022001670000001c033000290000000003030433000000000223016f000000000021041b0000001901000029000000010110021000000001011001bf0000001a02000029000000000012041b0000000e01000029000000000010043f0000000b01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000101041a000000ff00100190000021400000c13d0000000e01000029000000000010043f0000000a01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b001c00000001001d0000000d010000290000000001010433001b00000001001d00000bad0010009c0000011e0000213d0000001c01000029000000000101041a000000010010019000000001021002700000007f0220618f001a00000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000062c0000c13d0000001a01000029000000200010008c0000212c0000413d0000001c01000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d0000001b030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b0000001a010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000212c0000813d000000000002041b0000000102200039000000000012004b000021280000413d0000001b010000290000001f0010008c000021e20000a13d0000001c01000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000200200008a0000001b02200180000000000101043b000021ef0000c13d0000002003000039000021fb0000013d000000400100043d00000c3002000041000000000021043500000004021000390000000e0300002900000e9b0000013d000000120100002900000000010104330000001a0010002a00000c130000413d0000001a01100029000000120200002900000000001204350000000b01000029000000000010043f0000001101000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001502000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001a0020002a00000c130000413d0000001a02200029000000000021041b0000001b01000029000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d00000013020000290000000002020433000000000101043b000000000021041b000000110200002900000000020204330000000103100039000000000023041b000000120200002900000000020204330000000203100039000000000023041b000000100200002900000000020204330000000303100039000000000023041b0000000f0200002900000000020204330000000403100039000000000023041b0000000d0200002900000000020204330000000503100039000000000023041b0000000e02000029000000000202043300000bac022001970000000603100039000000000403041a00000bb104400197000000000224019f000000000023041b0000000c020000290000000002020433001900000002001d0000000032020434001400000003001d001600000002001d00000bad0020009c0000011e0000213d0000000701100039001300000001001d000000000101041a000000010010019000000001021002700000007f0220618f001200000002001d0000001f0020008c00000000020000390000000102002039000000000121013f00000001001001900000062c0000c13d0000001201000029000000200010008c000021ce0000413d0000001301000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d00000016030000290000001f023000390000000502200270000000200030008c0000000002004019000000000301043b00000012010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b000021ce0000813d000000000002041b0000000102200039000000000012004b000021ca0000413d0000001601000029000000200010008c000022400000413d0000001301000029000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000200200008a0000001602200180000000000101043b000022970000c13d0000002003000039000022a30000013d0000001b0000006b0000000001000019000021e70000613d000000130100002900000000010104330000001b04000029000000030240021000000c880220027f00000c8802200167000000000121016f0000000102400210000000000121019f000022090000013d000000010320008a00000005033002700000000004310019000000200300003900000001044000390000000d053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b000021f40000c13d0000001b0020006c000022060000813d0000001b020000290000000302200210000000f80220018f00000c880220027f00000c88022001670000000d033000290000000003030433000000000223016f000000000021041b0000001b01000029000000010110021000000001011001bf0000001c02000029000000000012041b0000000903000039000000000203041a000000400400043d0000000001240436000000000030043f000000000002004b00000000030100190000221c0000613d00000c310500004100000000030100190000000006000019000000000705041a000000000373043600000001055000390000000106600039000000000026004b000022160000413d00000000034300490000001f0330003900000c86053001970000000003450019000000000053004b0000000005000039000000010500403900000bad0030009c0000011e0000213d00000001005001900000011e0000c13d000000400030043f000000000002004b000022360000613d00000000040404330000000005000019000000000054004b000025540000a13d0000000506500210000000000616001900000000060604330000000e0060006c0000224d0000613d0000000105500039000000000025004b0000222c0000413d00000c2b01000041000000000013043500000004013000390000000e02000029000000000021043500000ba90030009c00000ba903008041000000400130021000000c1a011001c700002ea300010430000000160000006b0000000001000019000022b10000613d0000001603000029000000030130021000000c880110027f00000c880110016700000014020000290000000002020433000000000112016f0000000102300210000000000121019f000022b10000013d000000000005004b0000000002000019000022560000613d000000010250008a000000000024004b000025540000a13d00000005022002100000000001120019000000000201043300000020013000390000000e040000290000000000410435000000000023043500000ba90030009c00000ba9030080410000004001300210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d02000039000000010300003900000c32040000412ea12e920000040f0000000100200190000000b40000613d000000400100043d000000200200003900000000032104360000000d02000029000000000202043300000000002304350000004003100039000000000002004b0000227a0000613d000000000400001900000000053400190000001306400029000000000606043300000000006504350000002004400039000000000024004b000022730000413d0000001f0420003900000c860440019700000000023200190000000000020435000000400240003900000ba90020009c00000ba902008041000000600220021000000ba90010009c00000ba9010080410000004001100210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c70000800d02000039000000020300003900000c330400004100000010050000292ea12e920000040f0000000100200190000000b40000613d000000400100043d001c00000001001d0000000d0200002900000ba00000013d000000010320008a000000050330027000000000043100190000002003000039000000010440003900000019053000290000000005050433000000000051041b00000020033000390000000101100039000000000041004b0000229c0000c13d000000160020006c000022ae0000813d00000016020000290000000302200210000000f80220018f00000c880220027f00000c880220016700000019033000290000000003030433000000000223016f000000000021041b0000001601000029000000010110021000000001011001bf0000001302000029000000000012041b000000170000006b000022bf0000c13d0000000001000416000000000001004b0000243a0000613d000000400100043d000000440210003900000c690300004100000000003204350000002402100039000000060300003900000c8d0000013d00000017020000290000001a032000b90000001a013000fa000000000021004b00000c130000c13d000000180100002900000c5e0010009c000023090000c13d0000000001000416000000000031004b000023450000c13d000000000001004b0000243a0000613d0000000c01000039000000000101041a00000bac04100197000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c700008009020000390000000003000416001900000004001d00000000050000192ea12e920000040f000000600310027000000ba903300198000023010000613d0000001f0430003900000baa044001970000003f0440003900000c3f04400197000000400500043d0000000004450019000000000054004b0000000006000039000000010600403900000bad0040009c0000011e0000213d00000001006001900000011e0000c13d000000400040043f0000001f0430018f000000000635043600000bab053001980000000003560019000022f40000613d000000000701034f000000007807043c0000000006860436000000000036004b000022f00000c13d000000000004004b000023010000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f000000000013043500000001002001900000243a0000c13d000000400100043d00000024021000390000000003000416000000000032043500000c6802000041000005ab0000013d0000000001000416000000000001004b000023450000c13d000000000003004b0000243a0000613d0000000c01000039000000000101041a00000bac05100197000000150050006b0000243a0000613d000000400100043d0000004406100039000000240710003900000020021000390000000004000410000000150040006b000000c004100039001900a00010003d000023490000c13d00000c62080000410000000000820435000000000057043500000000003604350000004403000039000000000031043500000c1b0010009c0000011e0000213d0000008003100039000000400030043f001600000003001d00000c120030009c0000011e0000213d000000400040043f00000020030000390000001604000029000000000034043500000c61030000410000001904000029000000000034043500000ba90020009c00000ba9020080410000004002200210000000000101043300000ba90010009c00000ba9010080410000006001100210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000121019f00000018020000292ea12e920000040f000000600310027000000ba903300198000023740000c13d001700600000003d001900800000003d0000239d0000013d000000400100043d000000440210003900000c670300004100000c8a0000013d00000c5f080000410000000000820435000000150800002900000000008704350000000000560435000000640510003900000000003504350000006403000039000000000031043500000c5c0010009c0000011e0000213d0000001903000029000000400030043f00000c600010009c0000011e0000213d000000e003100039000000400030043f00000020030000390000001905000029000000000035043500000c6103000041000000000034043500000ba90020009c00000ba9020080410000004002200210000000000101043300000ba90010009c00000ba9010080410000006001100210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000121019f00000018020000292ea12e920000040f000000600310027000000ba903300198000023bd0000c13d001600600000003d001700800000003d000023e60000013d0000001f0430003900000baa044001970000003f0440003900000c3f04400197000000400500043d0000000004450019001700000005001d000000000054004b0000000005000039000000010500403900000bad0040009c0000011e0000213d00000001005001900000011e0000c13d000000400040043f0000001f0430018f0000001705000029000000000635043600000bab05300198001900000006001d0000000003560019000023900000613d000000000601034f0000001907000029000000006806043c0000000007870436000000000037004b0000238c0000c13d000000000004004b0000239d0000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f0000000000130435000000170100002900000000010104330000000100200190000024030000613d000000000001004b000023b70000c13d00000c1d01000041000000000010044300000018010000290000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b000000000001004b000023fc0000613d00000017010000290000000001010433000000000001004b0000243a0000613d00000c2c0010009c000000b40000213d000000200010008c000000b40000413d00000019010000290000241e0000013d0000001f0430003900000baa044001970000003f0440003900000c3f04400197000000400500043d0000000004450019001600000005001d000000000054004b0000000005000039000000010500403900000bad0040009c0000011e0000213d00000001005001900000011e0000c13d000000400040043f0000001f0430018f0000001605000029000000000635043600000bab05300198001700000006001d0000000003560019000023d90000613d000000000601034f0000001707000029000000006806043c0000000007870436000000000037004b000023d50000c13d000000000004004b000023e60000613d000000000151034f0000000304400210000000000503043300000000054501cf000000000545022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000151019f00000000001304350000001601000029000000000101043300000001002001900000240c0000613d000000000001004b000024190000c13d00000c1d01000041000000000010044300000018010000290000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f00000001002001900000255a0000613d000000000101043b000000000001004b000024150000c13d000000400100043d000000440210003900000c6603000041000000000032043500000024021000390000001d0300003900000c8d0000013d000000000001004b0000244a0000c13d000000400200043d001c00000002001d00000c1601000041000000000012043500000004012000390000001602000029000011d20000013d000000000001004b0000244c0000c13d000000400200043d001c00000002001d00000c1601000041000000000012043500000004012000390000001902000029000011d20000013d00000016010000290000000001010433000000000001004b0000243a0000613d00000c2c0010009c000000b40000213d000000200010008c000000b40000413d00000017010000290000000001010433000000000001004b0000000002000039000000010200c039000000000021004b000000b40000c13d000000000001004b0000243a0000c13d000000400100043d000000640210003900000c63030000410000000000320435000000440210003900000c6403000041000000000032043500000024021000390000002a03000039000000000032043500000c1602000041000000000021043500000004021000390000002003000039000000000032043500000ba90010009c00000ba901008041000000400110021000000c65011001c700002ea300010430000000400100043d001000000001001d00000c130010009c0000011e0000213d00000010020000290000002001200039001200000001001d000000400010043f0000000000020435000000400100043d001700000001001d0000001c0100002900110bac0010019c000024510000c13d00000017030000290000035b0000013d00000019020000290000244d0000013d000000170200002900000ba90020009c00000ba9020080410000004002200210000013e40000013d000000170100002900000c120010009c0000011e0000213d00000017020000290000004001200039000000400010043f000000010100003900000000031204360000001b02000029001400000003001d0000000000230435000000400200043d001600000002001d00000c120020009c0000011e0000213d00000016030000290000004002300039000000400020043f00000000021304360000001a01000029001300000002001d000000000012043500000017010000290000000001010433000000000001004b0000248f0000613d001900000000001d00000016010000290000000001010433000000190010006c000025540000a13d00000019010000290000000501100210000000140210002900000013011000290000000001010433001800000001001d0000000001020433000000000010043f0000001201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a000000180020002a00000c130000413d0000001802200029000000000021041b0000001902000029001900010020003d00000017010000290000000001010433000000190010006b0000246c0000413d0000001101000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b0000001b02000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000000b40000613d000000000101043b000000000201041a0000001a0020002a00000c130000413d0000001a030000290000000002320019000000000021041b000000400100043d000000200210003900000000003204350000001b02000029000000000021043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d02000039000000040300003900000c14040000410000000005000411000000000600001900000011070000292ea12e920000040f0000000100200190000000b40000613d00000c1d0100004100000000001004430000001c010000290000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f00000001002001900000255a0000613d000000400200043d001c00000002001d000000000101043b000000000001004b000025410000613d0000001c030000290000008401300039000000a002000039000000000021043500000064013000390000001a02000029000000000021043500000044013000390000001b02000029000000000021043500000c1f0100004100000000001304350000000401300039000000150200002900000000002104350000002401300039000000000001043500000010010000290000000001010433000000a4023000390000000000120435000000c402300039000000000001004b000024f90000613d000000000300001900000000042300190000001205300029000000000505043300000000005404350000002003300039000000000013004b000024f20000413d0000001f0310003900000c860330019700000000012100190000000000010435000000c40130003900000ba90010009c00000ba90100804100000060011002100000001c0200002900000ba90020009c00000ba9020080410000004002200210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000011020000292ea12e920000040f000000600310027000000ba903300197000000200030008c000000200400003900000000040340190000001f0640018f00000020074001900000001c057000290000251c0000613d000000000801034f0000001c09000029000000008a08043c0000000009a90436000000000059004b000025180000c13d000000000006004b000025290000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f000000000065043500000001002001900000255b0000613d0000001f01400039000000600110018f0000001c04100029000000000014004b0000000001000039000000010100403900000bad0040009c0000011e0000213d00000001001001900000011e0000c13d0000000002040019000000400040043f000000200030008c000000b40000413d0000001c01000029000000000101043300000c2000100198000000b40000c13d00000c210110019700000c1f0010009c000025750000c13d001c00000002001d0000001a010000290000001c02000029000000000012043500000ba90020009c00000ba9020080410000004001200210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb0011001c70000800d02000039000000040300003900000c6a04000041000000000500041100000011060000290000001b0700002900000e1b0000013d00000c1901000041000000000010043f0000003201000039000000040010043f00000c1a0100004100002ea300010430000000000001042f000000040430008c0000203f0000413d000000000200043d00000c2002200197000000000501043b00000c2105500197000000000225019f000000000020043f00000c210220019700000c160020009c0000203f0000c13d000000440030008c0000203f0000413d000000040510037000000c86064001980000001f0740018f000000400100043d0000000002610019000020230000613d000000000805034f0000000009010019000000008a08043c0000000009a90436000000000029004b000025700000c13d000020230000013d00000c1601000041001900000002001d000000000012043500000004012000392ea12e680000040f000000190200002900000e8c0000013d00000bac02200197000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000258a0000613d000000000101043b000000000001042d000000000100001900002ea3000104300000001f0220003900000c86022001970000000001120019000000000021004b0000000002000039000000010200403900000bad0010009c000025980000213d0000000100200190000025980000c13d000000400010043f000000000001042d00000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea3000104300000000505000039000000000405041a000000010640019000000001024002700000007f0220618f0000001f0020008c00000000010000390000000101002039000000000016004b000025cc0000c13d000000400100043d0000000003210436000000000006004b000025b90000613d000000000050043f000000000002004b000025bf0000613d00000c480500004100000000040000190000000006430019000000000705041a000000000076043500000001055000390000002004400039000000000024004b000025b10000413d000025c00000013d00000c87044001970000000000430435000000000002004b00000020040000390000000004006039000025c00000013d00000000040000190000003f0240003900000c86032001970000000002130019000000000032004b0000000003000039000000010300403900000bad0020009c000025d20000213d0000000100300190000025d20000c13d000000400020043f000000000001042d00000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea30001043000000000430104340000000001320436000000000003004b000025e40000613d000000000200001900000000051200190000000006240019000000000606043300000000006504350000002002200039000000000032004b000025dd0000413d000000000213001900000000000204350000001f0230003900000c86022001970000000001210019000000000001042d00000020030000390000000004310436000000003202043400000000002404350000004001100039000000000002004b000025f90000613d000000000400001900000000051400190000000006430019000000000606043300000000006504350000002004400039000000000024004b000025f20000413d000000000312001900000000000304350000001f0220003900000c86022001970000000001120019000000000001042d0000001f03100039000000000023004b000000000400001900000bae0400404100000bae0520019700000bae03300197000000000653013f000000000053004b000000000300001900000bae0300204100000bae0060009c000000000304c019000000000003004b000026170000613d0000000103100367000000000303043b00000bad0030009c000026170000213d00000020011000390000000004310019000000000024004b000026170000213d0000000002030019000000000001042d000000000100001900002ea30001043000000c2c0010009c000026320000213d000000430010008c000026320000a13d00000001030003670000000402300370000000000402043b0000002402300370000000000202043b00000bad0020009c000026320000213d0000002305200039000000000015004b000026320000813d0000000405200039000000000353034f000000000303043b00000bad0030009c000026320000213d00000024022000390000000005230019000000000015004b000026320000213d0000000001040019000000000001042d000000000100001900002ea3000104300003000000000002000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b000026730000c13d000000400500043d0000000004650436000000000003004b0000265e0000613d000100000004001d000300000006001d000200000005001d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f00000001002001900000267f0000613d0000000306000029000000000006004b000026640000613d000000000201043b0000000001000019000000020500002900000001070000290000000003170019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000026560000413d000026660000013d00000c87012001970000000000140435000000000006004b00000020010000390000000001006039000026660000013d000000000100001900000002050000290000003f0110003900000c86021001970000000001520019000000000021004b0000000002000039000000010200403900000bad0010009c000026790000213d0000000100200190000026790000c13d000000400010043f0000000001050019000000000001042d00000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea300010430000000000100001900002ea3000104300013000000000002001300000006001d000700000005001d000800000004001d000e00000003001d000d00000002001d000900000001001d000000000010043f0000000f01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000400200043d000f00000002001d00000c890020009c000028140000813d000000000101043b0000000f030000290000010002300039000000400020043f000000000201041a00000000042304360000000102100039000000000202041a000600000004001d00000000002404350000000202100039000000000202041a0000004004300039000500000004001d00000000002404350000000302100039000000000202041a000000600530003900000000002504350000000402100039000000000202041a000000800630003900000000002604350000000502100039000000000202041a000000a0073000390000000000270435000000c0083000390000000602100039000000000202041a00000bac0220019700000000002804350000000701100039000000000201041a0000000103200190000000010a2002700000007f0aa0618f0000001f00a0008c00000000040000390000000104002039000000000043004b000028210000c13d000000400900043d0000000004a90436000000000003004b000026ea0000613d000400000004001d00120000000a001d000a00000009001d000b00000008001d000c00000007001d001000000006001d001100000005001d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000120a00002900000000000a004b000026f00000613d000000000201043b0000000001000019000000110500002900000010060000290000000c070000290000000b080000290000000a09000029000000040b00002900000000031b0019000000000402041a0000000000430435000000010220003900000020011000390000000000a1004b000026e20000413d000026f60000013d00000c8701200197000000000014043500000000000a004b00000020010000390000000001006039000026f60000013d0000000001000019000000110500002900000010060000290000000c070000290000000b080000290000000a090000290000003f0110003900000c86021001970000000001920019000000000021004b0000000002000039000000010200403900000bad0010009c000028140000213d0000000100200190000028140000c13d000000400010043f0000000f01000029000000e001100039000000000091043500000000020704330000000001050433000c00000001001d0000000001080433000a0bac0010019b0000000003060433000400000003001d000000000003004b000b00000002001d000027b40000613d00000001010003670000001302100360000000000302043b0000000002000031000000130420006a0000001f0440008a00000bae0540019700000bae06300197000000000756013f000000000056004b000000000500001900000bae05004041000000000043004b000000000400001900000bae0400804100000bae0070009c000000000504c019000000000005004b0000280c0000c13d0000001303300029000000000431034f000000000404043b001100000004001d00000bad0040009c0000280c0000213d000000110400002900000005044002100000000002420049000000200630003900000bae0320019700000bae04600197000000000534013f000000000034004b000000000300001900000bae03004041001000000006001d000000000026004b000000000200001900000bae0200204100000bae0050009c000000000302c019000000000003004b0000280c0000c13d0000001302000029000300600020003d0000000302100360000000000202043b00000bac0020009c0000280c0000213d000000030400002900010040004000920000000103100360000000000303043b00020020004000920000000201100360000000000401043b0000006002200210000000400100043d00000074051000390000000000250435000000540210003900000000004204350000000d02000029000000600420021000000020021000390000000000420435000000340410003900000000003404350000006803000039000000000031043500000c5c0010009c000028140000213d000000a003100039000000400030043f00000ba90020009c00000ba9020080410000004002200210000000000101043300000ba90010009c00000ba9010080410000006001100210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000000101043b000000110000006b0000279e0000613d00000000040000190000000002000019000027750000013d0000001304000029000000000101043b0000000104400039000000110040006c0000279e0000813d0000000103200210000000000002004b0000277b0000613d00000000022300d9000000020020008c0000280e0000c13d001200000003001d001300000004001d000000050240021000000010022000290000000102200367000000000202043b000000000021004b000027910000a13d000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000120200002900000001022001bf000027700000013d000000000010043f000000200020043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d0000001202000029000027700000013d000000040010006c000027b40000c13d00000001020003670000000101200360000000000101043b000000000001004b00000000030100190000000c03006029000c00000003001d001300010000003d0000000201200360000000000101043b00000c880010009c000027b50000613d0000000302200360000000000202043b00000bac0020009c0000280c0000213d000000000002004b000b00000001001d000a00000002c01d000027b50000013d001300000000001d0000000901000029000000000010043f0000001001000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000000101043b000000000101041a000000000010043f0000001101000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000000101043b0000000d0200002900000bac02200197000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f00000001002001900000280c0000613d000000000101043b000000080200002900000bac022001970000000a0020006b000028270000c13d0000000b03000029000000070030006c000028270000c13d0000000e02000029000000000002004b0000281a0000613d000000000101041a000000000021001a0000280e0000413d0000000e0200002900000000012100190000000c0010006c0000281a0000213d00000005010000290000000001010433000000000021001a0000280e0000413d0000000e0110002900000006020000290000000002020433000000000021004b0000282e0000213d0000000f010000290000000001010433001200000001001d00000c5d010000410000000000100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c2e011001c70000800b020000392ea12e970000040f0000000100200190000028350000613d000000000101043b000000120010006b000028360000213d0000001301000029000000000001042d000000000100001900002ea30001043000000c1901000041000000000010043f0000001101000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea300010430000000400100043d000000440210003900000c6d030000410000000000320435000000240210003900000004030000390000283c0000013d00000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea300010430000000400100043d000000440210003900000c6e030000410000000000320435000000240210003900000010030000390000283c0000013d000000400100043d000000440210003900000c6c03000041000000000032043500000024021000390000000a030000390000283c0000013d000000000001042f000000400100043d000000440210003900000c6b03000041000000000032043500000024021000390000000e03000039000000000032043500000c1602000041000000000021043500000004021000390000002003000039000000000032043500000ba90010009c00000ba901008041000000400110021000000c17011001c700002ea3000104300000000902000039000000000302041a000000000013004b0000284f0000a13d000000000020043f00000c280110009a000000000101041a000000000001042d000000400200043d00000c2b0300004100000000003204350000000403200039000000000013043500000ba90020009c00000ba902008041000000400120021000000c1a011001c700002ea300010430000000000301001900000000011200a9000000000003004b000028600000613d00000000033100d9000000000023004b000028610000c13d000000000001042d00000c1901000041000000000010043f0000001101000039000000040010043f00000c1a0100004100002ea300010430000000000010043f0000000e01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000028810000613d000000000101043b000000000101041a000000010210019000000001011002700000007f0110618f0000001f0010008c00000000030000390000000103002039000000000032004b000028830000c13d000000000001004b0000000001000039000000010100c039000000000001042d000000000100001900002ea30001043000000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea300010430000000000010043f0000000801000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f0000000100200190000028aa0000613d000000400200043d00000c8a0020009c000028ac0000813d000000000301043b0000004001200039000000400010043f000000000103041a00000bac0110019800000000041204360000000102300039000000000202041a0000000000240435000028a40000613d0000ffff0220018f000000000001042d0000000701000039000000000101041a000000a00210027000000bac011001970000ffff0220018f000000000001042d000000000100001900002ea30001043000000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea3000104300000000003010433000000000023004b000028b90000a13d000000050220021000000000012100190000002001100039000000000001042d00000c1901000041000000000010043f0000003201000039000000040010043f00000c1a0100004100002ea30001043000050000000000020000000043020434000000000031041b00000000030404330000000104100039000000000034041b000000400320003900000000030304330000000204100039000000000034041b000000600320003900000000030304330000000304100039000000000034041b000000800320003900000000030304330000000404100039000000000034041b000000a00320003900000000030304330000000504100039000000000034041b000000c003200039000000000303043300000bac033001970000000604100039000000000504041a00000bb105500197000000000335019f000000000034041b000000e0022000390000000003020433000000005403043400000c8b0040009c0000294e0000813d0000000706100039000000000106041a000000010210019000000001071002700000007f0770618f0000001f0070008c00000000010000390000000101002039000000000012004b000029540000c13d000000200070008c000400000006001d000500000004001d000300000003001d000029100000413d000100000007001d000200000005001d000000000060043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f00000001002001900000295a0000613d00000005040000290000001f024000390000000502200270000000200040008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b00000004060000290000000205000029000029100000813d000000000002041b0000000102200039000000000012004b0000290c0000413d000000200040008c0000293c0000413d000000000060043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f00000001002001900000295a0000613d000000050700002900000c8602700198000000000101043b0000000308000029000029490000613d000000010320008a0000000503300270000000000431001900000020030000390000000104400039000000040600002900000000058300190000000005050433000000000051041b00000020033000390000000101100039000000000041004b000029270000c13d000000000072004b000029380000813d0000000302700210000000f80220018f00000c880220027f00000c880220016700000000038300190000000003030433000000000223016f000000000021041b000000010170021000000001011001bf000000000016041b000000000001042d000000000004004b000029470000613d000000030140021000000c880110027f00000c88011001670000000002050433000000000112016f0000000102400210000000000121019f000000000016041b000000000001042d000000000006041b000000000001042d00000020030000390000000406000029000000000072004b000029300000413d000029380000013d00000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea300010430000000000100001900002ea300010430000000400210003900000c8c03000041000000000032043500000020021000390000000e030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000400100043d00000c8d0010009c0000296d0000813d0000002002100039000000400020043f0000000000010435000000000001042d00000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea3000104300000000062020434000000000002004b0000297e0000613d000000000700001900000000081700190000000009760019000000000909043300000000009804350000002007700039000000000027004b000029770000413d000000000112001900000c86064001980000001f0740018f0000000000010435000000000261001900000001033003670000298b0000613d000000000803034f0000000009010019000000008a08043c0000000009a90436000000000029004b000029870000c13d000000000007004b000029980000613d000000000363034f0000000306700210000000000702043300000000076701cf000000000767022f000000000303043b0000010006600089000000000363022f00000000036301cf000000000373019f000000000032043500000000014100190000000001510436000000000001042d0010000000000002000500000003001d000e00000002001d000000000010043f0000000e01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002ad90000613d000000000101043b000000000201041a000000010320019000000001062002700000007f0660618f0000001f0060008c00000000040000390000000104002039000000000043004b00002ae10000c13d000000400800043d0000000005680436000000000003004b000029d40000613d000d00000006001d000000000010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c70000801002000039001000000008001d000f00000005001d2ea12e970000040f0000000f050000290000001008000029000000010020019000002ad90000613d0000000d06000029000000000006004b000029da0000613d000000000201043b00000000010000190000000003150019000000000402041a000000000043043500000001022000390000002001100039000000000061004b000029cc0000413d000029db0000013d00000c87012001970000000000150435000000000006004b00000020010000390000000001006039000029db0000013d00000000010000190000003f0110003900000c86021001970000000001820019000000000021004b0000000002000039000000010200403900000bad0010009c00002adb0000213d000000010020019000002adb0000c13d000000400010043f0000000002080433000000000002004b00002ae70000613d00000c2c0020009c00002ad90000213d000000400020008c00002ad90000413d000000000305043300000bad0030009c00002ad90000213d000000000425001900000000025300190000001f03200039000000000043004b000000000500001900000bae0500804100000bae0330019700000bae06400197000000000763013f000000000063004b000000000300001900000bae0300404100000bae0070009c000000000305c019000000000003004b00002ad90000c13d000000003202043400000bad0020009c00002adb0000213d0000001f0520003900000c86055001970000003f0550003900000c8605500197000000000515001900000bad0050009c00002adb0000213d000000400050043f00000000092104360000000005320019000000000045004b00002ad90000213d000000000002004b00002a190000613d000000000400001900000000059400190000000006340019000000000606043300000000006504350000002004400039000000000024004b00002a120000413d0000000002920019000000000002043500000040028000390000000002020433000300000002001d0000000006010433000000400400043d000b00200040003d0000000b01600029000000400010043f00000005020000290000001f0120018f000d00000001001d00000003051002100000010003500089000100000005001d00070c8800500287000200000003001d00060c88003002270000005f01200039000a0c860010019b000f0c860020019b000900200020003d000400000004001d000c00000006001d00000000006404350000000008000019000800000009001d000000400600043d00000020076000390000000c0080006c00002a7d0000813d0000000f017000290000000e0200002900000001022003670000000f0000006b00002a440000613d000000000302034f0000000004070019000000003503043c0000000004540436000000000014004b00002a400000c13d0000000d0000006b00002a4d0000613d0000000003010433000000070330017f0000000f02200360000000000202043b000000060220017f000000000232019f000000000021043500000009020000290000000001260019001000000008001d000000000081043500000000002604350000000a01600029000000000061004b0000000002000039000000010200403900000bad0010009c00002adb0000213d000000010020019000002adb0000c13d000000400010043f00000ba90070009c00000ba9070080410000004001700210000000000206043300000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f0000000100200190000000080900002900002ad90000613d000000100800002900000000029800190000000002020433000000000101043b000000000112013f0000000b028000290000000000120435000000200880003a00002a350000c13d00000c1901000041000000000010043f0000001101000039000000040010043f00000c1a0100004100002ea300010430000c00000007001d001000000006001d00000c2d010000410000000000100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c2e011001c70000800b020000392ea12e970000040f000000010020019000002aee0000613d000000000801043b00000004010000290000000001010433000000000001004b0000000c070000290000000b0500002900002a990000613d000000000200001900000000037200190000000004520019000000000404043300000000004304350000002002200039000000000012004b00002a920000413d000000000171001900000000000104350000000f021000290000000e0300002900000001033003670000000f0000006b00002aa60000613d000000000403034f0000000005010019000000004604043c0000000005650436000000000025004b00002aa20000c13d0000000d0000006b00002ab10000613d0000000f03300360000000000402043300000001044001f00000000104400250000000000303043b000000020330025000000002033001f0000000000343019f00000000003204350000000501100029000f00000008001d00000000008104350000001003000029000000000131004900000000001304350000003f0110003900000c86021001970000000001320019000000000021004b0000000002000039000000010200403900000bad0010009c00002adb0000213d000000010020019000002adb0000c13d000000400010043f00000ba90070009c00000ba9070080410000004001700210000000000203043300000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f000000010020019000002ad90000613d000000000101043b000000030010006c00002aef0000c13d0000000401000029000000000001042d000000000100001900002ea30001043000000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea30001043000000c3402000041000000000021043500000ba90010009c00000ba901008041000000400110021000000c27011001c700002ea300010430000000000001042f000000400100043d001000000001001d0000002001100039000d00000001001d00000004020000290000000e0300002900000005040000290000000f050000292ea129730000040f00000010030000290000000002310049000000200120008a000000000013043500000000010300192ea1258c0000040f000000100100002900000000020104330000000d010000292ea12e7d0000040f00000c2f02000041000000400300043d00000000002304350000000402300039000000030400002900000000004204350000002402300039000000000012043500000ba90030009c00000ba903008041000000400130021000000bbe011001c700002ea300010430000c000000000002000900000002001d0000000016010434000500000001001d000000400500043d000400200050003d0000000401600029000000400010043f0000001f0130018f000800000001001d0000000301100210000001000210008900030c880010028700020c8800200227000100000005001d000a00000006001d00000000006504350000005f0130003900070c860010019b000b0c860030019b000600200030003d00000000080000190000000a0080006c00002b6c0000813d00000009010000290000000104100367000000400100043d00000020021000390000000b032000290000000b0000006b00002b340000613d000000000504034f0000000006020019000000005705043c0000000006760436000000000036004b00002b300000c13d000000080000006b00002b3d0000613d0000000005030433000000030550017f0000000b04400360000000000404043b000000020440017f000000000454019f000000000043043500000006040000290000000003140019000c00000008001d000000000083043500000000004104350000000703100029000000000013004b0000000004000039000000010400403900000bad0030009c00002b6e0000213d000000010040019000002b6e0000c13d000000400030043f00000ba90020009c00000ba9020080410000004002200210000000000101043300000ba90010009c00000ba9010080410000006001100210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f000000010020019000002b740000613d0000000c0800002900000005028000290000000002020433000000000101043b000000000112013f00000004028000290000000000120435000000200880003a00002b250000c13d00000c1901000041000000000010043f0000001101000039000000040010043f00000c1a0100004100002ea3000104300000000101000029000000000001042d00000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea300010430000000000100001900002ea3000104300002000000000002000200000002001d000100000001001d000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002b990000613d000000000101043b000000020200002900000bac02200197000200000002001d000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002b990000613d000000000101043b000000000101041a000000ff0010019000002b9b0000613d000000000001042d000000000100001900002ea300010430000000400100043d00000024021000390000000103000029000000000032043500000c7402000041000000000021043500000004021000390000000203000029000000000032043500000ba90010009c00000ba901008041000000400110021000000bbe011001c700002ea3000104300003000000000002000200000002001d000300000001001d000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b000000020200002900000bac02200197000200000002001d000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b000000000101041a000000ff0010019000002c540000613d0000000301000029000000000010043f0000001301000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b0000000202000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b000000000201041a00000c8702200197000000000021041b000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb2011001c70000800d020000390000000403000039000000000700041100000c8e04000041000000030500002900000002060000292ea12e920000040f000000010020019000002c520000613d0000000301000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b0000000202000029000000000020043f0000000201100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b000000000101041a000100000001001d0000000301000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b0000000102000029000000000020043f0000000101100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b000000000201041a00000bb102200197000000000021041b0000000301000029000000000010043f0000001501000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b0000000202000029000000000020043f0000000201100039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002c520000613d000000000101043b000000000001041b000000000001042d000000000100001900002ea300010430000000400100043d00000024021000390000000303000029000000000032043500000c7402000041000000000021043500000004021000390000000203000029000000000032043500000ba90010009c00000ba901008041000000400110021000000bbe011001c700002ea300010430000b000000000002000100000004001d000400000003001d000500000002001d0000000002010019000000400300043d00030bac0010019c00002d600000613d000200000002001d00000c8a0030009c00002dd10000813d0000004001300039000000400010043f000000010100003900000000041304360000000502000029000900000004001d0000000000240435000000400400043d00000c120040009c00002dd10000213d0000004002400039000000400020043f00000000021404360000000401000029000800000002001d00000000001204350000000001030433000000000001004b00002ca70000613d0000000002000019000700000003001d000600000004001d0000000001040433000000000021004b00002d5a0000a13d000b00000002001d0000000501200210000000090210002900000008011000290000000001010433000a00000001001d0000000001020433000000000010043f0000001201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002d580000613d000000000101043b000000000201041a0000000a04000029000000000042001a000000070300002900002dd70000413d0000000002420019000000000021041b0000000b0200002900000001022000390000000001030433000000000012004b000000060400002900002c830000413d0000000301000029000000000010043f0000000201000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002d580000613d000000000101043b0000000502000029000000000020043f000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002d580000613d000000000101043b000000000201041a000000040020002a00002dd70000413d00000004030000290000000002320019000000000021041b000000400100043d000000200210003900000000003204350000000502000029000000000021043500000ba90010009c00000ba9010080410000004001100210000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb8011001c70000800d020000390000000403000039000000000500041100000c1404000041000000000600001900000003070000292ea12e920000040f000000010020019000002d580000613d00000c1d01000041000000000010044300000002010000290000000400100443000000000100041400000ba90010009c00000ba901008041000000c00110021000000c1e011001c700008002020000392ea12e970000040f000000010020019000002d700000613d000000000101043b000000000001004b00002d570000613d000000400700043d0000008401700039000000a002000039000000000021043500000064017000390000000402000029000000000021043500000044017000390000000502000029000000000021043500000c1f010000410000000000170435000000000100041100000bac011001970000000402700039000000000012043500000024017000390000000000010435000000a402700039000000010100002900000000310104340000000000120435000000c402700039000000000001004b00002d100000613d000000000400001900000000052400190000000006430019000000000606043300000000006504350000002004400039000000000014004b00002d090000413d0000001f0310003900000c860330019700000000012100190000000000010435000000c40130003900000ba90010009c00000ba901008041000000600110021000000ba90070009c00000ba90200004100000000020740190000004002200210000000000121019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f0000000302000029000b00000007001d2ea12e920000040f0000000b0b000029000000600310027000000ba903300197000000200030008c000000200400003900000000040340190000001f0640018f000000200740019000000000057b001900002d350000613d000000000801034f00000000090b0019000000008a08043c0000000009a90436000000000059004b00002d310000c13d000000000006004b00002d420000613d000000000771034f0000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000010020019000002d710000613d0000001f01400039000000600110018f0000000002b10019000000000012004b0000000001000039000000010100403900000bad0020009c00002dd10000213d000000010010019000002dd10000c13d000000400020043f000000200030008c00002d580000413d00000000010b043300000c200010019800002d580000c13d00000c210110019700000c1f0010009c00002dad0000c13d000000000001042d000000000100001900002ea30001043000000c1901000041000000000010043f0000003201000039000000040010043f00000c1a0100004100002ea300010430000000440130003900000c2202000041000000000021043500000024013000390000000c02000039000000000021043500000c1601000041000000000013043500000004013000390000002002000039000000000021043500000ba90030009c00000ba903008041000000400130021000000c17011001c700002ea300010430000000000001042f000000040430008c00002da60000413d000000000200043d00000c2002200197000000000501043b00000c2105500197000000000225019f000000000020043f00000c210220019700000c160020009c00002da60000c13d000000440030008c00002da60000413d000000040510037000000c86064001980000001f0740018f000000400100043d000000000261001900002d8a0000613d000000000805034f0000000009010019000000008a08043c0000000009a90436000000000029004b00002d860000c13d000000000007004b00002d970000613d000000000565034f0000000306700210000000000702043300000000076701cf000000000767022f000000000505043b0000010006600089000000000565022f00000000056501cf000000000575019f0000000000520435000000000501043300000bad0050009c00002da60000213d0000002402500039000000000032004b00002da60000213d0000000002150019000000000302043300000bad0030009c00002da60000213d000000000441001900000000063200190000002006600039000000000046004b00002dbc0000a13d000000400200043d000b00000002001d00000c1601000041000000000012043500000004012000392ea12e720000040f00002db20000013d00000c160100004100000000001204350000000401200039000b00000002001d2ea12e680000040f0000000b02000029000000000121004900000ba90010009c00000ba901008041000000600110021000000ba90020009c00000ba9020080410000004002200210000000000121019f00002ea30001043000000000033500190000003f0330003900000c86033001970000000004130019000000000034004b0000000001000039000000010100403900000bad0040009c00002dd10000213d000000010010019000002dd10000c13d0000000003040019000000400040043f000000000002004b00002da60000613d00000c1601000041000b00000003001d000000000013043500000004013000392ea125ea0000040f00002db20000013d00000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000001101000039000000040010043f00000c1a0100004100002ea3000104300005000000000002000500000002001d000000000010043f0000000e01000039000000200010043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb8011001c700008010020000392ea12e970000040f000000010020019000002e5a0000613d000000000601043b0000000501000029000000003401043400000c8b0040009c00002e5c0000813d000000000106041a000000010210019000000001051002700000007f0550618f0000001f0050008c00000000010000390000000101002039000000000012004b00002e620000c13d000000200050008c000300000006001d000400000004001d00002e1c0000413d000100000005001d000200000003001d000000000060043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f000000010020019000002e5a0000613d00000004040000290000001f024000390000000502200270000000200040008c0000000002004019000000000301043b00000001010000290000001f01100039000000050110027000000000011300190000000002230019000000000012004b0000000306000029000000020300002900002e1c0000813d000000000002041b0000000102200039000000000012004b00002e180000413d0000001f0040008c00002e480000a13d000000000060043f000000000100041400000ba90010009c00000ba901008041000000c00110021000000bb0011001c700008010020000392ea12e970000040f000000010020019000002e5a0000613d000000040800002900000c8602800198000000000101043b000000050700002900002e550000613d000000010320008a0000000503300270000000000431001900000020030000390000000104400039000000030600002900000000057300190000000005050433000000000051041b00000020033000390000000101100039000000000041004b00002e330000c13d000000000082004b00002e440000813d0000000302800210000000f80220018f00000c880220027f00000c880220016700000000037300190000000003030433000000000223016f000000000021041b000000010180021000000001011001bf000000000016041b000000000001042d000000000004004b00002e530000613d000000030140021000000c880110027f00000c88011001670000000002030433000000000112016f0000000102400210000000000121019f000000000016041b000000000001042d000000000006041b000000000001042d00000020030000390000000306000029000000000082004b00002e3c0000413d00002e440000013d000000000100001900002ea30001043000000c1901000041000000000010043f0000004101000039000000040010043f00000c1a0100004100002ea30001043000000c1901000041000000000010043f0000002201000039000000040010043f00000c1a0100004100002ea300010430000000400210003900000c8f03000041000000000032043500000020021000390000000f030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000400210003900000c90030000410000000000320435000000200210003900000010030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000000001042f00000ba90010009c00000ba901008041000000400110021000000ba90020009c00000ba9020080410000006002200210000000000112019f000000000200041400000ba90020009c00000ba902008041000000c002200210000000000112019f00000bb2011001c700008010020000392ea12e970000040f000000010020019000002e900000613d000000000101043b000000000001042d000000000100001900002ea30001043000002e95002104210000000102000039000000000001042d0000000002000019000000000001042d00002e9a002104230000000102000039000000000001042d0000000002000019000000000001042d00002e9f002104250000000102000039000000000001042d0000000002000019000000000001042d00002ea10000043200002ea20001042e00002ea30001043000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe000000000000000000000000000000000000000000000000000000000ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffff0200000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000008292fce18fa69edf4db7b94ea2e58241df0ae57f97e0a6c9b29067028bf92d76ffffffffffffffffffff0000000000000000000000000000000000000000000000000000000000000000ffff000000000000000000000000000000000000000090d7ec04bcb8978719414f82e52e4cb651db41d0e6f8cea6118c2191e6183adb299d17e95023f496e0ffc4909cff1a61f74bb5eb18de6f900f4155bfa1b3b33302000000000000000000000000000000000000400000000000000000000000002f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a68502233096d909befbda0999bb8ea2f3a6be3c138b9fbf003752a4c8bce86f6c0000000200000000000000000000000000000040000001000000000000000000524985680000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000440000000000000000000000000000000000000000000000000000000000000000000000000000000091d1485300000000000000000000000000000000000000000000000000000000bd85b03800000000000000000000000000000000000000000000000000000000e57553d900000000000000000000000000000000000000000000000000000000e985e9c400000000000000000000000000000000000000000000000000000000f28083c200000000000000000000000000000000000000000000000000000000f28083c300000000000000000000000000000000000000000000000000000000f5298aca00000000000000000000000000000000000000000000000000000000e985e9c500000000000000000000000000000000000000000000000000000000f242432a00000000000000000000000000000000000000000000000000000000e8a3d48400000000000000000000000000000000000000000000000000000000e8a3d48500000000000000000000000000000000000000000000000000000000e9703d2500000000000000000000000000000000000000000000000000000000e57553da00000000000000000000000000000000000000000000000000000000e715032200000000000000000000000000000000000000000000000000000000ce80564100000000000000000000000000000000000000000000000000000000d45573f500000000000000000000000000000000000000000000000000000000d45573f600000000000000000000000000000000000000000000000000000000d547741f00000000000000000000000000000000000000000000000000000000ce80564200000000000000000000000000000000000000000000000000000000d37c353b00000000000000000000000000000000000000000000000000000000bd85b03900000000000000000000000000000000000000000000000000000000bf61374500000000000000000000000000000000000000000000000000000000ca15c87300000000000000000000000000000000000000000000000000000000a217fdde00000000000000000000000000000000000000000000000000000000ac9650d700000000000000000000000000000000000000000000000000000000b24f2d3800000000000000000000000000000000000000000000000000000000b24f2d3900000000000000000000000000000000000000000000000000000000b6f10c7900000000000000000000000000000000000000000000000000000000ac9650d800000000000000000000000000000000000000000000000000000000ad1eefc500000000000000000000000000000000000000000000000000000000a217fddf00000000000000000000000000000000000000000000000000000000a22cb46500000000000000000000000000000000000000000000000000000000a32fa5b30000000000000000000000000000000000000000000000000000000097b610f3000000000000000000000000000000000000000000000000000000009fc4d68e000000000000000000000000000000000000000000000000000000009fc4d68f00000000000000000000000000000000000000000000000000000000a05112fc0000000000000000000000000000000000000000000000000000000097b610f4000000000000000000000000000000000000000000000000000000009bcf7a150000000000000000000000000000000000000000000000000000000091d1485400000000000000000000000000000000000000000000000000000000938e3d7b0000000000000000000000000000000000000000000000000000000095d89b410000000000000000000000000000000000000000000000000000000036568abd0000000000000000000000000000000000000000000000000000000063b45e2c0000000000000000000000000000000000000000000000000000000083040531000000000000000000000000000000000000000000000000000000008da5cb5a000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000009010d07c0000000000000000000000000000000000000000000000000000000083040532000000000000000000000000000000000000000000000000000000008affb89f000000000000000000000000000000000000000000000000000000006f4f2836000000000000000000000000000000000000000000000000000000006f4f2837000000000000000000000000000000000000000000000000000000007e54523c0000000000000000000000000000000000000000000000000000000063b45e2d000000000000000000000000000000000000000000000000000000006b20c454000000000000000000000000000000000000000000000000000000004cc157de0000000000000000000000000000000000000000000000000000000057bc3d770000000000000000000000000000000000000000000000000000000057bc3d7800000000000000000000000000000000000000000000000000000000600dd5ea000000000000000000000000000000000000000000000000000000004cc157df000000000000000000000000000000000000000000000000000000004e1273f40000000000000000000000000000000000000000000000000000000036568abe000000000000000000000000000000000000000000000000000000003b1475a700000000000000000000000000000000000000000000000000000000492e224b000000000000000000000000000000000000000000000000000000001e7ac48700000000000000000000000000000000000000000000000000000000248a9ca2000000000000000000000000000000000000000000000000000000002eb2c2d5000000000000000000000000000000000000000000000000000000002eb2c2d6000000000000000000000000000000000000000000000000000000002f2ff15d00000000000000000000000000000000000000000000000000000000248a9ca3000000000000000000000000000000000000000000000000000000002a55205a000000000000000000000000000000000000000000000000000000001e7ac4880000000000000000000000000000000000000000000000000000000023a2902b000000000000000000000000000000000000000000000000000000002419f51b00000000000000000000000000000000000000000000000000000000079fe40d0000000000000000000000000000000000000000000000000000000013af40340000000000000000000000000000000000000000000000000000000013af4035000000000000000000000000000000000000000000000000000000001b2ee35f00000000000000000000000000000000000000000000000000000000079fe40e000000000000000000000000000000000000000000000000000000000e89341c0000000000000000000000000000000000000000000000000000000000fdd58e0000000000000000000000000000000000000000000000000000000001ffc9a70000000000000000000000000000000000000000000000000000000006fdde03000000000000000000000000000000000000000000000000ffffffffffffffbf000000000000000000000000000000000000000000000000ffffffffffffffdfc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f6246524f4d5f5a45524f5f4144445200000000000000000000000000000000000008c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006400000000000000000000000000000000000000000000000000000000000000200000008000000000000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f8d7bbbe7000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000f23a6e610000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000544f5f5a45524f5f414444520000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000400000008000000000000000008fa6efc3be94b5b348b21fea823fe8d100408cee9b7f90524494500445d8ff6cf409ec7300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000091eabfe8e493f369f48e58fdf2609ff8809506ce57440a6f25fddc25308a38512a0365091ef1a40953c670dce28177e37520648a6fdc91506bffac0ab045570d8fd36a9b000000000000000000000000000000000000000000000000000000000f2624ee000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9a8a0592ac89c5ad3bc6df8224c17b485976f597df104ee20d0df415241f670b0200000200000000000000000000000000000004000000000000000000000000cd915d3c00000000000000000000000000000000000000000000000000000000ba0f3592000000000000000000000000000000000000000000000000000000006e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af6bd5c950a8d8df17f772f5af37cb3655737899cbf903264b9795592da439661c6df1d8db2a036436ffe0b2d1833f2c5f1e624818dfce2578c0faa4b83ef9998d5d0580b300000000000000000000000000000000000000000000000000000000ae3b56d50000000000000000000000000000000000000000000000000000000093b642a99db058990e2031188dca88795485bfd181e292cbb777872774cd905e87d20a6d00000000000000000000000000000000000000000000000000000000000000000000000000ff00000000000000000000000000000000000000000000ffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffd246da9440709ce0dd3f4fd669abc85ada012ab9774b8ecdcc5059ba1486b9c17fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c00000000000000000000000000000000000000000000000000000003ffffffe017307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31415050524f56494e475f53454c460000000000000000000000000000000000000000000000000000000000000000000000000064000000800000000000000000df5c6b02000000000000000000000000000000000000000000000000000000007365cf4122f072a3365c20d54eff9b38d73c096c28e1892ec8f5b0e403a0f12da4f3966500000000000000000000000000000000000000000000000000000000b10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf69f7f092500000000000000000000000000000000000000000000000000000000036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0fc949c7b4a13586e39d89eead2f38644f9fb3efb5a0490b14f8fc0ceab44c250fc949c7b4a13586e39d89eead2f38644f9fb3efb5a0490b14f8fc0ceab44c24fc9c7c3fe08b88b4df9d4d47ef47d2c43d55c025a0ba88ca442580ed9e7348a16000000000000000000000000000000000000000000000000fffffffffffffeff42cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd100000000000000000000000000000000000000000000000000000000fffffe9ffdfffffffffffffffffffffffffffffffffffea000000000000000000000000081039d5ecdbb4bd2d72eda132d34c127e1136763fef04b3ab1a1ed1e109eb69a6d617820737570706c7920636c61696d65640000000000000000000000000000f8086cee80709bd44c82f89dbca54115ebd05e840a88ab81df9cf5be9754eb637260843c000000000000000000000000000000000000000000000000000000003df2b0dc00000000000000000000000000000000000000000000000000000000556e617070726f7665642063616c6c65720000000000000000000000000000004c656e677468206d69736d6174636800000000000000000000000000000000004c454e4754485f4d49534d4154434800000000000000000000000000000000004e6f7420656e6f75676820746f6b656e73206f776e65640000000000000000004a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fbffffffffffffffffffff0000ffffffffffffffffffffffffffffffffffffffff4e6f7420656e6f756768206d696e74656420746f6b656e730000000000000000000000000000000000000000000000000000000000000000ffffffffffffff5f796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132000000000000000000000000eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee23b872dd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff1f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564a9059cbb000000000000000000000000000000000000000000000000000000006f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e0000000000000000000000000000000000000084000000000000000000000000416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000496e76616c6964206d73672076616c7565000000000000000000000000000000bfb89d82000000000000000000000000000000000000000000000000000000002156616c75650000000000000000000000000000000000000000000000000000ff097c7d8b1957a4ff09ef1361b5fb54dcede3941ba836d0beb9d10bec725de663616e7420636c61696d20796574000000000000000000000000000000000000214d6178537570706c790000000000000000000000000000000000000000000021517479000000000000000000000000000000000000000000000000000000002150726963654f7243757272656e63790000000000000000000000000000000000000000000000000000000000000000000000000000003fffffffffffffffe000000000000000000000000000000000000000400000000000000000000000004169c622000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000044000000800000000000000000d49c166a000000000000000000000000000000000000000000000000000000000878b10600000000000000000000000000000000000000000000000000000000214f574e45525f4f525f415050524f5645440000000000000000000000000000494e53554646494349454e545f42414c00000000000000000000000000000000bc197c8100000000000000000000000000000000000000000000000000000000e2497bd806ec41a6e0dd992c29a72efc0ef8fec9092d1978fd4a1e00b2f18304d315d8ec0000000000000000000000000000000000000000000000000000000038343fd2000000000000000000000000000000000000000000000000000000002d9973960000000000000000000000000000000000000000000000000000000025e5fda4000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffffe00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff290decd9548b62a8d60345a988386fc84ba6bc95484008f6362f93160ef3e5632a552059ffffffffffffffffffffffffffffffffffffffffffffffffffffffff2a55205a00000000000000000000000000000000000000000000000000000000d9b67a260000000000000000000000000000000000000000000000000000000001ffc9a7000000000000000000000000000000000000000000000000000000000e89341c00000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffff00000000000000000000000000000000000000000000000000ffffffffffffffc000000000000000000000000000000000000000000000000100000000000000004e6f7420617574686f72697a6564000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffe0f6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b544f4b454e535f52454a454354454400000000000000000000000000000000002145524331313535524543454956455200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018f65a01f5a18b4d5a3444b76643cef5d641580ce6ee4c959316c4ba472d2490
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b00000000000000000000000000000000000000000000000000000000000001f4000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b00000000000000000000000000000000000000000000000000000000000000144d6f6f6479204d61646e6573732041737365747300000000000000000000000000000000000000000000000000000000000000000000000000000000000000034d4d410000000000000000000000000000000000000000000000000000000000
-----Decoded View---------------
Arg [0] : _defaultAdmin (address): 0x514DAdD7763d0d05A07Ca7817915cB8C6cA8248b
Arg [1] : _name (string): Moody Madness Assets
Arg [2] : _symbol (string): MMA
Arg [3] : _royaltyRecipient (address): 0x514DAdD7763d0d05A07Ca7817915cB8C6cA8248b
Arg [4] : _royaltyBps (uint128): 500
Arg [5] : _primarySaleRecipient (address): 0x514DAdD7763d0d05A07Ca7817915cB8C6cA8248b
-----Encoded View---------------
10 Constructor Arguments found :
Arg [0] : 000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000100
Arg [3] : 000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b
Arg [4] : 00000000000000000000000000000000000000000000000000000000000001f4
Arg [5] : 000000000000000000000000514dadd7763d0d05a07ca7817915cb8c6ca8248b
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000014
Arg [7] : 4d6f6f6479204d61646e65737320417373657473000000000000000000000000
Arg [8] : 0000000000000000000000000000000000000000000000000000000000000003
Arg [9] : 4d4d410000000000000000000000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.