ExchangeRates
Verified contract
Active on
Ethereum with 28,046 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 3.984448 | $1.00 |
$3.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10364785 | 4 years ago | | | 0 | 0.054066857 | |
| 10364771 | 4 years ago | | | 0 | 0.075645540 | |
| 10364729 | 4 years ago | | | 0 | 0.024349390 | |
| 10364679 | 4 years ago | | | 0 | 0.056364870 | |
| 10364639 | 4 years ago | | | 0 | 0.017545900 | |
| 10364587 | 4 years ago | | | 0 | 0.011329603 | |
| 10364540 | 4 years ago | | | 0 | 0.051517220 | |
| 10364507 | 4 years ago | | | 0 | 0.028654480 | |
| 10364452 | 4 years ago | | | 0 | 0.020301891 | |
| 10364412 | 4 years ago | | | 0 | 0.047066649 |
ABI
ABI objects
Getter at block 21158469
SELFDESTRUCT_DELAY() view returns (uint256)
2419200
initiationTime() view returns (uint256)
0
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
oracle() view returns (address)
0xac1ed4fabbd5204e02950d68b6fc8c446ac95362
owner() view returns (address)
0xeb3107117fead7de89cd14d463d340a2e6917769
rateStalePeriod() view returns (uint256)
10800
selfDestructBeneficiary() view returns (address)
0xb64ff7a4a33acdf48d97dab0d764afd0f6176882
selfDestructInitiated() view returns (bool)
false
Read-only
aggregatorKeys(uint256) view returns (bytes32)
aggregators(bytes32) view returns (address)
anyRateIsStale(bytes32[] currencyKeys) view returns (bool)
effectiveValue(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey) view returns (uint256)
effectiveValueAtRound(bytes32 sourceCurrencyKey, uint256 sourceAmount, bytes32 destinationCurrencyKey, uint256 roundIdForSrc, uint256 roundIdForDest) view returns (uint256)
getCurrentRoundId(bytes32 currencyKey) view returns (uint256)
getLastRoundIdBeforeElapsedSecs(bytes32 currencyKey, uint256 startingRoundId, uint256 startingTimestamp, uint256 timediff) view returns (uint256)
inversePricing(bytes32) view returns (uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit, bool frozen)
invertedKeys(uint256) view returns (bytes32)
lastRateUpdateTimes(bytes32 currencyKey) view returns (uint256)
lastRateUpdateTimesForCurrencies(bytes32[] currencyKeys) view returns (uint256[])
rateAndTimestampAtRound(bytes32 currencyKey, uint256 roundId) view returns (uint256 rate, uint256 time)
rateForCurrency(bytes32 currencyKey) view returns (uint256)
rateIsFrozen(bytes32 currencyKey) view returns (bool)
rateIsStale(bytes32 currencyKey) view returns (bool)
ratesAndStaleForCurrencies(bytes32[] currencyKeys) view returns (uint256[], bool)
ratesForCurrencies(bytes32[] currencyKeys) view returns (uint256[])
State-modifying
Events acceptOwnership()
addAggregator(bytes32 currencyKey, address aggregatorAddress)
deleteRate(bytes32 currencyKey)
initiateSelfDestruct()
nominateNewOwner(address _owner)
removeAggregator(bytes32 currencyKey)
removeInversePricing(bytes32 currencyKey)
selfDestruct()
setInversePricing(bytes32 currencyKey, uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit, bool freeze, bool freezeAtUpperLimit)
setOracle(address _oracle)
setRateStalePeriod(uint256 _time)
setSelfDestructBeneficiary(address _beneficiary)
terminateSelfDestruct()
updateRates(bytes32[] currencyKeys, uint256[] newRates, uint256 timeSent) returns (bool)
AggregatorAdded(bytes32 currencyKey, address aggregator)
AggregatorRemoved(bytes32 currencyKey, address aggregator)
InversePriceConfigured(bytes32 currencyKey, uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit)
InversePriceFrozen(bytes32 currencyKey)
OracleUpdated(address newOracle)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RateDeleted(bytes32 currencyKey)
RateStalePeriodUpdated(uint256 rateStalePeriod)
RatesUpdated(bytes32[] currencyKeys, uint256[] newRates)
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
constructor(address _owner, address _oracle, bytes32[] _currencyKeys, uint256[] _newRates)
This contract contains no fallback and receive objects.
This contract contains no error objects.