FarmStaking
Verified contract
Active on
Ethereum with 330 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CMP | ERC-20 | 207.631415K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14131599 | 3 years ago | | | 0 | 0.0082316209 | |
| 14131579 | 3 years ago | | | 0 | 0.0070193198 | |
| 13451833 | 3 years ago | | | 0 | 0.0062407313 | |
| 13267762 | 3 years ago | | | 0 | 0.0054015517 | |
| 13261933 | 3 years ago | | | 0 | 0.0043112529 | |
| 13259382 | 3 years ago | | | 0 | 0.0064543164 | |
| 13041540 | 3 years ago | | | 0 | 0.0053206110 | |
| 13041501 | 3 years ago | | | 0 | 0.0034387940 | |
| 13035034 | 3 years ago | | | 0 | 0.0039201822 | |
| 13035029 | 3 years ago | | | 0 | 0.0036831847 |
ABI
ABI objects
Getter at block 21218997
factory() view returns (address)
0x1f1245df65e7a21923ca6885cb65dc670ba7bda5
farmGenerator() view returns (address)
0xdd7629d821c096aed28aec33a4306cad016a3607
farmInfo() view returns (address token, address rewardToken, address rewardHolder, uint256 startBlock, uint256 blockReward, uint256 bonusEndBlock, uint256 bonus, uint256 endBlock, uint256 lastRewardBlock, uint256 accRewardPerShare, uint256 farmableSupply, uint256 numFarmers)
(token=0xb9fdc13f7f747baedcc356e9da13ab883ffa719b, rewardToken=0x27cd7375478f189bdcf55616b088be03d9c4339c, rewardHolder=0xb596a60393dcd459c70a7bdbf1580cc700192c41, startBlock=12421000, blockReward=7522123893805309734513274, bonusEndBlock=12820000, bonus=2, endBlock=14847000, lastRewardBlock=14131599, accRewardPerShare=60079434972005781684, farmableSupply=21249999999999999999999999050000, numFarmers=31)
farmType() view returns (uint256)
2
Read-only
getMultiplier(uint256 _from_block, uint256 _to) view returns (uint256)
pendingReward(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
emergencyWithdraw()
init(address _rewardHolder, address _rewardToken, uint256 _amount, address _token, uint256 _blockReward, uint256 _startBlock, uint256 _endBlock, uint256 _bonusEndBlock, uint256 _bonus)
updatePool()
withdraw(uint256 _amount)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor(address _factory, address _farmGenerator)
This contract contains no fallback and receive objects.
This contract contains no error objects.