Latest 25 from a total of 180,142 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Update Claim | 24367016 | 25 days ago | IN | 0 ETH | 0.00000776 | ||||
| Mint | 24366767 | 25 days ago | IN | 0.01 ETH | 0.00010272 | ||||
| Mint | 24263423 | 40 days ago | IN | 2 ETH | 0.00000682 | ||||
| Update Claim | 24098175 | 63 days ago | IN | 0 ETH | 0.00011776 | ||||
| Mint | 24027797 | 73 days ago | IN | 0.01 ETH | 0.00001964 | ||||
| Mint | 23871885 | 95 days ago | IN | 0.03 ETH | 0.00034076 | ||||
| Mint | 23871562 | 95 days ago | IN | 0.01 ETH | 0.00011352 | ||||
| Mint | 23867288 | 95 days ago | IN | 0.01 ETH | 0.00009414 | ||||
| Mint | 23856728 | 97 days ago | IN | 0.01 ETH | 0.00017428 | ||||
| Mint | 23798382 | 105 days ago | IN | 0.01 ETH | 0.00044738 | ||||
| Mint | 23768214 | 109 days ago | IN | 0.01 ETH | 0.00027827 | ||||
| Mint | 23707913 | 118 days ago | IN | 0 ETH | 0.00001272 | ||||
| Mint | 23688604 | 120 days ago | IN | 2 ETH | 0.00040229 | ||||
| Mint | 23677192 | 122 days ago | IN | 0.01 ETH | 0.00037848 | ||||
| Mint | 23674391 | 122 days ago | IN | 0.01 ETH | 0.00034287 | ||||
| Update Claim | 23615188 | 131 days ago | IN | 0 ETH | 0.00000598 | ||||
| Update Claim | 23615169 | 131 days ago | IN | 0 ETH | 0.00005909 | ||||
| Mint Batch | 23613106 | 131 days ago | IN | 0.02 ETH | 0.00006917 | ||||
| Update Claim | 23498767 | 147 days ago | IN | 0 ETH | 0.00016118 | ||||
| Update Claim | 23472490 | 151 days ago | IN | 0 ETH | 0.00007473 | ||||
| Update Claim | 23472442 | 151 days ago | IN | 0 ETH | 0.00008247 | ||||
| Airdrop | 23472294 | 151 days ago | IN | 0 ETH | 0.00019534 | ||||
| Mint | 23413464 | 159 days ago | IN | 0.0042069 ETH | 0.00021021 | ||||
| Mint | 23251284 | 181 days ago | IN | 0.01 ETH | 0.000174 | ||||
| Mint | 23244303 | 182 days ago | IN | 0.03 ETH | 0.00019921 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 24366767 | 25 days ago | 0.01 ETH | ||||
| Transfer | 24263423 | 40 days ago | 2 ETH | ||||
| Transfer | 24027797 | 73 days ago | 0.01 ETH | ||||
| Transfer | 23871885 | 95 days ago | 0.03 ETH | ||||
| Transfer | 23871562 | 95 days ago | 0.01 ETH | ||||
| Transfer | 23867288 | 95 days ago | 0.01 ETH | ||||
| Transfer | 23856728 | 97 days ago | 0.01 ETH | ||||
| Transfer | 23798382 | 105 days ago | 0.01 ETH | ||||
| Transfer | 23768214 | 109 days ago | 0.01 ETH | ||||
| Transfer | 23688604 | 120 days ago | 2 ETH | ||||
| Transfer | 23677192 | 122 days ago | 0.01 ETH | ||||
| Transfer | 23674391 | 122 days ago | 0.01 ETH | ||||
| Transfer | 23613106 | 131 days ago | 0.02 ETH | ||||
| Transfer | 23413464 | 159 days ago | 0.0042069 ETH | ||||
| Transfer | 23251284 | 181 days ago | 0.01 ETH | ||||
| Transfer | 23244303 | 182 days ago | 0.03 ETH | ||||
| Transfer | 23163306 | 194 days ago | 0.1 ETH | ||||
| Transfer | 23084223 | 205 days ago | 0.02 ETH | ||||
| Transfer | 22876893 | 234 days ago | 0.005 ETH | ||||
| Transfer | 22876887 | 234 days ago | 0.005 ETH | ||||
| Transfer | 22852692 | 237 days ago | 0.1 ETH | ||||
| Transfer | 22626122 | 269 days ago | 0.007 ETH | ||||
| Transfer | 22612105 | 271 days ago | 0.01 ETH | ||||
| Transfer | 22376321 | 304 days ago | 0.02 ETH | ||||
| Transfer | 22333612 | 310 days ago | 0.07 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
ERC721LazyPayableClaim
Compiler Version
v0.8.17+commit.8df45f5f
Optimization Enabled:
Yes with 1000 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
// solhint-disable reason-string
pragma solidity ^0.8.0;
import "@manifoldxyz/creator-core-solidity/contracts/core/IERC721CreatorCore.sol";
import "@manifoldxyz/libraries-solidity/contracts/access/AdminControl.sol";
import "@manifoldxyz/creator-core-solidity/contracts/extensions/ICreatorExtensionTokenURI.sol";
import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/cryptography/MerkleProof.sol";
import "@openzeppelin/contracts/interfaces/IERC165.sol";
import "@openzeppelin/contracts/utils/Strings.sol";
import "./IERC721LazyPayableClaim.sol";
import "../../libraries/delegation-registry/IDelegationRegistry.sol";
/**
* @title Lazy Payable Claim
* @author manifold.xyz
* @notice Lazy payable claim with optional whitelist ERC721 tokens
*/
contract ERC721LazyPayableClaim is IERC165, IERC721LazyPayableClaim, ICreatorExtensionTokenURI, ReentrancyGuard {
using Strings for uint256;
string private constant ARWEAVE_PREFIX = "https://arweave.net/";
string private constant IPFS_PREFIX = "ipfs://";
uint256 private constant MINT_INDEX_BITMASK = 0xFF;
// solhint-disable-next-line
address public immutable DELEGATION_REGISTRY;
uint32 private constant MAX_UINT_32 = 0xffffffff;
uint256 private constant MAX_UINT_256 = 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;
// stores mapping from tokenId to the claim it represents
// { contractAddress => { tokenId => Claim } }
mapping(address => mapping(uint256 => Claim)) private _claims;
// ONLY USED FOR NON-MERKLE MINTS: stores the number of tokens minted per wallet per claim, in order to limit maximum
// { contractAddress => { claimIndex => { walletAddress => walletMints } } }
mapping(address => mapping(uint256 => mapping(address => uint256))) private _mintsPerWallet;
// ONLY USED FOR MERKLE MINTS: stores mapping from claim to indices minted
// { contractAddress => {claimIndex => { claimIndexOffset => index } } }
mapping(address => mapping(uint256 => mapping(uint256 => uint256))) private _claimMintIndices;
struct TokenClaim {
uint224 claimIndex;
uint32 mintOrder;
}
// stores which tokenId corresponds to which claimIndex, used to generate token uris
// { contractAddress => { tokenId => TokenClaim } }
mapping(address => mapping(uint256 => TokenClaim)) private _tokenClaims;
function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165) returns (bool) {
return interfaceId == type(IERC721LazyPayableClaim).interfaceId ||
interfaceId == type(ICreatorExtensionTokenURI).interfaceId ||
interfaceId == type(IERC165).interfaceId;
}
constructor(address delegationRegistry) {
DELEGATION_REGISTRY = delegationRegistry;
}
/**
* @notice This extension is shared, not single-creator. So we must ensure
* that a claim's initializer is an admin on the creator contract
* @param creatorContractAddress the address of the creator contract to check the admin against
*/
modifier creatorAdminRequired(address creatorContractAddress) {
AdminControl creatorCoreContract = AdminControl(creatorContractAddress);
require(creatorCoreContract.isAdmin(msg.sender), "Wallet is not an administrator for contract");
_;
}
/**
* See {IERC721LazyClaim-initializeClaim}.
*/
function initializeClaim(
address creatorContractAddress,
uint256 claimIndex,
ClaimParameters calldata claimParameters
) external override creatorAdminRequired(creatorContractAddress) {
// Revert if claim at claimIndex already exists
require(_claims[creatorContractAddress][claimIndex].storageProtocol == StorageProtocol.INVALID, "Claim already initialized");
// Sanity checks
require(claimParameters.storageProtocol != StorageProtocol.INVALID, "Cannot initialize with invalid storage protocol");
require(claimParameters.endDate == 0 || claimParameters.startDate < claimParameters.endDate, "Cannot have startDate greater than or equal to endDate");
require(claimParameters.merkleRoot == "" || claimParameters.walletMax == 0, "Cannot provide both mintsPerWallet and merkleRoot");
// Create the claim
_claims[creatorContractAddress][claimIndex] = Claim({
total: 0,
totalMax: claimParameters.totalMax,
walletMax: claimParameters.walletMax,
startDate: claimParameters.startDate,
endDate: claimParameters.endDate,
storageProtocol: claimParameters.storageProtocol,
identical: claimParameters.identical,
merkleRoot: claimParameters.merkleRoot,
location: claimParameters.location,
cost: claimParameters.cost,
paymentReceiver: claimParameters.paymentReceiver
});
emit ClaimInitialized(creatorContractAddress, claimIndex, msg.sender);
}
/**
* See {IERC721LazyClaim-udpateClaim}.
*/
function updateClaim(
address creatorContractAddress,
uint256 claimIndex,
ClaimParameters calldata claimParameters
) external override creatorAdminRequired(creatorContractAddress) {
// Sanity checks
require(_claims[creatorContractAddress][claimIndex].storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
require(claimParameters.storageProtocol != StorageProtocol.INVALID, "Cannot set invalid storage protocol");
require(claimParameters.endDate == 0 || claimParameters.startDate < claimParameters.endDate, "Cannot have startDate greater than or equal to endDate");
// Overwrite the existing claim
_claims[creatorContractAddress][claimIndex] = Claim({
total: _claims[creatorContractAddress][claimIndex].total,
totalMax: claimParameters.totalMax,
walletMax: claimParameters.walletMax,
startDate: claimParameters.startDate,
endDate: claimParameters.endDate,
storageProtocol: claimParameters.storageProtocol,
identical: claimParameters.identical,
merkleRoot: claimParameters.merkleRoot,
location: claimParameters.location,
cost: claimParameters.cost,
paymentReceiver: claimParameters.paymentReceiver
});
}
/**
* See {IERC721LazyClaim-updateTokenURIParams}.
*/
function updateTokenURIParams(
address creatorContractAddress, uint256 claimIndex,
StorageProtocol storageProtocol,
bool identical,
string calldata location
) external override creatorAdminRequired(creatorContractAddress) {
Claim memory claim = _claims[creatorContractAddress][claimIndex];
require(_claims[creatorContractAddress][claimIndex].storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
require(storageProtocol != StorageProtocol.INVALID, "Cannot set invalid storage protocol");
// Overwrite the existing claim
_claims[creatorContractAddress][claimIndex] = Claim({
total: claim.total,
totalMax: claim.totalMax,
walletMax: claim.walletMax,
startDate: claim.startDate,
endDate: claim.endDate,
storageProtocol: storageProtocol,
identical: identical,
merkleRoot: claim.merkleRoot,
location: location,
cost: claim.cost,
paymentReceiver: claim.paymentReceiver
});
}
/**
* See {IERC721LazyClaim-getClaim}.
*/
function getClaim(address creatorContractAddress, uint256 claimIndex) external override view returns(Claim memory claim) {
claim = _claims[creatorContractAddress][claimIndex];
require(claim.storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
}
/**
* See {IERC721LazyClaim-checkMintIndex}.
*/
function checkMintIndex(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex) public override view returns(bool) {
Claim storage claim = _claims[creatorContractAddress][claimIndex];
require(claim.storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
require(claim.merkleRoot != "", "Can only check merkle claims");
uint256 claimMintIndex = mintIndex >> 8;
uint256 claimMintTracking = _claimMintIndices[creatorContractAddress][claimIndex][claimMintIndex];
uint256 mintBitmask = 1 << (mintIndex & MINT_INDEX_BITMASK);
return mintBitmask & claimMintTracking != 0;
}
/**
* See {IERC721LazyClaim-checkMintIndices}.
*/
function checkMintIndices(address creatorContractAddress, uint256 claimIndex, uint32[] calldata mintIndices) external override view returns(bool[] memory minted) {
uint256 mintIndicesLength = mintIndices.length;
minted = new bool[](mintIndices.length);
for (uint256 i = 0; i < mintIndicesLength;) {
minted[i] = checkMintIndex(creatorContractAddress, claimIndex, mintIndices[i]);
unchecked{ ++i; }
}
}
/**
* See {IERC721LazyClaim-getTotalMints}.
*/
function getTotalMints(address minter, address creatorContractAddress, uint256 claimIndex) external override view returns(uint32) {
Claim storage claim = _claims[creatorContractAddress][claimIndex];
require(claim.storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
require(claim.walletMax != 0, "Can only retrieve for non-merkle claims with walletMax");
return uint32(_mintsPerWallet[creatorContractAddress][claimIndex][minter]);
}
/**
* See {IERC721LazyClaim-mint}.
*/
function mint(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex, bytes32[] calldata merkleProof, address mintFor) external payable override {
Claim storage claim = _claims[creatorContractAddress][claimIndex];
// Safely retrieve the claim
require(claim.storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
// Check price
require(msg.value == claim.cost, "Must pay more.");
// Check timestamps
require(claim.startDate == 0 || claim.startDate < block.timestamp, "Transaction before start date");
require(claim.endDate == 0 || claim.endDate >= block.timestamp, "Transaction after end date");
// Check totalMax
require(claim.totalMax == 0 || claim.total < claim.totalMax, "Maximum tokens already minted for this claim");
if (claim.merkleRoot != "") {
// Merkle mint
_checkMerkleAndUpdate(claim, creatorContractAddress, claimIndex, mintIndex, merkleProof, mintFor);
} else {
// Non-merkle mint
if (claim.walletMax != 0) {
require(_mintsPerWallet[creatorContractAddress][claimIndex][msg.sender] < claim.walletMax, "Maximum tokens already minted for this wallet");
unchecked{ _mintsPerWallet[creatorContractAddress][claimIndex][msg.sender]++; }
}
}
unchecked{ claim.total++; }
// Do mint
uint256 newTokenId = IERC721CreatorCore(creatorContractAddress).mintExtension(msg.sender);
// Insert the new tokenId into _tokenClaims for the current claim address & index
_tokenClaims[creatorContractAddress][newTokenId] = TokenClaim(uint224(claimIndex), claim.total);
// solhint-disable-next-line
(bool sent, ) = claim.paymentReceiver.call{value: msg.value}("");
require(sent, "Failed to transfer to receiver");
emit ClaimMint(creatorContractAddress, claimIndex);
}
/**
* See {IERC721LazyClaim-mintBatch}.
*/
function mintBatch(address creatorContractAddress, uint256 claimIndex, uint16 mintCount, uint32[] calldata mintIndices, bytes32[][] calldata merkleProofs, address mintFor) external payable override {
Claim storage claim = _claims[creatorContractAddress][claimIndex];
// Safely retrieve the claim
require(claim.storageProtocol != StorageProtocol.INVALID, "Claim not initialized");
// Check price
require(msg.value == claim.cost * mintCount, "Must pay more.");
// Check timestamps
require(claim.startDate == 0 || claim.startDate < block.timestamp, "Transaction before start date");
require(claim.endDate == 0 || claim.endDate >= block.timestamp, "Transaction after end date");
// Check totalMax
require(claim.totalMax == 0 || claim.total+mintCount <= claim.totalMax, "Too many requested for this claim");
uint256 newMintIndex = claim.total+1;
unchecked{ claim.total += mintCount; }
if (claim.merkleRoot != "") {
require(mintCount == mintIndices.length && mintCount == merkleProofs.length, "Invalid input");
// Merkle mint
for (uint256 i = 0; i < mintCount;) {
uint32 mintIndex = mintIndices[i];
bytes32[] memory merkleProof = merkleProofs[i];
_checkMerkleAndUpdate(claim, creatorContractAddress, claimIndex, mintIndex, merkleProof, mintFor);
unchecked { ++i; }
}
} else {
// Non-merkle mint
if (claim.walletMax != 0) {
require(_mintsPerWallet[creatorContractAddress][claimIndex][msg.sender]+mintCount <= claim.walletMax, "Too many requested for this wallet");
unchecked{ _mintsPerWallet[creatorContractAddress][claimIndex][msg.sender] += mintCount; }
}
}
uint256[] memory newTokenIds = IERC721CreatorCore(creatorContractAddress).mintExtensionBatch(msg.sender, mintCount);
for (uint256 i = 0; i < mintCount;) {
_tokenClaims[creatorContractAddress][newTokenIds[i]] = TokenClaim(uint224(claimIndex), uint32(newMintIndex+i));
unchecked { ++i; }
}
// solhint-disable-next-line
(bool sent, ) = claim.paymentReceiver.call{value: msg.value}("");
require(sent, "Failed to transfer to receiver");
emit ClaimMintBatch(creatorContractAddress, claimIndex, mintCount);
}
/**
* See {IERC721LazyClaim-airdrop}.
*/
function airdrop(address creatorContractAddress, uint256 claimIndex, address[] calldata recipients,
uint16[] calldata amounts) external override creatorAdminRequired(creatorContractAddress) {
require(recipients.length == amounts.length, "Unequal number of recipients and amounts provided");
// Fetch the claim, create newMintIndex to keep track of token ids created by the airdrop
Claim storage claim = _claims[creatorContractAddress][claimIndex];
uint256 newMintIndex = claim.total+1;
for (uint256 i = 0; i < recipients.length;) {
// Airdrop the tokens
uint256[] memory newTokenIds = IERC721CreatorCore(creatorContractAddress).mintExtensionBatch(recipients[i], amounts[i]);
// Register the tokenClaims, so that tokenURI will work for airdropped tokens
for (uint256 j = 0; j < newTokenIds.length;) {
_tokenClaims[creatorContractAddress][newTokenIds[j]] = TokenClaim(uint224(claimIndex), uint32(newMintIndex+j));
unchecked { ++j; }
}
// Increment claim.total and newMintIndex for the next airdrop
unchecked{ claim.total += uint32(newTokenIds.length); }
unchecked{ newMintIndex += newTokenIds.length; }
unchecked{ ++i; }
}
}
/**
* Helper to check merkle proof and whether or not the mintIndex was consumed. Also updates the consumed counts
*/
function _checkMerkleAndUpdate(Claim storage claim, address creatorContractAddress, uint256 claimIndex, uint32 mintIndex, bytes32[] memory merkleProof, address mintFor) private {
// Merkle mint
bytes32 leaf;
if (mintFor == msg.sender) {
leaf = keccak256(abi.encodePacked(msg.sender, mintIndex));
} else {
// Direct verification failed, try delegate verification
IDelegationRegistry dr = IDelegationRegistry(DELEGATION_REGISTRY);
require(dr.checkDelegateForContract(msg.sender, mintFor, address(this)), "Invalid delegate");
leaf = keccak256(abi.encodePacked(mintFor, mintIndex));
}
require(MerkleProof.verify(merkleProof, claim.merkleRoot, leaf), "Could not verify merkle proof");
// Check if mintIndex has been minted
uint256 claimMintIndex = mintIndex >> 8;
uint256 claimMintTracking = _claimMintIndices[creatorContractAddress][claimIndex][claimMintIndex];
uint256 mintBitmask = 1 << (mintIndex & MINT_INDEX_BITMASK);
require(mintBitmask & claimMintTracking == 0, "Already minted");
_claimMintIndices[creatorContractAddress][claimIndex][claimMintIndex] = claimMintTracking | mintBitmask;
}
/**
* See {ICreatorExtensionTokenURI-tokenURI}.
*/
function tokenURI(address creatorContractAddress, uint256 tokenId) external override view returns(string memory uri) {
TokenClaim memory tokenClaim = _tokenClaims[creatorContractAddress][tokenId];
require(tokenClaim.claimIndex > 0, "Token does not exist");
Claim memory claim = _claims[creatorContractAddress][tokenClaim.claimIndex];
string memory prefix = "";
if (claim.storageProtocol == StorageProtocol.ARWEAVE) {
prefix = ARWEAVE_PREFIX;
} else if (claim.storageProtocol == StorageProtocol.IPFS) {
prefix = IPFS_PREFIX;
}
uri = string(abi.encodePacked(prefix, claim.location));
// Depending on params, we may want to append a suffix to location
if (!claim.identical) {
uri = string(abi.encodePacked(uri, "/", uint256(tokenClaim.mintOrder).toString()));
}
}
}// SPDX-License-Identifier: CC0-1.0
pragma solidity ^0.8.9;
/**
* @title An immutable registry contract to be deployed as a standalone primitive
* @dev See EIP-5639, new project launches can read previous cold wallet -> hot wallet delegations
* from here and integrate those permissions into their flow
*/
interface IDelegationRegistry {
/// @notice Delegation type
enum DelegationType {
NONE,
ALL,
CONTRACT,
TOKEN
}
/// @notice Info about a single delegation, used for onchain enumeration
struct DelegationInfo {
DelegationType type_;
address vault;
address delegate;
address contract_;
uint256 tokenId;
}
/// @notice Info about a single contract-level delegation
struct ContractDelegation {
address contract_;
address delegate;
}
/// @notice Info about a single token-level delegation
struct TokenDelegation {
address contract_;
uint256 tokenId;
address delegate;
}
/// @notice Emitted when a user delegates their entire wallet
event DelegateForAll(address vault, address delegate, bool value);
/// @notice Emitted when a user delegates a specific contract
event DelegateForContract(address vault, address delegate, address contract_, bool value);
/// @notice Emitted when a user delegates a specific token
event DelegateForToken(address vault, address delegate, address contract_, uint256 tokenId, bool value);
/// @notice Emitted when a user revokes all delegations
event RevokeAllDelegates(address vault);
/// @notice Emitted when a user revoes all delegations for a given delegate
event RevokeDelegate(address vault, address delegate);
/**
* ----------- WRITE -----------
*/
/**
* @notice Allow the delegate to act on your behalf for all contracts
* @param delegate The hotwallet to act on your behalf
* @param value Whether to enable or disable delegation for this address, true for setting and false for revoking
*/
function delegateForAll(address delegate, bool value) external;
/**
* @notice Allow the delegate to act on your behalf for a specific contract
* @param delegate The hotwallet to act on your behalf
* @param contract_ The address for the contract you're delegating
* @param value Whether to enable or disable delegation for this address, true for setting and false for revoking
*/
function delegateForContract(address delegate, address contract_, bool value) external;
/**
* @notice Allow the delegate to act on your behalf for a specific token
* @param delegate The hotwallet to act on your behalf
* @param contract_ The address for the contract you're delegating
* @param tokenId The token id for the token you're delegating
* @param value Whether to enable or disable delegation for this address, true for setting and false for revoking
*/
function delegateForToken(address delegate, address contract_, uint256 tokenId, bool value) external;
/**
* @notice Revoke all delegates
*/
function revokeAllDelegates() external;
/**
* @notice Revoke a specific delegate for all their permissions
* @param delegate The hotwallet to revoke
*/
function revokeDelegate(address delegate) external;
/**
* @notice Remove yourself as a delegate for a specific vault
* @param vault The vault which delegated to the msg.sender, and should be removed
*/
function revokeSelf(address vault) external;
/**
* ----------- READ -----------
*/
/**
* @notice Returns all active delegations a given delegate is able to claim on behalf of
* @param delegate The delegate that you would like to retrieve delegations for
* @return info Array of DelegationInfo structs
*/
function getDelegationsByDelegate(address delegate) external view returns (DelegationInfo[] memory);
/**
* @notice Returns an array of wallet-level delegates for a given vault
* @param vault The cold wallet who issued the delegation
* @return addresses Array of wallet-level delegates for a given vault
*/
function getDelegatesForAll(address vault) external view returns (address[] memory);
/**
* @notice Returns an array of contract-level delegates for a given vault and contract
* @param vault The cold wallet who issued the delegation
* @param contract_ The address for the contract you're delegating
* @return addresses Array of contract-level delegates for a given vault and contract
*/
function getDelegatesForContract(address vault, address contract_) external view returns (address[] memory);
/**
* @notice Returns an array of contract-level delegates for a given vault's token
* @param vault The cold wallet who issued the delegation
* @param contract_ The address for the contract holding the token
* @param tokenId The token id for the token you're delegating
* @return addresses Array of contract-level delegates for a given vault's token
*/
function getDelegatesForToken(address vault, address contract_, uint256 tokenId)
external
view
returns (address[] memory);
/**
* @notice Returns all contract-level delegations for a given vault
* @param vault The cold wallet who issued the delegations
* @return delegations Array of ContractDelegation structs
*/
function getContractLevelDelegations(address vault)
external
view
returns (ContractDelegation[] memory delegations);
/**
* @notice Returns all token-level delegations for a given vault
* @param vault The cold wallet who issued the delegations
* @return delegations Array of TokenDelegation structs
*/
function getTokenLevelDelegations(address vault) external view returns (TokenDelegation[] memory delegations);
/**
* @notice Returns true if the address is delegated to act on the entire vault
* @param delegate The hotwallet to act on your behalf
* @param vault The cold wallet who issued the delegation
*/
function checkDelegateForAll(address delegate, address vault) external view returns (bool);
/**
* @notice Returns true if the address is delegated to act on your behalf for a token contract or an entire vault
* @param delegate The hotwallet to act on your behalf
* @param contract_ The address for the contract you're delegating
* @param vault The cold wallet who issued the delegation
*/
function checkDelegateForContract(address delegate, address vault, address contract_)
external
view
returns (bool);
/**
* @notice Returns true if the address is delegated to act on your behalf for a specific token, the token's contract or an entire vault
* @param delegate The hotwallet to act on your behalf
* @param contract_ The address for the contract you're delegating
* @param tokenId The token id for the token you're delegating
* @param vault The cold wallet who issued the delegation
*/
function checkDelegateForToken(address delegate, address vault, address contract_, uint256 tokenId)
external
view
returns (bool);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
/**
* Lazy Payable Claim interface
*/
interface IERC721LazyPayableClaim {
enum StorageProtocol { INVALID, NONE, ARWEAVE, IPFS }
struct ClaimParameters {
uint32 totalMax;
uint32 walletMax;
uint48 startDate;
uint48 endDate;
StorageProtocol storageProtocol;
bool identical;
bytes32 merkleRoot;
string location;
uint cost;
address payable paymentReceiver;
}
struct Claim {
uint32 total;
uint32 totalMax;
uint32 walletMax;
uint48 startDate;
uint48 endDate;
StorageProtocol storageProtocol;
bool identical;
bytes32 merkleRoot;
string location;
uint cost;
address payable paymentReceiver;
}
event ClaimInitialized(address indexed creatorContract, uint256 indexed claimIndex, address initializer);
event ClaimMint(address indexed creatorContract, uint256 indexed claimIndex);
event ClaimMintBatch(address indexed creatorContract, uint256 indexed claimIndex, uint16 mintCount);
/**
* @notice initialize a new claim, emit initialize event, and return the newly created index
* @param creatorContractAddress the creator contract the claim will mint tokens for
* @param claimIndex the index of the claim in the list of creatorContractAddress' _claims
* @param claimParameters the parameters which will affect the minting behavior of the claim
*/
function initializeClaim(address creatorContractAddress, uint256 claimIndex, ClaimParameters calldata claimParameters) external;
/**
* @notice update an existing claim at claimIndex
* @param creatorContractAddress the creator contract corresponding to the claim
* @param claimIndex the index of the claim in the list of creatorContractAddress' _claims
* @param claimParameters the parameters which will affect the minting behavior of the claim
*/
function updateClaim(address creatorContractAddress, uint256 claimIndex, ClaimParameters calldata claimParameters) external;
/**
* @notice update tokenURI parameters for an existing claim at claimIndex
* @param creatorContractAddress the creator contract corresponding to the claim
* @param claimIndex the index of the claim in the list of creatorContractAddress' _claims
* @param storageProtocol the new storage protocol
* @param identical the new value of identical
* @param location the new location
*/
function updateTokenURIParams(address creatorContractAddress, uint256 claimIndex, StorageProtocol storageProtocol, bool identical, string calldata location) external;
/**
* @notice get a claim corresponding to a creator contract and index
* @param creatorContractAddress the address of the creator contract
* @param claimIndex the index of the claim
* @return the claim object
*/
function getClaim(address creatorContractAddress, uint256 claimIndex) external view returns(Claim memory);
/**
* @notice check if a mint index has been consumed or not (only for merkle claims)
*
* @param creatorContractAddress the address of the creator contract for the claim
* @param claimIndex the index of the claim
* @param mintIndex the mint index of the claim
* @return whether or not the mint index was consumed
*/
function checkMintIndex(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex) external view returns(bool);
/**
* @notice check if multiple mint indices has been consumed or not (only for merkle claims)
*
* @param creatorContractAddress the address of the creator contract for the claim
* @param claimIndex the index of the claim
* @param mintIndices the mint index of the claim
* @return whether or not the mint index was consumed
*/
function checkMintIndices(address creatorContractAddress, uint256 claimIndex, uint32[] calldata mintIndices) external view returns(bool[] memory);
/**
* @notice get mints made for a wallet (only for non-merkle claims with walletMax)
*
* @param minter the address of the minting address
* @param creatorContractAddress the address of the creator contract for the claim
* @param claimIndex the index of the claim
* @return how many mints the minter has made
*/
function getTotalMints(address minter, address creatorContractAddress, uint256 claimIndex) external view returns(uint32);
/**
* @notice allow a wallet to lazily claim a token according to parameters
* @param creatorContractAddress the creator contract address
* @param claimIndex the index of the claim for which we will mint
* @param mintIndex the mint index (only needed for merkle claims)
* @param merkleProof if the claim has a merkleRoot, verifying merkleProof ensures that address + minterValue was used to construct it (only needed for merkle claims)
*/
function mint(address creatorContractAddress, uint256 claimIndex, uint32 mintIndex, bytes32[] calldata merkleProof, address mintFor) external payable;
/**
* @notice allow a wallet to lazily claim a token according to parameters
* @param creatorContractAddress the creator contract address
* @param claimIndex the index of the claim for which we will mint
* @param mintCount the number of claims to mint
* @param mintIndices the mint index (only needed for merkle claims)
* @param merkleProofs if the claim has a merkleRoot, verifying merkleProof ensures that address + minterValue was used to construct it (only needed for merkle claims)
*/
function mintBatch(address creatorContractAddress, uint256 claimIndex, uint16 mintCount, uint32[] calldata mintIndices, bytes32[][] calldata merkleProofs, address mintFor) external payable;
/**
* @notice allow admin to airdrop arbitrary tokens
* @param creatorContractAddress the creator contract the claim will mint tokens for
* @param claimIndex the index of the claim in the list of creatorContractAddress' _claims
* @param recipients addresses to airdrop to
* @param amounts number of tokens to airdrop to each address in addresses
*/
function airdrop(address creatorContractAddress, uint256 claimIndex, address[] calldata recipients, uint16[] calldata amounts) external;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
*/
library Strings {
bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";
uint8 private constant _ADDRESS_LENGTH = 20;
/**
* @dev Converts a `uint256` to its ASCII `string` decimal representation.
*/
function toString(uint256 value) internal pure returns (string memory) {
// 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 Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal representation.
*/
function toHexString(address addr) internal pure returns (string memory) {
return toHexString(uint256(uint160(addr)), _ADDRESS_LENGTH);
}
}// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (interfaces/IERC165.sol) pragma solidity ^0.8.0; import "../utils/introspection/IERC165.sol";
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/cryptography/MerkleProof.sol)
pragma solidity ^0.8.0;
/**
* @dev These functions deal with verification of Merkle Tree proofs.
*
* The proofs can be generated using the JavaScript library
* https://github.com/miguelmota/merkletreejs[merkletreejs].
* Note: the hashing algorithm should be keccak256 and pair sorting should be enabled.
*
* See `test/utils/cryptography/MerkleProof.test.js` for some examples.
*
* WARNING: You should avoid using leaf values that are 64 bytes long prior to
* hashing, or use a hash function other than keccak256 for hashing leaves.
* This is because the concatenation of a sorted pair of internal nodes in
* the merkle tree could be reinterpreted as a leaf value.
*/
library MerkleProof {
/**
* @dev Returns true if a `leaf` can be proved to be a part of a Merkle tree
* defined by `root`. For this, a `proof` must be provided, containing
* sibling hashes on the branch from the leaf to the root of the tree. Each
* pair of leaves and each pair of pre-images are assumed to be sorted.
*/
function verify(
bytes32[] memory proof,
bytes32 root,
bytes32 leaf
) internal pure returns (bool) {
return processProof(proof, leaf) == root;
}
/**
* @dev Calldata version of {verify}
*
* _Available since v4.7._
*/
function verifyCalldata(
bytes32[] calldata proof,
bytes32 root,
bytes32 leaf
) internal pure returns (bool) {
return processProofCalldata(proof, leaf) == root;
}
/**
* @dev Returns the rebuilt hash obtained by traversing a Merkle tree up
* from `leaf` using `proof`. A `proof` is valid if and only if the rebuilt
* hash matches the root of the tree. When processing the proof, the pairs
* of leafs & pre-images are assumed to be sorted.
*
* _Available since v4.4._
*/
function processProof(bytes32[] memory proof, bytes32 leaf) internal pure returns (bytes32) {
bytes32 computedHash = leaf;
for (uint256 i = 0; i < proof.length; i++) {
computedHash = _hashPair(computedHash, proof[i]);
}
return computedHash;
}
/**
* @dev Calldata version of {processProof}
*
* _Available since v4.7._
*/
function processProofCalldata(bytes32[] calldata proof, bytes32 leaf) internal pure returns (bytes32) {
bytes32 computedHash = leaf;
for (uint256 i = 0; i < proof.length; i++) {
computedHash = _hashPair(computedHash, proof[i]);
}
return computedHash;
}
/**
* @dev Returns true if the `leaves` can be proved to be a part of a Merkle tree defined by
* `root`, according to `proof` and `proofFlags` as described in {processMultiProof}.
*
* _Available since v4.7._
*/
function multiProofVerify(
bytes32[] memory proof,
bool[] memory proofFlags,
bytes32 root,
bytes32[] memory leaves
) internal pure returns (bool) {
return processMultiProof(proof, proofFlags, leaves) == root;
}
/**
* @dev Calldata version of {multiProofVerify}
*
* _Available since v4.7._
*/
function multiProofVerifyCalldata(
bytes32[] calldata proof,
bool[] calldata proofFlags,
bytes32 root,
bytes32[] memory leaves
) internal pure returns (bool) {
return processMultiProofCalldata(proof, proofFlags, leaves) == root;
}
/**
* @dev Returns the root of a tree reconstructed from `leaves` and the sibling nodes in `proof`,
* consuming from one or the other at each step according to the instructions given by
* `proofFlags`.
*
* _Available since v4.7._
*/
function processMultiProof(
bytes32[] memory proof,
bool[] memory proofFlags,
bytes32[] memory leaves
) internal pure returns (bytes32 merkleRoot) {
// This function rebuild the root hash by traversing the tree up from the leaves. The root is rebuilt by
// consuming and producing values on a queue. The queue starts with the `leaves` array, then goes onto the
// `hashes` array. At the end of the process, the last hash in the `hashes` array should contain the root of
// the merkle tree.
uint256 leavesLen = leaves.length;
uint256 totalHashes = proofFlags.length;
// Check proof validity.
require(leavesLen + proof.length - 1 == totalHashes, "MerkleProof: invalid multiproof");
// The xxxPos values are "pointers" to the next value to consume in each array. All accesses are done using
// `xxx[xxxPos++]`, which return the current value and increment the pointer, thus mimicking a queue's "pop".
bytes32[] memory hashes = new bytes32[](totalHashes);
uint256 leafPos = 0;
uint256 hashPos = 0;
uint256 proofPos = 0;
// At each step, we compute the next hash using two values:
// - a value from the "main queue". If not all leaves have been consumed, we get the next leaf, otherwise we
// get the next hash.
// - depending on the flag, either another value for the "main queue" (merging branches) or an element from the
// `proof` array.
for (uint256 i = 0; i < totalHashes; i++) {
bytes32 a = leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++];
bytes32 b = proofFlags[i] ? leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++] : proof[proofPos++];
hashes[i] = _hashPair(a, b);
}
if (totalHashes > 0) {
return hashes[totalHashes - 1];
} else if (leavesLen > 0) {
return leaves[0];
} else {
return proof[0];
}
}
/**
* @dev Calldata version of {processMultiProof}
*
* _Available since v4.7._
*/
function processMultiProofCalldata(
bytes32[] calldata proof,
bool[] calldata proofFlags,
bytes32[] memory leaves
) internal pure returns (bytes32 merkleRoot) {
// This function rebuild the root hash by traversing the tree up from the leaves. The root is rebuilt by
// consuming and producing values on a queue. The queue starts with the `leaves` array, then goes onto the
// `hashes` array. At the end of the process, the last hash in the `hashes` array should contain the root of
// the merkle tree.
uint256 leavesLen = leaves.length;
uint256 totalHashes = proofFlags.length;
// Check proof validity.
require(leavesLen + proof.length - 1 == totalHashes, "MerkleProof: invalid multiproof");
// The xxxPos values are "pointers" to the next value to consume in each array. All accesses are done using
// `xxx[xxxPos++]`, which return the current value and increment the pointer, thus mimicking a queue's "pop".
bytes32[] memory hashes = new bytes32[](totalHashes);
uint256 leafPos = 0;
uint256 hashPos = 0;
uint256 proofPos = 0;
// At each step, we compute the next hash using two values:
// - a value from the "main queue". If not all leaves have been consumed, we get the next leaf, otherwise we
// get the next hash.
// - depending on the flag, either another value for the "main queue" (merging branches) or an element from the
// `proof` array.
for (uint256 i = 0; i < totalHashes; i++) {
bytes32 a = leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++];
bytes32 b = proofFlags[i] ? leafPos < leavesLen ? leaves[leafPos++] : hashes[hashPos++] : proof[proofPos++];
hashes[i] = _hashPair(a, b);
}
if (totalHashes > 0) {
return hashes[totalHashes - 1];
} else if (leavesLen > 0) {
return leaves[0];
} else {
return proof[0];
}
}
function _hashPair(bytes32 a, bytes32 b) private pure returns (bytes32) {
return a < b ? _efficientHash(a, b) : _efficientHash(b, a);
}
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: MIT
// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol)
pragma solidity ^0.8.0;
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no nested
* (reentrant) calls to them.
*
* Note that because there is a single `nonReentrant` guard, functions marked as
* `nonReentrant` may not call one another. This can be worked around by making
* those functions `private`, and then adding `external` `nonReentrant` entry
* points to them.
*
* TIP: If you would like to learn more about reentrancy and alternative ways
* to protect against it, check out our blog post
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
*/
abstract contract ReentrancyGuard {
// Booleans are more expensive than uint256 or any type that takes up a full
// word because each write operation emits an extra SLOAD to first read the
// slot's contents, replace the bits taken up by the boolean, and then write
// back. This is the compiler's defense against contract upgrades and
// pointer aliasing, and it cannot be disabled.
// The values being non-zero value makes deployment a bit more expensive,
// but in exchange the refund on every call to nonReentrant will be lower in
// amount. Since refunds are capped to a percentage of the total
// transaction's gas, it is best to keep them low in cases like this one, to
// increase the likelihood of the full refund coming into effect.
uint256 private constant _NOT_ENTERED = 1;
uint256 private constant _ENTERED = 2;
uint256 private _status;
constructor() {
_status = _NOT_ENTERED;
}
/**
* @dev Prevents a contract from calling itself, directly or indirectly.
* Calling a `nonReentrant` function from another `nonReentrant`
* function is not supported. It is possible to prevent this from happening
* by making the `nonReentrant` function external, and making it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
// On the first call to nonReentrant, _notEntered will be true
require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
// Any calls to nonReentrant after this point will fail
_status = _ENTERED;
_;
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = _NOT_ENTERED;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
/**
* @dev Implement this if you want your extension to have overloadable URI's
*/
interface ICreatorExtensionTokenURI is IERC165 {
/**
* Get the uri for a given creator/tokenId
*/
function tokenURI(address creator, uint256 tokenId) external view returns (string memory);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
import "@openzeppelin/contracts/utils/introspection/ERC165.sol";
import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "./IAdminControl.sol";
abstract contract AdminControl is Ownable, IAdminControl, ERC165 {
using EnumerableSet for EnumerableSet.AddressSet;
// Track registered admins
EnumerableSet.AddressSet private _admins;
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
return interfaceId == type(IAdminControl).interfaceId
|| super.supportsInterface(interfaceId);
}
/**
* @dev Only allows approved admins to call the specified function
*/
modifier adminRequired() {
require(owner() == msg.sender || _admins.contains(msg.sender), "AdminControl: Must be owner or admin");
_;
}
/**
* @dev See {IAdminControl-getAdmins}.
*/
function getAdmins() external view override returns (address[] memory admins) {
admins = new address[](_admins.length());
for (uint i = 0; i < _admins.length(); i++) {
admins[i] = _admins.at(i);
}
return admins;
}
/**
* @dev See {IAdminControl-approveAdmin}.
*/
function approveAdmin(address admin) external override onlyOwner {
if (!_admins.contains(admin)) {
emit AdminApproved(admin, msg.sender);
_admins.add(admin);
}
}
/**
* @dev See {IAdminControl-revokeAdmin}.
*/
function revokeAdmin(address admin) external override onlyOwner {
if (_admins.contains(admin)) {
emit AdminRevoked(admin, msg.sender);
_admins.remove(admin);
}
}
/**
* @dev See {IAdminControl-isAdmin}.
*/
function isAdmin(address admin) public override view returns (bool) {
return (owner() == admin || _admins.contains(admin));
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
import "./ICreatorCore.sol";
/**
* @dev Core ERC721 creator interface
*/
interface IERC721CreatorCore is ICreatorCore {
/**
* @dev mint a token with no extension. Can only be called by an admin.
* Returns tokenId minted
*/
function mintBase(address to) external returns (uint256);
/**
* @dev mint a token with no extension. Can only be called by an admin.
* Returns tokenId minted
*/
function mintBase(address to, string calldata uri) external returns (uint256);
/**
* @dev batch mint a token with no extension. Can only be called by an admin.
* Returns tokenId minted
*/
function mintBaseBatch(address to, uint16 count) external returns (uint256[] memory);
/**
* @dev batch mint a token with no extension. Can only be called by an admin.
* Returns tokenId minted
*/
function mintBaseBatch(address to, string[] calldata uris) external returns (uint256[] memory);
/**
* @dev mint a token. Can only be called by a registered extension.
* Returns tokenId minted
*/
function mintExtension(address to) external returns (uint256);
/**
* @dev mint a token. Can only be called by a registered extension.
* Returns tokenId minted
*/
function mintExtension(address to, string calldata uri) external returns (uint256);
/**
* @dev batch mint a token. Can only be called by a registered extension.
* Returns tokenIds minted
*/
function mintExtensionBatch(address to, uint16 count) external returns (uint256[] memory);
/**
* @dev batch mint a token. Can only be called by a registered extension.
* Returns tokenId minted
*/
function mintExtensionBatch(address to, string[] calldata uris) external returns (uint256[] memory);
/**
* @dev burn a token. Can only be called by token owner or approved address.
* On burn, calls back to the registered extension's onBurn method
*/
function burn(uint256 tokenId) external;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
pragma solidity ^0.8.0;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
* queried by others ({ERC165Checker}).
*
* For an implementation, see {ERC165}.
*/
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
* to learn more about how these ids are created.
*
* This function call must use less than 30 000 gas.
*/
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
/**
* @dev Interface for admin control
*/
interface IAdminControl is IERC165 {
event AdminApproved(address indexed account, address indexed sender);
event AdminRevoked(address indexed account, address indexed sender);
/**
* @dev gets address of all admins
*/
function getAdmins() external view returns (address[] memory);
/**
* @dev add an admin. Can only be called by contract owner.
*/
function approveAdmin(address admin) external;
/**
* @dev remove an admin. Can only be called by contract owner.
*/
function revokeAdmin(address admin) external;
/**
* @dev checks whether or not given address is an admin
* Returns True if they are
*/
function isAdmin(address admin) external view returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
pragma solidity ^0.8.0;
import "../utils/Context.sol";
/**
* @dev Contract module which provides a basic access control mechanism, where
* there is an account (an owner) that can be granted exclusive access to
* specific functions.
*
* By default, the owner account will be the one that deploys the contract. This
* can later be changed with {transferOwnership}.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
abstract contract Ownable is Context {
address private _owner;
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);
/**
* @dev Initializes the contract setting the deployer as the initial owner.
*/
constructor() {
_transferOwnership(_msgSender());
}
/**
* @dev Throws if called by any account other than the owner.
*/
modifier onlyOwner() {
_checkOwner();
_;
}
/**
* @dev Returns the address of the current owner.
*/
function owner() public view virtual returns (address) {
return _owner;
}
/**
* @dev Throws if the sender is not the owner.
*/
function _checkOwner() internal view virtual {
require(owner() == _msgSender(), "Ownable: caller is not the owner");
}
/**
* @dev Leaves the contract without owner. It will not be possible to call
* `onlyOwner` functions anymore. Can only be called by the current owner.
*
* NOTE: Renouncing ownership will leave the contract without an owner,
* thereby removing any functionality that is only available to the owner.
*/
function renounceOwnership() public virtual onlyOwner {
_transferOwnership(address(0));
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Can only be called by the current owner.
*/
function transferOwnership(address newOwner) public virtual onlyOwner {
require(newOwner != address(0), "Ownable: new owner is the zero address");
_transferOwnership(newOwner);
}
/**
* @dev Transfers ownership of the contract to a new account (`newOwner`).
* Internal function without access restriction.
*/
function _transferOwnership(address newOwner) internal virtual {
address oldOwner = _owner;
_owner = newOwner;
emit OwnershipTransferred(oldOwner, newOwner);
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (utils/structs/EnumerableSet.sol)
pragma solidity ^0.8.0;
/**
* @dev Library for managing
* https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
* types.
*
* Sets have the following properties:
*
* - Elements are added, removed, and checked for existence in constant time
* (O(1)).
* - Elements are enumerated in O(n). No guarantees are made on the ordering.
*
* ```
* contract Example {
* // Add the library methods
* using EnumerableSet for EnumerableSet.AddressSet;
*
* // Declare a set state variable
* EnumerableSet.AddressSet private mySet;
* }
* ```
*
* As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`)
* and `uint256` (`UintSet`) are supported.
*
* [WARNING]
* ====
* Trying to delete such a structure from storage will likely result in data corruption, rendering the structure unusable.
* See https://github.com/ethereum/solidity/pull/11843[ethereum/solidity#11843] for more info.
*
* In order to clean an EnumerableSet, you can either remove all elements one by one or create a fresh instance using an array of EnumerableSet.
* ====
*/
library EnumerableSet {
// To implement this library for multiple types with as little code
// repetition as possible, we write it in terms of a generic Set type with
// bytes32 values.
// The Set implementation uses private functions, and user-facing
// implementations (such as AddressSet) are just wrappers around the
// underlying Set.
// This means that we can only create new EnumerableSets for types that fit
// in bytes32.
struct Set {
// Storage of set values
bytes32[] _values;
// Position of the value in the `values` array, plus 1 because index 0
// means a value is not in the set.
mapping(bytes32 => uint256) _indexes;
}
/**
* @dev Add a value to a set. O(1).
*
* Returns true if the value was added to the set, that is if it was not
* already present.
*/
function _add(Set storage set, bytes32 value) private returns (bool) {
if (!_contains(set, value)) {
set._values.push(value);
// The value is stored at length-1, but we add 1 to all indexes
// and use 0 as a sentinel value
set._indexes[value] = set._values.length;
return true;
} else {
return false;
}
}
/**
* @dev Removes a value from a set. O(1).
*
* Returns true if the value was removed from the set, that is if it was
* present.
*/
function _remove(Set storage set, bytes32 value) private returns (bool) {
// We read and store the value's index to prevent multiple reads from the same storage slot
uint256 valueIndex = set._indexes[value];
if (valueIndex != 0) {
// Equivalent to contains(set, value)
// To delete an element from the _values array in O(1), we swap the element to delete with the last one in
// the array, and then remove the last element (sometimes called as 'swap and pop').
// This modifies the order of the array, as noted in {at}.
uint256 toDeleteIndex = valueIndex - 1;
uint256 lastIndex = set._values.length - 1;
if (lastIndex != toDeleteIndex) {
bytes32 lastValue = set._values[lastIndex];
// Move the last value to the index where the value to delete is
set._values[toDeleteIndex] = lastValue;
// Update the index for the moved value
set._indexes[lastValue] = valueIndex; // Replace lastValue's index to valueIndex
}
// Delete the slot where the moved value was stored
set._values.pop();
// Delete the index for the deleted slot
delete set._indexes[value];
return true;
} else {
return false;
}
}
/**
* @dev Returns true if the value is in the set. O(1).
*/
function _contains(Set storage set, bytes32 value) private view returns (bool) {
return set._indexes[value] != 0;
}
/**
* @dev Returns the number of values on the set. O(1).
*/
function _length(Set storage set) private view returns (uint256) {
return set._values.length;
}
/**
* @dev Returns the value stored at position `index` in the set. O(1).
*
* Note that there are no guarantees on the ordering of values inside the
* array, and it may change when more values are added or removed.
*
* Requirements:
*
* - `index` must be strictly less than {length}.
*/
function _at(Set storage set, uint256 index) private view returns (bytes32) {
return set._values[index];
}
/**
* @dev Return the entire set in an array
*
* WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
* to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
* this function has an unbounded cost, and using it as part of a state-changing function may render the function
* uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
*/
function _values(Set storage set) private view returns (bytes32[] memory) {
return set._values;
}
// Bytes32Set
struct Bytes32Set {
Set _inner;
}
/**
* @dev Add a value to a set. O(1).
*
* Returns true if the value was added to the set, that is if it was not
* already present.
*/
function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
return _add(set._inner, value);
}
/**
* @dev Removes a value from a set. O(1).
*
* Returns true if the value was removed from the set, that is if it was
* present.
*/
function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) {
return _remove(set._inner, value);
}
/**
* @dev Returns true if the value is in the set. O(1).
*/
function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) {
return _contains(set._inner, value);
}
/**
* @dev Returns the number of values in the set. O(1).
*/
function length(Bytes32Set storage set) internal view returns (uint256) {
return _length(set._inner);
}
/**
* @dev Returns the value stored at position `index` in the set. O(1).
*
* Note that there are no guarantees on the ordering of values inside the
* array, and it may change when more values are added or removed.
*
* Requirements:
*
* - `index` must be strictly less than {length}.
*/
function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) {
return _at(set._inner, index);
}
/**
* @dev Return the entire set in an array
*
* WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
* to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
* this function has an unbounded cost, and using it as part of a state-changing function may render the function
* uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
*/
function values(Bytes32Set storage set) internal view returns (bytes32[] memory) {
return _values(set._inner);
}
// AddressSet
struct AddressSet {
Set _inner;
}
/**
* @dev Add a value to a set. O(1).
*
* Returns true if the value was added to the set, that is if it was not
* already present.
*/
function add(AddressSet storage set, address value) internal returns (bool) {
return _add(set._inner, bytes32(uint256(uint160(value))));
}
/**
* @dev Removes a value from a set. O(1).
*
* Returns true if the value was removed from the set, that is if it was
* present.
*/
function remove(AddressSet storage set, address value) internal returns (bool) {
return _remove(set._inner, bytes32(uint256(uint160(value))));
}
/**
* @dev Returns true if the value is in the set. O(1).
*/
function contains(AddressSet storage set, address value) internal view returns (bool) {
return _contains(set._inner, bytes32(uint256(uint160(value))));
}
/**
* @dev Returns the number of values in the set. O(1).
*/
function length(AddressSet storage set) internal view returns (uint256) {
return _length(set._inner);
}
/**
* @dev Returns the value stored at position `index` in the set. O(1).
*
* Note that there are no guarantees on the ordering of values inside the
* array, and it may change when more values are added or removed.
*
* Requirements:
*
* - `index` must be strictly less than {length}.
*/
function at(AddressSet storage set, uint256 index) internal view returns (address) {
return address(uint160(uint256(_at(set._inner, index))));
}
/**
* @dev Return the entire set in an array
*
* WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
* to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
* this function has an unbounded cost, and using it as part of a state-changing function may render the function
* uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
*/
function values(AddressSet storage set) internal view returns (address[] memory) {
bytes32[] memory store = _values(set._inner);
address[] memory result;
/// @solidity memory-safe-assembly
assembly {
result := store
}
return result;
}
// UintSet
struct UintSet {
Set _inner;
}
/**
* @dev Add a value to a set. O(1).
*
* Returns true if the value was added to the set, that is if it was not
* already present.
*/
function add(UintSet storage set, uint256 value) internal returns (bool) {
return _add(set._inner, bytes32(value));
}
/**
* @dev Removes a value from a set. O(1).
*
* Returns true if the value was removed from the set, that is if it was
* present.
*/
function remove(UintSet storage set, uint256 value) internal returns (bool) {
return _remove(set._inner, bytes32(value));
}
/**
* @dev Returns true if the value is in the set. O(1).
*/
function contains(UintSet storage set, uint256 value) internal view returns (bool) {
return _contains(set._inner, bytes32(value));
}
/**
* @dev Returns the number of values on the set. O(1).
*/
function length(UintSet storage set) internal view returns (uint256) {
return _length(set._inner);
}
/**
* @dev Returns the value stored at position `index` in the set. O(1).
*
* Note that there are no guarantees on the ordering of values inside the
* array, and it may change when more values are added or removed.
*
* Requirements:
*
* - `index` must be strictly less than {length}.
*/
function at(UintSet storage set, uint256 index) internal view returns (uint256) {
return uint256(_at(set._inner, index));
}
/**
* @dev Return the entire set in an array
*
* WARNING: This operation will copy the entire storage to memory, which can be quite expensive. This is designed
* to mostly be used by view accessors that are queried without any gas fees. Developers should keep in mind that
* this function has an unbounded cost, and using it as part of a state-changing function may render the function
* uncallable if the set grows to a point where copying to memory consumes too much gas to fit in a block.
*/
function values(UintSet storage set) internal view returns (uint256[] memory) {
bytes32[] memory store = _values(set._inner);
uint256[] memory result;
/// @solidity memory-safe-assembly
assembly {
result := store
}
return result;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)
pragma solidity ^0.8.0;
import "./IERC165.sol";
/**
* @dev Implementation of the {IERC165} interface.
*
* Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
* for the additional interface id that will be supported. For example:
*
* ```solidity
* function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
* return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
* }
* ```
*
* Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
*/
abstract contract ERC165 is IERC165 {
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
return interfaceId == type(IERC165).interfaceId;
}
}// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/// @author: manifold.xyz
import "@openzeppelin/contracts/utils/introspection/IERC165.sol";
/**
* @dev Core creator interface
*/
interface ICreatorCore is IERC165 {
event ExtensionRegistered(address indexed extension, address indexed sender);
event ExtensionUnregistered(address indexed extension, address indexed sender);
event ExtensionBlacklisted(address indexed extension, address indexed sender);
event MintPermissionsUpdated(address indexed extension, address indexed permissions, address indexed sender);
event RoyaltiesUpdated(uint256 indexed tokenId, address payable[] receivers, uint256[] basisPoints);
event DefaultRoyaltiesUpdated(address payable[] receivers, uint256[] basisPoints);
event ExtensionRoyaltiesUpdated(address indexed extension, address payable[] receivers, uint256[] basisPoints);
event ExtensionApproveTransferUpdated(address indexed extension, bool enabled);
/**
* @dev gets address of all extensions
*/
function getExtensions() external view returns (address[] memory);
/**
* @dev add an extension. Can only be called by contract owner or admin.
* extension address must point to a contract implementing ICreatorExtension.
* Returns True if newly added, False if already added.
*/
function registerExtension(address extension, string calldata baseURI) external;
/**
* @dev add an extension. Can only be called by contract owner or admin.
* extension address must point to a contract implementing ICreatorExtension.
* Returns True if newly added, False if already added.
*/
function registerExtension(address extension, string calldata baseURI, bool baseURIIdentical) external;
/**
* @dev add an extension. Can only be called by contract owner or admin.
* Returns True if removed, False if already removed.
*/
function unregisterExtension(address extension) external;
/**
* @dev blacklist an extension. Can only be called by contract owner or admin.
* This function will destroy all ability to reference the metadata of any tokens created
* by the specified extension. It will also unregister the extension if needed.
* Returns True if removed, False if already removed.
*/
function blacklistExtension(address extension) external;
/**
* @dev set the baseTokenURI of an extension. Can only be called by extension.
*/
function setBaseTokenURIExtension(string calldata uri) external;
/**
* @dev set the baseTokenURI of an extension. Can only be called by extension.
* For tokens with no uri configured, tokenURI will return "uri+tokenId"
*/
function setBaseTokenURIExtension(string calldata uri, bool identical) external;
/**
* @dev set the common prefix of an extension. Can only be called by extension.
* If configured, and a token has a uri set, tokenURI will return "prefixURI+tokenURI"
* Useful if you want to use ipfs/arweave
*/
function setTokenURIPrefixExtension(string calldata prefix) external;
/**
* @dev set the tokenURI of a token extension. Can only be called by extension that minted token.
*/
function setTokenURIExtension(uint256 tokenId, string calldata uri) external;
/**
* @dev set the tokenURI of a token extension for multiple tokens. Can only be called by extension that minted token.
*/
function setTokenURIExtension(uint256[] memory tokenId, string[] calldata uri) external;
/**
* @dev set the baseTokenURI for tokens with no extension. Can only be called by owner/admin.
* For tokens with no uri configured, tokenURI will return "uri+tokenId"
*/
function setBaseTokenURI(string calldata uri) external;
/**
* @dev set the common prefix for tokens with no extension. Can only be called by owner/admin.
* If configured, and a token has a uri set, tokenURI will return "prefixURI+tokenURI"
* Useful if you want to use ipfs/arweave
*/
function setTokenURIPrefix(string calldata prefix) external;
/**
* @dev set the tokenURI of a token with no extension. Can only be called by owner/admin.
*/
function setTokenURI(uint256 tokenId, string calldata uri) external;
/**
* @dev set the tokenURI of multiple tokens with no extension. Can only be called by owner/admin.
*/
function setTokenURI(uint256[] memory tokenIds, string[] calldata uris) external;
/**
* @dev set a permissions contract for an extension. Used to control minting.
*/
function setMintPermissions(address extension, address permissions) external;
/**
* @dev Configure so transfers of tokens created by the caller (must be extension) gets approval
* from the extension before transferring
*/
function setApproveTransferExtension(bool enabled) external;
/**
* @dev get the extension of a given token
*/
function tokenExtension(uint256 tokenId) external view returns (address);
/**
* @dev Set default royalties
*/
function setRoyalties(address payable[] calldata receivers, uint256[] calldata basisPoints) external;
/**
* @dev Set royalties of a token
*/
function setRoyalties(uint256 tokenId, address payable[] calldata receivers, uint256[] calldata basisPoints) external;
/**
* @dev Set royalties of an extension
*/
function setRoyaltiesExtension(address extension, address payable[] calldata receivers, uint256[] calldata basisPoints) external;
/**
* @dev Get royalites of a token. Returns list of receivers and basisPoints
*/
function getRoyalties(uint256 tokenId) external view returns (address payable[] memory, uint256[] memory);
// Royalty support for various other standards
function getFeeRecipients(uint256 tokenId) external view returns (address payable[] memory);
function getFeeBps(uint256 tokenId) external view returns (uint[] memory);
function getFees(uint256 tokenId) external view returns (address payable[] memory, uint256[] memory);
function royaltyInfo(uint256 tokenId, uint256 value) external view returns (address, uint256);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
pragma solidity ^0.8.0;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}{
"optimizer": {
"enabled": true,
"runs": 1000
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"delegationRegistry","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"creatorContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"claimIndex","type":"uint256"},{"indexed":false,"internalType":"address","name":"initializer","type":"address"}],"name":"ClaimInitialized","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"creatorContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"claimIndex","type":"uint256"}],"name":"ClaimMint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"creatorContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"claimIndex","type":"uint256"},{"indexed":false,"internalType":"uint16","name":"mintCount","type":"uint16"}],"name":"ClaimMintBatch","type":"event"},{"inputs":[],"name":"DELEGATION_REGISTRY","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"internalType":"address[]","name":"recipients","type":"address[]"},{"internalType":"uint16[]","name":"amounts","type":"uint16[]"}],"name":"airdrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"internalType":"uint32","name":"mintIndex","type":"uint32"}],"name":"checkMintIndex","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"internalType":"uint32[]","name":"mintIndices","type":"uint32[]"}],"name":"checkMintIndices","outputs":[{"internalType":"bool[]","name":"minted","type":"bool[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"}],"name":"getClaim","outputs":[{"components":[{"internalType":"uint32","name":"total","type":"uint32"},{"internalType":"uint32","name":"totalMax","type":"uint32"},{"internalType":"uint32","name":"walletMax","type":"uint32"},{"internalType":"uint48","name":"startDate","type":"uint48"},{"internalType":"uint48","name":"endDate","type":"uint48"},{"internalType":"enum IERC721LazyPayableClaim.StorageProtocol","name":"storageProtocol","type":"uint8"},{"internalType":"bool","name":"identical","type":"bool"},{"internalType":"bytes32","name":"merkleRoot","type":"bytes32"},{"internalType":"string","name":"location","type":"string"},{"internalType":"uint256","name":"cost","type":"uint256"},{"internalType":"address payable","name":"paymentReceiver","type":"address"}],"internalType":"struct IERC721LazyPayableClaim.Claim","name":"claim","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"minter","type":"address"},{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"}],"name":"getTotalMints","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"components":[{"internalType":"uint32","name":"totalMax","type":"uint32"},{"internalType":"uint32","name":"walletMax","type":"uint32"},{"internalType":"uint48","name":"startDate","type":"uint48"},{"internalType":"uint48","name":"endDate","type":"uint48"},{"internalType":"enum IERC721LazyPayableClaim.StorageProtocol","name":"storageProtocol","type":"uint8"},{"internalType":"bool","name":"identical","type":"bool"},{"internalType":"bytes32","name":"merkleRoot","type":"bytes32"},{"internalType":"string","name":"location","type":"string"},{"internalType":"uint256","name":"cost","type":"uint256"},{"internalType":"address payable","name":"paymentReceiver","type":"address"}],"internalType":"struct IERC721LazyPayableClaim.ClaimParameters","name":"claimParameters","type":"tuple"}],"name":"initializeClaim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"internalType":"uint32","name":"mintIndex","type":"uint32"},{"internalType":"bytes32[]","name":"merkleProof","type":"bytes32[]"},{"internalType":"address","name":"mintFor","type":"address"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"internalType":"uint16","name":"mintCount","type":"uint16"},{"internalType":"uint32[]","name":"mintIndices","type":"uint32[]"},{"internalType":"bytes32[][]","name":"merkleProofs","type":"bytes32[][]"},{"internalType":"address","name":"mintFor","type":"address"}],"name":"mintBatch","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"uri","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"components":[{"internalType":"uint32","name":"totalMax","type":"uint32"},{"internalType":"uint32","name":"walletMax","type":"uint32"},{"internalType":"uint48","name":"startDate","type":"uint48"},{"internalType":"uint48","name":"endDate","type":"uint48"},{"internalType":"enum IERC721LazyPayableClaim.StorageProtocol","name":"storageProtocol","type":"uint8"},{"internalType":"bool","name":"identical","type":"bool"},{"internalType":"bytes32","name":"merkleRoot","type":"bytes32"},{"internalType":"string","name":"location","type":"string"},{"internalType":"uint256","name":"cost","type":"uint256"},{"internalType":"address payable","name":"paymentReceiver","type":"address"}],"internalType":"struct IERC721LazyPayableClaim.ClaimParameters","name":"claimParameters","type":"tuple"}],"name":"updateClaim","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"creatorContractAddress","type":"address"},{"internalType":"uint256","name":"claimIndex","type":"uint256"},{"internalType":"enum IERC721LazyPayableClaim.StorageProtocol","name":"storageProtocol","type":"uint8"},{"internalType":"bool","name":"identical","type":"bool"},{"internalType":"string","name":"location","type":"string"}],"name":"updateTokenURIParams","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
60a06040523480156200001157600080fd5b5060405162003f0138038062003f0183398101604081905262000034916200004b565b60016000556001600160a01b03166080526200007d565b6000602082840312156200005e57600080fd5b81516001600160a01b03811681146200007657600080fd5b9392505050565b608051613e61620000a0600039600081816101b50152612ebc0152613e616000f3fe6080604052600436106100d25760003560e01c80635f2f51291161007f578063cda0853611610059578063cda085361461024f578063e9dc63751461026f578063f8a6137b1461029c578063fa2b068f146102c957600080fd5b80635f2f5129146101ef57806399c143471461020f578063c95d571d1461022f57600080fd5b80632a6521ec116100b05780632a6521ec1461014e57806342f3bef41461016e5780634daadff7146101a357600080fd5b806301ffc9a7146100d75780630f79ab391461010c57806326c858a414610139575b600080fd5b3480156100e357600080fd5b506100f76100f23660046132ba565b6102dc565b60405190151581526020015b60405180910390f35b34801561011857600080fd5b5061012c6101273660046132fc565b610379565b60405161010391906133b0565b61014c6101473660046134f3565b6105b9565b005b34801561015a57600080fd5b5061014c6101693660046135a3565b610ceb565b34801561017a57600080fd5b5061018e610189366004613604565b61132a565b60405163ffffffff9091168152602001610103565b3480156101af57600080fd5b506101d77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610103565b3480156101fb57600080fd5b5061014c61020a366004613645565b61146b565b34801561021b57600080fd5b5061014c61022a3660046136ee565b6117b4565b34801561023b57600080fd5b5061014c61024a3660046135a3565b611d5f565b34801561025b57600080fd5b506100f761026a3660046137b3565b6122d5565b34801561027b57600080fd5b5061028f61028a3660046132fc565b6123f7565b60405161010391906137f1565b3480156102a857600080fd5b506102bc6102b7366004613804565b612751565b6040516101039190613860565b61014c6102d73660046138a6565b612804565b60006001600160e01b031982167f81b9b93400000000000000000000000000000000000000000000000000000000148061033f57506001600160e01b031982167fe9dc637500000000000000000000000000000000000000000000000000000000145b8061037357506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b604080516101608101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820183905261010082015261012081018290526101408101919091526001600160a01b0383166000908152600160209081526040808320858452825291829020825161016081018452815463ffffffff80821683526401000000008204811694830194909452600160401b81049093169381019390935265ffffffffffff600160601b830481166060850152600160901b83041660808401529060a083019060ff600160c01b90910416600381111561047057610470613328565b600381111561048157610481613328565b81528154600160c81b900460ff1615156020820152600182015460408201526002820180546060909201916104b590613929565b80601f01602080910402602001604051908101604052809291908181526020018280546104e190613929565b801561052e5780601f106105035761010080835404028352916020019161052e565b820191906000526020600020905b81548152906001019060200180831161051157829003601f168201915b5050509183525050600382015460208201526004909101546001600160a01b0316604090910152905060008160a00151600381111561056f5761056f613328565b036103735760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064015b60405180910390fd5b6001600160a01b03881660009081526001602090815260408083208a84529091528120908154600160c01b900460ff1660038111156105fa576105fa613328565b0361063f5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b8661ffff1681600301546106539190613979565b34146106a15760405162461bcd60e51b815260206004820152600e60248201527f4d75737420706179206d6f72652e00000000000000000000000000000000000060448201526064016105b0565b8054600160601b900465ffffffffffff1615806106ce5750805442600160601b90910465ffffffffffff16105b61071a5760405162461bcd60e51b815260206004820152601d60248201527f5472616e73616374696f6e206265666f7265207374617274206461746500000060448201526064016105b0565b8054600160901b900465ffffffffffff1615806107485750805442600160901b90910465ffffffffffff1610155b6107945760405162461bcd60e51b815260206004820152601a60248201527f5472616e73616374696f6e20616674657220656e64206461746500000000000060448201526064016105b0565b8054640100000000900463ffffffff1615806107d65750805463ffffffff64010000000082048116916107cd9161ffff8b169116613990565b63ffffffff1611155b6108485760405162461bcd60e51b815260206004820152602160248201527f546f6f206d616e792072657175657374656420666f72207468697320636c616960448201527f6d0000000000000000000000000000000000000000000000000000000000000060648201526084016105b0565b805460009061085e9063ffffffff166001613990565b825463ffffffff19811661ffff8b1663ffffffff928316018216178455600184015491169150156109a05761ffff88168614801561089f575061ffff881684145b6108eb5760405162461bcd60e51b815260206004820152600d60248201527f496e76616c696420696e7075740000000000000000000000000000000000000060448201526064016105b0565b60005b8861ffff1681101561099a57600088888381811061090e5761090e6139b4565b905060200201602081019061092391906139ca565b90506000878784818110610939576109396139b4565b905060200281019061094b91906139e5565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092935061099092508791508f90508e85858b612e17565b50506001016108ee565b50610aaa565b8154600160401b900463ffffffff1615610aaa5781546001600160a01b038b1660009081526002602090815260408083208d84528252808320338452909152902054600160401b90910463ffffffff1690610a009061ffff8b1690613a2f565b1115610a745760405162461bcd60e51b815260206004820152602260248201527f546f6f206d616e792072657175657374656420666f7220746869732077616c6c60448201527f657400000000000000000000000000000000000000000000000000000000000060648201526084016105b0565b6001600160a01b038a1660009081526002602090815260408083208c845282528083203384529091529020805461ffff8a160190555b6040517fe00aab4b00000000000000000000000000000000000000000000000000000000815233600482015261ffff891660248201526000906001600160a01b038c169063e00aab4b906044016000604051808303816000875af1158015610b16573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b3e9190810190613a58565b905060005b8961ffff16811015610bf35760405180604001604052808c6001600160e01b031681526020018285610b759190613a2f565b63ffffffff1690526001600160a01b038d1660009081526004602052604081208451909190859085908110610bac57610bac6139b4565b6020908102919091018101518252818101929092526040016000208251929091015163ffffffff16600160e01b026001600160e01b03909216919091179055600101610b43565b5060048301546040516000916001600160a01b03169034908381818185875af1925050503d8060008114610c43576040519150601f19603f3d011682016040523d82523d6000602084013e610c48565b606091505b5050905080610c995760405162461bcd60e51b815260206004820152601e60248201527f4661696c656420746f207472616e7366657220746f207265636569766572000060448201526064016105b0565b60405161ffff8b1681528b906001600160a01b038e16907f74f5d3254dfa39a7b1217a27d5d9b3e061eafe11720eca1cf499da2dc1eb12599060200160405180910390a3505050505050505050505050565b604051630935e01b60e21b8152336004820152839081906001600160a01b038216906324d7806c90602401602060405180830381865afa158015610d33573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d579190613b16565b610db75760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b60006001600160a01b0386166000908152600160209081526040808320888452909152902054600160c01b900460ff166003811115610df857610df8613328565b14610e455760405162461bcd60e51b815260206004820152601960248201527f436c61696d20616c726561647920696e697469616c697a65640000000000000060448201526064016105b0565b6000610e5760a0850160808601613b33565b6003811115610e6857610e68613328565b03610edb5760405162461bcd60e51b815260206004820152602f60248201527f43616e6e6f7420696e697469616c697a65207769746820696e76616c6964207360448201527f746f726167652070726f746f636f6c000000000000000000000000000000000060648201526084016105b0565b610eeb6080840160608501613b4e565b65ffffffffffff161580610f2c5750610f0a6080840160608501613b4e565b65ffffffffffff16610f226060850160408601613b4e565b65ffffffffffff16105b610f9e5760405162461bcd60e51b815260206004820152603660248201527f43616e6e6f74206861766520737461727444617465206772656174657220746860448201527f616e206f7220657175616c20746f20656e64446174650000000000000000000060648201526084016105b0565b60c08301351580610fc25750610fba60408401602085016139ca565b63ffffffff16155b6110345760405162461bcd60e51b815260206004820152603160248201527f43616e6e6f742070726f7669646520626f7468206d696e747350657257616c6c60448201527f657420616e64206d65726b6c65526f6f7400000000000000000000000000000060648201526084016105b0565b60408051610160810190915260008152602080820190611056908601866139ca565b63ffffffff16815260200184602001602081019061107491906139ca565b63ffffffff16815260200161108f6060860160408701613b4e565b65ffffffffffff1681526020016110ac6080860160608701613b4e565b65ffffffffffff1681526020016110c960a0860160808701613b33565b60038111156110da576110da613328565b81526020016110ef60c0860160a08701613b76565b1515815260c0850135602082015260400161110d60e0860186613b93565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505090825250610100850135602082015260400161116461014086016101208701613bda565b6001600160a01b03908116909152861660009081526001602090815260408083208884528252918290208351815492850151938501516060860151608087015165ffffffffffff908116600160901b0265ffffffffffff60901b1991909216600160601b0271ffffffffffff0000000000000000000000001963ffffffff948516600160401b021671ffffffffffffffffffff0000000000000000199885166401000000000267ffffffffffffffff199098169490951693909317959095179590951691909117179182168317815560a084015190929091839160ff60c01b191666ffffffffffffff60901b1990911617600160c01b83600381111561126c5761126c613328565b021790555060c08201518154901515600160c81b0260ff60c81b1990911617815560e0820151600182015561010082015160028201906112ac9082613c46565b506101208201516003820155610140909101516004909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905560405133815285918716907fd02727da4c6c6c111e00310108209a4de39f6817414df43ca1a10730d47c6a349060200160405180910390a35050505050565b6001600160a01b03821660009081526001602090815260408083208484529091528120818154600160c01b900460ff16600381111561136b5761136b613328565b036113b05760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b8054600160401b900463ffffffff166000036114345760405162461bcd60e51b815260206004820152603660248201527f43616e206f6e6c7920726574726965766520666f72206e6f6e2d6d65726b6c6560448201527f20636c61696d7320776974682077616c6c65744d61780000000000000000000060648201526084016105b0565b50506001600160a01b0380831660009081526002602090815260408083208584528252808320938716835292905220549392505050565b604051630935e01b60e21b8152336004820152869081906001600160a01b038216906324d7806c90602401602060405180830381865afa1580156114b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114d79190613b16565b6115375760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b8483146115ac5760405162461bcd60e51b815260206004820152603160248201527f556e657175616c206e756d626572206f6620726563697069656e747320616e6460448201527f20616d6f756e74732070726f766964656400000000000000000000000000000060648201526084016105b0565b6001600160a01b03881660009081526001602081815260408084208b8552909152822080549092916115e49163ffffffff1690613990565b63ffffffff16905060005b878110156117a75760008b6001600160a01b031663e00aab4b8b8b8581811061161a5761161a6139b4565b905060200201602081019061162f9190613bda565b8a8a86818110611641576116416139b4565b90506020020160208101906116569190613d06565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015261ffff1660248201526044016000604051808303816000875af11580156116a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526116cd9190810190613a58565b905060005b815181101561177f5760405180604001604052808d6001600160e01b0316815260200182866117019190613a2f565b63ffffffff1690526001600160a01b038e1660009081526004602052604081208451909190859085908110611738576117386139b4565b6020908102919091018101518252818101929092526040016000208251929091015163ffffffff16600160e01b026001600160e01b039092169190911790556001016116d2565b5051835463ffffffff80821683011663ffffffff1990911617845591909101906001016115ef565b5050505050505050505050565b604051630935e01b60e21b8152336004820152869081906001600160a01b038216906324d7806c90602401602060405180830381865afa1580156117fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118209190613b16565b6118805760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b6001600160a01b03881660009081526001602090815260408083208a84528252808320815161016081018352815463ffffffff80821683526401000000008204811695830195909552600160401b81049094169281019290925265ffffffffffff600160601b840481166060840152600160901b8404166080830152909160a083019060ff600160c01b90910416600381111561191f5761191f613328565b600381111561193057611930613328565b81528154600160c81b900460ff16151560208201526001820154604082015260028201805460609092019161196490613929565b80601f016020809104026020016040519081016040528092919081815260200182805461199090613929565b80156119dd5780601f106119b2576101008083540402835291602001916119dd565b820191906000526020600020905b8154815290600101906020018083116119c057829003601f168201915b5050509183525050600382015460208201526004909101546001600160a01b0316604090910152905060006001600160a01b038a1660009081526001602090815260408083208c8452909152902054600160c01b900460ff166003811115611a4757611a47613328565b03611a8c5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b6000876003811115611aa057611aa0613328565b03611af95760405162461bcd60e51b815260206004820152602360248201527f43616e6e6f742073657420696e76616c69642073746f726167652070726f746f60448201526218dbdb60ea1b60648201526084016105b0565b604051806101600160405280826000015163ffffffff168152602001826020015163ffffffff168152602001826040015163ffffffff168152602001826060015165ffffffffffff168152602001826080015165ffffffffffff168152602001886003811115611b6b57611b6b613328565b815260200187151581526020018260e00151815260200186868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509385525050506101208401516020808401919091526101408501516001600160a01b039081166040948501528d168252600181528282208c83528152908290208351815492850151938501516060860151608087015165ffffffffffff908116600160901b0265ffffffffffff60901b1991909216600160601b0271ffffffffffff0000000000000000000000001963ffffffff948516600160401b021671ffffffffffffffffffff0000000000000000199885166401000000000267ffffffffffffffff199098169490951693909317959095179590951691909117179182168317815560a084015190929091839160ff60c01b191666ffffffffffffff60901b1990911617600160c01b836003811115611cd257611cd2613328565b021790555060c08201518154901515600160c81b0260ff60c81b1990911617815560e082015160018201556101008201516002820190611d129082613c46565b506101208201516003820155610140909101516004909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055505050505050505050565b604051630935e01b60e21b8152336004820152839081906001600160a01b038216906324d7806c90602401602060405180830381865afa158015611da7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dcb9190613b16565b611e2b5760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b60006001600160a01b0386166000908152600160209081526040808320888452909152902054600160c01b900460ff166003811115611e6c57611e6c613328565b03611eb15760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b6000611ec360a0850160808601613b33565b6003811115611ed457611ed4613328565b03611f2d5760405162461bcd60e51b815260206004820152602360248201527f43616e6e6f742073657420696e76616c69642073746f726167652070726f746f60448201526218dbdb60ea1b60648201526084016105b0565b611f3d6080840160608501613b4e565b65ffffffffffff161580611f7e5750611f5c6080840160608501613b4e565b65ffffffffffff16611f746060850160408601613b4e565b65ffffffffffff16105b611ff05760405162461bcd60e51b815260206004820152603660248201527f43616e6e6f74206861766520737461727444617465206772656174657220746860448201527f616e206f7220657175616c20746f20656e64446174650000000000000000000060648201526084016105b0565b60408051610160810182526001600160a01b03871660009081526001602090815283822088835281529290205463ffffffff1681529080820190612036908601866139ca565b63ffffffff16815260200184602001602081019061205491906139ca565b63ffffffff16815260200161206f6060860160408701613b4e565b65ffffffffffff16815260200161208c6080860160608701613b4e565b65ffffffffffff1681526020016120a960a0860160808701613b33565b60038111156120ba576120ba613328565b81526020016120cf60c0860160a08701613b76565b1515815260c085013560208201526040016120ed60e0860186613b93565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505090825250610100850135602082015260400161214461014086016101208701613bda565b6001600160a01b03908116909152861660009081526001602090815260408083208884528252918290208351815492850151938501516060860151608087015165ffffffffffff908116600160901b0265ffffffffffff60901b1991909216600160601b0271ffffffffffff0000000000000000000000001963ffffffff948516600160401b021671ffffffffffffffffffff0000000000000000199885166401000000000267ffffffffffffffff199098169490951693909317959095179590951691909117179182168317815560a084015190929091839160ff60c01b191666ffffffffffffff60901b1990911617600160c01b83600381111561224c5761224c613328565b021790555060c08201518154901515600160c81b0260ff60c81b1990911617815560e08201516001820155610100820151600282019061228c9082613c46565b506101208201516003820155610140909101516004909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790555050505050565b6001600160a01b03831660009081526001602090815260408083208584529091528120818154600160c01b900460ff16600381111561231657612316613328565b0361235b5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b80600101546000036123af5760405162461bcd60e51b815260206004820152601c60248201527f43616e206f6e6c7920636865636b206d65726b6c6520636c61696d730000000060448201526064016105b0565b50506001600160a01b0383166000908152600360209081526040808320858452825280832062ffffff600886901c168452909152902054600160ff83161b1615159392505050565b6001600160a01b03821660009081526004602090815260408083208484528252918290208251808401909352546001600160e01b038116808452600160e01b90910463ffffffff1691830191909152606091906124965760405162461bcd60e51b815260206004820152601460248201527f546f6b656e20646f6573206e6f7420657869737400000000000000000000000060448201526064016105b0565b6001600160a01b038416600090815260016020908152604080832084516001600160e01b031684528252808320815161016081018352815463ffffffff80821683526401000000008204811695830195909552600160401b81049094169281019290925265ffffffffffff600160601b840481166060840152600160901b8404166080830152909160a083019060ff600160c01b90910416600381111561253f5761253f613328565b600381111561255057612550613328565b81528154600160c81b900460ff16151560208201526001820154604082015260028201805460609092019161258490613929565b80601f01602080910402602001604051908101604052809291908181526020018280546125b090613929565b80156125fd5780601f106125d2576101008083540402835291602001916125fd565b820191906000526020600020905b8154815290600101906020018083116125e057829003601f168201915b505050918352505060038201546020808301919091526004909201546001600160a01b0316604091820152805191820190526000815290915060028260a00151600381111561264e5761264e613328565b0361268d575060408051808201909152601481527f68747470733a2f2f617277656176652e6e65742f00000000000000000000000060208201526126e0565b60038260a0015160038111156126a5576126a5613328565b036126e0575060408051808201909152600781527f697066733a2f2f0000000000000000000000000000000000000000000000000060208201525b6101008201516040516126f7918391602001613d21565b60405160208183030381529060405293508160c001516127485783612725846020015163ffffffff166130e8565b604051602001612736929190613d50565b60405160208183030381529060405293505b50505092915050565b6060818067ffffffffffffffff81111561276d5761276d613a42565b604051908082528060200260200182016040528015612796578160200160208202803683370190505b50915060005b818110156127fa576127d087878787858181106127bb576127bb6139b4565b905060200201602081019061026a91906139ca565b8382815181106127e2576127e26139b4565b9115156020928302919091019091015260010161279c565b5050949350505050565b6001600160a01b03861660009081526001602090815260408083208884529091528120908154600160c01b900460ff16600381111561284557612845613328565b0361288a5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b806003015434146128dd5760405162461bcd60e51b815260206004820152600e60248201527f4d75737420706179206d6f72652e00000000000000000000000000000000000060448201526064016105b0565b8054600160601b900465ffffffffffff16158061290a5750805442600160601b90910465ffffffffffff16105b6129565760405162461bcd60e51b815260206004820152601d60248201527f5472616e73616374696f6e206265666f7265207374617274206461746500000060448201526064016105b0565b8054600160901b900465ffffffffffff1615806129845750805442600160901b90910465ffffffffffff1610155b6129d05760405162461bcd60e51b815260206004820152601a60248201527f5472616e73616374696f6e20616674657220656e64206461746500000000000060448201526064016105b0565b8054640100000000900463ffffffff1615806129fc5750805463ffffffff640100000000820481169116105b612a6e5760405162461bcd60e51b815260206004820152602c60248201527f4d6178696d756d20746f6b656e7320616c7265616479206d696e74656420666f60448201527f72207468697320636c61696d000000000000000000000000000000000000000060648201526084016105b0565b600181015415612abf57612aba818888888888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508a9250612e17915050565b612bb5565b8054600160401b900463ffffffff1615612bb55780546001600160a01b03881660009081526002602090815260408083208a84528252808320338452909152902054600160401b90910463ffffffff1611612b825760405162461bcd60e51b815260206004820152602d60248201527f4d6178696d756d20746f6b656e7320616c7265616479206d696e74656420666f60448201527f7220746869732077616c6c65740000000000000000000000000000000000000060648201526084016105b0565b6001600160a01b038716600090815260026020908152604080832089845282528083203384529091529020805460010190555b805463ffffffff8082166001011663ffffffff199091161781556040517f2928ca580000000000000000000000000000000000000000000000000000000081523360048201526000906001600160a01b03891690632928ca58906024016020604051808303816000875af1158015612c31573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c559190613da8565b90506040518060400160405280886001600160e01b031681526020018360000160009054906101000a900463ffffffff1663ffffffff16815250600460008a6001600160a01b03166001600160a01b03168152602001908152602001600020600083815260200190815260200160002060008201518160000160006101000a8154816001600160e01b0302191690836001600160e01b03160217905550602082015181600001601c6101000a81548163ffffffff021916908363ffffffff16021790555090505060008260040160009054906101000a90046001600160a01b03166001600160a01b03163460405160006040518083038185875af1925050503d8060008114612d80576040519150601f19603f3d011682016040523d82523d6000602084013e612d85565b606091505b5050905080612dd65760405162461bcd60e51b815260206004820152601e60248201527f4661696c656420746f207472616e7366657220746f207265636569766572000060448201526064016105b0565b60405188906001600160a01b038b16907f5d404f369772cfab2b65717fca9bc2077efeab89a0dbec036bf0c13783154eb190600090a3505050505050505050565b6000336001600160a01b03831603612e78576040516bffffffffffffffffffffffff193360601b1660208201526001600160e01b031960e086901b166034820152603801604051602081830303815290604052805190602001209050612fc3565b6040517f90c9a2d00000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0383811660248301523060448301527f000000000000000000000000000000000000000000000000000000000000000091908216906390c9a2d090606401602060405180830381865afa158015612f06573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f2a9190613b16565b612f765760405162461bcd60e51b815260206004820152601060248201527f496e76616c69642064656c65676174650000000000000000000000000000000060448201526064016105b0565b6040516bffffffffffffffffffffffff19606085901b1660208201526001600160e01b031960e087901b166034820152603801604051602081830303815290604052805190602001209150505b612fd283886001015483613225565b61301e5760405162461bcd60e51b815260206004820152601d60248201527f436f756c64206e6f7420766572696679206d65726b6c652070726f6f6600000060448201526064016105b0565b6001600160a01b0386166000908152600360209081526040808320888452825280832062ffffff600889901c16808552925290912054600160ff87161b808216156130ab5760405162461bcd60e51b815260206004820152600e60248201527f416c7265616479206d696e74656400000000000000000000000000000000000060448201526064016105b0565b6001600160a01b03909816600090815260036020908152604080832099835298815288822093825292909252959020949095179093555050505050565b60608160000361312b57505060408051808201909152600181527f3000000000000000000000000000000000000000000000000000000000000000602082015290565b8160005b8115613155578061313f81613dc1565b915061314e9050600a83613df0565b915061312f565b60008167ffffffffffffffff81111561317057613170613a42565b6040519080825280601f01601f19166020018201604052801561319a576020820181803683370190505b5090505b841561321d576131af600183613e04565b91506131bc600a86613e17565b6131c7906030613a2f565b60f81b8183815181106131dc576131dc6139b4565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350613216600a86613df0565b945061319e565b949350505050565b600082613232858461323b565b14949350505050565b600081815b84518110156132805761326c8286838151811061325f5761325f6139b4565b6020026020010151613288565b91508061327881613dc1565b915050613240565b509392505050565b60008183106132a45760008281526020849052604090206132b3565b60008381526020839052604090205b9392505050565b6000602082840312156132cc57600080fd5b81356001600160e01b0319811681146132b357600080fd5b6001600160a01b03811681146132f957600080fd5b50565b6000806040838503121561330f57600080fd5b823561331a816132e4565b946020939093013593505050565b634e487b7160e01b600052602160045260246000fd5b6004811061335c57634e487b7160e01b600052602160045260246000fd5b9052565b60005b8381101561337b578181015183820152602001613363565b50506000910152565b6000815180845261339c816020860160208601613360565b601f01601f19169290920160200192915050565b602081526133c760208201835163ffffffff169052565b600060208301516133e0604084018263ffffffff169052565b50604083015163ffffffff8116606084015250606083015165ffffffffffff8116608084015250608083015165ffffffffffff811660a08401525060a083015161342d60c084018261333e565b5060c083015180151560e08401525060e083015161010083810191909152830151610160610120808501829052613468610180860184613384565b9086015161014086810191909152909501516001600160a01b03169301929092525090919050565b803561ffff811681146134a257600080fd5b919050565b60008083601f8401126134b957600080fd5b50813567ffffffffffffffff8111156134d157600080fd5b6020830191508360208260051b85010111156134ec57600080fd5b9250929050565b60008060008060008060008060c0898b03121561350f57600080fd5b883561351a816132e4565b97506020890135965061352f60408a01613490565b9550606089013567ffffffffffffffff8082111561354c57600080fd5b6135588c838d016134a7565b909750955060808b013591508082111561357157600080fd5b5061357e8b828c016134a7565b90945092505060a0890135613592816132e4565b809150509295985092959890939650565b6000806000606084860312156135b857600080fd5b83356135c3816132e4565b925060208401359150604084013567ffffffffffffffff8111156135e657600080fd5b840161014081870312156135f957600080fd5b809150509250925092565b60008060006060848603121561361957600080fd5b8335613624816132e4565b92506020840135613634816132e4565b929592945050506040919091013590565b6000806000806000806080878903121561365e57600080fd5b8635613669816132e4565b955060208701359450604087013567ffffffffffffffff8082111561368d57600080fd5b6136998a838b016134a7565b909650945060608901359150808211156136b257600080fd5b506136bf89828a016134a7565b979a9699509497509295939492505050565b8035600481106134a257600080fd5b80151581146132f957600080fd5b60008060008060008060a0878903121561370757600080fd5b8635613712816132e4565b955060208701359450613727604088016136d1565b93506060870135613737816136e0565b9250608087013567ffffffffffffffff8082111561375457600080fd5b818901915089601f83011261376857600080fd5b81358181111561377757600080fd5b8a602082850101111561378957600080fd5b6020830194508093505050509295509295509295565b803563ffffffff811681146134a257600080fd5b6000806000606084860312156137c857600080fd5b83356137d3816132e4565b9250602084013591506137e86040850161379f565b90509250925092565b6020815260006132b36020830184613384565b6000806000806060858703121561381a57600080fd5b8435613825816132e4565b935060208501359250604085013567ffffffffffffffff81111561384857600080fd5b613854878288016134a7565b95989497509550505050565b6020808252825182820181905260009190848201906040850190845b8181101561389a57835115158352928401929184019160010161387c565b50909695505050505050565b60008060008060008060a087890312156138bf57600080fd5b86356138ca816132e4565b9550602087013594506138df6040880161379f565b9350606087013567ffffffffffffffff8111156138fb57600080fd5b61390789828a016134a7565b909450925050608087013561391b816132e4565b809150509295509295509295565b600181811c9082168061393d57607f821691505b60208210810361395d57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b808202811582820484141761037357610373613963565b63ffffffff8181168382160190808211156139ad576139ad613963565b5092915050565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156139dc57600080fd5b6132b38261379f565b6000808335601e198436030181126139fc57600080fd5b83018035915067ffffffffffffffff821115613a1757600080fd5b6020019150600581901b36038213156134ec57600080fd5b8082018082111561037357610373613963565b634e487b7160e01b600052604160045260246000fd5b60006020808385031215613a6b57600080fd5b825167ffffffffffffffff80821115613a8357600080fd5b818501915085601f830112613a9757600080fd5b815181811115613aa957613aa9613a42565b8060051b604051601f19603f83011681018181108582111715613ace57613ace613a42565b604052918252848201925083810185019188831115613aec57600080fd5b938501935b82851015613b0a57845184529385019392850192613af1565b98975050505050505050565b600060208284031215613b2857600080fd5b81516132b3816136e0565b600060208284031215613b4557600080fd5b6132b3826136d1565b600060208284031215613b6057600080fd5b813565ffffffffffff811681146132b357600080fd5b600060208284031215613b8857600080fd5b81356132b3816136e0565b6000808335601e19843603018112613baa57600080fd5b83018035915067ffffffffffffffff821115613bc557600080fd5b6020019150368190038213156134ec57600080fd5b600060208284031215613bec57600080fd5b81356132b3816132e4565b601f821115613c4157600081815260208120601f850160051c81016020861015613c1e5750805b601f850160051c820191505b81811015613c3d57828155600101613c2a565b5050505b505050565b815167ffffffffffffffff811115613c6057613c60613a42565b613c7481613c6e8454613929565b84613bf7565b602080601f831160018114613ca95760008415613c915750858301515b600019600386901b1c1916600185901b178555613c3d565b600085815260208120601f198616915b82811015613cd857888601518255948401946001909101908401613cb9565b5085821015613cf65787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060208284031215613d1857600080fd5b6132b382613490565b60008351613d33818460208801613360565b835190830190613d47818360208801613360565b01949350505050565b60008351613d62818460208801613360565b7f2f000000000000000000000000000000000000000000000000000000000000009083019081528351613d9c816001840160208801613360565b01600101949350505050565b600060208284031215613dba57600080fd5b5051919050565b600060018201613dd357613dd3613963565b5060010190565b634e487b7160e01b600052601260045260246000fd5b600082613dff57613dff613dda565b500490565b8181038181111561037357610373613963565b600082613e2657613e26613dda565b50069056fea2646970667358221220d5677d6c5e44daf92b2880c11792118ade77242065535009a6cc2e9247872b2864736f6c6343000811003300000000000000000000000000000000000076a84fef008cdabe6409d2fe638b
Deployed Bytecode
0x6080604052600436106100d25760003560e01c80635f2f51291161007f578063cda0853611610059578063cda085361461024f578063e9dc63751461026f578063f8a6137b1461029c578063fa2b068f146102c957600080fd5b80635f2f5129146101ef57806399c143471461020f578063c95d571d1461022f57600080fd5b80632a6521ec116100b05780632a6521ec1461014e57806342f3bef41461016e5780634daadff7146101a357600080fd5b806301ffc9a7146100d75780630f79ab391461010c57806326c858a414610139575b600080fd5b3480156100e357600080fd5b506100f76100f23660046132ba565b6102dc565b60405190151581526020015b60405180910390f35b34801561011857600080fd5b5061012c6101273660046132fc565b610379565b60405161010391906133b0565b61014c6101473660046134f3565b6105b9565b005b34801561015a57600080fd5b5061014c6101693660046135a3565b610ceb565b34801561017a57600080fd5b5061018e610189366004613604565b61132a565b60405163ffffffff9091168152602001610103565b3480156101af57600080fd5b506101d77f00000000000000000000000000000000000076a84fef008cdabe6409d2fe638b81565b6040516001600160a01b039091168152602001610103565b3480156101fb57600080fd5b5061014c61020a366004613645565b61146b565b34801561021b57600080fd5b5061014c61022a3660046136ee565b6117b4565b34801561023b57600080fd5b5061014c61024a3660046135a3565b611d5f565b34801561025b57600080fd5b506100f761026a3660046137b3565b6122d5565b34801561027b57600080fd5b5061028f61028a3660046132fc565b6123f7565b60405161010391906137f1565b3480156102a857600080fd5b506102bc6102b7366004613804565b612751565b6040516101039190613860565b61014c6102d73660046138a6565b612804565b60006001600160e01b031982167f81b9b93400000000000000000000000000000000000000000000000000000000148061033f57506001600160e01b031982167fe9dc637500000000000000000000000000000000000000000000000000000000145b8061037357506001600160e01b031982167f01ffc9a700000000000000000000000000000000000000000000000000000000145b92915050565b604080516101608101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e0820183905261010082015261012081018290526101408101919091526001600160a01b0383166000908152600160209081526040808320858452825291829020825161016081018452815463ffffffff80821683526401000000008204811694830194909452600160401b81049093169381019390935265ffffffffffff600160601b830481166060850152600160901b83041660808401529060a083019060ff600160c01b90910416600381111561047057610470613328565b600381111561048157610481613328565b81528154600160c81b900460ff1615156020820152600182015460408201526002820180546060909201916104b590613929565b80601f01602080910402602001604051908101604052809291908181526020018280546104e190613929565b801561052e5780601f106105035761010080835404028352916020019161052e565b820191906000526020600020905b81548152906001019060200180831161051157829003601f168201915b5050509183525050600382015460208201526004909101546001600160a01b0316604090910152905060008160a00151600381111561056f5761056f613328565b036103735760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064015b60405180910390fd5b6001600160a01b03881660009081526001602090815260408083208a84529091528120908154600160c01b900460ff1660038111156105fa576105fa613328565b0361063f5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b8661ffff1681600301546106539190613979565b34146106a15760405162461bcd60e51b815260206004820152600e60248201527f4d75737420706179206d6f72652e00000000000000000000000000000000000060448201526064016105b0565b8054600160601b900465ffffffffffff1615806106ce5750805442600160601b90910465ffffffffffff16105b61071a5760405162461bcd60e51b815260206004820152601d60248201527f5472616e73616374696f6e206265666f7265207374617274206461746500000060448201526064016105b0565b8054600160901b900465ffffffffffff1615806107485750805442600160901b90910465ffffffffffff1610155b6107945760405162461bcd60e51b815260206004820152601a60248201527f5472616e73616374696f6e20616674657220656e64206461746500000000000060448201526064016105b0565b8054640100000000900463ffffffff1615806107d65750805463ffffffff64010000000082048116916107cd9161ffff8b169116613990565b63ffffffff1611155b6108485760405162461bcd60e51b815260206004820152602160248201527f546f6f206d616e792072657175657374656420666f72207468697320636c616960448201527f6d0000000000000000000000000000000000000000000000000000000000000060648201526084016105b0565b805460009061085e9063ffffffff166001613990565b825463ffffffff19811661ffff8b1663ffffffff928316018216178455600184015491169150156109a05761ffff88168614801561089f575061ffff881684145b6108eb5760405162461bcd60e51b815260206004820152600d60248201527f496e76616c696420696e7075740000000000000000000000000000000000000060448201526064016105b0565b60005b8861ffff1681101561099a57600088888381811061090e5761090e6139b4565b905060200201602081019061092391906139ca565b90506000878784818110610939576109396139b4565b905060200281019061094b91906139e5565b8080602002602001604051908101604052809392919081815260200183836020028082843760009201919091525092935061099092508791508f90508e85858b612e17565b50506001016108ee565b50610aaa565b8154600160401b900463ffffffff1615610aaa5781546001600160a01b038b1660009081526002602090815260408083208d84528252808320338452909152902054600160401b90910463ffffffff1690610a009061ffff8b1690613a2f565b1115610a745760405162461bcd60e51b815260206004820152602260248201527f546f6f206d616e792072657175657374656420666f7220746869732077616c6c60448201527f657400000000000000000000000000000000000000000000000000000000000060648201526084016105b0565b6001600160a01b038a1660009081526002602090815260408083208c845282528083203384529091529020805461ffff8a160190555b6040517fe00aab4b00000000000000000000000000000000000000000000000000000000815233600482015261ffff891660248201526000906001600160a01b038c169063e00aab4b906044016000604051808303816000875af1158015610b16573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610b3e9190810190613a58565b905060005b8961ffff16811015610bf35760405180604001604052808c6001600160e01b031681526020018285610b759190613a2f565b63ffffffff1690526001600160a01b038d1660009081526004602052604081208451909190859085908110610bac57610bac6139b4565b6020908102919091018101518252818101929092526040016000208251929091015163ffffffff16600160e01b026001600160e01b03909216919091179055600101610b43565b5060048301546040516000916001600160a01b03169034908381818185875af1925050503d8060008114610c43576040519150601f19603f3d011682016040523d82523d6000602084013e610c48565b606091505b5050905080610c995760405162461bcd60e51b815260206004820152601e60248201527f4661696c656420746f207472616e7366657220746f207265636569766572000060448201526064016105b0565b60405161ffff8b1681528b906001600160a01b038e16907f74f5d3254dfa39a7b1217a27d5d9b3e061eafe11720eca1cf499da2dc1eb12599060200160405180910390a3505050505050505050505050565b604051630935e01b60e21b8152336004820152839081906001600160a01b038216906324d7806c90602401602060405180830381865afa158015610d33573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d579190613b16565b610db75760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b60006001600160a01b0386166000908152600160209081526040808320888452909152902054600160c01b900460ff166003811115610df857610df8613328565b14610e455760405162461bcd60e51b815260206004820152601960248201527f436c61696d20616c726561647920696e697469616c697a65640000000000000060448201526064016105b0565b6000610e5760a0850160808601613b33565b6003811115610e6857610e68613328565b03610edb5760405162461bcd60e51b815260206004820152602f60248201527f43616e6e6f7420696e697469616c697a65207769746820696e76616c6964207360448201527f746f726167652070726f746f636f6c000000000000000000000000000000000060648201526084016105b0565b610eeb6080840160608501613b4e565b65ffffffffffff161580610f2c5750610f0a6080840160608501613b4e565b65ffffffffffff16610f226060850160408601613b4e565b65ffffffffffff16105b610f9e5760405162461bcd60e51b815260206004820152603660248201527f43616e6e6f74206861766520737461727444617465206772656174657220746860448201527f616e206f7220657175616c20746f20656e64446174650000000000000000000060648201526084016105b0565b60c08301351580610fc25750610fba60408401602085016139ca565b63ffffffff16155b6110345760405162461bcd60e51b815260206004820152603160248201527f43616e6e6f742070726f7669646520626f7468206d696e747350657257616c6c60448201527f657420616e64206d65726b6c65526f6f7400000000000000000000000000000060648201526084016105b0565b60408051610160810190915260008152602080820190611056908601866139ca565b63ffffffff16815260200184602001602081019061107491906139ca565b63ffffffff16815260200161108f6060860160408701613b4e565b65ffffffffffff1681526020016110ac6080860160608701613b4e565b65ffffffffffff1681526020016110c960a0860160808701613b33565b60038111156110da576110da613328565b81526020016110ef60c0860160a08701613b76565b1515815260c0850135602082015260400161110d60e0860186613b93565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505090825250610100850135602082015260400161116461014086016101208701613bda565b6001600160a01b03908116909152861660009081526001602090815260408083208884528252918290208351815492850151938501516060860151608087015165ffffffffffff908116600160901b0265ffffffffffff60901b1991909216600160601b0271ffffffffffff0000000000000000000000001963ffffffff948516600160401b021671ffffffffffffffffffff0000000000000000199885166401000000000267ffffffffffffffff199098169490951693909317959095179590951691909117179182168317815560a084015190929091839160ff60c01b191666ffffffffffffff60901b1990911617600160c01b83600381111561126c5761126c613328565b021790555060c08201518154901515600160c81b0260ff60c81b1990911617815560e0820151600182015561010082015160028201906112ac9082613c46565b506101208201516003820155610140909101516004909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905560405133815285918716907fd02727da4c6c6c111e00310108209a4de39f6817414df43ca1a10730d47c6a349060200160405180910390a35050505050565b6001600160a01b03821660009081526001602090815260408083208484529091528120818154600160c01b900460ff16600381111561136b5761136b613328565b036113b05760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b8054600160401b900463ffffffff166000036114345760405162461bcd60e51b815260206004820152603660248201527f43616e206f6e6c7920726574726965766520666f72206e6f6e2d6d65726b6c6560448201527f20636c61696d7320776974682077616c6c65744d61780000000000000000000060648201526084016105b0565b50506001600160a01b0380831660009081526002602090815260408083208584528252808320938716835292905220549392505050565b604051630935e01b60e21b8152336004820152869081906001600160a01b038216906324d7806c90602401602060405180830381865afa1580156114b3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114d79190613b16565b6115375760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b8483146115ac5760405162461bcd60e51b815260206004820152603160248201527f556e657175616c206e756d626572206f6620726563697069656e747320616e6460448201527f20616d6f756e74732070726f766964656400000000000000000000000000000060648201526084016105b0565b6001600160a01b03881660009081526001602081815260408084208b8552909152822080549092916115e49163ffffffff1690613990565b63ffffffff16905060005b878110156117a75760008b6001600160a01b031663e00aab4b8b8b8581811061161a5761161a6139b4565b905060200201602081019061162f9190613bda565b8a8a86818110611641576116416139b4565b90506020020160208101906116569190613d06565b6040516001600160e01b031960e085901b1681526001600160a01b03909216600483015261ffff1660248201526044016000604051808303816000875af11580156116a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526116cd9190810190613a58565b905060005b815181101561177f5760405180604001604052808d6001600160e01b0316815260200182866117019190613a2f565b63ffffffff1690526001600160a01b038e1660009081526004602052604081208451909190859085908110611738576117386139b4565b6020908102919091018101518252818101929092526040016000208251929091015163ffffffff16600160e01b026001600160e01b039092169190911790556001016116d2565b5051835463ffffffff80821683011663ffffffff1990911617845591909101906001016115ef565b5050505050505050505050565b604051630935e01b60e21b8152336004820152869081906001600160a01b038216906324d7806c90602401602060405180830381865afa1580156117fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118209190613b16565b6118805760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b6001600160a01b03881660009081526001602090815260408083208a84528252808320815161016081018352815463ffffffff80821683526401000000008204811695830195909552600160401b81049094169281019290925265ffffffffffff600160601b840481166060840152600160901b8404166080830152909160a083019060ff600160c01b90910416600381111561191f5761191f613328565b600381111561193057611930613328565b81528154600160c81b900460ff16151560208201526001820154604082015260028201805460609092019161196490613929565b80601f016020809104026020016040519081016040528092919081815260200182805461199090613929565b80156119dd5780601f106119b2576101008083540402835291602001916119dd565b820191906000526020600020905b8154815290600101906020018083116119c057829003601f168201915b5050509183525050600382015460208201526004909101546001600160a01b0316604090910152905060006001600160a01b038a1660009081526001602090815260408083208c8452909152902054600160c01b900460ff166003811115611a4757611a47613328565b03611a8c5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b6000876003811115611aa057611aa0613328565b03611af95760405162461bcd60e51b815260206004820152602360248201527f43616e6e6f742073657420696e76616c69642073746f726167652070726f746f60448201526218dbdb60ea1b60648201526084016105b0565b604051806101600160405280826000015163ffffffff168152602001826020015163ffffffff168152602001826040015163ffffffff168152602001826060015165ffffffffffff168152602001826080015165ffffffffffff168152602001886003811115611b6b57611b6b613328565b815260200187151581526020018260e00151815260200186868080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509385525050506101208401516020808401919091526101408501516001600160a01b039081166040948501528d168252600181528282208c83528152908290208351815492850151938501516060860151608087015165ffffffffffff908116600160901b0265ffffffffffff60901b1991909216600160601b0271ffffffffffff0000000000000000000000001963ffffffff948516600160401b021671ffffffffffffffffffff0000000000000000199885166401000000000267ffffffffffffffff199098169490951693909317959095179590951691909117179182168317815560a084015190929091839160ff60c01b191666ffffffffffffff60901b1990911617600160c01b836003811115611cd257611cd2613328565b021790555060c08201518154901515600160c81b0260ff60c81b1990911617815560e082015160018201556101008201516002820190611d129082613c46565b506101208201516003820155610140909101516004909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03909216919091179055505050505050505050565b604051630935e01b60e21b8152336004820152839081906001600160a01b038216906324d7806c90602401602060405180830381865afa158015611da7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611dcb9190613b16565b611e2b5760405162461bcd60e51b815260206004820152602b60248201527f57616c6c6574206973206e6f7420616e2061646d696e6973747261746f72206660448201526a1bdc8818dbdb9d1c9858dd60aa1b60648201526084016105b0565b60006001600160a01b0386166000908152600160209081526040808320888452909152902054600160c01b900460ff166003811115611e6c57611e6c613328565b03611eb15760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b6000611ec360a0850160808601613b33565b6003811115611ed457611ed4613328565b03611f2d5760405162461bcd60e51b815260206004820152602360248201527f43616e6e6f742073657420696e76616c69642073746f726167652070726f746f60448201526218dbdb60ea1b60648201526084016105b0565b611f3d6080840160608501613b4e565b65ffffffffffff161580611f7e5750611f5c6080840160608501613b4e565b65ffffffffffff16611f746060850160408601613b4e565b65ffffffffffff16105b611ff05760405162461bcd60e51b815260206004820152603660248201527f43616e6e6f74206861766520737461727444617465206772656174657220746860448201527f616e206f7220657175616c20746f20656e64446174650000000000000000000060648201526084016105b0565b60408051610160810182526001600160a01b03871660009081526001602090815283822088835281529290205463ffffffff1681529080820190612036908601866139ca565b63ffffffff16815260200184602001602081019061205491906139ca565b63ffffffff16815260200161206f6060860160408701613b4e565b65ffffffffffff16815260200161208c6080860160608701613b4e565b65ffffffffffff1681526020016120a960a0860160808701613b33565b60038111156120ba576120ba613328565b81526020016120cf60c0860160a08701613b76565b1515815260c085013560208201526040016120ed60e0860186613b93565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505090825250610100850135602082015260400161214461014086016101208701613bda565b6001600160a01b03908116909152861660009081526001602090815260408083208884528252918290208351815492850151938501516060860151608087015165ffffffffffff908116600160901b0265ffffffffffff60901b1991909216600160601b0271ffffffffffff0000000000000000000000001963ffffffff948516600160401b021671ffffffffffffffffffff0000000000000000199885166401000000000267ffffffffffffffff199098169490951693909317959095179590951691909117179182168317815560a084015190929091839160ff60c01b191666ffffffffffffff60901b1990911617600160c01b83600381111561224c5761224c613328565b021790555060c08201518154901515600160c81b0260ff60c81b1990911617815560e08201516001820155610100820151600282019061228c9082613c46565b506101208201516003820155610140909101516004909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790555050505050565b6001600160a01b03831660009081526001602090815260408083208584529091528120818154600160c01b900460ff16600381111561231657612316613328565b0361235b5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b80600101546000036123af5760405162461bcd60e51b815260206004820152601c60248201527f43616e206f6e6c7920636865636b206d65726b6c6520636c61696d730000000060448201526064016105b0565b50506001600160a01b0383166000908152600360209081526040808320858452825280832062ffffff600886901c168452909152902054600160ff83161b1615159392505050565b6001600160a01b03821660009081526004602090815260408083208484528252918290208251808401909352546001600160e01b038116808452600160e01b90910463ffffffff1691830191909152606091906124965760405162461bcd60e51b815260206004820152601460248201527f546f6b656e20646f6573206e6f7420657869737400000000000000000000000060448201526064016105b0565b6001600160a01b038416600090815260016020908152604080832084516001600160e01b031684528252808320815161016081018352815463ffffffff80821683526401000000008204811695830195909552600160401b81049094169281019290925265ffffffffffff600160601b840481166060840152600160901b8404166080830152909160a083019060ff600160c01b90910416600381111561253f5761253f613328565b600381111561255057612550613328565b81528154600160c81b900460ff16151560208201526001820154604082015260028201805460609092019161258490613929565b80601f01602080910402602001604051908101604052809291908181526020018280546125b090613929565b80156125fd5780601f106125d2576101008083540402835291602001916125fd565b820191906000526020600020905b8154815290600101906020018083116125e057829003601f168201915b505050918352505060038201546020808301919091526004909201546001600160a01b0316604091820152805191820190526000815290915060028260a00151600381111561264e5761264e613328565b0361268d575060408051808201909152601481527f68747470733a2f2f617277656176652e6e65742f00000000000000000000000060208201526126e0565b60038260a0015160038111156126a5576126a5613328565b036126e0575060408051808201909152600781527f697066733a2f2f0000000000000000000000000000000000000000000000000060208201525b6101008201516040516126f7918391602001613d21565b60405160208183030381529060405293508160c001516127485783612725846020015163ffffffff166130e8565b604051602001612736929190613d50565b60405160208183030381529060405293505b50505092915050565b6060818067ffffffffffffffff81111561276d5761276d613a42565b604051908082528060200260200182016040528015612796578160200160208202803683370190505b50915060005b818110156127fa576127d087878787858181106127bb576127bb6139b4565b905060200201602081019061026a91906139ca565b8382815181106127e2576127e26139b4565b9115156020928302919091019091015260010161279c565b5050949350505050565b6001600160a01b03861660009081526001602090815260408083208884529091528120908154600160c01b900460ff16600381111561284557612845613328565b0361288a5760405162461bcd60e51b815260206004820152601560248201527410db185a5b481b9bdd081a5b9a5d1a585b1a5e9959605a1b60448201526064016105b0565b806003015434146128dd5760405162461bcd60e51b815260206004820152600e60248201527f4d75737420706179206d6f72652e00000000000000000000000000000000000060448201526064016105b0565b8054600160601b900465ffffffffffff16158061290a5750805442600160601b90910465ffffffffffff16105b6129565760405162461bcd60e51b815260206004820152601d60248201527f5472616e73616374696f6e206265666f7265207374617274206461746500000060448201526064016105b0565b8054600160901b900465ffffffffffff1615806129845750805442600160901b90910465ffffffffffff1610155b6129d05760405162461bcd60e51b815260206004820152601a60248201527f5472616e73616374696f6e20616674657220656e64206461746500000000000060448201526064016105b0565b8054640100000000900463ffffffff1615806129fc5750805463ffffffff640100000000820481169116105b612a6e5760405162461bcd60e51b815260206004820152602c60248201527f4d6178696d756d20746f6b656e7320616c7265616479206d696e74656420666f60448201527f72207468697320636c61696d000000000000000000000000000000000000000060648201526084016105b0565b600181015415612abf57612aba818888888888808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152508a9250612e17915050565b612bb5565b8054600160401b900463ffffffff1615612bb55780546001600160a01b03881660009081526002602090815260408083208a84528252808320338452909152902054600160401b90910463ffffffff1611612b825760405162461bcd60e51b815260206004820152602d60248201527f4d6178696d756d20746f6b656e7320616c7265616479206d696e74656420666f60448201527f7220746869732077616c6c65740000000000000000000000000000000000000060648201526084016105b0565b6001600160a01b038716600090815260026020908152604080832089845282528083203384529091529020805460010190555b805463ffffffff8082166001011663ffffffff199091161781556040517f2928ca580000000000000000000000000000000000000000000000000000000081523360048201526000906001600160a01b03891690632928ca58906024016020604051808303816000875af1158015612c31573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612c559190613da8565b90506040518060400160405280886001600160e01b031681526020018360000160009054906101000a900463ffffffff1663ffffffff16815250600460008a6001600160a01b03166001600160a01b03168152602001908152602001600020600083815260200190815260200160002060008201518160000160006101000a8154816001600160e01b0302191690836001600160e01b03160217905550602082015181600001601c6101000a81548163ffffffff021916908363ffffffff16021790555090505060008260040160009054906101000a90046001600160a01b03166001600160a01b03163460405160006040518083038185875af1925050503d8060008114612d80576040519150601f19603f3d011682016040523d82523d6000602084013e612d85565b606091505b5050905080612dd65760405162461bcd60e51b815260206004820152601e60248201527f4661696c656420746f207472616e7366657220746f207265636569766572000060448201526064016105b0565b60405188906001600160a01b038b16907f5d404f369772cfab2b65717fca9bc2077efeab89a0dbec036bf0c13783154eb190600090a3505050505050505050565b6000336001600160a01b03831603612e78576040516bffffffffffffffffffffffff193360601b1660208201526001600160e01b031960e086901b166034820152603801604051602081830303815290604052805190602001209050612fc3565b6040517f90c9a2d00000000000000000000000000000000000000000000000000000000081523360048201526001600160a01b0383811660248301523060448301527f00000000000000000000000000000000000076a84fef008cdabe6409d2fe638b91908216906390c9a2d090606401602060405180830381865afa158015612f06573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f2a9190613b16565b612f765760405162461bcd60e51b815260206004820152601060248201527f496e76616c69642064656c65676174650000000000000000000000000000000060448201526064016105b0565b6040516bffffffffffffffffffffffff19606085901b1660208201526001600160e01b031960e087901b166034820152603801604051602081830303815290604052805190602001209150505b612fd283886001015483613225565b61301e5760405162461bcd60e51b815260206004820152601d60248201527f436f756c64206e6f7420766572696679206d65726b6c652070726f6f6600000060448201526064016105b0565b6001600160a01b0386166000908152600360209081526040808320888452825280832062ffffff600889901c16808552925290912054600160ff87161b808216156130ab5760405162461bcd60e51b815260206004820152600e60248201527f416c7265616479206d696e74656400000000000000000000000000000000000060448201526064016105b0565b6001600160a01b03909816600090815260036020908152604080832099835298815288822093825292909252959020949095179093555050505050565b60608160000361312b57505060408051808201909152600181527f3000000000000000000000000000000000000000000000000000000000000000602082015290565b8160005b8115613155578061313f81613dc1565b915061314e9050600a83613df0565b915061312f565b60008167ffffffffffffffff81111561317057613170613a42565b6040519080825280601f01601f19166020018201604052801561319a576020820181803683370190505b5090505b841561321d576131af600183613e04565b91506131bc600a86613e17565b6131c7906030613a2f565b60f81b8183815181106131dc576131dc6139b4565b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350613216600a86613df0565b945061319e565b949350505050565b600082613232858461323b565b14949350505050565b600081815b84518110156132805761326c8286838151811061325f5761325f6139b4565b6020026020010151613288565b91508061327881613dc1565b915050613240565b509392505050565b60008183106132a45760008281526020849052604090206132b3565b60008381526020839052604090205b9392505050565b6000602082840312156132cc57600080fd5b81356001600160e01b0319811681146132b357600080fd5b6001600160a01b03811681146132f957600080fd5b50565b6000806040838503121561330f57600080fd5b823561331a816132e4565b946020939093013593505050565b634e487b7160e01b600052602160045260246000fd5b6004811061335c57634e487b7160e01b600052602160045260246000fd5b9052565b60005b8381101561337b578181015183820152602001613363565b50506000910152565b6000815180845261339c816020860160208601613360565b601f01601f19169290920160200192915050565b602081526133c760208201835163ffffffff169052565b600060208301516133e0604084018263ffffffff169052565b50604083015163ffffffff8116606084015250606083015165ffffffffffff8116608084015250608083015165ffffffffffff811660a08401525060a083015161342d60c084018261333e565b5060c083015180151560e08401525060e083015161010083810191909152830151610160610120808501829052613468610180860184613384565b9086015161014086810191909152909501516001600160a01b03169301929092525090919050565b803561ffff811681146134a257600080fd5b919050565b60008083601f8401126134b957600080fd5b50813567ffffffffffffffff8111156134d157600080fd5b6020830191508360208260051b85010111156134ec57600080fd5b9250929050565b60008060008060008060008060c0898b03121561350f57600080fd5b883561351a816132e4565b97506020890135965061352f60408a01613490565b9550606089013567ffffffffffffffff8082111561354c57600080fd5b6135588c838d016134a7565b909750955060808b013591508082111561357157600080fd5b5061357e8b828c016134a7565b90945092505060a0890135613592816132e4565b809150509295985092959890939650565b6000806000606084860312156135b857600080fd5b83356135c3816132e4565b925060208401359150604084013567ffffffffffffffff8111156135e657600080fd5b840161014081870312156135f957600080fd5b809150509250925092565b60008060006060848603121561361957600080fd5b8335613624816132e4565b92506020840135613634816132e4565b929592945050506040919091013590565b6000806000806000806080878903121561365e57600080fd5b8635613669816132e4565b955060208701359450604087013567ffffffffffffffff8082111561368d57600080fd5b6136998a838b016134a7565b909650945060608901359150808211156136b257600080fd5b506136bf89828a016134a7565b979a9699509497509295939492505050565b8035600481106134a257600080fd5b80151581146132f957600080fd5b60008060008060008060a0878903121561370757600080fd5b8635613712816132e4565b955060208701359450613727604088016136d1565b93506060870135613737816136e0565b9250608087013567ffffffffffffffff8082111561375457600080fd5b818901915089601f83011261376857600080fd5b81358181111561377757600080fd5b8a602082850101111561378957600080fd5b6020830194508093505050509295509295509295565b803563ffffffff811681146134a257600080fd5b6000806000606084860312156137c857600080fd5b83356137d3816132e4565b9250602084013591506137e86040850161379f565b90509250925092565b6020815260006132b36020830184613384565b6000806000806060858703121561381a57600080fd5b8435613825816132e4565b935060208501359250604085013567ffffffffffffffff81111561384857600080fd5b613854878288016134a7565b95989497509550505050565b6020808252825182820181905260009190848201906040850190845b8181101561389a57835115158352928401929184019160010161387c565b50909695505050505050565b60008060008060008060a087890312156138bf57600080fd5b86356138ca816132e4565b9550602087013594506138df6040880161379f565b9350606087013567ffffffffffffffff8111156138fb57600080fd5b61390789828a016134a7565b909450925050608087013561391b816132e4565b809150509295509295509295565b600181811c9082168061393d57607f821691505b60208210810361395d57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b808202811582820484141761037357610373613963565b63ffffffff8181168382160190808211156139ad576139ad613963565b5092915050565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156139dc57600080fd5b6132b38261379f565b6000808335601e198436030181126139fc57600080fd5b83018035915067ffffffffffffffff821115613a1757600080fd5b6020019150600581901b36038213156134ec57600080fd5b8082018082111561037357610373613963565b634e487b7160e01b600052604160045260246000fd5b60006020808385031215613a6b57600080fd5b825167ffffffffffffffff80821115613a8357600080fd5b818501915085601f830112613a9757600080fd5b815181811115613aa957613aa9613a42565b8060051b604051601f19603f83011681018181108582111715613ace57613ace613a42565b604052918252848201925083810185019188831115613aec57600080fd5b938501935b82851015613b0a57845184529385019392850192613af1565b98975050505050505050565b600060208284031215613b2857600080fd5b81516132b3816136e0565b600060208284031215613b4557600080fd5b6132b3826136d1565b600060208284031215613b6057600080fd5b813565ffffffffffff811681146132b357600080fd5b600060208284031215613b8857600080fd5b81356132b3816136e0565b6000808335601e19843603018112613baa57600080fd5b83018035915067ffffffffffffffff821115613bc557600080fd5b6020019150368190038213156134ec57600080fd5b600060208284031215613bec57600080fd5b81356132b3816132e4565b601f821115613c4157600081815260208120601f850160051c81016020861015613c1e5750805b601f850160051c820191505b81811015613c3d57828155600101613c2a565b5050505b505050565b815167ffffffffffffffff811115613c6057613c60613a42565b613c7481613c6e8454613929565b84613bf7565b602080601f831160018114613ca95760008415613c915750858301515b600019600386901b1c1916600185901b178555613c3d565b600085815260208120601f198616915b82811015613cd857888601518255948401946001909101908401613cb9565b5085821015613cf65787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060208284031215613d1857600080fd5b6132b382613490565b60008351613d33818460208801613360565b835190830190613d47818360208801613360565b01949350505050565b60008351613d62818460208801613360565b7f2f000000000000000000000000000000000000000000000000000000000000009083019081528351613d9c816001840160208801613360565b01600101949350505050565b600060208284031215613dba57600080fd5b5051919050565b600060018201613dd357613dd3613963565b5060010190565b634e487b7160e01b600052601260045260246000fd5b600082613dff57613dff613dda565b500490565b8181038181111561037357610373613963565b600082613e2657613e26613dda565b50069056fea2646970667358221220d5677d6c5e44daf92b2880c11792118ade77242065535009a6cc2e9247872b2864736f6c63430008110033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
00000000000000000000000000000000000076a84fef008cdabe6409d2fe638b
-----Decoded View---------------
Arg [0] : delegationRegistry (address): 0x00000000000076A84feF008CDAbe6409d2FE638B
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 00000000000000000000000000000000000076a84fef008cdabe6409d2fe638b
Loading...
Loading
Loading...
Loading
Net Worth in USD
$425.14
Net Worth in ETH
0.219906
Token Allocations
ETH
98.59%
BNB
1.30%
AVAX
0.06%
Others
0.05%
Multichain Portfolio | 33 Chains
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.