PolyOracle
Verified contract
Active on
Ethereum with 379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dbd…dcf6
Balances ($938.24)
Native
Value
$938.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.263626 | $3,558.97 |
$938.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6875977 | 6 years ago | | | 0 | 0.0017746500 | |
| 6869898 | 6 years ago | | | 0 | 0.0017746500 | |
| 6863908 | 6 years ago | | | 0 | 0.0017746500 | |
| 6857761 | 6 years ago | | | 0 | 0.0017714500 | |
| 6851664 | 6 years ago | | | 0 | 0.0017746500 | |
| 6845625 | 6 years ago | | | 0 | 0.0017746500 | |
| 6839645 | 6 years ago | | | 0 | 0.0017746500 | |
| 6833612 | 6 years ago | | | 0 | 0.0017746500 | |
| 6827586 | 6 years ago | | | 0 | 0.0017714500 | |
| 6821537 | 6 years ago | | | 0 | 0.0017746500 |
ABI
ABI objects
Getter at block 21288717 getPrice() view returns (uint256)
freezeOracle() view returns (bool)
false
gasLimit() view returns (uint256)
70000
getCurrencyAddress() view returns (address)
0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec
getCurrencyDenominated() view returns (bytes32)
0x5553440000000000000000000000000000000000000000000000000000000000
getCurrencySymbol() view returns (bytes32)
0x504f4c5900000000000000000000000000000000000000000000000000000000
getPriceAndTime() view returns (uint256, uint256)
(208556451351000000, 1542587518)
latestScheduledUpdate() view returns (uint256)
1544661118
latestUpdate() view returns (uint256)
1542587518
oracleQueryType() view returns (string)
nested
oracleURL() view returns (string)
[URL] json(https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest?id=2496&convert=USD&CMC_PRO_API_KEY=${[decrypt] BCA0Bqxmn3jkSENepaHxQv09Z/vGdEO9apO+B9RplHyV3qOL/dw5Indlei3hoXrGk9G14My8MFpHJycB7UoVnl+4mlzEsjTlS2UBAYVrl0fAepfiSyM30/GMZAoJmDagY+0YyNZvpkgXn86Q/59Bi48PWEet}).data."2496".quote.USD.price
oraclizeTimeTolerance() view returns (uint256)
300
owner() view returns (address)
0xfd4c0f5848642fc2041c003cb684fc66b16217bc
sanityBounds() view returns (uint256)
200000000000000000
staleTime() view returns (uint256)
172800
Read-only
admin(address) view returns (bool)
ignoreRequestIds(bytes32) view returns (bool)
requestIds(bytes32) view returns (uint256)
State-modifying
Events __callback(bytes32 _requestId, string _result)
__callback(bytes32 myid, string result, bytes proof)
drainContract()
renounceOwnership()
schedulePriceUpdatesFixed(uint256[] _times) payable
schedulePriceUpdatesRolling(uint256 _startTime, uint256 _interval, uint256 _iters) payable
setAdmin(address _admin, bool _valid)
setFreezeOracle(bool _frozen)
setGasLimit(uint256 _gasLimit)
setGasPrice(uint256 _gasPrice)
setIgnoreRequestIds(bytes32[] _requestIds, bool[] _ignore)
setOracleQueryType(string _oracleQueryType)
setOracleURL(string _oracleURL)
setOraclizeTimeTolerance(uint256 _oraclizeTimeTolerance)
setPOLYUSD(uint256 _price)
setSanityBounds(uint256 _sanityBounds)
setStaleTime(uint256 _staleTime)
transferOwnership(address _newOwner)
LogAdminSet(address _admin, bool _valid, uint256 _time)
LogNewOraclizeQuery(uint256 _time, bytes32 _queryId, string _query)
LogPriceUpdated(uint256 _price, uint256 _oldPrice, bytes32 _queryId, uint256 _time)
LogStalePriceUpdate(bytes32 _queryId, uint256 _time, string _result)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.