CHEESE

Verified contract

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

No balances found for "CHEESE"

0x072f86095d98fe191746a0d9397eb5e69a9407674bd0e8fc3072ec826bb9d012
0x2083dcf0dc608889e74deef1d68b7f95e78553103dcc50e61196ce1ce1998859
0xe9706bb5f60fbb041d1914f7536a23694fb766b24b021ea6728478e94ab4df4c
0xbcfcf2ffdaaa3b339c7d9c81e592e8fad305cb3d6287c7d8b066d6b0bb4c3cf3
0x8738f327f43372fac776dcab4e2e97e60b975be078d5805a0cc50a82d332201a
0x5e9468a61362bb1582df640bcfc70a94db657b728a0c19e018b4e0e863a7f462
0x57b7ebd3c4b836787d0a391e998c04fd34db5ead86f99e67fb002a149399d7a9
0x4d0675b8c7347e439457e0fa77fdf43d123ce1c85210341ef4b8a79d9d738899
0xfd3df217ae4299e6413a1acb0fb839a2a7ca464c84c724b3a127f34018488554
0x1cbf82e513da855a23d619503f97027c87cbc44867c1ec8311e7f9053c3bffdf

Functions
Getter at block 20861590
bondingCurve(view returns (address)
0xc0825f35eea639eb000def3eaca6e94b2890ce79
decimals(view returns (uint8)
18
dexInitialized(view returns (bool)
true
name(view returns (string)
CHEESE
symbol(view returns (string)
CHEESE
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