StakingVault
Verified contract
Active on
Ethereum with 4,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,393,957.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HFT | ERC-20 | 9.724695M | $0.143342 |
$1,393,957.18 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187686 | 21 hours ago | | | 0 | 0.0021254299 | |
| 21179839 | 2 days ago | | | 0 | 0.0045310912 | |
| 21169137 | 3 days ago | | | 0 | 0.0012221453 | |
| 21146633 | 7 days ago | | | 0 | 0.00071709097 | |
| 21139115 | 8 days ago | | | 0 | 0.00099134662 | |
| 21134734 | 8 days ago | | | 0 | 0.00047094694 | |
| 21134126 | 8 days ago | | | 0 | 0.00052307573 | |
| 21119465 | 10 days ago | | | 0 | 0.00014964120 | |
| 21118901 | 10 days ago | | | 0 | 0.00020248249 | |
| 21112955 | 11 days ago | | | 0 | 0.00030339819 |
ABI
ABI objects
Getter at block 21193880 renounceOwnership() view
hft() view returns (address)
0xb3999f658c0391d94a37f7ff328f3fec942bcadc
maxDaysToStake() view returns (uint16)
1460
owner() view returns (address)
0x073ee7684c1bb550278e2dcbe2593bf12ab41e21
Read-only
getStakePower(address user) view returns (uint256)
sourceVaultAuthorization(address) view returns (bool)
stakes(address) view returns (uint128 amount, uint64 lockExpiry)
targetVaultAuthorization(address) view returns (bool)
State-modifying
Events boostHFTStake(uint128 amount, uint16 daysToStake)
boostHFTStakeWithPermit(uint128 amount, uint16 daysToStake, uint256 deadline, uint8 v, bytes32 r, bytes32 s, uint256 approvalAmount)
increaseHFTStakeAmountFor(address user, uint128 amount)
receiveHFTStakeTransfer(address user, uint128 amount, uint64 lockExpiry)
transferHFTStake(address targetVault)
transferOwnership(address newOwner)
updateMaxDaysToStake(uint16 newMaxDaysToStake)
updateSourceVaultAuthorization(address vault, bool isAuthorized)
updateTargetVaultAuthorization(address vault, bool isAuthorized)
withdrawHFT(uint128 amountToRestake, uint16 daysToRestake)
BoostHFTStake(address indexed account, uint128 amount, uint64 daysStaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeChanged(address indexed account, uint128 amount, uint64 lockExpiry)
TransferHFTStake(address indexed account, address targetVault, uint128 amount)
UpdateMaxDaysToStake(uint16 maxDaysToStake)
UpdateSourceVaultAuthorization(address vault, bool isAuthorized)
UpdateTargetVaultAuthorization(address vault, bool isAuthorized)
WithdrawHFT(address indexed account, uint128 amountWithdrawn, uint128 amountRestaked)
constructor(address _hft)
This contract contains no fallback and receive objects.
This contract contains no error objects.