Floppy Bunny Club
Verified contract
Active on
Ethereum with 1,359 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 "Floppy Bunny Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17166621 | 2 years ago | | | 0 | 0.0061991897 | |
| 16689150 | 2 years ago | | | 0 | 0.0015272669 | |
| 16632087 | 2 years ago | | | 0 | 0.0015370409 | |
| 16322682 | 2 years ago | | | 0 | 0.00094114305 | |
| 16265871 | 2 years ago | | | 0 | 0.00061980176 | |
| 16248729 | 2 years ago | | | 0 | 0.0015278234 | |
| 16223485 | 2 years ago | | | 0 | 0.00087836042 | |
| 16223485 | 2 years ago | | | 0 | 0.00087836042 | |
| 16223485 | 2 years ago | | | 0 | 0.00087836042 | |
| 16223485 | 2 years ago | | | 0 | 0.00087836042 |
ABI
ABI objects
Getter at block 21382258
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeici4p2npladciq7my32ycvypiori4zw7qqnlskog65uoedj6e7q74/
maxFreePerAddr() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
name() view returns (string)
Floppy Bunny Club
owner() view returns (address)
0x038fc23cf59043b587ad9abc3c28a58a7806a0b9
price() view returns (uint256)
1500000000000000
symbol() view returns (string)
FBC
totalSupply() view returns (uint256)
1000
Read-only
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 approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
reseve(address rec, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 newPrice, uint256 maxT)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()