MagicRewards
Verified contract
Active on
Ethereum with 2,158 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0c7…ac9a
Balances ($16,799.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAGIC | ERC-20 | 40.82874K | $0.411469 |
$16,799.76 | |
UNI-V2 | ERC-20 | 188.998569 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191726 | 3 days ago | | | 0 | 0.00030334354 | |
| 21191723 | 3 days ago | | | 0 | 0.00042813349 | |
| 21191723 | 3 days ago | | | 0 | 0.00064436813 | |
| 18889169 | a year ago | | | 0 | 0.0011528807 | |
| 18889164 | a year ago | | | 0 | 0.00072016759 | |
| 17785005 | a year ago | | | 0 | 0.0032270597 | |
| 16858568 | 2 years ago | | | 0 | 0.0010802063 | |
| 16858558 | 2 years ago | | | 0 | 0.00099132065 | |
| 15850180 | 2 years ago | | | 0 | 0.0015560483 | |
| 15800154 | 2 years ago | | | 0 | 0.0037772693 |
ABI
ABI objects
Getter at block 21215166
lastTimeRewardApplicable() view returns (uint64)
1635228629
lastUpdateTime() view returns (uint64)
1635228629
owner() view returns (address)
0x3577a25a1cf6b5b254798101aab6b23a3bed8b28
periodFinish() view returns (uint64)
1635228629
rewardPerToken() view returns (uint128)
387743147950430002860
rewardPerTokenStored() view returns (uint128)
387743147950430002860
rewardRate() view returns (uint256)
1342592592592592592
rewardToken() view returns (address)
0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a
stakedToken() view returns (address)
0x8c56ca4f7eb12a7c217bbe36cc427a9dcb66f590
totalSupply() view returns (uint256)
188998568837092256461
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint128)
userRewards(address) view returns (uint128 userRewardPerTokenPaid, uint128 rewards)
State-modifying
Events exit()
getReward()
renounceOwnership()
setRewardParams(uint128 reward, uint64 duration)
stake(uint128 amount) payable
stakeFor(address forWhom, uint128 amount) payable
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawReward()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _stakedToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.