SPQR_Token
Verified contract
Active on
Ethereum with 247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,375.39 |
$0 | |
SPQR | ERC-20 | 207.95534B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257181 | 3 minutes ago | | | 0 | 0.00039286272 | |
| 21257032 | 33 minutes ago | | | 0 | 0.00046726174 | |
| 21256945 | an hour ago | | | 0 | 0.00045685626 | |
| 21256554 | 2 hours ago | | | 0 | 0.00058445989 | |
| 21256536 | 2 hours ago | | | 0 | 0.00030038778 | |
| 21256532 | 2 hours ago | | | 0 | 0.00054945229 | |
| 21256308 | 3 hours ago | | | 0 | 0.00042788204 | |
| 21256143 | 4 hours ago | | | 0 | 0.00046812728 | |
| 21256050 | 4 hours ago | | | 0 | 0.00027282402 | |
| 21256021 | 4 hours ago | | | 0 | 0.00045441281 |
ABI
ABI objects
Getter at block 21257196
buyAddress() view returns (address)
0xc59d66068b51b5b49d7300a94de966c530c22edf
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
207955339597877328655532978659
maxWalletAmount() view returns (uint256)
8400000000000000000000000000000
name() view returns (string)
SPQR Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xaf3cc47b7edd2f8e72351920a5bd321f15bcc72f
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellAddress() view returns (address)
0xcc0a54ea4ce1b6628ac5a94f03a1438357a8bca8
swapThreshold() view returns (uint256)
210000000000000000000000000000
symbol() view returns (string)
SPQR
totalSupply() view returns (uint256)
420000000000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
sellFees(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)
buyAddressSetup(address _newAddress)
buyFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
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()
sellAddressSetup(address _newAddress)
sellFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
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)
buyAddressUpdated(address buyAddress)
buyFeeSent(address recipient, uint256 amount)
buyFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
sellAddressUpdated(address sellAddress)
sellFeeSent(address recipient, uint256 amount)
sellFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.