BALD Dog

Verified contract

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

No balances found for "BALD Dog"

0x9bd7fb9519a88d46664918dcf6c6c6ca73ee4fb000375590e8537eb3178fcc2c
0x781ec9146027cf1a0c1e6d80c13d3af295955a6e5e1636ec3c9fe256b1db14f7
0x5846a3365bdf86dd7bd3eb2705f2da726a3d787a708620868f608d6d0e8ca947
0x0c122a30029e9531c36ee03d60f96c7e990b31374ccc7e9ed60853343b127316
0x5a9e72eba38c1b0a940222eeac2f092995b0033ccb59a75b989b8502312853ab
0x8820d482687fe1f8fa0253384c23dfbdc2ba60baf93e15d34216ace4b769232a
0xde853aea2ef131f4f1b22fc2b458f0386b164c329dc22a583496aeb850914c86
0x4308c568d15c6c96c4153260f6dd7b6e68a45f945477e222bf6ccaf08427ab79
0x44b85b87868a81d086a02c51aef877db6787f707ada7fb4ff98b9294f7103320
0x043265adf1c9eb2880c146142b83266adb893fc0853746351380eb007138ebe4

Functions
Getter at block 23900392
decimals(view returns (uint8)
18
name(view returns (string)
BALD Dog
symbol(view returns (string)
BDOG
totalSupply(view returns (uint256)
1000000000000000000000000000
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(
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