Vesting
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Vesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vesting"
ABI
ABI objects
Getter at block 21296176
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
tokenBUMP() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
investorPause(address) view returns (bool)
isClaimed(uint256 index) view returns (bool)
State-modifying
Events addAddressToWhitelist(address addr)
claim(uint256 index, address account, uint256 amount, uint256 timestamp, bytes32[] merkleProof)
claimBulk(bytes[] claimArgs)
initialize(address _token, bytes32 _merkleRoot, address[] _whitelistAddresses)
pause()
pauseRecipients(address[] activeInvestors)
removeAddressFromWhitelist(address addr)
renounceOwnership()
setMerkleRoot(bytes32 root)
transferOwnership(address newOwner)
unpause()
unpauseRecipients(address[] pausedInvestors)
withdraw(address to, address token, uint256 amount)
AddressAddedToWhitelist(address newWhitelistAddress)
AddressRemovedFromWhitelist(address removedWhitelistAddress)
Claimed(uint256 index, address indexed account, uint256 amount, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.