Happy Birthday Doge

Verified contract

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

No balances found for "Happy Birthday Doge"

0x78ec7a4e92f59b92d2c06662f3541bdade400af22c7f0ba4bd971ebecb4c6ac9
0x489c32331bd09ad4aaa6dfea1cff04925d28b65705283668fd8e9cdd87c7d661
0x8d771dcaa33c69a3e4a7384620ba124b45ca37a3326d24e88031407552a6b9ae
0x1af0e00c6064512429925ea369c09aab198d34331f329e08fc30096ad70ee510
0xc8726736d940386026f0150c2fcd38948a6d79114d59c34813f493669690d332
0x6ba1778e4174ec3673587380437899231f83616e72ceb9eb29d040a5082cb284
0x771cbfde7f3432077cc14e6ca65b1378e54fd889e7f2b6acda6af301ffc98604
0x7d25f89e33ed653905778ef7d720ba3b8aa85fd513fb06f97711f66f37320dfb
0x4b14bc5ac683b4d4beea2b140cb5093458ffc8a52fda452653fa18726992dc39
0xe73e3b1373204bd2f94858603655e08c3d22a754079f03f764b54c951610fa08

Functions
Getter at block 23840011
decimals(view returns (uint8)
18
name(view returns (string)
Happy Birthday Doge
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
11DOGE
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
permit(address owneraddress spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string symbol_string name_uint256 totalSupply_uint256 decimals_
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account