Round 1 - Medium Term
Verified contract
Active on
Ethereum with 122 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 |
---|---|---|---|---|---|
NTVRK | ERC-20 | 4.527924 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16480136 | 2 years ago | | | 0 | 0.0016625836 | |
| 15049655 | 2 years ago | | | 0 | 0.0038171512 | |
| 14845138 | 2 years ago | | | 0 | 0.0036516260 | |
| 13808923 | 3 years ago | | | 0 | 0.0046773311 | |
| 13796514 | 3 years ago | | | 0 | 0.0022444564 | |
| 13728475 | 3 years ago | | | 0 | 0.0073992522 | |
| 13707581 | 3 years ago | | | 0 | 0.010379253 | |
| 13679543 | 3 years ago | | | 0 | 0.0093092088 | |
| 13659155 | 3 years ago | | | 0 | 0.0084489992 | |
| 13658987 | 3 years ago | | | 0 | 0.0060080098 |
ABI
ABI objects
Getter at block 21267741
ERC20Interface() view returns (address)
0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a
earlyWithdrawReward() view returns (uint256)
30822000000000000000000
name() view returns (string)
Round 1 - Medium Term
rewardBalance() view returns (uint256)
117152723490353304593218
stakedBalance() view returns (uint256)
533059359000000000000000
stakedTotal() view returns (uint256)
750000000000000000000000
stakingCap() view returns (uint256)
750000000000000000000000
stakingEnds() view returns (uint256)
1623420000
stakingStarts() view returns (uint256)
1622815200
tokenAddress() view returns (address)
0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a
totalReward() view returns (uint256)
123288000000000000000000
withdrawEnds() view returns (uint256)
1636380000
withdrawStarts() view returns (uint256)
1628604000
Read-only
stakeOf(address account) view returns (uint256)
State-modifying
Events addReward(uint256 rewardAmount, uint256 withdrawableAmount) returns (bool)
stake(uint256 amount) returns (bool)
withdraw(uint256 amount) returns (bool)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_, address tokenAddress_, uint256 stakingStarts_, uint256 stakingEnds_, uint256 withdrawStarts_, uint256 withdrawEnds_, uint256 stakingCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.