KingDoge

Unverified contract

Proxy

Active on Base with 40 txns
Deployed by via 0xbba0a546 at 22986952
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "KingDoge"

0x3265c09877ba45aa035e2553fad6e394e66664175cd706c6d2727f607e785531
0x0d56b90fd8ab12d0ce92c8d5eadbde3160c931ba3071658821397504cfd3dc27
0xcc714950e30690ade333db6d2f61ce2f968ef2c13e476cc8fd4794009e8f6fb0
0x8bb6ad9026840d109d07ca33fc60b00ed4dc9d7aefad7bad2f280281e7591a36
0x994a954491e60d7e6ce9267abf2225e8bee1d0fb206714afc4d47bfbb835ffb3
0xd6da5f5f8c2c68c394ee5a2d9ffa0251dcfb3f4c16863ac218fa788615d6a93f
0xd688a69a13b11236babe1eb38881e2c14c795bd8b68d4dc530c2185acf6dcf55
0x22a877f45395fce80423441a857006e0f5584f24e68ea450763bab6f415d5c2f
0x7da3991fc0770f71c87ff1d57973fb0ff5714ee68941dd6c1fe82443c83a2c11
0x733c40a49dd167879e1d2be1efcc1161288c82cb4f76e5e032ca5ef539c5f1c9

Functions
Getter at block 23770977
decimals(view returns (uint8)
18
name(view returns (string)
KingDoge
symbol(view returns (string)
KINGDOGE
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)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(