TokaVesting
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokaVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokaVesting"
ABI
ABI objects
Getter at block 21222871
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 _user) view returns (uint256 amount)
userVestingInfo(address) view returns (uint256 start, uint256 amount, uint256 amountReleasePerSec, uint256 released)
State-modifying
Events claim()
collect(address _token, uint256 _amount, bool _isETH)
initialize(address _esTokaToken, address _tokaToken)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
vesting(uint256 _amount)
Claim(address indexed user, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Vesting(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)