LIZLAUNCHPAD

Verified contract

Active on Ethereum with 5,127 txns
Deployed by via 0xf4f7abde at 20249445
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LIZLAUNCHPAD"

0x7fc471c526e2c3b8085863372c96f7b06387189b2643e61ef3070c908fc8bca1
0xbc26d59460aa0de4fe3175205d303702c922eeb3c52c43c76a2c1cb66700c320
0xcb9ff05e769e5d5e4765c93232f72f658d1549908f5a4269e34ebf167cc8eb96
0xe8153272f5fb0d1663572a8efc2e1639242a744305c219441efa6a1ae6d112ff
0x6f12d1d898ba3a42cab3ab21be2a8833bf4b5b8897b70115d54ddec9c29db9a5
0x072238bd8a476c45c90f7c9d72f061be5efc1aeb0253cead4235d2f688016b17
0xc0ac230154e5dead13ac2e694f374a3c1deb7ce04d8c1adc648d8e516e632089
0xd60cb64ab65aa37d9df93278505b713c7c0f2fbea6e5b915f196505a794bf8e4
0x790b51d013ecf24ab088f26fa32f51ce9cf346e8601d5fb0d6eee66db128e183
0xa9973934dc6a999a431d16e9b766ec104c5827da8bbc007c20c366c352879f01

Functions
Getter at block 21217223
contractURI(view returns (string)
ipfs://QmNaGz73G7y821LQW3Fb8DF7Kzep1zZwiLbQjgq23m6suJ
currentTokenId(view returns (uint256)
3333
maxMintPerAddress(view returns (uint256)
2
maxSupply(view returns (uint256)
3333
name(view returns (string)
LIZLAUNCHPAD
owner(view returns (address)
0xbca58b453b13f68548a3eca22bfddcf030ee8e6e
paused(view returns (bool)
false
publicOpen(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
LAUNCH
t1WhitelistOpen(view returns (bool)
false
t2WhitelistOpen(view returns (bool)
false
transfersLocked(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _addrbytes32[] _merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
t1WhitelistClaimed(addressview returns (bool)
t2WhitelistClaimed(addressview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicMint(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setContractUri(string _uri
setHiddenMetadataUri(string _hiddenMetadataUri
setPaused(bool _state
setPublicMint(bool _bool
setRevealed(bool _state
setT1MerkleRoot(bytes32 _newMerkleRoot
setT1Whitelist(bool _bool
setT2MerkleRoot(bytes32 _newMerkleRoot
setT2Whitelist(bool _bool
setUri(string _uri
setUriSuffix(string _uriSuffix
t1WhitelistMint(bytes32[] _merkleProof
t2WhitelistMint(bytes32[] _merkleProof
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(address _treasuryuint256 _amount
unlockTransfers(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ContractURIUpdated(
MerkleRootUpdated(uint256 tierbytes32 root
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PublicMinted(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TreasuryMinted(address touint256 amount
WhitelistT1Minted(address touint256 amount
WhitelistT2Minted(address touint256 amount
Constructor
constructor(string _namestring _symboluint256 _maxSupplyuint256 _maxMintAmountPerAddress
Fallback and receive
receive(
Errors
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
MintPublicClosed(
MintingInvalidAmount(
MintingInvalidProof(
MintingMaxPerAddress(
MintingPaused(
MintingSupplyReached(
MintingTreasuryMintClosed(
MintingWhitelistClaimed(
MintingWhitelistClosed(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
TransfersLocked(