BoomGala
Verified contract
Active on
Ethereum with 10,053 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "BoomGala"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21223170 | 3 days ago | | | 0 | 0.0010134206 | |
| 21223163 | 3 days ago | | | 0 | 0.0010488380 | |
| 21223159 | 3 days ago | | | 0 | 0.0010466768 | |
| 21223146 | 3 days ago | | | 0 | 0.0010554174 | |
| 21223137 | 3 days ago | | | 0 | 0.00098980689 | |
| 21223133 | 3 days ago | | | 0 | 0.00097621479 | |
| 21223126 | 3 days ago | | | 0 | 0.00099806884 | |
| 21223095 | 3 days ago | | | 0 | 0.0010690359 | |
| 21014081 | a month ago | | | 0 | 0.00020857549 | |
| 20983594 | a month ago | | | 0 | 0.00024257012 |
ABI
ABI objects
Getter at block 21245548
name() view returns (string)
BoomGala
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x090287febbfff70be7a0f8ff2409e07c215e6152
paused() view returns (bool)
false
saleConfig() view returns (bool wlSaleStarted, bool publicSaleStarted, uint256 wlPrice, uint256 wlMaxAmount, uint256 publicPrice, uint256 publicMaxAmount, uint256 reservedAmount)
(wlSaleStarted=false, publicSaleStarted=true, wlPrice=200000000000000000, wlMaxAmount=2, publicPrice=400000000000000000, publicMaxAmount=3, reservedAmount=200)
symbol() view returns (string)
GALA
totalSupply() view returns (uint256)
6072
Read-only
allowList(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintToPartner(uint256 quantity) payable
pause()
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveGiveaway(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPartnerAllowed(uint256 _maxPartnerAllowed_)
setPartnerAddr(address _partnerAddr)
setPublicMaxAmount(uint256 _newAmt)
setPublicPrice(uint256 _newPrice)
setReservedAmount(uint256 _newAmount)
setWlMaxAmount(uint256 _newAmt)
setWlPrice(uint256 _newPrice)
startPublicSale()
startWLSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelist(address[] users)
withdrawAll()
wlSaleMint(uint256 quantity) 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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.