dogwifsaudihat
Verified contract
Active on
Ethereum with 2,299 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "dogwifsaudihat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287075 | 9 hours ago | | | 0 | 0.0010709777 | |
| 21282637 | a day ago | | | 0 | 0.0010937126 | |
| 21265384 | 3 days ago | | | 0 | 0.0015100770 | |
| 21263104 | 4 days ago | | | 0 | 0.00043217425 | |
| 21246468 | 6 days ago | | | 0 | 0.00067568714 | |
| 21242188 | 7 days ago | | | 0 | 0.00062390355 | |
| 21242188 | 7 days ago | | | 0 | 0.00062430186 | |
| 21242163 | 7 days ago | | | 0 | 0.00061484483 | |
| 21242163 | 7 days ago | | | 0 | 0.00061543381 | |
| 21242163 | 7 days ago | | | 0 | 0.00061543381 |
ABI
ABI objects
Getter at block 21289659
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(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFee(uint256 newBuyFee)
setSellFee(uint256 newSellFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWallet(address account, bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenChargedFees(address indexed sender, uint256 amount, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol, uint256 initialSupply, address uniswapRouterAddress)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()