NFTStaking
Verified contract
Active on
Ethereum with 101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa85…2a45
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- | |
PAYC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21087712 | 12 days ago | | | 0 | 0.0056193471 | |
| 20801421 | 2 months ago | | | 0 | 0.00077393298 | |
| 20545504 | 3 months ago | | | 0 | 0.00034368989 | |
| 20498276 | 3 months ago | | | 0 | 0.00079618260 | |
| 20447471 | 3 months ago | | | 0 | 0.00052817077 | |
| 20396399 | 4 months ago | | | 0 | 0.000096332369 | |
| 20396398 | 4 months ago | | | 0 | 0.00044126567 | |
| 20396398 | 4 months ago | | | 0 | 0.00047346731 | |
| 20389000 | 4 months ago | | | 0 | 0.00037436964 | |
| 20264147 | 4 months ago | | | 0 | 0.0012233630 |
ABI
ABI objects
Getter at block 21176372
nftToken() view returns (address)
0xaa850a78deb167ddf3ae73d15ff7aa0ddb722a45
owner() view returns (address)
0x5aaf1313ff73ffd7a3b63e6d2ab628dcfd480a3e
paused() view returns (bool)
false
Read-only
getRemainingStakingTime(address user, uint256 index) view returns (uint256)
getStakedNFTs(address user) view returns (struct NFTStakingStakingInfo[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakedNFTs(address, uint256) view returns (uint256 startTime, uint8 stakingPeriod, bool claimed)
stakingDurations(uint8) view returns (uint256)
State-modifying
Events pause()
renounceOwnership()
setNFTTokenAddress(address _nftToken)
setStakingPeriodDurations(uint8[] stakingPeriods, uint256[] durations)
stake(uint256[] tokenIds, uint8 stakingPeriod)
transferOwnership(address newOwner)
unpause()
unstake(uint256 index)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed owner, uint256[] indexed tokenIds, uint256 timestamp, uint8 stakingPeriod)
Unpaused(address account)
Unstaked(address indexed owner, uint256[] indexed tokenIds, uint256 timestamp)
constructor(address _nftToken)
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)