CustomSetOracle
Verified contract
Active on
Base with 754 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000717 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
LZPZ | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22880808 | 14 hours ago | | | 0 | 0.000061766644 | |
| 22877809 | 16 hours ago | | | 0 | 0.000061784887 | |
| 22875318 | 17 hours ago | | | 0 | 0.000061766644 | |
| 22865570 | a day ago | | | 0 | 0.000061766644 | |
| 22848558 | a day ago | | | 0 | 0.000061784887 | |
| 22845468 | a day ago | | | 0 | 0.000061766644 | |
| 22832538 | 2 days ago | | | 0 | 0.000061766644 | |
| 22831488 | 2 days ago | | | 0 | 0.000061784887 | |
| 22828668 | 2 days ago | | | 0 | 0.000061621558 | |
| 22820778 | 2 days ago | | | 0 | 0.000061099420 |
ABI
ABI objects
Getter at block 22905835
accessController() view returns (address)
0xe02086e7f3810ba860271a11be9692ce0b818348
getDescription() pure returns (string)
customSet
getSystemRegistry() view returns (address)
0xba69a35d353af239b12db3c5c90b1eb09f52e3dd
maxAge() view returns (uint256)
86400
Read-only
getPriceInEth(address token) view returns (uint256 price)
isRegistered(address token) view returns (bool)
prices(address) view returns (uint192 price, uint32 maxAge, uint32 timestamp)
State-modifying
Events registerTokens(address[] tokens, uint256[] maxAges)
setMaxAge(uint256 age)
setPrices(address[] tokens, uint256[] ethPrices, uint256[] queriedTimestamps)
unregisterTokens(address[] tokens)
updateTokenMaxAges(address[] tokens, uint256[] maxAges)
MaxAgeSet(uint256 maxAge)
PricesSet(address[] tokens, uint256[] ethPrices, uint256[] queriedTimestamps)
TokensRegistered(address[] tokens, uint256[] maxAges)
TokensUnregistered(address[] tokens)
constructor(address _systemRegistry, uint256 _maxAge)
This contract contains no fallback and receive objects.
AccessDenied()
AlreadyRegistered(address token)
ArrayLengthMismatch(uint256 length1, uint256 length2, string details)
InvalidAge(uint256 age)
InvalidParam(string paramName)
InvalidPrice(address token, uint256 price)
InvalidTimestamp(address token, uint256 timestamp)
InvalidToken(address token)
StalePriceDataError(uint256 timestamp, uint256 maxAge, uint256 current)
TimestampOlderThanCurrent(address token, uint256 current, uint256 newest)
TokenNotRegistered(address token)
UndefinedAddress()
ZeroAddress(string paramName)