ValleyDAO Virtual Token
Verified contract
Active on
Ethereum with 97 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,797,613.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GROW | ERC-20 | 10.010926M | $0.978692 |
$9,797,613.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261054 | 4 days ago | | | 0 | 0.00085945364 | |
| 21209865 | 11 days ago | | | 0 | 0.0010929807 | |
| 21180508 | 15 days ago | | | 0 | 0.0025445799 | |
| 20661158 | 3 months ago | | | 0 | 0.000040909136 | |
| 20580497 | 3 months ago | | | 0 | 0.000093610423 | |
| 20486114 | 4 months ago | | | 0 | 0.00044608688 | |
| 20417797 | 4 months ago | | | 0 | 0.00033738147 | |
| 20185832 | 5 months ago | | | 0 | 0.00077326135 | |
| 20182993 | 5 months ago | | | 0 | 0.00071540935 | |
| 19867160 | 6 months ago | | | 0 | 0.00047531429 |
ABI
ABI objects
Getter at block 21287651 getVestingSchedulesIds() view returns (bytes32[])
decimals() view returns (uint8)
18
getWithdrawableAmount() view returns (uint256)
344495621862166324435320
name() view returns (string)
ValleyDAO Virtual Token
nativeToken() view returns (address)
0x761a3557184cbc07b7493da0661c41177b2f97fa
owner() view returns (address)
0xd920e60b798a2f5a8332799d8a23075c9e77d5f8
paused() view returns (bool)
false
symbol() view returns (string)
vGROW
totalSupply() view returns (uint256)
9666430843707761428282897
vestingSchedulesTotalAmount() view returns (uint256)
9666430843707761428282897
Read-only
allowance(address, address) pure returns (uint256)
approve(address, uint256) pure returns (bool)
balanceOf(address user) view returns (uint256)
computeReleasableAmount(bytes32 vestingScheduleId) view returns (uint256)
computeVestingScheduleIdForAddressAndIndex(address holder, uint256 index) pure returns (bytes32)
getVestingSchedule(bytes32 vestingScheduleId) view returns (struct TokenVestingVestingSchedule)
getVestingScheduleByAddressAndIndex(address holder, uint256 index) view returns (struct TokenVestingVestingSchedule)
holdersVestingScheduleCount(address) view returns (uint256)
transfer(address, uint256) pure returns (bool)
transferFrom(address, address, uint256) pure returns (bool)
vestingSchedulesIds(uint256) view returns (bytes32)
State-modifying
Events createVestingSchedule(address _beneficiary, uint256 _start, uint256 _cliff, uint256 _duration, uint256 _slicePeriodSeconds, bool _revokable, uint256 _amount)
release(bytes32 vestingScheduleId, uint256 amount)
releaseAvailableTokensForHolder(address holder)
renounceOwnership()
revoke(bytes32 vestingScheduleId)
setPaused(bool paused)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ScheduleCreated(bytes32 indexed scheduleId, address indexed beneficiary, uint256 amount, uint256 start, uint256 cliff, uint256 duration, uint256 slicePeriodSeconds, bool revokable)
ScheduleRevoked(bytes32 indexed scheduleId)
TokensReleased(bytes32 indexed scheduleId, address indexed beneficiary, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address token_, string _name, string _symbol)
This contract contains no fallback and receive objects.
DecimalsError()
DurationShorterThanCliff()
InsufficientReleasableTokens()
InsufficientTokensInContract()
InvalidAmount()
InvalidDuration()
InvalidSchedule()
InvalidSlicePeriod()
InvalidStart()
NotRevokable()
NotSupported()
ScheduleWasRevoked()
TooManySchedulesForBeneficiary()
Unauthorized()