dogwifsaudihat

Verified contract

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

No balances found for "dogwifsaudihat"

0xafd820eac28b7843a090c3f39766f7428c9e2a03f32ae7963bf10cea27728b27
0x96be01080bbfeb0457b312ce0be56d8cadf6790591bcbb4a4c47951c87d7b86a
0x6a4752093bb11452114c551cb26e5e528eab2f29e992f9e0e4890854ed46eef6
0x189de5b1a674f2b9312eb0f74e66a0d6d7653439dc0cf8ac7406b589fa7e9175
0x56be5a4cc856ea03865f5a1d94536878e7dd415d67d50174b2b9f4279f303910
0xb28225ee596cbff4bc7a4e62c8822423a487a74e9700100f91644bac4dd8e70d
0x8246ed373a1524c048c3b8e74b92065dae60bfde3af54dbb08afd6840a24da31
0x5c5120e6543e23c28d86cb2a0aa167eb2bd2065b82d61a32dafb666ce664f8bf
0x29d48af7ca1decb49d7a5f62d36c2618e6d1e84481a959027d560e034a30ba7d
0xec9e4e2336e6d794f730293641bd1b9b7938dc0388325a289c5e5fcec9e0666c

Functions
Getter at block 20853656
buyFee(view returns (uint256)
0
decimals(pure returns (uint8)
18
getUniswapV2Pair(view returns (address)
0x3804bfe8cbdd0857a3bca755c74912bf714fc029
getUniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
name(view returns (string)
dogwifsaudihat
owner(view returns (address)
0x0000000000000000000000000000000000000000
sellFee(view returns (uint256)
0
symbol(view returns (string)
WIFSA
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
List(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
setBuyFee(uint256 newBuyFee
setSellFee(uint256 newSellFee
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateWallet(address accountbool status
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenChargedFees(address indexed senderuint256 amountuint256 timestamp
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string tokenNamestring tokenSymboluint256 initialSupplyaddress uniswapRouterAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(