TavaStakingClaim
Verified contract
Active on
Ethereum with 290 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "TavaStakingClaim"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18145334 | a year ago | | | 0 | 0.00063721555 | |
| 18145334 | a year ago | | | 0 | 0.00063721555 | |
| 18145334 | a year ago | | | 0 | 0.00063721555 | |
| 18145334 | a year ago | | | 0 | 0.00063721555 | |
| 18145334 | a year ago | | | 0 | 0.00055614000 | |
| 18145334 | a year ago | | | 0 | 0.00055614000 | |
| 18145334 | a year ago | | | 0 | 0.00055614000 | |
| 18145334 | a year ago | | | 0 | 0.00050052600 | |
| 17129528 | 2 years ago | | | 0 | 0.0010344263 | |
| 17024501 | 2 years ago | | | 0 | 0.00046922558 |
ABI
ABI objects
Getter at block 21427470
Condition() view returns (uint256 _duration, uint256 _unlockCount)
(_duration=30, _unlockCount=4)
RewardTokenAddress() view returns (address)
0xdebe620609674f21b1089042527f420372ea98a5
TotalReceivedTokenAmount() view returns (uint256)
102276000000000000000000
owner() view returns (address)
0xe01617e376ee804f1d9799729a38463e8fd48e7b
Read-only
BalanceToAddress(address account) view returns (uint256)
GetCurrentReceiveableToken(address _receiver, uint256 _ReceiveableDateIdx, uint256 _ElapsedToDuration) view returns (uint256 _CurrentReceiveableToken)
GetCurrentReceivedToken(address _receiver, uint256 _ReceiveableDateIdx) view returns (uint256 _CurrentReceivedTokenAmount)
GetElapsedToDuration(uint256 _ReceiveableDateIdx) view returns (uint256 _elapsedDays)
GetReceivedInfo(address _receiver, uint256 _ReceiveableDateIdx) view returns (uint256 _ReceivedAmount)
ReceiveableDates(uint256) view returns (uint256)
ReceivedInfos(address, uint256, uint256) view returns (uint256 _receivedDate, uint256 _receivedTokenAmount)
StakedInfos(address, uint256) view returns (uint256)
State-modifying
Events SetCondition(uint256 _duration, uint256 _unlockCount)
SetReceiveableDates(uint256[] _ReceiveableDates)
SetRewardTokenAddress(address _RewardTokenAddress)
SetStakedInfo(address _receiver, uint256 _ReceiveableDateIdx, uint256 _TotalReceiveableTokenAmount)
SetStakedInfos(struct ITavaStakingClaimIStakedInfoInput[] _StakedInfoInput, uint256 _ReceiveableDateIdx, uint256 _OffsetNum)
SetStakedRecivedInfo(struct ITavaStakingClaimIStakedRecivedInfoInput[] _stakedRecivedInfoInput, uint256 _receiveableDateIdx, uint256 _offsetNum)
StakingClaim(uint256 _ReceiveableDateIdx)
claimTava()
claimTava(uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
setCondition(struct ITavaStakingClaimICondition _condition)
setReceiveableDates(uint256[] _receiveableDates)
setStakedInfo(address _receiver, uint256 _receiveableDateIdx, uint256 _totalReceiveableTokenAmount)
setStakedInfos(uint256 _receiveableDateIdx, uint256 _offsetNum)
stakingClaim(address _receiver, uint256 _receivedDate, uint256 _receivedTokenAmount, uint256 _receiveableDateIdx)
constructor(uint256[] _ReceiveableDates, address _RewardTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.