Impermax UniV2: USDC-USDT-3
Verified contract
Active on
Ethereum with 80 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 |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20353723 | 4 months ago | | | 0 | 0.000055069368 | |
| 19109060 | 10 months ago | | | 0 | 0.00024185620 | |
| 18368209 | a year ago | | | 0 | 0.00013595791 | |
| 18357366 | a year ago | | | 0 | 0.00015972614 | |
| 18351591 | a year ago | | | 0 | 0.00017625972 | |
| 16979010 | 2 years ago | | | 0 | 0.0013512520 | |
| 15813554 | 2 years ago | | | 0 | 0.00030507895 | |
| 15310571 | 2 years ago | | | 0 | 0.00024148000 | |
| 15310571 | 2 years ago | | | 0 | 0.00024148000 | |
| 14256761 | 3 years ago | | | 0 | 0.0025900315 |
ABI
ABI objects
Getter at block 21194971
DOMAIN_SEPARATOR() view returns (bytes32)
0x2e318bcefeb97612cd7729e0eb04c6e64950d318916e306b8dd8290e23171cb0
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)
0xf3364405ddcaa6ba11908eeeafd24d02172b743e
borrowable1() view returns (address)
0xe16b334330675b152d1e2d55a2960e156cf65f11
decimals() view returns (uint8)
18
factory() view returns (address)
0x8c3736e2fe63cc2cd89ee228d9dbcab6ce5b767b
liquidationIncentive() view returns (uint256)
1040000000000000000
name() view returns (string)
Impermax UniV2: USDC-USDT-3
safetyMarginSqrt() view returns (uint256)
1118033990000000000
simpleUniswapOracle() view returns (address)
0x5671b249391ca5e6a8fe28ceb1e85dc41c12ba7d
symbol() view returns (string)
iUSDC-USDT-3
totalBalance() view returns (uint256)
1964046137
totalSupply() view returns (uint256)
1963804413
underlying() view returns (address)
0x3041cbd36888becc7bbcbc0045e3b1f144466f5f
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()
_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)
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)
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.