TokaVesting

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x03aa88da at 19011152
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TokaVesting"

No transactions found for "TokaVesting"


Functions
Getter at block 20873537
duration(view returns (uint256)
0
esTokaToken(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
tokaToken(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
pendingReleaseAmount(address _userview returns (uint256 amount)
userVestingInfo(addressview returns (uint256 startuint256 amountuint256 amountReleasePerSecuint256 released)
State-modifying
claim(
collect(address _tokenuint256 _amountbool _isETH
initialize(address _esTokaTokenaddress _tokaToken
pause(
renounceOwnership(
transferOwnership(address newOwner
unpause(
vesting(uint256 _amount
Events
Claim(address indexed useruint256 amount
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Unpaused(address account
Vesting(address indexed useruint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
EnforcedPause(
ExpectedPause(
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token