Impermax Borrowable
Verified contract
Active on
Base with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($18,011.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KLIMA | ERC-20 | 14.182513K | $1.27 |
$18,011.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22874879 | a day ago | | | 0 | 7.9359390e-7 | |
| 22868434 | a day ago | | | 0 | 7.1933950e-7 | |
| 22861988 | a day ago | | | 0 | 3.3080123e-7 | |
| 22754107 | 4 days ago | | | 0 | 0.0000056571321 | |
| 22750286 | 4 days ago | | | 0 | 8.5392560e-7 | |
| 22721324 | 5 days ago | | | 0 | 2.9079387e-7 | |
| 22716985 | 5 days ago | | | 0 | 0.0000056969045 | |
| 22688192 | 5 days ago | | | 0 | 0.0000010219440 | |
| 22383228 | 12 days ago | | | 0 | 4.9812844e-7 | |
| 22369291 | 13 days ago | | | 0 | 0.0000010488851 |
ABI
ABI objects
Getter at block 22918210
ADJUST_SPEED_MAX() view returns (uint256)
57870370000000
ADJUST_SPEED_MIN() view returns (uint256)
57870370000
BORROW_FEE() view returns (uint256)
0
BORROW_PERMIT_TYPEHASH() view returns (bytes32)
0xf6d86ed606f871fa1a557ac0ba607adce07767acf53f492fb215a1a4db4aea6f
DOMAIN_SEPARATOR() view returns (bytes32)
0x8458ddcde402fb37e77229f6ffa7899e4dd7b693e4d2cacf110c6b49306ffcf3
KINK_BORROW_RATE_MAX() view returns (uint256)
792744800000
KINK_BORROW_RATE_MIN() view returns (uint256)
317097920
KINK_MULTIPLIER() view returns (uint256)
2
KINK_UR_MAX() view returns (uint256)
990000000000000000
KINK_UR_MIN() view returns (uint256)
500000000000000000
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
RESERVE_FACTOR_MAX() view returns (uint256)
200000000000000000
accrualTimestamp() view returns (uint32)
1732624585
adjustSpeed() view returns (uint256)
5787037000000
borrowIndex() view returns (uint112)
1095649466077860145
borrowRate() view returns (uint48)
55785020579
borrowTracker() view returns (address)
0x0000000000000000000000000000000000000000
collateral() view returns (address)
0x1c1abf9356371950578f315303e42d0ce2a98e30
decimals() view returns (uint8)
18
exchangeRateLast() view returns (uint256)
1061488724506929876
factory() view returns (address)
0x66ca66e002a9cee8defe25db6f0c6225117c2d9f
getBlockTimestamp() view returns (uint32)
1732625767
kinkBorrowRate() view returns (uint48)
64991391980
kinkUtilizationRate() view returns (uint256)
750000000000000000
name() view returns (string)
Impermax Borrowable
rateUpdateTimestamp() view returns (uint32)
1732624585
reserveFactor() view returns (uint256)
200000000000000000
symbol() view returns (string)
imxB
totalBalance() view returns (uint256)
14182513040902
totalBorrows() view returns (uint112)
25629007371637
totalSupply() view returns (uint256)
37505363451723
underlying() view returns (address)
0xdcefd8c8fcc492630b943abcab3429f12ea9fea2
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
borrowAllowance(address, address) view returns (uint256)
borrowBalance(address borrower) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events _initialize(string _name, string _symbol, address _underlying, address _collateral)
_setAdjustSpeed(uint256 newAdjustSpeed)
_setBorrowTracker(address newBorrowTracker)
_setFactory()
_setKinkUtilizationRate(uint256 newKinkUtilizationRate)
_setReserveFactor(uint256 newReserveFactor)
accrueInterest()
approve(address spender, uint256 value) returns (bool)
borrow(address borrower, address receiver, uint256 borrowAmount, bytes data)
borrowApprove(address spender, uint256 value) returns (bool)
borrowPermit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
exchangeRate() returns (uint256)
liquidate(address borrower, address liquidator) returns (uint256 seizeTokens)
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)
skim(address to)
sync()
trackBorrow(address borrower)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AccrueInterest(uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrow(address indexed sender, address indexed borrower, address indexed receiver, uint256 borrowAmount, uint256 repayAmount, uint256 accountBorrowsPrior, uint256 accountBorrows, uint256 totalBorrows)
BorrowApproval(address indexed owner, address indexed spender, uint256 value)
CalculateBorrowRate(uint256 borrowRate)
CalculateKink(uint256 kinkRate)
CalculateKinkBorrowRate(uint256 kinkBorrowRate)
Liquidate(address indexed sender, address indexed borrower, address indexed liquidator, uint256 seizeTokens, uint256 repayAmount, uint256 accountBorrowsPrior, uint256 accountBorrows, uint256 totalBorrows)
Mint(address indexed sender, address indexed minter, uint256 mintAmount, uint256 mintTokens)
NewAdjustSpeed(uint256 newAdjustSpeed)
NewBorrowTracker(address newBorrowTracker)
NewKinkUtilizationRate(uint256 newKinkUtilizationRate)
NewReserveFactor(uint256 newReserveFactor)
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.