daemones
Verified contract
Active on
Ethereum with 1,661 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 "daemones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101951 | 15 days ago | | | 0 | 0.00016366020 | |
| 19997709 | 6 months ago | | | 0 | 0.00035124630 | |
| 18541430 | a year ago | | | 0 | 0.0015676491 | |
| 16706560 | 2 years ago | | | 0 | 0.0011158578 | |
| 16636708 | 2 years ago | | | 0 | 0.0025570379 | |
| 16635592 | 2 years ago | | | 0 | 0.0023698063 | |
| 16344755 | 2 years ago | | | 0 | 0.00092988296 | |
| 16212733 | 2 years ago | | | 0 | 0.00068959398 | |
| 16189138 | 2 years ago | | | 0 | 0.00068847621 | |
| 16100455 | 2 years ago | | | 0 | 0.00053303506 |
ABI
ABI objects
Getter at block 21211287
maxFreePerWallet() view returns (uint256)
0
maxPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
3333
mintEnabled() view returns (bool)
true
name() view returns (string)
daemones
owner() view returns (address)
0xff761e7afb416a00251ce307d93d034c6d93b939
price() view returns (uint256)
3300000000000000
symbol() view returns (string)
DMNS
totalFree() view returns (uint256)
0
totalSupply() view returns (uint256)
3333
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()