Coinbase

Verified contract

Active on Base with 77 txns
Deployed by via 0x88a9ed9c at 15643545
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x68af79eac8f4da1678fe667044bba97961f2430a2db673d2a11ef2f7bdc400ba
0xb438e0326176bb702d8c1caa7740bf3167a2ef7eddc9209dcd69438dd47bac64
0x8645be228aef669120fa5e7375c6505b4507e1ae549599259ef815e402446bd1
0x11aae41de23f3b3d0f22b1757630d32aae1fdf5eb12d1eced4cd5a7c86d49724
0xf53b8bb10de9e854a6f858633c9c646aea34e24bd2f280926cb8f331d3d7e906
0x33cf3842ab4f606abb3e8a1a9286916c3db47967a03c2c01e21b24ca2394ce1e
0x8e6b9817e0ededd0f0e31aec54bddfd49b6e23e841a415eb9523e3d1396ad853
0x3955ae91ba4fcbf78776ec742dd77829300176feeb1c73e76c8b8010ddfc4574
0xc917e6338d04d4fbbb3808f49cb7a85cd1753cbf61aac063d4de653e7554883d
0x93c9bd215c5d32b4577b6957e40bd20a690dd3b332b96f69bd25e3d992234180

Functions
Getter at block 22935724
decimals(view returns (uint8)
10
name(view returns (string)
Coinbase
symbol(view returns (string)
COINBASE
totalSupply(view returns (uint256)
100000000000000000000
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(
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