DOGS ON BASE

Verified contract

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

No balances found for "DOGS ON BASE"

0xaf99c9d1318398c279f1462ed612288e2efb5c86eb7712c286bc51e11777ddfe
0x39b50bb25b3d48d91e215a28e97b1af1a27d679aee25a6b58437d96525e82105
0xedc6cbd884e07c222e8bfa89eb7ea0ad91068d3665eadd98cffacfa0904b5f7b

Functions
Getter at block 22147132
decimals(view returns (uint8)
18
name(view returns (string)
DOGS ON BASE
symbol(view returns (string)
DOGS
totalSupply(view returns (uint256)
660000000000000000000000000000
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 namestring symboluint256 initialSupply
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