StakePoolV2
Verified contract
Active on
Ethereum with 1,122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d20…e3f5
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x1f85…901c | ERC-1555 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- | |
HALO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20036401 | 6 months ago | | | 0 | 0.0015358940 | |
| 20019549 | 6 months ago | | | 0 | 0.0044662550 | |
| 19889356 | 7 months ago | | | 0 | 0.0010794099 | |
| 19573179 | 8 months ago | | | 0 | 0.0056141458 | |
| 19573174 | 8 months ago | | | 0 | 0.0066639286 | |
| 19443364 | 9 months ago | | | 0 | 0.0028299549 | |
| 19104189 | 10 months ago | | | 0 | 0.0065402735 | |
| 19104135 | 10 months ago | | | 0 | 0.0028022341 | |
| 18685130 | a year ago | | | 0 | 0.014551992 | |
| 18685127 | a year ago | | | 0 | 0.011148565 |
ABI
ABI objects
Getter at block 21338252
_erc721() view returns (address)
0x9d20cff2db7e1c23c3fc6ef000ea0f36b428e3f5
_stakeLimit() view returns (uint256)
5
getStakeTypes() view returns (uint256[])
[0, 1, 2]
owner() view returns (address)
0xed903811c396d5fcc136372e287aa83e13798743
paused() view returns (bool)
false
Read-only
_stakeCondition(uint256) view returns (uint256 duration, uint256 rewardRate)
_stakeInfos(uint256, address, uint256) view returns (uint256 startTime, uint256 accumulateTime)
getAllStakeInfo(address owner) view returns (struct StakePoolV2StakeRecord[])
getCurStakeInfo(uint256 stakeType, address owner) view returns (struct StakePoolV2StakeRecord[])
getCurStakeTokens(uint256 stakeType, address owner) view returns (uint256[])
getRecordStakeTokens(uint256 stakeType, address owner) view returns (uint256[])
getStakeInfo(uint256 stakeType, address owner) view returns (struct StakePoolV2StakeRecord[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events close(uint256 stakeType)
pause()
renounceOwnership()
setErc721(address erc721)
setLimit(uint256 limit)
setStakeCondition(uint256 stakeType, uint256 duration, uint256 rewardRate)
stakeNFTs(uint256 stakeType, uint256[] nftList)
transferOwnership(address newOwner)
withdrawAll()
withdrawByType(uint256 stakeType)
withdrawNFTs(uint256 stakeType, uint256[] nftList)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
eStake(uint256 tokenId, address owner, uint256 action, uint256 timestamp)
eWithdraw(uint256 tokenId, address owner, uint256 action, uint256 duration, uint256 timestamp)
constructor(address erc721, uint256 stakeLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.