StakeLogicV1
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01db…0e7e
0x64b8…12f3
Balances ($0.00)
No balances found for "StakeLogicV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12432171 | 3 years ago | | | 0 | 0.011888760 |
ABI
ABI objects
Getter at block 21123314
owner() view returns (address)
0x5b5c3109c0c2d6273b09425fb83447252a665ed0
token() view returns (address)
0x01dbbc66fecf04fc842dd1d20c0174d54d840e7e
Read-only
claimableTokens(address nft, uint256 tokenId) view returns (uint256)
getNFTStakeDetails(address nft, uint256 collectionId, uint256 seriesId) view returns (struct StakeStateV1NFTLockDetails)
getOwnerNFTs(address nft, address owner) view returns (uint256[])
nftLockTimestamp(address, uint256) view returns (uint256)
nftOwner(address nft, uint256 tokenId) view returns (address)
nftStakeDetails(address, uint256, uint256) view returns (uint256 power, uint256 lockPeriod, bool enabled)
nftStatus(address nft, uint256 tokenId) view returns (uint8)
nftTokensClaimed(address, uint256) view returns (uint256)
ownerNFTs(address, address, uint256) view returns (uint256)
State-modifying
Events _unstakeNFTs(address nft, uint256[] tokenIds)
addNFTLockDetails(address nft, uint256 collectionId, uint256[] seriesIds, uint256[] powers, uint256[] lockPeriods)
claimAndUnstakeNFTs(address nft, uint256[] tokenIds)
claimForMultipleNFTs(address[] nftArray, uint256[][] tokenIdsArray)
claimTokens(address nft, uint256[] tokenIds)
disableNFTLocking(address nft, uint256 collectionId, uint256[] seriesIds)
initialize()
initialize(address token_, address stakeV0_)
renounceOwnership()
stakeMultipleNFTs(address[] nftArray, uint256[][] tokenIdsArray)
stakeNFTs(address nft, uint256[] tokenIds)
transferOwnership(address newOwner)
unstakeMultipleNFTs(address[] nftArray, uint256[][] tokenIdsArray)
withdraw(address withdrawToken)
NFTLocked(address indexed nft, uint256 indexed tokenId)
NFTRedeemed(address indexed nft, uint256 indexed tokenId, bytes32 formHash)
NFTUnlocked(address indexed nft, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.