DRAGONWIFHAT

Verified contract

Active on Ethereum with 504 txns
Deployed by via 0xf6e81cfb at 19358807
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x529e0e7cba8c10c59d8450c67763260d4d93fbe442851316bb7f5a6d00962334
0x60401a3d733b9334f8703894c423f1db72be123ad19a3b634dc97cda6cdb2ebb
0x44f25ec29443dbc62f422b77fdfeacb0d63ef1e73f50dde070e5d09522813f7d
0x2cbdd361f10b84d6a29b0caaffd602edaa1b2e3af0c5f07a4548aef1bf73ad05
0x9e8465f110e56309e7b7e0be86104780b4436dec95039bb333d8c76cc388585d
0x6c2edba8fb6cf86faa80273a81461ef0fd5e4778d11da6b0b9f888156bd961f5
0x2d01f2fd2dd2f0e41b36c8cce1666590aefb02c805ff4322ae28d82ccddacc09
0xb00317f225eaf3a10180c12e0e6794d891cac3d06318824bb2a08c758dc50c45
0x14145cc74883579bffe4b37d33138e8d30d5ad0ebab5ccce3aa55589e6bb3842
0x97b5525a566bdd7ad4ae72e685f7546a30510249ad737765bb91e64a0e912776

Functions
Getter at block 21322469
decimals(view returns (uint8)
18
name(view returns (string)
DRAGONWIFHAT
symbol(view returns (string)
DWIF
totalSupply(view returns (uint256)
1000000000000000000000000000
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