Staking
Verified contract
Active on
Ethereum with 9,271 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 |
---|---|---|---|---|---|
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- | |
SPK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269649 | 10 hours ago | | | 0 | 0.00064198795 | |
| 21269497 | 11 hours ago | | | 0 | 0.00022638195 | |
| 21269488 | 11 hours ago | | | 0 | 0.00022292715 | |
| 21269483 | 11 hours ago | | | 0 | 0.0011124864 | |
| 21269480 | 11 hours ago | | | 0 | 0.00022054118 | |
| 21268864 | 13 hours ago | | | 0 | 0.0012546192 | |
| 21262775 | a day ago | | | 0 | 0.0056649113 | |
| 21262568 | a day ago | | | 0 | 0.00076696239 | |
| 21260484 | 2 days ago | | | 0 | 0.00074981061 | |
| 21259924 | 2 days ago | | | 0 | 0.0012232140 |
ABI
ABI objects
Getter at block 21272720
owner() view returns (address)
0x800777feca205029d507982e98139ae219f5fe22
Read-only
poolInfo(uint256 _poolId) view returns (address, uint256)
stakedNftInfo(uint256 _tokenId, uint256 _poolId) view returns (uint256, uint256)
stakedNfts(address _owner, uint256 _poolId) view returns (uint256[])
State-modifying
Events addPool(address _nftAddress, uint256 _lockTime)
batchStakeNFT(uint256[] _tokenIds, uint256 _poolId)
batchUnstakeNFT(uint256[] _tokenIds, uint256 _poolId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
stakeNFT(uint256 _tokenId, uint256 _poolId)
transferOwnership(address newOwner)
unstakeNFT(uint256 _tokenId, uint256 _poolId)
updatePoolLocktime(uint256 _poolId, uint256 _lockTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed owner, uint256 id, uint256 time)
Unstake(address indexed owner, uint256 id, uint256 time)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.