VRVesting
Verified contract
Active on
Ethereum with 450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d51…8cdd
Balances ($12,276.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VR | ERC-20 | 1.90218M | $0.006454 |
$12,276.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062455 | 2 days ago | | | 0 | 0.00038140158 | |
| 21047939 | 4 days ago | | | 0 | 0.00027863112 | |
| 21037508 | 6 days ago | | | 0 | 0.00059473544 | |
| 21037151 | 6 days ago | | | 0 | 0.00092598412 | |
| 21037130 | 6 days ago | | | 0 | 0.0012108473 | |
| 21009871 | 10 days ago | | | 0 | 0.00059319969 | |
| 21008590 | 10 days ago | | | 0 | 0.00060586000 | |
| 21008264 | 10 days ago | | | 0 | 0.00087696373 | |
| 21007598 | 10 days ago | | | 0 | 0.00098328437 | |
| 20986728 | 13 days ago | | | 0 | 0.0023633209 |
ABI
ABI objects
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 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)