Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($106.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAME | ERC-20 | 131.42459M | $0.000001 |
$72.41 | |
DOG | ERC-20 | 3K | $0.006637 |
$19.91 | |
toby | ERC-20 | 295.774647M | $0.00 |
$13.61 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.2 | |
PEEZY | ERC-20 | 1.2 | $0.009568 |
$0.01 | |
BOYS | ERC-20 | 0.4 | $0.012214 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000182 |
$0 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
PORK | ERC-20 | 300K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752676 | 4 minutes ago | | | 0 | 6.4296969e-7 | |
| 22752626 | 6 minutes ago | | | 0 | 0.0000099384385 | |
| 22752616 | 6 minutes ago | | | 0 | 0.0000052614385 | |
| 22752533 | 9 minutes ago | | | 0 | 0.0000052546888 | |
| 22752518 | 10 minutes ago | | | 0 | 0.0000052614385 | |
| 22752515 | 10 minutes ago | | | 0 | 6.5474071e-7 | |
| 22752514 | 10 minutes ago | | | 0 | 0.0000052614385 | |
| 22752511 | 10 minutes ago | | | 0 | 0.0000052614385 | |
| 22751503 | 43 minutes ago | | | 0 | 6.4455769e-7 | |
| 22751277 | an hour ago | | | 0 | 6.2651192e-7 |
ABI
ABI objects
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 fid) view returns (bool claimed)
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
calculateAirdropSupply(uint128 fid) pure returns (uint256)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAirdrop(uint128 fid, address to)
mintRemaining()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAirdropStart()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AirdropOver()
AllowanceOverflow()
AllowanceUnderflow()
AlreadyClaimed()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
MaxSupplyReached()
NotWhitelisted()
PermitExpired()
TotalSupplyOverflow()