ETH Price: $2,677.38 (-0.73%)
Gas: 4.97 Gwei

Contract

0xE1F713Db7D01B3570B012d20D65Eff15a35b148b
 

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Trigger Withdraw...188347572023-12-21 14:12:35282 days ago1703167955IN
0xE1F713Db...5a35b148b
0 ETH0.0025023249.06705742
Lock NFT179387102023-08-18 2:29:35407 days ago1692325775IN
0xE1F713Db...5a35b148b
0 ETH0.0032097423.26342491
0x60806040179386782023-08-18 2:23:11407 days ago1692325391IN
 Create: SHARES_LP_LOCKER
0 ETH0.0250383627.00305095

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
SHARES_LP_LOCKER

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2023-08-18
*/

// 12 months liquidity lock. $SHARES

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);
}

/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes calldata data
    ) external;

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must have been allowed to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Note that the caller is responsible to confirm that the recipient is capable of receiving ERC721
     * or else they may be permanently lost. Usage of {safeTransferFrom} prevents loss, though the caller must
     * understand this adds an external call which potentially creates a reentrancy vulnerability.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool _approved) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);
}

/**
 * @dev This contract allows blurr to lock an ERC721 NFT (in this case a UniswapV3 LP token)
 * and at some point in the future trigger a 6-month timer. After the timer expires, blurr can withdraw the locked NFT.
 * no other action may be taken in the interim, including claiming fees.
 */
