Smart Token

Verified contract

Active on Base with 6,817 txns
Deployed by via 0x157465a8 at 20728868
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x8b4c7d3b491efd3f026ab52e1b19aa43cc2b5a995a7e262555a08d45c181af4e
0x315dbef370c6725658ad1099a589dbc5280573f67d659e9a368cca47dbb19e48
0x7a683290c27ad9a2bdff61639493e677493f3a1ac9d60c4e68ea7fd8975a67a5
0x06acef21d47ac55f81f290e740311758225e52c03502ee2c92f51c7562b5d2d1
0x695aef198e192a2e7666a56bf79e1e4e8f73c797704404b073ff2b325bf43aea
0xf45af2b7411c8c45e41782e10754c0d8705d4733ebfb4b065a9dc8d9a789d1ce
0xac03e1d8908096423e3c12493250e998dc76cc1a911b970d01090f1d7c350065
0xd67dddec6f1fa412c8ebe860ef028a252c888830f4a491317080b23bef3b7277
0xda2f4bc348639addd5328911ac4343260d2b92837320af16fd4d74d24788776a
0xecfc983c4caa56cddd75bbda4d1a2f559c7bccdfdf5447a13cd02d7732dbb4a3

Functions
Getter at block 22862516
DEFAULT_AMOUNT(view returns (uint256)
500000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x3f676ec4dbeeaeaf3733e925da3dcfd453aedacf7fba10824fe496e589f91e19
MINT_CAP(view returns (uint256)
500000000000000000000000000
TARGET_INTERVAL(view returns (uint256)
600
decimals(view returns (uint8)
18
name(view returns (string)
Smart Token
symbol(view returns (string)
SMART
totalSupply(view returns (uint256 result)
500000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
claim(
permit(addressaddressuint256uint256uint8bytes32bytes32
prepapreClaim(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(uint256 _targetIntervaluint256 _defaultAmountuint256 _mintCapaddress liquidityProvideruint256 lpAmount
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
MintCapExceeded(
OnlyOneClaimPerWallet(
PermitExpired(
RIPBozo(
TotalSupplyOverflow(
WalletHasAlreadyClaimed(