Etheism
Verified contract
Active on
Ethereum with 7,897 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
36 additional
variables
Balances ($0.00)
No balances found for "Etheism"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248133 | 2 hours ago | | | 0 | 0.00052110071 | |
| 21243709 | 17 hours ago | | | 0 | 0.00066973863 | |
| 21243709 | 17 hours ago | | | 0 | 0.00067579216 | |
| 21243002 | 20 hours ago | | | 0 | 0.00023443782 | |
| 21242112 | a day ago | | | 0 | 0.00066338779 | |
| 21242111 | a day ago | | | 0 | 0.00066338779 | |
| 21241049 | a day ago | | | 0 | 0.00042543764 | |
| 21239879 | a day ago | | | 0 | 0.00046021145 | |
| 21239782 | a day ago | | | 0 | 0.00069364896 | |
| 21236875 | 2 days ago | | | 0 | 0.0013435184 |
ABI
ABI objects
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(uint256) view returns (string)
allowance(address owner, address spender) view returns (uint256)
background_colors(uint256) view returns (string)
balanceOf(address account) view returns (uint256)
body_colors(uint256) view returns (string)
breeds(address owner, uint256 index) view returns (uint256 serial_number, uint256 breed2)
counts(address owner) view returns (uint256)
eyes_base_colors(uint256) view returns (string)
eyes_colors(uint256) view returns (string)
facial_hair_colors(uint256) view returns (string)
getSvg(struct Breed breed) view returns (string)
get_account_breeds(address account, uint256 index, uint256 count) view returns (uint256 page_count, struct Breed[] accounts)
get_account_items(address account, uint256 index, uint256 count) view returns (uint256 page_count, struct ItemData[] accounts)
get_account_svgs(address account, uint256 index, uint256 count) view returns (uint256 page_count, string[] accounts)
get_holders_list(uint256 index, uint256 count) view returns (uint256 page_count, address[] accounts)
get_item(struct Breed breed) view returns (struct ItemData)
get_item_acc_index(address account, uint256 index) view returns (struct ItemData)
get_svg_acc_index(address account, uint256 index) view returns (string)
hair_colors(uint256) view returns (string)
hat_colors(uint256) view returns (string)
mask_colors(uint256) view returns (string)
mouth_colors(uint256) view returns (string)
nose_colors(uint256) view returns (string)
pick_color_internal(uint256 count, uint256 random_value, uint256 step) pure returns (uint256)
shirt_1_colors(uint256) view returns (string)
shirt_2_colors(uint256) view returns (string)
shirt_3_colors(uint256) view returns (string)
State-modifying
Events approve(address spender, uint256 value) returns (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 to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transfer_breed_from_to_by_index(uint256 index, address to)
Approval(address indexed owner, address indexed spender, uint256 value)
RenounceOwnership()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ReentrancyGuardReentrantCall()