Coinbase 50 Index

Verified contract

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

No balances found for "Coinbase 50 Index"

0x4959aa5d6489fc963b54dc8de578beda76f4597eb56828b05f21b7d5b22ff2c0
0x8926004902e44e5c4214ed428004a2bfe5cf2723cb0dba613207f5cf38028b59
0x4fdfc803ccda50e6deeb9212de099afbd472262c2560421040ab23cdf70fb522
0x64992d2795a4cffcf16ce4ba8e4cceab6a2865b5526a5a37ced21246f249eaf5
0x7c717f554525ea1cad4ec4a37123f15572c628ba042c2cba89f37d3f6face761
0xf771bc6324e44b515d480ae77c9aef2ef413128a64d84c638927acd69c6eb58f
0x45faf8dab4ab1c97f3f97411cb83ea757ce9beb4f0a1a71cf6279fac6ea11c30
0x16142d90402bb207d00c06ab43710969264c8bcf95218c593d1e2a7df12c24cc
0xa043035754498f558de6210c8706a20eb11a6efe20801424470617b9ed2df83e
0xa12df43e191c79d4c3ebddae0844d7103d35bc3aba838dde92cdad7e63a8e5e8

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