Value Set Dollar Stake
Verified contract
Proxy
Active on
Ethereum with 5,091 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 16 additional slots
Balances ($5,136.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.759462K | $1.001 |
$2,762.22 | |
WETH | ERC-20 | 0.365408 | $3,147.12 |
$1,149.98 | |
DAI | ERC-20 | 640.138942 | $1.001 |
$640.78 | |
USDT | ERC-20 | 582.691149 | $1.001 |
$583.27 | |
JET | ERC-20 | 50 | $0.002656 |
$0.13 | |
WSB | ERC-20 | 1K | $0.00 |
$0 | |
ETH 2.0 | ERC-20 | 1K | -- | -- | |
USDCentre.com | ERC-20 | 7.5K | -- | -- | |
Simpson | ERC-20 | 4.2K | -- | -- | |
VSD | ERC-20 | 2.239514K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20789174 | 2 months ago | | | 0 | 0.0015736984 | |
| 20767962 | 2 months ago | | | 0 | 0.00058495368 | |
| 20766535 | 2 months ago | | | 0 | 0.00047062970 | |
| 20766295 | 2 months ago | | | 0 | 0.00058804713 | |
| 20760692 | 2 months ago | | | 0 | 0.00043175053 | |
| 20758535 | 2 months ago | | | 0 | 0.00050239148 | |
| 20755974 | 2 months ago | | | 0 | 0.00048435069 | |
| 20753488 | 2 months ago | | | 0 | 0.00030497668 | |
| 20751226 | 2 months ago | | | 0 | 0.00055843187 | |
| 20748720 | 2 months ago | | | 0 | 0.00056109415 |
ABI
ABI objects
Getter at block 21163460 totalBondedDollar() view returns (uint256) totalSupply() view returns (uint256)
dai() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
dollar() view returns (address)
0x35de3eccaccb02e627062b5d63aa941b137288fe
epoch() view returns (uint256)
3967
epochTime() view returns (uint256)
4131
implementation() view returns (address impl)
0x525a0cd0c00477744e18881d4ba59674556f2743
name() view returns (string)
Value Set Dollar Stake
oracle() view returns (address)
0x7c9ab6d405e04537731efdf1ed7da613660f9880
symbol() view returns (string)
VSDS
totalClippable() view returns (uint256)
0
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
28197013944697300227570
totalNet() view returns (uint256)
159783079019951367956230
totalRedeemable() 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)
Upgraded(address indexed implementation)
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)
constructor(address implementation, address dollar, address oracle, address[] collaterals, address[] pools)
fallback()
This contract contains no error objects.