NftStaking
Verified contract
Active on
Ethereum with 1,497 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001819 | $3,880.06 |
$7.06 | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- | |
CAWS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21006768 | 2 months ago | | | 0 | 0.0017459445 | |
| 20867842 | 2 months ago | | | 0 | 0.00041191363 | |
| 20863487 | 2 months ago | | | 0 | 0.0014134622 | |
| 20863480 | 2 months ago | | | 0 | 0.00078842208 | |
| 20863474 | 2 months ago | | | 0 | 0.00064483256 | |
| 20863426 | 2 months ago | | | 0 | 0.00076159222 | |
| 20858770 | 2 months ago | | | 0 | 0.00044568302 | |
| 20858769 | 2 months ago | | | 0 | 0.00047316693 | |
| 20789258 | 3 months ago | | | 0 | 0.00053269320 | |
| 20789248 | 3 months ago | | | 0 | 0.0012668604 |
ABI
ABI objects
Getter at block 21400853
LOCKUP_TIME() view returns (uint256)
2592000
erc20Address() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
expiration() view returns (uint256)
17026726
owner() view returns (address)
0x910090ea889b64b4e722ea4b8ff6d5e734dfb38f
paused() view returns (bool)
false
rate() view returns (uint256)
17408902478
stakingDestinationAddress() view returns (address)
0xd06cf9e1189feab09c844c597abc3767bc12608c
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)
stakingTime(address) view returns (uint256)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
emergencyWithdraw(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setLockTime(uint256 _lockTime)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
ExpirationChanged(uint256 newExpiration)
LockTimeChanged(uint256 newLockTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RateChanged(uint256 newRate)
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.