Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x036c…4a12
Balances ($626.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 340.0847K | $0.001842 |
$626.43 | |
PULSE | ERC-20 | 61.135014M | -- | -- | |
HXT | ERC-20 | 39.563014M | -- | -- | |
HAPE | ERC-20 | 3.669149M | -- | -- | |
HXRS | ERC-20 | 2.454412M | -- | -- | |
HXT | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18170019 | a year ago | | | 0 | 0.00027430686 | |
| 17379508 | a year ago | | | 0 | 0.0019833684 | |
| 17169699 | a year ago | | | 0 | 0.0047519882 | |
| 16971992 | 2 years ago | | | 0 | 0.0023848162 | |
| 16869330 | 2 years ago | | | 0 | 0.0027643094 | |
| 16829210 | 2 years ago | | | 0 | 0.0011556313 | |
| 16739615 | 2 years ago | | | 0 | 0.0080899693 | |
| 16446013 | 2 years ago | | | 0 | 0.0016122543 | |
| 16446004 | 2 years ago | | | 0 | 0.0015272738 | |
| 16280789 | 2 years ago | | | 0 | 0.0044822305 |
ABI
ABI objects
Getter at block 21087701
buddyDiv() view returns (uint256)
495000000
decimals() view returns (uint256)
8
getContractBalance() view returns (uint256)
34008470003750
last_pool_entry_id() view returns (uint256)
358
last_pool_id() view returns (uint256)
3
last_stake_id() view returns (uint256)
0
minEntryHearts() view returns (uint256)
99999999999
name() view returns (string)
HEXPOOL
symbol() view returns (string)
POOL
tokenBalance() view returns (uint256)
0
totalFrozen() view returns (uint256)
0
totalFrozenTokenBalance() view returns (uint256)
0
totalSupply() view returns (uint256)
11679936500000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
entries(uint256) view returns (uint256 heartValue, uint256 poolId, uint256 entryId, address userAddress, address refferer)
getEntryInfo(uint256 entryId) view returns (uint256 heartValue, uint256 poolId, address userAddress, address refferer)
getInterestByStakeId(address addr, uint40 stakeId) view returns (uint256)
getPoolEntryIds(uint256 poolId) view returns (uint256[])
getPoolInfo(uint256 poolId) view returns (uint256 poolStakeThreshold, uint256 poolStakeDayLength, uint256 poolValue, uint256 poolType, bool isStaking, uint256 poolStakeStartTimestamp, bool stakeEnded)
getPoolStakeInfo(uint256 poolId) view returns (uint256 stakeId, uint256 hexStakeIndex, uint40 hexStakeId)
getPoolUserCount(uint256 poolId) view returns (uint256)
getTotalValueByStakeId(address addr, uint40 stakeId) view returns (uint256)
getUserHeartValue(uint256 id, address addr) view returns (uint256)
getUserInfo(address addr) view returns (uint256 totalHeartsEntered, uint256[] _entryIds, address userAddress)
getWithdrawableRewards(uint256 poolId) view returns (uint256)
isPoolActive(uint256 poolId) view returns (bool)
isPoolParticipant(uint256 id, address addr) view returns (bool)
isPoolStakeEnded(uint256 poolId) view returns (bool)
isPoolStakeFinished(uint256 poolId) view returns (bool)
isPoolStaking(uint256 poolId) view returns (bool)
pools(uint256) view returns (uint256 poolStakeThreshold, uint256 poolStakeDayLength, uint256 poolValue, uint256 poolId, uint256 poolType, uint256 stakeId, uint40 hexStakeId, bool isStaking, bool isActive, uint256 poolStakeStartTimestamp, uint256 stakeValue, uint256 stakeProfit, bool stakeEnded)
tokenFrozenBalances(address) view returns (uint256)
users(address) view returns (uint256 totalHeartsEntered, address userAddress)
State-modifying
Events EndPoolStake(uint256 _poolId)
EnterPool(uint256 _hearts, uint256 _poolId, address _ref)
ExitPool(uint256 _entryId)
FreezeTokens(uint256 amt)
UnfreezeTokens(uint256 amt)
WithdrawHEX(uint256 _poolId)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setMinEntry(uint256 hearts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
PoolEndStake(uint256 heartValue, uint256 indexed stakeProfit, uint256 indexed dayLength, uint256 indexed poolId, uint256 hexStakeId)
PoolEntry(address indexed user, uint256 indexed heartValue, uint256 indexed entryId, uint256 poolId)
PoolExit(address indexed user, uint256 indexed heartValue, uint256 indexed entryId, uint256 poolId)
PoolStartStake(uint256 heartValue, uint256 indexed dayLength, uint256 indexed poolId, uint256 hexStakeId)
TokenFreeze(address indexed user, uint256 indexed value)
TokenUnfreeze(address indexed user, uint256 indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(address indexed user, uint256 indexed heartValue)
constructor()
fallback()
This contract contains no error objects.