HorrorSocietyV2
Verified contract
Active on
Ethereum with 643 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 "HorrorSocietyV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15225603 | 2 years ago | | | 0 | 0.0012291816 | |
| 14796003 | 3 years ago | | | 0 | 0.0011455846 | |
| 14788188 | 3 years ago | | | 0 | 0.0011754628 | |
| 14788187 | 3 years ago | | | 0 | 0.0010564990 | |
| 14646766 | 3 years ago | | | 0 | 0.0013531041 | |
| 14534560 | 3 years ago | | | 0 | 0.0018531525 | |
| 14411985 | 3 years ago | | | 0 | 0.0018713214 | |
| 14298204 | 3 years ago | | | 0 | 0.0040175704 | |
| 14298199 | 3 years ago | | | 0 | 0.0040522693 | |
| 14232921 | 3 years ago | | | 0 | 0.0049045140 |
ABI
ABI objects
Getter at block 21275801
MAX_SUPPLY() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://QmdvvVEJ2mdFFbjSAWGEYbX2FQKBMNAiStHM9v5GecwYBq
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
500
maxFreeMintPerWallet() view returns (uint256)
30
name() view returns (string)
HorrorSocietyV2
owner() view returns (address)
0x64a42db0899833ca798f41a50ed53e34d26896f0
price() view returns (uint256)
21000000000000000
symbol() view returns (string)
HSV2
totalSupply() view returns (uint256)
555
Read-only
addressToFreeMinted(address) view returns (uint256)
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 approve(address to, uint256 tokenId)
freeMint()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.
This contract contains no error objects.