SandwichCat
Verified contract
Active on
Base with 5,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($809.14)
Native
Value
$402.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.119471 | $3,365.65 |
$402.1 | |
SACA | ERC-20 | 1M | $0.000407 |
$407.04 | |
USA | ERC-20 | 1 | $0.000801 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734041 | 4 minutes ago | | | 0 | 1.5861047e-7 | |
| 22729009 | 3 hours ago | | | 0 | 0.000000047076876756 | |
| 22729009 | 3 hours ago | | | 0 | 0.000000081573685956 | |
| 22717504 | 9 hours ago | | | 0 | 7.4026310e-7 | |
| 22711214 | 13 hours ago | | | 0 | 0.0000035365945 | |
| 22711146 | 13 hours ago | | | 0 | 1.3182849e-7 | |
| 22705739 | 16 hours ago | | | 0 | 1.3125931e-7 | |
| 22695891 | 21 hours ago | | | 0 | 0.000000065668939520 | |
| 22695758 | 21 hours ago | | | 0 | 0.000000092337947504 | |
| 22694001 | a day ago | | | 0 | 0.0000012937219 |
ABI
ABI objects
Getter at block 22734149
DOMAIN_SEPARATOR() view returns (bytes32)
0x141af299c9669d8312217d854d2236a5444507d3831a776685ecf442bcd7ffbd
WETH_ADDRESS() view returns (address)
0x4200000000000000000000000000000000000006
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=Sandwich Cat, version=1, chainId=8453, verifyingContract=0xed1978d01d4a8a9d6a43ac79403d5b8dfbed739b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
limits() view returns (bool)
false
maxWalletPercentage() view returns (uint256)
5
name() view returns (string)
Sandwich Cat
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SACA
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xa5d27c99dd2d5f69c917e81152b7d63b1e9b4eb8
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
universalRouter() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
createUniswapPoolAndInitilizeLiquidity() payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateLimit(bool _limits)
updateWalletSize(uint256 percentage)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
receive()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)