Failed Flippers
Verified contract
Active on
Ethereum with 3,026 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 "Failed Flippers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20644271 | 3 months ago | | | 0 | 0.000027977478 | |
| 20644270 | 3 months ago | | | 0 | 0.000026277154 | |
| 20644268 | 3 months ago | | | 0 | 0.000028655271 | |
| 19665563 | 7 months ago | | | 0 | 0.00018868687 | |
| 19134458 | 10 months ago | | | 0 | 0.00084186961 | |
| 19134317 | 10 months ago | | | 0 | 0.0012752020 | |
| 18898778 | a year ago | | | 0 | 0.00065453275 | |
| 18898716 | a year ago | | | 0 | 0.00068781408 | |
| 18898572 | a year ago | | | 0 | 0.00067990566 | |
| 18898506 | a year ago | | | 0 | 0.00075288087 |
ABI
ABI objects
Getter at block 21269279
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmc3yi8tVnrT7yxUcaXxYVHVjTD5rFiK4nS5pkgGs6WUf9/
maxPerTransaction() view returns (uint256)
10
maxPerWallet() view returns (uint256)
2
name() view returns (string)
Failed Flippers
owner() view returns (address)
0xa96e2527227271b3b8f7347acdf892549a4f90e9
presaleMaxPerTransaction() view returns (uint256)
1
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
333
price() view returns (uint256)
0
saleState() view returns (uint8)
1
supply() view returns (uint256)
3333
symbol() view returns (string)
FAILED
totalSupply() view returns (uint256)
3333
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()