Alpha Bulls
Verified contract
Active on
Ethereum with 885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Alpha Bulls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19848350 | 6 months ago | | | 0 | 0.00018723840 | |
| 18983544 | 10 months ago | | | 0 | 0.0015993176 | |
| 18175617 | a year ago | | | 0 | 0.00042661583 | |
| 18129382 | a year ago | | | 0 | 0.0015348776 | |
| 17968298 | a year ago | | | 0 | 0.00029872280 | |
| 17536270 | a year ago | | | 0 | 0.0010177851 | |
| 17536215 | a year ago | | | 0 | 0.0016143555 | |
| 17360188 | a year ago | | | 0 | 0.0013209966 | |
| 17117668 | 2 years ago | | | 0 | 0.0015188876 | |
| 17016856 | 2 years ago | | | 0 | 0.00050498874 |
ABI
ABI objects
Getter at block 21214256
freesale() view returns (bool)
true
freesaleMerkleTreeRoot() view returns (bytes32)
0xfa82d0c14f8102f4a1073333ca019099e8ce4d532de33e1445d82a7ed55e63e8
freesaleSupply() view returns (uint256)
777
hiddenMetadataURI() view returns (string)
ipfs://QmSyEc7chRFiopb23ckpAXt19iL4W7Efne9NgKNjjXxJdp/
maxSupply() view returns (uint256)
7777
maxSupplyLimit() view returns (uint256)
7777
name() view returns (string)
Alpha Bulls
nftFreesalePerAddressLimit() view returns (uint256)
1
nftPresalePerAddressLimit() view returns (uint256)
2
nftPublicsalePerAddressLimit() view returns (uint256)
10
owner() view returns (address)
0x80eee984c7b356ac3d730abb77b410f4dd66e979
paused() view returns (bool)
true
presale() view returns (bool)
false
presaleCost() view returns (uint256)
55000000000000000
presaleMerkleTreeRoot() view returns (bytes32)
0xcd7fab0163995a8eec410642f21391319f7f5b04711003f1c9cf5599b17e8a09
publicsaleCost() view returns (uint256)
77000000000000000
revealed() view returns (bool)
false
symbol() view returns (string)
AB
totalSupply() view returns (uint256)
777
uriPrefix() view returns (string)
ipfs://QmYVc4UdyZbHvWNLhgQHSwyLP3XQV6LeNbDd7xUMqAhA1Q/
uriSuffix() view returns (string)
.json
Read-only
addressFreesaleMintedBalance(address) view returns (uint256)
addressPresaleMintedBalance(address) view returns (uint256)
addressPublicsaleMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidFreesaleMerkleTreeProof(bytes32[] proof, bytes32 leaf) view returns (bool)
isValidPresaleMerkleTreeProof(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freesaleMint(uint256 _mintAmount, bytes32[] _merkleTreeProof) payable
ownerMint(uint256 _mintAmount)
ownerMintSpecific(uint256 _tokenID)
presaleMint(uint256 _mintAmount, bytes32[] _merkleTreeProof) payable
publicsaleMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFreesale(bool _state)
setFreesaleMerkleTreeRoot(bytes32 _root)
setFreesaleSupply(uint256 _supply)
setHiddenMetadataURI(string _hiddenMetadataURI)
setMaxSupply(uint256 _supply)
setMaxSupplyLimit(uint256 _supply)
setNFTFreesalePerAddressLimit(uint256 _limit)
setNFTPresalePerAddressLimit(uint256 _limit)
setNFTPublicsalePerAddressLimit(uint256 _limit)
setPaused(bool _state)
setPresale(bool _state)
setPresaleCost(uint256 _cost)
setPresaleMerkleTreeRoot(bytes32 _root)
setPublicsaleCost(uint256 _cost)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(bytes32 _freesaleMerkleTreeRoot, bytes32 _presaleMerkleTreeRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.