Drew Token

Verified contract

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

No balances found for "Drew Token"

0x0f34dd1dd68fca93798d05ed1e4188f59d50e540f8806bb18b295528c72088c8
0x2e5c0ed3b4fc52ff24435cb3eb280c6600f382c35254799c9458c956981d0919
0x10bd58696ee8a5b5337a7e3df8bc2e991baeb3b4d6ead40e7dfffa5647877c2c
0xa42c54630722db416f303999df7eaef26dfb61ae05de5c810005014f83f5ad94
0x04091851733312cbc40ecfd000edd5b7ad2378c301a35e88062f5fea9c07ca87
0xcf67fa5fec0ff31663c076e12cbf6140659e7e4ca745a949da84626c4ef39e51
0x6c9b53281598332a730de3b9412c7f29f802997824f322900b3e8c734f29521e
0x4a7234c5db76bcf976c7ec5ff34193a181d4e60d9e462ff9354a3886ff1fab7b
0xa5bf08ae81d3c7b0f0623e6fa06846be1e9003493678207d8849ac99e92c1d28
0xe424650163c3000abc59da840c55e6c6248975d37226911eb683e6a51aa9da31

Functions
Getter at block 21299875
decimals(view returns (uint8)
18
name(view returns (string)
Drew Token
symbol(view returns (string)
DREW
totalSupply(view returns (uint256)
69696696696000000000000000000
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(
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