GenericProxy
Verified contract
Active on
Ethereum with 34 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 "GenericProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13557307 | 3 years ago | | | 0 | 0.012926661 | |
| 13398675 | 3 years ago | | | 0 | 0.0040496001 | |
| 13398608 | 3 years ago | | | 0 | 0.0077287475 | |
| 13397950 | 3 years ago | | | 0 | 0.0045449951 | |
| 13263613 | 3 years ago | | | 0.0035540571 | 0.077633804 | |
| 13263474 | 3 years ago | | | 0.025820761 | 0.015281316 | |
| 13255536 | 3 years ago | | | 0.0065450318 | 0.010052377 | |
| 13255409 | 3 years ago | | | 0.0091742983 | 0.0064267303 | |
| 13254715 | 3 years ago | | | 0.0096258118 | 0.0072519878 | |
| 13252975 | 3 years ago | | | 0.0050581776 | 0.0073553035 |
ABI
ABI objects
Getter at block 21090708
governor() view returns (address)
0x30f04d945cbead9dee3f903529b576de17d49231
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptPendingGovernor()
call(uint256 _targetBlock, uint256 _reward, address _target1, bytes _data1) payable
call(uint256 _targetBlock, uint256 _reward, address _target1, bytes _data1, address _target2, bytes _data2) payable
call(uint256 _targetBlock, uint256 _reward, address _target1, bytes _data1, address _target2, bytes _data2, address _target3, bytes _data3) payable
call(uint256 _targetBlock, uint256 _reward, address[] _targets, bytes[] _data) payable
callWithPriorityFee(uint256 _targetBlock, uint256 _priorityFee, address[] _targets, bytes[] _data) payable
depositETH() payable
justCall(address _target, bytes _data)
setPendingGovernor(address _pendingGovernor)
withdrawETH(address _to, uint256 _amount)
PendingGovernorAccepted(address _previousGovernor, address _newGovernor)
PendingGovernorSet(address _governor, address _pendingGovernor)
This contract contains no constructor objects.
receive()
CallError()
IllegalBlock()
NoGovernorZeroAddress()
OnlyGovernor()
OnlyPendingGovernor()