Impermax UniV2: USDT-3
Verified contract
Active on
Ethereum with 105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($2,512.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.512419K | $1.00 |
$2,512.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19417633 | 8 months ago | | | 0 | 0.0011189038 | |
| 15310571 | 2 years ago | | | 0 | 0.00024125000 | |
| 15154871 | 2 years ago | | | 0 | 0.0027008137 | |
| 15017582 | 2 years ago | | | 0 | 0.00039187500 | |
| 14598643 | 3 years ago | | | 0 | 0.0011077212 | |
| 14256764 | 3 years ago | | | 0 | 0.0024488217 | |
| 14240073 | 3 years ago | | | 0 | 0.0019803550 | |
| 13934280 | 3 years ago | | | 0 | 0.0050251500 | |
| 13448116 | 3 years ago | | | 0 | 0.0020199921 | |
| 13436900 | 3 years ago | | | 0 | 0.0040462954 |
ABI
ABI objects
Getter at block 21195492
ADJUST_SPEED_MAX() view returns (uint256)
5787037000000
ADJUST_SPEED_MIN() view returns (uint256)
57870370000
BORROW_FEE() view returns (uint256)
1000000000000000
BORROW_PERMIT_TYPEHASH() view returns (bytes32)
0xf6d86ed606f871fa1a557ac0ba607adce07767acf53f492fb215a1a4db4aea6f
DOMAIN_SEPARATOR() view returns (bytes32)
0x453b1cc81ea255ae466a757a12eff6987ebd40508e47f702867d00db8dd777cf
KINK_BORROW_RATE_MAX() view returns (uint256)
31709792000
KINK_BORROW_RATE_MIN() view returns (uint256)
317097920
KINK_MULTIPLIER() view returns (uint256)
5
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)
1725799859
adjustSpeed() view returns (uint256)
2578703700000
borrowIndex() view returns (uint112)
2018810658176679082
borrowRate() view returns (uint48)
75820003
borrowTracker() view returns (address)
0x0e60b6d3acc3e0318cff6d035182d1224dd5b67e
collateral() view returns (address)
0x03dcd73533b5a6d0fc4abd143a8cdbe8d87cc615
decimals() view returns (uint8)
18
exchangeRateLast() view returns (uint256)
1472610063958280651
factory() view returns (address)
0x8c3736e2fe63cc2cd89ee228d9dbcab6ce5b767b
getBlockTimestamp() view returns (uint32)
1731702683
kinkBorrowRate() view returns (uint48)
317097920
kinkUtilizationRate() view returns (uint256)
750000000000000000
name() view returns (string)
Impermax UniV2: USDT-3
rateUpdateTimestamp() view returns (uint32)
1725799859
reserveFactor() view returns (uint256)
200000000000000000
symbol() view returns (string)
iUSDT-3
totalBalance() view returns (uint256)
2512419368
totalBorrows() view returns (uint112)
549003314
totalSupply() view returns (uint256)
2078909248
underlying() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
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.