Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16235425 | 6 months ago | | | 0 | 5.5108283e-7 | |
| 13934400 | 7 months ago | | | 0 | 0.0000065500238 | |
| 13553169 | 8 months ago | | | 0 | 0.0000048732791 | |
| 12942923 | 8 months ago | | | 0 | 0.0000048732791 | |
| 12923289 | 8 months ago | | | 0 | 2.7150719e-7 | |
| 12914208 | 8 months ago | | | 0 | 2.7410159e-7 | |
| 12911528 | 8 months ago | | | 0 | 0.000093183379 | |
| 12909580 | 8 months ago | | | 0 | 0.0000043015515 | |
| 12909220 | 8 months ago | | | 0 | 2.7150719e-7 | |
| 12909162 | 8 months ago | | | 0 | 2.3475235e-7 |
ABI
ABI objects
Getter at block 23691545
creator() view returns (address)
0xd6392d11cb93f12a2ed3261f4f160290717df86e
decimals() view returns (uint8)
18
description() view returns (string)
So something is broken because sells aren't working, trying to debug it now though.
imageURI() view returns (string)
https://i.ibb.co/QH37DRz/adamcockring.png
isPresaleStep() view returns (bool)
false
name() view returns (string)
ADAM COCKRING
symbol() view returns (string)
COCKRING
telegram() view returns (string)
t.me/adamcockring
tokenDeployer() view returns (address)
0x7ca4388f2a68a47739fe1b33b6ae939c0229ff18
totalSupply() view returns (uint256)
1000000000000000000000000
twitter() view returns (string)
https://x.com/AdamCockring
website() view returns (string)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setDescription(string _description)
setImageURI(string _imageURI)
setIsPresale(bool _isPresale)
setTelegram(string _telegram)
setTwitter(string _twitter)
setWebsite(string _website)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _n, string _s, address _tokenDeployer, string _imageURI, string _website, string _twitter, string _telegram, string _description, address _creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.