TokenVault
Verified contract
Active on
Ethereum with 841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d28…05bd
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FET | ERC-20 | 267.450035K | -- | -- | |
XGO | ERC-20 | 101 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12057165 | 4 years ago | | | 0 | 0.032996425 | |
| 9826954 | 5 years ago | | | 0 | 0.00012239535 | |
| 9165831 | 5 years ago | | | 0 | 0.0012239535 | |
| 9116660 | 5 years ago | | | 0 | 0.0030413390 | |
| 8917151 | 5 years ago | | | 0 | 0.0026316670 | |
| 8715985 | 5 years ago | | | 0 | 0.00016409250 | |
| 8712164 | 5 years ago | | | 0 | 0.000096280500 | |
| 8709401 | 5 years ago | | | 0 | 0.00057768300 | |
| 8625020 | 5 years ago | | | 0 | 0.0044851950 | |
| 8566563 | 5 years ago | | | 0 | 0.0044851950 |
ABI
ABI objects
Getter at block 21283928
freezeEndsAt() view returns (uint256)
1558742400
getBalance() view returns (uint256 howManyTokensCurrentlyInVault)
267450035346333510909160
getState() view returns (uint8)
3
investorCount() view returns (uint256)
41
lockedAt() view returns (uint256)
1558708393
owner() view returns (address)
0x6f72f2b1fad44f51a2467609fb9ac731e719abb7
token() view returns (address)
0x1d287cc25dad7ccaf76a26bc660c5f7c8e2a05bd
tokensAllocatedTotal() view returns (uint256)
83393649100000000000000000
tokensToBeAllocated() view returns (uint256)
83393649100000000000000000
totalClaimed() view returns (uint256)
83187889064653666489090840
Read-only
balances(address) view returns (uint256)
claimed(address) view returns (uint256)
getCurrentlyClaimableAmount(address investor) view returns (uint256 claimableAmount)
getMaxClaimByNow(address investor) view returns (uint256 claimableAmount)
lastClaimedAt(address) view returns (uint256)
tokensPerSecond(address) view returns (uint256)
State-modifying
Events claim()
lock()
recoverFailedLock()
recoverTokens(address token)
setInvestor(address investor, uint256 amount, uint256 _tokensPerSecond)
tokensToBeReturned(address tokenToClaim) returns (uint256)
transferOwnership(address newOwner)
Allocated(address investor, uint256 value)
Distributed(address investors, uint256 count)
Locked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _owner, uint256 _freezeEndsAt, address _token, uint256 _tokensToBeAllocated)
This contract contains no fallback and receive objects.
This contract contains no error objects.