UnderlyingTokenValuatorProxy
Verified contract
Proxy
Active on
Ethereum with 0 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 49 additional slots
Balances ($0.00)
No balances found for "UnderlyingTokenValuatorProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UnderlyingTokenValuatorProxy"
ABI
ABI objects
Getter at block 21331662
getImplementation() view returns (address)
0x60847001648dfa648087fa1ca31152605aa7822d
CHAINLINK_ETH_DECIMALS() view returns (uint8)
18
CHAINLINK_ETH_FACTOR() view returns (uint256)
1000000000000000000
CHAINLINK_USD_DECIMALS() view returns (uint8)
8
CHAINLINK_USD_FACTOR() view returns (uint256)
100000000
guardian() view returns (address)
0xdd7680b6b2eec193ce3ece7129708ee12531bccf
owner() view returns (address)
0xe679ebf544a6be5cb8747012ea6b08f04975d264
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getAggregatorByToken(address token) view returns (address)
getQuoteSymbolByToken(address token) view returns (address)
getTokenValue(address token, uint256 amount) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address owner, address guardian)
initialize(address owner, address guardian, address weth, address[] tokens, address[] chainlinkAggregators, address[] quoteSymbols)
insertOrUpdateOracleToken(address token, address chainlinkAggregator, address quoteSymbol)
renounceGuardian()
renounceOwnership()
transferGuardian(address guardian)
transferOwnership(address owner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
GuardianTransferred(address indexed previousGuardian, address indexed newGuardian)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenInsertedOrUpdated(address indexed token, address indexed aggregator, address indexed quoteSymbol)
constructor(address logic, address admin, address owner, address guardian, address weth, address[] tokens, address[] chainlinkAggregators, address[] quoteSymbols)
fallback()
This contract contains no error objects.