Boombaz
Verified contract
Active on
Ethereum with 2,609 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 "Boombaz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18985392 | 10 months ago | | | 0 | 0.0011920343 | |
| 17775844 | a year ago | | | 0 | 0.00098542423 | |
| 17454920 | a year ago | | | 0 | 0.00038912409 | |
| 17338592 | a year ago | | | 0 | 0.0013658767 | |
| 16962872 | 2 years ago | | | 0 | 0.00046630804 | |
| 16818866 | 2 years ago | | | 0 | 0.00088753309 | |
| 16700025 | 2 years ago | | | 0 | 0.0012729161 | |
| 16652829 | 2 years ago | | | 0 | 0.0012441332 | |
| 16517074 | 2 years ago | | | 0 | 0.00066253659 | |
| 16358272 | 2 years ago | | | 0 | 0.00095838686 |
ABI
ABI objects
Getter at block 21126519
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
https://www.boombaz.com/boombaz/hidden.json
maxMintAmountPerTx() view returns (uint256)
11
maxPerWallet() view returns (uint256)
20
maxPreMintAmountPerTx() view returns (uint256)
3
maxPrePerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
3600
name() view returns (string)
Boombaz
owner() view returns (address)
0xaad36b96b2fe8348a75568cd6afa61005754288d
paused() view returns (bool)
false
prepaused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
BOOMB
totalSupply() view returns (uint256)
1780
uriPrefix() view returns (string)
https://www.boombaz.com/boombaz/
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)
mintsPerWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
whitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
presaleMint(uint256 _preMintAmount) payable
removeWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPerWallet(uint256 _maxValue)
setMaxPreMintAmountPerTx(uint256 _maxPreMintAmountPerTx)
setMaxPrePerWallet(uint256 _maxPreValue)
setPaused(bool _state)
setPrePaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUser(address _user)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.