BlockProtection
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x0000…08b6
Balances ($0.00)
No balances found for "BlockProtection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19073204 | 10 months ago | | | 0 | 0.00039326220 | |
| 19073204 | 10 months ago | | | 0 | 0.00037312627 | |
| 19073204 | 10 months ago | | | 0 | 0.00064212174 | |
| 15792396 | 2 years ago | | | 0 | 0.012942487 | |
| 15603645 | 2 years ago | | | 0 | 0.0065924909 | |
| 14920728 | 2 years ago | | | 0 | 0.038798793 | |
| 14891891 | 2 years ago | | | 0 | 0.067209872 | |
| 14862530 | 2 years ago | | | 0 | 0.0034029700 | |
| 14862518 | 2 years ago | | | 0 | 0.0043460111 | |
| 14862503 | 2 years ago | | | 0 | 0.0043327658 |
ABI
ABI objects
Getter at block 21277057
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
governor() view returns (address)
0x037f4b699d122bb04099727f2c1759680b2139ae
mechanicsRegistry() view returns (address _mechanicRegistry)
0x0000000000d104aeeaef2f91202885dc836808b6
paused() view returns (bool)
false
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isGovernor(address _account) view returns (bool _isGovernor)
isMechanic(address _mechanic) view returns (bool _isMechanic)
State-modifying
Events acceptGovernor()
callWithBlockProtection(address _to, bytes _data, uint256 _blockNumber) payable returns (bytes _returnData)
pause(bool _paused)
sendDust(address _to, address _token, uint256 _amount)
setMechanicsRegistry(address _mechanicsRegistry)
setPendingGovernor(address _pendingGovernor)
DustSent(address _to, address token, uint256 amount)
GovernorAccepted()
Paused(bool _paused)
PendingGovernorSet(address pendingGovernor)
constructor(address _mechanicsRegistry)
This contract contains no fallback and receive objects.
InvalidBlock()