FilChainStatOracle
Verified contract
Active on
Ethereum with 5,606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FilChainStatOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15102796 | 2 years ago | | | 0 | 0.00066344446 | |
| 15102287 | 2 years ago | | | 0 | 0.0015677922 | |
| 15102272 | 2 years ago | | | 0 | 0.0012168930 | |
| 15102272 | 2 years ago | | | 0 | 0.0014236490 | |
| 15102272 | 2 years ago | | | 0 | 0.0014240930 | |
| 15102272 | 2 years ago | | | 0 | 0.0014240930 | |
| 15102272 | 2 years ago | | | 0 | 0.0013860360 | |
| 15102271 | 2 years ago | | | 0 | 0.0013864680 | |
| 15102270 | 2 years ago | | | 0 | 0.0012160050 | |
| 15102270 | 2 years ago | | | 0 | 0.0013847400 |
ABI
ABI objects
Getter at block 21280877
avgMiningEfficiency() view returns (uint256)
0
dailyStoragePowerIncrease() view returns (uint256)
26173
latest24hBlockReward() view returns (uint256)
284373133956876230000000
minerTotalAdjustedPower() view returns (uint256)
825645
networkStoragePower() view returns (uint256)
18230921
owner() view returns (address)
0x557edaafd875569f0bd6abae1185c17fd5a30ba0
rewardAttenuationFactor() view returns (uint256)
9946
sectorInitialPledge() view returns (uint256)
5765719696963180160
Read-only
minerAdjustedPower(string) view returns (uint256)
minerMiningEfficiency(string) view returns (uint256)
minerSectorInitialPledge(string) view returns (uint256)
whiteList(address) view returns (bool)
State-modifying
Events addWhiteList(address account)
removeMinerAdjustedPower(string _minerId)
removeWhiteList(address account)
renounceOwnership()
setAvgMiningEfficiency(uint256 _avgMiningEfficiency)
setDailyStoragePowerIncrease(uint256 _dailyStoragePowerIncrease)
setLatest24hBlockReward(uint256 _latest24hBlockReward)
setMinerAdjustedPower(string _minerId, uint256 _minerAdjustedPower)
setMinerAdjustedPowerBatch(string[] _minerIds, uint256[] _minerAdjustedPowers)
setMinerMiningEfficiency(string _minerId, uint256 _minerMiningEfficiency)
setMinerMiningEfficiencyBatch(string[] _minerIds, uint256[] _minerMiningEfficiencys)
setMinerSectorInitialPledge(string _minerId, uint256 _minerSectorInitialPledge)
setMinerSectorInitialPledgeBatch(string[] _minerIdList, uint256[] _minerSectorInitialPledgeList)
setNetworkStoragePower(uint256 _networkStoragePower)
setRewardAttenuationFactor(uint256 _rewardAttenuationFactor)
setSectorInitialPledge(uint256 _sectorInitialPledge)
transferOwnership(address newOwner)
AddWhiteList(address account)
AvgMiningEfficiencyChanged(uint256 originalValue, uint256 newValue)
DailyStoragePowerIncreaseChanged(uint256 originalValue, uint256 newValue)
Latest24hBlockRewardChanged(uint256 originalValue, uint256 newValue)
MinerAdjustedPowerChanged(string minerId, uint256 originalValue, uint256 newValue)
MinerMiningEfficiencyChanged(string minerId, uint256 originalValue, uint256 newValue)
MinerSectorInitialPledgeChanged(string minerId, uint256 originalValue, uint256 newValue)
NetworkStoragePowerChanged(uint256 originalValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveWhiteList(address account)
RewardAttenuationFactorChanged(uint256 originalValue, uint256 newValue)
SectorInitialPledgeChanged(uint256 originalValue, uint256 newValue)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.