SuperHolder
Verified contract
Active on
Ethereum with 116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($409.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESG | ERC-20 | 1.443836K | $0.283404 |
$409.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17926849 | a year ago | | | 0 | 0.0023343160 | |
| 17911549 | a year ago | | | 0 | 0.00088666318 | |
| 17910419 | a year ago | | | 0 | 0.00089920694 | |
| 17904211 | a year ago | | | 0 | 0.00081890669 | |
| 17885535 | a year ago | | | 0 | 0.0021602418 | |
| 17884316 | a year ago | | | 0 | 0.0012256008 | |
| 17831712 | a year ago | | | 0 | 0.0011341386 | |
| 17826689 | a year ago | | | 0 | 0.0013952008 | |
| 17809596 | a year ago | | | 0 | 0.0010702817 | |
| 17805398 | a year ago | | | 0 | 0.0014875560 |
ABI
ABI objects
Getter at block 21283334
HOLDER_DEPOSIT_LIMIT() view returns (uint256)
5000000000000000000000
HOLDER_QUOTA() view returns (uint256)
200
ONE_YEAR_SECONDS() view returns (uint256)
31536000
SUPER_HOLDER_DEPOSIT_LIMIT() view returns (uint256)
10000000000000000000000
SUPER_HOLDER_QUOTA() view returns (uint256)
20
esgToken() view returns (address)
0x20cd2e7ec8f5d8b337fe46a4f565ccef1561b9a9
holders_num() view returns (uint256)
1
owner() view returns (address)
0x6879360555718563567c73dc38cbc2810840c324
super_holders_num() view returns (uint256)
0
total_interest_claimed() view returns (uint256)
16309287580859969558589
total_locked_esg() view returns (uint256)
0
Read-only
HOLDER_APY_TIERS(uint256) view returns (uint256)
HOLDER_PERIOD(uint256) view returns (uint256)
SUPER_HOLDER_APY_TIERS(uint256) view returns (uint256)
accounts(address) view returns (uint256 depositTimestamp, uint256 claimedAmount, uint256 isUsed, uint8 category, uint8 dtype)
getInterestAvailable(address account) view returns (uint256)
State-modifying
Events _setHolderDepositLimit(uint256 depositLimit)
_setSuperHolderDepositLimit(uint256 depositLimit)
_withdrawERC20Token(address tokenAddress)
claimInterest()
deposit(uint8 _category, uint8 _type)
renounceOwnership()
transferOwnership(address newOwner)
withdrawPrincipal()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _esgAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.