IntegralDelay
Verified contract
Proxy
Active on
Ethereum with 5,934 txns
Unified storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
-
variable spans 1 additional slot
Balances ($935.17)
Native
Value
$935.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.277974 | $3,364.22 |
$935.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12193270 | 4 years ago | | | 0 | 0.010108560 | |
| 12193269 | 4 years ago | | | 0 | 0.010097120 | |
| 12193267 | 4 years ago | | | 0 | 0.010108560 | |
| 12193266 | 4 years ago | | | 0 | 0.010097120 | |
| 12193264 | 4 years ago | | | 0 | 0.010108560 | |
| 12193263 | 4 years ago | | | 0 | 0.010097120 | |
| 12193261 | 4 years ago | | | 0 | 0.010108560 | |
| 12193259 | 4 years ago | | | 0 | 0.010097120 | |
| 12193194 | 4 years ago | | | 0 | 0.047016300 | |
| 12193184 | 4 years ago | | | 0 | 0.045179981 |
ABI
ABI objects
Getter at block 21276337 ETHER_TRANSFER_CALL_COST() view returns (uint256) ORDER_BASE_COST() view returns (uint256) PAIR_TRANSFER_COST() view returns (uint256) REFUND_END_COST() view returns (uint256)
ORDER_CANCEL_TIME() view returns (uint256)
86400
bot() view returns (address)
0x8971dc0105a22e54d81593af02167fc82af935e3
botExecuteTime() view returns (uint256)
1200
delay() view returns (uint256)
300
factory() view returns (address)
0x673662e97b05e001816c380ba5a628d2e29f55d1
gasPrice() view returns (uint256)
148868000000
gasPriceInertia() view returns (uint256)
20000000
lastProcessedOrderId() view returns (uint256)
3100
maxGasLimit() view returns (uint256)
5000000
maxGasPriceImpact() view returns (uint256)
1000000
newestOrderId() view returns (uint256)
3100
owner() view returns (address)
0xab066655a991550debaec0aa1cdd4f3bd7bb5483
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getBuyDisabled(address pair) view returns (bool)
getBuyOrder(uint256 orderId) view returns (struct OrdersBuyOrder order)
getDepositDisabled(address pair) view returns (bool)
getDepositOrder(uint256 orderId) view returns (struct OrdersDepositOrder order)
getOrder(uint256 orderId) view returns (uint8 orderType, uint256 validAfterTimestamp)
getOrderStatus(uint256 orderId) view returns (uint8)
getSellDisabled(address pair) view returns (bool)
getSellOrder(uint256 orderId) view returns (struct OrdersSellOrder order)
getTransferGasCost(address token) view returns (uint256 gasCost)
getWithdrawDisabled(address pair) view returns (bool)
getWithdrawOrder(uint256 orderId) view returns (struct OrdersWithdrawOrder order)
isOrderCanceled(uint256 orderId) view returns (bool)
totalShares(address token) view returns (uint256)
uint32ToGasPrice(uint32 gasPrice32) pure returns (uint256 gasPrice)
State-modifying
Events _executeBuy(struct OrdersBuyOrder buyOrder)
_executeDeposit(struct OrdersDepositOrder depositOrder)
_executeSell(struct OrdersSellOrder sellOrder)
_executeWithdraw(struct OrdersWithdrawOrder withdrawOrder)
_refundLiquidity(address pair, address to, uint256 liquidity)
_refundToken(address token, address to, uint256 share, bool unwrap)
_refundTokens(address to, address token0, uint256 share0, address token1, uint256 share1, bool unwrap)
buy(struct OrdersBuyParams buyParams) payable returns (uint256 orderId)
cancelOrder(uint256 orderId)
deposit(struct OrdersDepositParams depositParams) payable returns (uint256 orderId)
execute(uint256 n)
retryRefund(uint256 orderId)
sell(struct OrdersSellParams sellParams) payable returns (uint256 orderId)
setBot(address _bot)
setDelay(uint256 _delay)
setGasPriceInertia(uint256 _gasPriceInertia)
setMaxGasLimit(uint256 _maxGasLimit)
setMaxGasPriceImpact(uint256 _maxGasPriceImpact)
setOrderDisabled(address pair, uint8 orderType, bool disabled)
setOwner(address _owner)
setTransferGasCost(address token, uint256 gasCost)
withdraw(struct OrdersWithdrawParams withdrawParams) payable returns (uint256 orderId)
BotSet(address bot)
DelaySet(uint256 delay)
EthRefund(address indexed to, bool indexed success, uint256 value)
Execute(address sender, uint256 n)
GasPriceInertiaSet(uint256 gasPriceInertia)
MaxGasLimitSet(uint256 maxGasLimit)
MaxGasPriceImpactSet(uint256 maxGasPriceImpact)
OrderDisabled(address pair, uint8 orderType, bool disabled)
OrderExecuted(uint256 indexed id, bool indexed success, bytes data, uint256 gasSpent, uint256 ethRefunded)
OwnerSet(address owner)
RefundFailed(address indexed to, address indexed token, uint256 amount, bytes data)
TransferGasCostSet(address token, uint256 gasCost)
UnwrapFailed(address to, uint256 amount)
BuyEnqueued(uint256 indexed orderId, uint128 validAfterTimestamp, uint256 gasPrice)
DepositEnqueued(uint256 indexed orderId, uint128 validAfterTimestamp, uint256 gasPrice)
GasPriceInertiaSet(uint256 gasPriceInertia)
MaxGasLimitSet(uint256 maxGasLimit)
MaxGasPriceImpactSet(uint256 maxGasPriceImpact)
SellEnqueued(uint256 indexed orderId, uint128 validAfterTimestamp, uint256 gasPrice)
TransferGasCostSet(address token, uint256 gasCost)
WithdrawEnqueued(uint256 indexed orderId, uint128 validAfterTimestamp, uint256 gasPrice)
constructor(address _factory, address _weth, address _bot)
receive()
This contract contains no error objects.