StakingPool
Verified contract
Active on
Ethereum with 598 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x98e3…b77c
0xf94b…6f48
Balances ($13.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YLD | ERC-20 | 9.427687K | $0.00144 |
$13.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19108806 | 9 months ago | | | 0 | 0.00047471046 | |
| 13920842 | 3 years ago | | | 0 | 0.0036864686 | |
| 13887966 | 3 years ago | | | 0 | 0.0031588342 | |
| 13844003 | 3 years ago | | | 0 | 0.0046222262 | |
| 13830191 | 3 years ago | | | 0 | 0.0037671716 | |
| 13809766 | 3 years ago | | | 0 | 0.0048695586 | |
| 13733328 | 3 years ago | | | 0 | 0.0037728394 | |
| 13733324 | 3 years ago | | | 0 | 0.0036313011 | |
| 13733294 | 3 years ago | | | 0 | 0.0061861583 | |
| 13731668 | 3 years ago | | | 0 | 0.0069164723 |
ABI
ABI objects
Getter at block 21177915
bonusEndBlock() view returns (uint256)
13423117
owner() view returns (address)
0x906935f4b42e632137504c0ea00d43c6442272bf
rewardPerBlock() view returns (uint256)
1170000000000000000
rewardToken() view returns (address)
0xf94b5c5651c888d928439ab6514b93944eee6f48
startBlock() view returns (uint256)
12824964
syrup() view returns (address)
0x98e329eb5aae2125af273102f3440de19094b77c
totalStaked() view returns (uint256)
359996446633967
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingReward(address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCakePerShare)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events changeEndBlock(uint256 _bonusEndBlock)
changeRewardPerBlock(uint256 _rewardPerBlock)
changeStartBlock(uint256 _startBlock)
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
massUpdatePools()
renounceOwnership()
saveMe(address tokenAddress)
stopReward()
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _syrup, address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.