HumanianStaking
Verified contract
Active on
Ethereum with 1,432 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 |
---|---|---|---|---|---|
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- | |
HUMAN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20541230 | 3 months ago | | | 0 | 0.00057127791 | |
| 18873225 | a year ago | | | 0 | 0.0025475589 | |
| 18815281 | a year ago | | | 0 | 0.0042182920 | |
| 18782741 | a year ago | | | 0 | 0.0024266360 | |
| 18782739 | a year ago | | | 0 | 0.0026545619 | |
| 18714047 | a year ago | | | 0 | 0.0017736306 | |
| 18714046 | a year ago | | | 0 | 0.0042524766 | |
| 18714036 | a year ago | | | 0 | 0.0049684108 | |
| 18589581 | a year ago | | | 0 | 0.0013326333 | |
| 18569279 | a year ago | | | 0 | 0.0013477659 |
ABI
ABI objects
Getter at block 21164361
humanians() view returns (address)
0x7f9c2c1a1ff282748cba62d38d5acc801710f6d0
owner() view returns (address)
0x00043be03b02274a0c5940c7c2a585cc0cf6f540
stakingActive() view returns (bool)
true
Read-only
getStakedAt(uint256 tokenId) view returns (uint64)
getTokenOwner(uint256 tokenId) view returns (address)
listStakedAtTimesOfOwner(address owner) view returns (uint256[])
listStakedTokensOfOwner(address owner) view returns (uint256[])
tokenStakedInfo(uint256) view returns (address owner, uint64 stakedAt)
State-modifying
Events emergencyUnstake(uint256 tokenId, address to)
renounceOwnership()
setStakingActive(bool stakingActive_)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address humanians_)
This contract contains no fallback and receive objects.
This contract contains no error objects.