TokenRewardStaking
Verified contract
Active on
Ethereum with 1,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- | |
MOONBOYZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145286 | 5 months ago | | | 0 | 0.00032967000 | |
| 19477437 | 8 months ago | | | 0 | 0.0087510470 | |
| 19472156 | 8 months ago | | | 0 | 0.0048618830 | |
| 19407150 | 9 months ago | | | 0 | 0.0068257155 | |
| 18841714 | a year ago | | | 0 | 0.0049108042 | |
| 18673176 | a year ago | | | 0 | 0.0041805810 | |
| 18540142 | a year ago | | | 0 | 0.0044761296 | |
| 18453186 | a year ago | | | 0 | 0.0012217344 | |
| 18229072 | a year ago | | | 0 | 0.0033692065 | |
| 17725402 | a year ago | | | 0 | 0.0059131535 |
ABI
ABI objects
Getter at block 21324514
UID() view returns (uint256)
54691887565174561255743527450272385091140641053705723535597283991008145393658
dailyRewardBoostMultiplier() view returns (uint128)
10
dailyRewards() view returns (uint128)
200000000000000000000000
erc20() view returns (address)
0xec5709c0750043cfb4b869dbc871e86efe18b4c5
erc721() view returns (address)
0xd8682bfa6918b0174f287b888e765b9a1b4dc9c3
owner() view returns (address)
0x0f57724190ba25514982d2f32db9ab451af3f183
Read-only
currentRewardsOf(uint256 _tokenId) view returns (uint256)
isBoostedToken(uint256 _tokenId) view returns (bool)
ownerOf(uint256) view returns (address)
stakedAt(uint256) view returns (uint256)
tokensStakedByOwner(address _owner) view returns (uint256[])
State-modifying
Events onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setBoostedNftIds(uint256[] _newBoostedNftIds)
setDailyRewardBoostMultiplier(uint128 _newDailyRewardBoostMultiplier)
setDailyRewards(uint128 _newDailyRewards)
stake(uint256[] _tokenIds)
transferOwnership(address newOwner)
unstake(uint256[] _tokenIds)
BoostedNftIdsChanged(address indexed by, uint256[] oldBoostedNftIds, uint256[] newBoostedNftIds)
DailyRewardBoostMultiplierChanged(address indexed by, uint128 oldDailyRewardBoostMultiplier, uint128 newDailyRewardBoostMultiplier)
DailyRewardsChanged(address indexed by, uint128 oldDailyRewards, uint128 newDailyRewards)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed by, uint256 indexed tokenId, uint256 time)
Unstaked(address indexed by, uint256 indexed tokenId, uint256 time, uint256 stakedAt, uint256 reward)
constructor(address _erc20Address, address _erc721Address, uint128 _dailyRewards, uint256[] _boostedNftIds, uint128 _dailyRewardBoostMultiplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.