SoulZ Monogatari
Verified contract
Active on
Ethereum with 24,721 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SoulZ Monogatari"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997905 | 22 days ago | | | 0 | 0.00023071700 | |
| 20852836 | a month ago | | | 0 | 0.00015262380 | |
| 20852794 | a month ago | | | 0 | 0.00012535353 | |
| 20657360 | 2 months ago | | | 0 | 0.000030191984 | |
| 20578960 | 3 months ago | | | 0 | 0.000054547730 | |
| 20551275 | 3 months ago | | | 0 | 0.000071179616 | |
| 20508388 | 3 months ago | | | 0 | 0.000034172007 | |
| 20394681 | 3 months ago | | | 0 | 0.000030412687 | |
| 20325392 | 4 months ago | | | 0 | 0.00030442228 | |
| 20095183 | 5 months ago | | | 0 | 0.000084401165 |
ABI
ABI objects
Getter at block 21158368
AUCTION_DROP_INTERVAL() view returns (uint256)
1800
AUCTION_DROP_PER_STEP() view returns (uint256)
50000000000000000
AUCTION_END_PRICE() view returns (uint256)
200000000000000000
AUCTION_PRICE_CURVE_LENGTH() view returns (uint256)
43200
AUCTION_START_PRICE() view returns (uint256)
750000000000000000
maxPerAddressDuringMint() view returns (uint256)
3
name() view returns (string)
SoulZ Monogatari
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x16dc2415db142073f649fa23dd14ea7b9dd664fe
revealed() view returns (bool)
false
saleConfig() view returns (uint32 auctionSaleStartTime, uint32 whitelistSalesTime, uint32 publicSaleStartTime, uint64 whitelistPrice, uint64 collectedlistPrice, uint64 publicPrice, uint32 publicSaleKey)
(auctionSaleStartTime=0, whitelistSalesTime=0, publicSaleStartTime=0, whitelistPrice=0, collectedlistPrice=0, publicPrice=0, publicSaleKey=0)
symbol() view returns (string)
SLZM
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
collectedlist(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuctionPrice(uint256 _saleStartTime) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenid) view returns (string)
whitelist(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
auctionMint(uint256 quantity) payable
changeRevealed(bool _revealed)
collectedlistMint(uint256 quantity) payable
devMint(uint256 quantity)
endAuctionAndSetupNonAuctionSaleInfo(uint64 whitelistPriceWei, uint64 publicPriceWei, uint32 whitelistSaleStartTime, uint32 collectedlistSaleStartTime, uint32 publicSaleStartTime)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedCollectedlist(address[] addresses, uint256[] numSlots)
seedWhitelist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setAuctionSaleStartTime(uint32 timestamp)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleKey(uint32 key)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity) payable
withdraw()
withdrawToSender()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 collectedlistBatchSize_, uint256 whitelistBatchSize_, uint256 amountForAuctionAndDev_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.