Dark Minds
Verified contract
Active on
Ethereum with 893 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 " Dark Minds "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18767035 | a year ago | | | 0 | 0.00067086500 | |
| 16830690 | 2 years ago | | | 0 | 0.0010244441 | |
| 16758888 | 2 years ago | | | 0 | 0.0011822558 | |
| 16756087 | 2 years ago | | | 0 | 0.0013043087 | |
| 16723648 | 2 years ago | | | 0 | 0.00082726860 | |
| 16719137 | 2 years ago | | | 0 | 0.00070681755 | |
| 16718064 | 2 years ago | | | 0 | 0.00081675767 | |
| 16715185 | 2 years ago | | | 0 | 0.0011915940 | |
| 16715076 | 2 years ago | | | 0 | 0.0014483163 | |
| 16712230 | 2 years ago | | | 0 | 0.00083146014 |
ABI
ABI objects
Getter at block 21312523
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
2000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Dark Minds
owner() view returns (address)
0x275b3ba2559209b5a9a3736a5fab8f1bccf4395e
symbol() view returns (string)
Dark
totalSupply() view returns (uint256)
2000
uriPrefix() view returns (string)
ipfs://QmSxcJiqRW5bDcyux3qjJdwwpCHmpRtJLd69mEw2w6yRNj/
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 DarkStake()
approve(address to, uint256 tokenId)
burnToFight(uint256 amount)
publicSummon(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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()