ExchangeRates
Verified contract
Active on
Ethereum with 31,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 3 | $0.003983 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8672614 | 5 years ago | | | 0 | 0.00034033200 | |
| 8622849 | 5 years ago | | | 0 | 0.0032082930 | |
| 8622844 | 5 years ago | | | 0 | 0.00034033200 | |
| 8622842 | 5 years ago | | | 0 | 0.0013597120 | |
| 8622796 | 5 years ago | | | 0 | 0.0022743820 | |
| 8622793 | 5 years ago | | | 0 | 0.0014956832 | |
| 8622783 | 5 years ago | | | 0 | 0.0020079840 | |
| 8622781 | 5 years ago | | | 0 | 0.0014956832 | |
| 8622773 | 5 years ago | | | 0 | 0.0027746620 | |
| 8622770 | 5 years ago | | | 0 | 0.0014956832 |
ABI
ABI objects
Getter at block 21157432
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
priceUpdateLock() view returns (bool)
false
rateStalePeriod() view returns (uint256)
1
selfDestructBeneficiary() view returns (address)
0xaf04542302ca11896ae9dd5ad2cf66e7af8fb1b8
selfDestructInitiated() view returns (bool)
false
Read-only
anyRateIsStale(bytes4[] currencyKeys) view returns (bool)
effectiveValue(bytes4 sourceCurrencyKey, uint256 sourceAmount, bytes4 destinationCurrencyKey) view returns (uint256)
inversePricing(bytes4) view returns (uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit, bool frozen)
invertedKeys(uint256) view returns (bytes4)
lastRateUpdateTimeForCurrency(bytes4 currencyKey) view returns (uint256)
lastRateUpdateTimes(bytes4) view returns (uint256)
lastRateUpdateTimesForCurrencies(bytes4[] currencyKeys) view returns (uint256[])
rateForCurrency(bytes4 currencyKey) view returns (uint256)
rateIsFrozen(bytes4 currencyKey) view returns (bool)
rateIsStale(bytes4 currencyKey) view returns (bool)
rates(bytes4) view returns (uint256)
ratesForCurrencies(bytes4[] currencyKeys) view returns (uint256[])
xdrParticipants(uint256) view returns (bytes4)
State-modifying
Events acceptOwnership()
deleteRate(bytes4 currencyKey)
initiateSelfDestruct()
nominateNewOwner(address _owner)
removeInversePricing(bytes4 currencyKey)
selfDestruct()
setInversePricing(bytes4 currencyKey, uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit)
setOracle(address _oracle)
setPriceUpdateLock(bool _priceUpdateLock)
setRateStalePeriod(uint256 _time)
setSelfDestructBeneficiary(address _beneficiary)
terminateSelfDestruct()
updateRates(bytes4[] currencyKeys, uint256[] newRates, uint256 timeSent) returns (bool)
InversePriceConfigured(bytes4 currencyKey, uint256 entryPoint, uint256 upperLimit, uint256 lowerLimit)
InversePriceFrozen(bytes4 currencyKey)
OracleUpdated(address newOracle)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RateDeleted(bytes4 currencyKey)
RateStalePeriodUpdated(uint256 rateStalePeriod)
RatesUpdated(bytes4[] currencyKeys, uint256[] newRates)
SelfDestructBeneficiaryUpdated(address newBeneficiary)
SelfDestructInitiated(uint256 selfDestructDelay)
SelfDestructTerminated()
SelfDestructed(address beneficiary)
constructor(address _owner, address _oracle, bytes4[] _currencyKeys, uint256[] _newRates)
This contract contains no fallback and receive objects.
This contract contains no error objects.