DBXENFT

Verified contract

Active on Ethereum with 33 txns
Deployed by via 0x9d1393cf at 18334849
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DBXENFT"

0xcaaf7a8d3e9613288e2a3530d573cec5ca8d29be6f0877ac259c682a4f5e8ca9
0xccdaff08d10ce5f870e8ce48be5727f75d72dfc9a4cb0e2b47f9dd16f8d56312
0x601f6b5a81a0cfb7d2569ce70bb2cfbb090e4fb69377ccb8d21a9f05fc1cc2f3
0x8a57fe483af102a81c81ecbbc3c640cba01045ab878dd01de692fc0e1e0f9464
0x0ae6edd294ebe171ab862d64b5193e2a68f0dd815eef17b53b8fbbb14f3d357e
0xd50afbd141e447bdccde2ce25e4149db42cf4ab56d75ae1fc8c29e543f7fc225
0xee439ead9bbd2f0d261f4089d11678ebdeb989f0fcc710ea0a87bb75ca4d4827
0x929b485e43ca310f8fe64cfc141e26887f0620f20037e9d92fbe5cec310cd483
0x034018ca755ac7c628828708b6dd9ee1347e4f8612f57a32d939904a3b2b45f4
0x2beaa7ada094602fcddc80a16941d309d10d1f534a02d30acd139f5a1f04884c

Functions
Getter at block 21377910
ADMIN_ADDRESS(view returns (address)
0x5a5d0ad85762979caae341274f0eba22df8ecedd
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://deboxnft-minting-eth.s3.eu-west-1.amazonaws.com/
factory(view returns (address)
0xa06735da049041eb523ccf0b8c3fb9d36216c646
name(view returns (string)
DBXEN NFT on Ethereum
symbol(view returns (string)
DBXENFT
totalSupply(view returns (uint256)
907
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mintDBXENFT(address _toreturns (uint256 tokenId)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdminAddress(address _newAdminAddress
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBasedURI(string uri
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator