zkLegend Genesis NFT
Verified contract
Active on
Ethereum with 5,548 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 "zkLegend Genesis NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185695 | a day ago | | | 0 | 0.00078340075 | |
| 21148843 | 6 days ago | | | 0 | 0.00045170983 | |
| 21148531 | 6 days ago | | | 0 | 0.00045307550 | |
| 21138099 | 8 days ago | | | 0 | 0.00065750718 | |
| 21136355 | 8 days ago | | | 0 | 0.00081776690 | |
| 21133700 | 8 days ago | | | 0 | 0.00042004724 | |
| 21121492 | 10 days ago | | | 0 | 0.00025529593 | |
| 21116572 | 11 days ago | | | 0 | 0.00043057113 | |
| 21100519 | 13 days ago | | | 0 | 0.00029475650 | |
| 21098199 | 13 days ago | | | 0 | 0.00017904875 |
ABI
ABI objects
Getter at block 21194151
contractURI() view returns (string)
ipfs://bafkreiasti6a2obuhe4qmavdfi5fsyloehfwmv2uqpfab445wrlqwppaem
merkleRoot() view returns (bytes32)
0x1dc388ac8263068c61bf6b42edcc1e332784e2253745ec81b5d1cda9f4c3367c
mintingFee() view returns (uint256)
1000000000000000000
name() view returns (string)
zkLegend Genesis NFT
publicMintingActive() view returns (bool)
false
symbol() view returns (string)
ZKLG
totalSupply() view returns (uint256)
3413
viewCase() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
claimedAddresses(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
w1(address) view returns (bool)
w2(address) view returns (bool)
w3(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
claim(bytes32[] proof)
mint() payable
otherClaim(bytes32[] proof)
ownerClaim()
ownerDistribute(address recipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURIValue)
setClaimCase(uint256 _newCase)
setContractURI(string _newContractURIValue)
setMerkleRoot(bytes32 _newMerkleRoot)
setMintingFee(uint256 _newFee)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.