Root
Verified contract
Proxy
Active on
Ethereum with 556 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 18 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eEUR | ERC-20 | 7.855587M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20590193 | 3 months ago | | | 0 | 0.00023037638 | |
| 20590192 | 3 months ago | | | 0 | 0.00038959489 | |
| 20590189 | 3 months ago | | | 0 | 0.00038886219 | |
| 20590188 | 3 months ago | | | 0 | 0.00040496590 | |
| 20590187 | 3 months ago | | | 0 | 0.00021834640 | |
| 20590180 | 3 months ago | | | 0 | 0.00036232108 | |
| 20590172 | 3 months ago | | | 0 | 0.00020210001 | |
| 20590155 | 3 months ago | | | 0 | 0.00027483410 | |
| 15660398 | 2 years ago | | | 0 | 0.00091377779 | |
| 15660396 | 2 years ago | | | 0 | 0.00083108316 |
ABI
ABI objects
Getter at block 21223952
decimals() pure returns (uint8)
18
epoch() view returns (uint256)
367
epochTime() view returns (uint256)
4209
eurOracle() view returns (address)
0x4df7bb8c9de1b4fdfe87d74504a4c119f5af0f55
euro() view returns (address)
0x5905adf94914223a3d51220f97285d79cf673f5e
implementation() view returns (address impl)
0xd5948d2e09fe3282bb462b8f7c0b07660aed549d
name() pure returns (string)
Elastic Euro Stake
oracle() view returns (address)
0xc48a39fa4ade6c141cfe6dbc835e40318ee9298f
pool() view returns (address)
0xece003f8db3e44601395f13fc0f8182475502684
poolBootstrapping() view returns (bool)
false
symbol() pure returns (string)
eEURS
totalBonded() view returns (uint256)
7597128690502001177395391
totalCouponUnderlying() view returns (uint256)
0
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
27600000000000000000000
totalNet() view returns (uint256)
7952382583601497812484119
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
62356151615407479143013
totalSupply() view returns (uint256)
3073797253760862132419779546
Read-only
allowance(address, address) pure returns (uint256)
allowanceCoupons(address owner, address spender) view returns (uint256)
approve(address, uint256) pure returns (bool)
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) pure returns (bool)
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)
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)
totalTreasuryCoins(address coin) view returns (uint256)
transfer(address, uint256) pure returns (bool)
transferFrom(address, address, uint256) pure returns (bool)
votesFor(address candidate) view returns (uint256)
State-modifying
Events _bond(uint256 value)
_deposit(uint256 value)
_unbond(uint256 value)
_unbondUnderlying(uint256 value)
_withdraw(uint256 value)
advanceEpoch()
approveCoupons(address spender, uint256 amount)
commit(address candidate)
emergencyCommit(address candidate)
initialize()
purchaseCoupons(uint256 amount) returns (uint256)
redeemCoupons(uint256 couponEpoch, uint256 amount)
transferCoupons(address sender, address recipient, uint256 epoch, uint256 amount)
vote(address candidate, uint8 _vote)
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)
CouponBurn(address indexed account, uint256 indexed epoch, uint256 couponAmount)
CouponExpiration(uint256 indexed epoch, uint256 couponsExpired, uint256 lessRedeemable, uint256 lessDebt, uint256 newBonded)
CouponPurchase(address indexed account, uint256 indexed epoch, uint256 euroAmount, 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)
Proposal(address indexed candidate, address indexed account, uint256 indexed start, uint256 period)
SupplyDecrease(uint256 indexed epoch, uint256 currentPriceInUSD, uint256 targetPriceInUSD, uint256 newDebt)
SupplyIncrease(uint256 indexed epoch, uint256 currentPriceInUSD, uint256 targetPriceInUSD, uint256 newRedeemable, uint256 lessDebt, uint256 newBonded)
SupplyNeutral(uint256 indexed epoch, uint256 currentPriceInUSD, uint256 targetPriceInUSD)
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.