TavaVesting
Verified contract
Active on
Ethereum with 345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAVA | ERC-20 | 21.966845M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293047 | 3 days ago | | | 0 | 0.00091620839 | |
| 21292458 | 3 days ago | | | 0 | 0.00085770370 | |
| 21278074 | 5 days ago | | | 0 | 0.00097642568 | |
| 20955451 | 2 months ago | | | 0 | 0.0010035735 | |
| 20882399 | 2 months ago | | | 0 | 0.00062179548 | |
| 20831184 | 2 months ago | | | 0 | 0.0012199032 | |
| 20682487 | 3 months ago | | | 0 | 0.00022848624 | |
| 20651903 | 3 months ago | | | 0 | 0.00033228086 | |
| 20581880 | 3 months ago | | | 0 | 0.00032463601 | |
| 20527366 | 4 months ago | | | 0 | 0.0011911783 |
ABI
ABI objects
Getter at block 21312989
TotalTokensReceiveable() view returns (uint256)
158763873000000000000000000
TotalTokensReceived() view returns (uint256)
113666608514285714285714276
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.