SNACKGANG
Verified contract
Proxy
Active on
Ethereum with 2,994 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 4 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "SNACKGANG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21410529 | 13 hours ago | | | 0 | 0.00053612063 | |
| 21410487 | 13 hours ago | | | 0 | 0.00084415310 | |
| 21410485 | 13 hours ago | | | 0 | 0.00086965000 | |
| 21410348 | 14 hours ago | | | 0 | 0.00080081003 | |
| 21410346 | 14 hours ago | | | 0 | 0.00076597181 | |
| 21410343 | 14 hours ago | | | 0 | 0.00079165078 | |
| 21410324 | 14 hours ago | | | 0 | 0.00083456937 | |
| 21410317 | 14 hours ago | | | 0 | 0.00076850902 | |
| 21410303 | 14 hours ago | | | 0 | 0.00077894268 | |
| 21410296 | 14 hours ago | | | 0 | 0.00078190582 |
ABI
ABI objects
Getter at block 21414464 facetAddresses() view returns (address[] facetAddresses_) facets() view returns (struct IDiamondLoupeFacet[] facets_)
getMintSigner() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
SNACKGANG
owner() view returns (address result)
0x182144a99d7f5a0592fe6c8c0c444bff7a7cfb5b
symbol() view returns (string)
SNACKGANG
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0x75eced2b428aa9665c908dc8fba7b32aa10908d5
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_, address admin_, 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)
setMintSigner(address signer_)
setTreasury(address newTreasury)
setTrustedForwarder(address trustedForwarder)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InitializationFunctionReverted(address _initializationContractAddress, bytes _calldata)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()