Skip to content

[ZK Stack] - List of currently deployed smart contracts (Diamond Facets) #323

Closed Answered by sekuba
sekuba asked this question in ZK Stack
Discussion options

You must be logged in to vote

I went deeper and found out some things on the way in case anyone has similar noob questions ;)
As you cannot easily derive the diamond facets on etherscan, there is nice tools that can, for example louper.dev. (This site also lets you interact with the facets functions like with contracts on etherscan)

In case you are using some cmdline tool for interacting with the diamond you can use the diamond's address but the ABI of the facet whose function you're trying to call. Usually diamonds have a loupe facet (in zksync era gettersFacet) that has a facetAddresses() function to list all current facets

Current important addresses:

Matter Labs MultiSig:
https://etherscan.io/address/0x4e494334684…

Replies: 3 comments 1 reply

This comment was marked as spam.

@sekuba
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sekuba

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
3 participants