Fatal Airdrop

Verified contract

Active on Ethereum with 1,294 txns
Deployed by via 0x62e3c62d at 15383329
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Fatal Airdrop"

0x66455c8df10c052c3ba816ed3ddfcbcaf748f9d08a898ab52135f1ebf666951a
From
0x98549b45b4270c7eb414ef2e951cb5b73f429900edb5c4a4498622cf12d4af8d
0xc4aa0376619418683b86a38ea8d75bb4793a653032d6f279abac537f3ce376ba
0x67276c284ad54b2145e3291dbf2443a497212393533e02d24ed7161811bd883b
0x475e9ddcd1c690231111dc17eb843728a821b321b16f0cbcb48bed9f367e5556
0x9289bc2a096c83cb0152324b987d45ef26019e1bef505b3086f281804a8651e6
0xc12092c1c0900a987d9342d5b1a856b764df0e9df899bfaa534196e2ae155294
0x3816e55d087bfae342f5e5b02ba1cc9175f5e710a7116999a1cf3b60ddc21645
0x95c6c50364972fedca5cfce58937530ceda07a2b6cc9a968f0294f1488f9d425
0x0f1b911a01b6b029ab04f1399240ecf815aa08a501bd2ec8351a7b12c5a054d9

Functions
Getter at block 20885251
baseTokenURI(view returns (string)
https://nftstorage.link/ipfs/QmTuLweRJHCvZcR9SeWdmg7AwDVPBAaqvroSL8t86Jfktx/
name(view returns (string)
Fatal Airdrop
open(view returns (bool)
true
owner(view returns (address)
0x048219a95b8c80ca3ee520ec2bb998d9ad8f3c98
symbol(view returns (string)
FA
totalSupply(view returns (uint256)
6666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] addr
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setOpen(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(