LnDefaultPrices
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
-
variable spans 45 additional slots
Balances ($0.00)
No balances found for "LnDefaultPrices"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LnDefaultPrices"
ABI
ABI objects
Getter at block 21298829
LINA() view returns (bytes32)
0x4c494e4100000000000000000000000000000000000000000000000000000000
LUSD() view returns (bytes32)
0x6c55534400000000000000000000000000000000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
candidate() view returns (address)
0x0000000000000000000000000000000000000000
oracle() view returns (address)
0x0000000000000000000000000000000000000000
stalePeriod() view returns (uint256)
0
Read-only
exchange(bytes32 sourceName, uint256 sourceAmount, bytes32 destName) view returns (uint256 value)
exchangeAndPrices(bytes32 sourceName, uint256 sourceAmount, bytes32 destName) view returns (uint256 value, uint256 sourcePrice, uint256 destPrice)
getCurrentRoundId(bytes32 currencyName) view returns (uint256)
getPrice(bytes32 currencyName) view returns (uint256)
getPriceAndUpdatedTime(bytes32 currencyName) view returns (uint256 price, uint256 time)
isStale(bytes32 currencyName) view returns (bool)
mPricesLastRound(bytes32) view returns (uint256)
State-modifying
Events __LnAdminUpgradeable_init(address _admin)
__LnDefaultPrices_init(address _admin, address _oracle, bytes32[] _currencyNames, uint256[] _newPrices)
becomeAdmin()
deletePrice(bytes32 currencyName)
setCandidate(address _candidate)
setOracle(address _oracle)
setStalePeriod(uint256 _time)
updateAll(bytes32[] currencyNames, uint256[] newPrices, uint256 timeSent) returns (bool)
AdminChanged(address oldAdmin, address newAdmin)
CandidateChanged(address oldCandidate, address newCandidate)
OracleUpdated(address newOracle)
PriceDeleted(bytes32 currencyName)
PricesUpdated(bytes32[] currencyNames, uint256[] newPrices)
StalePeriodUpdated(uint256 priceStalePeriod)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.