OracleFeed
Verified contract
Active on
Ethereum with 726 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) |
---|---|---|---|---|---|---|---|
| 21376250 | 7 hours ago | | | 0 | 0.00054143552 | |
| 21372638 | 19 hours ago | | | 0 | 0.0029471026 | |
| 21370528 | a day ago | | | 0 | 0.00052250033 | |
| 21369634 | a day ago | | | 0 | 0.00071703083 | |
| 21366028 | 2 days ago | | | 0 | 0.0014505178 | |
| 21364811 | 2 days ago | | | 0 | 0.0011154999 | |
| 21364413 | 2 days ago | | | 0 | 0.00038395434 | |
| 21363988 | 2 days ago | | | 0 | 0.00038804456 | |
| 21363563 | 2 days ago | | | 0 | 0.00038745852 | |
| 21363040 | 2 days ago | | | 0 | 0.00038079699 |
ABI
ABI objects
Getter at block 21378385
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
description() view returns (string)
JPEGd Milady Price ETH
latestAnswer() view returns (int256)
5272589857602445000
latestRoundData() view returns (uint80 roundId, int256 answer, uint256 startedAt, uint256 updatedAt, uint80 answeredInRound)
(roundId=0, answer=5272589857602445000, startedAt=1733883671, updatedAt=1733883671, answeredInRound=0)
latestTimestamp() view returns (uint256)
1733883671
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.