SNOBPASS
Verified contract
Active on
Ethereum with 1,474 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 "SNOBPASS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158918 | 9 days ago | | | 0 | 0.0015575127 | |
| 20675391 | 2 months ago | | | 0 | 0.000061674639 | |
| 18855422 | a year ago | | | 0 | 0.0011539721 | |
| 17806248 | a year ago | | | 0 | 0.00047222273 | |
| 17784140 | a year ago | | | 0 | 0.00094143797 | |
| 16756141 | 2 years ago | | | 0 | 0.0016502337 | |
| 16731381 | 2 years ago | | | 0 | 0.00091572413 | |
| 16706763 | 2 years ago | | | 0 | 0.0010302482 | |
| 16672012 | 2 years ago | | | 0 | 0.0019486341 | |
| 16666877 | 2 years ago | | | 0 | 0.00056524639 |
ABI
ABI objects
Getter at block 21220741
MAX_SUPPLY() view returns (uint256)
1234
PURCHASE_LIMIT() view returns (uint256)
2
WHITELIST_PURCHASE_LIMIT() view returns (uint256)
2
baseURI() view returns (string)
ipfs://QmUEbqMaSeFTjzk4Y51YTss2c451BDv2FK5QotdsNwzcw6/1.json
name() view returns (string)
SNOBPASS
owner() view returns (address)
0x6e04336074a63f079b05308d30cc1115b0f1e32f
price() view returns (uint256)
0
publicSaleActive() view returns (bool)
true
salePhase() view returns (uint256)
0
startingIndex() view returns (uint256)
1
symbol() view returns (string)
SNOBPASS
totalSupply() view returns (uint256)
1234
unrevealedURI() view returns (string)
whitelistPrice() view returns (uint256)
0
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdsOf(address owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address, uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address[] accounts)
mint(uint256 amount) payable
recoverToken(address token)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setSalePhase(uint256 phase)
setSignerAddress(address _address)
setUnrevealedURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature) payable
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)
SaleStateUpdate(uint256 phase)
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.