VRVesting
Verified contract
Active on
Ethereum with 1,149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d51…8cdd
Balances ($4,538.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VR | ERC-20 | 440.021218K | $0.010314 |
$4,538.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308044 | 2 days ago | | | 0 | 0.0011828100 | |
| 21306648 | 2 days ago | | | 0 | 0.00083679998 | |
| 21299472 | 3 days ago | | | 0 | 0.00065300930 | |
| 21297370 | 3 days ago | | | 0 | 0.00060348001 | |
| 21285937 | 5 days ago | | | 0 | 0.00064311792 | |
| 21238658 | 11 days ago | | | 0 | 0.0011100107 | |
| 21236730 | 12 days ago | | | 0 | 0.0020194358 | |
| 21227794 | 13 days ago | | | 0 | 0.00069454081 | |
| 21222428 | 14 days ago | | | 0 | 0.0017103220 | |
| 21204904 | 16 days ago | | | 0 | 0.00026532725 |
ABI
ABI objects
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 wallet) view returns (uint256)
getVestingRound(uint256 vestingRoundId) view returns (struct VRVestingVestingRound vestingRound)
getVestingStart(uint256 vestingRoundId) view returns (uint48)
users(address) view returns (uint120 amount, uint16 vestingRoundId, uint120 claimed)
State-modifying
Events addVestingRound(uint48 linearVestingStart, uint48 linearVestingEnd, uint48[] unlockTimestamps, uint48[] unlockPercentages)
addWallets(address[] wallets, uint120[] amounts, uint16[] vestingRoundIds, bool applyDecimals)
claim()
deleteWallets(address[] wallets)
renounceOwnership()
transferOwnership(address newOwner)
AddVestingRound(uint256 id, uint48 linearVestingStart, uint48 linearVestingEnd, uint48[] unlockTimestamps, uint48[] unlockPercentages)
AddWallets(address[] wallets, uint120[] amounts, uint16[] vestingRoundIds)
Claim(address user, uint256 amount)
DeleteWallets(address[] wallets)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)