Where is Willy?
Verified contract
Active on
Ethereum with 1,098 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 |
---|---|---|---|---|---|
WILLY | ERC-20 | 884.017137 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20921994 | 2 months ago | | | 0 | 0.0026038517 | |
| 20884609 | 2 months ago | | | 0 | 0.00010259106 | |
| 20884609 | 2 months ago | | | 0 | 0.00010233827 | |
| 20340311 | 4 months ago | | | 0 | 0.00025092088 | |
| 20069302 | 6 months ago | | | 0 | 0.0013133468 | |
| 19996454 | 6 months ago | | | 0 | 0.00026496496 | |
| 19965136 | 6 months ago | | | 0 | 0.00047734025 | |
| 19964927 | 6 months ago | | | 0 | 0.00051103296 | |
| 19963822 | 6 months ago | | | 0 | 0.0011067270 | |
| 19867743 | 7 months ago | | | 0 | 0.00031959574 |
ABI
ABI objects
Getter at block 21294687
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
884017137115953014910
marketingAddress() view returns (address)
0x3d62d887577398ce6f2d123f3379a19b0a12cd1f
maxWalletAmount() view returns (uint256)
200000000000000000000000
name() view returns (string)
Where is Willy?
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe14617e79537e45c54ba4f7b43753973ba6803c0
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
5000000000000000000000
symbol() view returns (string)
WILLY
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.