Ferrum Network Staking
Verified contract
Active on
Ethereum with 57 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRM | ERC-20 | 1.180192K | $0.012049 |
$14.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11394911 | 4 years ago | | | 0 | 0.0081919480 | |
| 10748178 | 4 years ago | | | 0 | 0.0033203400 | |
| 10673805 | 4 years ago | | | 0 | 0.0029850860 | |
| 10503915 | 4 years ago | | | 0 | 0.0031550070 | |
| 10503682 | 4 years ago | | | 0 | 0.0039844080 | |
| 10480161 | 4 years ago | | | 0 | 0.0013834750 | |
| 10319957 | 4 years ago | | | 0 | 0.014118650 | |
| 10295465 | 4 years ago | | | 0 | 0.017708480 | |
| 10257858 | 4 years ago | | | 0 | 0.0014948010 | |
| 10159830 | 5 years ago | | | 0 | 0.0019922040 |
ABI
ABI objects
Getter at block 21296160
ERC20Interface() view returns (address)
0xe5caef4af8780e59df925470b050fb23c43ca68c
earlyWithdrawReward() view returns (uint256)
59178080000
name() view returns (string)
Ferrum Network Staking
rewardBalance() view returns (uint256)
142701736407
stakedBalance() view returns (uint256)
2061023180000
stakedTotal() view returns (uint256)
2412666180000
stakingCap() view returns (uint256)
3000000000000
stakingEnds() view returns (uint256)
1575039600
stakingStarts() view returns (uint256)
1574434800
tokenAddress() view returns (address)
0xe5caef4af8780e59df925470b050fb23c43ca68c
totalReward() view returns (uint256)
147945210000
withdrawEnds() view returns (uint256)
1590588000
withdrawStarts() view returns (uint256)
1582815600
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.