LogOfClaimedMEVBlocks
Verified contract
Active on
Ethereum with 10 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 "LogOfClaimedMEVBlocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12276099 | 4 years ago | | | 0 | 0.0066250720 | |
| 12268083 | 4 years ago | | | 0 | 0.0066347050 | |
| 12202033 | 4 years ago | | | 0 | 0.0064321801 | |
| 12200620 | 4 years ago | | | 3.5991365 | 0.0076263660 | |
| 12156339 | 4 years ago | | | 0 | 0.0092348550 | |
| 12117997 | 4 years ago | | | 0 | 0.0085785091 | |
| 12116351 | 4 years ago | | | 0 | 0.0080051340 | |
| 12116323 | 4 years ago | | | 52.658147 | 0.021240450 | |
| 12116282 | 4 years ago | | | 0 | 0.0076452960 | |
| 12115651 | 4 years ago | | | 0 | 0.0052215930 |
ABI
ABI objects
Getter at block 21223354
owner() view returns (address)
0xb66bc587ef942d2f609ce26e0a1c076fa42a7642
Read-only
blockSubmissionsOperator(address) view returns (address)
checkValidityOfGetWork(bytes32 blockHeader, bytes32 seedHash, bytes32 target, uint256 blockNumber, uint256 blockPayment, address miningPoolAddress, address mevProducerAddress, uint8 v, bytes32 r, bytes32 s) view returns (bool isWorkSignatureCorrect, uint256 remainingDuration)
claimedBlockNonce(bytes32) view returns (uint256)
depositedEther(address) view returns (uint256)
timestampOfPossibleExit(address) view returns (uint256)
State-modifying
Events depositAndLock(uint256 depositAmount, uint256 depositDuration) payable
renounceOwnership()
setBlockSubmissionsOperator(address newBlockSubmissionsOperator)
submitClaim(bytes32 blockHeader, bytes32 seedHash, bytes32 target, uint256 blockNumber, uint256 blockPayment, address miningPoolAddress, address mevProducerAddress, uint8 v, bytes32 r, bytes32 s, uint256 blockNonce, bytes32 mixDigest)
transferOwnership(address newOwner)
whitelistMiningPool(address miningPoolAddress)
withdraw(uint256 etherAmount)
withdrawAll()
BlockClaimed(bytes32 blockHeader, bytes32 seedHash, bytes32 target, uint256 blockNumber, uint256 blockPayment, address miningPoolAddress, address mevProducerAddress, uint256 blockNonce, bytes32 mixDigest)
Deposit(address user, uint256 amount, uint256 updatedExitTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolOperatorUpdate(address miningPoolAddress, address oldPoolOperator, address newPoolOperator)
Withdraw(address user, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.