SavedSouls
Verified contract
Active on
Ethereum with 26,418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$GOTEEM | ERC-20 | 21.003484B | -- | -- | |
SS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219061 | 18 hours ago | | | 0 | 0.00041693824 | |
| 21219054 | 18 hours ago | | | 0 | 0.00052049585 | |
| 21219051 | 18 hours ago | | | 0 | 0.00073936229 | |
| 21218703 | 19 hours ago | | | 0 | 0.00067125921 | |
| 21218673 | 19 hours ago | | | 0 | 0.00059262310 | |
| 21218576 | 20 hours ago | | | 0 | 0.00047662260 | |
| 21218516 | 20 hours ago | | | 0 | 0.00062933626 | |
| 21214943 | a day ago | | | 0 | 0.00042215377 | |
| 21213334 | 2 days ago | | | 0 | 0.00030317770 | |
| 21203366 | 3 days ago | | | 0 | 0.00051721775 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintedCount(address owner) view returns (uint64)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchTransferFrom(address[] recipients, uint256[] tokenIds)
burn(uint256 tokenId)
collectReserves(uint16 quantity)
flipSale()
mint(uint8 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
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(address deployer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ArrayLengthMismatch()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MaxPerTransactionReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintFromContractNotAllowed()
MintToZeroAddress()
MintZeroQuantity()
MintingPaused()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawalFailed()
WrongEtherAmount()