contract SHARES_LP_LOCKER {
    address public sharesdev;
    address public nftContract;
    uint256 public lockUpEndTime;
    bool public isNFTLocked;
    bool public isWithdrawalTriggered;

    modifier onlysharesdev() {
        require(msg.sender == sharesdev, "Only sharesdev can call this function");
        _;
    }

    constructor(address _nftContract) { // Set to 0xc36442b4a4522e871399cd717abdd847ab11fe88
        sharesdev = msg.sender;
        nftContract = _nftContract; 
        isNFTLocked = false;
        isWithdrawalTriggered = false;
    }

    function lockNFT(uint256 tokenId) external onlysharesdev {
        require(!isNFTLocked, "NFT is already locked");

        IERC721(nftContract).transferFrom(msg.sender, address(this), tokenId); // LP token ID is 509557

        isNFTLocked = true;
    }

    function triggerWithdrawal() external onlysharesdev {
        require(isNFTLocked, "NFT is not locked");
        require(lockUpEndTime == 0, "Withdrawal is already triggered");
        lockUpEndTime = block.timestamp + 365 days; 
        isWithdrawalTriggered = true;
    }

    function cancelWithdrawalTrigger() external onlysharesdev {
        require(isNFTLocked, "NFT is not locked");
        require(lockUpEndTime != 0, "Withdrawal is not triggered");

        lockUpEndTime = 0;
        isWithdrawalTriggered = false;
    }

    function withdrawNFT(uint256 tokenId) external onlysharesdev {
        require(isNFTLocked, "NFT is not locked");
        require(lockUpEndTime != 0, "Withdrawal is not triggered");
        require(block.timestamp >= lockUpEndTime, "Lock-up period has not ended yet");

        IERC721(nftContract).transferFrom(address(this), msg.sender, tokenId); // LP token ID is 509557

        isNFTLocked = false;
        lockUpEndTime = 0;
        isWithdrawalTriggered = false;
    }

    function changeOwner(address newOwner) external onlysharesdev {
        require(newOwner != address(0), "Invalid new owner address");
        sharesdev = newOwner;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_nftContract","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"cancelWithdrawalTrigger","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"changeOwner","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"isNFTLocked","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isWithdrawalTriggered","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"lockNFT","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"lockUpEndTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"nftContract","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sharesdev","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"triggerWithdrawal","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"withdrawNFT","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405234801561001057600080fd5b5060405161107a38038061107a83398181016040528101906100329190610104565b336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000600360006101000a81548160ff0219169083151502179055506000600360016101000a81548160ff02191690831515021790555050610176565b6000815190506100fe8161015f565b92915050565b60006020828403121561011657600080fd5b6000610124848285016100ef565b91505092915050565b60006101388261013f565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6101688161012d565b811461017357600080fd5b50565b610ef5806101856000396000f3fe608060405234801561001057600080fd5b506004361061009e5760003560e01c80637992145e116100665780637992145e146101215780639dfaff2f1461013f578063a6f9dae11461015d578063d56d229d14610179578063e5b12898146101975761009e565b8063023245d7146100a3578063041e0185146100bf5780630fff33f5146100c95780632b7170d0146100e757806332c1381d14610103575b600080fd5b6100bd60048036038101906100b89190610a0f565b6101a1565b005b6100c76103db565b005b6100d1610530565b6040516100de9190610c9d565b60405180910390f35b61010160048036038101906100fc9190610a0f565b610543565b005b61010b6106d0565b6040516101189190610c4b565b60405180910390f35b6101296106f4565b6040516101369190610d98565b60405180910390f35b6101476106fa565b6040516101549190610c9d565b60405180910390f35b610177600480360381019061017291906109e6565b61070d565b005b61018161084e565b60405161018e9190610c4b565b60405180910390f35b61019f610874565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461022f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161022690610cd8565b60405180910390fd5b600360009054906101000a900460ff1661027e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161027590610d78565b60405180910390fd5b600060025414156102c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102bb90610cb8565b60405180910390fd5b600254421015610309576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161030090610d38565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3033846040518463ffffffff1660e01b815260040161036893929190610c66565b600060405180830381600087803b15801561038257600080fd5b505af1158015610396573d6000803e3d6000fd5b505050506000600360006101000a81548160ff02191690831515021790555060006002819055506000600360016101000a81548160ff02191690831515021790555050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610469576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161046090610cd8565b60405180910390fd5b600360009054906101000a900460ff166104b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104af90610d78565b60405180910390fd5b6000600254146104fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104f490610cf8565b60405180910390fd5b6301e133804261050d9190610dc4565b6002819055506001600360016101000a81548160ff021916908315150217905550565b600360019054906101000a900460ff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146105d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105c890610cd8565b60405180910390fd5b600360009054906101000a900460ff1615610621576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161061890610d18565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b815260040161068093929190610c66565b600060405180830381600087803b15801561069a57600080fd5b505af11580156106ae573d6000803e3d6000fd5b505050506001600360006101000a81548160ff02191690831515021790555050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60025481565b600360009054906101000a900460ff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461079b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161079290610cd8565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561080b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161080290610d58565b60405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610902576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f990610cd8565b60405180910390fd5b600360009054906101000a900460ff16610951576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161094890610d78565b60405180910390fd5b60006002541415610997576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161098e90610cb8565b60405180910390fd5b60006002819055506000600360016101000a81548160ff021916908315150217905550565b6000813590506109cb81610e91565b92915050565b6000813590506109e081610ea8565b92915050565b6000602082840312156109f857600080fd5b6000610a06848285016109bc565b91505092915050565b600060208284031215610a2157600080fd5b6000610a2f848285016109d1565b91505092915050565b610a4181610e1a565b82525050565b610a5081610e2c565b82525050565b6000610a63601b83610db3565b91507f5769746864726177616c206973206e6f742074726967676572656400000000006000830152602082019050919050565b6000610aa3602583610db3565b91507f4f6e6c79207368617265736465762063616e2063616c6c20746869732066756e60008301527f6374696f6e0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610b09601f83610db3565b91507f5769746864726177616c20697320616c726561647920747269676765726564006000830152602082019050919050565b6000610b49601583610db3565b91507f4e465420697320616c7265616479206c6f636b656400000000000000000000006000830152602082019050919050565b6000610b89602083610db3565b91507f4c6f636b2d757020706572696f6420686173206e6f7420656e646564207965746000830152602082019050919050565b6000610bc9601983610db3565b91507f496e76616c6964206e6577206f776e65722061646472657373000000000000006000830152602082019050919050565b6000610c09601183610db3565b91507f4e4654206973206e6f74206c6f636b65640000000000000000000000000000006000830152602082019050919050565b610c4581610e58565b82525050565b6000602082019050610c606000830184610a38565b92915050565b6000606082019050610c7b6000830186610a38565b610c886020830185610a38565b610c956040830184610c3c565b949350505050565b6000602082019050610cb26000830184610a47565b92915050565b60006020820190508181036000830152610cd181610a56565b9050919050565b60006020820190508181036000830152610cf181610a96565b9050919050565b60006020820190508181036000830152610d1181610afc565b9050919050565b60006020820190508181036000830152610d3181610b3c565b9050919050565b60006020820190508181036000830152610d5181610b7c565b9050919050565b60006020820190508181036000830152610d7181610bbc565b9050919050565b60006020820190508181036000830152610d9181610bfc565b9050919050565b6000602082019050610dad6000830184610c3c565b92915050565b600082825260208201905092915050565b6000610dcf82610e58565b9150610dda83610e58565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115610e0f57610e0e610e62565b5b828201905092915050565b6000610e2582610e38565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b610e9a81610e1a565b8114610ea557600080fd5b50565b610eb181610e58565b8114610ebc57600080fd5b5056fea2646970667358221220a470f46c92f233c6fa78fbb23edf5c60fe4055589f573a7e6e45f748ed53bb8964736f6c63430008000033000000000000000000000000c36442b4a4522e871399cd717abdd847ab11fe88

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061009e5760003560e01c80637992145e116100665780637992145e146101215780639dfaff2f1461013f578063a6f9dae11461015d578063d56d229d14610179578063e5b12898146101975761009e565b8063023245d7146100a3578063041e0185146100bf5780630fff33f5146100c95780632b7170d0146100e757806332c1381d14610103575b600080fd5b6100bd60048036038101906100b89190610a0f565b6101a1565b005b6100c76103db565b005b6100d1610530565b6040516100de9190610c9d565b60405180910390f35b61010160048036038101906100fc9190610a0f565b610543565b005b61010b6106d0565b6040516101189190610c4b565b60405180910390f35b6101296106f4565b6040516101369190610d98565b60405180910390f35b6101476106fa565b6040516101549190610c9d565b60405180910390f35b610177600480360381019061017291906109e6565b61070d565b005b61018161084e565b60405161018e9190610c4b565b60405180910390f35b61019f610874565b005b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461022f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161022690610cd8565b60405180910390fd5b600360009054906101000a900460ff1661027e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161027590610d78565b60405180910390fd5b600060025414156102c4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016102bb90610cb8565b60405180910390fd5b600254421015610309576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161030090610d38565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3033846040518463ffffffff1660e01b815260040161036893929190610c66565b600060405180830381600087803b15801561038257600080fd5b505af1158015610396573d6000803e3d6000fd5b505050506000600360006101000a81548160ff02191690831515021790555060006002819055506000600360016101000a81548160ff02191690831515021790555050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610469576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161046090610cd8565b60405180910390fd5b600360009054906101000a900460ff166104b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104af90610d78565b60405180910390fd5b6000600254146104fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016104f490610cf8565b60405180910390fd5b6301e133804261050d9190610dc4565b6002819055506001600360016101000a81548160ff021916908315150217905550565b600360019054906101000a900460ff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16146105d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016105c890610cd8565b60405180910390fd5b600360009054906101000a900460ff1615610621576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161061890610d18565b60405180910390fd5b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b815260040161068093929190610c66565b600060405180830381600087803b15801561069a57600080fd5b505af11580156106ae573d6000803e3d6000fd5b505050506001600360006101000a81548160ff02191690831515021790555050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60025481565b600360009054906101000a900460ff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff161461079b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161079290610cd8565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561080b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161080290610d58565b60405180910390fd5b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610902576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016108f990610cd8565b60405180910390fd5b600360009054906101000a900460ff16610951576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161094890610d78565b60405180910390fd5b60006002541415610997576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161098e90610cb8565b60405180910390fd5b60006002819055506000600360016101000a81548160ff021916908315150217905550565b6000813590506109cb81610e91565b92915050565b6000813590506109e081610ea8565b92915050565b6000602082840312156109f857600080fd5b6000610a06848285016109bc565b91505092915050565b600060208284031215610a2157600080fd5b6000610a2f848285016109d1565b91505092915050565b610a4181610e1a565b82525050565b610a5081610e2c565b82525050565b6000610a63601b83610db3565b91507f5769746864726177616c206973206e6f742074726967676572656400000000006000830152602082019050919050565b6000610aa3602583610db3565b91507f4f6e6c79207368617265736465762063616e2063616c6c20746869732066756e60008301527f6374696f6e0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610b09601f83610db3565b91507f5769746864726177616c20697320616c726561647920747269676765726564006000830152602082019050919050565b6000610b49601583610db3565b91507f4e465420697320616c7265616479206c6f636b656400000000000000000000006000830152602082019050919050565b6000610b89602083610db3565b91507f4c6f636b2d757020706572696f6420686173206e6f7420656e646564207965746000830152602082019050919050565b6000610bc9601983610db3565b91507f496e76616c6964206e6577206f776e65722061646472657373000000000000006000830152602082019050919050565b6000610c09601183610db3565b91507f4e4654206973206e6f74206c6f636b65640000000000000000000000000000006000830152602082019050919050565b610c4581610e58565b82525050565b6000602082019050610c606000830184610a38565b92915050565b6000606082019050610c7b6000830186610a38565b610c886020830185610a38565b610c956040830184610c3c565b949350505050565b6000602082019050610cb26000830184610a47565b92915050565b60006020820190508181036000830152610cd181610a56565b9050919050565b60006020820190508181036000830152610cf181610a96565b9050919050565b60006020820190508181036000830152610d1181610afc565b9050919050565b60006020820190508181036000830152610d3181610b3c565b9050919050565b60006020820190508181036000830152610d5181610b7c565b9050919050565b60006020820190508181036000830152610d7181610bbc565b9050919050565b60006020820190508181036000830152610d9181610bfc565b9050919050565b6000602082019050610dad6000830184610c3c565b92915050565b600082825260208201905092915050565b6000610dcf82610e58565b9150610dda83610e58565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115610e0f57610e0e610e62565b5b828201905092915050565b6000610e2582610e38565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b610e9a81610e1a565b8114610ea557600080fd5b50565b610eb181610e58565b8114610ebc57600080fd5b5056fea2646970667358221220a470f46c92f233c6fa78fbb23edf5c60fe4055589f573a7e6e45f748ed53bb8964736f6c63430008000033

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

000000000000000000000000c36442b4a4522e871399cd717abdd847ab11fe88

-----Decoded View---------------
Arg [0] : _nftContract (address): 0xC36442b4a4522E871399CD717aBDD847Ab11FE88

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000c36442b4a4522e871399cd717abdd847ab11fe88


Deployed Bytecode Sourcemap

6050:2072:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7454:485;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6903:278;;;:::i;:::-;;6212:33;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6635:260;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6083:24;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6147:28;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6182:23;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7947:172;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6114:26;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7189:257;;;:::i;:::-;;7454:485;6312:9;;;;;;;;;;6298:23;;:10;:23;;;6290:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;7534:11:::1;;;;;;;;;;;7526:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;7603:1;7586:13;;:18;;7578:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;7674:13;;7655:15;:32;;7647:77;;;;;;;;;;;;:::i;:::-;;;;;;;;;7745:11;;;;;;;;;;;7737:33;;;7779:4;7786:10;7798:7;7737:69;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;7858:5;7844:11;;:19;;;;;;;;;;;;;;;;;;7890:1;7874:13;:17;;;;7926:5;7902:21;;:29;;;;;;;;;;;;;;;;;;7454:485:::0;:::o;6903:278::-;6312:9;;;;;;;;;;6298:23;;:10;:23;;;6290:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;6974:11:::1;;;;;;;;;;;6966:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;7043:1;7026:13;;:18;7018:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;7125:8;7107:15;:26;;;;:::i;:::-;7091:13;:42;;;;7169:4;7145:21;;:28;;;;;;;;;;;;;;;;;;6903:278::o:0;6212:33::-;;;;;;;;;;;;;:::o;6635:260::-;6312:9;;;;;;;;;;6298:23;;:10;:23;;;6290:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;6712:11:::1;;;;;;;;;;;6711:12;6703:46;;;;;;;;;;;;:::i;:::-;;;;;;;;;6770:11;;;;;;;;;;;6762:33;;;6796:10;6816:4;6823:7;6762:69;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;6883:4;6869:11;;:18;;;;;;;;;;;;;;;;;;6635:260:::0;:::o;6083:24::-;;;;;;;;;;;;:::o;6147:28::-;;;;:::o;6182:23::-;;;;;;;;;;;;;:::o;7947:172::-;6312:9;;;;;;;;;;6298:23;;:10;:23;;;6290:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;8048:1:::1;8028:22;;:8;:22;;;;8020:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;8103:8;8091:9;::::0;:20:::1;;;;;;;;;;;;;;;;;;7947:172:::0;:::o;6114:26::-;;;;;;;;;;;;;:::o;7189:257::-;6312:9;;;;;;;;;;6298:23;;:10;:23;;;6290:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;7266:11:::1;;;;;;;;;;;7258:41;;;;;;;;;;;;:::i;:::-;;;;;;;;;7335:1;7318:13;;:18;;7310:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;7397:1;7381:13;:17;;;;7433:5;7409:21;;:29;;;;;;;;;;;;;;;;;;7189:257::o:0;7:139:1:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:139::-;;236:6;223:20;214:29;;252:33;279:5;252:33;:::i;:::-;204:87;;;;:::o;297:262::-;;405:2;393:9;384:7;380:23;376:32;373:2;;;421:1;418;411:12;373:2;464:1;489:53;534:7;525:6;514:9;510:22;489:53;:::i;:::-;479:63;;435:117;363:196;;;;:::o;565:262::-;;673:2;661:9;652:7;648:23;644:32;641:2;;;689:1;686;679:12;641:2;732:1;757:53;802:7;793:6;782:9;778:22;757:53;:::i;:::-;747:63;;703:117;631:196;;;;:::o;833:118::-;920:24;938:5;920:24;:::i;:::-;915:3;908:37;898:53;;:::o;957:109::-;1038:21;1053:5;1038:21;:::i;:::-;1033:3;1026:34;1016:50;;:::o;1072:325::-;;1235:67;1299:2;1294:3;1235:67;:::i;:::-;1228:74;;1332:29;1328:1;1323:3;1319:11;1312:50;1388:2;1383:3;1379:12;1372:19;;1218:179;;;:::o;1403:369::-;;1566:67;1630:2;1625:3;1566:67;:::i;:::-;1559:74;;1663:34;1659:1;1654:3;1650:11;1643:55;1729:7;1724:2;1719:3;1715:12;1708:29;1763:2;1758:3;1754:12;1747:19;;1549:223;;;:::o;1778:329::-;;1941:67;2005:2;2000:3;1941:67;:::i;:::-;1934:74;;2038:33;2034:1;2029:3;2025:11;2018:54;2098:2;2093:3;2089:12;2082:19;;1924:183;;;:::o;2113:319::-;;2276:67;2340:2;2335:3;2276:67;:::i;:::-;2269:74;;2373:23;2369:1;2364:3;2360:11;2353:44;2423:2;2418:3;2414:12;2407:19;;2259:173;;;:::o;2438:330::-;;2601:67;2665:2;2660:3;2601:67;:::i;:::-;2594:74;;2698:34;2694:1;2689:3;2685:11;2678:55;2759:2;2754:3;2750:12;2743:19;;2584:184;;;:::o;2774:323::-;;2937:67;3001:2;2996:3;2937:67;:::i;:::-;2930:74;;3034:27;3030:1;3025:3;3021:11;3014:48;3088:2;3083:3;3079:12;3072:19;;2920:177;;;:::o;3103:315::-;;3266:67;3330:2;3325:3;3266:67;:::i;:::-;3259:74;;3363:19;3359:1;3354:3;3350:11;3343:40;3409:2;3404:3;3400:12;3393:19;;3249:169;;;:::o;3424:118::-;3511:24;3529:5;3511:24;:::i;:::-;3506:3;3499:37;3489:53;;:::o;3548:222::-;;3679:2;3668:9;3664:18;3656:26;;3692:71;3760:1;3749:9;3745:17;3736:6;3692:71;:::i;:::-;3646:124;;;;:::o;3776:442::-;;3963:2;3952:9;3948:18;3940:26;;3976:71;4044:1;4033:9;4029:17;4020:6;3976:71;:::i;:::-;4057:72;4125:2;4114:9;4110:18;4101:6;4057:72;:::i;:::-;4139;4207:2;4196:9;4192:18;4183:6;4139:72;:::i;:::-;3930:288;;;;;;:::o;4224:210::-;;4349:2;4338:9;4334:18;4326:26;;4362:65;4424:1;4413:9;4409:17;4400:6;4362:65;:::i;:::-;4316:118;;;;:::o;4440:419::-;;4644:2;4633:9;4629:18;4621:26;;4693:9;4687:4;4683:20;4679:1;4668:9;4664:17;4657:47;4721:131;4847:4;4721:131;:::i;:::-;4713:139;;4611:248;;;:::o;4865:419::-;;5069:2;5058:9;5054:18;5046:26;;5118:9;5112:4;5108:20;5104:1;5093:9;5089:17;5082:47;5146:131;5272:4;5146:131;:::i;:::-;5138:139;;5036:248;;;:::o;5290:419::-;;5494:2;5483:9;5479:18;5471:26;;5543:9;5537:4;5533:20;5529:1;5518:9;5514:17;5507:47;5571:131;5697:4;5571:131;:::i;:::-;5563:139;;5461:248;;;:::o;5715:419::-;;5919:2;5908:9;5904:18;5896:26;;5968:9;5962:4;5958:20;5954:1;5943:9;5939:17;5932:47;5996:131;6122:4;5996:131;:::i;:::-;5988:139;;5886:248;;;:::o;6140:419::-;;6344:2;6333:9;6329:18;6321:26;;6393:9;6387:4;6383:20;6379:1;6368:9;6364:17;6357:47;6421:131;6547:4;6421:131;:::i;:::-;6413:139;;6311:248;;;:::o;6565:419::-;;6769:2;6758:9;6754:18;6746:26;;6818:9;6812:4;6808:20;6804:1;6793:9;6789:17;6782:47;6846:131;6972:4;6846:131;:::i;:::-;6838:139;;6736:248;;;:::o;6990:419::-;;7194:2;7183:9;7179:18;7171:26;;7243:9;7237:4;7233:20;7229:1;7218:9;7214:17;7207:47;7271:131;7397:4;7271:131;:::i;:::-;7263:139;;7161:248;;;:::o;7415:222::-;;7546:2;7535:9;7531:18;7523:26;;7559:71;7627:1;7616:9;7612:17;7603:6;7559:71;:::i;:::-;7513:124;;;;:::o;7643:169::-;;7761:6;7756:3;7749:19;7801:4;7796:3;7792:14;7777:29;;7739:73;;;;:::o;7818:305::-;;7877:20;7895:1;7877:20;:::i;:::-;7872:25;;7911:20;7929:1;7911:20;:::i;:::-;7906:25;;8065:1;7997:66;7993:74;7990:1;7987:81;7984:2;;;8071:18;;:::i;:::-;7984:2;8115:1;8112;8108:9;8101:16;;7862:261;;;;:::o;8129:96::-;;8195:24;8213:5;8195:24;:::i;:::-;8184:35;;8174:51;;;:::o;8231:90::-;;8308:5;8301:13;8294:21;8283:32;;8273:48;;;:::o;8327:126::-;;8404:42;8397:5;8393:54;8382:65;;8372:81;;;:::o;8459:77::-;;8525:5;8514:16;;8504:32;;;:::o;8542:180::-;8590:77;8587:1;8580:88;8687:4;8684:1;8677:15;8711:4;8708:1;8701:15;8728:122;8801:24;8819:5;8801:24;:::i;:::-;8794:5;8791:35;8781:2;;8840:1;8837;8830:12;8781:2;8771:79;:::o;8856:122::-;8929:24;8947:5;8929:24;:::i;:::-;8922:5;8919:35;8909:2;;8968:1;8965;8958:12;8909:2;8899:79;:::o

Swarm Source

ipfs://a470f46c92f233c6fa78fbb23edf5c60fe4055589f573a7e6e45f748ed53bb89

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

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

Validator Index Block Amount
View All Withdrawals

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