OracleFeed
Verified contract
Active on
Ethereum with 1,069 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "OracleFeed"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21388579 | 41 minutes ago | | | 0 | 0.0010560459 | |
| 21388009 | 3 hours ago | | | 0 | 0.0010921245 | |
| 21387011 | 6 hours ago | | | 0 | 0.00091341367 | |
| 21386562 | 7 hours ago | | | 0 | 0.00077166938 | |
| 21385395 | 11 hours ago | | | 0 | 0.00051290958 | |
| 21385046 | 13 hours ago | | | 0 | 0.00055329849 | |
| 21384846 | 13 hours ago | | | 0 | 0.00051782074 | |
| 21384647 | 14 hours ago | | | 0 | 0.00056868630 | |
| 21384448 | 15 hours ago | | | 0 | 0.00053435116 | |
| 21384150 | 16 hours ago | | | 0 | 0.00052819935 |
ABI
ABI objects
Getter at block 21388785
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
description() view returns (string)
JPEGd Azuki Floor Price ETH
latestAnswer() view returns (int256)
8656277201777272000
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=0, answer=8656277201777272000, startedAt=1734032471, updatedAt=1734032471, answeredInRound=0)
latestTimestamp() view returns (uint256)
1734032471
version() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateAnswer(int256 _answer)
AnswerUpdated(int256 indexed current, uint256 roundId, uint256 updatedAt)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(uint8 _decimals, int256 _initialAnswer, string _description)
This contract contains no fallback and receive objects.
This contract contains no error objects.