Signature Sneakers Generative
Verified contract
Active on
Ethereum with 2,085 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 "Signature Sneakers Generative"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20705453 | 2 months ago | | | 0 | 0.000038093440 | |
| 20700694 | 2 months ago | | | 0 | 0.00031396022 | |
| 20656792 | 2 months ago | | | 0 | 0.000081251104 | |
| 20614606 | 2 months ago | | | 0 | 0.00012436509 | |
| 20404950 | 3 months ago | | | 0 | 0.000033166305 | |
| 20127574 | 5 months ago | | | 0 | 0.00068211908 | |
| 20090141 | 5 months ago | | | 0 | 0.00028239832 | |
| 19861094 | 6 months ago | | | 0 | 0.00029908356 | |
| 19831032 | 6 months ago | | | 0 | 0.00020141476 | |
| 19768957 | 6 months ago | | | 0 | 0.00041489898 |
ABI
ABI objects
Getter at block 21162168
MAX_ALLOWLIST_MINT() view returns (uint256)
1
MAX_PUBLIC_MINT() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
777
PRICE_PER_TOKEN() view returns (uint256)
77000000000000000
PROVENANCE() view returns (string)
44616603f3df661cb7b87b13d9d48fad95a2deb01e2c991526eee959832bfbdc
RESERVE_SUPPLY() view returns (uint256)
12
isAllowListActive() view returns (bool)
false
isSaleActive() view returns (bool)
false
name() view returns (string)
Signature Sneakers Generative
owner() view returns (address)
0x80b71f0eb5f6891f104e9bd161407ad0c444ea22
shareholderAddress() view returns (address)
0x321f8b0beef48fd968592e56f8530f6e35a5247b
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address claimer, bytes32[] proof) view returns (uint256)
onAllowList(address claimer, bytes32[] proof) 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) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintAllowList(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 _merkleRoot)
setAllowListActive(bool _isAllowListActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
setSaleActive(bool newState)
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(address shareholderAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.