DeadDecor
Verified contract
Active on
Ethereum with 211 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($435.90)
Native
Value
$435.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.14 | $3,113.57 |
$435.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17814926 | a year ago | | | 0 | 0.0025491136 | |
| 17316116 | a year ago | | | 0 | 0.0059855483 | |
| 16977591 | 2 years ago | | | 0 | 0.0029220905 | |
| 16884889 | 2 years ago | | | 0 | 0.00071317740 | |
| 16884889 | 2 years ago | | | 0 | 0.0012431733 | |
| 15708763 | 2 years ago | | | 0 | 0.0013333021 | |
| 15590499 | 2 years ago | | | 0 | 0.00059180092 | |
| 15284713 | 2 years ago | | | 0 | 0.00065891855 | |
| 15183271 | 2 years ago | | | 0 | 0.00062818911 | |
| 15103427 | 2 years ago | | | 0 | 0.0028115329 |
ABI
ABI objects
Getter at block 21227212
MAX_SUPPLY() view returns (uint256)
500
_canBuyReservedRoom() view returns (bool)
false
_canBuyRoom() view returns (bool)
true
_metadataURI() view returns (string)
https://deaddecor.co/metadata/
_reservedRoomPrice() view returns (uint256)
50000000000000000
_roomPrice() view returns (uint256)
70000000000000000
canBuyReservedRoom() view returns (bool)
false
canBuyRoom() view returns (bool)
true
getReservedRoomPrice() view returns (uint256)
50000000000000000
getRoomPrice() view returns (uint256)
70000000000000000
maxSupply() pure returns (uint256)
500
name() view returns (string)
Dead Decor Co.
owner() view returns (address)
0xab549d3248d23daa33ccec3b2df97f5ffa67fb65
symbol() view returns (string)
DDC
totalSupply() view returns (uint256)
149
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getReservation(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
roomSold(uint256 roomId) view returns (bool)
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)
buyReservedRoom(uint256 roomId) payable
buyRoom(uint256 roomId) payable
renounceOwnership()
reserveRooms(address[] addresses, uint256[] roomIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMetadataURI(string uri)
setReservedRoomPrice(uint256 price)
setRoomPrice(uint256 price)
toggleCanBuyReservedRoom()
toggleCanBuyRoom()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.