daemones

Verified contract

Active on Ethereum with 1,661 txns
Deployed by via 0x28b1d1b5 at 15784435
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "daemones"

0x37712d74a666c96057429c5c2847aa9ae21d9d76b975a4631e72171078120b38
0x134a735d44919910422ee9af4b262182ff3939bc72432396dd728d38cf487dff
0x3de5c9ecd2cd59fa2a29eababbdf6fd5f60c462366f966a380d2bb7583f2845f
0x07594b1a6fa27cff3cea0d702e6dbd5bd9eeb2fa31c90527ab2df4dd85998f08
0xe1a3a03dc1fe1ef0d03e6265f6f878fec6072d39f0e91a424f773a5ea4e48365
0xd765f7edd66702f9bcdf1e63037e14c6a3643299f4ef185ff2b472708a481537
0x79f24ce598b23e64ffd865c79084ac680bfd4bfb2baaf930766502f91ff96ef0
0x0e94703bc1e32b676e892d912caf7689ed97b4c59b0fd488fe1cf4332171e403
0x3c874333cbe08eeff7d35140481d0e059609660607c3a5f9ba53384d186bc90f
0x394b89adccbf23ec2538307b42e08aecb3ed945e34bd93c674af17f7ba08914a

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(