DemonicSkulls
Verified contract
Active on
Ethereum with 2,465 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc1ca…4de9
0xf6e1…3389
5 additional
variables
Balances ($288.45)
Native
Value
$288.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,605.58 |
$288.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21312676 | a day ago | | | 0 | 0.00061490893 | |
| 21310885 | 2 days ago | | | 0 | 0.00065230121 | |
| 21308667 | 2 days ago | | | 0 | 0.0022463941 | |
| 21306751 | 2 days ago | | | 0 | 0.0010181140 | |
| 21306744 | 2 days ago | | | 0 | 0.00081290233 | |
| 21303742 | 3 days ago | | | 0 | 0.00068708140 | |
| 21303721 | 3 days ago | | | 0 | 0.0010518270 | |
| 21303715 | 3 days ago | | | 0 | 0.0013002693 | |
| 21302741 | 3 days ago | | | 0 | 0.0011625744 | |
| 21302729 | 3 days ago | | | 0 | 0.00095550873 |
ABI
ABI objects
Getter at block 21321953
baseURI() view returns (string)
ipfs://Qmf2fxosAZ1bGpTBHvjjeaCMY7XYEApJmU5N66Q7ik7fAg/
claimIsActive() view returns (bool)
false
levelThreeMintedAmount() view returns (uint256)
150
levelTwoIndex() view returns (uint256)
10417
levelTwoMintPrice() view returns (uint256)
100000000000000000
levelTwoMintedAmount() view returns (uint256)
418
maxMintsPerTxn() view returns (uint256)
5
name() view returns (string)
DemonicSkulls
owner() view returns (address)
0x90f788978e86d11b2b4c852c4521f217ca1fb445
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DemonicSkulls
totalSupply() view returns (uint256)
2061
withdrawalWallet() view returns (address)
0xaeec322da374cde680d61b7d4743622426f51a1f
Read-only
balanceOf(address owner) view returns (uint256)
claimedTokens(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
levelThreeClaimers(address) view returns (uint256)
levelTwoClaimers(address) view returns (uint256)
lordsIds(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
claimLords(uint256[] ids)
claimSkulls(uint256[] ids, uint256 bloodAmount)
flipClaimState()
flipSaleState()
mint(uint256 numberOfTokens) payable
mintForAddress(address wallet, uint256 bloodAmount, uint256 id)
mintRefund(address wallet)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setClaimedId(uint256 id)
setLevelTwoMintPrice(uint256 price)
setMaxMintsPerTxn(uint256 amount)
setRestorationContract(address restorationContractAddress)
setWithdrawalWallet(address wallet)
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 name, string symbol, string _baseUri, address skullsContract, address bloodsContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.