0x20d7b9ed2c4e2dcc55f9b463975b21bbf2a6ecd1
Verified contract
Proxy
Active on
Base with 538 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0x20d7b9ed2c4e2dcc55f9b463975b21bbf2a6ecd1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21856555 | 25 days ago | | | 0 | 8.7840730e-7 | |
| 20109082 | 2 months ago | | | 0 | 0.0000018313299 | |
| 20109018 | 2 months ago | | | 0 | 0.0000015026232 | |
| 19691586 | 2 months ago | | | 0 | 0.0000062538329 | |
| 19691464 | 2 months ago | | | 0 | 0.0000037051677 | |
| 19691171 | 2 months ago | | | 0 | 0.0000077296653 | |
| 19457173 | 3 months ago | | | 0 | 0.0000017786995 | |
| 19457076 | 3 months ago | | | 0 | 0.0000019343426 | |
| 17993131 | 4 months ago | | | 0 | 9.5383997e-7 | |
| 17988009 | 4 months ago | | | 0 | 0.0000015512276 |
ABI
ABI objects
Getter at block 22944215 globalEquilCovRatio() view returns (uint256 equilCovRatio, uint256 invariantInUint)
ampFactor() view returns (uint256)
1250000000000000
dev() view returns (address)
0xf6ec90f57d4042c61935882c0da67d6a3a886f98
endCovRatio() view returns (uint128)
1800000000000000000
feeTo() view returns (address)
0xf6ec90f57d4042c61935882c0da67d6a3a886f98
getTokens() view returns (address[])
[0xecf3e9B8ccb6F4A6EFD68058FD706561c1727031, 0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA]
haircutRate() view returns (uint256)
400000000000000
lpDividendRatio() view returns (uint256)
500000000000000000
masterWombat() view returns (address)
0x6521a549834f5e6d253cd2e5f4fbe4048f86cd7b
mintFeeThreshold() view returns (uint256)
10000000000000000000
owner() view returns (address)
0xf6ec90f57d4042c61935882c0da67d6a3a886f98
paused() view returns (bool)
false
retentionRatio() view returns (uint256)
500000000000000000
startCovRatio() view returns (uint128)
1500000000000000000
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()