TokenStaking
Verified contract
Active on
Ethereum with 106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,120.73)
Native
Value
$17,120.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.623688 | $3,702.83 |
$17,120.73 | |
DIAMOND | ERC-20 | 555.687322K | -- | -- | |
XP | ERC-20 | 172.785878K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247323 | 8 days ago | | | 0 | 0.00060356270 | |
| 21217941 | 12 days ago | | | 0 | 0.00085201906 | |
| 21180108 | 18 days ago | | | 0 | 0.0046135886 | |
| 21172024 | 19 days ago | | | 0 | 0.0024267707 | |
| 21171288 | 19 days ago | | | 0 | 0.0019657014 | |
| 21168861 | 19 days ago | | | 0 | 0.0013939733 | |
| 21158174 | 21 days ago | | | 0 | 0.0017366556 | |
| 21124767 | 25 days ago | | | 0 | 0.00029732863 | |
| 21109464 | a month ago | | | 0 | 0.00057866299 | |
| 21106869 | a month ago | | | 0 | 0.00044481002 |
ABI
ABI objects
Getter at block 21306695
taxFarmingToken() view returns (address)
0x306a4b5b553c7d5cd4440e1cf4f897521c38cdaa
totalRewards() view returns (uint256)
5251501777535528076
totalStaked() view returns (uint256)
172785877987436854893991
Read-only
getUserRewards(address user) view returns (uint256)
lastClaimTime(address) view returns (uint256)
lastTx(address) view returns (uint256)
stakersInfos(address) view returns (uint256 tokensStaked, uint256 accumulatedRewardsPerToken)
State-modifying
Events claim()
stake(uint256 amount)
unstake(uint256 amount)
TokenStaked(address indexed user, uint256 amount, uint256 accumulatedRewardsPerToken)
TokenUnstaked(address indexed user, uint256 amount, uint256 accumulatedRewardsPerToken)
constructor(address _taxFarmingToken)
receive()
This contract contains no error objects.