Snap! Universe
Verified contract
Active on
Ethereum with 455 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 "Snap! Universe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19585535 | 7 months ago | | | 0 | 0.00034820711 | |
| 18365697 | a year ago | | | 0 | 0.00062764738 | |
| 17569652 | a year ago | | | 0 | 0.00058566065 | |
| 17569648 | a year ago | | | 0 | 0.00083008337 | |
| 16747406 | 2 years ago | | | 0 | 0.00098701806 | |
| 16747387 | 2 years ago | | | 0 | 0.0013363934 | |
| 16707141 | 2 years ago | | | 0 | 0.0010423870 | |
| 16432728 | 2 years ago | | | 0 | 0.00036339624 | |
| 16432728 | 2 years ago | | | 0 | 0.00036465871 | |
| 16432728 | 2 years ago | | | 0 | 0.00036465871 |
ABI
ABI objects
Getter at block 21176710
currentTokenId() view returns (uint256)
575
getFee() view returns (uint256)
90000000000000000
name() view returns (string)
Snap! Universe
owner() view returns (address)
0x751ee118d4c37896479de3c1c238e84a6fde7cc7
paused() view returns (bool)
false
symbol() view returns (string)
SNAP! UNIVERSE
totalSupply() view returns (uint256)
600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintPass(address _address) view returns (uint256)
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)
cashOut()
mintPass_EWa9pesKnnMe(address wallet) returns (uint256)
mintPublic_NbrluxKI1WhB(address wallet, uint256 numberOfMints) payable returns (uint256)
mintSpecial(address wallet) returns (uint256)
mintWhitelist_kJipc46qGX3K(address wallet, uint256 numberOfMints) payable returns (uint256)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIPrefix)
setBuyLimitMintPass(uint256 _buyLimitMintPass)
setBuyLimitPublicSale(uint256 _buyLimitPublicSale)
setBuyLimitWhitelist(uint256 _buyLimitWhitelist)
setFee(uint256 _fee)
setMintPass(address a, uint256 tokens)
setModeWhitelist(bool _modeWhitelist)
setSnapAddress(address _snapAddress)
setSnapSupplyToMintPass(uint256 _snapSupplyToMintPass)
setTotalSupply(uint256 _totalSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintPassClaimed(address wallet, uint256 count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _snapAddress)
receive()
This contract contains no error objects.