This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from web3.auto import w3 | |
| from eth_account.messages import encode_defunct | |
| import requests | |
| import json | |
| import pprint | |
| from eip712_structs import make_domain | |
| from eip712_structs import Address, Boolean, Bytes, String, Uint | |
| from eip712_structs import EIP712Struct | |
| import time | |
| from hexbytes import HexBytes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am koeppelmann on github. | |
| * I am koeppelmann (https://keybase.io/koeppelmann) on keybase. | |
| * I have a public key ASBMM6EsbvSa-ANGIeEwVeYuzfv1lW5N0f62LQ5Oq48TIAo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is Martin Köppelmann | |
| 0x7b2e78d4dfaaba045a167a70da285e30e8fca196 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma solidity ^0.4.21; | |
| // File: contracts/Oracle/DSAuth.sol | |
| contract DSAuthority { | |
| function canCall( | |
| address src, address dst, bytes4 sig | |
| ) public view returns (bool); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x7b2e78d4dfaaba045a167a70da285e30e8fca196 |
NewerOlder