ETHTACO

Verified contract

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

No balances found for "ETHTACO"

0x20a67949afa3f9beaf65e01b716216cfb0904e5a0b6d6e902b0067c138737682
0x6ef122fb054bcd5f803725e6445d7e6d820281093ee804335e0c37c372aa680f
0xd3c9faa56b56df8f41a89268ea47fcf2a6805621582c302a48c420803b49bf08
0x6216732ccce9c5d20172df43e6901a4392e55a65973fe4d419d0b0f7ae586de1
0xb6b9cdf6e05c16f7bd45d8c7fdc442dc4b2247428f0707f6556723e1d45eb6cb
0xf541ce419ab864d01acdd0338c134594aec12c8c91ed7d3ad9173d60a890b86d
0x7579bef7a5e16269ddcbf753aee9e8669ac6baecf105ea1b17cbc1bc15558faf
0x0d1eada3ef8871f8e58d6cfdc2252ebb3978acbf7e47403785f18dcdfba9e253
0x60951246b13e0f391d445a38cbc25a1b7298ec534673e0358b33699e3f690988
0xf62a6cf92bd5e6709407f36881202c3af4bc105c339a52b33a2d901006a98b09

Functions
Getter at block 21284773
BURN(view returns (address)
0x00000000000000000000000000000000dead7ac0
decimals(view returns (uint8)
18
name(view returns (string)
ETHTACO
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ETH🌮
totalSupply(view returns (uint256)
2100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
blacklist(addressview returns (bool)
burnt(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
BLActivate(bool value_
WLActivate(bool value_
approve(address spenderuint256 valuereturns (bool)
eatTacos(uint256 valuereturns (bool)
modBL(address[] addresses_bool[] values_
modWL(address[] addresses_bool[] values_
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account