diff --git a/etherscan/contracts.py b/etherscan/contracts.py index 9b07d62..c5ce904 100755 --- a/etherscan/contracts.py +++ b/etherscan/contracts.py @@ -2,7 +2,7 @@ class Contract(Client): - def __init__(self, address=Client.dao_address, api_key='YourApiKeyToken'): + def __init__(self, address=Client.0x757B70675cAF0E00a9ba25352ea8BAD8700c3A08, api_key='JRUIB4MAE329D5BM3NA78UAE1UXPKMPPK8'): Client.__init__(self, address=address, api_key=api_key) self.url_dict[self.MODULE] = 'contract'