Etheism

Verified contract

Active on Ethereum with 6,894 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"

0x5a2c23e4ad7d2980ae44628d01f68086850c5ae81992e7e97e136bd39b444c3a
0x2f81be4d3912cc2a64a8d8b677b2f4415900db58dc36aec3b2ca9c5c11cba6a7
0xc707729eceb7289495d49209cddef8f08f6dc6238343b8700dd211a37979c762
0x6f1f66f4371c128765a68a6db0f1e79ac951ce0bb2706a7c39642f539740295f
0x5a959d379577d7f99e70f56ef2b41304360499938b440c46ed2282d90b7641d8
0xb73bb32c501d2548dc4aa92ebbfa8b030330e7662254c810f5c346bbf8ae1bf4
0x13ab19a73206f62c4e4dba42328090d69b075083b8a07204bc05a65517c67025
0x9bc5cdc5703558ff8ce60ab65233b400616e17e68c591f8edc135005c09792f2
0x9acba2cfc79fc58dbce8739d574b6b640d6094baffa021b39577a693534e2c0a
0xd6634151a5f4a9aed1f251e3cd982247c2251200da5202f5101fbbdc511fa092

Functions
Getter at block 20791551
GEN_MIN(view returns (uint256)
1
breed_total_count(view returns (uint256)
739
decimals(pure returns (uint8)
9
gen(view returns (uint256)
27
gen_max(view returns (uint256)
1000
holders_count(view returns (uint256)
206
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)
1000000000000
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(