Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Selfie Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22452277 | 18 days ago | | | 0 | 0.0000033092978 | |
| 18517185 | 4 months ago | | | 0 | 6.7866735e-7 | |
| 14935462 | 6 months ago | | | 0 | 0.0000087742004 | |
| 14935431 | 6 months ago | | | 0 | 0.0000083207517 | |
| 14650722 | 6 months ago | | | 0 | 0.0000010466494 | |
| 14046208 | 7 months ago | | | 0 | 0.0000021597045 | |
| 13720358 | 7 months ago | | | 0 | 0.0000048720126 | |
| 13720346 | 7 months ago | | | 0 | 0.0000048720126 | |
| 13592629 | 7 months ago | | | 0 | 0.0000097858858 | |
| 13289835 | 8 months ago | | | 0 | 0.000015988858 |
ABI
ABI objects
Getter at block 23221889
creator() view returns (address)
0x1b951ee0c76cc2904a0d22088527755027f53ab0
decimals() view returns (uint8)
18
description() view returns (string)
just a selfie cat all by myself
imageURI() view returns (string)
https://silver-perfect-rabbit-551.mypinata.cloud/ipfs/QmdRdb4SzdyzmhpmWBQZRZ4AkKfsZHbb7E7QMzpQP4Aiqs
isPresaleStep() view returns (bool)
true
name() view returns (string)
Selfie Cat
symbol() view returns (string)
ELFCAT
telegram() view returns (string)
tokenDeployer() view returns (address)
0x4aadd8e628b03d23b0027b4222760a8f8ac3fc76
totalSupply() view returns (uint256)
1000000000000000000000000
twitter() view returns (string)
https://twitter.com/selfiecatbase
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.