IntegralDelay

Verified contract

Proxy

Active on Ethereum with 535 txns
Deployed by via 0x521a40fd at 12372291
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
ERC-20
Value $33.35
0x87dcfeda6845b2df8029bd6d2e59fb3b437c1b833225af12651e3c203dd438a6
0x92ee18eda06575739afe4b7884f96c85b0f6c55f419876575578c9cb175872c5
0x6789ecf0f5e7181a5ad64299ef51e2ab903e59665a950f045d4aad6afa1283b0
0x408a1c70feaba05644aa917341df5067cecb6f975c4f113a053bf346a666c784
0x8d75f16e46494b7d00c7fe0ce5a3ae9f8f0ec9826e2d43edff3e8672d4bc06ab
0x6d980782485b6056980e8f414669eab048b32146abcf22a8e12d1c7eac9b7170
0xe2aa3cd6bd54e05e5aa61b6928f01643170c5852e2fbaef5c8cefbd91d3d6589
0xf51effb6203ced6822a7cfd7f8b9794a1d0a83a42671361c53bc73723a4f96af
0xd6ba18d26f416cb4d4a2dff65dc8aa76869bfcda2d04363218f1dcb77575f6b2
0x31c1359bf53c8a1e9ca818c908561377cc4a395b29f65d8789794a57124802ea

Functions
Getter at block 20855399
ORDER_CANCEL_TIME(view returns (uint256)
86400
botExecuteTime(view returns (uint256)
1200
delay(view returns (uint256)
300
factory(view returns (address)
0x673662e97b05e001816c380ba5a628d2e29f55d1
gasPrice(view returns (uint256)
157375000000
gasPriceInertia(view returns (uint256)
20000000
lastProcessedOrderId(view returns (uint256)
234
maxGasLimit(view returns (uint256)
5000000
maxGasPriceImpact(view returns (uint256)
1000000
newestOrderId(view returns (uint256)
234
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)
isBot(addressview returns (bool)
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 _botbool _isBot
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 botbool isBot
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.