Cow Uniswap Base USDT-WETH
Unverified contract
Proxy
Active on
Base with 37 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x8848…f013
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251585 | 2 months ago | | | 0 | 2.1451161e-7 | |
| 20942467 | 2 months ago | | | 0 | 3.4274800e-7 | |
| 20871169 | 2 months ago | | | 0 | 2.8440880e-7 | |
| 19443549 | 3 months ago | | | 0 | 2.5008360e-7 | |
| 18893640 | 4 months ago | | | 0 | 0.000000303651200000 | |
| 17632583 | 5 months ago | | | 0 | 7.7075148e-7 | |
| 17452398 | 5 months ago | | | 0 | 8.2577453e-7 | |
| 17186374 | 5 months ago | | | 0 | 0.000000508726384764 | |
| 16937570 | 5 months ago | | | 0 | 0.000000406791573864 | |
| 16862896 | 5 months ago | | | 0 | 8.2577453e-7 |
ABI
ABI objects
Getter at block 23809298 balances() view returns (uint256 amount0, uint256 amount1) isCalm() view returns (bool)
DOMAIN_SEPARATOR() view returns (bytes32)
0xe4c60f536ee2b3abdfa4e7fb2c35178fb92e2584bfbd91d3ea5b238900ee99e8
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Cow Uniswap Base USDT-WETH, version=1, chainId=8453, verifyingContract=0xe4d02b7997635883bf68a810d1d781990006b58c, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Cow Uniswap Base USDT-WETH
owner() view returns (address)
0x09d19184f46a32213df06b981122e06882b61309
strategy() view returns (address)
0x884856854c086eca0d542cc3a672650da2fbf013
swapFee() view returns (uint256)
500000000000000
symbol() view returns (string)
cowUniswapBaseUSDT-WETH
totalSupply() view returns (uint256)
29875972718
want() view returns (address _want)
0xd92e0767473d1e3ff11ac036f2b1db90ad0ae55f
wants() view returns (address token0, address token1)
(token0=0x4200000000000000000000000000000000000006, token1=0xfde4c96c8593536e31f229ea8f37b2ada2699bb2)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
previewDeposit(uint256 _amount0, uint256 _amount1) view returns (uint256 shares, uint256 amount0, uint256 amount1, uint256 fee0, uint256 fee1)
previewWithdraw(uint256 _shares) view returns (uint256 amount0, uint256 amount1)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount0, uint256 _amount1, uint256 _minShares)
inCaseTokensGetStuck(address _token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _strategy, string _name, string _symbol)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 _shares, uint256 _minAmount0, uint256 _minAmount1)
withdrawAll(uint256 _minAmount0, uint256 _minAmount1)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed user, uint256 shares, uint256 amount0, uint256 amount1, uint256 fee0, uint256 fee1)
EIP712DomainChanged()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 shares, uint256 amount0, uint256 amount1)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NoShares()
NotEnoughTokens()
TooMuchSlippage()