Ethlizards
Verified contract
Active on
Ethereum with 7,398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Ethlizards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21221262 | 5 days ago | | | 0 | 0.00063579373 | |
| 21208160 | 6 days ago | | | 0 | 0.00024693706 | |
| 21177335 | 11 days ago | | | 0 | 0.00059208362 | |
| 21150248 | 14 days ago | | | 0 | 0.00067269400 | |
| 21106135 | 21 days ago | | | 0 | 0.00013587840 | |
| 21104659 | 21 days ago | | | 0 | 0.000084151857 | |
| 21104342 | 21 days ago | | | 0 | 0.00015609187 | |
| 21079792 | 24 days ago | | | 0 | 0.00071028205 | |
| 20993497 | a month ago | | | 0 | 0.00064074883 | |
| 20993487 | a month ago | | | 0 | 0.00057791514 |
ABI
ABI objects
Getter at block 21254130
OGMerkleRoot() view returns (bytes32)
0x1c3aec407fbe25ad81ff3d971fbda2f50dfa35104ad14743ed2579adf3521fde
auctionReservations() view returns (uint256)
5
auctionURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWNUPqH1zNpWWYYHh9YEgm1UtDzTDrwRj8Cqi4k5DwtbR/
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWNUPqH1zNpWWYYHh9YEgm1UtDzTDrwRj8Cqi4k5DwtbR/
bettyFromAccounting() view returns (address)
0xf310af8e149d8bc306fcea7df041ee6086418fc0
cost() view returns (uint256)
60000000000000000
foundersReservations() view returns (uint256)
10
foundersURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmWNUPqH1zNpWWYYHh9YEgm1UtDzTDrwRj8Cqi4k5DwtbR/
maxLizardPerMint() view returns (uint256)
11
maxLizardSupply() view returns (uint256)
5051
name() view returns (string)
Ethlizards
notRevealedUri() view returns (string)
ipfs://QmXNw1Edxj7uLe5gFASbhYweJejVMSNePUCXcWs9MM3YCv/hidden.json
onlyOGMints() view returns (bool)
false
onlyWLMints() view returns (bool)
false
owner() view returns (address)
0x4ef3933d49689e05a3d337c73f4b7f40c5e9b5de
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicMint() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
LIZARD
teamReservations() view returns (uint256)
100
totalSupply() view returns (uint256)
5050
whitelistMerkleRoot() view returns (bytes32)
0xa5c1affb1384b6ec7c7ef30303c8f7183c25818c364af59cc3c12fe630c260f4
Read-only
OGMinted(address) view returns (uint256)
WLMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events OGmint(uint256 _mintAmount, uint256 allowance, bytes32[] proof) payable
WLmint(uint256 _mintAmount, uint256 allowance, bytes32[] proof) payable
approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
collectAuctionReserves()
collectFoundersReserves()
collectTeamReserves()
flipProxyState(address proxyAddress)
mint(uint256 _mintAmount) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionURI(string _newAuctionURI)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setFoundersURI(string _newFoundersURI)
setMaxLizards(uint256 _maxLizardAmount)
setNotRevealedURI(string _notRevealedURI)
setOGMerkleRoot(bytes32 _OGMerkleRoot)
setOnlyOGMints(bool _state)
setOnlyWLMints(bool _state)
setProxyRegistryAddress(address _proxyRegistryAddress)
setPublicSale(bool _state)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _BaseURI, string _NotRevealedUri, string _FoundersURI, string _AuctionURI, address _proxyRegistryAddress, address _bettyFromAccounting)
This contract contains no fallback and receive objects.
This contract contains no error objects.