SneakerHeads
Verified contract
Active on
Ethereum with 28,282 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "SneakerHeads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197931 | a day ago | | | 0 | 0.00092102965 | |
| 21192827 | 2 days ago | | | 0 | 0.00064839159 | |
| 21180898 | 4 days ago | | | 0 | 0.0034176882 | |
| 21177421 | 4 days ago | | | 0 | 0.00067023853 | |
| 21177407 | 4 days ago | | | 0 | 0.00095255546 | |
| 21173738 | 5 days ago | | | 0 | 0.0016256681 | |
| 21172122 | 5 days ago | | | 0 | 0.0014256656 | |
| 21151494 | 8 days ago | | | 0 | 0.00036800325 | |
| 21147652 | 8 days ago | | | 0 | 0.00022126860 | |
| 21144685 | 9 days ago | | | 0 | 0.00066818696 |
ABI
ABI objects
Getter at block 21207593
MAX_SUPPLY() view returns (uint32)
5000
RESERVE() view returns (uint32)
50
START_AT() view returns (uint8)
1
baseTokenURI() view returns (string)
https://api.sneakerheads.xyz/sneaker/
burnedTracker() view returns (uint32)
0
merkleRoot() view returns (bytes32)
0x88dd30f44b3b6c9a2a22c4a431dcb0189967a5d01b517bbbc544993964156dab
mintIsOpen() view returns (bool)
false
mintTracked() view returns (uint32)
5000
mints() view returns (uint64 start, uint64 end, uint16 maxPerWallet, uint16 maxPerTx, uint256 price, bool paused)
(start=1655575200, end=1686215400, maxPerWallet=2, maxPerTx=2, price=250000000000000000, paused=false)
name() view returns (string)
SneakerHeads
owner() view returns (address)
0x3b5a2f5b124801f845b0d93e82b6e2ff43ef00f0
saleDivider() view returns (uint256)
100
stockingOpen() view returns (bool)
true
symbol() view returns (string)
SNKH
totalSupply() view returns (uint32)
5000
waiting() view returns (uint64 start, uint64 end, uint16 maxPerWallet, uint16 maxPerTx, uint256 price, bool paused)
(start=1655582400, end=1686215400, maxPerWallet=1, maxPerTx=1, price=250000000000000000, paused=false)
waitingIsOpen() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleCheck(bytes32[] _proof, bytes32 _leaf) view
mintBalance(address _wallet) view returns (uint16)
mintPrice(uint256 _count) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
parts(uint256) view returns (address wallet, uint256 salePart)
stockingCurrent(uint256 tokenId) view returns (uint64)
stockingLevel(uint256 tokenId) view returns (uint64)
stockingPeriod(uint256 tokenId) view returns (bool stocked, uint64 current, uint64 total, uint64 level)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint32[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
expelFromStock(uint256 tokenId)
mint(uint256 _type, bytes32[] _proof, uint16 _count) payable
pauseMint(bool _pause)
renounceOwnership()
reserve(uint32 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhileStocking(address from, address to, uint256 tokenId)
setAdminAddress(address _admin, bool _active)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setMint(struct ISingleMintMint _mint)
setStockingOpen(bool open)
setStockingStep(uint64 _durationFirst, uint64 _durationNext)
setWaitingMint(struct ISingleMintMint _waiting)
toggleStocking(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawSales()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EventSaleChange(struct ISingleMintMint sale)
Expelled(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stocked(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UnStocked(uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.