StakingPool
Verified contract
Active on
Ethereum with 1,162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4fb7…3c30
0x4fb7…3c30
Balances ($161.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOK | ERC-20 | 1.387297M | $0.000116 |
$161.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19589717 | 7 months ago | | | 0 | 0.0020878565 | |
| 19227425 | 9 months ago | | | 0 | 0.0032984037 | |
| 17095379 | 2 years ago | | | 0 | 0.0040874747 | |
| 15955933 | 2 years ago | | | 0 | 0.0012814631 | |
| 15844224 | 2 years ago | | | 0 | 0.0010541030 | |
| 15341819 | 2 years ago | | | 0 | 0.0012146099 | |
| 15310359 | 2 years ago | | | 0 | 0.0010561650 | |
| 15243213 | 2 years ago | | | 0 | 0.00039510819 | |
| 15243207 | 2 years ago | | | 0 | 0.00054346762 | |
| 15022684 | 2 years ago | | | 0 | 0.0014621839 |
ABI
ABI objects
Getter at block 21207451
bonusEndBlock() view returns (uint256)
13733796
owner() view returns (address)
0x9b09783e11ce3b5abc4cd180cc0ca6ff366a0893
rewardPerBlock() view returns (uint256)
137000000
rewardToken() view returns (address)
0x4fb721ef3bf99e0f2c193847afa296b9257d3c30
startBlock() view returns (uint256)
13126933
syrup() view returns (address)
0x4fb721ef3bf99e0f2c193847afa296b9257d3c30
totalStaked() view returns (uint256)
131834734885833
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.