Etheism

Verified contract

Active on Ethereum with 7,897 txns
Deployed by via 0x4c45afec at 20678871
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
36 additional variables

No balances found for "Etheism"

0x8e79ae762c2b478876465db7f5cb044023e8ab51f23970b310df4fa252358bf2
From
0x8deff5d90e38d1f73d75aadeaeb4af8f257b8956f722b13fc6b656f31bf208d6
0x5fdf4681cd04bfd91a9d2c6a0675936171648503f9820f50353a8bfc0822aded
0x3bd30722edc4a8bfb320fc24fa21e9e8c68c808933378daf1c49eec5e9e6f3ce
0xa5fff8dbda8e595abdc3d668b3a1cf4aab47623de8415ac773a7d67cb8c2df58
0xdec9ec049e43454d0d5019114c59a9c90fbe21ead96d8d0313b09adc5bcb80b0
0x666fab7953239674e8de69f284f63e74a4bff81e27cc358f5128816aca114704
0xd4667ba34f68bc2f1b0816a92930727b023682d654fe1efd1996c3fc054a40c8
0x03eab805469209fb139ba7e762e0df5a7a494b8868c008e4113693b044349335
0x5578c84751afcb34436e7450873c6334d847c5a649cb8904d98e09cd541c3920

Functions
Getter at block 21248855
GEN_MIN(view returns (uint256)
1
breed_total_count(view returns (uint256)
628
decimals(pure returns (uint8)
9
gen(view returns (uint256)
93
gen_max(view returns (uint256)
1000
holders_count(view returns (uint256)
127
isStarted(view returns (bool)
true
maxBuy(view returns (uint256)
1000000000000
max_breed(view returns (uint256)
1000
name(view returns (string)
Etheism
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
E
totalSupply(view returns (uint256)
977495655892
Read-only
accessories_colors(uint256view returns (string)
allowance(address owneraddress spenderview returns (uint256)
background_colors(uint256view returns (string)
balanceOf(address accountview returns (uint256)
body_colors(uint256view returns (string)
breeds(address owneruint256 indexview returns (uint256 serial_numberuint256 breed2)
counts(address ownerview returns (uint256)
eyes_base_colors(uint256view returns (string)
eyes_colors(uint256view returns (string)
facial_hair_colors(uint256view returns (string)
getSvg(struct Breed breedview returns (string)
get_account_breeds(address accountuint256 indexuint256 countview returns (uint256 page_countstruct Breed[] accounts)
get_account_items(address accountuint256 indexuint256 countview returns (uint256 page_countstruct ItemData[] accounts)
get_account_svgs(address accountuint256 indexuint256 countview returns (uint256 page_countstring[] accounts)
get_holders_list(uint256 indexuint256 countview returns (uint256 page_countaddress[] accounts)
get_item(struct Breed breedview returns (struct ItemData)
get_item_acc_index(address accountuint256 indexview returns (struct ItemData)
get_svg_acc_index(address accountuint256 indexview returns (string)
hair_colors(uint256view returns (string)
hat_colors(uint256view returns (string)
mask_colors(uint256view returns (string)
mouth_colors(uint256view returns (string)
nose_colors(uint256view returns (string)
pick_color_internal(uint256 countuint256 random_valueuint256 steppure returns (uint256)
shirt_1_colors(uint256view returns (string)
shirt_2_colors(uint256view returns (string)
shirt_3_colors(uint256view returns (string)
State-modifying
approve(address spenderuint256 valuereturns (bool)
ownerRenounce(
set_accessories(struct FileData[] data
set_body(struct FileData[] data
set_color_step_base(uint256 step_base
set_eyes(struct FileData[] data
set_eyes_base(struct FileData[] data
set_facial_hair(struct FileData[] data
set_hair(struct FileData[] data
set_hat(struct FileData[] data
set_mask(struct FileData[] data
set_max_base(uint256 max
set_mouth(struct FileData[] data
set_nose(struct FileData[] data
set_shirt_1(struct FileData[] data
set_shirt_2(struct FileData[] data
set_shirt_3(struct FileData[] data
start(address pair
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
transfer_breed_from_to_by_index(uint256 indexaddress to
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RenounceOwnership(
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ReentrancyGuardReentrantCall(