Bubble Gun Gang Classic
Verified contract
Active on
Ethereum with 3,771 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x711d…d476
Balances ($0.00)
No balances found for "Bubble Gun Gang Classic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750305 | 2 months ago | | | 0 | 0.00017576230 | |
| 20580257 | 3 months ago | | | 0 | 0.000062814590 | |
| 20529817 | 3 months ago | | | 0 | 0.000091265470 | |
| 20399955 | 4 months ago | | | 0 | 0.00024672169 | |
| 20395578 | 4 months ago | | | 0 | 0.000076617723 | |
| 20023780 | 5 months ago | | | 0 | 0.00033818798 | |
| 19930178 | 6 months ago | | | 0 | 0.00023400432 | |
| 19873048 | 6 months ago | | | 0 | 0.00022347050 | |
| 19694259 | 7 months ago | | | 0 | 0.0023274484 | |
| 19287417 | 9 months ago | | | 0 | 0.0023344832 |
ABI
ABI objects
Getter at block 21173036
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
dev() view returns (address)
0xa92838ed7c8e6a6cee783f8583ae4a7f0352ce3d
isAllowListActive() view returns (bool)
true
isPublicActive() view returns (bool)
true
name() view returns (string)
Bubble Gun Gang Classic
owner() view returns (address)
0x042985c1eb919748508b4aa028688dfe43b083aa
symbol() view returns (string)
BGGC
totalSupply() view returns (uint256)
6550
Read-only
balanceOf(address owner) view returns (uint256)
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 allowListMint(uint256 amount) payable
approve(address operator, uint256 tokenId) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setURI(string _URI)
setURIExtension(string _baseExt)
toggleAllowList()
togglePublic()
transferDevOwnership(address newOwner)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
zCollectETH()
zDev()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()