Spam The World
Verified contract
Active on
Base with 485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPAM | ERC-20 | 78.142789M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22692247 | 21 days ago | | | 0 | 4.2677377e-7 | |
| 22692242 | 21 days ago | | | 0 | 4.2722788e-7 | |
| 22692236 | 21 days ago | | | 0 | 4.2681517e-7 | |
| 22692230 | 21 days ago | | | 0 | 4.2673789e-7 | |
| 22692225 | 21 days ago | | | 0 | 4.2561679e-7 | |
| 22692218 | 21 days ago | | | 0 | 3.9412880e-7 | |
| 22589127 | 23 days ago | | | 0 | 7.6755757e-7 | |
| 22362137 | a month ago | | | 0 | 7.6901277e-7 | |
| 22286622 | a month ago | | | 0 | 7.6901277e-7 | |
| 22286563 | a month ago | | | 0 | 7.6901277e-7 |
ABI
ABI objects
Getter at block 23579576
ammAddresses() view returns (address, address, address)
(0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24, 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 0xdfd67fcef1185e82123b639e735ee656300c4d90)
antiBotFlags() view returns (bool, bool, bool)
(false, false, false)
antiDumpLimit() view returns (uint16)
0
bankPadFactory() view returns (address)
0x7461e1d7a74b8c4e2bcc65f0e086922b9de8a9b6
bankPadTax() view returns (uint16)
1000
bankUUID() view returns (string)
5ce7ab8a-0108-11ef-b0ca-8a55e8780515
bankUUIDHash() view returns (bytes32)
0x757393993b0767e15433a2e258c0f26412d6e3eb832524c51902cd9e40d48874
decimals() view returns (uint8)
18
isAntiDumpEnabled() view returns (bool)
false
isBlacklistEnabled() view returns (bool)
false
isTaxConvertEnabled() view returns (bool)
true
launchedAt() view returns (uint256)
1713834059
maxLimit() view returns (uint16, uint16)
(10000, 10000)
maxTaxToRenounce() view returns (uint16)
500
name() view returns (string)
Spam The World
owner() view returns (address)
0x0000000000000000000000000000000000000000
snipeAutoBurnPercents() view returns (uint16, uint16, uint16)
(2000, 1333, 666)
symbol() view returns (string)
SPAM
taxAccounts() view returns (address, address)
(0x5b3d930df5e10d72d1c0f658dcf5e222fc6221cf, 0x0000000000000000000000000000000000000000)
taxAfterLimits() view returns (uint16, uint16, uint16)
(1500, 1500, 0)
taxLimits() view returns (uint16, uint16, uint16)
(1500, 1500, 0)
taxes() view returns (uint16, uint16, uint16)
(0, 200, 0)
teamAccount() view returns (address)
0x4e85095fd08504781d06b294af6d54d61eae7c1b
thresholdAmount() view returns (uint256)
200000000000000000000000000
timeConfiguration() view returns (uint32, uint32, uint32, uint32)
(60, 604800, 2592000, 172800)
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAccountBlacklisted(address account) view returns (bool)
isAmmPair(address pair) view returns (bool)
isExcludedFromLimit(address account) view returns (bool, bool)
isExcludedFromTax(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchBlacklist(address[] accounts, bool flag)
batchExcludeFromHoldLimit(address[] accounts, bool flag)
batchExcludeFromTax(address[] accounts, bool flag)
batchExcludeFromTxLimit(address[] accounts, bool flag)
batchSetAsAmmPair(address[] pairs, bool flag)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTaxConvert(bool flag)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(bool tradingDelayed, bool tradingDisabled)
recoverETH(uint256 amount_)
recoverToken(address token_, uint256 amount_)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAntiDumpLimit(uint16 limit)
updateMaxLimit(uint16 holdLimit, uint16 txLimit)
updateTaxes(uint16 buyTax, uint16 sellTax, uint16 treasuryTax)
updateThresholdAmount(uint256 amount)
AccountBlacklisted(address account, bool flag)
AntiDumpLimitUpdated(uint16 antiDumpLimit)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromHoldLimit(address account, bool flag)
ExcludedFromTax(address account, bool flag)
ExcludedFromTxLimit(address account, bool flag)
MaxLimitUpdated(uint16 maxHoldLimit, uint16 maxTxLimit)
NewAmmPair(address pair, bool flag)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxesUpdated(uint16 buyTax, uint16 sellTax, uint16 treasuryTax)
TradingDelayFinished()
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address factory_, address deployer_, struct IBaseTokenLaunchConf tokenLaunchConf_, struct IBaseInheritedConf inheritedConf_)
receive()
This contract contains no error objects.