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
0x20cd…b9a9
Balances ($18.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 61.114527 | $0.296169 |
$18.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18484347 | a year ago | | | 0 | 0.0016617809 | |
| 18484335 | a year ago | | | 0 | 0.0015299850 | |
| 18484055 | a year ago | | | 0 | 0.0020646062 | |
| 17589879 | a year ago | | | 0 | 0.0022608223 | |
| 17589877 | a year ago | | | 0 | 0.0024751151 | |
| 17585414 | a year ago | | | 0 | 0.0048000489 | |
| 17583313 | a year ago | | | 0 | 0.0014806313 | |
| 17583312 | a year ago | | | 0 | 0.0016209734 | |
| 17583310 | a year ago | | | 0 | 0.0016978220 | |
| 17583184 | a year ago | | | 0 | 0.0016258684 |
ABI
ABI objects
Getter at block 21298623
dayEsgRate() view returns (uint256)
869520000000000000000
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getEsgAddress() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getStakingAPYMantissa() view returns (uint256)
317374800000000000000000
owner() view returns (address)
0x53e67240c468d4cd891529cc608e2fdb93fb4a3b
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)
3658000000000000000000
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.