WOLF SKULL
Verified contract
Active on
Ethereum with 1,173 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 "WOLF SKULL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302626 | a minute ago | | | 0 | 0.00069080697 | |
| 21302403 | an hour ago | | | 0 | 0.00067747697 | |
| 21302280 | an hour ago | | | 0 | 0.00073855114 | |
| 21301929 | 2 hours ago | | | 0 | 0.0010950331 | |
| 21301695 | 3 hours ago | | | 0 | 0.00068160504 | |
| 21301474 | 4 hours ago | | | 0 | 0.00054957385 | |
| 21301324 | 4 hours ago | | | 0 | 0.00047591686 | |
| 21301208 | 5 hours ago | | | 0 | 0.00050474191 | |
| 21300761 | 6 hours ago | | | 0 | 0.00042935772 | |
| 21300539 | 7 hours ago | | | 0 | 0.00048651648 |
ABI
ABI objects
Getter at block 21302630
decimals() pure returns (uint8)
18
name() view returns (string)
WOLF SKULL
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xb6baba7f87247ef3150c49b005cf3bafb882e2ff
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sniperAddress() view returns (address)
0xb7e38366f0b191ca9d4904aeaf82f5011d476a08
symbol() view returns (string)
SKULL
totalSupply() view returns (uint256)
420690000000000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
sniperFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
excludeFromFees(address account, bool isExcluded)
renounceOwnership()
setAMM(address AMM, bool isAMM)
sniperAddressSetup(address _newAddress)
sniperFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
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)
InvalidAMM(address AMM)
InvalidTaxRecipientAddress(address account)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)