ManualPriceFeed
Verified contract
Active on
Ethereum with 6,055 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ManualPriceFeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7782854 | 5 years ago | | | 0 | 0.00072376000 | |
| 7780285 | 5 years ago | | | 0 | 0.00072376000 | |
| 7780123 | 5 years ago | | | 0 | 0.00072376000 | |
| 7780051 | 5 years ago | | | 0 | 0.00072376000 | |
| 7779989 | 5 years ago | | | 0 | 0.00072376000 | |
| 7779982 | 5 years ago | | | 0 | 0.00072376000 | |
| 7779918 | 5 years ago | | | 0 | 0.00072376000 | |
| 7779912 | 5 years ago | | | 0 | 0.00072376000 | |
| 7779859 | 5 years ago | | | 0 | 0.00072376000 | |
| 7779825 | 5 years ago | | | 0 | 0.00072376000 |
ABI
ABI objects
Getter at block 21157780
getCurrentTime() view returns (uint256)
1731247859
isOwner() view returns (bool)
false
isTest() view returns (bool)
false
owner() view returns (address)
0xf5d93a26cf740f4064e7b9f2adaac05a110ce12d
Read-only
isIdentifierSupported(bytes32 identifier) view returns (bool isSupported)
latestPrice(bytes32 identifier) view returns (uint256 publishTime, int256 price)
State-modifying
Events pushLatestPrice(bytes32 identifier, uint256 publishTime, int256 newPrice)
renounceOwnership()
setCurrentTime(uint256 _time)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawErc20(address erc20Address, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(bytes32 indexed identifier, uint256 indexed time, int256 price)
constructor(bool _isTest)
This contract contains no fallback and receive objects.
This contract contains no error objects.