Blitz Spectra
Verified contract
Active on
Ethereum with 508 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 |
---|---|---|---|---|---|
BLITZ | ERC-20 | 2.103187K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143762 | 2 days ago | | | 0 | 0.00096740471 | |
| 21043800 | 16 days ago | | | 0 | 0.00055046756 | |
| 21035612 | 17 days ago | | | 0 | 0.00061800249 | |
| 20993819 | 23 days ago | | | 0 | 0.00057305619 | |
| 20973826 | a month ago | | | 0 | 0.00058179791 | |
| 20950076 | a month ago | | | 0 | 0.0012226005 | |
| 20937753 | a month ago | | | 0 | 0.00063517363 | |
| 20937748 | a month ago | | | 0 | 0.00084521928 | |
| 20936998 | a month ago | | | 0 | 0.00069075170 | |
| 20936982 | a month ago | | | 0 | 0.0011901322 |
ABI
ABI objects
Getter at block 21157560
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
2103187411842273093154
getSwapThresholdAmount() view returns (uint256)
2627121825973631426204
maxBuyAmount() view returns (uint256)
1000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Blitz Spectra
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x7ec8e94a9b379f6b90ee5af7b9a78624280b50ea
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
BLITZ
taxwalletAddress() view returns (address)
0x5cfd5ee203ab9c59341cb228faa3615df242ed45
totalSupply() view returns (uint256)
1000000000000000000000000
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)
taxwalletFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
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)
renounceOwnership()
setAMMPair(address pair, bool isPair)
taxwalletAddressSetup(address _newAddress)
taxwalletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateRouterV2(address router)
updateSwapThreshold(uint16 _swapThresholdRatio)
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)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
taxwalletAddressUpdated(address taxwalletAddress)
taxwalletFeeSent(address recipient, uint256 amount)
taxwalletFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.