Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created September 6, 2019 03:28
Show Gist options
  • Select an option

  • Save hayeah/d312704cd62ef8d5ae5e8ca243128820 to your computer and use it in GitHub Desktop.

Select an option

Save hayeah/d312704cd62ef8d5ae5e8ca243128820 to your computer and use it in GitHub Desktop.

Revisions

  1. hayeah created this gist Sep 6, 2019.
    5 changes: 5 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    curl https://mainnet.infura.io/v3/$INFURA_TOKEN \
    -X POST \
    -H "Content-Type: application/json" \
    -d '{
    "jsonrpc":"2.0","method":"eth_getStorageAt","params": ["'$CONTRACT_ADDRESS'", "0x01", "latest"],"id":1}'