DeFiWizardStaking
Verified contract
Active on
Ethereum with 432 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaec2…18b4
0x7dee…c9fa
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DWZ | ERC-20 | 4.074507K | -- | -- | |
UNI-V2 | ERC-20 | 2.20375 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13783691 | 3 years ago | | | 0 | 0.0030117925 | |
| 13783683 | 3 years ago | | | 0 | 0.0059153442 | |
| 13616355 | 3 years ago | | | 0 | 0.012680335 | |
| 13616344 | 3 years ago | | | 0 | 0.012811718 | |
| 13472035 | 3 years ago | | | 0 | 0.0028799883 | |
| 13471955 | 3 years ago | | | 0 | 0.0061077572 | |
| 13471728 | 3 years ago | | | 0 | 0.0047205188 | |
| 13471711 | 3 years ago | | | 0 | 0.0065461165 | |
| 13388596 | 3 years ago | | | 0 | 0.0037228967 | |
| 13352666 | 3 years ago | | | 0 | 0.0048898080 |
ABI
ABI objects
Getter at block 21159901
DURATION() view returns (uint256)
12960000
lastTimeRewardApplicable() view returns (uint256)
1629555619
lastUpdateTime() view returns (uint256)
1629555619
owner() view returns (address)
0x843f54fbf268dabe93f16e366433e16204944b1a
periodFinish() view returns (uint256)
1629555619
rewardDistribution() view returns (address)
0x843f54fbf268dabe93f16e366433e16204944b1a
rewardPerToken() view returns (uint256)
104334449307972446612
rewardPerTokenStored() view returns (uint256)
104334449307972446612
rewardRate() view returns (uint256)
6168587820073158
rewardToken() view returns (address)
0x7dee45dff03ec7137979586ca20a2f4917bac9fa
stakeToken() view returns (address)
0xaec21057bb0c910c22f6f6db64ae6743e96718b4
totalSupply() view returns (uint256)
2203749951697805730
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
recoverExcessToken(address token, uint256 amount)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverToken(address indexed token, uint256 indexed amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
constructor(address _stakeToken, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.