Blob Gang
Verified contract
Proxy
Active on
Ethereum with 419 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 6 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Blob Gang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17005611 | 2 years ago | | | 0 | 0.0013959805 | |
| 16848867 | 2 years ago | | | 0 | 0.0012059251 | |
| 16836081 | 2 years ago | | | 0 | 0.0014937561 | |
| 16836078 | 2 years ago | | | 0 | 0.00070998696 | |
| 16836063 | 2 years ago | | | 0 | 0.0014772240 | |
| 16836062 | 2 years ago | | | 0 | 0.0013661078 | |
| 16836062 | 2 years ago | | | 0 | 0.0013661078 | |
| 16836062 | 2 years ago | | | 0 | 0.0013661078 | |
| 16836062 | 2 years ago | | | 0 | 0.0013661078 | |
| 16836062 | 2 years ago | | | 0 | 0.0013661078 |
ABI
ABI objects
Getter at block 21162694 facetAddresses() view returns (address[] facetAddresses_) facets() view returns (struct IDiamondLoupeFacet[] facets_)
name() view returns (string)
Blob Gang
owner() view returns (address result)
0x5f364e073043f94b0557b16d9d91aedd49180e5e
symbol() view returns (string)
BLOB
totalSupply() view returns (uint256)
2999
treasury() view returns (address)
0x5f364e073043f94b0557b16d9d91aedd49180e5e
Read-only
balanceOf(address owner) view returns (uint256)
facetAddress(bytes4 _functionSelector) view returns (address facetAddress_)
facetFunctionSelectors(address _facet) view returns (bytes4[] _facetFunctionSelectors)
getApp(bytes32 name) view returns (struct INiftyKitAppRegistryApp)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _initialize(address owner_, string name_, string symbol_, address royalty_, uint16 royaltyBps_)
approve(address operator, uint256 tokenId) payable
grantRoles(address user, uint256 roles) payable
installApp(bytes32 name)
installApp(bytes32 name, bytes data)
removeApp(bytes32 name)
removeApp(bytes32 name, bytes data)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
revokeRoles(address user, uint256 roles) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setTreasury(address newTreasury)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
withdraw()
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)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address owner, address treasury, address royalty, uint16 royaltyBps, string name, string symbol, bytes32[] apps)
fallback()
receive()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()