headStaking
Verified contract
Active on
Ethereum with 17,341 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEAD | ERC-20 | 111.931791 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- | |
HEAD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18357561 | a year ago | | | 0 | 0.00036652468 | |
| 18353069 | a year ago | | | 0 | 0.00029385427 | |
| 18352967 | a year ago | | | 0 | 0.00032290769 | |
| 18340508 | a year ago | | | 0 | 0.00041690704 | |
| 18338725 | a year ago | | | 0 | 0.00030115410 | |
| 18338133 | a year ago | | | 0 | 0.0011400621 | |
| 18337510 | a year ago | | | 0 | 0.00041057369 | |
| 18336282 | a year ago | | | 0 | 0.00077140183 | |
| 18336243 | a year ago | | | 0 | 0.00045711432 | |
| 18332359 | a year ago | | | 0 | 0.00036739892 |
ABI
ABI objects
Getter at block 21204938
erc20Address() view returns (address)
0x6725363e565baa1dda45d492810298ae0b25c4ac
expiration() view returns (uint256)
1685527301
owner() view returns (address)
0xf2018871debce291588b4034dbf6b08dfb0ee0dc
paused() view returns (bool)
false
rate() view returns (uint256)
333330000000000000
stakingDestinationAddress() view returns (address)
0xf62c6a8e7bcdc96cda11bd765b40afa9ffc19ab9
Read-only
_depositBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingDestinationAddress, uint256 _rate, uint256 _expiration, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.