ANKRTokenVault
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8290…edd4
Balances ($5.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5 | $1.001 |
$5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15680713 | 2 years ago | | | 0 | 0.00044159511 | |
| 15099485 | 2 years ago | | | 0 | 0.0022759432 | |
| 13444291 | 3 years ago | | | 0 | 0.0070492050 | |
| 12924813 | 3 years ago | | | 0 | 0.0033834800 | |
| 11993588 | 4 years ago | | | 0 | 0.013528050 | |
| 11483011 | 4 years ago | | | 0 | 0.0027056100 | |
| 11367264 | 4 years ago | | | 0 | 0.0075757080 | |
| 10602141 | 4 years ago | | | 0 | 0.0028273624 | |
| 9955546 | 5 years ago | | | 0 | 0.0014568139 | |
| 8491866 | 5 years ago | | | 0 | 0.028916456 |
ABI
ABI objects
Getter at block 21276256 getLockedBalance() view returns (uint256 tokensLocked)
communityReserveAllocation() view returns (uint256)
4000000000000000000000000000
communityReserveWallet() view returns (address)
0xefa1f626670445271359940e1ac346ac374019e7
getTotalBalance() view returns (uint256 tokensCurrentlyInVault)
0
investorTimeLock() view returns (uint256)
15811200
lockedAt() view returns (uint256)
1551820946
marketingAddress() view returns (address)
0xc2e96f45232134dd32b6df4d51ac82248ca942cc
marketingAllocation() view returns (uint256)
500000000000000000000000000
nonInvestorVestingStage() view returns (uint256)
36
opentokenAddress() view returns (address)
0x7b1f5f0fca6434d7b01161552d335a774706b650
opentokenAllocation() view returns (uint256)
500000000000000000000000000
othersTimeLock() view returns (uint256)
94608000
othersVestingStages() view returns (uint256)
36
owner() view returns (address)
0x146ee71e057e6b10efb93aedf631fde6cbaed5e2
teamReserveAllocation() view returns (uint256)
2000000000000000000000000000
teamReserveWallet() view returns (address)
0x0aa7aa665276a96acd25329354feea8f955caf2b
token() view returns (address)
0x8290333cef9e6d528dd5618fb97a76f268f3edd4
tokenmanAddress() view returns (address)
0xbb46219183f1f17364914e353a44f982de77eec8
tokenmanAllocation() view returns (uint256)
200000000000000000000000000
totalAllocation() view returns (uint256)
10000000000000000000000000000
Read-only
allocations(address) view returns (uint256)
claimed(address) view returns (uint256)
lockedInvestors(address) view returns (uint256)
lockedInvestorsIndices(uint256) view returns (address)
timeLocks(address) view returns (uint256)
unLockedInvestors(address) view returns (uint256)
unLockedInvestorsIndices(uint256) view returns (address)
State-modifying
Events addLockedInvestor(address investor, uint256 amt) returns (bool)
addUnlockedInvestor(address investor, uint256 amt) returns (bool)
allocate()
claimLockedInvestorTokenReserve()
claimNonInvestorReserve()
claimUnlockedInvestorTokenReserve()
distribute()
distributeLockedInvestorsReserve()
distributeUnlockedInvestorsReserve()
recoverFailedLock()
renounceOwnership()
transferOwnership(address _newOwner)
Allocated(address wallet, uint256 value)
Distributed(address wallet, uint256 value)
Locked(uint256 lockTime)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.