Dungeon Dragon Red
Verified contract
Proxy
Active on
Ethereum with 62 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 3 additional slots
0xd2c4…5e03
0xb0eb…4c9e
Balances ($294.50)
Native
Value
$294.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0875 | $3,365.77 |
$294.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20753194 | 2 months ago | | | 0 | 0.00014420101 | |
| 19994966 | 6 months ago | | | 0 | 0.00046494620 | |
| 17132306 | 2 years ago | | | 0 | 0.0016705793 | |
| 15474988 | 2 years ago | | | 0 | 0.00021874018 | |
| 15474984 | 2 years ago | | | 0 | 0.00042538986 | |
| 15055473 | 2 years ago | | | 0 | 0.0017864155 | |
| 14613127 | 3 years ago | | | 0 | 0.0023221493 | |
| 14322512 | 3 years ago | | | 0.05 | 0.012648067 | |
| 14322493 | 3 years ago | | | 0.05 | 0.017541977 | |
| 14322490 | 3 years ago | | | 0.05 | 0.012484880 |
ABI
ABI objects
Getter at block 21262233
artistAddress() view returns (address)
0xd2c410081eeaf885193dea62b87fc9af244a5e03
baseURI() view returns (string)
ipfs://QmPwQAxTqcDD1XEZmUcGroUjQU4cidGnf1tzu3j7jT1dNh
contractMetadataURI() view returns (string)
https://api.thehusl.io/v1/contract/metadata/0xDDeb05968BD8df1fA1285Fd8670046ad1A53ca99
contractURI() view returns (string)
https://api.thehusl.io/v1/contract/metadata/0xDDeb05968BD8df1fA1285Fd8670046ad1A53ca99
currentPrice() view returns (uint256)
50000000000000000
getUnlockStatus() view returns (bool)
false
listedTokens() view returns (uint256[])
[]
maxNftCount() view returns (uint256)
300
name() view returns (string)
Dungeon Dragon Red
nftIndex() view returns (uint256)
35
nftManagerAddress() view returns (address)
0xb0eb88dcc48fd8bbede196ba772ec9b0a3e14c9e
owner() view returns (address)
0xadcb0ea1795236015386f257fb75450aecb85b54
paused() view returns (bool)
false
royaltyCount() view returns (uint256)
2
symbol() view returns (string)
HUSL-BUSTA-RHYMES
totalSupply() view returns (uint256)
70
unlockableContent() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTradePrice(uint256 _id) view returns (uint256)
getTradeStatus(uint256 _id) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownedTokens(address _addr) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
royaltyPercents(uint256) view returns (uint256)
royaltyRecipients(uint256) 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)
State-modifying
Events approve(address to, uint256 tokenId)
collectDust()
disableUnlockable() returns (bool)
enableUnlockable() returns (bool)
nftBuy() payable
nftList(uint256 _id, uint256 _price)
nftListCancel(uint256 _id)
nftManagerPerformSwap(address _recipient, uint256 _tokenID)
nftSwap(uint256 _id) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setArtistAddress(address _artistAddress)
setBaseURI(string _baseURIInput)
setContractURI(string _uri)
setCurrentPrice(uint256 _currentPrice)
setManagerAddress(address _addr)
setMaxNFTCount(uint256 _count)
setNewRoyalty(address _addr, uint256 _royaltyPercent)
setRoyalty(uint256 _id, address _addr, uint256 _royaltyPercent)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTRoyaltyPaid(address addressPaid, uint256 paymentAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _maxNftCount, address _nftManagerAddress, uint256 _currentPrice, address _artistAddress, uint256 _royaltyPercent, string nftName, string nftSymbol, bool _unlockable)
This contract contains no fallback and receive objects.
This contract contains no error objects.