Cannon Cat

Verified contract

Active on Ethereum with 145 txns
Deployed by via 0xbdff1e4b at 20423138
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cannon Cat"

0x9afde5f453deb348832cbd4121defca1dbcd76a34dbd2910ed2c86c2c79edbad
0xf66b417db830cc4d626c377176adae78b2a8015ff7ba69d0f0c7a2b0e0fe7bda
0x7326ee0aaea82325de79d1ab27362bb459ba653dd2369b34c052f42821af0a80
0x8544b3475422b8cf4a615eef284cfc59b436b7e681a604ad4edb760ff4f73193
0xe900d8d11ad10a97cb8d4e57ec6acf4ae9bd831b11500d3e111656636526b0db
0xe777464de22233d64aadf5e1dada955e80cf0f7c99d4afab90ebc084f9fc4409
0x9b33935aeddd80353891bd9c0c65059e223cb013559394463cc1daebc5aeb17c
0x81a80a56c79f7a4014fef0bc0fac0b85f83c592b977b3eb4e4c85dca2478ccab
0xe35b9703dd77a8acd401de2b662fe0ee206bd6a13e655bc1f9c4c104f536a553
0xf2db253cc29d9130bfa2a436bd0d0f4104cbfdc34a69462294ee236feaa9194a

Functions
Getter at block 21157589
bondingCurve(view returns (address)
0x1265cb3289f696f93074193a9a5d08abc7501135
decimals(view returns (uint8)
18
dexInitialized(view returns (bool)
true
name(view returns (string)
Cannon Cat
symbol(view returns (string)
CC
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isBondingCurve(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initializeDex(returns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Created(address bondingC
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symbolstring _websitestring _tgstring _xstring _descriptionstring _tokenLogoaddress[] addresses
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