Caesar Doge

Verified contract

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

No balances found for "Caesar Doge"

0x83f14c756f45805c4b7a20ff512b53aa6072824c265d35625dccd8ee2b931460
0xb3012d8676d72d7eaeb6f695707d16c4816012e595ee4a89c51e60a846f0a84b
0xe402357a246fce9a52f1a2e6745c62b94e98fbb4fcc765594933271e13405a38
0x8b1805d28c9a82b3ee2ee300fde34f9bfd45592ab9e55d0885b4cb08fd9bb46d
0x3df45981c300c1b73954d1194de0f5751dec6d681a2e6e037a4370f9b406a10e
0x26c7a3c76520d1f41b00628bd7a1eec59f389a021ea7b10b8d591c726f6c5fe5
0x5961f81fca5c24881a4d4e3e5f7952d134e4d3b6bd058b1b6084619385268f79
0x268e66ee3a6e506046aeeed8506cbddf22ce05ea7818bd9688b559ad652c88fc
0xb93a8600f63941399b4a3ba197a297b9fa3ed96f28fbf7781bbe7954cdbef0c2
0xe2620e04889bbfe149ac772d09f2c9cf1a82d18d471302def187b09f37b4e51b

Functions
Getter at block 23030591
decimals(view returns (uint8)
18
name(view returns (string)
Caesar Doge
symbol(view returns (string)
DOGEII
totalSupply(view returns (uint256)
100000000000000000000000000000
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