WOLF SKULL

Verified contract

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

No balances found for "WOLF SKULL"

0xa4b9cb534eec27d250e80f36c485764fa60934704ed327ba641b2f6e41f905e3
0xb69d661f5dc5a9d867faf024a0fadb5cb362d7f1cf52774fa905d734d0429610
0x2e84b8c397626cb304359f4393da9a6110c560824fb4f57b97a0f1e29a79adc6
0xbb2bdb67697b3dbf8537656969b5080e2a573d0d3fb4664d8a3363f2b82183bd
0x60f12acf6b48c121620c62449557bf2d73f50baeba589f77af0aa6eef028db24
0x0fa628a51c80a82905a4f526fc56c12ad0ecc9a59250f41aa53a6e5dd8e2f384
0x5fa84adbf9c697a27c2cf19cb70c41dcb0a7c759254d59c9e4a58cf504c7dbd0
0x5fc6724eae89c7911427a84eafacb5dcc740782d0588765d5b4fb7780e86fc83
0xd93f12e16e9756647381dbd3f8b8a0d8874fa2fd705465b156514b56cce189a9
0xb366bedc57077d8ac9b68fff631bdb952e1e2d49c692801d31506cbf619fe115

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(addressview returns (bool)
sniperFees(uint256view returns (uint16)
totalFees(uint256view returns (uint16)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
excludeFromFees(address accountbool isExcluded
renounceOwnership(
setAMM(address AMMbool isAMM
sniperAddressSetup(address _newAddress
sniperFeesSetup(uint16 _buyFeeuint16 _sellFeeuint16 _transferFee
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool isExcluded
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
Transfer(address indexed fromaddress indexed touint256 value
WalletTaxAddressUpdated(uint8 indexed idaddress newAddress
WalletTaxFeesUpdated(uint8 indexed iduint16 buyFeeuint16 sellFeeuint16 transferFee
WalletTaxSent(uint8 indexed idaddress recipientuint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotExceedMaxTotalFee(uint16 buyFeeuint16 sellFeeuint16 transferFee
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 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