SpanishflyNFT
Verified contract
Active on
Ethereum with 245 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SpanishflyNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16723700 | 2 years ago | | | 0 | 0.00095802195 | |
| 16630924 | 2 years ago | | | 0 | 0.0016150849 | |
| 16337616 | 2 years ago | | | 0 | 0.0011938974 | |
| 16337615 | 2 years ago | | | 0 | 0.0012389680 | |
| 16337018 | 2 years ago | | | 0 | 0.00085855834 | |
| 16337017 | 2 years ago | | | 0 | 0.00087749121 | |
| 16152959 | 2 years ago | | | 0 | 0.00065107932 | |
| 16018842 | 2 years ago | | | 0 | 0.00060280414 | |
| 15969854 | 2 years ago | | | 0 | 0.00082104910 | |
| 15912145 | 2 years ago | | | 0 | 0.00089710582 |
ABI
ABI objects
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(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addrs, uint256 number)
approve(address to, uint256 tokenId)
mint(address to, uint256 number) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAirdrop(address[] addrs, bool status)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setStart(uint256 time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()