🦑Degen Squid
Verified contract
Active on
Base with 9 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000644 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14327390 | 7 months ago | | | 0 | 0.0000024208815 | |
| 14327372 | 7 months ago | | | 0 | 0.0000024317851 | |
| 14327211 | 7 months ago | | | 0 | 0.0000015347761 | |
| 14327206 | 7 months ago | | | 0 | 0.0000015353979 | |
| 14327201 | 7 months ago | | | 0 | 0.0000024215033 | |
| 14327195 | 7 months ago | | | 0 | 0.0000024215033 | |
| 14327192 | 7 months ago | | | 0 | 0.0000036392888 | |
| 14327190 | 7 months ago | | | 0 | 0.0000024215033 | |
| 14327188 | 7 months ago | | | 0 | 0.0000024233688 |
ABI
ABI objects
Getter at block 23257179
burnedSupply() view returns (uint256)
0
burnedTokens() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
🦑Degen Squid
symbol() view returns (string)
🦑SQUID
totalSupply() view returns (uint256)
44500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256Â _amount)Â
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)Â
Transfer(address indexed from, address indexed to, uint256 value)Â
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)Â
This contract contains no fallback and receive objects.
This contract contains no error objects.