FungTokenVest

Verified contract

Active on Ethereum with 355 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,288,132.69
0x96583fc7ed55b1350cebf47d0306cf9b32b887c1cf0aaa42a7bb465986b1d33b
0xdfe08b0e89337888b3beb166430e73289cffd6a4a679dd2a8be44a125ff51c44
0xf579d1906a59a0efbf0b436428f6f791fb63231b596fd2d57d37c715c5e8dbe0
0x4ec7216951ec0649a02f60081b33384ef267c766db5aea8bc1b081aabd9a90c8
0xfef6bcdeab55aaff4e6982cbf2e2bd60768dedc65497e3fc9d9cb3d53abffc41
0xc3125a811d0de0685802b0da8f1b07415f5c4c4ab9f02b29ad33973185d47ea0
0xe179d14d5754eae1db4472fc33d2aeebbcef66c75be1f77e719235796e1e783c
0x298767e0ac3b5041f0e60fa10f2e3c85584eee04a5811ea52658dd9b1495ade4
0x7c58280a7dd71dbbcae1e19c949463d1f64f448455a1bc458e3fedb8bb7b487d
0xd3f3e0b28647a2c637073c8c1f55fbd86cae63e5aabd8661377fd5e0e46a6047

Functions
Getter at block 21170099
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(