Tarot Collateral
Verified contract
Active on
Base with 72 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 |
---|---|---|---|---|---|
vTAROT | ERC-20 | 5.891543 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22197483 | 7 days ago | | | 0 | 8.2186410e-7 | |
| 21277415 | a month ago | | | 0 | 8.7758370e-7 | |
| 20566564 | a month ago | | | 0 | 3.4231086e-7 | |
| 20018718 | 2 months ago | | | 0 | 6.7962677e-7 | |
| 19690054 | 2 months ago | | | 0 | 6.4141550e-7 | |
| 19631108 | 2 months ago | | | 0 | 3.4026358e-7 | |
| 16999987 | 4 months ago | | | 0 | 4.8656361e-7 | |
| 16696607 | 4 months ago | | | 0 | 4.2260661e-7 | |
| 16492490 | 5 months ago | | | 0 | 3.4824750e-7 | |
| 15889858 | 5 months ago | | | 0 | 9.2882066e-7 |
ABI
ABI objects
Getter at block 22492444
DOMAIN_SEPARATOR() view returns (bytes32)
0xf5be7496f670400d198e71a04e5f1927018d41dfcc3ccda1b5b0330ae7de3877
LIQUIDATION_FEE_MAX() view returns (uint256)
50000000000000000
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)
0xb4ba739ae200d2cbc65930f4589383e9513497c0
borrowable1() view returns (address)
0x4d12d8a31cabb91d5354c657531ab967b5bea835
decimals() view returns (uint8)
18
factory() view returns (address)
0xeb5809eb0f79aab6e53e6374258b29a244dfc12d
liquidationFee() view returns (uint256)
40000000000000000
liquidationIncentive() view returns (uint256)
1040000000000000000
liquidationPenalty() view returns (uint256)
1080000000000000000
name() view returns (string)
Tarot Collateral
safetyMarginSqrt() view returns (uint256)
1414213560000000000
symbol() view returns (string)
cTAROT
tarotPriceOracle() view returns (address)
0x4b6dae049a35196a773028b2e835cccce9dd4723
totalBalance() view returns (uint256)
5891543228480363770
totalSupply() view returns (uint256)
5891543228480363352
underlying() view returns (address)
0x6c0ee0072ef29d32e9c38c3f8d7c8b7e888230b5
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)
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.