ExchangeRates
Verified contract
Active on
Ethereum with 9,651 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XPT | ERC-20 | 900K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7626787 | 6 years ago | | | 0 | 0.00087545400 | |
| 7626750 | 6 years ago | | | 0 | 0.00058363600 | |
| 7626739 | 6 years ago | | | 0 | 0.00087526200 | |
| 7626727 | 6 years ago | | | 0 | 0.00087526200 | |
| 7626646 | 6 years ago | | | 0 | 0.00087545400 | |
| 7626509 | 6 years ago | | | 0 | 0.00058350800 | |
| 7626481 | 6 years ago | | | 0 | 0.00029181800 | |
| 7626459 | 6 years ago | | | 0 | 0.00029181800 | |
| 7626418 | 6 years ago | | | 0 | 0.00058338000 | |
| 7626392 | 6 years ago | | | 0 | 0.00087545400 |
ABI
ABI objects
Getter at block 21287039
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)
0xea5e288b4f9d7e66da162e2af0db371783f62454
selfDestructInitiated() view returns (bool)
false
Read-only
anyRateIsStale(bytes4[] currencyKeys) view returns (bool)
lastRateUpdateTimeForCurrency(bytes4 currencyKey) view returns (uint256)
lastRateUpdateTimes(bytes4) view returns (uint256)
lastRateUpdateTimesForCurrencies(bytes4[] currencyKeys) view returns (uint256[])
rateForCurrency(bytes4 currencyKey) view returns (uint256)
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)
selfDestruct()
setOracle(address _oracle)
setRateStalePeriod(uint256 _time)
setSelfDestructBeneficiary(address _beneficiary)
terminateSelfDestruct()
updateRates(bytes4[] currencyKeys, uint256[] newRates, uint256 timeSent) returns (bool)
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.