SoulSplicers
Verified contract
Active on
Ethereum with 4,499 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 "SoulSplicers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21286533 | 4 days ago | | | 0 | 0.00027681597 | |
| 21286532 | 4 days ago | | | 0 | 0.00043891363 | |
| 21156318 | 23 days ago | | | 0 | 0.00052418413 | |
| 21145059 | 24 days ago | | | 0 | 0.00069525354 | |
| 21105116 | a month ago | | | 0 | 0.000087541644 | |
| 21097283 | a month ago | | | 0 | 0.00010472481 | |
| 20904002 | 2 months ago | | | 0 | 0.00011106726 | |
| 20701600 | 3 months ago | | | 0 | 0.000055291279 | |
| 20698019 | 3 months ago | | | 0 | 0.000067196312 | |
| 20697053 | 3 months ago | | | 0 | 0.000084808698 |
ABI
ABI objects
Getter at block 21317552
URI() view returns (string)
ipfs://QmedFLSQe9wiE37CQuxAAjdF5EXkArDp3rHUuVfboQbBpT/
cost() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
2600
merkleRootCommunity() view returns (bytes32)
0xf60f3cd95d456a4485f041e83e5331b8e91765da22d1b2562d2a79cb191f172d
merkleRootInternal() view returns (bytes32)
0x7153303b5ea8a34b74f6c80fd13fc512184edf96c84c0c96c6531d3cae1d6c16
name() view returns (string)
SoulSplicers
owner() view returns (address)
0x6b5631c6cc4a858b3ee98ab4327152a6746b01ab
publicMintingActive() view returns (bool)
false
symbol() view returns (string)
SOUL
totalSupply() view returns (uint256)
2600
whitelistMintingActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRemainingWhitelistMints(address _user, bytes32[] _merkleProof, bool _internal) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events OwnerMint(uint256 _mintAmount)
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
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)
setCost(uint256 _newCost)
setMerkleRootCommunity(bytes32 _newRoot)
setMerkleRootInternal(bytes32 _newRoot)
setNewSupply(uint256 _newSupply)
setPublicMinting(bool _state)
setWhitelistMintingState(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof, bool _internal) payable
withdraw() payable
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()
ExceedingMaxMintAmountPerTx()
ExceedingMaxSupply()
ExceedingWhitelistMintAmount()
InsufficientFunds()
InvalidMerkleProof()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
PublicMintNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistMintNotActive()
WithdrawalFailed()