FrameToken

Verified contract

Active on Base with 28,677 txns
Deployed by via 0x17490027 at 9988775
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $72.41
ERC-20
Value $19.91
ERC-20
Value $13.61
ERC-20
Value $0.48
ERC-20
Value $0.2
ERC-20
Value $0.01
ERC-20
Value $0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
0x2b3595a21c9564d36359dc204339500d0f9aa26caf6a30d2e5b07c22f8534e65
0x4a2b451ec7240b4cac802de791c0f4b545f82ef4a375789d968714bc982fc6a1
0x97da22ce68b777b869d241f0cee4adfbab4cd36dab4710f96c06202fef2afa8c
0xe1e3cfdd7a10edf2b66a0648a782533ffe964a993e6142cdaa886e9cb0d72abe
0xe4220722ec976d7aa80aaa8f01e578ce6d1352067df482ca5ab2903e00facc6b
0x6022800575e9038e1d8aa487f1f8e53f25e65bbc56b809c0f04607fe25ef7155
0xa68c5d1def5d4d564524f39e90642d6a88141fe7aa731a7ef336aae76a5ab209
0xc5e4388667a53a1591b37b0ac677d5146571f7b24167f1519a251fac5b553c96
0x52aa2188e8ee9ea9478fbd241af1cbe8c8195f4ad3b449eba4e37236138ec2c9
0xc48de2f2dc782aa6ae161012d7d6a047e43af344eb8403415043f5abc994780b

Functions
Getter at block 22752800
DOMAIN_SEPARATOR(view returns (bytes32 result)
0xaf6c71d72e6889eb4f6dab676315de450b4ba6d4cecec6897685426ac3b1496d
LOCKED_SUPPLY(view returns (uint256)
200000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
1000000000000000000000000000000
calculateAirdropEnd(view returns (uint256)
1707976579
decimals(view returns (uint8)
18
name(view returns (string)
FrameToken
symbol(view returns (string)
FRAME
totalSupply(view returns (uint256 result)
1000000000000000000000000000000
Read-only
airdropClaimed(uint128 fidview returns (bool claimed)
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
calculateAirdropSupply(uint128 fidpure returns (uint256)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
claimAirdrop(uint128 fidaddress to
mintRemaining(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
setAirdropStart(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AirdropOver(
AllowanceOverflow(
AllowanceUnderflow(
AlreadyClaimed(
InsufficientAllowance(
InsufficientBalance(
InvalidPermit(
MaxSupplyReached(
NotWhitelisted(
PermitExpired(
TotalSupplyOverflow(