FlashbotSimulator
Verified contract
Active on
Ethereum with 55 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 "FlashbotSimulator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19416318 | 9 months ago | | | 0 | 0.0015309563 | |
| 18852415 | a year ago | | | 0 | 0.00073387209 | |
| 18852276 | a year ago | | | 0 | 0.00081134760 | |
| 18852265 | a year ago | | | 0.015 | 0.00049470362 | |
| 18852195 | a year ago | | | 0 | 0.00078503939 | |
| 18852180 | a year ago | | | 0 | 0.00082810490 | |
| 18852149 | a year ago | | | 0 | 0.00095603441 | |
| 18845062 | a year ago | | | 0 | 0.0010435356 | |
| 18844641 | a year ago | | | 0 | 0.0011552433 | |
| 18844626 | a year ago | | | 0.01 | 0.00067983605 |
ABI
ABI objects
Getter at block 21285170
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(address) view returns (bool)
State-modifying
Events acceptOwnership()
deposit() payable
execute(uint256 _counter, uint256 _amountToPayMiners)
renounceOwnership()
setStart(bool _isStarted)
setStarter(address _starter)
setWhitelist(address _address, bool _isWhitelisted)
transferOwnership(address newOwner)
withdawAll()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CallerIsNotStarter()
CallerIsNotWhitelisted()
CounterIsSmallerThanPrevious()
DepositAmountMustBeGreaterThanZero()
NotEnoughAmountToPayMiners()
NotStarted()