Drew Token

Verified contract

Active on Ethereum with 160 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"

0x9c81059d5f3f81432f63028fcdc2b39901ab7708c711d1728a23689be94ca992
0x02c3e1b13ae1e37066211702886642be5bdd5fa52068e70ce2f5e78de38666e6
0xd8d5312384373564fa02ab29f845cf430d2021eef71d04be3b13c8b5ebcd399a
0x000d1438159e5781002a1f44e1f1ced1392fb638f48475f6836e854f8151fa6e
0x783cd3667a1330b3d07f058e663f67dda250393bd838790511599e03da657949
0x5eff8ce7e814cba76a1dcd5107e99ed00fdfb1ec4de54827e1cee5625bfbaba3
0xfc44f2eeb7d8fd5a7a6028d0aa766275ab27bc7900fffbcd6965e1edc60f3e84
0x9df30a7ecb758b5cc37195fbf1b0cca686d8f66fa3e1f215d8968e940efdb4fa
0xb3c180935bcc4bd23aa722bd46c64e5a24f14cd7b555c6a3733058364fb6798e
0xccccf702e110e9c3bdcb29505bdeff5bce2e65cf7471031f9a6b4a1dfe7d9b19

Functions
Getter at block 20874307
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