feesh
Unverified contract
Proxy
Active on
Base with 1,073 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
0x7895…82a0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000746 |
$0 | |
HOPE | ERC-20 | 1.818K | -- | -- | |
JASON | ERC-20 | 840 | -- | -- | |
OHNO | ERC-20 | 263.658228 | -- | -- | |
O | ERC-20 | 8.4 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747444 | 6 hours ago | | | 0 | 0.0000011832445 | |
| 22747441 | 6 hours ago | | | 0 | 0.0000011846850 | |
| 22707360 | a day ago | | | 0 | 0.0000010028695 | |
| 22701289 | a day ago | | | 0 | 0.0000016689445 | |
| 22701286 | a day ago | | | 0 | 0.0000016709762 | |
| 22682738 | 2 days ago | | | 0 | 0.0000010301051 | |
| 22682735 | 2 days ago | | | 0 | 0.0000010300408 | |
| 22682501 | 2 days ago | | | 0 | 9.1380326e-7 | |
| 22679412 | 2 days ago | | | 0 | 6.2868469e-7 | |
| 22679399 | 2 days ago | | | 0 | 3.9759872e-7 |
ABI
ABI objects
Getter at block 22758879
DOMAIN_SEPARATOR() view returns (bytes32)
0x860c52e7b12c922f013ac4fbf412d45dcc9d88ba7bbf38ac8125f483a03d95ac
decimals() view returns (uint8)
18
description() view returns (string)
beeches luv feeshes
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=feesh, version=1, chainId=8453, verifyingContract=0x2a9c30589c35a18b3d0031a22296b7edbb44acd4, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
gauge() view returns (address)
0x789566a2f50bb8dd198b977e9f36e385e28682a0
getAllMetadata() view returns (struct LaunchpadTokenTokenMetadataConfig)
(QmX6gzzqnazKvVUQptswKU6c43FFdM7iAL3LLr7JtpjGuv, https://www.feesh.fun/, https://x.com/feeshcoin, https://t.me/feeshfun, beeches luv feeshes, )
ipfsHash() view returns (string)
QmX6gzzqnazKvVUQptswKU6c43FFdM7iAL3LLr7JtpjGuv
metadata() view returns (string)
name() view returns (string)
feesh
router() view returns (address)
0x98a310e92f241afa215869ca94cb5633eec89d23
symbol() view returns (string)
feesh
telegram() view returns (string)
https://t.me/feeshfun
totalSupply() view returns (uint256)
1000000000000000000000000000
twitter() view returns (string)
https://x.com/feeshcoin
website() view returns (string)
https://www.feesh.fun/
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)
initialize(struct LaunchpadTokenTokenConfig _tokenConfig, struct LaunchpadTokenTokenMetadataConfig _metadataConfig, address _gauge)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Initialized(uint64 version)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
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)
InvalidInitialization()
LaunchpadToken__TransferForbidden()
LaunchpadToken__ZeroAddress()
NotInitializing()