Tarot Vault Token
Verified contract
Active on
Base with 63,770 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,306.82 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- | |
CUBBY | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22762416 | a minute ago | | | 0 | 0.0000091670940 | |
| 22762176 | 9 minutes ago | | | 0 | 0.0000097917939 | |
| 22761924 | 18 minutes ago | | | 0 | 0.0000090683697 | |
| 22761632 | 27 minutes ago | | | 0 | 0.0000086494179 | |
| 22761380 | 36 minutes ago | | | 0 | 0.0000087532282 | |
| 22761073 | an hour ago | | | 0 | 0.0000093466941 | |
| 22760829 | an hour ago | | | 0 | 0.000010035199 | |
| 22760575 | an hour ago | | | 0 | 0.0000094706934 | |
| 22760299 | an hour ago | | | 0 | 0.0000092553326 | |
| 22760012 | an hour ago | | | 0 | 0.0000091581854 |
ABI
ABI objects
Getter at block 22762446
DOMAIN_SEPARATOR() view returns (bytes32)
0xfc07b4e3e1d45f6b197de52c9004260d1e663b26fb8d79044fd4f90f38528745
MAX_BPS() view returns (uint256)
10000
MAX_REINVEST_BOUNTY() view returns (uint256)
50000000000000000
MAX_REINVEST_FEE() view returns (uint256)
50000000000000000
MAX_WITHDRAW_FEE_BPS() view returns (uint256)
100
MINIMUM_LIQUIDITY() view returns (uint256)
1000
MIN_REINVEST_BOUNTY() view returns (uint256)
0
MIN_REINVEST_FEE() view returns (uint256)
0
MIN_WITHDRAW_FEE_BPS() view returns (uint256)
0
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
REINVEST_BOUNTY() view returns (uint256)
20000000000000000
REINVEST_FEE() view returns (uint256)
20000000000000000
WETH() view returns (address)
0x4200000000000000000000000000000000000006
WITHDRAW_FEE() view returns (uint256)
1
currentCumulativePrices() view returns (uint256 reserve0Cumulative, uint256 reserve1Cumulative, uint256 timestamp)
(reserve0Cumulative=3939902246801494333783095344, reserve1Cumulative=1589635937621159746429753965039046, timestamp=1732314239)
decimals() view returns (uint8)
18
exchangeRate() view returns (uint256)
1927688618840503733
factory() view returns (address)
0x82d973434a509f7fe919a8e03a8113be64cdc245
gauge() view returns (address)
0xd4ecf20068e5fa849abe62f9523a90f8c073f203
getBlockTimestamp() view returns (uint32)
1732314239
getReserves() view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast)
(reserve0=21030964159186000786, reserve1=5492287277409075789042903, blockTimestampLast=1732314179)
isVaultToken() view returns (bool)
true
name() view returns (string)
Tarot Vault Token
observationLength() view returns (uint256)
7432
optiSwap() view returns (address)
0xf6e008d07af2efd5325d1752a7b37b51a0b7d697
pairFactory() view returns (address)
0x420dd381b31aef6683db6b902084cb0ffece40da
reinvestFeeTo() view returns (address)
0xd204e3dc1937d3a30fc6f20abc48ac5506c94d1e
reinvestorListLength() view returns (uint256)
0
rewardsToken() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
router() view returns (address)
0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43
stable() view returns (bool)
false
symbol() view returns (string)
vTAROT
token0() view returns (address)
0x4200000000000000000000000000000000000006
token1() view returns (address)
0xba0dda8762c24da9487f5fa026a9b64b695a07ea
totalBalance() view returns (uint256)
10747407249797050877166
totalSupply() view returns (uint256)
5575281788124873245987
underlying() view returns (address)
0xe140c5930889c4064a3d11b17bb04fe7224a5cdc
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isReinvestorEnabled(address reinvestor) view returns (bool)
nonces(address) view returns (uint256)
observations(uint256 index) view returns (uint256 timestamp, uint256 reserve0Cumulative, uint256 reserve1Cumulative)
reinvestorListItem(uint256 index) view returns (address)
State-modifying
Events _initialize(address _underlying, address _optiSwap, address _router, address _voter, address _pairFactory, address _rewardsToken, address _reinvestFeeTo)
_setFactory()
addReinvestor(address reinvestor)
adminClaimRewards()
adminRescueTokens(address _to, address[] _tokens)
approve(address spender, uint256 value) returns (bool)
getReward() returns (uint256)
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)
reinvest()
removeReinvestor(address reinvestor)
skim(address to)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateReinvestBounty(uint256 _newReinvestBounty)
updateReinvestFee(uint256 _newReinvestFee)
updateReinvestFeeTo(address _newReinvestFeeTo)
updateWithdrawFee(uint256 _newWithdrawFee)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed sender, address indexed minter, uint256 mintAmount, uint256 mintTokens)
Redeem(address indexed sender, address indexed redeemer, uint256 redeemAmount, uint256 redeemTokens)
Reinvest(address indexed caller, uint256 reward, uint256 bounty, uint256 fee)
Sync(uint256 totalBalance)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateReinvestBounty(uint256 _newReinvestBounty)
UpdateReinvestFee(uint256 _newReinvestFee)
UpdateReinvestFeeTo(address _newReinvestFeeTo)
UpdateWithdrawFee(uint256 _newWithdrawFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.