Skip to content

Instantly share code, notes, and snippets.

@bogdan
Last active November 11, 2022 14:23
Show Gist options
  • Save bogdan/f381bb16a37934b4bb4f5a5a6d47d2a5 to your computer and use it in GitHub Desktop.
Save bogdan/f381bb16a37934b4bb4f5a5a6d47d2a5 to your computer and use it in GitHub Desktop.

.ETH node: 0x93cdeb708b7545dc668eb9280176169d1c33cfd8ed6f04690a0bcc88a93fc4ae

Commitment Transaction: https://goerli.etherscan.io/tx/0x801004d836769472d7c75d2fdfb4ca353692f152c7f1aa42db003778b1373a16

Registrarion Transaction: https://goerli.etherscan.io/tx/0x7917e748b9a4ef566f2bab525e908423aa930f9f56fa3b5910f84b92988ad70f

Registrar controller

$ curl https://mainnet.infura.io/v3/4458cf4d1689497b9a38b1d6bbf05e78 \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{"jsonrpc":"2.0","method":"eth_getLogs","params":[{"fromBlock":"0x00001","toBlock":"0xf35588222","address":"0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85", "topics":["0x0a8bb31534c0ed46f380cb867bd5c803a189ced9a764e30b3a4991a9901d7474"]}],"id":1}' | jq ".result[].topics[1]"

Controllers:

Live:

Uninteresting:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment