Value Set Dollar Stake
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
45
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 16 additional slots
Balances ($0.00)
No balances found for "Value Set Dollar Stake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Value Set Dollar Stake"
ABI
ABI objects
Getter at block 21283352 totalNet() view returns (uint256)
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
dollar() view returns (address)
0x0000000000000000000000000000000000000000
epoch() view returns (uint256)
0
epochTime() view returns (uint256)
4181
implementation() view returns (address impl)
0x0000000000000000000000000000000000000000
name() view returns (string)
Value Set Dollar Stake
oracle() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
VSDS
totalBondedDollar() view returns (uint256)
0
totalClippable() view returns (uint256)
0
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalRedeemable() view returns (uint256)
0
totalSupply() view returns (uint256)
0
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
allowance(address owner, address spender) view returns (uint256)
allowanceCoupons(address owner, address spender) view returns (uint256)
approveFor(uint256 candidate) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfBonded(address pool, address account) view returns (uint256)
balanceOfBondedDollar(address account) view returns (uint256)
balanceOfClippable(address account, uint256 epoch) view returns (uint256)
balanceOfCoupons(address account, uint256 epoch) view returns (uint256)
balanceOfStaged(address pool, address account) view returns (uint256)
bootstrappingAt(uint256 epoch) view returns (bool)
couponPremium(uint256 amount) view returns (uint256)
fluidUntil(address pool, address account) view returns (uint256)
isInitialized(uint256 candidate) view returns (bool)
isNominated(uint256 candidate) view returns (bool)
lockedUntil(address account) view returns (uint256)
outstandingCoupons(uint256 epoch) view returns (uint256)
pendingReward(address pool) view returns (uint256 pending)
periodFor(uint256 candidate) view returns (uint256)
recordedVoteInfo(address account, uint256 candidate) view returns (struct CandidateVoteInfo)
redeemableVSDs(uint256 epoch) view returns (uint256)
redeemedCoupons(uint256 epoch) view returns (uint256)
rejectFor(uint256 candidate) view returns (uint256)
startFor(uint256 candidate) view returns (uint256)
statusOf(address pool, address account) view returns (uint8)
totalBonded(address pool) view returns (uint256)
totalDollarSupplyAt(uint256 epoch) view returns (uint256)
totalStaged(address pool) view returns (uint256)
votesFor(uint256 candidate) view returns (uint256)
State-modifying
Events addCollateral(address asset)
addPool(address pool)
advance()
approveCoupons(address spender, uint256 amount)
bond(address pool, uint256 value)
claim(address pool)
clipCoupons(uint256 couponExpireEpoch)
commit(uint256 candidate)
deposit(address pool, uint256 value)
emergencyCommit(uint256 candidate)
extendCoupon(uint256 couponExpireEpoch, uint256 couponAmount, uint256 dollarAmount)
initialize()
provide(address pool, address token, address another, uint256 amount)
purchaseCoupons(uint256 dollarAmount) returns (uint256)
redeem(uint256 value)
transferCoupons(address sender, address recipient, uint256 epoch, uint256 amount)
unbond(address pool, uint256 value)
vote(uint256 candidate, uint8 vote)
withdraw(address pool, uint256 value)
Advance(uint256 indexed epoch, uint256 block, uint256 timestamp)
Bond(address indexed pool, address indexed account, uint256 start, uint256 value)
Claim(address indexed pool, address indexed account, uint256 value)
Commit(address indexed account, uint256 indexed candidate, bool upgrade)
CouponApproval(address indexed owner, address indexed spender, uint256 value)
CouponClip(address indexed account, uint256 indexed epoch, uint256 couponAmount)
CouponExtended(address indexed owner, uint256 indexed epoch, uint256 couponAmount, uint256 newCouponAmount, uint256 newExpiration)
CouponPurchase(address indexed account, uint256 indexed epochExpire, uint256 dollarAmount, uint256 couponAmount)
CouponRedemption(uint256 indexed epoch, uint256 couponRedeemed, uint256 vsdRedeemable)
CouponTransfer(address indexed from, address indexed to, uint256 indexed epoch, uint256 value)
Deposit(address indexed pool, address indexed account, uint256 value)
Incentivization(address indexed account, uint256 amount)
Proposal(uint256 indexed candidate, address indexed account, uint256 indexed start, uint256 period)
SupplyDecrease(uint256 indexed epoch, uint256 price, uint256 newDebt)
SupplyIncrease(uint256 indexed epoch, uint256 price, uint256 newSell, uint256 newRedeemable, uint256 lessDebt, uint256 newSupply, uint256 newReward)
SupplyNeutral(uint256 indexed epoch)
Unbond(address indexed pool, address indexed account, uint256 start, uint256 value)
Upgraded(address indexed implementation)
Vote(address indexed account, uint256 indexed candidate, uint8 vote, uint256 bondedVotes)
Withdraw(address indexed pool, address indexed account, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.