Empty Set Dollar Stake
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 1 additional slot
-
variable spans 1 additional slot
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Empty Set Dollar Stake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Empty Set Dollar Stake"
ABI
ABI objects
Getter at block 21160912
decimals() view returns (uint8)
18
dollar() view returns (address)
0x36f3fd68e7325a35eb768f1aedaae9ea0689d723
epoch() view returns (uint256)
0
epochTime() view returns (uint256)
0
eraStart() view returns (uint256)
0
eraStatus() view returns (uint8)
1
ess() view returns (address)
0x24ae124c4cc33d6791f8e8b63520ed7107ac8b3e
implementation() view returns (address impl)
0x0000000000000000000000000000000000000000
name() view returns (string)
Empty Set Dollar Stake
oracle() view returns (address)
0xea9f8bb8b5e8ba3d38628f0e18ee82300eddba0e
owner() view returns (address)
0x0000000000000000000000000000000000000000
pool() view returns (address)
0x4082d11e506e3250009a991061acd2176077c88f
poolDollarWithdrawable() view returns (uint256)
0
poolTotalRewarded() view returns (uint256)
0
symbol() view returns (string)
ESDS
totalBonded() view returns (uint256)
0
totalCouponUnderlying() view returns (uint256)
0
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalNet() view returns (uint256)
118085696013201747040103821
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
0
totalSupply() view returns (uint256)
0
univ2() view returns (address)
0x88ff79eb2bc5850f27315415da8685282c7610f9
v2Migrator() view returns (address)
0xc61d12896421613b30d56f85c093cdda43ab2ce7
v2Reserve() view returns (address)
0xd05ace63789ccb35b9ce71d01e4d632a0486da4b
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)
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)
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)
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)
periodFor(address candidate) view returns (uint256)
poolHasWithdrawn(address account) view returns (bool)
poolWithdrawable(address account) view returns (uint256, 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 approve(address spender, uint256 amount) returns (bool)
approveCoupons(address spender, uint256 amount)
burn(address account, uint256 amount)
changeOwner(address newOwner)
commit(address candidate)
initialize()
poolWithdraw()
redeemCoupons(uint256 couponEpoch, uint256 amount)
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)
withdraw(uint256 value)
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 amount, 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)
IncentivizationWithStake(address indexed account, uint256 amount)
OwnerChanged(address indexed previousOwner, address indexed newOwner)
Proposal(address indexed candidate, address indexed account, uint256 indexed start, uint256 period)
StabilityReward(uint256 indexed epoch, uint256 rate, uint256 amount)
SupplyDecrease(uint256 indexed epoch, uint256 price, uint256 newDebt)
SupplyIncrease(uint256 indexed epoch, uint256 price, uint256 newRedeemable, uint256 lessDebt, uint256 newBonded)
SupplyNeutral(uint256 indexed epoch)
TokenSplitSnapshot(uint256 totalBonded, uint256 totalStake)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.