Vesting
Verified contract
Active on
Ethereum with 1,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YGG | ERC-20 | 163.045456M | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302155 | 12 hours ago | | | 0 | 0.0010529865 | |
| 21300354 | 18 hours ago | | | 0 | 0.00055832129 | |
| 21298553 | a day ago | | | 0 | 0.00050464424 | |
| 21298351 | a day ago | | | 0 | 0.00036082182 | |
| 21285928 | 3 days ago | | | 0 | 0.00041741231 | |
| 21283697 | 3 days ago | | | 0 | 0.00046034885 | |
| 21272673 | 5 days ago | | | 0 | 0.0013505082 | |
| 21272184 | 5 days ago | | | 0 | 0.0021932908 | |
| 21268067 | 5 days ago | | | 0 | 0.00090744270 | |
| 21266368 | 5 days ago | | | 0 | 0.0014355926 |
ABI
ABI objects
Getter at block 21305627
owner() view returns (address)
0xe30ed74c6633a1b0d34a71c50889f9f0fdb7d68a
ygg() view returns (address)
0x25f8087ead173b73d6e8b84329989a8eea16cf73
Read-only
claimed(address _user, uint256 _index) view returns (uint256)
pendingReward(address _user, uint256 _index) view returns (uint256)
vehiculeCount(address) view returns (uint256)
vehicules(address, uint256) view returns (uint256 start, uint256 end, uint256 upfront, uint256 amount, uint256 claimed, uint256 claimedUpfront)
State-modifying
Events claim(uint256 _index)
createVehicule(address _user, uint256 _amount, uint256 _upfront, uint256 _start, uint256 _end) returns (uint256)
endVehicule(address _user, uint256 _index)
fetchTokens(uint256 _amount)
killVehicule(address _user, uint256 _index)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
VehiculeCreated(address indexed user, uint256 id, uint256 amount, uint256 start, uint256 end)
YieldClaimed(address indexed user, uint256 amount)
constructor(address _ygg)
This contract contains no fallback and receive objects.
This contract contains no error objects.