The SneakerHeadz Society
Verified contract
Active on
Ethereum with 2,915 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 SneakerHeadz Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156679 | 9 days ago | | | 0 | 0.00048176034 | |
| 21154621 | 10 days ago | | | 0 | 0.00025948979 | |
| 21078943 | 20 days ago | | | 0 | 0.00091407839 | |
| 20884567 | 2 months ago | | | 0 | 0.00044748224 | |
| 20624570 | 3 months ago | | | 0 | 0.000043187305 | |
| 20584793 | 3 months ago | | | 0 | 0.00012386323 | |
| 20416915 | 4 months ago | | | 0 | 0.00010137267 | |
| 20415189 | 4 months ago | | | 0 | 0.00012394807 | |
| 20415188 | 4 months ago | | | 0 | 0.00010387674 | |
| 20415186 | 4 months ago | | | 0 | 0.00014314677 |
ABI
ABI objects
Getter at block 21222842
MAX_PRESALE() view returns (uint256)
5
MAX_SALE() view returns (uint256)
20
MAX_SNEAKERHEADZ() view returns (uint256)
4444
baseTokenURI() pure returns (string)
https://api.tssnft.com/token/
contractURI() pure returns (string)
https://api.tssnft.com/contract/nft
hasPreSaleStarted() view returns (bool)
false
hasSaleStarted() view returns (bool)
true
name() view returns (string)
The SneakerHeadz Society
owner() view returns (address)
0x5401fd54ccd47ffc5dd25a8b39f8399ae345df07
preSaleOver() view returns (bool)
true
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
TSS
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
checkEarlyBird(address earlyBirdAddress) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) pure returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addEarlyBirds(address[] earlyBirdAddresses)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
mintByOwner(address _to, uint256 _quantity)
pausePreSale()
pauseSale()
preMint(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)
setPayableAddress(address _payableAddress)
setPrice(uint256 _price)
startPreSale()
startSale()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SneakerHeadzMinted(uint256 indexed tokenId, address indexed owner)
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.