SSR Wives
Verified contract
Active on
Ethereum with 3,371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SSR Wives"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239178 | a day ago | | | 0 | 0.00081914122 | |
| 21238051 | a day ago | | | 0 | 0.0012000092 | |
| 21230294 | 2 days ago | | | 0 | 0.0010474539 | |
| 21215212 | 4 days ago | | | 0 | 0.00079163540 | |
| 21198108 | 7 days ago | | | 0 | 0.00058408345 | |
| 21195789 | 7 days ago | | | 0 | 0.0011271834 | |
| 21177881 | 10 days ago | | | 0 | 0.0010071320 | |
| 21173122 | 10 days ago | | | 0 | 0.0020566145 | |
| 21103090 | 20 days ago | | | 0 | 0.000097809824 | |
| 21084734 | 23 days ago | | | 0 | 0.00045549089 |
ABI
ABI objects
Getter at block 21246544
amountClaimed() view returns (uint256)
250
amountFreeMint() view returns (uint256)
250
amountFriendClaimed() view returns (uint256)
97
amountFriendMint() view returns (uint256)
250
friendMintIsActive() view returns (bool)
true
friendMintPrice() view returns (uint256)
60000000000000000
maxPerAddressDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
3210
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
SSR Wives
owner() view returns (address)
0xaa642262bdf212d7a111c16d7a9691f9cc1dde37
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SSRWIVES
totalSupply() view returns (uint256)
3210
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAFriend(address addr) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFree(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
flipFreeMintState()
flipSaleState()
friendFreeMint() payable
friendMint(uint256 quantity) payable
mint(uint256 quantity) payable
mintReserveTokens(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAmountFreeMint(uint256 newAmount)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSupply(uint256 newAmount)
setMintPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
withdrawMoney()
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()