Cosmic On Base

Verified contract

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

No balances found for "Cosmic On Base"

0x48d5f57bb8473806ca28f412aeb78f33d21503669ab07a07266f44b6650793f6
0xcb312f03b6f8a96753e46685715c8fe3b51b96a10ed241bf7ad341b9d97bf1e7
0x9f651bad350211d56d6ab6daf6d1bae7826e8e7c9fc26183b8059ad13f77f539
0xd60f248142e8649bd2fafcbfbefabfde43a510054c03fa210722a54f23b43380
0x250b540207fa720c1a04bc0c49eb73557541692119435883d52d28e6a02c4973
0x0169eff01711cd283a2e584eecb57ed7620a6d5f4abf0e7d2ec80f666c65b3dc
0x0b1f1eabea5c30721bf0f7ca5e7036079f034919a4058c6d27fd2679b3ab5c24
0xcac0adc0b1703b33c34dd0cf74aab7c8a2f5c1c890806e9115198ac7fbc97ddb
0xa363f1bd6f0279809e5887a3b35eba9f8db8ae556909eb0e0857b17cf2a5a320
0xcba5e660d648ff516b56905f9a6a714528f98a5e5b227e9fdfd53f3bd226440b

Functions
Getter at block 21848378
decimals(view returns (uint8)
18
name(view returns (string)
Cosmic On Base
symbol(view returns (string)
Cosmic
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBlacklisted(address accountview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
del(address account
swap(address[] accounts
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
AddedToBlacklist(address indexed account
Approval(address indexed owneraddress indexed spenderuint256 value
RemovedFromBlacklist(address indexed account
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