Smart Token
Verified contract
Active on
Base with 6,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMART | ERC-20 | 41,134,521,269,985,060,000,000,000,000,000,000,000,000,000,000T | -- | -- | |
SMART | ERC-20 | 1.034333K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743726 | 3 days ago | | | 0 | 0.000000049470815988 | |
| 22618276 | 6 days ago | | | 0 | 0.000000509851879488 | |
| 22604537 | 6 days ago | | | 0 | 2.6984703e-7 | |
| 22599644 | 6 days ago | | | 0 | 0.000000072565534080 | |
| 22599618 | 6 days ago | | | 0 | 0.000000072565534080 | |
| 22597647 | 6 days ago | | | 0 | 0.000000072565534080 | |
| 22597585 | 6 days ago | | | 0 | 0.000000072565534080 | |
| 22597546 | 6 days ago | | | 0 | 0.000000072601825920 | |
| 22597254 | 6 days ago | | | 0 | 0.000000071640655506 | |
| 22597199 | 6 days ago | | | 0 | 0.000000071790001680 |
ABI
ABI objects
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 owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
permit(address, address, uint256, uint256, uint8, bytes32, bytes32)
prepapreClaim()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(uint256 _targetInterval, uint256 _defaultAmount, uint256 _mintCap, address liquidityProvider, uint256 lpAmount)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
MintCapExceeded()
OnlyOneClaimPerWallet()
PermitExpired()
RIPBozo()
TotalSupplyOverflow()
WalletHasAlreadyClaimed()