TrueFarm
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TrueFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TrueFarm"
ABI
ABI objects
Getter at block 20874236
cumulativeRewardPerToken() view returns (uint256)
0
isInitialized() view returns (bool)
false
name() view returns (string)
stakingToken() view returns (address)
0x0000000000000000000000000000000000000000
totalClaimedRewards() view returns (uint256)
0
totalFarmRewards() view returns (uint256)
0
totalStaked() view returns (uint256)
0
trueDistributor() view returns (address)
0x0000000000000000000000000000000000000000
trustToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimable(address account) view returns (uint256)
claimableReward(address) view returns (uint256)
previousCumulatedRewardPerToken(address) view returns (uint256)
staked(address) view returns (uint256)
State-modifying
Events claim()
exit(uint256 amount)
initialize(address _stakingToken, address _trueDistributor, string _name)
stake(uint256 amount)
unstake(uint256 amount)
Claim(address indexed who, uint256 amountClaimed)
Stake(address indexed who, uint256 amountStaked)
Unstake(address indexed who, uint256 amountUnstaked)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.