AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,231 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13574544 | 3 years ago | | | 0 | 0.0063323747 | |
| 11691600 | 4 years ago | | | 0 | 0.0046115160 | |
| 11691444 | 4 years ago | | | 0 | 0.0037838080 | |
| 11691311 | 4 years ago | | | 0 | 0.0041385400 | |
| 11691179 | 4 years ago | | | 0 | 0.0034290760 | |
| 11691057 | 4 years ago | | | 0 | 0.0034290760 | |
| 11691021 | 4 years ago | | | 0 | 0.0034290760 | |
| 11690924 | 4 years ago | | | 0 | 0.0033699540 | |
| 11690791 | 4 years ago | | | 0 | 0.0030152220 | |
| 11690650 | 4 years ago | | | 0 | 0.0031925880 |
ABI
ABI objects
Getter at block 21298039
LINA() view returns (bytes32)
0x4c494e4100000000000000000000000000000000000000000000000000000000
LUSD() view returns (bytes32)
0x6c55534400000000000000000000000000000000000000000000000000000000
admin() view returns (address)
0x70a9016438c8b6236260087d043a7f412cf73944
candidate() view returns (address)
0x70a9016438c8b6236260087d043a7f412cf73944
oracle() view returns (address)
0xd77b657246afadf716452c22b961067d887dbc09
stalePeriod() view returns (uint256)
43200
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__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 previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AdminChanged(address oldAdmin, address newAdmin)
CandidateChanged(address oldCandidate, address newCandidate)
OracleUpdated(address newOracle)
PriceDeleted(bytes32 currencyName)
PricesUpdated(bytes32[] currencyNames, uint256[] newPrices)
StalePeriodUpdated(uint256 priceStalePeriod)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.