VTD Stake
Verified contract
Proxy
Active on
Ethereum with 4,159 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 16 additional slots
-
variable spans 6 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VTD | ERC-20 | 11.15026M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20812792 | 2 months ago | | | 0 | 0.0016355739 | |
| 20590220 | 3 months ago | | | 0 | 0.000032883828 | |
| 18937496 | 10 months ago | | | 0 | 0.00046602186 | |
| 15779687 | 2 years ago | | | 0 | 0.0085942920 | |
| 15640739 | 2 years ago | | | 0 | 0.0020080918 | |
| 15640690 | 2 years ago | | | 0 | 0.0014552550 | |
| 15640615 | 2 years ago | | | 0 | 0.0090597311 | |
| 15559937 | 2 years ago | | | 0 | 0.00011336738 | |
| 15559926 | 2 years ago | | | 0 | 0.0016279612 | |
| 13049496 | 3 years ago | | | 0 | 0.0031988598 |
ABI
ABI objects
Getter at block 21163262 updateLiquidityForAllPools() view returns (struct DecimalD256, struct DecimalD256, struct DecimalD256, struct DecimalD256, struct DecimalD256)
calcSupplyChangeFactor() view returns (uint256)
11
currentEpochLength() view returns (uint256)
7819
decimals() view returns (uint8)
18
dollar() view returns (address)
0xf0e3543744afced8042131582f2a19b6aeb82794
epoch() view returns (uint256)
235
epochTime() view returns (uint256)
236
getPriceMomentum() view returns (struct DecimalD256)
(997741664618044716)
implementation() view returns (address impl)
0x32d918aaac63ed8e55e6e321e6d79f7c10716935
name() view returns (string)
VTD Stake
nextEpochTimestamp() view returns (uint256)
1724410854
oracle() view returns (address)
0xb518894be07239c2e78323244617765adf593e86
pool() view returns (address)
0x623ea23a36bf98a065701b08be1ad17246d0e337
previousEpochTimestamp() view returns (uint256)
1724403035
symbol() view returns (string)
VTDD
totalBonded() view returns (uint256)
10738664559300616201710805
totalCoupons() view returns (uint256)
73980912211517992497731
totalDebt() view returns (uint256)
0
totalNet() view returns (uint256)
19650481758457127635106097
totalRedeemable() view returns (uint256)
73980912211517992497731
totalStaged() view returns (uint256)
337614475648401214732529
totalSupply() view returns (uint256)
867181128053558375187818925
Read-only
allowance(address owner, address spender) view returns (uint256)
allowanceCoupons(address owner, address spender) view returns (uint256)
approveFor(address candidate) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfBonded(address account) view returns (uint256)
balanceOfCoupons(address account, uint256 epoch) view returns (uint256)
balanceOfStaged(address account) view returns (uint256)
bootstrappingAt(uint256 epoch) view returns (bool)
couponPremium(uint256 amount) view returns (uint256)
couponRedemptionPenalty(uint256 couponEpoch, uint256 couponAmount) view returns (uint256)
couponsExpiration(uint256 epoch) view returns (uint256)
expiringCoupons(uint256 epoch) view returns (uint256)
expiringCouponsAtIndex(uint256 epoch, uint256 i) view returns (uint256)
fluidUntil(address account) view returns (uint256)
isInitialized(address candidate) view returns (bool)
isNominated(address candidate) view returns (bool)
lockedUntil(address account) view returns (uint256)
outstandingCoupons(uint256 epoch) view returns (uint256)
periodFor(address candidate) view returns (uint256)
phaseOneAt(uint256 epoch) view returns (bool)
recordedVote(address account, address candidate) view returns (uint8)
rejectFor(address candidate) view returns (uint256)
startFor(address candidate) view returns (uint256)
statusOf(address account) view returns (uint8)
totalBondedAt(uint256 epoch) view returns (uint256)
votesFor(address candidate) view returns (uint256)
State-modifying
Events FastTrackCommit(address candidate)
approve(address spender, uint256 amount) returns (bool)
approveCoupons(address spender, uint256 amount)
bond(uint256 value)
burnUnderlying(uint256 value)
commit(address candidate)
deposit(uint256 value)
emergencyCommit(address candidate)
initialize()
purchaseCoupons(uint256 dollarAmount) returns (uint256)
redeemCoupons(uint256 couponEpoch, uint256 couponAmount)
redeemCoupons(uint256 couponEpoch, uint256 couponAmount, uint256 minOutput)
switchOracleToUSDT()
transfer(address recipient, uint256 amount) returns (bool)
transferCoupons(address sender, address recipient, uint256 epoch, uint256 amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferUnderlying(uint256 value, address destination)
tryAdvance()
unbond(uint256 value)
unbondUnderlying(uint256 value)
vote(address candidate, uint8 vote)
withdraw(uint256 value)
Upgraded(address indexed implementation)
Advance(uint256 indexed epoch, uint256 block, uint256 timestamp)
Bond(address indexed account, uint256 start, uint256 value, uint256 valueUnderlying)
Commit(address indexed account, address indexed candidate)
CouponApproval(address indexed owner, address indexed spender, uint256 value)
CouponBurn(address indexed account, uint256 indexed epoch, uint256 couponAmount)
CouponExpiration(uint256 indexed epoch, uint256 couponsExpired, uint256 lessRedeemable, uint256 lessDebt, uint256 newBonded)
CouponPurchase(address indexed account, uint256 indexed epoch, uint256 dollarAmount, uint256 couponAmount)
CouponRedemption(address indexed account, uint256 indexed epoch, uint256 couponAmount)
CouponTransfer(address indexed from, address indexed to, uint256 indexed epoch, uint256 value)
Deposit(address indexed account, uint256 value)
EpochTimeVariable(uint256 epochPeriod)
Incentivization(address indexed account, uint256 amount)
Proposal(address indexed candidate, address indexed account, uint256 indexed start, uint256 period)
SupplyDecrease(uint256 indexed epoch, uint256 price, uint256 momentumPrice, uint256 newDebt)
SupplyIncrease(uint256 indexed epoch, uint256 price, uint256 momentumPrice, uint256 newRedeemable, uint256 lessDebt, uint256 newBonded)
SupplyNeutral(uint256 indexed epoch)
Transfer(address indexed from, address indexed to, uint256 value)
Unbond(address indexed account, uint256 start, uint256 value, uint256 valueUnderlying)
Upgraded(address indexed implementation)
Vote(address indexed account, address indexed candidate, uint8 vote, uint256 bonded)
Withdraw(address indexed account, uint256 value)
constructor(address implementation)
fallback()
This contract contains no error objects.