SpanishflyNFT

Verified contract

Active on Ethereum with 245 txns
Deployed by via 0x46e8a725 at 15017480
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SpanishflyNFT"

0xefe7e3c897d38f7e0943d8170fac4fca70b6161a256d9cf50c27e8b2022b78b7
0x3f400ed697370e1b809220d1219b4369475fbc4e563fd4bfd9ce54b12dd093f5
0xa6242a4f7d6140e24616fa64d50d8fed864c8227f88c5fc79ce331a65d65de2e
0x83056ae350534bd34ab78e7dd680c25e0cc28d57bf05a784b758b54a21ff7944
0x3319d3db62c2c8a8a4c2b3be83a13421f0ac3557e0a345307061c6285f26522f
0x68ab0e762fafad06b5590fce51a39f8250144780e998716ee2fe7b60ee29b290
0x5b527594084dbc96dc343bf2cf5259f870ae31ed13d309176051e90c6464e8db
0x635062d1b0894716619983b8b0b7bec3f4bd3df1d0d87a27f7f4ca299c8c26e4
0x30e54f877ea7ec72ea504986aa98e96a32b9d00361cfae0fc80df05e86e2119c
0x4f70941ba273656cb88fe77874174e7c55a9e8dbdc02232136ca6f40fd43b199

Functions
Getter at block 21230538
_start(view returns (uint256)
4085996400
name(view returns (string)
Spanishfly NFT
owner(view returns (address)
0xf4d5cce1deb010704ba011529347385f277f0000
symbol(view returns (string)
SpanishflyNFT
totalSupply(view returns (uint256)
423
Read-only
_airdrop(addressview returns (bool)
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[] addrsuint256 number
approve(address touint256 tokenId
mint(address touint256 numberpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAirdrop(address[] addrsbool status
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setStart(uint256 time
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(address to
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(
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(