Ethereum is good

Verified contract

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

No balances found for "Ethereum is good"

0x36314c97d2d09e4de82426bce486f361cc8c86a789ba8a2119214a01e31d4896
0xee0fd9182588300d03eb300998084610aa2d1e69e9d43ca33a9acdceea4d3f84
0xe058e263d524a5057f5cd85e7b7ee8c0df33e75713d57422dbe04c059a8ce2cb
0x7512caf3703fa5942ce8941ae4185e07267eba127c6c121c2939349b9d5a96fa
0x277bb0ea6c9eab694076c932e51f0d2772c029bb13abe28007146fdef842f42d
0x2dc0701ddc7e890aec53af359126d7b0e2a197baecd5ca64ad93f366532f7b8e
0xbb413b26e6f9147c9abb7f8a37b1372d39583f65019a7eab8ac7a313548d119b
0x46d243f214f34fea02b5ba353132f0279954cf4b897e366288c656fb48335598
0x09f161cbe4405ddb25066adeffb331625b170a1fb715dc1266843892b1ae981a
0x9c57b453bad55938451c0923a290cfc8d722203edc0a8ce8a8925da79e5835fe

Functions
Getter at block 21321736
bondingCurve(view returns (address)
0x5addea6b743f6dba093f4dc2378d1f521b78a51e
decimals(view returns (uint8)
18
dexInitialized(view returns (bool)
true
name(view returns (string)
Ethereum is good
symbol(view returns (string)
BULL
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