AllocationVesting

Verified contract

Active on Ethereum with 5,279 txns
Deployed by via 0xa16733f6 at 18450464
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AllocationVesting"

0x42abb8dfaa68ef652f710ac31e12203b750c1e2c50d53e1248390c7dc1f4eb02
0xfd6ebbcc8d723d8aab37a461475b4c24d2a7642ae527f68065363541c6d4fad2
0x5b2b839ca8ba6a2be5f833ac6351f094f66de6c985f186bc01a1c3ac43827629
0x443b19f8583a511a9f3c1f4a71074f5e39ff613ee60b7a2df71f0354a6a08c79
0x137ceadbf74c0215e23a026e7ae6e2ea99860863b1c8edb83245dcd4d6979d5d
0x28c7b2c0d0e0a1b50977dc3d28c4f58e20711bce5798dd9abe62083fee7f7643
0x439cb7fe7540156c1c9d64aee1ceb15e9062eb776330acd5446ee66cbc7dec5c
0xa4fb264dfb7460aa2beaa060002a8346034e0948adea5eabb89d3e2545fdada7
0xe2b589cc8217a2850e656322d4125c3b60505e43272c9ab62bb1c21b2e5e9474
0x72abdaec8aa8ceacbf762a3c9c9add1148951fbf70bd1031b9bc43f401cee29c

Functions
Getter at block 20826991
lockToTokenRatio(view returns (uint256)
1000000000000000000
maxTotalPreclaimPct(view returns (uint256)
5
tokenLocker(view returns (address)
0x3f78544364c3eccdce4d9c89a630aea26122829d
totalAllocation(view returns (uint256)
90000000000000000000000000
vault(view returns (address)
0x06bdf212c290473dcacea9793890c5024c7eb02c
vestingStart(view returns (uint256)
1698883200
vestingToken(view returns (address)
0xda47862a83dac0c112ba89c6abc2159b95afd71c
Read-only
allocations(addressview returns (uint24 pointsuint8 numberOfWeeksuint128 claimeduint96 preclaimed)
claimableNow(address accountview returns (uint256 claimable)
isApprovedDelegate(address owneraddress callerview returns (bool isApproved)
preclaimable(address accountview returns (uint256)
unclaimed(address accountview returns (uint256)
State-modifying
claim(address account
lockFutureClaims(address accountuint256 amount
lockFutureClaimsWithReceiver(address accountaddress receiveruint256 amount
setDelegateApproval(address _delegatebool _isApproved
transferPoints(address fromaddress touint256 points
Events

This contract contains no event objects.

Constructor
constructor(address vestingToken_address tokenLocker_uint256 totalAllocation_address vault_uint256 maxTotalPreclaimPct_uint256 vestingStart_struct AllocationVestingAllocationSplit[] allocationSplits
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllocationsMismatch(
CannotLock(
DuplicateAllocation(
IncompatibleVestingPeriod(uint256 numberOfWeeksFromuint256 numberOfWeeksTo
InsufficientPoints(
LockedAllocation(
NothingToClaim(
PreclaimTooLarge(
SelfTransfer(
WrongMaxTotalPreclaimPct(
ZeroAllocation(
ZeroNumberOfWeeks(
ZeroTotalAllocation(