YDFVester
Verified contract
Active on
Ethereum with 19,302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($36,524.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YDF | ERC-20 | 64.618403M | $0.000565 |
$36,524.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206669 | 19 hours ago | | | 0 | 0.00091700643 | |
| 21206668 | 19 hours ago | | | 0 | 0.00087240670 | |
| 21206665 | 19 hours ago | | | 0 | 0.00089329386 | |
| 21206664 | 19 hours ago | | | 0 | 0.00086083123 | |
| 21206662 | 19 hours ago | | | 0 | 0.00093254891 | |
| 21206659 | 19 hours ago | | | 0 | 0.00082898786 | |
| 21206635 | 19 hours ago | | | 0 | 0.00093920860 | |
| 21206634 | 19 hours ago | | | 0 | 0.00093312459 | |
| 21206633 | 19 hours ago | | | 0 | 0.00088400881 | |
| 21206632 | 19 hours ago | | | 0 | 0.00090675999 |
ABI
ABI objects
Getter at block 21212329
fullyVestedPeriod() view returns (uint256)
7776000
getYDF() view returns (address)
0x30dcba0405004cf124045793e1933c798af9e66a
owner() view returns (address)
0x47af673dc2d8e652957f24669b6427fc00d5173a
withdrawsPerPeriod() view returns (uint256)
10
Read-only
getUserVests(address _user) view returns (struct YDFVesterTokenVest[])
getWithdrawsAllowed(address _user, uint256 _index) view returns (uint256)
stakeContracts(uint256) view returns (address)
vests(address, uint256) view returns (uint256 start, uint256 end, uint256 totalWithdraws, uint256 withdrawsCompleted, uint256 amount)
State-modifying
Events addStakingContract(address _contract)
createVest(address _user, uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _index)
CreateVest(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 index, uint256 amountWithdrawn)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.