Spirits Of The Dark
Verified contract
Active on
Ethereum with 220 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 "Spirits Of The Dark"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15099002 | 2 years ago | | | 0 | 0.00090087246 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097328 | 2 years ago | | | 0 | 0.0030007019 | |
| 15097308 | 2 years ago | | | 0 | 0.0017037678 |
ABI
ABI objects
Getter at block 21221010
cost1() view returns (uint256)
0
cost2() view returns (uint256)
10000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmUNN2W8jVGjctBatSdd8QpFk6VdWmnAuaRjh8SGgnRBeC/hidden.json
maxLimitPerWallet() view returns (uint256)
50
maxMintAmountPerTxPhase1() view returns (uint256)
3
maxMintAmountPerTxPhase2() view returns (uint256)
20
name() view returns (string)
Spirits Of The Dark
owner() view returns (address)
0x6eab5871eaf939c472a54c23d3b9258a79a3d219
revealed() view returns (bool)
false
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
999
supplyLimitPhase1() view returns (uint256)
333
symbol() view returns (string)
SOTD
totalSupply() view returns (uint256)
339
uri() view returns (string)
ipfs://QmUbiuf6MRRxTseMnYLfWsDeCjAr6497H4VjLJDVrVptRZ/
uriSuffix() view returns (string)
.json
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)
price(uint256 _mintAmount) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTxPhase1(uint256 _maxMintAmountPerTxPhase1)
setMaxMintAmountPerTxPhase2(uint256 _maxMintAmountPerTxPhase2)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()