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 "Buoy3Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14135587 | 3 years ago | | | 0 | 0.0052668198 | |
| 13874244 | 3 years ago | | | 0 | 0.0019992549 | |
| 13874240 | 3 years ago | | | 0 | 0.016716750 | |
| 13874233 | 3 years ago | | | 0 | 0.0083394345 | |
| 13874065 | 3 years ago | | | 0 | 0.0017867693 | |
| 13874061 | 3 years ago | | | 0 | 0.0076909287 | |
| 13874039 | 3 years ago | | | 0 | 0.0025244566 |
ABI
ABI objects
Getter at block 21292709 getVirtualPrice() view returns (uint256) safetyCheck() view returns (bool)
CHAINLINK_PRICE_DECIMALS() view returns (uint8)
8
CHAINLINK_PRICE_DECIMAL_FACTOR() view returns (uint256)
100000000
CURVE_RATIO_DECIMALS() view returns (uint256)
6
CURVE_RATIO_DECIMALS_FACTOR() view returns (uint256)
1000000
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
DAI_DECIMALS() view returns (uint256)
1000000000000000000
DEFAULT_DECIMALS() view returns (uint8)
18
DEFAULT_DECIMALS_FACTOR() view returns (uint256)
1000000000000000000
N_COINS() view returns (uint8)
3
PERCENTAGE_DECIMALS() view returns (uint8)
4
PERCENTAGE_DECIMAL_FACTOR() view returns (uint256)
10000
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDC_DECIMALS() view returns (uint256)
1000000
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDT_DECIMALS() view returns (uint256)
1000000
controller() view returns (address)
0xcc5c60a319d33810b9eab9764717eef84defb8f4
ctrlPaused() view returns (bool)
true
curvePool() view returns (address)
0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7
curve_check_tolerance() view returns (uint256)
500
daiUsdAgg() view returns (address)
0xaed0c38402a5d19df6e4c03f4e2dced6e29c1ee9
oracle_check_tolerance() view returns (uint256)
1700
owner() view returns (address)
0x359f4fe841f246a095a82cb26f5819e10a91fe0d
usdcUsdAgg() view returns (address)
0x8fffffd4afb6115b954bd326cbe7b4ba576818f6
usdtUsdAgg() view returns (address)
0x3e7d1eab13ad0104d2750b8863b489d65364e32d
Read-only
getPriceFeed(uint256 i) view returns (uint256)
healthCheck(uint256 tolerance) view returns (bool, uint256)
lastRatio(uint256) view returns (uint256)
lpToUsd(uint256 inAmount) view returns (uint256)
singleStableFromLp(uint256 inAmount, int128 i) view returns (uint256)
singleStableFromUsd(uint256 inAmount, int128 i) view returns (uint256)
singleStableToUsd(uint256 inAmount, uint256 i) view returns (uint256)
stableToLp(uint256[3] tokenAmounts, bool deposit) view returns (uint256)
stableToUsd(uint256[3] inAmounts, bool deposit) view returns (uint256)
usdToLp(uint256 inAmount) view returns (uint256)
State-modifying
Events renounceOwnership()
setController(address newController)
setCurveTolerance(uint256 newLimit)
setOracleTolerance(uint256 newLimit)
transferOwnership(address newOwner)
updateRatios() returns (bool)
updateRatiosWithTolerance(uint256 tolerance) returns (bool)
ChangeController(address indexed oldController, address indexed newController)
LogNewCurveTolerance(uint256 oldLimit, uint256 newLimit)
LogNewOracleTolerance(uint256 oldLimit, uint256 newLimit)
LogNewRatios(uint256[3] newRatios)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _crv3pool, address[3] _tokens, uint256[3] _decimals, address[3] aggregators)
This contract contains no fallback and receive objects.
This contract contains no error objects.