VRVesting

Verified contract

Active on Ethereum with 1,149 txns
Deployed by via 0x63da6176 at 19637505
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4,538.57
0xdbeeb1868fe6f6f70e0604423f8d95c1b7b788be1fa2ba9af00fdd39aa55ac30
0x6c07865a6750d00ab85a89a11128f8ecdf24a4396db72241afdcb3e8d661e8d5
0xfe8ef4e5cad8f3668b88defd6247397a3fe5279e390872dba32d6af0e41a2a01
0xeed6221b3c1ae67eeb33065b069748f4e816135b9d64e43bd56406c60db0104a
0x446a7827d70d39638fe89de19f7ec8204e61bcb0131c3f3755dc6648b007d48f
0x4221d043ff4c2464500f055799dd6d7449d9ead470acc477e156185edcc71243
0xb525fda1bdc57e4e07b38c9b9b1b875ddc3907d9e7d59a86a662e5b53d216c78
0x6a323651c79cc2f667c416f6f5a6318b6f6931c1bf66f327c4d40826a6ab37e0
0x8df783c514e19811d0469eb37590fd8dcf898b35086687b73d9b5a141d369714
0x2d9788a84a7d75442df2d6bd4f877e8745de72754ad30445c2542ddd48ddf77e

Functions
Getter at block 21319127
HUNDRED_PERCENT(view returns (uint48)
1000000
owner(view returns (address)
0xef76cfb498f3fe4d19d390e5a5fbac8716107777
token(view returns (address)
0x7d5121505149065b562c789a0145ed750e6e8cdd
vestingRoundCount(view returns (uint256)
2
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