StakingSystem
Verified contract
Active on
Ethereum with 1,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xca49…e5db
0x2af3…4bda
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- | |
RROO | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20979808 | a month ago | | | 0 | 0.0034240070 | |
| 20979294 | a month ago | | | 0 | 0.0024158871 | |
| 20963124 | a month ago | | | 0 | 0.0015335176 | |
| 20657457 | 2 months ago | | | 0 | 0.00089638150 | |
| 20377770 | 4 months ago | | | 0 | 0.00056825569 | |
| 20376013 | 4 months ago | | | 0 | 0.0019787946 | |
| 20323317 | 4 months ago | | | 0 | 0.0015586494 | |
| 20323298 | 4 months ago | | | 0 | 0.00059001505 | |
| 20296681 | 4 months ago | | | 0 | 0.00028947176 | |
| 20220861 | 4 months ago | | | 0 | 0.00056704115 |
ABI
ABI objects
Getter at block 21162865
epochTime() view returns (uint256)
604800
erc20Token() view returns (address)
0x2af3cc814b0a10abed25c62b9bb679da667e4bda
erc721Token() view returns (address)
0xca49b939ad0b0b148fa61641d799e7777ad2e5db
locked() view returns (bool)
false
owner() view returns (address)
0x894cce3c3e0318e1b3e9809a89610df2f24a23a4
ragingEpochYield() view returns (uint256)
3000000000000000000
rowdyEpochYield() view returns (uint256)
1000000000000000000
royalEpochYield() view returns (uint256)
6000000000000000000
Read-only
currentRewardsOf(uint16 _tokenId) view returns (uint256)
getLastClaimedTime(uint16 _tokenId) view returns (uint48)
getStakedTokens(address _owner) view returns (uint16[])
getTimeUntilNextReward(uint16 _tokenId) view returns (uint256)
recoverSigner(bytes32 _hash, bytes _signature) pure returns (address)
State-modifying
Events claimRewardsAndUnstake(uint16[] _tokenIds, bool _unstake)
lockContract()
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setERC20Contract(address _erc20Address)
setERC721Contract(address _erc721Address)
setEpoch(uint256 _epochTime)
setSigners(address[] signers)
setYields(uint256 rowdy, uint256 raging, uint256 royal)
stakeTokens(address _owner, uint16[] _tokenIds, bytes32[] _hashes, bytes[] _signatures)
transferOwnership(address newOwner)
unstakeWithoutReward(uint16 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenStaked(uint16 tokenId, address owner)
TokenUnstaked(uint16 tokenId, address owner, uint256 earnings)
constructor(address _erc721Address, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.