FlashbotSimulator

Verified contract

Active on Ethereum with 55 txns
Deployed by via 0x4ef2c4cb at 18744442
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FlashbotSimulator"

0xd09be3e09753f50bab0084b358ea03c45de080513579a66e3baeed8a14f80316
0x66f3280fd2556ef4378b988c939ccfca0677aa25ea4bd89a2c6569fca6147226
0x7e57799320fb49923729178e34a2768a6847ea8c10f59a43b18f79ec26e9bbe9
0x75fab1f9023402c683985c4d0476fdd00ba71108a342729a6cf32eece092d0fa
0xf5315d1d2834c4b6b373682682e10ca2d8444e70f9bdcfba2fedd6400660b932
0xa63c2359739ca209b8bde5903b5773f5761090ccc395ffc6606223adc32e7eac
0x6d15370bff294f4b50169d23d411aff35418bbc4630d94cafd7dbaf123bbf11c
0x20e59b96e1ede64e3a8f4dc7ecb7d801f7220765a91bfeb699e758cca2cf1700
0xab02478efcd0d7a2e4ff8c9e44cecffecc2dc733cc744635d34f9214a571fdf4
0x265ee886a8c7c365a970b3ff7691c0fbeb7b77d2b92174b56931683a910cc202

Functions
Getter at block 20969118
counter(view returns (uint256)
34
depositedAmount(view returns (uint256)
0
isStarted(view returns (bool)
true
owner(view returns (address)
0xc253f36267f4aaa28a9be43238563f44d51fed71
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
starter(view returns (address)
0xed556ab81315801135efb6c84e57c8c1319c5617
Read-only
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
deposit(payable 
execute(uint256 _counteruint256 _amountToPayMiners
renounceOwnership(
setStart(bool _isStarted
setStarter(address _starter
setWhitelist(address _addressbool _isWhitelisted
transferOwnership(address newOwner
withdawAll(
Events
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotStarter(
CallerIsNotWhitelisted(
CounterIsSmallerThanPrevious(
DepositAmountMustBeGreaterThanZero(
NotEnoughAmountToPayMiners(
NotStarted(