Saviors

Verified contract

Active on Ethereum with 1,826 txns
Deployed by via 0x34a4bb06 at 15083407
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
ERC-20
--
0xee303ee87d3dec60bc9ed56490faa0281ee7132547b30c4090cf2806a1231735
0x4cd246a46a899e659001d882f9b45ceb4e24debb8706def97c999c3a946cd51c
0x436cdcb368851063ce594bef656e4d688a860b79d34e133b841b9a98c586d360
0x8553b9e5a008c907517cda19ffb9cc763c23ccb88b37f6dd0ac67f4b2cf72c1d
0x15784f4dd19c234342c81c701fc8e7ded2b528708a766b30324a05914d599081
0x5a19864a1abcc06ed912003e5ef97b5c6cca578554851f0348f135740f6e4494
0xf305e6e42ff575821a7c61b7f537b3dc01cc4e8608d43a3404a90011e343a8c1
0x9a3b5d759f82bd4256640a6c1ac73277ac6203e9b7d722c58f70b5d30d9f5f39
0x8e03dfafe5ac17e69f32f60310446156dac2fd4c63aae50e55ef6586bc9cb3c2
0x6023646af20fcdafc8441fad69a00059116391463453026d21e231fe6c4f7aa2

Functions
Getter at block 20860466
auctionConfig(view returns (uint8 maxPerWalletuint16 maxAuctionSupplyuint16 auctionMinteduint16 curveLengthuint16 intervalDropuint32 startTimeuint112 startPriceuint112 endPriceuint112 stepSize)
(maxPerWallet=25, maxAuctionSupply=1893, auctionMinted=1893, curveLength=4200, intervalDrop=300, startTime=1657056600, startPrice=30000000000000000, endPrice=2000000000000000, stepSize=2000000000000000)
getPrice(view returns (uint256)
2000000000000000
maxSupply(view returns (uint256)
4444
name(view returns (string)
Saviors
owner(view returns (address)
0x7600347a149f44ba8f5117592c09dd9417314da0
suckerNeeded(view returns (uint256)
5000000000000000000000000000
suckerToken(view returns (address)
0x35bcf2b1c21562579c3d88ceb9d7149c96397545
symbol(view returns (string)
SAVIOR
timeForMint(view returns (uint112 startTimeuint112 endTime)
(startTime=33214729182, endTime=64771724382)
totalSupply(view returns (uint256)
3699
vitriolToken(view returns (address)
0xf872857390285037ff6eb97266171890e7bb135d
Read-only
balanceOf(address ownerview returns (uint256)
claimed(bytesview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview 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 touint256 tokenId
auctionBuy(uint256 quantitypayable 
editAuctionConfig(struct SaviorAuctionConfig newConfig
editAuctionSupply(uint16 _newSupply
editBaseURI(string _base
editMintTimes(struct SaviorMintTimes _mintTime
editRoyaltyFee(address touint256 percent
editSigner(address _newSigner
freeMint(bytes signature
holderClaim(uint256[] tokenIds
ownerMint(uint256 quantity
renounceOwnership(
reveal(string _newBase
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
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(struct SaviorMintTimes _mintTimesstruct SaviorAuctionConfig _auctionConfigaddress _vitriolTokenaddress _suckerTokenaddress _signeraddress royaltyAddressuint256 royaltyPercentagestring baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(