FastFoodermen
Verified contract
Active on
Ethereum with 1,545 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 "FastFoodermen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20964046 | a month ago | | | 0 | 0.0016156412 | |
| 15413195 | 2 years ago | | | 0 | 0.00044463146 | |
| 15310530 | 2 years ago | | | 0 | 0.00041862205 | |
| 15285958 | 2 years ago | | | 0 | 0.00031626643 | |
| 15279733 | 2 years ago | | | 0 | 0.00036872800 | |
| 15279212 | 2 years ago | | | 0 | 0.00020039658 | |
| 15276177 | 2 years ago | | | 0 | 0.0016204125 | |
| 15276170 | 2 years ago | | | 0 | 0.00030326752 | |
| 15276159 | 2 years ago | | | 0 | 0.00065422705 | |
| 15275866 | 2 years ago | | | 0 | 0.00041765856 |
ABI
ABI objects
Getter at block 21221263
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmSvVnwVQUg7TSoABSrG9LKRdt1L86NZZkXPN24xWTZ1Vv/hiddenMetadata.json
maxMintAmountPerTx() view returns (uint256)
6
maxSupply() view returns (uint256)
6969
name() view returns (string)
FastFoodermen
owner() view returns (address)
0xc82cf707d2487085519091111d2728c471344996
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
FF
totalSupply() view returns (uint256)
6969
uriPrefix() view returns (string)
ipfs://QmeCypo6ihjeNShWientm9W3JRAGg7iCBsQsuHSRjVbk6q/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
checkCost(uint256 amount) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mimt(uint256 _mintAmount, address _receiver)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()