FungTokenVest

Verified contract

Active on Ethereum with 372 txns
Deployed by via 0x2c667127 at 19326687
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $5,220,329.46
0x7106803d91b90f5183f86734d49020e9ebbcd9dc035b6a1b1880bb3ed254c900
0x4f3a59b661ed90d7f3e1cdc788c5cfffb06beea8845dab706446870ad47412ee
0xd8913aeac7067a5cab69ff79fa3a78fca9b0e01497517d575311ee5a17f0afdb
0x18c5e2d65404cf6e2c4b4fe0566b054f45e22e4f1848da0eb9e4ac391c9f012c
0x449cf4a8ff34ebab12ba3a55e836f17ad5f54efa84f6d522d6ae75646bb41dca
0x1fd10017dc9f6d8ae48041eed7404832fc7026df4caae685d4efdefa868b3fea
0xb06ad3373cfad5c17122496aeefb63b2abff18e19b294380f0363303c066188d
0x4a15e888dd5fa9f0a8cea6d2d2c4a5379378e909f3177cc39dfe1ce976c702ab
0x691312e4ded88424c5fe79c58a8e5fa7d5d56974a79950ae7b799b87c413336a
0xe58112841b5c2151e9db27718db63125a40999926a75bd07ebd34caefeb7db2c

Functions
Getter at block 21293131
nextVestingId(view returns (uint256)
193
owner(view returns (address result)
0x43a314183c0033528827be7cf426523bac412780
Read-only
getVesting(uint256 idview returns (struct FungTokenVestVesting)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
vestedAmount(uint256 idview returns (uint256 vestedAmount)
vestings(uint256view returns (uint256 amountuint256 claimedaddress tokenaddress recipientuint32 startuint32 enduint32 lastClaim)
State-modifying
cancel(uint256 id
cancelOwnershipHandover(payable 
claim(uint256 id
completeOwnershipHandover(address pendingOwnerpayable 
create(address tokenaddress recipientuint256 amountuint32 startuint32 endreturns (uint256 vestingId)
renounceOwnership(payable 
requestOwnershipHandover(payable 
transferOwnership(address newOwnerpayable 
Events
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
InvalidAddress(
InvalidAmount(
InvalidTimestamp(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotOwner(
Unauthorized(