0x54cd0e6771b6487c721ec620c4de1240d3b07696
Unverified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
The storage layout for this contract could not be retrieved.
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NPQ | ERC-20 | 1.152922 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "0x54cd0e6771b6487c721ec620c4de1240d3b07696"
ABI
ABI objects
Getter at block 21244124 proxiableUUID() view returns (bytes32)
getPoolState() view returns (struct IStakefishTransactionFeePoolComputationCache)
(1664279363, 6190188781, 34627358500303591264, 95215919148792479661, 157875527977432984)
stakefishCommissionRateBasisPoints() view returns (uint256)
2000
totalValidators() view returns (uint256)
8622
Read-only
pendingReward(address depositorAddress) view returns (uint256, uint256)
State-modifying
Events bulkJoinPool(bytes validatorPubkeyArray, address[] depositorAddresses, uint256 ts)
bulkPartPool(bytes validatorPubkeyArray, uint256 ts)
changeOperator(address newOperator)
closePoolForWithdrawal()
collectPoolCommission(address beneficiary, uint256 amountRequested)
collectReward(address beneficiary, uint256 amountRequested)
emergencyWithdraw(address[] depositorAddresses, address[] beneficiaries, uint256 maxAmount)
initialize(address operatorAddress_, address adminAddress_, address devAddress_)
joinPool(bytes validatorPubKey, address depositor, uint256 joinTime)
migrate(address toAddress)
openPoolForWithdrawal()
partPool(bytes validatorPubKey, uint256 leaveTime)
setCommissionRate(uint256 commissionRate)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CommissionRateChanged(uint256 newRate)
Initialized(uint8 version)
OperatorChanged(address newOperator)
Upgraded(address indexed implementation)
ValidatorBulkJoined(bytes validatorPubkeyArray, address[] depositorAddress, uint256 time)
ValidatorBulkParted(bytes validatorPubkeyArray, address[] depositorAddress, uint256 time)
ValidatorJoined(bytes indexed validatorPubkey, address indexed depositorAddress, uint256 ts)
ValidatorParted(bytes indexed validatorPubkey, address indexed depositorAddress, uint256 ts)
ValidatorRewardCollected(address indexed depositorAddress, address beneficiary, uint256 rewardAmount, address requester)
This contract contains no constructor objects.
receive()
This contract contains no error objects.