EsgSHIPV2
Verified contract
Active on
Ethereum with 3,816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($130.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 462.90177 | $0.281125 |
$130.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213501 | 5 days ago | | | 0 | 0.00026350634 | |
| 21213494 | 5 days ago | | | 0 | 0.00088499476 | |
| 21213490 | 5 days ago | | | 0 | 0.00051315481 | |
| 21213480 | 5 days ago | | | 0 | 0.00049349795 | |
| 21186489 | 9 days ago | | | 0 | 0.00080814176 | |
| 21186486 | 9 days ago | | | 0 | 0.0028508337 | |
| 21186484 | 9 days ago | | | 0 | 0.0015959812 | |
| 21186481 | 9 days ago | | | 0 | 0.0015434231 | |
| 21186475 | 9 days ago | | | 0 | 0.0016715222 | |
| 21186461 | 9 days ago | | | 0 | 0.0023333368 |
ABI
ABI objects
Getter at block 21248790
allow_get_esg() view returns (bool)
false
burnPercentage() view returns (uint256)
0
dynamicRewardPercentage() view returns (uint256)
4
dynamicRewardPercentageEvery() view returns (uint256)
20
dynamicRewardThreshold() view returns (uint256)
100000000000000000000000
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
onetimeRewardPercentage() view returns (uint256)
7
owner() view returns (address)
0xaac08d7cf5e7d9b0418e841d1e68cb5a2904a08c
referralThreshold() view returns (uint256)
3000000000000000000000
total_deposited() view returns (uint256)
6104039796358429784214931
total_user() view returns (uint256)
649
Read-only
calculateInterest(address _user) view returns (uint256)
getInviteelist(address referrerAddress) view returns (address[])
getLockInfo(address _user) view returns (uint256[], uint256[], uint256[], uint256[], uint256[])
getReferrer(address inviteeAddress) view returns (address)
interests(address) view returns (uint256)
lockRates(uint256) view returns (uint256)
locks(address, uint256) view returns (uint256 amount, uint256 start, uint256 end, uint256 month)
referrerlist(address) view returns (address referrer_addr)
referrers(address) view returns (uint256 totalInvestment, bool dynamicReward)
State-modifying
Events changeLockInfo(address _user, uint256 _amount, uint256 _start, uint256 _end, uint256 _month, uint256 i) returns (bool)
changeReferrerInfo(address referralAddress, address inviteeAddress, address newInviteeAddress) returns (bool)
claim() returns (bool)
close()
invest(uint256 _months, uint256 _amount, bool _useInterest) returns (bool)
investByOwner(uint256 start, uint256 end, uint256 _amount, uint256 month, address inviteeAddress) returns (bool)
open()
setBurnPercentage(uint256 _percentage)
setDynamicRewardPercentage(uint256 _percentage)
setDynamicRewardPercentageEvery(uint256 _percentage)
setDynamicRewardThreshold(uint256 _amount)
setInvitee(address inviteeAddress) returns (bool)
setInviteeByOwner(address referrerAddress, address[] inviteeAddress) returns (bool)
setLockRate(uint256 _months, uint256 _rate)
setOnetimeRewardPercentage(uint256 _percentage)
setReferralThreshold(uint256 _amount)
transferOwnership(address newOwner)
withdraw() returns (bool)
EsgChangeLockInfo(address _user, uint256 _amount, uint256 _start, uint256 _end, uint256 _month, uint256 i)
EsgChangeReferrerInfo(address referralAddress, address inviteeAddress, address newInviteeAddress)
EsgClaimed(address account, uint256 amount)
EsgInvest(address account, uint256 amount, uint256 month, bool useInterest)
EsgInvestByOwner(address account, uint256 amount, uint256 month, uint256 starttime, uint256 endtime)
EsgWithdraw(address account, uint256 amount)
SetInvitee(address inviteeAddress)
SetInviteeByOwner(address referralAddress)
constructor(address esgAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.