NFTStaking
Verified contract
Active on
Ethereum with 8,593 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
(#107) | ERC-1555 | 1 | -- | -- | |
(#107) | ERC-1555 | 1 | -- | -- | |
(#239) | ERC-1555 | 1 | -- | -- | |
(#10000) | POD | ERC-721 | 1 | -- | -- |
(#9999) | POD | ERC-721 | 1 | -- | -- |
(#9991) | POD | ERC-721 | 1 | -- | -- |
(#9990) | POD | ERC-721 | 1 | -- | -- |
(#9989) | POD | ERC-721 | 1 | -- | -- |
(#9987) | POD | ERC-721 | 1 | -- | -- |
(#9986) | POD | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120904 | 5 days ago | | | 0 | 0.00071083800 | |
| 21120894 | 5 days ago | | | 0 | 0.00071113800 | |
| 21120859 | 5 days ago | | | 0 | 0.00071113800 | |
| 21120479 | 5 days ago | | | 0 | 0.0019149869 | |
| 21106281 | 7 days ago | | | 0 | 0.00016403614 | |
| 21106281 | 7 days ago | | | 0 | 0.00037031704 | |
| 21084522 | 10 days ago | | | 0 | 0.0010777686 | |
| 21081956 | 11 days ago | | | 0 | 0.0017812701 | |
| 21077702 | 11 days ago | | | 0 | 0.0018982183 | |
| 21072024 | 12 days ago | | | 0 | 0.0036356413 |
ABI
ABI objects
Getter at block 21158612
FEATURE_STAKING() view returns (uint32)
1
FEATURE_UNSTAKING() view returns (uint32)
2
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_RESCUE_MANAGER() view returns (uint32)
65536
features() view returns (uint256)
3
now32() view returns (uint32)
1731257843
targetContract() view returns (address)
0xdd70af84ba86f29bf437756b655110d134b5651c
Read-only
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
isStaked(uint32 tokenId) view returns (bool)
numStakes(address owner) view returns (uint256)
numStakes(uint32 tokenId) view returns (uint256)
tokenStakes(uint32, uint256) view returns (address owner, uint32 stakedOn, uint32 unstakedOn)
userRoles(address) view returns (uint256)
userStakes(address, uint256) view returns (uint32 tokenId, uint32 index)
State-modifying
Events rescueErc20(address _contract, address _to, uint256 _value)
rescueErc721(address _contract, address _to, uint256 _tokenId)
stake(uint32 tokenId)
stakeBatch(uint32[] tokenIds)
unstake(uint32 tokenId)
unstakeBatch(uint32[] tokenIds)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
Staked(address indexed _by, uint32 indexed _tokenId, uint32 _when)
Unstaked(address indexed _by, uint32 indexed _tokenId, uint32 _when)
constructor(address _nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.