DOGS ON BASE

Verified contract

Active on Base with 3 txns
Deployed by via 0xabd38414 at 16996990
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"

0xb778cc1b4adc6ad7308c93ee98f93e86d174627972e145faa1c4a5f0ae40a578
0x41115d45719322576874cd7d2e9bf8b32db8848b758292b929249f9c38f095e4
0xa0f072c10369e778308d0549ec97400ee088ae6c631acf31000f013558fd4be1

Functions
Getter at block 22145341
decimals(view returns (uint8)
18
name(view returns (string)
DOGS ON BASE
symbol(view returns (string)
DOGS
totalSupply(view returns (uint256)
850000000000000000000000000000
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