Ethiba Inu

Verified contract

Active on Ethereum with 963 txns
Deployed by via 0x2d0635ba at 19118472
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xec6d45a993360734e3f82f53da7f554d4d8e96625a3ad7b3f10f70fd6eb3a417
0xb0e6966c4323d474bd17c3d54c356f895ae314c088a39337201bd929f79a373c
0x28a2106ff74e33049c944da29f1f898f72d668f63d9b62a2e7ba60639c33eb50
0x6ee65230a7f43880cde19dd5eadc6f7d33242970d122207031c43698898d5dd1
0xce2f3c9c4b600a894070649fa6efc9205db183e092bd12f2def33216347b0cf9
0xd5ffc74c583fa47f55f7cd8a1ba75e904d66f0b05bcd52eb9bc3a5977d96bf2c
0xc73a7b6e359ed2ca0e5acbf36c608ab8f7bcaf10f5439e3d879c968332df345e
0xfa94ae17ed46ad9b0458322394788dd46aae27bbe1f202e0a864c49bbbe92f35
0xeb2320b6ce0bcc6273763284186f8d47c5826bec76cffa2405e3a1e33ae153ca
0x656fafb2221548bbe5dd4738541b5064c143ad416709b5e49387263df9d62308

Functions
Getter at block 21160421
decimals(view returns (uint8)
18
name(view returns (string)
Ethiba Inu
symbol(view returns (string)
ETHIB
totalSupply(view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 initialBalance_bytes signature_address feeReceiver_
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