Demon Time
Verified contract
Active on
Ethereum with 7,341 txns
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 "Demon Time"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20978191 | 25 days ago | | | 0 | 0.00075975705 | |
| 20560695 | 3 months ago | | | 0 | 0.000036196500 | |
| 19606850 | 7 months ago | | | 0 | 0.00033453015 | |
| 19342103 | 8 months ago | | | 0 | 0.0026722912 | |
| 18903673 | 10 months ago | | | 0 | 0.00064599397 | |
| 18865138 | a year ago | | | 0 | 0.00037970755 | |
| 18708752 | a year ago | | | 0 | 0.0023066681 | |
| 18303318 | a year ago | | | 0 | 0.00012553351 | |
| 18228983 | a year ago | | | 0 | 0.00037447268 | |
| 17806711 | a year ago | | | 0 | 0.00084380978 |
ABI
ABI objects
Getter at block 21158677
name() view returns (string)
Demon Time
symbol() view returns (string)
DEMON_TIME
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setL(address newL)
summonDemon()
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()