EthPriceProvider
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d3b…06ed
0x3dbd…dcf6
0x2671…9a75
Balances ($6.26)
Native
Value
$6.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001889 | $3,314.63 |
$6.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 10869148 | 4 years ago | | | 0.02 | 0.0042092000 | |
Transfer | 7321720 | 6 years ago | | | 0.01 | 0.00010523000 | |
Transfer | 7321708 | 6 years ago | | | 0.02 | 0.00021000000 | |
Transfer | 7311010 | 6 years ago | | | 0.02 | 0.00010523000 | |
Transfer | 7310988 | 6 years ago | | | 0.02 | 0.000084184000 | |
Transfer | 7310978 | 6 years ago | | | 0.05 | 0.000063138000 | |
Transfer | 7310821 | 6 years ago | | | 0.05 | 0.000042092000 | |
Transfer | 7310197 | 6 years ago | | | 0.05 | 0.00010523000 | |
Transfer | 7310177 | 6 years ago | | | 0.05 | 0.00012627600 | |
Transfer | 7310137 | 6 years ago | | | 0.05 | 0.00021046000 |
ABI
ABI objects
Getter at block 21168864
currentPrice() view returns (uint256)
17204
owner() view returns (address)
0xc7a04630f24fdb33096609f1db8cf65f697efe10
state() view returns (uint8)
0
updateInterval() view returns (uint256)
18000
url() view returns (string)
json(https://api.kraken.com/0/public/Ticker?pair=ETHUSD).result.XETHZUSD.c.0
watcher() view returns (address)
0x2671500a8a6d099ae8743ad3ff848a6636fe9a75
Read-only
This contract contains no read-only function objects.
State-modifying
Events __callback(bytes32 myid, string result)
__callback(bytes32 myid, string result, bytes proof)
setUpdateInterval(uint256 newInterval)
setUrl(string newUrl)
setWatcher(address newWatcher)
startUpdate(uint256 startingPrice) payable
stopUpdate()
transferOwnership(address newOwner)
withdraw(address receiver)
InsufficientFunds()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TooBigPriceDiff(uint256 oldValue, uint256 newValue)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.