Chicken Shit Bingo
Verified contract
Active on
Base with 340 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 "Chicken Shit Bingo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14168775 | 7 months ago | | | 0 | 0.000091573608 | |
| 13543852 | 7 months ago | | | 0 | 0.0000033678256 | |
| 7874271 | a year ago | | | 0 | 0.000000000174057964 | |
| 7874241 | a year ago | | | 0 | 0.000000000190656992 | |
| 7874183 | a year ago | | | 0 | 0.000000000221269438 | |
| 7874101 | a year ago | | | 0 | 0.000000000273120042 | |
| 7008437 | a year ago | | | 0 | 0.000000048668000000 | |
| 5565576 | a year ago | | | 0 | 0.000000003433695408 | |
| 3553731 | a year ago | | | 0 | 0.0000016206028 | |
| 3018260 | a year ago | | | 0 | 0.0000038838400 |
ABI
ABI objects
Getter at block 22904045
decimals() view returns (uint8)
18
maxTokenHoldings() view returns (uint256)
33660300684000000000000000000
name() view returns (string)
Chicken Shit Bingo
owner() view returns (address)
0x3fe8a2598481554327c431a3b785000fca9403fb
pairAddress() view returns (address)
0x56829135d4e51d9661ed5bc2a158d754cb2305de
symbol() view returns (string)
SHITCOIN
taxRate() view returns (uint256)
0
tokenName() view returns (string)
tokenSymbol() view returns (string)
totalSupply() view returns (uint256)
33660300684000000000000000000
treasury() view returns (address)
0x88ef3fecbca00e7b9a5aafb4993c9296d7dc5836
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklisted(address _address, bool _isBlacklisted)
setMaxHoldings(uint256 _maxTokenHoldings)
setPair(address _pair)
setTaxRate(uint256 _taxRate)
setTreasury(address _treasury)
setWhitelisted(address _address, bool _isWhitelisted)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tokenName, string _tokenSymbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.