Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe32…5223
0xb776…1304
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGLYPH | ERC-20 | 50M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10365952 | 10 months ago | | | 0 | 0.000000002541478086 | |
| 10365641 | 10 months ago | | | 0 | 0.000000015535471518 | |
| 10365632 | 10 months ago | | | 0 | 0.000000026846319780 | |
| 10365605 | 10 months ago | | | 0 | 0.000000026846427132 | |
| 10365578 | 10 months ago | | | 0 | 0.000000026375339718 | |
| 10365561 | 10 months ago | | | 0 | 0.000000019815515244 | |
| 10365528 | 10 months ago | | | 0 | 0.000000021709285038 | |
| 10365512 | 10 months ago | | | 0 | 0.000000022379939820 | |
| 10365408 | 10 months ago | | | 0 | 0.000000023096433906 | |
| 10365382 | 10 months ago | | | 0 | 0.000000024545498040 |
ABI
ABI objects
Getter at block 23860222
MAX_STAKE_TIME() view returns (uint256)
259200
MIN_STAKE_TIME() view returns (uint256)
86400
nftToken() view returns (address)
0xfe3206bfefdac52364c9cd1440fbdeeea4795223
owner() view returns (address)
0xbcf2193b0b254708362451add292c9b4611a0d56
rewardToken() view returns (address)
0xb776f3535bb7c5338c8650fe274ab7298a1f1304
Read-only
getAllStakedNFTs(address staker) view returns (uint256[])
getStakingDetails(address staker, uint256 _tokenId) view returns (uint256, uint256, uint256)
State-modifying
Events renounceOwnership()
stake(uint256 _tokenId)
transferOwnership(address newOwner)
unstake(uint256 _tokenId)
withdrawTokens(address recipient, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed staker, uint256 tokenId, uint256 startTime)
Unstaked(address indexed staker, uint256 tokenId, uint256 reward)
constructor(address _nftToken, address _rewardToken, address _owner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)