Empty Set Dollar Stake
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 16 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XERO | ERC-20 | 120.998691K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11833607 | 4 years ago | | | 0 | 0.0085522800 | |
| 11647248 | 4 years ago | | | 0 | 0.010076088 | |
| 11647245 | 4 years ago | | | 0 | 0.010076088 | |
| 11647244 | 4 years ago | | | 0 | 0.010076088 | |
| 11647242 | 4 years ago | | | 0 | 0.010190589 | |
| 11647241 | 4 years ago | | | 0 | 0.010076088 | |
| 11647241 | 4 years ago | | | 0 | 0.027697792 | |
| 11647239 | 4 years ago | | | 0 | 0.010076088 | |
| 11646952 | 4 years ago | | | 0 | 0.026379936 | |
| 11646951 | 4 years ago | | | 0 | 0.0019860720 |
ABI
ABI objects
Getter at block 21091274
decimals() view returns (uint8)
18
dollar() view returns (address)
0x6e848a973c2388f772e058a3fa1f92ea551b6a8e
epoch() view returns (uint256)
19
epochTime() view returns (uint256)
35729
implementation() view returns (address impl)
0x0000000000000000000000000000000000000000
lastEpochTime() view returns (uint256)
1610545533
name() view returns (string)
Empty Set Dollar Stake
oracle() view returns (address)
0xe5c9d1c1c938360fbf81939df3edd0e164c57b83
owner() view returns (address)
0x62b7179b4caa4d2279683c9d5ca5752248c16cf0
pool() view returns (address)
0x6d8022ac868ee16407f28c7a13d6b395022b33b3
symbol() view returns (string)
ESDS
totalBonded() view returns (uint256)
20998689090321295782422
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
0
totalNet() view returns (uint256)
808872107461935708090220
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
100000001735184622554607
totalSupply() view returns (uint256)
17369579608879126516239136
treasury() view returns (address)
0x62b7179b4caa4d2279683c9d5ca5752248c16cf0
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)
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)
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)
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)
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 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 _oracle, address _dollar, address _pool, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.