TavaVesting
Verified contract
Active on
Ethereum with 138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TavaVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18938057 | a year ago | | | 0 | 0.00079424012 | |
| 15780376 | 2 years ago | | | 0 | 0.00065060677 | |
| 15725369 | 2 years ago | | | 0 | 0.0024452573 | |
| 15725360 | 2 years ago | | | 0 | 0.0028241561 | |
| 15721719 | 2 years ago | | | 0 | 0.0031383620 | |
| 15685940 | 2 years ago | | | 0 | 0.0010117670 | |
| 15682255 | 2 years ago | | | 0 | 0.0011703074 | |
| 15681111 | 2 years ago | | | 0 | 0.00053271180 | |
| 15681099 | 2 years ago | | | 0 | 0.00072138584 | |
| 15680924 | 2 years ago | | | 0 | 0.00051995731 |
ABI
ABI objects
Getter at block 21268760
TotalTokensReceiveable() view returns (uint256)
132791720000000000000000000
TotalTokensReceived() view returns (uint256)
5968782333333333333333332
owner() view returns (address)
0xe01617e376ee804f1d9799729a38463e8fd48e7b
tavaTokenAddress() view returns (address)
0xdebe620609674f21b1089042527f420372ea98a5
Read-only
BalanceToAddress(address account) view returns (uint256)
TokensCurrentlyReceiveable(address _receiver, uint256 _vestingIdx) view returns (uint256 _ReciveableTokens)
getElapsedDays(address _receiver, uint256 _vestingIdx) view returns (uint256 _elapsedDays)
sentTavasToAdr(address _receiver, uint256 _vestingIdx) view returns (uint256 _sentTavas)
vestingInfoToWallets(address, uint256) view returns (struct ITavaVestingVestingCondition vestingCondition, uint256 totalAmount, uint256 tokensSent, bool valid)
State-modifying
Events approvalTava(uint256 _amount)
cancelVesting(address _receiver, uint256 _vestingIdx)
claimTava()
claimTava(uint256 _amount)
claimVesting(uint256 _vestingIdx) returns (uint256 _TokenPayout)
renounceOwnership()
setTavaAddress(address _tavaTokenAddress)
setVesting(address _receiver, uint256 _unlockedTokenAmount, uint256 _duration, uint256 _unlockCnt, uint256 _startDt)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
canceledVesting(address _receiver, uint256 _vestingIdx)
claimedVesting(address _receiver, uint256 _vestingIdx, uint256 _TokenPayout, uint256 _receivedDt)
createdVesting(address _receiver, uint256 _vestingIdx, uint256 _unlockedTokenAmount, uint256 _duration, uint256 _unlockCnt, uint256 _StartDt)
constructor(address _tavaTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.