Freq Set Dollar Stake
Verified contract
Proxy
Active on
Ethereum with 1,830 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
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FSD | ERC-20 | 2.387247M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12118031 | 4 years ago | | | 0 | 0.0023040350 | |
| 11857088 | 4 years ago | | | 0 | 0.0059657400 | |
| 11803858 | 4 years ago | | | 0 | 0.010909965 | |
| 11768437 | 4 years ago | | | 0 | 0.0048260940 | |
| 11746823 | 4 years ago | | | 0 | 0.0085779611 | |
| 11738076 | 4 years ago | | | 0 | 0.0085625090 | |
| 11737922 | 4 years ago | | | 0 | 0.0087034980 | |
| 11737428 | 4 years ago | | | 0 | 0.0048364860 | |
| 11735279 | 4 years ago | | | 0 | 0.0056420550 | |
| 11734389 | 4 years ago | | | 0 | 0.0035306460 |
ABI
ABI objects
Getter at block 21260585
decimals() view returns (uint8)
18
dollar() view returns (address)
0xd27af03cb73a29ee2f37194c70c4ee13b68fe8cb
epoch() view returns (uint256)
718
epochTime() view returns (uint256)
34050
implementation() view returns (address impl)
0x5b72c2c9c1d65930adfe6bf935943fe81ea37761
name() view returns (string)
Freq Set Dollar Stake
oracle() view returns (address)
0xf841bc7e3e43774db8de9d32dbbef933613ab2f6
pool() view returns (address)
0x11de873e978ca2d0a5282c6add873c4329dad68b
symbol() view returns (string)
FSDS
totalBondRedeemable() view returns (uint256)
0
totalBonded() view returns (uint256)
2019237901866532232236719
totalBonds() view returns (uint256)
3333676814237880001938206
totalCoupons() view returns (uint256)
119410498989785651234247
totalDebt() view returns (uint256)
2931015223732071012000537
totalNet() view returns (uint256)
2931015223732071012000537
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
368009480127878122342018
totalSupply() view returns (uint256)
829555202833685222069945623
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)
balanceOfBonds(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)
couponPremium(uint256 amount) view returns (uint256)
couponRedemptionPenalty(uint256 couponEpoch, uint256 couponAmount) view returns (uint256)
couponsExpiration(uint256 epoch) view returns (uint256)
epochPrice(uint256 epoch) view returns (struct DecimalD256)
expiringCoupons(uint256 epoch) view returns (uint256)
expiringCouponsAtIndex(uint256 epoch, uint256 i) view returns (uint256)
fluidUntil(address account) view returns (uint256)
getBondPremium(uint256 epoch) view returns (struct DecimalD256)
getRedeemablePrice(uint256 epoch) view returns (struct DecimalD256)
isInitialized(address candidate) view returns (bool)
isNominated(address candidate) view returns (bool)
lockedUntil(address account) view returns (uint256)
outstandingBonds(uint256 epoch) view returns (uint256)
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()
purchaseBonds(uint256 dollarAmount) returns (uint256)
purchaseBondsByDAO(uint256 value)
redeemBonds(uint256 bondEpoch, uint256 bondAmount)
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, string res)
Bond(address indexed account, uint256 start, uint256 value, uint256 valueUnderlying)
BondBurn(address indexed account, uint256 indexed epoch, uint256 bondAmount, uint256 redeemablePrice)
BondPurchase(address indexed account, uint256 indexed epoch, uint256 indexed dollarAmount, uint256 bondAmount, uint256 premium)
BondRedemption(address indexed account, uint256 indexed epoch, uint256 bondAmount, uint256 redeemablePrice)
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, uint256 newBondRedeemable)
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, uint256 newBondRedeemable)
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.