Floppy
Verified contract
Active on
Ethereum with 17,890 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,283.98 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201703 | 6 days ago | | | 0 | 0.00071934262 | |
| 21082510 | 22 days ago | | | 0 | 0.00021682789 | |
| 21079662 | 23 days ago | | | 0 | 0.00095574584 | |
| 21008508 | a month ago | | | 0 | 0.00058638653 | |
| 20937072 | a month ago | | | 0 | 0.00041812786 | |
| 20901190 | 2 months ago | | | 0 | 0.00028561728 | |
| 20806952 | 2 months ago | | | 0 | 0.00086563363 | |
| 20647457 | 3 months ago | | | 0 | 0.000030495103 | |
| 20594192 | 3 months ago | | | 0 | 0.00017205591 | |
| 20591229 | 3 months ago | | | 0 | 0.00015472509 |
ABI
ABI objects
Getter at block 21243679
FLOPPY_PROVENANCE() view returns (bytes32)
0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
MINT_PRICE() view returns (uint256)
70000000000000000
TOTAL_COL_SIZE() view returns (uint256)
10000
name() view returns (string)
Floppy
owner() view returns (address)
0x99dad544d50dd3a71f72309731942a8a022e4d39
presaleActive() view returns (bool)
false
presaleMerkleRoot() view returns (bytes32)
0x9b92444ae5937c08f92a28f173ab522152ea72d7f0b9280c5784cc4223e6e2a7
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
FLP
totalSupply() view returns (uint256)
10001
vipMerkleRoot() view returns (bytes32)
0xa706c83966f471a85962cd2f5611019ed2390d2f561b0b893066b80d71e3e07f
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintList(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
vipList(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) 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)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
setVipMerkleRoot(bytes32 _vipMerkleRoot)
togglePreSale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint(bytes32[] _merkleProof) payable
whitelistMint(bytes32[] _merkleProof, uint256 quantity) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()