Skip to content

Instantly share code, notes, and snippets.

@hayeah
Created September 6, 2019 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayeah/d312704cd62ef8d5ae5e8ca243128820 to your computer and use it in GitHub Desktop.
Save hayeah/d312704cd62ef8d5ae5e8ca243128820 to your computer and use it in GitHub Desktop.
edgeware lock contract expire time
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}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment