Empty Set Gold Stake
Verified contract
Proxy
Active on
Ethereum with 1,046 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 |
---|---|---|---|---|---|
ESG | ERC-20 | 537.419619 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309593 | 2 years ago | | | 0 | 0.00042501215 | |
| 16309571 | 2 years ago | | | 0 | 0.00043389886 | |
| 16309536 | 2 years ago | | | 0 | 0.00044613957 | |
| 16309456 | 2 years ago | | | 0 | 0.00040140487 | |
| 13661840 | 3 years ago | | | 0 | 0.010761749 | |
| 13168575 | 3 years ago | | | 0 | 0.0078422116 | |
| 13168564 | 3 years ago | | | 0 | 0.0075317101 | |
| 13168561 | 3 years ago | | | 0 | 0.0068976645 | |
| 13168539 | 3 years ago | | | 0 | 0.0071082085 | |
| 13168510 | 3 years ago | | | 0 | 0.0095561049 |
ABI
ABI objects
Getter at block 21166867
decimals() view returns (uint8)
18
deployerLockupEnded() view returns (bool)
true
epoch() view returns (uint256)
181
epochTime() view returns (uint256)
5663
getDeployerAddress() view returns (address)
0xddba37bb29e55edd28f5fdaefbe5d3df0f60909c
gold() view returns (address)
0x5cf9242493be1411b93d064ca2e468961bbb5924
implementation() view returns (address impl)
0x7c41a5365ab4ad87caefdcfd2841b517cd0cbf63
name() view returns (string)
Empty Set Gold Stake
oracle() view returns (address)
0x6944eb48b1760c6613d54e4fa0d892154c76aea7
pool() view returns (address)
0x03292a26ede6b6e76f6089112aa73c860e45ee8b
symbol() view returns (string)
ESGS
totalBonded() view returns (uint256)
408705819401538889744
totalCoupons() view returns (uint256)
30142070902941888180
totalDebt() view returns (uint256)
339887028170101345370
totalNet() view returns (uint256)
631218766601616784259
totalRedeemable() view returns (uint256)
0
totalStaged() view returns (uint256)
128713799353070296324
totalSupply() view returns (uint256)
459520006514866491508575
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 goldAmount) 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)
CouponExpiration(uint256 indexed epoch, uint256 couponsExpired, uint256 lessRedeemable, uint256 lessDebt, uint256 newBonded)
CouponPurchase(address indexed account, uint256 indexed epoch, uint256 goldAmount, 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.