EasyDemons
Verified contract
Active on
Ethereum with 8,795 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "EasyDemons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239535 | 4 days ago | | | 0 | 0.00052379683 | |
| 21228316 | 6 days ago | | | 0 | 0.00048094399 | |
| 20998119 | a month ago | | | 0 | 0.00021368480 | |
| 20655564 | 3 months ago | | | 0 | 0.00023035147 | |
| 20655559 | 3 months ago | | | 0 | 0.000069434720 | |
| 20655447 | 3 months ago | | | 0 | 0.00027416728 | |
| 20655428 | 3 months ago | | | 0 | 0.000070396118 | |
| 20626932 | 3 months ago | | | 0 | 0.000038353474 | |
| 20572319 | 3 months ago | | | 0 | 0.00024984589 | |
| 20570484 | 3 months ago | | | 0 | 0.00011123993 |
ABI
ABI objects
Getter at block 21270081
AUCTION_BOTTOM_PRICE() view returns (uint256)
0
AUCTION_INITIAL_PRICE() view returns (uint256)
600000000000000000
AUCTION_PERIOD() view returns (uint256)
1800
DA_STARTING_AT() view returns (uint256)
1650726000
DISCOUNT_RATE() view returns (uint256)
50000000000000000
MAX_DEVMINT_SUPPLY() view returns (uint256)
333
MAX_PRESALE_SUPPLY() view returns (uint256)
4000
MAX_PUBLIC_SUPPLY() view returns (uint256)
2666
MAX_STEP() view returns (uint256)
12
MAX_WL_SUPPLY() view returns (uint256)
3990
TOTAL_SUPPLY() view returns (uint256)
6666
baseURI() view returns (string)
http://metadata.easydemonsclub.io.s3-website-ap-southeast-1.amazonaws.com/
contractURI() view returns (string)
devMintQtyMinted() view returns (uint256)
333
earning() view returns (string)
0
finalPrice() view returns (uint256)
150000000000000000
getPublicAllowance() view returns (uint256)
6
isDutchAuction() view returns (bool)
true
name() view returns (string)
Easy Demons
normalPrice() view returns (uint256)
600000000000000000
owner() view returns (address)
0x35e198cad5edb47d3ea3a6943476e65a60f27222
presalePrice() view returns (uint256)
130000000000000000
presaleQtyMinted() view returns (uint256)
2239
presaleQtyRemaining() view returns (uint256)
1751
price() view returns (uint256)
600000000000000000
publicQtyMinted() view returns (uint256)
2666
publicSaleAllowance() view returns (uint256)
6
publicSaleQtyRemaining() view returns (uint256)
0
rafflePrice() view returns (uint256)
90000000000000000
raffleQtyMinted() view returns (uint256)
434
raffleRoot() view returns (bytes32)
0xc698b0020188904b616dc7b55a634eddb3891d6256ecf1e78016fa64d2203efb
raffleSaleQtyRemaining() view returns (uint256)
984
raffleSaleSupply() view returns (uint256)
1418
root() view returns (bytes32)
0x1a885bc1b3873c42e4916a124723ad12b12ea343d1292628e577feb03ed1d10b
stage() view returns (uint8)
8
symbol() view returns (string)
DEMON
totalSupply() view returns (uint256)
6666
Read-only
balanceOf(address owner) view returns (uint256)
claimableAmount(address buyer) view returns (uint256)
devMintPurchases(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligibleClaim(address buyer) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payments(address dest) view returns (uint256)
presalePurchases(address) view returns (uint256)
publicSalePurchases(address) view returns (uint256)
raffleSalePurchases(address) view returns (uint256)
spentAmount(address buyer) view returns (uint256)
spentQty(address buyer) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address address_) view returns (uint256[])
userToTokenBatchPriceData(address, uint256) view returns (uint256 pricePaid, uint256 qtyMinted)
State-modifying
Events approve(address to, uint256 tokenId)
claimRefund()
clearanceMint(address to, uint256 tokenQuantity)
devMint(address to, uint256 tokenQuantity)
presaleMint(uint256 tokenQuantity, uint256 allowance, bytes32[] proof) payable
publicMint(uint256 tokenQuantity) payable
raffleMint(uint256 tokenQuantity, uint256 allowance, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionTimestamp(uint256 timestamp)
setBaseURI(string URI)
setClaimStatus(bool status)
setContractURI(string URI)
setDefaultTokenURI(string URI)
setDutchAuctionStatus(bool status_)
setMerkleRoot(bytes32 merkleroot)
setNormalPrice(uint256 price_)
setPresalePrice(uint256 price_)
setPublicAllowance(uint256 _allowance)
setRafflePrice(uint256 price_)
setRaffleRoot(bytes32 merkleroot)
setStage(uint8 _stage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawPayments(address payee)
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 defaultTokenURI, bytes32 merkleroot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()