Apu Wif Hat
Verified contract
Active on
Ethereum with 262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 31.622777K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21298851 | 12 days ago | | | 0 | 0.00017594943 | |
| 20977559 | 2 months ago | | | 0 | 0.00024146244 | |
| 20917241 | 2 months ago | | | 0 | 0.0034984500 | |
| 20894452 | 2 months ago | | | 0 | 0.00037890279 | |
| 20888261 | 2 months ago | | | 0 | 0.00015648834 | |
| 20751146 | 3 months ago | | | 0 | 0.00018824969 | |
| 20656719 | 3 months ago | | | 0 | 0.000071599869 | |
| 20639238 | 3 months ago | | | 0 | 0.000060814685 | |
| 20614701 | 4 months ago | | | 0 | 0.000083201885 | |
| 20587080 | 4 months ago | | | 0 | 0.000042160139 |
ABI
ABI objects
Getter at block 21383056
apuWifHatLpAddress() view returns (address)
0x663a30d03efbefef6d55b86a6a09ac2c2ce18d13
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
maxAllowed() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Apu Wif Hat
onlyWhitelistedBuys() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
APUWIF
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelistedBuyers(address) view returns (bool)
State-modifying
Events allowAllBuys()
approve(address spender, uint256 value) returns (bool)
deployLiquidity() payable
renounceOwnership()
setBuyTax(uint256 tax)
setMaxAllowed(uint256 _max)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
whitelistBuyers(address[] buyers)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
CannotHaveOverMaxAllowedAfterBuy()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
LiquidityAlreadyDeployed()
LiquidityDeploymentFailed()
OnlyWhitelistedCanBuy()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)