TokenPrices
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenPrices"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20310557 | 5 months ago | | | 0 | 0.00011424800 | |
| 20310553 | 5 months ago | | | 0 | 0.00094201600 | |
| 20310552 | 5 months ago | | | 0 | 0.00046753200 | |
| 20310551 | 5 months ago | | | 0 | 0.00037713600 | |
| 20310550 | 5 months ago | | | 0 | 0.00046753200 | |
| 20310549 | 5 months ago | | | 0 | 0.00037713600 | |
| 20310548 | 5 months ago | | | 0 | 0.00037713600 | |
| 20310547 | 5 months ago | | | 0 | 0.00037713600 | |
| 20310546 | 5 months ago | | | 0 | 0.0015069480 | |
| 20310545 | 5 months ago | | | 0 | 0.0010324600 |
ABI
ABI objects
Getter at block 21321220
decimals() view returns (uint8)
30
owner() view returns (address)
0x781b4c57100738095222bd92d37b07ed034ab696
Read-only
aliasFor(address sourceToken) view returns (uint256)
div(bytes numerator, bytes denominator) view returns (uint256)
erc4626TokenPrice(address vault) view returns (uint256)
glpPrice(address glpManager) view returns (uint256)
gmxVaultPrice(address vault, address token) view returns (uint256)
mul(bytes v1, bytes v2) view returns (uint256)
oraclePrice(address _oracle, uint256 _stalenessThreshold) view returns (uint256 price)
origamiOraclePrice(address origamiOracle, uint8 priceType, uint8 roundingMode) view returns (uint256)
priceFnCalldata(address) view returns (bytes)
repricingTokenPrice(address _repricingToken) view returns (uint256)
scalar(uint256 _amount) pure returns (uint256)
tokenPrice(address token) view returns (uint256 price)
tokenPrices(address[] tokens) view returns (uint256[] prices)
traderJoeBestPrice(address joeQuoter, address sellToken, address buyToken) view returns (uint256)
univ3Price(address pool, bool inQuotedOrder) view returns (uint256)
wstEthRatio(address _stEthToken) view returns (uint256 ratio)
State-modifying
Events renounceOwnership()
setTokenPriceFunction(address token, bytes fnCalldata)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPriceFunctionSet(address indexed token, bytes fnCalldata)
constructor(uint8 _decimals)
This contract contains no fallback and receive objects.
FailedPriceLookup(bytes fnCalldata)
InvalidPrice(int256 arg0)
PRBMath_MulDiv_Overflow(uint256 x, uint256 y, uint256 denominator)