Sushi Set Dollar Stake
Verified contract
Proxy
Active on
Ethereum with 593 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 14 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SSD | ERC-20 | 10.667732M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20616434 | 2 months ago | | | 0 | 0.00022553509 | |
| 16010123 | 2 years ago | | | 0 | 0.0039200565 | |
| 11770107 | 4 years ago | | | 0 | 0.015945677 | |
| 11754239 | 4 years ago | | | 0 | 0.0040185129 | |
| 11747961 | 4 years ago | | | 0 | 0.013840420 | |
| 11746514 | 4 years ago | | | 0 | 0.013946640 | |
| 11745657 | 4 years ago | | | 0 | 0.015098640 | |
| 11744207 | 4 years ago | | | 0 | 0.022899604 | |
| 11741304 | 4 years ago | | | 0 | 0.0038945940 | |
| 11740709 | 4 years ago | | | 0 | 0.012784420 |
ABI
ABI objects
Getter at block 21163366
decimals() view returns (uint8)
18
dollar() view returns (address)
0x4a152f0ea704584c3a0fb7f01c0860c1b3a3a14d
epoch() view returns (uint256)
322
epochTime() view returns (uint256)
33532
implementation() view returns (address impl)
0xb3f5e38767a18a3b6116490eb035f7f98bfdd2cc
name() view returns (string)
Sushi Set Dollar Stake
oracle() view returns (address)
0xbb77e5f2948d162c3cfa8adbafefc235873522ae
pool() view returns (address)
0x68e7b9f58c2b898576d35eff2c91f75ece81f9ad
symbol() view returns (string)
SSDS
totalBonded() view returns (uint256)
3759924015508934741636337
totalCoupons() view returns (uint256)
2029783411965273400700179
totalDebt() view returns (uint256)
45267722759773836140218843
totalNet() view returns (uint256)
105624686439472284327177302
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
6907808371443254569770978
totalSupply() view returns (uint256)
2367932939326426109590627659
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)
couponsExpiration(uint256 epoch) view returns (uint256)
expiringCoupons(uint256 epoch) view returns (uint256)
expiringCouponsAtIndex(uint256 epoch, uint256 i) view returns (uint256)
isInitialized(address candidate) view returns (bool)
isNominated(address candidate) view returns (bool)
outstandingCoupons(uint256 epoch) view returns (uint256)
periodFor(address candidate) view returns (uint256)
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 advance()
approve(address spender, uint256 amount) returns (bool)
approveCoupons(address spender, uint256 amount)
bond(uint256 value)
commit(address candidate)
deposit(uint256 value)
emergencyCommit(address candidate)
getOraclePrice() returns (uint256)
initialize()
purchaseCoupons(uint256 dollarAmount) returns (uint256)
redeemCoupons(uint256 couponEpoch, uint256 couponAmount)
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)
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)
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)
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 newDebt)
SupplyIncrease(uint256 indexed epoch, uint256 price, 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.