Staking
Verified contract
Active on
Ethereum with 5,646 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c4b…3e3d
Balances ($23,793.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VGX | ERC-20 | 2.528274M | $0.009411 |
$23,793.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21047567 | a month ago | | | 0 | 0.00067872097 | |
| 20478604 | 4 months ago | | | 0 | 0.00057152272 | |
| 20478537 | 4 months ago | | | 0 | 0.0010954337 | |
| 20235914 | 5 months ago | | | 0 | 0.00033840409 | |
| 20150269 | 5 months ago | | | 0 | 0.00015662503 | |
| 19934743 | 6 months ago | | | 0 | 0.00086148194 | |
| 19928486 | 6 months ago | | | 0 | 0.00076524251 | |
| 19781044 | 7 months ago | | | 0 | 0.00067825614 | |
| 19655478 | 8 months ago | | | 0 | 0.0011634543 | |
| 19538311 | 8 months ago | | | 0 | 0.0025106742 |
ABI
ABI objects
Getter at block 21306948
interestRate() view returns (uint256)
188
owner() view returns (address)
0xe793e8aefc1e8f104a9be9cf73e4ab1dff892372
supportsHistory() pure returns (bool)
false
token() view returns (address)
0x3c4b6e6e1ea3d4863700d7f76b36b7f3d3f13e3d
totalStaked() view returns (uint256)
254544227701562
totalUnmintedInterest() view returns (uint256)
1716777832256
Read-only
totalStakedFor(address addr) view returns (uint256)
State-modifying
Events accrueInterest()
renounceOwnership()
setInterestRate(uint256 newInterestRate)
stake(uint256 amount, bytes data)
stakeFor(address user, uint256 amount, bytes data)
transferOwnership(address newOwner)
unstake(uint256 amount, bytes data)
InterestPaid(uint256 amount, uint256 lastDayPaidTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 total, bytes data)
Unstaked(address indexed user, uint256 amount, uint256 total, bytes data)
constructor(address stakeTokenAddress, uint256 startingTimestamp, uint256 maxInterestRate, uint256 startingInterestRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.