Erc20

Verified contract

Active on Base with 14,368 txns
Deployed by via 0x8aade504 at 20248323
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Erc20"

0x9c775afdd19712e597199214777846e564e1477974c12fcc544801665128848e
0xe18cf78445f9ad720c40b1a955ae7d13670ffdd22c0c0ee0b71e8787c52b007a
0x421dc81ae4c6f4a4f4864ff446dd8beb30e02ac32b8d92a2e105b9831f615914
0x7c4288181d1d0896333cacbe517c3bd9727417223a564b69ce17be4676750104
0x9838ec9c13e64127771f2b5a9642bba60bdd9acee4a233228ee79d2121381f89
0x1b031b561e437f85c9864878b40f40d9993956fe7ec0e44f9b6d808d70f389f3
0x8e8cd8b64198c30de364b8961c2a6d9d475a52d577a82865850061277384f446
0xb61f8504497b64d22f8b11b8d84df3fd7fbadf4cace06667544de1292b0b82ad
0x84672060fccd48ba55456fc21992f95166f40e5108e44490948ae57f0cf57975
0x37a00e6312df94f1916ad061b062241e25b8aec9d6bdd8f6c995140b159e455f

Functions
Getter at block 22731090
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Coinbase Dog
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
cbDOG
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