Fluff Venture
Verified contract
Active on
Base with 1,616 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 "Fluff Venture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21991738 | 21 days ago | | | 0 | 1.8235726e-7 | |
| 18222684 | 4 months ago | | | 0 | 1.5825980e-7 | |
| 17177565 | 4 months ago | | | 0 | 0.000000401550500000 | |
| 14150415 | 7 months ago | | | 0 | 0.0000041953405 | |
| 10293261 | 10 months ago | | | 0 | 0.000000046560405536 | |
| 8309338 | a year ago | | | 0 | 0.0000011531880 | |
| 7364089 | a year ago | | | 0 | 0.000000000240343400 | |
| 5557583 | a year ago | | | 0 | 0.000000045964510842 | |
| 5557473 | a year ago | | | 0 | 0.000000029990232100 | |
| 5557468 | a year ago | | | 0 | 0.000000033152497992 |
ABI
ABI objects
Getter at block 22920505
baseURI() view returns (string)
ipfs://QmcuUMgQBnjgNqsgZWHjjTuUFK1LdFBcoutRCYMMduvng4/
name() view returns (string)
Fluff Venture
owner() view returns (address)
0x0606dd85126769ce55ff6b30867279a1279bdfbf
symbol() view returns (string)
FFV
totalSupply() view returns (uint256)
2222
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 airdrop(address[] addresses, address artist, address deployer)
approve(address to, uint256 tokenId) payable
freeMintElegible(uint256 amount) payable
mint(uint256 amount) payable
renounceOwnership()
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 _base)
setStartMint(uint256 _time)
setStatus(struct CollectionInfo collection)
startReveal(string _base)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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(string name, string symbol, struct CollectionInfo collection, string uri, address walletPrize, uint256 startMint)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()