ExchangeRates
Verified contract
Active on
Ethereum with 16,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRQ | ERC-20 | 400 | -- | -- | |
ETY | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9519422 | 5 years ago | | | 0 | 0.00028647000 | |
| 9518900 | 5 years ago | | | 0 | 0.00028635000 | |
| 9518875 | 5 years ago | | | 0 | 0.0015899360 | |
| 9518831 | 5 years ago | | | 0 | 0.0027345600 | |
| 9518801 | 5 years ago | | | 0 | 0.0025842000 | |
| 9518699 | 5 years ago | | | 0 | 0.0029036082 | |
| 9518659 | 5 years ago | | | 0 | 0.0026914300 | |
| 9518652 | 5 years ago | | | 0 | 0.0025048467 | |
| 9518615 | 5 years ago | | | 0 | 0.0023387000 | |
| 9518574 | 5 years ago | | | 0 | 0.0035658662 |
ABI
ABI objects
Getter at block 21161097
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)
0xb0a23f40de7f776a4f20153e8995ed3e7d7c8487
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)
inversePricing(bytes32) view returns (uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit, bool frozen)
invertedKeys(uint256) view returns (bytes32)
isXDRParticipant(bytes32) view returns (bool)
lastRateUpdateTimes(bytes32 code) view returns (uint256)
lastRateUpdateTimesForCurrencies(bytes32[] currencyKeys) view returns (uint256[])
rateForCurrency(bytes32 currencyKey) view returns (uint256)
rateIsFrozen(bytes32 currencyKey) view returns (bool)
rateIsStale(bytes32 currencyKey) view returns (bool)
rates(bytes32 code) view returns (uint256)
ratesAndStaleForCurrencies(bytes32[] currencyKeys) view returns (uint256[], bool)
ratesForCurrencies(bytes32[] currencyKeys) view returns (uint256[])
xdrParticipants(uint256) view returns (bytes32)
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.