ValidatorProxy
Verified contract
Active on
Ethereum with 5 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 "ValidatorProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12504333 | 3 years ago | | | 0 | 0.0038735820 | |
| 12503663 | 3 years ago | | | 0 | 0.0010826310 | |
| 12503656 | 3 years ago | | | 0 | 0.0027857860 | |
| 12497236 | 3 years ago | | | 0 | 0.0026886932 | |
| 12497235 | 3 years ago | | | 0 | 0.0091692242 |
ABI
ABI objects
Getter at block 21187358
getAggregators() view returns (address current, bool hasProposal, address proposed)
(current=0xdef8c51d7c1040637a198effc39613865b32ea51, hasProposal=false, proposed=0x0000000000000000000000000000000000000000)
getValidators() view returns (address current, bool hasProposal, address proposed)
(current=0x50ce56a3239671ab62f185704caedf626352741e, hasProposal=false, proposed=0x0000000000000000000000000000000000000000)
owner() view returns (address)
0x21f73d42eb58ba49ddb685dc29d3bf5c0f0373ca
typeAndVersion() pure returns (string)
ValidatorProxy 1.0.0
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
proposeNewAggregator(address proposed)
proposeNewValidator(address proposed)
transferOwnership(address to)
upgradeAggregator()
upgradeValidator()
validate(uint256 previousRoundId, int256 previousAnswer, uint256 currentRoundId, int256 currentAnswer) returns (bool)
AggregatorProposed(address indexed aggregator)
AggregatorUpgraded(address indexed previous, address indexed current)
OwnershipTransferRequested(address indexed from, address indexed to)
OwnershipTransferred(address indexed from, address indexed to)
ProposedAggregatorValidateCall(address indexed proposed, uint256 previousRoundId, int256 previousAnswer, uint256 currentRoundId, int256 currentAnswer)
ValidatorProposed(address indexed validator)
ValidatorUpgraded(address indexed previous, address indexed current)
constructor(address aggregator, address validator)
This contract contains no fallback and receive objects.
This contract contains no error objects.