Skip to main content
POST
totalNetworkStake

Overview

Queries the FenineSystem contract to get the total amount of FEN staked across all validators in the network. This includes both validator self-stakes and delegator stakes.

Contract Call Details

address
required
0x0000000000000000000000000000000000001000 (FenineSystem)
bytes
required
Function selector: 0x635c8637 (no parameters)

Response

uint256
Total staked amount in wei

Examples

Use Cases

Network Statistics

Combine with other methods for comprehensive stats:

getActiveValidators

Get list of active validators

getCurrentEpoch

Get current epoch number

getContractConstants

Get network parameters