Stakeable
Verified contract
Active on
Ethereum with 483 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa6e8…dee0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- | |
JAC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17562145 | a year ago | | | 0 | 0.00084396820 | |
| 17562141 | a year ago | | | 0 | 0.0023865323 | |
| 17545143 | a year ago | | | 0 | 0.0011032359 | |
| 17185781 | 2 years ago | | | 0 | 0.0043218911 | |
| 17185779 | 2 years ago | | | 0 | 0.0080824622 | |
| 16357050 | 2 years ago | | | 0 | 0.0025448530 | |
| 16357044 | 2 years ago | | | 0 | 0.0012260924 | |
| 16353800 | 2 years ago | | | 0 | 0.0010493210 | |
| 16299730 | 2 years ago | | | 0 | 0.0041279057 | |
| 16299647 | 2 years ago | | | 0 | 0.0034814312 |
ABI
ABI objects
Getter at block 21311312
decimals() view returns (uint256)
18
rewardRate() view returns (uint256)
17280
stakedTotal() view returns (uint256)
419
yieldsPaid() view returns (uint256)
0
Read-only
getStakedTime(address _user) view returns (uint256[] stakedTimes)
getStakedTokenIds(address _user) view returns (uint256[] tokenIds)
getYields(address _user) view returns (uint256 availableYield)
stakers(address) view returns (uint256 availableYield, uint256 lastUpdateTime, uint256 multiplier)
tokenOwner(uint256) view returns (address)
State-modifying
Events claimReward()
emergencyUnstake(uint256 _tokenId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
stake(uint256 tokenId)
stakeBatch(uint256[] tokenIds)
unstake(uint256 _tokenId)
unstakeBatch(uint256[] tokenIds)
updateYields(address user)
EmergencyUnstake(address indexed user, uint256 tokenId)
Staked(address indexed user, uint256 tokenId, uint256 timestamp)
Unstaked(address indexed user, uint256 tokenId, uint256 timestamp)
constructor(address _nft, address _rewardsToken, uint256 _baseRewardRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.