Dogecasts

Verified contract

Active on Base with 128 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dogecasts"

0xc666801692c275c51e89fc7a037173aff3079520d24d20a352b43825a13bc363
0xc1cd724a60ea89dd929947b91e77f0ea9dbb8707da282e8dd4b00ae1dc1dce6d
0x0047f2e21fcd61539058df2efd6ff643d40b35175ca2915454ceb1fbe3de814d
0x4d25a721987a733f401c6629160cbe050a44cc645487bd0624c90201ef898edb
0xe404fb801011e2fb0c02c44c858c488ac4473219307216b183df27bf3eb4dd5d
0x4e5934eed5c01ec7dd7983f570b5fa45575c22977ce606800edf5e5391d1e957
0xc7d78e7dffa97a22dcfe16c23963a224edcd6670ff9f59311dd146ad3ef63b58
0x03a51fee1d06d3b17b8cc116d5c973805f72206d7f1b3438a502ceea7eb4f951
0x2b4432b31264bb37ebda101f7490144026826d685afd78fc629762f71191e593
0x7cd5f12c44e8139c966450ef2914f379a19840da064d1858b4a44944c7af5d18

Functions
Getter at block 22463484
decimals(view returns (uint8)
18
name(view returns (string)
Dogecasts
symbol(view returns (string)
DOGECAST
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(string name_string symbol_uint256 maxSupply_
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