Sisters Of Saturn
Verified contract
Active on
Ethereum with 1,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7e83…b8f7
Balances ($0.00)
No balances found for "Sisters Of Saturn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20666610 | 3 months ago | | | 0 | 0.000068550395 | |
| 20494691 | 4 months ago | | | 0 | 0.000057669548 | |
| 20494686 | 4 months ago | | | 0 | 0.000085900178 | |
| 20494575 | 4 months ago | | | 0 | 0.000085455648 | |
| 20308816 | 5 months ago | | | 0 | 0.00020958348 | |
| 19850986 | 7 months ago | | | 0 | 0.00015920552 | |
| 19822372 | 7 months ago | | | 0 | 0.00022151479 | |
| 19744237 | 7 months ago | | | 0 | 0.000097009136 | |
| 19710487 | 7 months ago | | | 0 | 0.00036749701 | |
| 19293169 | 9 months ago | | | 0 | 0.0014206176 |
ABI
ABI objects
Getter at block 21298589
earlySale() view returns (bool)
false
mintLimit() view returns (uint256)
3
mintPrice() view returns (uint256)
10000000000000000
minted() view returns (uint256)
2459
name() view returns (string)
Sisters Of Saturn
owner() view returns (address)
0xd86482d492dcdc732a7a5ad212174cfd5d145512
preSale() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
revealedURI() view returns (string)
ipfs://bafybeialew3j623cv4drtffyjcremm6lww5yu7akncymofrbf5dso2ahru/
rootHash() view returns (bytes32)
0x6c4fb0b6102e089d49dd15956542ed0b95cbde65d325ff89116994e2b96cdb5d
symbol() view returns (string)
SoS
tokensLeft() view returns (uint256)
4409
totalSupply() view returns (uint256)
6868
unrevealedURI() view returns (string)
ipfs://QmcCqqv1a65SHDGjJJPEutvmD2XgpB6AiL12wouHjvNCsZ
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropTokens(address receiver, uint256 quantity)
approve(address to, uint256 tokenId)
mintToken(uint256 quantity, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommunityWallet(address _communityWallet)
setMintLimit(uint256 _mintLimit)
setMintPrice(uint256 _mintPrice)
setRevealedStatus()
setRevealedURI(string _revealedURI)
setRootHash(bytes32 _rootHash)
setSaleStatus(uint8 sale)
setUnrevealedURI(string _unrevealedURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()