Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 21213262.

0x26d30a21b468958aa4b5121f053a26df5a0b4656

Verified contract

Proxy

Active on Ethereum with 1 txns
Deployed by via 0x1342c476 at 19705707
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $30
0xbb59441ecda4bd495aceb58bf42255e824c28cf539341e7d576d2c3264bd64d5

Functions
Getter at block 21214564
initialised(view returns (bool)
true
owner(view returns (address)
0x1a31c94f97c649bc2a8adbceb54d1f4a075be4b1
poolManager(view returns (address)
0xd724dbe7e230e400fe7390885e16957ec246d716
sptToken(view returns (address)
0xcbe3aef2fa9899d713ca592737b6aeb33668ba4e
token(view returns (address)
0xe485e2f1bab389c08721b291f6b59780fec83fd7
tokensAvailableForVesting(view returns (uint256)
0
totalTokensInVesting(view returns (uint256)
2109704641350210000000
Read-only
calculateVestedAmount(bytes32 vestingIdview returns (uint128 vestedAmountuint128 claimedAmount)
vestings(bytes32view returns (uint128 initialUnlockuint8 curveTypebool manageduint16 durationWeeksuint64 startDateuint128 amountuint128 amountClaimeduint64 pausingDatebool cancelledbool requiresSPT)
State-modifying
addVesting(uint8 curveTypebool manageduint16 durationWeeksuint64 startDateuint128 amountuint128 initialUnlockbool requiresSPTreturns (bytes32)
cancelVesting(bytes32 vestingId
claimVestedTokens(bytes32 vestingIdaddress beneficiaryuint128 tokensToClaim
delegateTokens(address delegatee
initialize(address _tokenaddress _poolManageraddress _owner
pauseVesting(bytes32 vestingId
unpauseVesting(bytes32 vestingId
Events
AddedVesting(bytes32 indexed id
CancelledVesting(bytes32 indexed id
ClaimedVesting(bytes32 indexed idaddress indexed beneficiary
PausedVesting(bytes32 indexed id
UnpausedVesting(bytes32 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.