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 "Fabrik"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203218 | 10 days ago | | | 0 | 0.00043074582 | |
| 21112100 | 23 days ago | | | 0 | 0.00029024732 | |
| 21106000 | 24 days ago | | | 0 | 0.00022560494 | |
| 20987723 | a month ago | | | 0 | 0.00073153107 | |
| 20973809 | a month ago | | | 0 | 0.00050521361 | |
| 20883484 | 2 months ago | | | 0 | 0.00023095086 | |
| 20739739 | 2 months ago | | | 0 | 0.000075598673 | |
| 20738603 | 2 months ago | | | 0 | 0.00010286786 | |
| 20701456 | 3 months ago | | | 0 | 0.000093138231 | |
| 20700037 | 3 months ago | | | 0 | 0.00011473904 |
ABI
ABI objects
Getter at block 21276804
MAX_SUPPLY() view returns (uint256)
1024
MINT_CUTOFF_DATE() view returns (uint256)
1718024424
baseURI() view returns (string)
https://fabrik-metadata.thetemporal.net/
generatingScript() view returns (string)
isGeneratingScriptLocked() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x6f48cb0d570a6a44a754c00022dee58f184a55c27479ed349c17d0eb28129f66
name() view returns (string)
Fabrik
owner() view returns (address)
0xaef67478a5595fc220d43338b8674dc50c6de54f
paused() view returns (bool)
false
symbol() view returns (string)
FABRIK
totalSupply() view returns (uint256 result)
338
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 _index) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenGenerationParams(uint256) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptTransferOwnership()
approve(address to, uint256 tokenId) payable
cancelTransferOwnership()
lockGeneratingScript()
mint(uint256 _quantity, bytes32[] _merkleProof, uint256 _index)
mintAllRemaining()
mintRemaining(uint32 _quantity)
pause()
rejectTransferOwnership()
requestTransferOwnership(address _newOwnerCandidate)
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)
setGeneratingScript(string _generatingScript)
transferFrom(address from, address to, uint256 tokenId) payable
unpause()
withdraw(address _to)
AdminWithdrawal(uint256 indexed amount, address indexed to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(uint256 _index, uint256 _amount, bytes32[] _merkleProof, address indexed _account)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Mint(uint256 indexed _startTokenId, uint256 _quantity, bytes32[] _hashes, address indexed _owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, bytes32 _merkleRoot, address _admin, string _generatingScript, string _baseUri, uint256 _mintTimeout, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
EnforcedPause()
EthReceivingNotAllowed()
ExpectedPause()
Locked()
MintERC2309QuantityExceedsLimit()
MintExceedsMaxSupply()
MintFinished()
MintNotFinished()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
ZeroBalance()