Impermax Collateral
Verified contract
Active on
Base with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STKD-UNI-V2 | ERC-20 | 0.022731 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22895205 | 15 hours ago | | | 0 | 0.0000016217983 | |
| 22833883 | 2 days ago | | | 0 | 0.0000021132824 | |
| 22798032 | 3 days ago | | | 0 | 0.0000016111189 | |
| 22362990 | 13 days ago | | | 0 | 0.0000010725792 | |
| 22151573 | 18 days ago | | | 0 | 6.6580516e-7 | |
| 22099166 | 19 days ago | | | 0 | 5.8504320e-7 | |
| 22018563 | 21 days ago | | | 0 | 3.4443606e-7 | |
| 21929060 | 23 days ago | | | 0 | 5.3396800e-7 | |
| 21752647 | a month ago | | | 0 | 4.8651612e-7 |
ABI
ABI objects
Getter at block 22922850
DOMAIN_SEPARATOR() view returns (bytes32)
0x9497fae3c969dd379c4833aa19d48878615a4218fbb73380945f71f9502f7c81
LIQUIDATION_FEE_MAX() view returns (uint256)
80000000000000000
LIQUIDATION_INCENTIVE_MAX() view returns (uint256)
1050000000000000000
LIQUIDATION_INCENTIVE_MIN() view returns (uint256)
1000000000000000000
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
SAFETY_MARGIN_SQRT_MAX() view returns (uint256)
1581138840000000000
SAFETY_MARGIN_SQRT_MIN() view returns (uint256)
1000000000000000000
borrowable0() view returns (address)
0x0c8c948ed09b92a9fc489cece85cc7e1e22d964f
borrowable1() view returns (address)
0x84cf42ed6471f7307cde3f0a382d542818581428
decimals() view returns (uint8)
18
factory() view returns (address)
0x66ca66e002a9cee8defe25db6f0c6225117c2d9f
liquidationFee() view returns (uint256)
80000000000000000
liquidationIncentive() view returns (uint256)
1040000000000000000
liquidationPenalty() view returns (uint256)
1120000000000000000
name() view returns (string)
Impermax Collateral
safetyMarginSqrt() view returns (uint256)
1581100000000000000
symbol() view returns (string)
imxC
totalBalance() view returns (uint256)
22731414684205643
totalSupply() view returns (uint256)
22731414684205635
underlying() view returns (address)
0xf0c5fcc6fc3e551c2326724cd5000a0a2bff9cf3
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events _initialize(string _name, string _symbol, address _underlying, address _borrowable0, address _borrowable1)
_setFactory()
_setLiquidationFee(uint256 newLiquidationFee)
_setLiquidationIncentive(uint256 newLiquidationIncentive)
_setSafetyMarginSqrt(uint256 newSafetyMarginSqrt)
accountLiquidity(address borrower) returns (uint256 liquidity, uint256 shortfall)
accountLiquidityAmounts(address borrower, uint256 amount0, uint256 amount1) returns (uint256 liquidity, uint256 shortfall)
approve(address spender, uint256 value) returns (bool)
canBorrow(address borrower, address borrowable, uint256 accountBorrows) returns (bool)
exchangeRate() returns (uint256)
flashRedeem(address redeemer, uint256 redeemAmount, bytes data)
getPrices() returns (uint256 price0, uint256 price1)
getTwapPrice112x112() returns (uint224 twapPrice112x112)
mint(address minter) returns (uint256 mintTokens)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(address redeemer) returns (uint256 redeemAmount)
seize(address liquidator, address borrower, uint256 repayAmount) returns (uint256 seizeTokens)
skim(address to)
sync()
tokensUnlocked(address from, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed sender, address indexed minter, uint256 mintAmount, uint256 mintTokens)
NewLiquidationFee(uint256 newLiquidationFee)
NewLiquidationIncentive(uint256 newLiquidationIncentive)
NewSafetyMargin(uint256 newSafetyMarginSqrt)
Redeem(address indexed sender, address indexed redeemer, uint256 redeemAmount, uint256 redeemTokens)
Sync(uint256 totalBalance)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.