VECStaking
Verified contract
Active on
Ethereum with 14,238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0xc93a…21b3
Balances ($61,927,083.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sVEC | ERC-20 | 36.890633M | $1.67 |
$61,607,356.52 | |
VEC | ERC-20 | 206.275274K | $1.55 |
$319,726.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21249894 | 2 days ago | | | 0 | 0.0017059932 | |
| 21248175 | 2 days ago | | | 0 | 0.0014876491 | |
| 21218364 | 6 days ago | | | 0 | 0.0017132334 | |
| 21193707 | 9 days ago | | | 0 | 0.0028119364 | |
| 21193706 | 9 days ago | | | 0 | 0.0043189043 | |
| 21184195 | 11 days ago | | | 0 | 0.0047723237 | |
| 21173086 | 12 days ago | | | 0 | 0.0069284620 | |
| 21163069 | 14 days ago | | | 0 | 0.0018650040 | |
| 21142059 | 17 days ago | | | 0 | 0.0016735570 | |
| 21142012 | 17 days ago | | | 0 | 0.0017294574 |
ABI
ABI objects
Getter at block 21261650
VEC() view returns (address)
0x1bb9b64927e0c5e207c9db4093b3738eef5d8447
distributor() view returns (address)
0xc93ab6aca2c14422a65a31010ac2b4baa86a21b3
epoch() view returns (uint256 length, uint256 number, uint256 end, uint256 distribute)
(length=28800, number=599, end=1723537583, distribute=0)
index() view returns (uint256 index_)
1483876316
owner() view returns (address)
0xe0eb63b4e18ff1e646ab7e37510e6eaf287ade3d
sVEC() view returns (address)
0x66d5c66e7c83e0682d947176534242c9f19b3365
secondsToNextEpoch() view returns (uint256 seconds_)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events rebase()
renounceOwnership()
setDistributor(address _distributor)
stake(address _to, uint256 _amount)
transferOwnership(address newOwner)
unstake(address _to, uint256 _amount, bool _rebase)
DistributorSet(address distributor)
EpochTriggerd(uint256 newEpoch)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed from, address indexed to, uint256 amount)
Unstake(address indexed from, address indexed to, uint256 amount)
constructor(address _VEC, address _sVEC, uint256 _epochLength, uint256 _secondsTillFirstEpoch)
This contract contains no fallback and receive objects.
This contract contains no error objects.