PriceReporter
Verified contract
Active on
Base with 93,663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000833 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 104.899885 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22741880 | 8 minutes ago | | | 0 | 6.4369928e-7 | |
| 22740379 | an hour ago | | | 0 | 4.2077252e-7 | |
| 22738880 | 2 hours ago | | | 0 | 4.3983604e-7 | |
| 22738875 | 2 hours ago | | | 0 | 4.3958476e-7 | |
| 22738873 | 2 hours ago | | | 0 | 4.4048253e-7 | |
| 22738869 | 2 hours ago | | | 0 | 1.7808100e-7 | |
| 22738869 | 2 hours ago | | | 0 | 4.4148209e-7 | |
| 22737355 | 3 hours ago | | | 0 | 0.000000606868813374 | |
| 22735854 | 3 hours ago | | | 0 | 4.4900543e-7 | |
| 22734353 | 4 hours ago | | | 0 | 4.8595419e-7 |
ABI
ABI objects
Getter at block 22742126
oracle() view returns (address)
0x9e37206810b5af02f52728cf8df31ada8c57935c
orderManager() view returns (address)
0x78a3ed1c7eb7fead1936383367a9462a95a41e91
owner() view returns (address)
0xe11aadb7bbc0c76a15bcd5b3afb9590bbcbfb865
Read-only
isReporter(address) view returns (bool)
reporters(uint256) view returns (address)
State-modifying
Events addReporter(address reporter)
postPriceAndExecuteOrders(address[] tokens, uint256[] prices, uint256[] priceTimestamps, uint256[] leverageOrders, uint256[] swapOrders)
removeReporter(address reporter)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReporterAdded(address indexed arg0)
ReporterRemoved(address indexed arg0)
constructor(address _oracle, address _orderManager)
This contract contains no fallback and receive objects.
InvalidAddress()
ReporterAlreadyAdded()
ReporterNotExists()
Unauthorized()