This contract is being backfilled. You may encounter incomplete storage history.

IntegralDelay

Verified contract

Proxy

Active on Ethereum with 5,934 txns
Deployed by via 0x65ecffc6 at 12115876
Slot
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
Native
Value $709.22
0x11a0dfce37efe9866b8973b4dd4abb80a42a190f4ffd9bce23aef522539e0ebc
0x239a54c2c6cc81492bf080e9ba9082b3eff6b68004c2d55f13c1ddf34da77a60
0x26be89d183b977ff8b23eda81c4b765f4aef75cb040e6cdf2cf9da0d8c81a6b5
0x068f092b9a92a578d30fa3c600ee5db56f0147dba623be626ef2e3ceffb810d8
0xba6414f3411373e9c24ebe2e63bef130ef6e2932c435ca844147abdbe5cc52b9
0x0866bbbcc0d3185d8335a42d0fec2231ba4c6d4a06f35363cbe5f3d4d2cdf678
0x541b0907e759aa71f2159fdb65d131eab951a8708e942f788143ac3e82da66c1
0x7c0b816fa2f4306b1905ee3c89e81584e96661b031d3f274b4b035478ce3a198
0xdbe2e4d5fad8263c61e69b658422f9b796480a16af10cc24b401d839721601cd
0xa1354ba8e2a728a99a6ca586f173c901cbbecd2387ffc3f0e16c3cef463654bb

Functions
Getter at block 20798671
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
 
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)
Read-only
getBuyDisabled(address pairview returns (bool)
getBuyOrder(uint256 orderIdview returns (struct OrdersBuyOrder order)
getDepositDisabled(address pairview returns (bool)
getDepositOrder(uint256 orderIdview returns (struct OrdersDepositOrder order)
getOrder(uint256 orderIdview returns (uint8 orderTypeuint256 validAfterTimestamp)
getOrderStatus(uint256 orderIdview returns (uint8)
getSellDisabled(address pairview returns (bool)
getSellOrder(uint256 orderIdview returns (struct OrdersSellOrder order)
getTransferGasCost(address tokenview returns (uint256 gasCost)
getWithdrawDisabled(address pairview returns (bool)
getWithdrawOrder(uint256 orderIdview returns (struct OrdersWithdrawOrder order)
isOrderCanceled(uint256 orderIdview returns (bool)
totalShares(address tokenview returns (uint256)
uint32ToGasPrice(uint32 gasPrice32pure returns (uint256 gasPrice)
State-modifying
_executeBuy(struct OrdersBuyOrder buyOrder
_executeDeposit(struct OrdersDepositOrder depositOrder
_executeSell(struct OrdersSellOrder sellOrder
_executeWithdraw(struct OrdersWithdrawOrder withdrawOrder
_refundLiquidity(address pairaddress touint256 liquidity
_refundToken(address tokenaddress touint256 sharebool unwrap
_refundTokens(address toaddress token0uint256 share0address token1uint256 share1bool unwrap
buy(struct OrdersBuyParams buyParamspayable returns (uint256 orderId)
cancelOrder(uint256 orderId
deposit(struct OrdersDepositParams depositParamspayable returns (uint256 orderId)
execute(uint256 n
retryRefund(uint256 orderId
sell(struct OrdersSellParams sellParamspayable returns (uint256 orderId)
setBot(address _bot
setDelay(uint256 _delay
setGasPriceInertia(uint256 _gasPriceInertia
setMaxGasLimit(uint256 _maxGasLimit
setMaxGasPriceImpact(uint256 _maxGasPriceImpact
setOrderDisabled(address pairuint8 orderTypebool disabled
setOwner(address _owner
setTransferGasCost(address tokenuint256 gasCost
withdraw(struct OrdersWithdrawParams withdrawParamspayable returns (uint256 orderId)
Events
BotSet(address bot
DelaySet(uint256 delay
EthRefund(address indexed tobool indexed successuint256 value
Execute(address senderuint256 n
GasPriceInertiaSet(uint256 gasPriceInertia
MaxGasLimitSet(uint256 maxGasLimit
MaxGasPriceImpactSet(uint256 maxGasPriceImpact
OrderDisabled(address pairuint8 orderTypebool disabled
OrderExecuted(uint256 indexed idbool indexed successbytes datauint256 gasSpentuint256 ethRefunded
OwnerSet(address owner
RefundFailed(address indexed toaddress indexed tokenuint256 amountbytes data
TransferGasCostSet(address tokenuint256 gasCost
UnwrapFailed(address touint256 amount
BuyEnqueued(uint256 indexed orderIduint128 validAfterTimestampuint256 gasPrice
DepositEnqueued(uint256 indexed orderIduint128 validAfterTimestampuint256 gasPrice
GasPriceInertiaSet(uint256 gasPriceInertia
MaxGasLimitSet(uint256 maxGasLimit
MaxGasPriceImpactSet(uint256 maxGasPriceImpact
SellEnqueued(uint256 indexed orderIduint128 validAfterTimestampuint256 gasPrice
TransferGasCostSet(address tokenuint256 gasCost
WithdrawEnqueued(uint256 indexed orderIduint128 validAfterTimestampuint256 gasPrice
Constructor
constructor(address _factoryaddress _wethaddress _bot
Fallback and receive
receive(
Errors

This contract contains no error objects.