Shitility Token
Verified contract
Active on
Base with 345 txns
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 "Shitility Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23181623 | 3 hours ago | | | 0 | 0.0000039519487 | |
| 23181072 | 3 hours ago | | | 0 | 0.0000016273135 | |
| 23181070 | 3 hours ago | | | 0 | 0.0000016252035 | |
| 23180992 | 3 hours ago | | | 0 | 0.0000020750672 | |
| 23180715 | 3 hours ago | | | 0 | 0.0000014707764 | |
| 23176242 | 6 hours ago | | | 0 | 0.0000021821235 | |
| 23172022 | 8 hours ago | | | 0 | 0.0000046204895 | |
| 23171843 | 8 hours ago | | | 0 | 0.0000039794037 | |
| 23171643 | 8 hours ago | | | 0 | 0.0000039519487 | |
| 23169393 | 9 hours ago | | | 0 | 0.0000019715142 |
ABI
ABI objects
Getter at block 23186177
castHash() view returns (string)
0x36c00797676a6dd11eca6fbba37c7090817b022d
decimals() view returns (uint8)
18
deployer() view returns (address)
0x6991290b18ff342aa758bcac68c171d9fc77ebbd
fid() view returns (uint256)
4528
image() view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/0fdf83f7-72ec-406c-4fed-dcdf1f902400/original
name() view returns (string)
Shitility Token
symbol() view returns (string)
Shitility
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 maxSupply_, address deployer_, uint256 fid_, string image_, string castHash_)
This contract contains no fallback and receive objects.
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)