Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($21.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 76.85582 | $0.275208 |
$21.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17577846 | a year ago | | | 0 | 0.0013016755 | |
| 17577845 | a year ago | | | 0 | 0.0014831386 | |
| 17575724 | a year ago | | | 0 | 0.00097930980 | |
| 17575718 | a year ago | | | 0 | 0.0010469214 | |
| 17575335 | a year ago | | | 0 | 0.0012241373 | |
| 17575333 | a year ago | | | 0 | 0.0016094925 | |
| 17564423 | a year ago | | | 0 | 0.0014689647 | |
| 17564421 | a year ago | | | 0 | 0.0016082010 | |
| 17556616 | a year ago | | | 0 | 0.0011425281 | |
| 17556614 | a year ago | | | 0 | 0.0013948935 |
ABI
ABI objects
Getter at block 21230664
dayEsgRate() view returns (uint256)
1370000000000000
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getEsgAddress() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getStakingAPYMantissa() view returns (uint256)
500050000000000000
owner() view returns (address)
0x39c564b50d5988c6fc123307ed8eda24790754ee
referrer_limit_num() view returns (uint256)
3000000000000000000000
referrer_rate() view returns (uint256)
200000000000000000
referrer_reward_limit_num() view returns (uint256)
0
ship_rate() view returns (uint256)
80000000000000000
ship_reward_limit_num() view returns (uint256)
100000000000000000000000
total_deposited() view returns (uint256)
0
Read-only
getInviteelist(address referrerAddress) view returns (address[])
getReferrer(address inviteeAddress) view returns (address)
getStakingBalance(address account) view returns (uint256)
getUnclaimedEsg(address account) view returns (uint256)
isWhitelisted(address _address) view returns (bool)
stakings(address) view returns (uint256 deposit_time, uint256 total_staked, uint256 bonus_unclaimed)
State-modifying
Events _withdrawERC20Token(address tokenAddress)
add(address _address) returns (bool)
claim() returns (bool)
remove(address _address) returns (bool)
setDayEsgRate(uint256 dayRateMantissa)
setInvitee(address inviteeAddress) returns (bool)
setReferrerLimitNum(uint256 referrerLimitNum)
setReferrerRate(uint256 referrerRateMantissa)
setReferrerRewardLimitNum(uint256 referrerRewardLimitNum)
setShipRate(uint256 shipRateMantissa)
setShipRewardLimitNum(uint256 shipRewardLimitNum)
stake(uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw() returns (bool)
AddedToWhitelist(address indexed account)
EsgClaimed(address account, uint256 amount)
EsgStaked(address account, uint256 amount)
EsgWithdrawn(address account, uint256 amount)
RemovedFromWhitelist(address indexed account)
SetReferral(address referralAddress)
constructor(address esgAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.