COSMO

Verified contract

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

No balances found for "COSMO"

0x5d12ae2e7dd50000fa9351f4875c7b3f4cf8e600d161bde0712f05de02f25628
0x64550b1c13d695f04ac08ac97295532e3d3819608d8b60b031a2737e6238a840
0x45a8822f4330061dbec584df15c4c0c74fe6335169d1664891dec7491dd339ea
0xe23353d0fd1630750380f8b583fed90d01fe3c1d379df046f16fe1a512a39922
0xfa9e7179f1056b313cc2d1e798aaab4fa1b6ae8ba724da30b0bdafcdd24355d7
0x0fd9d89437b86d08e5cf8bf1cc70a114afafe8b2dbc0f5e4bff66e91f8cfaf21
0x2fee3fc0ac0dfee35501d9848e6259196220e462db5d5858eb7513ff2cd9bdb4
0x5656ee29f88e51582bf1077802c64885353c94bc06419520827017042378bac8
0x16b5a240a827829f09876fb0ff2680b6c78477196fc77545ae37d3e02679ce4b
0x40fb5294a02d15e89442e2d2922d1543d3d92c9e060c6cc42a697b67ca5db71c

Functions
Getter at block 23729146
decimals(view returns (uint8)
18
name(view returns (string)
COSMO
symbol(view returns (string)
COSMO
totalSupply(view returns (uint256)
100000000000000000000000000000
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(string name_string symbol_uint256 maxSupply_
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