MevBlockerFeeTill
Verified contract
Active on
Ethereum with 148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($147,138.40)
Native
Value
$147,138.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 40 | $3,678.46 |
$147,138.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279938 | 4 days ago | | | 0.10133711 | 0.00061448777 | |
| 21279797 | 4 days ago | | | 21.369794 | 0.0010110162 | |
| 21278860 | 4 days ago | | | 16.630742 | 0.00043131906 | |
| 21278727 | 4 days ago | | | 0 | 0.0017493377 | |
| 21229789 | 11 days ago | | | 0.072257766 | 0.00046755432 | |
| 21229727 | 11 days ago | | | 21.932875 | 0.00084956375 | |
| 21229307 | 11 days ago | | | 17.345389 | 0.00043965809 | |
| 21228554 | 11 days ago | | | 0 | 0.0012486133 | |
| 21184010 | 17 days ago | | | 15.858817 | 0.00093461613 | |
| 21180922 | 17 days ago | | | 23.368338 | 0.0043444731 |
ABI
ABI objects
Getter at block 21304987
earned() view returns (uint256)
0
owner() view returns (address)
0x76f7a89c1eb4502b911cf58f7aa7c2a1da844f80
price() view returns (uint256)
881192264508373
wait() view returns (uint256)
604800
Read-only
billers(address) view returns (bool)
bonds(address) view returns (uint256)
dues(address) view returns (uint256)
noped(address) view returns (uint256)
State-modifying
Events bill(address[] ids, uint256[] due, uint256 newPrice)
deny(address whom)
draft(address id, uint256 amt)
exit()
fine(address id, uint256 amt, address to)
join() payable
nope()
pass(address whom)
pay(address id) payable
reap()
rely(address whom)
unbill(address[] ids, uint256[] undue)
Billed(address indexed usr, uint256 amt)
Denied(address indexed usr)
Drafted(address indexed usr, uint256 amt)
Exited(address indexed usr, uint256 bond)
Fined(address indexed usr, uint256 amt, address to)
Joined(address indexed usr, uint256 amt)
Noped(address indexed usr)
Paid(address indexed usr, uint256 amt)
Passed(address indexed previousOwner, address newOwner)
Price(uint256 fee)
Reaped(uint256 amt)
Relied(address indexed usr)
Unbilled(address indexed usr, uint256 amt)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.