The Sufferers
Verified contract
Active on
Ethereum with 1,852 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 "The Sufferers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16166654 | 2 years ago | | | 0 | 0.00066880565 | |
| 15788298 | 2 years ago | | | 0 | 0.00089567305 | |
| 15783771 | 2 years ago | | | 0 | 0.0020879444 | |
| 15783671 | 2 years ago | | | 0 | 0.0023832930 | |
| 15783546 | 2 years ago | | | 0 | 0.0027406751 | |
| 15730467 | 2 years ago | | | 0 | 0.00085767126 | |
| 15313690 | 2 years ago | | | 0 | 0.00068597109 | |
| 15313588 | 2 years ago | | | 0 | 0.00041279291 | |
| 15311175 | 2 years ago | | | 0 | 0.00018284400 | |
| 15311175 | 2 years ago | | | 0 | 0.00018284400 |
ABI
ABI objects
Getter at block 21263892
_maxSupply() view returns (uint32)
4444
_mintPrice() view returns (uint256)
1500000000000000
_txLimit() view returns (uint32)
10
_walletLimit() view returns (uint32)
10
activePublic() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmVVtuadR4zHthRFyN451E9HnNtAQS9vNSEPnFgx8sWs6k/
name() view returns (string)
The Sufferers
owner() view returns (address)
0x67b87236a002ce74b7943d3f373cf33f23f4e42a
symbol() view returns (string)
TheSufferers
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
publicMint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActivePublic(bool active)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()