Doge Jr

Verified contract

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

No balances found for "Doge Jr"

0xf72bf6342abe3fd5c33ab74d73afbb80988130bafe6796e70b76b441bae497e0
0x66f20214b2f244f783f2969247ddc0dc201f57754e1b46a1df0edebd1ad6bb5d
0x236352e449603752a9714f593caf1c4c51cf7da2d2b1924b53061e7fc20b8fce
0x8098111cb8c75fc952f4ce101b949443b764e48bb049cb1d42841bb30b1298b5
0xa556ef6a271a864bee53e5414a92c1b3bd48b3b54c33443fbda7a4045d1d1d5e
0xbf57956687f24219401d12b44b6daaffb6bd5fcfcb361e5664d42ac597ba626c
0x721ce2ba142f90ad829cf812cad78ece814ffbe9ad6a0336b429ebd0bc8e59d7
0x0809675127f443c5fa697232838ae82daa828771bdad302912da9fa581a853d3
0x2717e117f0fa98e2fcb84add02f9047d572a9a630e8e93eb62171c9ec0385a23
0x5b67a21a2f12e0c5e23f4deaaf95d7d8d06fd6ee81282022345cb94f679865ec

Functions
Getter at block 23649825
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Doge Jr
owner(view returns (address)
0xc750af290bb41ca5dec04f22cd1318e940dd826a
symbol(view returns (string)
DOGEJR
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account