MekaRhinosStake
Verified contract
Active on
Ethereum with 1,773 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- | |
RHNO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16708930 | 2 years ago | | | 0 | 0.0021131199 | |
| 16588656 | 2 years ago | | | 0 | 0.0024524834 | |
| 16322124 | 2 years ago | | | 0 | 0.0017964120 | |
| 16192795 | 2 years ago | | | 0 | 0.0015432755 | |
| 16192789 | 2 years ago | | | 0 | 0.0015146212 | |
| 16192787 | 2 years ago | | | 0 | 0.0015600657 | |
| 16192779 | 2 years ago | | | 0 | 0.0014313298 | |
| 16192772 | 2 years ago | | | 0 | 0.0014028057 | |
| 16192767 | 2 years ago | | | 0 | 0.0018749931 | |
| 16181549 | 2 years ago | | | 0 | 0.0012495229 |
ABI
ABI objects
Getter at block 21212685
DAY() view returns (uint256)
86400
FIFTY_FIVE_DAYS() view returns (uint256)
4752000
MekaNFT() view returns (address)
0x14db21f6d5bfbb0451c6af1f9682ca3e190c9881
RHNO() view returns (address)
0xc7054002185b5e79aa8cf0ec05be81e507de39f6
THIRTY_DAYS() view returns (uint256)
2592000
emergencyUnstakePaused() view returns (bool)
false
owner() view returns (address)
0x2a93e999816c9826ade0b51aaa2d83240d8f4596
reward() view returns (uint256)
10000000000000000000
Read-only
batchTotalEarned(uint256[] _tokenIds) view returns (uint256)
getStakingRecords(address user) view returns (uint256[], uint256[])
numOfTokenStaked(address) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakingRecords(uint256) view returns (address tokenOwner, uint256 tokenId, uint256 stakedAt, uint256 lastClaimed, uint256 endingTimestamp, uint256 timeFrame, uint256 earned)
totalEarned(uint256 _tokenId) view returns (uint256)
State-modifying
Events batchClaim(uint256[] _tokenIds)
batchRestake(uint256[] tokenIds, uint256[] timeframe)
batchStake(uint256[] tokenIds, uint256[] timeframe)
batchUnstake(uint256[] tokenIds)
emergencyUnstake(uint256 tokenId)
emergencyUnstakeByOwner(uint256[] tokenIds)
renounceOwnership()
setEmergencyUnstakePaused(bool paused)
setMekaNFTContract(address _address)
setReward(uint256 _newReward)
setTokenContract(address _address)
transferOwnership(address newOwner)
EmergencyUnstake(address indexed user, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address owner, uint256 amount, uint256 timeframe)
Unstaked(address owner, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.