PriceWatcher
Verified contract
Active on
Ethereum with 460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d3b…06ed
Balances ($0.47)
Native
Value
$0.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000143 | $3,306.79 |
$0.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7876822 | 5 years ago | | | 0 | 0.0014653200 | |
| 7876791 | 5 years ago | | | 0 | 0.0014653200 | |
| 7876007 | 5 years ago | | | 0 | 0.0017812600 | |
| 7875973 | 5 years ago | | | 0 | 0.0017825400 | |
| 7875183 | 5 years ago | | | 0 | 0.0017825400 | |
| 7875155 | 5 years ago | | | 0 | 0.0017825400 | |
| 7874389 | 5 years ago | | | 0 | 0.0017825400 | |
| 7874361 | 5 years ago | | | 0 | 0.0017825400 | |
| 7873592 | 5 years ago | | | 0 | 0.0017825400 | |
| 7873571 | 5 years ago | | | 0 | 0.0017825400 |
ABI
ABI objects
Getter at block 21259127
adminOverrideEnabled() view returns (bool)
false
errorCounter() view returns (uint256)
0
errorString() view returns (string)
getUSDcentsPerETH() view returns (uint256 _USDcentsPerETH)
26551
oracleCallbackGasLimit() view returns (uint256)
150000
oracleQueryIntervalSeconds() view returns (uint256)
10800
oracleQueryString() view returns (string)
json(https://api.pro.coinbase.com/products/ETH-USD/ticker).price
oracleQueryType() view returns (string)
URL
oracleStopped() view returns (bool)
false
Read-only
administrators(address) view returns (bool)
numberString_to_uint(string _str, uint256 _decimals) pure returns (bool _success, uint256 _uint)
whitelistedUsers(address) view returns (bool)
State-modifying
Events __callback(bytes32 _myid, string _result, bytes _proof)
__callback(bytes32 myid, string result)
addAdministrator(address _newAdministrator)
disableAdminOverride()
enableAdminOverride(uint256 _USDcentsPerETH)
removeAdministrator(address _administrator)
setOracleCallbackGasLimit(uint256 _gasLimit)
setOracleCallbackGasPrice(uint256 _gasPrice)
setOracleInterval(uint256 _intervalSeconds)
setOracleSource(string _queryType, string _queryString)
setOracleStopped(bool _stopped)
setUserWhitelisted(address _user, bool _whitelisted)
triggerPriceUpdate(uint256 _delaySeconds)
withdraw(uint256 _amount)
withdrawAll()
This contract contains no event objects.
constructor()
fallback()
This contract contains no error objects.