SimplePREApplication
Verified contract
Active on
Ethereum with 599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SimplePREApplication"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19432775 | 8 months ago | | | 0 | 0.0020411353 | |
| 18721184 | a year ago | | | 0 | 0.0028469349 | |
| 18721054 | a year ago | | | 0 | 0.0079829862 | |
| 18456183 | a year ago | | | 0 | 0.00086117922 | |
| 18455997 | a year ago | | | 0 | 0.00091354827 | |
| 18455993 | a year ago | | | 0 | 0.0031921777 | |
| 18189508 | a year ago | | | 0 | 0.00036198597 | |
| 18175421 | a year ago | | | 0 | 0.00043477952 | |
| 18075949 | a year ago | | | 0 | 0.00052774085 | |
| 18048197 | a year ago | | | 0 | 0.00054295457 |
ABI
ABI objects
Getter at block 21125488
getStakingProvidersLength() view returns (uint256)
270
minAuthorization() view returns (uint256)
40000000000000000000000
minOperatorSeconds() view returns (uint256)
86400
tStaking() view returns (address)
0x01b67b1194c75264d06f808a921228a95c765dd7
Read-only
authorizedStake(address _stakingProvider) view returns (uint96)
getActiveStakingProviders(uint256 _startIndex, uint256 _maxStakingProviders) view returns (uint256 allAuthorizedTokens, uint256[2][] activeStakingProviders)
getBeneficiary(address _stakingProvider) view returns (address beneficiary)
getOperatorFromStakingProvider(address _stakingProvider) view returns (address)
isAuthorized(address _stakingProvider) view returns (bool)
isOperatorConfirmed(address _operator) view returns (bool)
stakingProviderFromOperator(address _operator) view returns (address)
stakingProviderInfo(address) view returns (address operator, bool operatorConfirmed, uint256 operatorStartTimestamp)
stakingProviders(uint256) view returns (address)
State-modifying
Events bondOperator(address _stakingProvider, address _operator)
confirmOperatorAddress()
OperatorBonded(address indexed stakingProvider, address indexed operator, uint256 startTimestamp)
OperatorConfirmed(address indexed stakingProvider, address indexed operator)
constructor(address _tStaking, uint256 _minAuthorization, uint256 _minOperatorSeconds)
This contract contains no fallback and receive objects.
This contract contains no error objects.