AirdropSnapshotWallets
Verified contract
Active on
Base with 13,227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,304.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOMO | ERC-20 | 600.757532M | $0.000006 |
$3,304.17 | |
kurbi | ERC-20 | 1 | $0.000533 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22899213 | 6 hours ago | | | 0 | 0.0000037772385 | |
| 22810735 | 2 days ago | | | 0 | 0.0000037367003 | |
| 22720391 | 4 days ago | | | 0 | 0.000021521395 | |
| 22705758 | 5 days ago | | | 0 | 0.0000036825967 | |
| 22704908 | 5 days ago | | | 0 | 0.0000037451676 | |
| 22702130 | 5 days ago | | | 0 | 0.0000037376974 | |
| 22697330 | 5 days ago | | | 0 | 0.0000037447582 | |
| 22653619 | 6 days ago | | | 0 | 0.0000037525919 | |
| 22500243 | 9 days ago | | | 0 | 0.0000026985391 | |
| 22270887 | 15 days ago | | | 0 | 0.0000037993240 |
ABI
ABI objects
Getter at block 22909185
baseAmount() view returns (uint256)
179732000000000000000000
fomoToken() view returns (address)
0x9a86980d3625b4a6e69d8a4606d51cbc019e2002
owner() view returns (address)
0x43f0a94f7939c410a3896b007ad5b79b3630586a
paused() view returns (bool)
false
verifier() view returns (address)
0xd72dd46943901a26c8c1ac6895286c3e6ef67b16
vesting() view returns (address)
0x9742d1fa216052fbb40597872fdb4d5b404c24fc
Read-only
This contract contains no read-only function objects.
State-modifying
Events claim(address identity, uint256 tokenId, bytes data)
renounceOwnership()
togglePause()
transferOwnership(address newOwner)
withdraw()
withdrawTokens(uint256 _amount, address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensClaimed(address indexed _identity, uint256 indexed _tokenId, uint256 indexed _amount)
Unpaused(address account)
constructor(address _fomoTokenAddress, address _verifier, address _vesting, uint256 _baseAmount)
This contract contains no fallback and receive objects.
ArgumentIsAddressZero()
ArgumentIsZero()
VerificationFailed()