$AIRDROP
Verified contract
Proxy
Active on
Base with 13,851 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 4 | $0.01977 |
$0.08 | |
USA | ERC-20 | 1 | $0.000809 |
$0 | |
AIRDROP | ERC-20 | 16.545K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 116.222222 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22738620 | 14 minutes ago | | | 0 | 0.000000079450973800 | |
| 22737637 | an hour ago | | | 0 | 1.4465948e-7 | |
| 22737250 | an hour ago | | | 0 | 1.4465948e-7 | |
| 22736290 | 2 hours ago | | | 0 | 0.0000049702165 | |
| 22734953 | 2 hours ago | | | 0 | 1.3073032e-7 | |
| 22734668 | 2 hours ago | | | 0 | 1.4465948e-7 | |
| 22732583 | 4 hours ago | | | 0 | 1.4604650e-7 | |
| 22732252 | 4 hours ago | | | 0 | 1.4927608e-7 | |
| 22732026 | 4 hours ago | | | 0 | 1.4353925e-7 | |
| 22731616 | 4 hours ago | | | 0 | 1.5725236e-7 |
ABI
ABI objects
Getter at block 22739036
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x872bdbbd93e044555208f7778debbbd890719bbdbb36209bee6b0d2e2c09c450
decimals() pure returns (uint8)
11
name() view returns (string)
$AIRDROP
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
AIRDROP
totalSupply() view returns (uint256 result)
2387526892819960697834
transferRestrictedTo() view returns (address)
0x0000000000000000000000000000000000000000
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)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string symbol_, address poolAddress_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
protocolBurn(address from, uint256 amount)
protocolMint(address to, uint256 amount)
removeTransferRestriction()
renounceOwnership() payable
requestOwnershipHandover() payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
CannotBurnUntilOwnerIsRenounced()
CannotInteractWithPoolDuringGame()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()