TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 12,654 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.01 | $3,383.70 |
$33.84 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000787 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000831 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22715361 | 10 hours ago | | | 0 | 0.000000042691464340 | |
| 22578525 | 4 days ago | | | 0 | 1.3097901e-7 | |
| 22357779 | 9 days ago | | | 0 | 1.2581371e-7 | |
| 22170423 | 13 days ago | | | 0 | 1.3122383e-7 | |
| 21855152 | 20 days ago | | | 0 | 0.000000077851505000 | |
| 21855074 | 20 days ago | | | 0 | 0.000000077851505000 | |
| 21835888 | 21 days ago | | | 0 | 1.2657819e-7 | |
| 21812856 | 21 days ago | | | 0 | 0.000000075067020840 | |
| 21678718 | 24 days ago | | | 0 | 0.000000074914005000 | |
| 21365277 | a month ago | | | 0 | 1.3516574e-7 |
ABI
ABI objects
Getter at block 22732984
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x9b83b2db716cc9bcf3de2dcd98c49fa36f0e2fceccfd6e475a7d1c10758546d1
amountMinted() view returns (uint256)
7208356000000000000000000
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=$SPAM, version=1, chainId=8453, verifyingContract=0x89ca325bd05f851b2b91b3e9fb2d15a59d3d82c6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mintRate() view returns (uint256)
100000
name() view returns (string)
$SPAM
owner() view returns (address)
0xbf74483db914192bb0a9577f3d8fb29a6d4c08ee
paused() view returns (bool)
false
spamGod() view returns (address)
0xa175aa625fbc61daaee4d631b568db66581db3fc
supplyCap() view returns (uint256)
69420000000000000000
symbol() view returns (string)
SPAM
totalSupply() view returns (uint256)
7814777350000000000000000
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()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
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)