Scalable Dollar Protocol Stake
Verified contract
Proxy
Active on
Ethereum with 272 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 |
---|---|---|---|---|---|
SDP | ERC-20 | 768.60488K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12635516 | 3 years ago | | | 0 | 0.00029912300 | |
| 11740565 | 4 years ago | | | 0 | 0.0040084890 | |
| 11739861 | 4 years ago | | | 0 | 0.0061413840 | |
| 11739620 | 4 years ago | | | 0 | 0.0091257090 | |
| 11739597 | 4 years ago | | | 0 | 0.0064818120 | |
| 11739595 | 4 years ago | | | 0 | 0.0070778250 | |
| 11739591 | 4 years ago | | | 0 | 0.0084422250 | |
| 11737838 | 4 years ago | | | 0 | 0.021424020 | |
| 11727200 | 4 years ago | | | 0 | 0.0028556000 | |
| 11727136 | 4 years ago | | | 0 | 0.0051172200 |
ABI
ABI objects
Getter at block 21293324
decimals() view returns (uint8)
18
dollar() view returns (address)
0xff6bdb2cc116791c5c0163979b8bdf225ddd95e4
epoch() view returns (uint256)
111
epochTime() view returns (uint256)
8565
implementation() view returns (address impl)
0xe62faf59bd7bf333ac80006d5c5bd7f3d0a8f21d
name() view returns (string)
Scalable Dollar Protocol Stake
oracle() view returns (address)
0x7e02674c28696193a7c4f8adfeb37998dff1724a
pool() view returns (address)
0xb375c183f301d42ac729dd0654a73c293eaf2859
symbol() view returns (string)
SDPS
totalBonded() view returns (uint256)
498383691673887047317326
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalNet() view returns (uint256)
1376864072907484907765601
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
270140003818316322418310
totalSupply() view returns (uint256)
18365070808188471808423045
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)
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)
initialize()
purchaseCoupons(uint256 dollarAmount) returns (uint256)
redeemCoupons(uint256 couponEpoch, uint256 couponAmount)
redeemCoupons(uint256 couponEpoch, uint256 couponAmount, uint256 minOutput)
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)
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)
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.