FastFoodPunks
Verified contract
Active on
Ethereum with 1,062 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 "FastFoodPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252154 | 3 days ago | | | 0 | 0.00083255765 | |
| 21251192 | 4 days ago | | | 0 | 0.00099130578 | |
| 21174699 | 14 days ago | | | 0 | 0.0012062473 | |
| 21161507 | 16 days ago | | | 0 | 0.00073037905 | |
| 21121818 | 22 days ago | | | 0 | 0.00026174795 | |
| 21061859 | a month ago | | | 0 | 0.00028123063 | |
| 21057316 | a month ago | | | 0 | 0.00050227413 | |
| 21057244 | a month ago | | | 0 | 0.00028299970 | |
| 21050096 | a month ago | | | 0 | 0.00013403407 | |
| 21000893 | a month ago | | | 0 | 0.00081141280 |
ABI
ABI objects
Getter at block 21276345
MAX_SUPPLY() view returns (uint256)
1000
baseURI() view returns (string)
ipfs://QmQ5vr5mRYUExXTokP32bEQur4T1RNtXvE1CGNVF8p6m2o/
contractURI() view returns (string)
merkleRoot() view returns (bytes32)
0xdfa5252b926ac942a59f5752f7d33c66d14ed92f6daa87c5245d1e11ae163626
metadataLocked() view returns (bool)
false
mintingEnabled() view returns (bool)
true
name() view returns (string)
FastFoodPunks
openseaSf() view returns (address)
0x495f947276749ce646f68ac8c248420045cb7b5e
owner() view returns (address)
0xa627979bdaa549f46b0e58bb123cac7a994b96e4
proxyRegistry() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
FFP
totalSupply() view returns (uint256)
590
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)
ssn(uint256) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
flipMintingState()
lockMetadata()
migrateFromOpensea(uint256 osId, uint256 newId, bytes32 leaf, bytes32[] proof)
renounceOwnership()
resurrectPunk154()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Migrated(uint256 tokenId, uint256 ssn)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistry, address _openseaStoreFront)
This contract contains no fallback and receive objects.
This contract contains no error objects.