SoulSplicers

Verified contract

Active on Ethereum with 4,499 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SoulSplicers"

0xfc02ce2f7570fb14e57423ee3c25274438e4503bbf650996ec0e3efa0bb7f55c
0x9463fa4723be86c98ce41a08a74d0a95cf740a259bd5dca41f7667d0270e4fca
0xdcb3db6e16c118b48ae5345abeb243aba1bf87a9cbd9489ab2bdc18ac1da965c
0x00ad25d05240fb2a584fc83997e0062872ed4e34b1782f1915419202d414f9a2
0xc3629c47aa46fa6b8db192dd561a0eaec5bf61ec0611eba4a463ef845142cb6a
0xf3fb38d3f3b769f6309e9d1bd38a9d0302b693312f865e806db23b09479a7ba4
0x19e6108f4505e4c4476be883a58b786d711429968e93626101bc23c9add52791
0x661748969646dc7f4aaf07a4891de5f2359432d01225ed8d909175307d69112f
0x8176d2b32f692a45bd65d0980b4f1618d47080c52804b20551387b78e7f963d6
0xaecf5558e0a9c4ce0e4ee72f3f5da0f1f43a01bae58f8954eaa092537834f642

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRemainingWhitelistMints(address _userbytes32[] _merkleProofbool _internalview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
OwnerMint(uint256 _mintAmount
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setMerkleRootCommunity(bytes32 _newRoot
setMerkleRootInternal(bytes32 _newRoot
setNewSupply(uint256 _newSupply
setPublicMinting(bool _state
setWhitelistMintingState(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofbool _internalpayable 
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
ExceedingMaxMintAmountPerTx(
ExceedingMaxSupply(
ExceedingWhitelistMintAmount(
InsufficientFunds(
InvalidMerkleProof(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
PublicMintNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WhitelistMintNotActive(
WithdrawalFailed(