CoWSwapEthFlow
Verified contract
Active on
Ethereum with 196,129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1,750.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.55 | $3,182.23 |
$1,750.23 | |
WETH | ERC-20 | 14.165936 | $3,183.95 |
$45,103.63 | |
cDAI | ERC-20 | 12 | $0.023831 |
$0.29 | |
APU | ERC-20 | 2 | $0.00113 |
$0 | |
USDT | ERC-20 | 53.49086K | -- | -- | |
HQG | ERC-20 | 1.004 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157950 | a few seconds ago | | | 0.1 | 0.0019209912 | |
| 21157949 | a few seconds ago | | | 0.45 | 0.0017885777 | |
| 21157945 | a minute ago | | | 0 | 0.0012670002 | |
| 21157943 | 2 minutes ago | | | 0.32 | 0.0017526244 | |
| 21157943 | 2 minutes ago | | | 0.2 | 0.0018786461 | |
| 21157940 | 2 minutes ago | | | 0.8398 | 0.0019445456 | |
| 21157934 | 3 minutes ago | | | 12 | 0.0018786777 | |
| 21157925 | 5 minutes ago | | | 0.4 | 0.0018619217 | |
| 21157922 | 6 minutes ago | | | 0 | 0.0023079993 | |
| 21157917 | 7 minutes ago | | | 13 | 0.0020705214 |
ABI
ABI objects
Getter at block 21157950
cowSwapSettlement() view returns (address)
0x9008d19f58aabd9ed0d60971565aa8510560ab41
wrappedNativeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
isValidSignature(bytes32 orderHash, bytes) view returns (bytes4)
orders(bytes32) view returns (address owner, uint32 validTo)
State-modifying
Events createOrder(struct EthFlowOrderData order) payable returns (bytes32 orderHash)
invalidateOrder(struct EthFlowOrderData order)
invalidateOrdersIgnoringNotAllowed(struct EthFlowOrderData[] orderArray)
unwrap(uint256 amount)
wrap(uint256 amount)
wrapAll()
OrderInvalidation(bytes orderUid)
OrderPlacement(address indexed sender, struct GPv2OrderData order, struct ICoWSwapOnchainOrdersOnchainSignature signature, bytes data)
OrderRefund(bytes orderUid, address indexed refunder)
constructor(address _cowSwapSettlement, address _wrappedNativeToken)
receive()
EthTransferFailed()
IncorrectEthAmount()
NotAllowedToInvalidateOrder(bytes32 orderHash)
NotAllowedZeroSellAmount()
OrderIsAlreadyExpired()
OrderIsAlreadyOwned(bytes32 orderHash)
ReceiverMustBeSet()