Tarot Collateral
Verified contract
Active on
Base with 155 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 | 657.865771K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22717279 | 5 days ago | | | 0 | 0.0000035376149 | |
| 22712730 | 5 days ago | | | 0 | 0.0000056171760 | |
| 22649067 | 6 days ago | | | 0 | 4.4322240e-7 | |
| 22638101 | 6 days ago | | | 0 | 6.4077540e-7 | |
| 22543218 | 9 days ago | | | 0 | 0.000000504714100000 | |
| 22391262 | 12 days ago | | | 0 | 0.0000010525223 | |
| 22389533 | 12 days ago | | | 0 | 0.0000010585408 | |
| 22389487 | 12 days ago | | | 0 | 0.0000010585408 | |
| 22389244 | 12 days ago | | | 0 | 0.0000010111011 | |
| 22362238 | 13 days ago | | | 0 | 0.0000010523485 |
ABI
ABI objects
Getter at block 22912601
DOMAIN_SEPARATOR() view returns (bytes32)
0x372771c153f816e128380e522cb18d5b78693193d52d03b2eac8eeb10f733453
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)
0x1d63c27367dd5a8c86b59934645df46d5486240f
borrowable1() view returns (address)
0xe46b5c98a03b31faaa16562f0a5c3191610e2e6d
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)
657865771051645439539459
totalSupply() view returns (uint256)
657865771051645439538231
underlying() view returns (address)
0x776236aead8a58ac9ec3cf214cda3c6335f46b2d
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.