CoWSwapEthFlow
Verified contract
Active on
Ethereum with 206,720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 14.165936 | $3,311.65 |
$46,912.62 | |
cDAI | ERC-20 | 12 | $0.02388 |
$0.29 | |
APU | ERC-20 | 2 | $0.000944 |
$0 | |
USDT | ERC-20 | 53.49086K | -- | -- | |
HQG | ERC-20 | 1.004 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244617 | 4 minutes ago | | | 0.5 | 0.00096416219 | |
| 21244590 | 9 minutes ago | | | 0.5 | 0.00082992449 | |
| 21244562 | 15 minutes ago | | | 3 | 0.00077619028 | |
| 21244555 | 16 minutes ago | | | 9.0205468 | 0.00080243341 | |
| 21244547 | 18 minutes ago | | | 0.1813915 | 0.00081307622 | |
| 21244547 | 18 minutes ago | | | 8 | 0.00087271068 | |
| 21244525 | 23 minutes ago | | | 40 | 0.00087103598 | |
| 21244518 | 24 minutes ago | | | 0.158 | 0.00094585052 | |
| 21244513 | 25 minutes ago | | | 206.3 | 0.00093422501 | |
| 21244504 | 27 minutes ago | | | 3 | 0.00094111493 |
ABI
ABI objects
Getter at block 21244634
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()