FarmaEthFarma
Verified contract
Active on
Ethereum with 220 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9755…b697
0x9755…b697
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FARMA | ERC-20 | 2.90229 | -- | -- | |
UNI-V2 | ERC-20 | 0.487723 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11250140 | 4 years ago | | | 0 | 0.0098266770 | |
| 11242476 | 4 years ago | | | 0 | 0.0070489500 | |
| 11242404 | 4 years ago | | | 0 | 0.0084587400 | |
| 11242394 | 4 years ago | | | 0 | 0.015697185 | |
| 11231569 | 4 years ago | | | 0 | 0.0058276530 | |
| 11219855 | 4 years ago | | | 0 | 0.0040345290 | |
| 11206548 | 4 years ago | | | 0 | 0.0024158700 | |
| 11191851 | 4 years ago | | | 0 | 0.0059363850 | |
| 11177156 | 4 years ago | | | 0 | 0.0073367300 | |
| 11177077 | 4 years ago | | | 0 | 0.0086535000 |
ABI
ABI objects
Getter at block 21381985
DURATION() view returns (uint256)
2332800
FivePercentBonus() view returns (uint256)
50000000000000000
FourtyPercentBonus() view returns (uint256)
400000000000000000
HundredPercentBonus() view returns (uint256)
1000000000000000000
TwentyPercentBonus() view returns (uint256)
200000000000000000
_totalSupply() view returns (uint256)
79887167612629011
_totalSupplyAccounting() view returns (uint256)
0
boostLevelFourCost() view returns (uint256)
2000000000000000000
boostLevelOneCost() view returns (uint256)
250000000000000000
boostLevelThreeCost() view returns (uint256)
1000000000000000000
boostLevelTwoCost() view returns (uint256)
500000000000000000
calculateTax() view returns (uint256)
1
deployedTime() view returns (uint256)
1602698108
devCount() view returns (uint256)
8
devFund() view returns (uint256)
407835352040289634
lastTimeRewardApplicable() view returns (uint256)
1605114110
lastUpdateTime() view returns (uint256)
1605114110
multiplierToken() view returns (address)
0x9755ac42520e22c1de4f711b736a340f7c04b697
multiplierTokenDevFund() view returns (uint256)
2000000000000000000
owner() view returns (address)
0x60c0009551c8f41b85836b3ddd84760306bfb9b1
periodFinish() view returns (uint256)
1605114110
rewardPerToken() view returns (uint256)
11246683968815318358
rewardPerTokenStored() view returns (uint256)
11246683968815318358
rewardRate() view returns (uint256)
42866941015089
rewardToken() view returns (address)
0x9755ac42520e22c1de4f711b736a340f7c04b697
stakingToken() view returns (address)
0x71b864a3ac41a85f81bef78c97b5696500451c04
startTime() view returns (uint256)
1602781200
totalSupply() view returns (uint256)
79887167612629011
Read-only
_balances(address) view returns (uint256)
_balancesAccounting(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
boostLevel(address) view returns (uint256)
calculateCost(uint256 level) pure returns (uint256)
devAllocations(address) view returns (uint256)
devIDs(uint256) view returns (address)
earned(address account) view returns (uint256)
getLevel(address account) view returns (uint256)
getSpent(address account) view returns (uint256)
getTotalMultiplier(address account) view returns (uint256)
rewards(address) view returns (uint256)
spentMultiplierTokens(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events distributeDevFund()
eject()
exit()
getReward()
kill()
notifyRewardAmount(uint256 reward)
notifyRewardAmountWithoutUpdateTime(uint256 reward)
purchase(uint256 level)
renounceOwnership()
setOwner(address _newOwner)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Boost(uint256 level)
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)
constructor(address _stakingToken, address _rewardToken, address _multiplierToken, uint256 _startTime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.