CoWSwapEthFlow

Verified contract

Active on Ethereum with 206,720 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
ERC-20
Value $46,912.62
ERC-20
Value $0.29
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x388d7b60a1473e82b0424f3513a453b33393b14a0f7bc8377a2fd9b0efd04ef3
0x1f8b1faae276fa9874c661c624457d7ba764a42a9482b85f583de180b3f67191
0x6b77c0984476736b7b6d60482ee4736b590cf9c3d24c46517dd9e6ed33d10f51
0xc8c44555a4ba7711f287dcd9f332fc8e69f680ca187794c71e1d292b3b7ef1ef
0xdd42668ffca87f404be7f0d40c67484cbe9cb933370ec310b8f2ca2066fa54d2
0x337c289da65bad2237d90c1ccf0f0079edc69175bf2dabba2ef16be691cf21de
0x6df0dfc584d6055310ab6e3115bdadf08e33c27ecd715df2ab746ae6cbfed931
0x8468835b362dc242e411b0f8985e4a158b4494df5f641d9fcf764b0f284f21b3
0x01be25a333c9b5e94a3ba2188d4d6101dec46923670152085f440914fa2e1f1f
0xc0f0b1df0b5d7d2b0912e2cd85cf8cf4f7ebb60145f05eb025b86a880b774837

Functions
Getter at block 21244634
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(