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 ($21.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 78.972968 | $0.271856 |
$21.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18261032 | a year ago | | | 0 | 0.00077657435 | |
| 18261030 | a year ago | | | 0 | 0.00064126899 | |
| 18225831 | a year ago | | | 0 | 0.00097632702 | |
| 18225829 | a year ago | | | 0 | 0.0011122564 | |
| 18225826 | a year ago | | | 0 | 0.00088768563 | |
| 18225825 | a year ago | | | 0 | 0.0010112739 | |
| 18225822 | a year ago | | | 0 | 0.00080293536 | |
| 18211841 | a year ago | | | 0 | 0.00092973213 | |
| 18211840 | a year ago | | | 0 | 0.00099459076 | |
| 18211831 | a year ago | | | 0 | 0.00099915232 |
ABI
ABI objects
Getter at block 21160738
dayEsgRate() view returns (uint256)
21000000000000000000
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getEsgAddress() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
getStakingAPYMantissa() view returns (uint256)
7665000000000000000000
owner() view returns (address)
0xd29a74503d392bd37dec3e0d7bf928c2a3d1aa77
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)
0
ship_reward_limit_num() view returns (uint256)
100000000000000000000000
total_deposited() view returns (uint256)
182664794302733921866693
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.