LiquidationRow
Verified contract
Active on
Ethereum with 328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($1,765.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DINERO | ERC-20 | 17.475771K | $0.075175 |
$1,313.74 | |
USDC | ERC-20 | 232.772303 | $0.999401 |
$232.63 | |
BAL | ERC-20 | 57.179397 | $2.48 |
$141.8 | |
AURA | ERC-20 | 161.551818 | $0.310689 |
$50.19 | |
CVX | ERC-20 | 9.584619 | $2.79 |
$26.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239671 | 6 hours ago | | | 0 | 0.0085490435 | |
| 21239669 | 6 hours ago | | | 0 | 0.042568929 | |
| 21237280 | 14 hours ago | | | 0 | 0.013100651 | |
| 21237279 | 14 hours ago | | | 0 | 0.048748680 | |
| 21237278 | 14 hours ago | | | 0 | 0.067016862 | |
| 21234299 | a day ago | | | 0 | 0.0062383512 | |
| 21234298 | a day ago | | | 0 | 0.034530381 | |
| 21234297 | a day ago | | | 0 | 0.037082593 | |
| 21232507 | a day ago | | | 0 | 0.035613007 | |
| 21231913 | a day ago | | | 0 | 0.0077730839 |
ABI
ABI objects
Getter at block 21241422
MAX_PCT() view returns (uint256)
10000
accessController() view returns (address)
0x37767cbff88cb623e9404e959560984f7d742df6
feeBps() view returns (uint256)
0
feeReceiver() view returns (address)
0x0000000000000000000000000000000000000000
getSystemRegistry() view returns (address)
0x2218f90a98b0c070676f249ef44834686daa4285
getTokens() view returns (address[])
[0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF, 0xba100000625a3754423978a60c9317c58a424e3D, 0x6DF0E641FC9847c0c6Fde39bE6253045440c14d3, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B]
priceMarginBps() view returns (uint256)
1000
Read-only
balanceOf(address tokenAddress, address vaultAddress) view returns (uint256)
calculateFee(uint256 amount) view returns (uint256)
getVaultsForToken(address tokenAddress) view returns (address[])
isWhitelisted(address swapper) view returns (bool)
totalBalanceOf(address tokenAddress) view returns (uint256)
State-modifying
Events addToWhitelist(address swapper)
claimsVaultRewards(address[] vaults)
liquidateVaultsForToken(struct ILiquidationRowLiquidationParams liquidationParams)
liquidateVaultsForTokens(struct ILiquidationRowLiquidationParams[] liquidationParams)
removeFromWhitelist(address swapper)
setFeeAndReceiver(address _feeReceiver, uint256 _feeBps)
setPriceMarginBps(uint256 _priceMarginBps)
BalanceUpdated(address indexed token, address indexed vault, uint256 balance)
FeeReceiverSet(address indexed feeReceiver, uint256 feeBps)
FeesTransferred(address indexed receiver, uint256 amountReceived, uint256 fees)
GasUsedForVault(address indexed vault, uint256 gasAmount, bytes32 action)
PriceMarginSet(uint256 priceMarginBps)
SwapperAdded(address indexed swapper)
SwapperRemoved(address indexed swapper)
VaultLiquidated(address indexed vault, address indexed fromToken, address indexed toToken, uint256 amount)
constructor(address _systemRegistry)
This contract contains no fallback and receive objects.
AccessDenied()
AmountsMismatch(uint256 sellAmount, uint256 buyAmount)
DeadlineExceeded(uint256 deadline, uint256 currentTimestamp)
FeeTooHigh()
InsufficientAmountReceived(uint256 expectedAmount, uint256 amountReceived)
InsufficientBalance(address token)
InvalidParam(string paramName)
InvalidRewardToken()
ItemExists()
ItemNotFound()
NothingToLiquidate()
SellAmountMismatch(uint256 totalBalanceToLiquidate, uint256 buyAmount)
UndefinedAddress()
ZeroAddress(string paramName)