Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PHNX | ERC-20 | 159.57741K | $0.000179 |
$28.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12292738 | 4 years ago | | | 0 | 0.0048555480 | |
| 12220599 | 4 years ago | | | 0 | 0.0039201400 | |
| 12172382 | 4 years ago | | | 0 | 0.010080360 | |
| 12112341 | 4 years ago | | | 0 | 0.0050857360 | |
| 12106553 | 4 years ago | | | 0 | 0.0070017500 | |
| 12086698 | 4 years ago | | | 0 | 0.0058802100 | |
| 12071095 | 4 years ago | | | 0 | 0.0076179040 | |
| 12068872 | 4 years ago | | | 0 | 0.0069442480 | |
| 12065844 | 4 years ago | | | 0 | 0.0077842780 | |
| 12064446 | 4 years ago | | | 0 | 0.0096904220 |
ABI
ABI objects
Getter at block 21091024
ERC20Interface() view returns (address)
0x38a2fdc11f526ddd5a607c1f251c065f40fbf2f7
earlyWithdrawReward() view returns (uint256)
0
name() view returns (string)
Inferno
rewardBalance() view returns (uint256)
295890410000000000000000
stakedBalance() view returns (uint256)
1363611502717650000000000
stakedTotal() view returns (uint256)
1496778502717650000000000
stakingCap() view returns (uint256)
2000000000000000000000000
stakingEnds() view returns (uint256)
1600358400
stakingStarts() view returns (uint256)
1599759286
tokenAddress() view returns (address)
0x38a2fdc11f526ddd5a607c1f251c065f40fbf2f7
totalReward() view returns (uint256)
295890410000000000000000
withdrawEnds() view returns (uint256)
1615910400
withdrawStarts() view returns (uint256)
1608134400
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.