Ferrum Network Staking
Verified contract
Active on
Ethereum with 100 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,187.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRM | ERC-20 | 1.042165M | $0.011694 |
$12,187.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14878915 | 2 years ago | | | 0 | 0.014701770 | |
| 13859058 | 3 years ago | | | 0 | 0.0041573378 | |
| 13173733 | 3 years ago | | | 0 | 0.0074740129 | |
| 13094602 | 3 years ago | | | 0 | 0.0030316055 | |
| 13016422 | 3 years ago | | | 0 | 0.016879810 | |
| 12605441 | 3 years ago | | | 0 | 0.0036285820 | |
| 12535604 | 3 years ago | | | 0 | 0.00097352200 | |
| 12530316 | 3 years ago | | | 0 | 0.0021682990 | |
| 12527470 | 3 years ago | | | 0 | 0.0011505260 | |
| 12457356 | 4 years ago | | | 0 | 0.0028755350 |
ABI
ABI objects
Getter at block 21288116
ERC20Interface() view returns (address)
0xe5caef4af8780e59df925470b050fb23c43ca68c
earlyWithdrawReward() view returns (uint256)
517808220000
name() view returns (string)
Ferrum Network Staking
rewardBalance() view returns (uint256)
1430160968434
stakedBalance() view returns (uint256)
2167169035900
stakedTotal() view returns (uint256)
3500000000000
stakingCap() view returns (uint256)
3500000000000
stakingEnds() view returns (uint256)
1582210800
stakingStarts() view returns (uint256)
1581606000
tokenAddress() view returns (address)
0xe5caef4af8780e59df925470b050fb23c43ca68c
totalReward() view returns (uint256)
1553424660000
withdrawEnds() view returns (uint256)
1621087200
withdrawStarts() view returns (uint256)
1601647200
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.