Rowlf the Dog

Verified contract

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

No balances found for "Rowlf the Dog"

0x5715fc54cea523e3f49097c488190432163fe288999b92bddfc598fda986b5cc
0xfd6c5faca38d292bf31bdc98fb6b07973d65b5e5129fa5c2c08524b582809421
0x5008bf984c1bfaf84742f76cc10874532fe2adda69dc4e94079bc497be4862f4
0xb5ab90b550535db16ca7ae6b27881fc19235e62db417473d64d32fd67154e830

Functions
Getter at block 23801871
decimals(view returns (uint8)
18
name(view returns (string)
Rowlf the Dog
symbol(view returns (string)
ROWLF
totalSupply(view returns (uint256)
7400000000000000000000000000
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