Allstarz
Verified contract
Active on
Ethereum with 12,798 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 "Allstarz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156530 | 11 hours ago | | | 0 | 0.00046085043 | |
| 21156529 | 11 hours ago | | | 0 | 0.00048449658 | |
| 21155656 | 14 hours ago | | | 0 | 0.00077414804 | |
| 21153531 | 21 hours ago | | | 0 | 0.00065507316 | |
| 21151020 | a day ago | | | 0 | 0.00063763197 | |
| 21146820 | 2 days ago | | | 0 | 0.00055197229 | |
| 21146688 | 2 days ago | | | 0 | 0.00060987680 | |
| 21145824 | 2 days ago | | | 0 | 0.00051693427 | |
| 21145502 | 2 days ago | | | 0 | 0.00061702939 | |
| 21143562 | 2 days ago | | | 0 | 0.0011597708 |
ABI
ABI objects
Getter at block 21159760
collectionSize() view returns (uint256)
10000
freeMintMerkleRoot() view returns (bytes32)
0xcd5fdab9397742ff006e3167db4f829f702e231116c013624309c5ad7a60eef6
getMintPrice() view returns (uint256)
30000000000000000
getReservedFreeMint() view returns (uint256)
1551
isFreeMintActive() view returns (bool)
false
isMintActive() view returns (bool)
true
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
name() view returns (string)
Allstarz
numFreeMint() view returns (uint256)
1551
numGifts() view returns (uint256)
80
owner() view returns (address)
0x612522b055d5d905cd7139f7865e4bc179e745ee
reservedGifts() view returns (uint256)
80
symbol() view returns (string)
ALLSTAR
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFreeMintCount(address owner) view returns (uint32)
getGiftCount(address owner) view returns (uint32)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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(bytes32[] merkleProof)
gift(address[] addresses)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeMintActive(bool _isFreeMintActive)
setFreeMintMerkleRoot(bytes32 merkleRoot)
setMintActive(bool _isMintActive)
setMintPrice(uint256 _mintPrice)
setReservedFreeMint(uint256 _reservedFreeMint)
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(uint256 collectionSize_, uint256 reservedGifts_, uint256 maxPerWallet_, uint256 maxPerTx_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()