HighCovRatioFeePoolV2
Verified contract
Implementation
Active on
Base 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "HighCovRatioFeePoolV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HighCovRatioFeePoolV2"
ABI
ABI objects
Getter at block 23087973 globalEquilCovRatio() view returns (uint256 equilCovRatio, uint256 invariantInUint)
ampFactor() view returns (uint256)
0
dev() view returns (address)
0x0000000000000000000000000000000000000000
endCovRatio() view returns (uint128)
0
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
getTokens() view returns (address[])
[]
haircutRate() view returns (uint256)
0
lpDividendRatio() view returns (uint256)
0
masterWombat() view returns (address)
0x0000000000000000000000000000000000000000
mintFeeThreshold() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
retentionRatio() view returns (uint256)
0
startCovRatio() view returns (uint128)
0
Read-only
addressOfAsset(address token) view returns (address)
exchangeRate(address token) view returns (uint256 xr)
isPaused(address token) view returns (bool)
quoteAmountIn(address fromToken, address toToken, int256 toAmount) view returns (uint256 amountIn, uint256 haircut)
quotePotentialDeposit(address token, uint256 amount) view returns (uint256 liquidity, uint256 reward)
quotePotentialSwap(address fromToken, address toToken, int256 fromAmount) view returns (uint256 potentialOutcome, uint256 haircut)
quotePotentialWithdraw(address token, uint256 liquidity) view returns (uint256 amount, uint256 fee)
quotePotentialWithdrawFromOtherAsset(address fromToken, address toToken, uint256 liquidity) view returns (uint256 amount, uint256 withdrewAmount)
tipBucketBalance(address token) view returns (uint256 balance)
State-modifying
Events addAsset(address token, address asset)
deposit(address token, uint256 amount, uint256 minimumLiquidity, address to, uint256 deadline, bool shouldStake) returns (uint256 liquidity)
fillPool(address token, uint256 amount)
initialize(uint256 ampFactor_, uint256 haircutRate_)
mintFee(address token) returns (uint256 feeCollected)
pause()
pauseAsset(address token)
removeAsset(address token)
renounceOwnership()
setAmpFactor(uint256 ampFactor_)
setCovRatioFeeParam(uint128 startCovRatio_, uint128 endCovRatio_)
setDev(address dev_)
setFee(uint256 lpDividendRatio_, uint256 retentionRatio_)
setFeeTo(address feeTo_)
setHaircutRate(uint256 haircutRate_)
setMasterWombat(address masterWombat_)
setMintFeeThreshold(uint256 mintFeeThreshold_)
swap(address fromToken, address toToken, uint256 fromAmount, uint256 minimumToAmount, address to, uint256 deadline) returns (uint256 actualToAmount, uint256 haircut)
transferOwnership(address newOwner)
transferTipBucket(address token, uint256 amount, address to)
unpause()
unpauseAsset(address token)
withdraw(address token, uint256 liquidity, uint256 minimumAmount, address to, uint256 deadline) returns (uint256 amount)
withdrawFromOtherAsset(address fromToken, address toToken, uint256 liquidity, uint256 minimumAmount, address to, uint256 deadline) returns (uint256 toAmount)
AssetAdded(address indexed token, address indexed asset)
AssetRemoved(address indexed token, address indexed asset)
Deposit(address indexed sender, address token, uint256 amount, uint256 liquidity, address indexed to)
FillPool(address token, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PausedAsset(address token, address account)
SetAmpFactor(uint256 value)
SetDev(address addr)
SetFee(uint256 lpDividendRatio, uint256 retentionRatio)
SetFeeTo(address addr)
SetHaircutRate(uint256 value)
SetMasterWombat(address addr)
SetMintFeeThreshold(uint256 value)
Swap(address indexed sender, address fromToken, address toToken, uint256 fromAmount, uint256 toAmount, address indexed to)
TransferTipBucket(address token, uint256 amount, address to)
Unpaused(address account)
UnpausedAsset(address token, address account)
Withdraw(address indexed sender, address token, uint256 amount, uint256 liquidity, address indexed to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CORE_UNDERFLOW()
WOMBAT_AMOUNT_TOO_LOW()
WOMBAT_ASSET_ALREADY_EXIST()
WOMBAT_ASSET_ALREADY_PAUSED()
WOMBAT_ASSET_NOT_EXISTS()
WOMBAT_ASSET_NOT_PAUSED()
WOMBAT_CASH_NOT_ENOUGH()
WOMBAT_COV_RATIO_LIMIT_EXCEEDED()
WOMBAT_EXPIRED()
WOMBAT_FORBIDDEN()
WOMBAT_INVALID_VALUE()
WOMBAT_SAME_ADDRESS()
WOMBAT_ZERO_ADDRESS()
WOMBAT_ZERO_AMOUNT()
WOMBAT_ZERO_LIQUIDITY()