0x26d30a21b468958aa4b5121f053a26df5a0b4656
Verified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($30.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHU | ERC-20 | 2.109705K | $0.014219 |
$30 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19705710 | 7 months ago | | | 0 | 0.00073212366 |
ABI
ABI objects
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 vestingId) view returns (uint128 vestedAmount, uint128 claimedAmount)
vestings(bytes32) view returns (uint128 initialUnlock, uint8 curveType, bool managed, uint16 durationWeeks, uint64 startDate, uint128 amount, uint128 amountClaimed, uint64 pausingDate, bool cancelled, bool requiresSPT)
State-modifying
Events addVesting(uint8 curveType, bool managed, uint16 durationWeeks, uint64 startDate, uint128 amount, uint128 initialUnlock, bool requiresSPT) returns (bytes32)
cancelVesting(bytes32 vestingId)
claimVestedTokens(bytes32 vestingId, address beneficiary, uint128 tokensToClaim)
delegateTokens(address delegatee)
initialize(address _token, address _poolManager, address _owner)
pauseVesting(bytes32 vestingId)
unpauseVesting(bytes32 vestingId)
AddedVesting(bytes32 indexed id)
CancelledVesting(bytes32 indexed id)
ClaimedVesting(bytes32 indexed id, address indexed beneficiary)
PausedVesting(bytes32 indexed id)
UnpausedVesting(bytes32 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.