Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARCH | ERC-20 | 76.344683K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18100688 | a year ago | | | 0 | 0.0013984235 | |
| 14994034 | 2 years ago | | | 0 | 0.0026265522 | |
| 13939465 | 3 years ago | | | 0 | 0.012933502 | |
| 13885311 | 3 years ago | | | 0 | 0.0056204375 | |
| 13777863 | 3 years ago | | | 0 | 0.0092584118 | |
| 13752969 | 3 years ago | | | 0 | 0.015155181 | |
| 13715716 | 3 years ago | | | 0 | 0.024162665 | |
| 13559757 | 3 years ago | | | 0 | 0.015511649 | |
| 13444591 | 3 years ago | | | 0 | 0.0099193447 | |
| 13440060 | 3 years ago | | | 0 | 0.0065575786 |
ABI
ABI objects
Getter at block 21212127 allActiveLockBalances() view returns (struct VaultLockBalance[]) allActiveLockIds() view returns (uint256[]) allActiveLocks() view returns (struct VaultLock[])
lockManager() view returns (address)
0xb05834034b21531f1689456b1d79fb0569e23474
numLocks() view returns (uint256)
157
Read-only
activeLockBalances(address receiver) view returns (struct VaultLockBalance[])
activeLockIds(address receiver) view returns (uint256[])
activeLocks(address receiver) view returns (struct VaultLock[])
allLocks(address receiver) view returns (struct VaultLock[])
claimableBalance(uint256 lockId) view returns (uint256)
lockBalance(uint256 lockId) view returns (struct VaultLockBalance balance)
lockIds(address, uint256) view returns (uint256)
tokenBalance(address token, address receiver) view returns (struct VaultTokenBalance balance)
tokenLocks(uint256) view returns (address token, address receiver, uint48 startTime, uint16 vestingDurationInDays, uint16 cliffDurationInDays, uint256 amount, uint256 amountClaimed, uint256 votingPower)
totalTokenBalance(address token) view returns (struct VaultTokenBalance balance)
State-modifying
Events claimAllUnlockedTokens(uint256[] locks)
claimUnlockedTokenAmounts(uint256[] locks, uint256[] amounts)
extendLock(uint256 lockId, uint16 vestingDaysToAdd, uint16 cliffDaysToAdd)
lockTokens(address token, address locker, address receiver, uint48 startTime, uint256 amount, uint16 vestingDurationInDays, uint16 cliffDurationInDays, bool grantVotingPower)
lockTokensWithPermit(address token, address locker, address receiver, uint48 startTime, uint256 amount, uint16 vestingDurationInDays, uint16 cliffDurationInDays, bool grantVotingPower, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
LockCreated(address indexed token, address indexed locker, address indexed receiver, uint256 lockId, uint256 amount, uint48 startTime, uint16 durationInDays, uint16 cliffInDays, uint256 votingPower)
LockExtended(uint256 indexed lockId, uint16 indexed oldDuration, uint16 indexed newDuration, uint16 oldCliff, uint16 newCliff, uint48 startTime)
UnlockedTokensClaimed(address indexed receiver, address indexed token, uint256 indexed lockId, uint256 amountClaimed, uint256 votingPowerRemoved)
constructor(address _lockManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.