CoWSwapEthFlow

Verified contract

Active on Ethereum with 196,129 txns
Deployed by via 0x024751a1 at 16169866
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,750.23
ERC-20
Value $45,103.63
ERC-20
Value $0.29
ERC-20
Value $0
ERC-20
--
ERC-20
--
0xfa789dde072959f0242db03ea4b6ca242c7cc70fff9ad10b5872e055a8c22b5e
0xd3ee47c4c45bcbaf8c2a12cb9055c84ea96e0fab7b6fb1bfd29483f5ced01855
0x61b51855103f9471bcaa1afcb4afbb193d7345b8308ba2f2054428ccf82f3067
0x747b589a98288fff014a6659046e8cb0d4ecaf675f3f1c3caf6f54bf1d47069e
0x530a296fec0146cec0bd19e14af31840ecafb14e4217f25d92544a26b901def5
0x2939259d93913c3fbac3dcf81705d55f45bd04c51a354807761130fd51ca60ba
0xda3b1cd5a95294657ec6e53b17cd0570247b32eac1f516462086994762ca680b
0x5dea88f02ebe61bb0f694dfb8688c7895e63be0504250b2c95604c06fed57873
0x71f2e1cc6294ecfc534afa8cd23af905f686208af8daf9b7ed9319f4926889a0
0x2cedb5c84e466c414650f5fd64e2f0c59b307a5ca7f248f883c864cc56b3cb31

Functions
Getter at block 21157950
cowSwapSettlement(view returns (address)
0x9008d19f58aabd9ed0d60971565aa8510560ab41
wrappedNativeToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
isValidSignature(bytes32 orderHashbytesview returns (bytes4)
orders(bytes32view returns (address owneruint32 validTo)
State-modifying
createOrder(struct EthFlowOrderData orderpayable returns (bytes32 orderHash)
invalidateOrder(struct EthFlowOrderData order
invalidateOrdersIgnoringNotAllowed(struct EthFlowOrderData[] orderArray
unwrap(uint256 amount
wrap(uint256 amount
wrapAll(
Events
OrderInvalidation(bytes orderUid
OrderPlacement(address indexed senderstruct GPv2OrderData orderstruct ICoWSwapOnchainOrdersOnchainSignature signaturebytes data
OrderRefund(bytes orderUidaddress indexed refunder
Constructor
constructor(address _cowSwapSettlementaddress _wrappedNativeToken
Fallback and receive
receive(
Errors
EthTransferFailed(
IncorrectEthAmount(
NotAllowedToInvalidateOrder(bytes32 orderHash
NotAllowedZeroSellAmount(
OrderIsAlreadyExpired(
OrderIsAlreadyOwned(bytes32 orderHash
ReceiverMustBeSet(