VestingWalletMultiLinear
Verified contract
Active on
Ethereum with 35 txns
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 |
---|---|---|---|---|---|
CHAMP | ERC-20 | 135.144123K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18916002 | a year ago | | | 0 | 0.0010823520 | |
| 18695019 | a year ago | | | 0 | 0.0031748992 | |
| 18480694 | a year ago | | | 0 | 0.0030666640 | |
| 18259124 | a year ago | | | 0 | 0.00072156800 | |
| 18045130 | a year ago | | | 0 | 0.00099215600 | |
| 17823611 | a year ago | | | 0 | 0.0021647040 | |
| 17602620 | a year ago | | | 0 | 0.0014431360 | |
| 17389365 | 2 years ago | | | 0 | 0.0026156840 | |
| 17169396 | 2 years ago | | | 0 | 0.0058627400 | |
| 16957717 | 2 years ago | | | 0 | 0.0017137240 |
ABI
ABI objects
Getter at block 21313716 lockEnd() view returns (uint256)
BENEFICIARY_MANAGER_ROLE() view returns (bytes32)
0xc59ec23d1c349d9976a1aba1c27c681cc250eafcb2aaf5c7c3be1d0e6827bfb1
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SCHEDULE_MANAGER_ROLE() view returns (bytes32)
0x54217f7b85353d04ece159ebd69a45e9b8287dd2043746eaca469996a3d91aee
beneficiary() view returns (address)
0xb50e2689ab615ed66426e81bf6dd45dc79145e97
duration() view returns (uint256)
86922000
locked() view returns (bool)
true
paused() view returns (bool)
false
permanentlyLocked() view returns (bool)
true
released() view returns (uint256)
0
start() view returns (uint256)
1650352874
stepPercentSum() view returns (uint8)
100
Read-only
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)
released(address token) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
vestedAmount(address token, uint64 timestamp) view returns (uint256)
vestedAmount(uint64 timestamp) view returns (uint256)
State-modifying
Events addToSchedule(uint8 stepPercent, uint64 stepDuration)
grantRole(bytes32 role, address account)
lock(uint256 lockDuration)
pause()
permanentLock()
release()
release(address token)
renounceRole(bytes32 role, address account)
resetSchedule()
revokeRole(bytes32 role, address account)
setBeneficiary(address beneficiaryAddress)
tokensReceived(address, address, address, uint256, bytes, bytes)
unpause()
BeneficiaryEdited(address beneficiaryAddress)
ERC20Released(address indexed token, uint256 amount)
EtherReleased(uint256 amount)
Locked(address account, uint256 duration)
Paused(address account)
PermanentlyLocked(address account)
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)
ScheduleReset()
ScheduleStepAdded(uint8 stepPercent, uint64 stepDuration)
Unpaused(address account)
constructor(address beneficiaryAddress, uint64 startTimestamp)
receive()
This contract contains no error objects.