YAMIncentivizerWithVoting
Verified contract
Active on
Ethereum with 1,791 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0f82…239c
0x0aac…8521
0x6b35…0fe2
0x8798…4272
0xc2ed…88cd
5 additional
variables
Balances ($645.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YAM | ERC-20 | 16.953251K | $0.038095 |
$645.83 | |
DPL | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20380959 | 4 months ago | | | 0 | 0.0010338341 | |
| 19777530 | 7 months ago | | | 0 | 0.0025676788 | |
| 19292171 | 9 months ago | | | 0 | 0.0084270060 | |
| 18906141 | a year ago | | | 0 | 0.0068015776 | |
| 17638988 | a year ago | | | 0 | 0.0058865326 | |
| 17265152 | 2 years ago | | | 0 | 0.011206422 | |
| 17023179 | 2 years ago | | | 0 | 0.0050028853 | |
| 17023168 | 2 years ago | | | 0 | 0.0018158718 | |
| 17020502 | 2 years ago | | | 0 | 0.0031293927 | |
| 17020490 | 2 years ago | | | 0 | 0.0059354954 |
ABI
ABI objects
Getter at block 21322857
BASE() view returns (uint256)
1000000000000000000
DURATION() view returns (uint256)
604800
breaker() view returns (bool)
true
chefEmergency() view returns (bool)
false
initialized() view returns (bool)
true
initreward() view returns (uint256)
5000000000000000000000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1665663635
lastUpdateTime() view returns (uint256)
1665663635
masterchef() view returns (address)
0xc2edad668740f1aa35e4d8f227fb8e17dca888cd
minBlockBeforeVoting() view returns (uint256)
11258500
minBlockSet() view returns (bool)
true
numSupplyCheckpoints() view returns (uint32)
1153
owner() view returns (address)
0x8b4f1616751117c38a0f84f9a146cca191ea3ec5
periodFinish() view returns (uint256)
1665663635
pid() view returns (uint256)
44
reserves() view returns (address)
0x97990b693835da58a281636296d2bf02787dea17
rewardDistribution() view returns (address)
0x8b4f1616751117c38a0f84f9a146cca191ea3ec5
rewardPerToken() view returns (uint256)
184227739499666144830495842
rewardPerTokenStored() view returns (uint256)
184227739499666144830495842
rewardRate() view returns (uint256)
8267195767195767
slp() view returns (address)
0x0f82e57804d0b1f6fab2370a43dcfad3c7cb239c
starttime() view returns (uint256)
1605204000
sushi() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
sushibar() view returns (address)
0x8798249c2e607446efb7ad49ec89dd1865ff4272
totalSupply() view returns (uint256)
46128202650392
yam() view returns (address)
0x0aacfbec6a24756c20d41914f2caba817c0d8521
Read-only
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 lpStake)
delegates(address) view returns (address)
earned(address account) view returns (uint256)
getCurrentVotes(address account) view returns (uint256)
getPriorLPStake(address account, uint256 blockNumber) view returns (uint256)
getPriorSupply(uint256 blockNumber) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
numCheckpoints(address) view returns (uint32)
rewards(address) view returns (uint256)
totalSupplyCheckpoints(uint32) view returns (uint32 fromBlock, uint256 lpStake)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events delegate(address delegatee)
emergencyMasterChefWithdraw()
exit()
getReward()
notifyRewardAmount(uint256 reward)
reenableChef()
renounceOwnership()
rescueTokens(address _token, uint256 amount, address to)
setBreaker(bool breaker_)
setMinBlockBeforeVoting(uint256 blockNum)
setReserves(address newReserves)
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
sushiToReserves(uint256 xsushi_amt)
sweepToXSushi()
transferOwnership(address newOwner)
withdraw(uint256 amount)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.