Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LazyVesting"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17892238 | a year ago | | | 0 | 0.0078007503 | |
| 17883993 | a year ago | | | 0 | 0.0023295000 | |
| 17883992 | a year ago | | | 0 | 0.0024248500 | |
| 17883991 | a year ago | | | 0 | 0.0024248500 | |
| 17883990 | a year ago | | | 0 | 0.0050445000 | |
| 17883989 | a year ago | | | 0 | 0.0050637000 | |
| 17883988 | a year ago | | | 0 | 0.0050637000 |
ABI
ABI objects
Getter at block 21218252
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APY() view returns (uint96)
666
CONTRIBUTION_TYPEHASH() view returns (bytes32)
0xed2300fbd3f6c33c575171d7d3a691dea1987b59083832bf14eb35327b32ba39
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DENOMINATOR() view returns (uint96)
10000
EIP712_DOMAIN_NAME() view returns (string)
LAZY VESTING
EIP712_DOMAIN_VERSION() view returns (string)
1
FIRST_PENALTY() view returns (uint96)
3000
HARDLOCK() view returns (uint256)
10368000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
SECOND_PENALTY() view returns (uint96)
2000
SOFTLOCK() view returns (uint256)
2592000
THIRD_PENALTY() view returns (uint96)
1000
getChainID() view returns (uint256)
1
token() view returns (address)
0x39b0e13a29c2a27ce88cebd21262a232b0633613
vault() view returns (address)
0x43e4c226e00f174edd66db9e92422c2498fdec5e
version() pure returns (string)
1.0.0
Read-only
getContributionById(uint256 id) view returns (struct LazyVestingContributionData contribution)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
recover(uint256 id, address contributor, uint256 amount, uint256 start, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimContribution(uint256 id, address contributor, uint256 amount, uint256 start, bytes signature)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
withdraw(uint256 amount)
Claim(address indexed contributor, uint256 amount, uint256 bonus, uint256 start, uint256 outcome, uint256 leftovers)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdraw(uint256 amount)
constructor(address token_, address vault_)
This contract contains no fallback and receive objects.
This contract contains no error objects.