Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
No balances found for "Sequencer"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16813739 | 2 years ago | | | 0 | 0.0025502081 | |
| 16804354 | 2 years ago | | | 0 | 0.0029533762 | |
| 16370580 | 2 years ago | | | 0 | 0.0040617331 | |
| 16348386 | 2 years ago | | | 0 | 0.0036405508 | |
| 16348382 | 2 years ago | | | 0 | 0.0020303876 | |
| 15618083 | 2 years ago | | | 0 | 0.00036838588 | |
| 15618073 | 2 years ago | | | 0 | 0.00052362974 | |
| 15276031 | 2 years ago | | | 0 | 0.00012166245 | |
| 15276020 | 2 years ago | | | 0 | 0.00025303067 | |
| 15270621 | 2 years ago | | | 0 | 0.0011402929 |
ABI
ABI objects
Getter at block 21176596
numJobs() view returns (uint256)
4
numNetworks() view returns (uint256)
4
window() view returns (uint256)
13
Read-only
hasJob(address job) view returns (bool)
hasNetwork(bytes32 network) view returns (bool)
isMaster(bytes32 network) view returns (bool)
jobAt(uint256 index) view returns (address)
networkAt(uint256 index) view returns (bytes32)
wards(address) view returns (uint256)
State-modifying
Events addJob(address job)
addNetwork(bytes32 network)
deny(address usr)
file(bytes32 what, uint256 data)
getNextJobs(bytes32 network) returns (struct SequencerWorkableJob[])
getNextJobs(bytes32 network, uint256 startIndex, uint256 endIndexExcl) returns (struct SequencerWorkableJob[])
rely(address usr)
removeJob(address job)
removeNetwork(bytes32 network)
AddJob(address indexed job)
AddNetwork(bytes32 indexed network)
Deny(address indexed usr)
File(bytes32 indexed what, uint256 data)
Rely(address indexed usr)
RemoveJob(address indexed job)
RemoveNetwork(bytes32 indexed network)
constructor()
This contract contains no fallback and receive objects.
BadIndicies(uint256 startIndex, uint256 exclEndIndex)
IndexTooHigh(uint256 index, uint256 length)
InvalidFileParam(bytes32 what)
JobDoesNotExist(address network)
JobExists(address job)
NetworkDoesNotExist(bytes32 network)
NetworkExists(bytes32 network)