VRVesting

Verified contract

Active on Ethereum with 450 txns
Deployed by via 0x8031306e at 18990775
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $12,276.54
0x3df86ffbd24f16eb0a752b879e53e59398dc41b77ee93b46b03cc877f8bcd8ee
0x00f5b5ebdcf9d786f835d30fa6e1b9d7cac7e441a46f0a03b4e232519de7d392
0xa81795def0f41ba3a949276fee8cfca3bbce8c99e39d0f9ec0d0a2dd4fe50109
0xcc096956791a6eda53bae4adc0bf45e5f5f0b7ad3863ce122f671f41c3d03b47
0xcd73d332238995a7b949ba0ac2145c08b6bf53a77ac6b62921ca0b2e57081bb7
0xc75f22613d55bc743a7952e456d1ebebafb71134d35cac3e8eaac8fe140b8762
0x6fa04b91c55e266b4b9bcafef52e4d6847cb7ce862eaa0ed82444fc357215eae
0xa87e5e97a142635bf6a4c8a392fc04be85b1dca44a36a079b33125467f01df3b
0xa2d2b057a3069b63d961fa27b888f11c47b093d498b76b03e78707915f7d4468
0x8bc4e4fe6ffeff1365eddb90eabdb7d3de8fb653c76b0ed276c1d83ba0bf8d8e

Functions
Getter at block 21079272
HUNDRED_PERCENT(view returns (uint48)
1000000
owner(view returns (address)
0x47390157490e14fdaf51a980e69e816bcd282639
token(view returns (address)
0x7d5121505149065b562c789a0145ed750e6e8cdd
vestingRoundCount(view returns (uint256)
17
Read-only
getClaimable(address walletview returns (uint256)
getVestingRound(uint256 vestingRoundIdview returns (struct VRVestingVestingRound vestingRound)
getVestingStart(uint256 vestingRoundIdview returns (uint48)
users(addressview returns (uint120 amountuint16 vestingRoundIduint120 claimed)
State-modifying
addVestingRound(uint48 linearVestingStartuint48 linearVestingEnduint48[] unlockTimestampsuint48[] unlockPercentages
addWallets(address[] walletsuint120[] amountsuint16[] vestingRoundIdsbool applyDecimals
claim(
deleteWallets(address[] wallets
renounceOwnership(
transferOwnership(address newOwner
Events
AddVestingRound(uint256 iduint48 linearVestingStartuint48 linearVestingEnduint48[] unlockTimestampsuint48[] unlockPercentages
AddWallets(address[] walletsuint120[] amountsuint16[] vestingRoundIds
Claim(address useruint256 amount
DeleteWallets(address[] wallets
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _token
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account