EsgSHIPV2
Verified contract
Active on
Ethereum with 922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 5.477644 | $0.291651 |
$1.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19674754 | 7 months ago | | | 0 | 0.00090809356 | |
| 19674742 | 7 months ago | | | 0 | 0.00077371331 | |
| 19673986 | 7 months ago | | | 0 | 0.0025985602 | |
| 19673971 | 7 months ago | | | 0 | 0.00031520305 | |
| 19673965 | 7 months ago | | | 0 | 0.00067638993 | |
| 17740491 | a year ago | | | 0 | 0.00088057095 | |
| 17740478 | a year ago | | | 0 | 0.0017026644 | |
| 17740471 | a year ago | | | 0 | 0.00047273983 | |
| 17739922 | a year ago | | | 0 | 0.00055878905 | |
| 17739919 | a year ago | | | 0 | 0.00052112418 |
ABI
ABI objects
Getter at block 21289461
burnPercentage() view returns (uint256)
0
dynamicRewardPercentage() view returns (uint256)
8
dynamicRewardPercentageEvery() view returns (uint256)
20
dynamicRewardThreshold() view returns (uint256)
100000000000000000000000
esg() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
onetimeRewardPercentage() view returns (uint256)
7
owner() view returns (address)
0x32f22c35e5d10623ab98469d184dd04a0bb072be
referralThreshold() view returns (uint256)
3000000000000000000000
total_deposited() view returns (uint256)
2387667880000000000000000
total_user() view returns (uint256)
256
Read-only
calculateInterest(address _user) view returns (uint256)
calculateInterestForLock(struct EsgSHIPV2Lock _lock) 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 rate)
referrers(address) view returns (uint256 totalInvestment, bool dynamicReward)
State-modifying
Events claim() returns (bool)
invest(uint256 _months, uint256 _amount, bool _useInterest) returns (bool)
setBurnPercentage(uint256 _percentage)
setDynamicRewardPercentage(uint256 _percentage)
setDynamicRewardPercentageEvery(uint256 _percentage)
setDynamicRewardThreshold(uint256 _amount)
setInvitee(address inviteeAddress) returns (bool)
setLockRate(uint256 _months, uint256 _rate)
setOnetimeRewardPercentage(uint256 _percentage)
setReferralThreshold(uint256 _amount)
transferOwnership(address newOwner)
withdraw() returns (bool)
This contract contains no event objects.
constructor(address esgAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.