EsgSHIPV4Pro
Verified contract
Active on
Ethereum with 2,831 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,619,435.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 4.443114M | $0.364482 |
$1,619,435.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21394456 | an hour ago | | | 0 | 0.0021609845 | |
| 21394240 | 2 hours ago | | | 0 | 0.0018131163 | |
| 21394030 | 3 hours ago | | | 0 | 0.0014520320 | |
| 21394013 | 3 hours ago | | | 0 | 0.0015137901 | |
| 21393986 | 3 hours ago | | | 0 | 0.0018285118 | |
| 21393930 | 3 hours ago | | | 0 | 0.0013191813 | |
| 21393898 | 3 hours ago | | | 0 | 0.0017082090 | |
| 21393592 | 4 hours ago | | | 0 | 0.0016926237 | |
| 21393577 | 4 hours ago | | | 0 | 0.0019875633 | |
| 21393547 | 4 hours ago | | | 0 | 0.0017744451 |
ABI
ABI objects
Getter at block 21394812
dayEsgRate1() view returns (uint256)
18
dayEsgRate2() view returns (uint256)
20
dayEsgRate3() view returns (uint256)
28
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
feeRate_claim() view returns (uint256)
15
feeRate_invest() view returns (uint256)
30
feeRate_withdraw() view returns (uint256)
30
feeWallet() view returns (address)
0x767477fd6fc874f9fcfc8cf5a4aa00ec24467a22
owner() view returns (address)
0x583ed499626def4f1384c352157d18d7dd270912
referralThreshold() view returns (uint256)
100000000000000000000
total_deposited() view returns (uint256)
6455933200000000000000000
total_user() view returns (uint256)
1307
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)
referreraddr(address) view returns (address referrer_addr)
stakings(address) view returns (uint256 deposit_time, uint256 total_staked, uint256 bonus_unclaimed)
State-modifying
Events changeTotalNum(uint256 totalDeposited, uint256 totalUser) returns (bool)
changeUserStaked(address account, uint256 depositTime, uint256 totalStaked, uint256 bonusUnclaimed) returns (bool)
claim() returns (bool)
setDayEsgRate(uint256 dayRate1, uint256 dayRate2, uint256 dayRate3)
setFeeRate(uint256 claimRate, uint256 withdrawRate, uint256 investRate)
setFeeWallet(address fee_wallet)
setInvitee(address inviteeAddress) returns (bool)
setReferralThreshold(uint256 _referralThreshold)
stake(uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount) returns (bool)
EsgClaimed(address account, uint256 amount)
EsgStaked(address account, uint256 amount)
EsgWithdrawn(address account, uint256 amount)
SetInvitee(address referrerAddress, address inviteeAddress)
constructor(address esgAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.