SavedSouls

Verified contract

Active on Ethereum with 26,418 txns
Deployed by via 0x5da5624b at 16973926
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
 (#7914)
ERC-721
--
0xf47cdfb3f2ac2a12b8d66b87e1f281c72d226c078605ccdfb7327f9c129cef61
0x1cf3c8a27bf33e9479bbc91da62cfdd086deb57db6284582d7bc39e46d9ae116
0x4f650bc3aeca4897c45666896f1bb86984a51c017d32279981b9a4c92cd49da7
0x5888d56c1dae35bfd67e5b1f3cf55dd94704e08f3f091693a1f9a898fbea53ae
0x063e803e1289d3e3f53b94d671415d1151795e027a7ec25ed4365a4acb62d129
0x9e4e8227157194ec199a393204a0ebac522e53f644fbcd45e98e74007bba159e
0x7fa1e5a68c0c927499274d2361db65d3ed4dfbd34823e92ec79c633572bde2b6
0xb32bbb12ef289b72e9cdcb420ac601dd11f051c947a7eb8dcc2232307b190b7c
0x3bc22aaa3e0be098a32517e3c9b30d904ad99fdb6c001e6ddf628c68f24a973b
0x8b97961edda56caa60ea104a5b4a670f5bb539ba6cf1e85e19d7b1d116909000

Functions
Getter at block 21224478
mintPaused(view returns (bool)
false
name(view returns (string)
Saved Souls
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x69ec82a7682168322316408d772164ba5f8e1fda
symbol(view returns (string)
SS
totalSupply(view returns (uint256)
9999
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintedCount(address ownerview returns (uint64)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
batchTransferFrom(address[] recipientsuint256[] tokenIds
burn(uint256 tokenId
collectReserves(uint16 quantity
flipSale(
mint(uint8 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseUri
setDefaultRoyalty(address receiveruint96 feeNumerator
setOperatorFilteringEnabled(bool value
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address deployer
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ArrayLengthMismatch(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MaxPerTransactionReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintFromContractNotAllowed(
MintToZeroAddress(
MintZeroQuantity(
MintingPaused(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawalFailed(
WrongEtherAmount(