Dynamic Set Dollar Stake
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
48
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
-
variable spans 2 additional slots
-
variable spans 1 additional slot
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "Dynamic Set Dollar Stake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Dynamic Set Dollar Stake"
ABI
ABI objects
Getter at block 21313370
cdsd() view returns (address)
0xde25486ccb4588ce5d9fb188fb6af72e768a466a
cpool() view returns (address)
0x170cec2070399b85363b788af2fb059db8ef8aed
decimals() view returns (uint8)
18
dollar() view returns (address)
0x0000000000000000000000000000000000000000
epoch() view returns (uint256)
0
epochTime() view returns (uint256)
17607
expansionStartEpoch() view returns (uint256)
0
getPrice() view returns (struct DecimalD256 price)
(0)
globalInterestMultiplier() view returns (uint256)
0
implementation() view returns (address impl)
0x0000000000000000000000000000000000000000
maxCDSDOutstanding() view returns (uint256)
0
name() view returns (string)
Dynamic Set Dollar Stake
oracle() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0xf929fc6ec25850ce00e457c4f28cde88a94415d8
symbol() view returns (string)
DSDS
totalBonded() view returns (uint256)
0
totalCDSD() view returns (uint256)
48778535578455437836351439
totalCDSDBonded() view returns (uint256)
0
totalCDSDDeposited() view returns (uint256)
0
totalCDSDEarnable() view returns (uint256)
0
totalCDSDEarned() view returns (uint256)
0
totalCDSDRedeemable() view returns (uint256)
0
totalCDSDRedeemed() view returns (uint256)
0
totalCouponUnderlying() view returns (uint256)
0
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
0
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0xc7da8087b8ba11f0892f1b0bfacfd44c116b303e
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)
balanceOfCDSDBonded(address account) view returns (uint256)
balanceOfCouponUnderlying(address account, uint256 epoch) view returns (uint256)
balanceOfCoupons(address account, uint256 epoch) view returns (uint256)
balanceOfStaged(address account) view returns (uint256)
bootstrappingAt(uint256 epoch) view returns (bool)
cDSDBondedCap(address account) view returns (uint256)
couponsExpiration(uint256 epoch) view returns (uint256)
depositedCDSDByAccount(address account) view returns (uint256)
earnableCDSDByAccount(address account) view returns (uint256)
earnedCDSDByAccount(address account) view returns (uint256)
expiringCoupons(uint256 epoch) view returns (uint256)
expiringCouponsAtIndex(uint256 epoch, uint256 i) view returns (uint256)
fluidUntil(address account) view returns (uint256)
getCurrentRedeemableCDSDByAccount(address account) view returns (uint256)
getRedeemedThisExpansion(address account) view returns (uint256)
interestMultiplierEntryByAccount(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)
recordedVote(address account, address candidate) view returns (uint8)
redeemedCDSDByAccount(address account) view returns (uint256)
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 advance()
approve(address spender, uint256 amount) returns (bool)
bond(uint256 value)
bondCDSD(uint256 amount)
burnDSDForCDSD(uint256 amount)
burnDSDForCDSDAndBond(uint256 amount)
commit(address candidate)
deposit(uint256 value)
emergencyCommit(address candidate)
initialize()
migrateCouponsToCDSD(uint256 couponEpoch) returns (uint256)
migrateCouponsToCDSDAndBond(uint256 couponEpoch)
redeemBondedCDSDForDSD(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unbond(uint256 value)
unbondCDSD(uint256 amount)
unbondUnderlying(uint256 value)
vote(address candidate, uint8 vote)
withdraw(uint256 value)
Advance(uint256 indexed epoch, uint256 block, uint256 timestamp)
Bond(address indexed account, uint256 start, uint256 value, uint256 valueUnderlying)
BondCDSD(address indexed account, uint256 start, uint256 amount)
CDSDMinted(address indexed account, uint256 amount)
CDSDRedeemed(address indexed account, uint256 amount)
Commit(address indexed account, address indexed candidate)
ContractionIncentives(uint256 indexed epoch, uint256 price, uint256 delta)
DSDBurned(address indexed account, uint256 amount)
Deposit(address indexed account, uint256 value)
Incentivization(address indexed account, uint256 amount)
Proposal(address indexed candidate, address indexed account, uint256 indexed start, uint256 period)
SupplyIncrease(uint256 indexed epoch, uint256 price, uint256 newRedeemable, 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)
UnbondCDSD(address indexed account, uint256 start, uint256 amount)
Upgraded(address indexed implementation)
Vote(address indexed account, address indexed candidate, uint8 vote, uint256 bonded)
Withdraw(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.