ExclusiveDutchOrderReactor
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ExclusiveDutchOrderReactor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261441 | 3 hours ago | | | 0 | 0.0029268521 | |
| 21260566 | 6 hours ago | | | 0 | 0.0023271515 | |
| 21260346 | 6 hours ago | | | 0 | 0.0026189667 | |
| 21258809 | 12 hours ago | | | 0 | 0.0026225604 | |
| 21256971 | 18 hours ago | | | 0 | 0.0021793840 | |
| 21248808 | 2 days ago | | | 0 | 0.0035072165 | |
| 21244546 | 2 days ago | | | 0 | 0.0044670998 | |
| 21242536 | 3 days ago | | | 0 | 0.0028528410 | |
| 21242489 | 3 days ago | | | 0 | 0.0034969085 | |
| 21242123 | 3 days ago | | | 0 | 0.0030133455 |
ABI
ABI objects
Getter at block 21262254
feeController() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x702099e284f23da733c03b461c7571a742782fc2
permit2() view returns (address)
0x31c2f6fcff4f8759b3bd5bf0e1084a055615c768
Read-only
This contract contains no read-only function objects.
State-modifying
Events execute(struct SignedOrder order) payable
executeBatch(struct SignedOrder[] orders) payable
executeBatchWithCallback(struct SignedOrder[] orders, bytes callbackData) payable
executeWithCallback(struct SignedOrder order, bytes callbackData) payable
setProtocolFeeController(address _newFeeController)
transferOwnership(address newOwner)
Fill(bytes32 indexed orderHash, address indexed filler, address indexed swapper, uint256 nonce)
OwnershipTransferred(address indexed user, address indexed newOwner)
ProtocolFeeControllerSet(address oldFeeController, address newFeeController)
constructor(address _permit2, address _protocolFeeOwner)
receive()
DeadlineBeforeEndTime()
DeadlinePassed()
DuplicateFeeOutput(address duplicateToken)
EndTimeBeforeStartTime()
FeeTooLarge(address token, uint256 amount, address recipient)
IncorrectAmounts()
InputAndOutputDecay()
InsufficientEth()
InvalidFeeToken(address feeToken)
InvalidReactor()
NativeTransferFailed()
NoExclusiveOverride()
OrderEndTimeBeforeStartTime()
ReentrancyGuardReentrantCall()