Tarot Vault Token
Verified contract
Active on
Base with 58,071 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000786 |
$0 | |
| ERC-20 | 19K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 11 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744391 | 18 minutes ago | | | 0 | 0.0000033891209 | |
| 22742926 | an hour ago | | | 0 | 0.0000033891209 | |
| 22741636 | 2 hours ago | | | 0 | 0.0000033891209 | |
| 22740585 | 2 hours ago | | | 0 | 0.0000026994712 | |
| 22739704 | 3 hours ago | | | 0 | 0.0000015220024 | |
| 22739116 | 3 hours ago | | | 0 | 0.0000024804704 | |
| 22738003 | 4 hours ago | | | 0 | 0.0000028765632 | |
| 22736711 | 5 hours ago | | | 0 | 0.0000027178460 | |
| 22735454 | 5 hours ago | | | 0 | 0.0000017004600 | |
| 22734159 | 6 hours ago | | | 0 | 0.0000021650793 |
ABI
ABI objects
Getter at block 22744928
DOMAIN_SEPARATOR() view returns (bytes32)
0x7d9c33da3edc94193e692fa519b6af305d9cc50f9159a7b2db5714458abf34a9
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=632225176654351207683909037401338, reserve1Cumulative=72081773918274752272, timestamp=1732279203)
decimals() view returns (uint8)
18
exchangeRate() view returns (uint256)
5120938907927912064
factory() view returns (address)
0x82d973434a509f7fe919a8e03a8113be64cdc245
gauge() view returns (address)
0x9a202c932453fb3d04003979b121e80e5a14ee7b
getBlockTimestamp() view returns (uint32)
1732279203
getReserves() view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast)
(reserve0=9097616661474152021989, reserve1=12138796350, blockTimestampLast=1732279171)
isVaultToken() view returns (bool)
true
name() view returns (string)
Tarot Vault Token
observationLength() view returns (uint256)
20915
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)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
token1() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
totalBalance() view returns (uint256)
10434566670068896
totalSupply() view returns (uint256)
2037627641664454
underlying() view returns (address)
0x2223f9fe624f69da4d8256a7bcc9104fba7f8f75
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.