Buyback and Burn

Verified contract

Active on Base with 18 txns
Deployed by via 0xa636ba53 at 23398256
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Buyback and Burn"

0xb9a407f47f0ed97497321990c5893f21dadc666ac08fda9e32fb7ba3e9a5925d
0x97b3654dacf1913e03b170d119fed4603d5c0d9046d80d30b04506acea4c477c
0x247e252424cf8b14aafb338c72aa734b3c59aba37f40bbf091808c870009670c
0x58c702f9cde035e990612a4b1855938eac60d32ed338cce47e28b2efb4fa15e6
0x90d11c13f605d302f9818c89f4fab6459d3cd36c974527598e75929c84845903
0xc03d698c8570d21537773acbad68ba6649a69adbda05e3afe336c03440ba7d87
0x1b3787ec63fcb13eb4bedce17f097ae50a29090904989df90f3bfef15c1186c4
0x6c9759172b70caebfae47a1b4c0266bb9314907f3d61bb2ccd3ef00c558be457
0xcaa5ed43f47a909ef9e969c3a62d6b069ca13a3bd5e263e11783953d7d2ff9ed
0x81c3114c3e4a94845ed199d2f8eadfdc9bf46a60f0ce2c4442488fe47f1dec0d

Functions
Getter at block 23737572
castHash(view returns (string)
0xb4f4ede42f426aea8f237352c7f0515db26966c9
decimals(view returns (uint8)
18
deployer(view returns (address)
0xdd31db93082a3a71b98d37ba26230f8734bd63c3
fid(view returns (uint256)
7212
image(view returns (string)
name(view returns (string)
Buyback and Burn
symbol(view returns (string)
BARKBARK
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_address deployer_uint256 fid_string image_string castHash_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender