Alphablocks
Verified contract
Active on
Ethereum with 2,099 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 "Alphablocks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142234 | 24 days ago | | | 0 | 0.00055058673 | |
| 21141660 | 24 days ago | | | 0 | 0.00051307239 | |
| 21138718 | 24 days ago | | | 0 | 0.00075863923 | |
| 21106150 | a month ago | | | 0 | 0.00021328619 | |
| 21106130 | a month ago | | | 0 | 0.00020641641 | |
| 21050550 | a month ago | | | 0 | 0.00032155486 | |
| 20934534 | 2 months ago | | | 0 | 0.00038443009 | |
| 20895338 | 2 months ago | | | 0 | 0.000085746193 | |
| 20631046 | 3 months ago | | | 0 | 0.000055104832 | |
| 20536580 | 4 months ago | | | 0 | 0.00019591947 |
ABI
ABI objects
Getter at block 21313864
freeMintEnabled() view returns (bool)
true
maxSupply() view returns (uint256)
555
merkleRoot() view returns (bytes32)
0x2835dcac21acea17f0a050800267c4375a334ee7af1512688ba8e191dbd800a2
name() view returns (string)
Alphablocks
owner() view returns (address)
0x007278ffb1ab929552e7b639868c6d88c8c093bd
symbol() view returns (string)
AB
totalSupply() view returns (uint256)
555
uriPrefix() view returns (string)
ipfs://QmdZ1GUhDNZBxvEdfzwr4ycrdaYCm3fZd1kLHoaycSnBjH/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) view returns (bool)
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)
freeMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
internalMint(uint256 _teamAmount)
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreeMintEnabled(bool _state)
setMerkleRoot(bytes32 _merkleRoot)
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)
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 _tokenName, string _tokenSymbol, string _uriPrefix, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()