CustomSetOracle
Verified contract
Active on
Base with 1,502 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CustomSetOracle"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22714877 | 2 hours ago | | | 0 | 0.000061351679 | |
| 22712567 | 3 hours ago | | | 0 | 0.000061351679 | |
| 22701827 | 9 hours ago | | | 0 | 0.000061333563 | |
| 22701527 | 9 hours ago | | | 0 | 0.000061333563 | |
| 22700867 | 10 hours ago | | | 0 | 0.000061333563 | |
| 22693577 | 14 hours ago | | | 0 | 0.000061333563 | |
| 22691627 | 15 hours ago | | | 0 | 0.000061351679 | |
| 22684577 | 19 hours ago | | | 0 | 0.000061333563 | |
| 22675877 | a day ago | | | 0 | 0.000061333563 | |
| 22668437 | a day ago | | | 0 | 0.000061351679 |
ABI
ABI objects
Getter at block 22718266
accessController() view returns (address)
0x20dfa88e77d4eeb644f68c5752e7d1a3c21f27e8
getDescription() pure returns (string)
customSet
getSystemRegistry() view returns (address)
0x18dc926095a7a007c01ef836683fdef4c4371b4e
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)