HPStaking
Verified contract
Active on
Ethereum with 4,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe6d3…fb88
0x5be9…bcab
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- | |
HAUS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138129 | 3 days ago | | | 0 | 0.0030394463 | |
| 21138126 | 3 days ago | | | 0 | 0.0017834896 | |
| 21138124 | 3 days ago | | | 0 | 0.0017282798 | |
| 21123463 | 5 days ago | | | 0 | 0.00079838106 | |
| 21117573 | 6 days ago | | | 0 | 0.00036858922 | |
| 21106726 | 7 days ago | | | 0 | 0.00040741657 | |
| 21066909 | 13 days ago | | | 0 | 0.0034637119 | |
| 21066178 | 13 days ago | | | 0 | 0.00082747498 | |
| 21063271 | 14 days ago | | | 0 | 0.00050052501 | |
| 21062942 | 14 days ago | | | 0 | 0.00034656604 |
ABI
ABI objects
Getter at block 21160408
getTotalStakedTokens() view returns (uint256)
4118
owner() view returns (address)
0xb386e92acf9279cebb13389811c22b77cc649bd6
paused() view returns (bool)
false
Read-only
calculatePendingRewards(address _user) view returns (uint256)
calculateTotalAndPendingRewards(address _user) view returns (uint256)
getPhaseRewardRate(uint256 _version) view returns (uint256)
getUserBalance(address _user) view returns (uint256)
getUserRewardRate(address _user) view returns (uint256)
getUserStakedTokens(address _user) view returns (uint16[])
State-modifying
Events claimRewards() returns (uint256)
emergencyWithdraw()
pause()
renounceOwnership()
setHausPhaseContract(address _contract)
setHausTokenContract(address _contract)
setRewardRate(uint256 _phaseVersion, uint256 _amount)
stakeMultiple(uint16[] _tokenIds) returns (uint256)
transferOwnership(address newOwner)
unpause()
withdrawAll()
withdrawMultiple(uint16[] _tokenIds)
Claimed(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed from, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.