TokenVesting
Verified contract
Active on
Ethereum with 14,608 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
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 3 additional slots
0x3feb…2cf7
Balances ($522,468,995.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BANANA | ERC-20 | 3.988259M | $55.60 |
$221,747,191.32 | |
LNQ | ERC-20 | 742.570433M | $0.138334 |
$102,722,738.24 | |
ALVA | ERC-20 | 149.338236M | $0.580703 |
$86,721,161.66 | |
$PAAL | ERC-20 | 140.0001M | $0.144471 |
$20,225,954.45 | |
GURU | ERC-20 | 789.452174M | $0.020709 |
$16,348,741.4 | |
pepecoin | ERC-20 | 1.836314M | $4.41 |
$8,098,143.07 | |
HANU | ERC-20 | 32.675606T | $0.00 |
$7,548,064.95 | |
KNDX | ERC-20 | 258.253063M | $0.025949 |
$6,701,328.66 | |
NEURAL | ERC-20 | 498.25K | $8.06 |
$4,015,895 | |
SIDUS | ERC-20 | 877.5M | $0.003829 |
$3,360,070.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197553 | 7 hours ago | | | 0 | 0.0010315174 | |
| 21195825 | 13 hours ago | | | 0 | 0.0018477165 | |
| 21195223 | 15 hours ago | | | 0 | 0.0017111510 | |
| 21195207 | 15 hours ago | | | 0 | 0.0017999062 | |
| 21195199 | 15 hours ago | | | 0 | 0.0021027241 | |
| 21195178 | 15 hours ago | | | 0 | 0.0017054226 | |
| 21193007 | a day ago | | | 0 | 0.0022827990 | |
| 21192244 | a day ago | | | 0 | 0.0082765566 | |
| 21190856 | a day ago | | | 0 | 0.0015885325 | |
| 21189446 | a day ago | | | 0 | 0.0015953286 |
ABI
ABI objects
Getter at block 21199608
BLACKLIST() view returns (address)
0x0000000000000000000000000000000000000000
FEES() view returns (uint256 tokenFee, uint256 freeLockingFee, address feeAddress, address freeLockingToken)
(tokenFee=35, freeLockingFee=10000000000000000000000, feeAddress=0x04bda42de3bc32abb00df46004204424d4cf8287, freeLockingToken=0x6b175474e89094c44da98b954eedeac495271d0f)
MIGRATOR() view returns (address)
0x0000000000000000000000000000000000000000
MINIMUM_DEPOSIT() view returns (uint256)
100
NONCE() view returns (uint256)
8433
getNumLockedTokens() view returns (uint256)
2588
getTokenWhitelisterLength() view returns (uint256)
0
getZeroFeeTokensLength() view returns (uint256)
38
owner() view returns (address)
0xaa3d85ad9d128dfecb55424085754f6dfa643eb1
Read-only
LOCKS(uint256) view returns (address tokenAddress, uint256 sharesDeposited, uint256 sharesWithdrawn, uint256 startEmission, uint256 endEmission, uint256 lockID, address owner, address condition)
SHARES(address) view returns (uint256)
convertSharesToTokens(address _token, uint256 _shares) view returns (uint256)
convertTokensToShares(address _token, uint256 _tokens) view returns (uint256)
getLock(uint256 _lockID) view returns (uint256, address, uint256, uint256, uint256, uint256, uint256, uint256, address, address)
getTokenAtIndex(uint256 _index) view returns (address)
getTokenLockIDAtIndex(address _token, uint256 _index) view returns (uint256)
getTokenLocksLength(address _token) view returns (uint256)
getTokenWhitelisterAtIndex(uint256 _index) view returns (address)
getTokenWhitelisterStatus(address _user) view returns (bool)
getUserLockIDForTokenAtIndex(address _user, address _token, uint256 _index) view returns (uint256)
getUserLockedTokenAtIndex(address _user, uint256 _index) view returns (address)
getUserLockedTokensLength(address _user) view returns (uint256)
getUserLocksForTokenLength(address _user, address _token) view returns (uint256)
getWithdrawableShares(uint256 _lockID) view returns (uint256)
getWithdrawableTokens(uint256 _lockID) view returns (uint256)
getZeroFeeTokenAtIndex(uint256 _index) view returns (address)
testCondition(address condition) view returns (bool)
tokenOnZeroFeeWhitelist(address _token) view returns (bool)
State-modifying
Events adminSetWhitelister(address _user, bool _add)
editZeroFeeWhitelist(address _token, bool _add)
incrementLock(uint256 _lockID, uint256 _amount)
lock(address _token, struct TokenVestingLockParams[] _lock_params)
migrate(uint256 _lockID, uint256 _option)
payForFreeTokenLocks(address _token) payable
relock(uint256 _lockID, uint256 _unlock_date)
renounceOwnership()
revokeCondition(uint256 _lockID)
setBlacklistContract(address _contract)
setFees(uint256 _tokenFee, uint256 _freeLockingFee, address _feeAddress, address _freeLockingToken)
setMigrator(address _migrator)
splitLock(uint256 _lockID, uint256 _amount)
transferLockOwnership(uint256 _lockID, address _newOwner)
transferOwnership(address newOwner)
withdraw(uint256 _lockID, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
onLock(uint256 lockID, address token, address owner, uint256 amountInTokens, uint256 startEmission, uint256 endEmission)
onMigrate(uint256 lockID, uint256 amountInTokens)
onRelock(uint256 lockID, uint256 unlockDate)
onSplitLock(uint256 fromLockID, uint256 toLockID, uint256 amountInTokens)
onTransferLock(uint256 lockIDFrom, uint256 lockIDto, address oldOwner, address newOwner)
onWithdraw(address lpToken, uint256 amountInTokens)
constructor(address _uncxAdmins)
This contract contains no fallback and receive objects.
This contract contains no error objects.