BaseFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
288
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 6 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "BaseFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BaseFacet"
ABI
ABI objects
Getter at block 21162694
facetAddresses() view returns (address[] facetAddresses_)
[]
facets() view returns (struct IDiamondLoupeFacet[] facets_)
[]
name() view returns (string)
owner() view returns (address result)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
treasury() view returns (address)
0x0000000000000000000000000000000000000000
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()
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()