Raw Spam
Verified contract
Implementation
Active on
Base with 13 txns
Storage
Map
Table
Raw
Constants and immutables
16
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 "Raw Spam"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8188090 | a year ago | | | 0 | 0.0000022512014 | |
| 8188044 | a year ago | | | 0 | 0.0000022423014 | |
| 8176216 | a year ago | | | 0 | 0.000000000776258784 | |
| 8176213 | a year ago | | | 0 | 0.000000000796958266 | |
| 8174979 | a year ago | | | 0 | 0.000000001955099664 | |
| 8174972 | a year ago | | | 0 | 0.000000002007553613 | |
| 8174934 | a year ago | | | 0 | 0.000000002165484200 | |
| 8174692 | a year ago | | | 0 | 0.000000000280118100 | |
| 8174669 | a year ago | | | 0 | 0.000000003332990665 | |
| 8174042 | a year ago | | | 0 | 0.000000000003849552 |
ABI
ABI objects
Getter at block 22732984
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x9c6537ac40d09dfca30af99fb56e9058a4384bb3142af5f30035d044a69b2ce0
amountMinted() view returns (uint256)
1000000000000000000000000
clock() view returns (uint48)
22732984
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Raw Spam, version=1, chainId=8453, verifyingContract=0xd0de0d2c7558eaf03c9fad2c2c1f1d4c93c3ff1b, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mintRate() view returns (uint256)
1000000
name() view returns (string)
Raw Spam
owner() view returns (address)
0xbf74483db914192bb0a9577f3d8fb29a6d4c08ee
paused() view returns (bool)
false
spamGod() view returns (address)
0x42e84f0bce28696cf1d254f93dfdeaeeb6f0d67d
supplyCap() view returns (uint256)
4200000000000000000000000
symbol() view returns (string)
rSPAM
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
flashFee(address token, uint256 value) view returns (uint256)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
lastClaimTimestamps(uint256, uint256) view returns (uint256)
maxFlashLoan(address token) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
claimSpam(bytes data, bytes32 r, bytes32 vs)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
eatSpam()
flashLoan(address receiver, address token, uint256 value, bytes data) returns (bool)
initialize(address initialOwner, string name, string symbol, uint256 premintAmount, uint256 initialMintRate, uint256 initialSupplyCap, address initialSpamGod)
mint() payable
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
prayToSpamGod()
renounceOwnership()
setMintRate(uint256 newMintRate)
setSpamGod(address newSpamGod)
setSupplyCap(uint256 newSupplyCap)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
AteSpam(address indexed spammer)
ClaimedSpam(address indexed spammer, uint256 ticketType, uint256 amount, uint256 fromTimestamp, uint256 toTimestamp)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Initialized(uint64 version)
MintRateSet(uint256 newMintRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PrayedToSpamGod(address indexed spammer)
SpamGodSet(address newSpamGod)
SupplyCapSet(uint256 newSupplyCap)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC3156ExceededMaxLoan(uint256 maxLoan)
ERC3156InvalidReceiver(address receiver)
ERC3156UnsupportedToken(address token)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
VotesExpiredSignature(uint256 expiry)