BEEF

Verified contract

Active on Ethereum with 2,029 txns
Deployed by via 0xb3873529 at 18569652
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BEEF"

0x8d0504f7a4a81a32cbce93038e5420437e3b43d5b53f2e02ddbf8b0287478fa8
0xeebff6fb9f83a7a467c0a6e3e9d4a2ab18b82d8f28cc83c119d85a2fc689a2d2
0xab4bbe616f7c2911608870838015cc5f275ea8a94f900b0dd0a8405e0e777727
0xf4d91bd692662d675109f60c4c707394fe3458cc28db350de1ca1096188011e2
0x7da0a14c6a80e0bc54b9ca7dab5f07cc09d88f8d7c0868033af3b49affc7d361
0x38043afd520b13adb6615095722e5e97397ecd448050aedae3acfbabca4b72dd
0x3b5b9bc547ee15d889aa4ba4f1641a06a282dcea28a4c8214f56c5fdf732ea81
0x6d87cd2f1fadf5ad6a5aadf65490d24bd9d9cb65a70dd204e80f7db268cf3587
0x57a3d878cee476e7ba4787b44f74da276501729b83591a477b96f57c438f3d9a
0x1185bd7747f7ea029d0977a063207054d83137182bd6440db69da76301ff093d

Functions
Getter at block 21161436
decimals(view returns (uint8)
18
name(view returns (string)
BEEF
symbol(view returns (string)
BEEF
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
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(
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