Dispatcher
Verified contract
Active on
Ethereum with 2,951 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($511.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 142.658879 | $0.998885 |
$142.5 | |
USDT | ERC-20 | 127.142714 | $0.999817 |
$127.12 | |
LDO | ERC-20 | 72.379857 | $1.35 |
$97.71 | |
CRO | ERC-20 | 590.609857 | $0.122029 |
$72.07 | |
WBTC | ERC-20 | 0.000603 | $79,409.00 |
$47.85 | |
UNI | ERC-20 | 1.873306 | $9.37 |
$17.55 | |
KP3R | ERC-20 | 0.208603 | $17.27 |
$3.6 | |
USDC | ERC-20 | 1.99999 | $0.999515 |
$2 | |
VAL | ERC-20 | 62.501635 | $0.013524 |
$0.85 | |
ARMOR | ERC-20 | 171.823356 | $0.000292 |
$0.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12986078 | 3 years ago | | | 0 | 0.0021635900 | |
| 12957526 | 3 years ago | | | 0 | 0.0 | |
| 12947302 | 3 years ago | | | 0 | 0.0 | |
| 12909998 | 3 years ago | | | 0 | 0.0 | |
| 12906648 | 3 years ago | | | 0 | 0.0 | |
| 12902342 | 3 years ago | | | 0 | 0.0 | |
| 12893420 | 3 years ago | | | 0 | 0.0 | |
| 12893370 | 3 years ago | | | 0 | 0.0 | |
| 12886574 | 3 years ago | | | 0 | 0.0 | |
| 12885908 | 3 years ago | | | 0 | 0.0 |
ABI
ABI objects
Getter at block 21158384
APPROVER_ROLE() view returns (bytes32)
0x408a36151f841709116a4e8aca4e0202874f7f54687dcb863b1ea4672dc9d8cf
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGE_LP_ROLE() view returns (bytes32)
0xa381348eb3fe7f232f3078689dd9188d0bc370b23350159f64231117527caec7
MAX_LIQUIDITY() view returns (uint256)
100000000000000000000
TRADER_ROLE() view returns (bytes32)
0xfacaf2747a7486cf5730e9265973fb54447d3ace6e7e4711f6360826b0731941
WHITELISTED_LP_ROLE() view returns (bytes32)
0xea728681f55b7658af02b019305006d1b2faefced46ff12facedd896da3c3dc6
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
queryEngine() view returns (address)
0x62e34f7d2bb56c1c37a2c21fa89d0cf1291cf7d1
totalLiquidity() view returns (uint256)
0
version() view returns (uint8)
2
Read-only
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)
isApprover(address addressToCheck) view returns (bool)
isLPManager(address addressToCheck) view returns (bool)
isTrader(address addressToCheck) view returns (bool)
isWhitelistedLP(address addressToCheck) view returns (bool)
isWithdrawer(address addressToCheck) view returns (bool)
lpBalances(address) view returns (uint256)
State-modifying
Events estimateQueryCost(bytes script, uint256[] inputLocations)
grantRole(bytes32 role, address account)
makeTrade(bytes executeScript, uint256 ethValue)
makeTrade(bytes executeScript, uint256 ethValue, uint256 blockDeadline)
makeTrade(bytes executeScript, uint256 ethValue, uint256 minTimestamp, uint256 maxTimestamp)
makeTrade(bytes queryScript, uint256[] queryInputLocations, bytes executeScript, uint256[] executeInputLocations, uint256 targetPrice, uint256 ethValue)
makeTrade(bytes queryScript, uint256[] queryInputLocations, bytes executeScript, uint256[] executeInputLocations, uint256 targetPrice, uint256 ethValue, uint256 blockDeadline)
makeTrade(bytes queryScript, uint256[] queryInputLocations, bytes executeScript, uint256[] executeInputLocations, uint256 targetPrice, uint256 ethValue, uint256 minTimestamp, uint256 maxTimestamp)
provideETHLiquidity() payable
removeETHLiquidity(uint256 amount)
renounceRole(bytes32 role, address account)
rescueTokens(address[] tokens, uint256 amount)
revokeRole(bytes32 role, address account)
setMaxETHLiquidity(uint256 newMax)
tokenAllow(address[] tokensToApprove, uint256[] approvalAmounts, address spender)
tokenAllowAll(address[] tokensToApprove, address spender)
withdrawEth(uint256 amount)
LiquidityProvided(address indexed asset, address indexed provider, uint256 amount)
LiquidityRemoved(address indexed asset, address indexed provider, uint256 amount)
MaxLiquidityUpdated(address indexed asset, uint256 indexed newAmount, uint256 oldAmount)
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(uint8 _version, address _queryEngine, address _roleManager, address _lpManager, address _withdrawer, address _trader, address _supplier, uint256 _initialMaxLiquidity, address[] _lpWhitelist)
fallback()
receive()
This contract contains no error objects.