DWF Coin

Verified contract

Active on Ethereum with 521 txns
Deployed by via 0xb8793541 at 18813752
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xf4141d83d407a0918588301570d1b3e30026e51a17b8005c235780baf70bf5c2
0x3bc4fcfe3b6061651942bf035f85eb07c3d0ba4d0cc1fa1c493b89ad918b7041
0x3d377b496aa236c1bed598b5a65f4b6d856e2a79849d87bbdfe66d212ce06cd4
0xeceb32677bf376dbe6d3e1c79500614001eb0de854d302ffb46f7119d96cf50c
0xe6de76d9215f944fbe470844877bcb42c00e8b863d8e0e7eb93ad098830799d0
0x448d9e74b1ccbe45d10fafbc8d0f9dec438f0d273ff29b91393c52d815c617a6
0xf6e0bad65e1237529222d38d6d0616ff5ba1636d9307d294d0e603e47e5b51ef
0x9b0354ec3748ee0aeedd31aca206e36b7ac83f90888bd615365a8930e37642e0
0xac80cc4d75981c082f9e1eee32b6a283ce403c6e9a1f63ebac6f5b30e871b85e
0x84b884df13e5e43e975ef56ea2eeee0ed8e4a66b4f0e5b707e12b4b74fc73e46

Functions
Getter at block 20861623
decimals(view returns (uint8)
18
limited(view returns (bool)
false
limited2(view returns (bool)
true
liquidityProvider(view returns (address)
0x8a2950936019bfe30a6389255a515080efcac360
maxHoldingAmount(view returns (uint256)
10000000000000000000000000000000
maxPossessionAmount(view returns (uint256)
10000000000000000000000000000000
minHoldingAmount(view returns (uint256)
0
name(view returns (string)
DWF Coin
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DWF
totalSupply(view returns (uint256)
74000000000000000000000000000000
uniswapPair(view returns (address)
0xd696acae5e241f2caafc7bd67f85bf2288031414
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
blacklists(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
setRule(bool _limitedaddress _uniswapPairuint256 _maxHoldingAmountuint256 _minHoldingAmountaddress _liquidityProviderbool _limited2uint256 _maxPossessionAmount
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(address initialOwner
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