AllFocked NFT
Verified contract
Active on
Ethereum with 5,160 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 "AllFocked NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20368121 | 4 months ago | | | 0 | 0.00016189839 | |
| 20093316 | 5 months ago | | | 0 | 0.00023328292 | |
| 16840637 | 2 years ago | | | 0 | 0.0010667806 | |
| 16830764 | 2 years ago | | | 0 | 0.0014579186 | |
| 16714897 | 2 years ago | | | 0 | 0.00063700296 | |
| 16645356 | 2 years ago | | | 0 | 0.0017395175 | |
| 16419429 | 2 years ago | | | 0 | 0.00039726459 | |
| 16230215 | 2 years ago | | | 0 | 0.00081434848 | |
| 16173075 | 2 years ago | | | 0 | 0.00056383923 | |
| 16173075 | 2 years ago | | | 0 | 0.00056413270 |
ABI
ABI objects
Getter at block 21280892
hiddenMetadataUri() view returns (string)
ipfs://bafkreietl5ltitjuami6nfgvp2eyzdzx5oneuam5qt4t5l3quwbuwerp4i
maxMintAmountPerAddress() view returns (uint256)
1
maxSupply() view returns (uint256)
4444
name() view returns (string)
AllFocked NFT
owner() view returns (address)
0x67b89927d63ebf49a9d420360f98cddd1f7a6ff9
publicSupply() view returns (uint256)
4300
reservedSupply() view returns (uint256)
144
revealed() view returns (bool)
false
symbol() view returns (string)
AFK
totalSupply() view returns (uint256)
4299
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
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 to, uint256 tokenId)
getFocked(uint256 tokenId)
mint(uint256 _mintAmount)
mintForAddress(address _receiver, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintPerAddress(uint256 _maxMintAmountPerAddress)
setPaused(bool _state)
setPublicSupply(uint256 _publicSupply)
setReservedSupply(uint256 _resSupply)
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 _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()