Ethic Money Stake
Verified contract
Proxy
Active on
Ethereum with 1,248 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHC | ERC-20 | 1.781266M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20683928 | 3 months ago | | | 0 | 0.00017516788 | |
| 20291572 | 5 months ago | | | 0 | 0.00038065412 | |
| 19646328 | 8 months ago | | | 0 | 0.00096443800 | |
| 16047912 | 2 years ago | | | 0 | 0.00095583914 | |
| 16012578 | 2 years ago | | | 0 | 0.0011326913 | |
| 15924944 | 2 years ago | | | 0 | 0.0068330559 | |
| 15924944 | 2 years ago | | | 0 | 0.0031534744 | |
| 15924904 | 2 years ago | | | 0 | 0.0044009140 | |
| 15924892 | 2 years ago | | | 0 | 0.0045768192 | |
| 15924888 | 2 years ago | | | 0 | 0.0050834703 |
ABI
ABI objects
Getter at block 21307108
decimals() view returns (uint8)
18
epoch() view returns (uint256)
453
epochTime() view returns (uint256)
8321
ethic() view returns (address)
0x223b787a82d286bec67b9f8068c1d679ca4cfb4a
implementation() view returns (address impl)
0x71ce74c83e88dc19bf9bef4db23a713444dbb6d0
name() view returns (string)
Ethic Money Stake
oracle() view returns (address)
0x20302bb10b89c5e7c1526ea019c48b54c92bdb35
pool() view returns (address)
0xaf078d6e313c833fb04ff2570ee01b08936fe42a
symbol() view returns (string)
ETHCS
totalBonded() view returns (uint256)
1603499862809221438245450
totalCoupons() view returns (uint256)
0
totalDebt() view returns (uint256)
780831756195713324196486
totalNet() view returns (uint256)
2472633894619758859955539
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
177754391037589391724020
totalSupply() view returns (uint256)
3909331843988608101970404492
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)
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)
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 ethicAmount) 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)
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 ethicAmount, 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 implementation)
fallback()
This contract contains no error objects.