Vesting

Verified contract

Active on Ethereum with 488 txns
Deployed by via 0xd15e06d1 at 19429075
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $6,495,998.22
0x6c677bb52dd7c71bce826dfd418f815419aa208b1379f10126caddececb70add
0xab89e1501db5a7ef7745dcad0d6e55e93222c1d3cf3d4d2af56e9b66b6f112e5
0x6224a04b9fd20048d4284c45c120b8d5fafe7dd854f10e61ced697b440a35671
0x229b22b265bb6389aefdbc031d5551a876b69f15afa62bf92968b469008cb497
0x85948e145c400e077120a4290eb8855569a86d5f2f2993083420b558f4a0667c
0xb1e131f0686ad8eeba4fbdc30a155477a3dd93c0b07ec0a33aa5024aa8f96fad
0x1503045f265df7b2e8e29f6abad7a0bd3d1796fc777a1f0df15226ff873f1615
0xa850fa06425448376c7f7137965c29694b9995835e9377e49343870b37dde1ff
0x679cf3d093ef6435fe333d579c8cbe1cfed38d569d8eeae169a9e3d9309ebb09
0x7de8e598813b6f4913e513270233d4cf6590b8dc20e8ebd1512010dce72bd147

Functions
Getter at block 20862899
MONTH(view returns (uint64)
2592000
TOKEN(view returns (address)
0x91fbb2503ac69702061f1ac6885759fc853e6eae
currentTime(view returns (uint256)
1727692439
owner(view returns (address)
0xda4df6e2121edab7c33ed7fe0f109350939eda84
Read-only
available(address userview returns (uint256)
claimed(addressview returns (uint256)
getUserInfo(address userview returns (uint64 startuint64 enduint64 nextClaimuint256 totalVesteduint256 availableToClaimuint256 alreadyClaimeduint256 toBeClaimed)
userInfo(addressview returns (uint256 amountuint256 durationuint256 cliffuint64 startTime)
State-modifying
addVestedUsers(address[] usersstruct VestingUserInfo[] info
claim(
removeUser(address user
renounceOwnership(
transferOwnership(address newOwner
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _owneraddress _token
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token