DispatcherFactory
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "DispatcherFactory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12009878 | 4 years ago | | | 0 | 0.40100954 | |
| 12009849 | 4 years ago | | | 0 | 0.40100954 | |
| 12004049 | 4 years ago | | | 0 | 0.40510147 | |
| 12004040 | 4 years ago | | | 0 | 0.40510147 | |
| 11748409 | 4 years ago | | | 0 | 0.41328533 | |
| 11748390 | 4 years ago | | | 0 | 0.41328533 | |
| 11748345 | 4 years ago | | | 0 | 0.36827406 | |
| 11731262 | 4 years ago | | | 0 | 0.21278057 | |
| 11731261 | 4 years ago | | | 0 | 0.21278057 | |
| 11730392 | 4 years ago | | | 0 | 0.0045872190 |
ABI
ABI objects
Getter at block 21245749 dispatchers() view returns (address[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISPATCHER_ADMIN_ROLE() view returns (bytes32)
0xaa1af34341297dfbc4dfe694fa8bb873bcaf9528e24c7336ae6bfc3f79ddeddb
numDispatchers() view returns (uint256)
11
version() view returns (uint8)
2
Read-only
exists(address dispatcherContract) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events addDispatchers(address[] dispatcherContracts)
createNewDispatcher(address queryEngine, address roleManager, address lpManager, address withdrawer, address trader, address supplier, uint256 initialMaxLiquidity, address[] lpWhitelist) returns (address dispatcher)
grantRole(bytes32 role, address account)
removeDispatchers(address[] dispatcherContracts)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
DispatcherAdded(address indexed dispatcher)
DispatcherCreated(address indexed dispatcher, uint8 indexed version, address queryEngine, address roleManager, address lpManager, address withdrawer, address trader, address supplier, uint256 initialMaxLiquidity, bool lpWhitelist)
DispatcherRemoved(address indexed dispatcher)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _roleAdmin, address _dispatcherAdmin)
This contract contains no fallback and receive objects.
This contract contains no error objects.