Tarot Borrowable
Verified contract
Active on
Base with 1,047 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,294.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.853004 | $2,689.57 |
$2,294.21 | |
kurbi | ERC-20 | 0.1 | $0.000691 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
CATINB | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
BEEY | ERC-20 | 67 | -- | -- | |
GURMY | ERC-20 | 3.33 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22061218 | 5 hours ago | | | 0 | 1.8108870e-7 | |
| 22057691 | 7 hours ago | | | 0 | 4.4826205e-7 | |
| 22053964 | 9 hours ago | | | 0 | 3.1574440e-7 | |
| 22050630 | 11 hours ago | | | 0 | 2.6750180e-7 | |
| 22048896 | 12 hours ago | | | 0 | 0.000000309814700000 | |
| 22023093 | a day ago | | | 0 | 2.6002480e-7 | |
| 21967376 | 2 days ago | | | 0 | 1.1619000e-7 | |
| 21923737 | 3 days ago | | | 0 | 3.5753410e-7 | |
| 21848077 | 5 days ago | | | 0 | 0.000000304557000000 | |
| 21827270 | 6 days ago | | | 0 | 3.3040107e-7 |
ABI
ABI objects
Getter at block 22069650
ADJUST_SPEED_MAX() view returns (uint256)
115740740000000
ADJUST_SPEED_MIN() view returns (uint256)
57870370000
BORROW_FEE() view returns (uint256)
100000000000000
BORROW_PERMIT_TYPEHASH() view returns (bytes32)
0xf6d86ed606f871fa1a557ac0ba607adce07767acf53f492fb215a1a4db4aea6f
DOMAIN_SEPARATOR() view returns (bytes32)
0x950e8434e3395e64d56b8c8f99e48917d77f457c2f203b89be7ca403b7245d7b
KINK_BORROW_RATE_MAX() view returns (uint256)
281582952000
KINK_BORROW_RATE_MIN() view returns (uint256)
317097920
KINK_MULTIPLIER() view returns (uint256)
3
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)
1730928109
adjustSpeed() view returns (uint256)
50000000000000
borrowIndex() view returns (uint112)
1063603901632615544
borrowRate() view returns (uint48)
2194678169
borrowTracker() view returns (address)
0x0000000000000000000000000000000000000000
collateral() view returns (address)
0x6735b34963c9a27c764e423f5e101f6725d93bec
decimals() view returns (uint8)
18
exchangeRateLast() view returns (uint256)
1045131292568833596
factory() view returns (address)
0xeb5809eb0f79aab6e53e6374258b29a244dfc12d
getBlockTimestamp() view returns (uint32)
1730928647
kinkBorrowRate() view returns (uint48)
883402847
kinkUtilizationRate() view returns (uint256)
750000000000000000
name() view returns (string)
Tarot Borrowable
rateUpdateTimestamp() view returns (uint32)
1730928109
reserveFactor() view returns (uint256)
100000000000000000
symbol() view returns (string)
bTAROT
totalBalance() view returns (uint256)
853003651198052930
totalBorrows() view returns (uint112)
12380728291605022517
totalSupply() view returns (uint256)
12662004559694860102
underlying() view returns (address)
0x4200000000000000000000000000000000000006
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.