Implementation
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
43
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 19 additional slots
Balances ($0.00)
No balances found for "Implementation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14620640 | 3 years ago | | | 0 | 0.0013066191 |
ABI
ABI objects
Getter at block 20856873 totalNet() view returns (uint256) totalRewarded() view returns (uint256)
dollar() view returns (address)
0x0000000000000000000000000000000000000000
epoch() view returns (uint256)
0
epochTime() view returns (uint256)
63165
getCurrentPeg() view returns (uint256)
0
implementation() view returns (address impl)
0x0000000000000000000000000000000000000000
locker() view returns (address)
0x0000000000000000000000000000000000000000
oracle() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x0000000000000000000000000000000000000000
share() view returns (address)
0x0000000000000000000000000000000000000000
staker() view returns (address)
0x0000000000000000000000000000000000000000
stakingRegulator() view returns (address)
0xcee3101c0a8167f083f34b95a2f243c9b0bef6a6
totalBonded() view returns (uint256)
0
totalClaimable() view returns (uint256)
0
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalPhantom() view returns (uint256)
0
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
0
Read-only
allowanceCoupons(address owner, address spender) view returns (uint256)
approveFor(address candidate) view returns (uint256)
balanceOfBonded(address account) view returns (uint256)
balanceOfClaimable(address account) view returns (uint256)
balanceOfCoupons(address account, uint256 epoch) view returns (uint256)
balanceOfPhantom(address account) view returns (uint256)
balanceOfRewarded(address account) view returns (uint256)
balanceOfStaged(address account) view returns (uint256)
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)
fluidUntil(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)
pegAt(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()
approveCoupons(address spender, uint256 amount)
bond(uint256 value)
claim(uint256 value)
commit(address candidate)
deposit(uint256 value)
emergencyCommit(address candidate)
initialize()
purchaseCoupons(uint256 dollarAmount) returns (uint256)
redeemCoupons(uint256 couponEpoch, uint256 couponAmount)
redeemCouponsMin(uint256 couponEpoch, uint256 couponAmount, uint256 minOutput)
transferCoupons(address sender, address recipient, uint256 epoch, uint256 amount)
unbond(uint256 value)
updatePegPrice(uint256 price)
vote(address candidate, uint8 vote)
withdraw(uint256 value)
Advance(uint256 indexed epoch, uint256 block, uint256 timestamp)
Bond(address indexed account, uint256 start, uint256 value)
Claim(address indexed account, uint256 value)
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 newRewarded)
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)
ShareSupplyIncrease(uint256 indexed epoch, uint256 amount)
SupplyDecrease(uint256 indexed epoch, uint256 price, uint256 newDebt)
SupplyIncrease(uint256 indexed epoch, uint256 price, uint256 newRedeemable, uint256 lessDebt, uint256 newRewarded)
SupplyNeutral(uint256 indexed epoch)
Unbond(address indexed account, uint256 start, uint256 value, uint256 newClaimable)
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.