Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DBXENFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20954429 | 2 months ago | | | 0 | 0.00052119191 | |
| 20547262 | 4 months ago | | | 0 | 0.000054537214 | |
| 20466807 | 4 months ago | | | 0 | 0.000074521260 | |
| 20248242 | 5 months ago | | | 0 | 0.00022939238 | |
| 19902620 | 7 months ago | | | 0 | 0.00018460190 | |
| 19826821 | 7 months ago | | | 0 | 0.00027032480 | |
| 19462785 | 9 months ago | | | 0 | 0.0015086892 | |
| 19462783 | 9 months ago | | | 0 | 0.0023876090 | |
| 19436370 | 9 months ago | | | 0 | 0.0032223286 | |
| 19263320 | 10 months ago | | | 0 | 0.0029753164 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
mintDBXENFT(address _to) returns (uint256 tokenId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdminAddress(address _newAdminAddress)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBasedURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)