ForgeStaking
Verified contract
Active on
Ethereum with 794 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
0x5198…02bf
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
StaXe | ERC-20 | 8.57375M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18072639 | a year ago | | | 0 | 0.010223331 | |
| 18072635 | a year ago | | | 0 | 0.0018456998 | |
| 18072626 | a year ago | | | 0 | 0.0018188923 | |
| 18072598 | a year ago | | | 0 | 0.0010534894 | |
| 18072594 | a year ago | | | 0 | 0.00090191483 | |
| 18071965 | a year ago | | | 0 | 0.0010580872 | |
| 18071958 | a year ago | | | 0 | 0.0011466420 | |
| 18028252 | a year ago | | | 0 | 0.0088559311 | |
| 18024277 | a year ago | | | 0 | 0.00072530769 | |
| 15979032 | 2 years ago | | | 0 | 0.0020812741 |
ABI
ABI objects
Getter at block 21177488
owner() view returns (address)
0x3076867a85f67f5c3d1459ba8c140a735dfae23f
stakingToken() view returns (address)
0x5198625a8abf34a0d2a1f262861ff3b3079302bf
stakingVault() view returns (address)
0x510a972852f9ca32ed0292f501b3ac4679db9c9a
totalStaked() view returns (uint256)
9025000000000039817983161
Read-only
calculateInteresetInSeconds(uint256 principal, uint256 apy, uint256 _seconds) pure returns (uint256)
getPoolInfo(uint256 poolId) view returns (struct ForgeStakingPool)
getRewards(address _staker, uint256 poolId) view returns (uint256)
getStakedInPool(address account, uint256 poolId) view returns (uint256)
getStakerProfile(address _staker, uint256 _poolId) view returns (struct ForgeStakingStakeProfile)
State-modifying
Events renounceOwnership()
setStakingToken(address newStakingToken)
setStakingVault(address newVault)
stake(uint256 _stakeNumber, uint256 poolId)
transferOwnership(address newOwner)
unstake(uint256 _unstakeNumber, uint256 poolId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.