Empty Set Dollar Stake
Verified contract
Proxy
Active on
Ethereum with 27,733 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 1 additional slot
-
variable spans 1 additional slot
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FEI | ERC-20 | 225.875888M | -- | -- | |
ESD | ERC-20 | 16.418298M | -- | -- | |
WOOF | ERC-20 | 114.724469K | -- | -- | |
ERWN | ERC-20 | 49.114434K | -- | -- | |
TORN | ERC-20 | 781.522153 | -- | -- | |
BLACK | ERC-20 | 2.384 | -- | -- | |
DIGG | ERC-20 | 0.252527 | -- | -- | |
UNI-V2 | ERC-20 | 0.014322 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17895377 | a year ago | | | 0 | 0.00036769278 | |
| 16328971 | 2 years ago | | | 0 | 0.00068280000 | |
| 16244226 | 2 years ago | | | 0 | 0.00039442145 | |
| 16171734 | 2 years ago | | | 0 | 0.00038958032 | |
| 15831385 | 2 years ago | | | 0 | 0.00028248411 | |
| 15831315 | 2 years ago | | | 0 | 0.0012238939 | |
| 15575428 | 2 years ago | | | 0 | 0.00063194600 | |
| 15575421 | 2 years ago | | | 0 | 0.00073394825 | |
| 14912332 | 2 years ago | | | 0 | 0.0039595773 | |
| 14912318 | 2 years ago | | | 0 | 0.0053617594 |
ABI
ABI objects
Getter at block 21258637
decimals() view returns (uint8)
18
dollar() view returns (address)
0x36f3fd68e7325a35eb768f1aedaae9ea0689d723
epoch() view returns (uint256)
995
epochTime() view returns (uint256)
995
eraStart() view returns (uint256)
0
eraStatus() view returns (uint8)
1
ess() view returns (address)
0x24ae124c4cc33d6791f8e8b63520ed7107ac8b3e
implementation() view returns (address impl)
0xdc8c5d7645a7a1b4968ec9e1d983940a259b0adf
name() view returns (string)
Empty Set Dollar Stake
oracle() view returns (address)
0xea9f8bb8b5e8ba3d38628f0e18ee82300eddba0e
owner() view returns (address)
0x1bba92f379375387bf8f927058da14d47464cb7a
pool() view returns (address)
0x4082d11e506e3250009a991061acd2176077c88f
poolDollarWithdrawable() view returns (uint256)
130026359933984003886237
poolTotalRewarded() view returns (uint256)
27737766862508722101253
symbol() view returns (string)
ESDS
totalBonded() view returns (uint256)
254786203562444017667878928
totalCouponUnderlying() view returns (uint256)
4039416620730362753483229
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalNet() view returns (uint256)
118085696013201747040103821
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
12248854218789907655154510
totalSupply() view returns (uint256)
246596725456181383805763819
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)
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 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)
constructor(address implementation)
fallback()
This contract contains no error objects.