Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 1.527 | $1.003 |
$1.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21626480 | a month ago | | | 0.0005 | 0.0000062500344 | |
| 16910492 | 4 months ago | | | 0.0005 | 0.0000030792210 | |
| 15366774 | 6 months ago | | | 0.0045 | 0.0000036892334 | |
| 15060580 | 6 months ago | | | 0.0005 | 0.000024970245 | |
| 13743376 | 7 months ago | | | 0.0005 | 0.000020963689 | |
| 13341218 | 7 months ago | | | 0.0005 | 0.000029430937 | |
| 13341189 | 7 months ago | | | 0.004 | 0.000027793313 | |
| 12881354 | 7 months ago | | | 0.0305 | 0.000015014424 | |
| 12846391 | 7 months ago | | | 0.0005 | 0.000013709818 | |
| 12808062 | 8 months ago | | | 0.0005 | 0.0000038637480 |
ABI
ABI objects
Getter at block 22750401
PRICE_PRECISION() view returns (uint256)
1000000000000000000000000000000
admin() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
getRequestQueueLengths() view returns (uint256, uint256)
(9779, 9780)
gov() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
maxTimeDelay() view returns (uint256)
1800
minBlockDelayKeeper() view returns (uint256)
1
minExecutionFee() view returns (uint256)
500000000000000
minTimeDelayPublic() view returns (uint256)
180
router() view returns (address)
0xb575cea2d54c08d9c25ac033b8c93bce2fb49495
swapRequestKeysStart() view returns (uint256)
9779
vault() view returns (address)
0x1ce0ebd2b95221b924765456fde017b076e79dbe
weth() view returns (address)
0xd6c5469a7cc587e1e89a841fb7c102ff1370c05f
Read-only
getRequestKey(address _account, uint256 _index) pure returns (bytes32)
getSwapRequestPath(bytes32 _key) view returns (address[])
isRequestKeeper(address) view returns (bool)
swapRequestKeys(uint256) view returns (bytes32)
swapRequests(bytes32) view returns (address account, uint256 amountIn, uint256 minOut, address receiver, uint256 acceptableRatio, uint256 executionFee, uint256 blockNumber, uint256 blockTime, bool isETHIn, bool isETHOut)
swapsIndex(address) view returns (uint256)
State-modifying
Events approve(address _token, address _spender, uint256 _amount)
cancelSwap(bytes32 _key, address _executionFeeReceiver) returns (bool)
createSwap(address[] _path, uint256 _amountIn, uint256 _minOut, address _receiver, uint256 _acceptableRatio, uint256 _executionFee, bool _isETHOut) payable
createSwapETHToTokens(address[] _path, uint256 _minOut, address _receiver, uint256 _acceptableRatio, uint256 _executionFee) payable
executeSwap(bytes32 _key, address _executionFeeReceiver) returns (bool)
executeSwaps(uint256 _endIndex, address _executionFeeReceiver)
sendValue(address _receiver, uint256 _amount)
setAdmin(address _admin)
setDelayValues(uint256 _minBlockDelayKeeper, uint256 _minTimeDelayPublic, uint256 _maxTimeDelay)
setGov(address _gov)
setMinExecutionFee(uint256 _minExecutionFee)
setRequestKeeper(address _account, bool _isActive)
setRequestKeysStartValue(uint256 _swapRequestKeysStart)
CancelSwap(address indexed account, address[] path, uint256 amountIn, uint256 minOut, address receiver, uint256 acceptableRatio, uint256 executionFee, uint256 blockGap, uint256 timeGap)
CreateSwap(address indexed account, address[] path, uint256 amountIn, uint256 minOut, address receiver, uint256 acceptableRatio, uint256 executionFee, uint256 index, uint256 blockNumber, uint256 blockTime)
ExecuteSwap(address indexed account, address[] path, uint256 amountIn, uint256 amountOut, uint256 minOut, address receiver, uint256 acceptableRatio, uint256 executionFee, uint256 blockGap, uint256 timeGap)
SetAdmin(address admin)
SetDelayValues(uint256 minBlockDelayKeeper, uint256 minTimeDelayPublic, uint256 maxTimeDelay)
SetMinExecutionFee(uint256 minExecutionFee)
SetRequestKeeper(address indexed account, bool isActive)
SetRequestKeysStartValue(uint256 swapRequestKeysStart)
constructor(address _vault, address _router, address _weth, uint256 _minExecutionFee)
receive()
This contract contains no error objects.