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 ($7.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 26.608551 | $0.279949 |
$7.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18484388 | a year ago | | | 0 | 0.0013853889 | |
| 18484371 | a year ago | | | 0 | 0.0014162825 | |
| 18484093 | a year ago | | | 0 | 0.0019637570 | |
| 17578496 | a year ago | | | 0 | 0.0020460939 | |
| 17578493 | a year ago | | | 0 | 0.0021873827 | |
| 17575650 | a year ago | | | 0 | 0.0015141377 | |
| 17575649 | a year ago | | | 0 | 0.0016576558 | |
| 17575615 | a year ago | | | 0 | 0.0018319588 | |
| 17575603 | a year ago | | | 0 | 0.0015129379 | |
| 17575600 | a year ago | | | 0 | 0.0014921714 |
ABI
ABI objects
Getter at block 21260024
dayEsgRate() view returns (uint256)
947040000000000000000
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getEsgAddress() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getStakingAPYMantissa() view returns (uint256)
345669600000000000000000
owner() view returns (address)
0xbc354165e4bc3b0ca997971a4922c2df50d9d3f6
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)
3580100000000000000000
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.