SniperZuki
Verified contract
Active on
Ethereum with 223 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 "SniperZuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16309511 | 2 years ago | | | 0 | 0.00066547473 | |
| 16309460 | 2 years ago | | | 0 | 0.00070757426 | |
| 15945014 | 2 years ago | | | 0 | 0.00042601977 | |
| 15559043 | 2 years ago | | | 0 | 0.000065884000 | |
| 15559021 | 2 years ago | | | 0 | 0.000065884000 | |
| 15558126 | 2 years ago | | | 0 | 0.000065884000 | |
| 15481117 | 2 years ago | | | 0 | 0.00078537677 | |
| 15384827 | 2 years ago | | | 0 | 0.0012286356 | |
| 15140110 | 2 years ago | | | 0 | 0.00078754041 | |
| 14926442 | 2 years ago | | | 0 | 0.0028050355 |
ABI
ABI objects
Getter at block 21287825
MAX_PER_MINT() view returns (uint256)
5
TOTAL_SUPPLY() view returns (uint256)
1000
baseTokenURI() view returns (string)
ipfs://bafybeihjcqkz6bvm2j6uymam74wgcu2rhn5h2y7o6ypdniemj2yfyu4knq/
isPresaleActive() view returns (bool)
true
isSaleActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x8423648a5ea847389f27f344d7367c168e25869ba3c36b6f0e566985b418f2c5
name() view returns (string)
SniperZuki
owner() view returns (address)
0x41d7e65f29d6a1dbbc5c805d246fcc365c8f8bad
presale() view returns (bool)
true
sale() view returns (bool)
false
symbol() view returns (string)
SNIPERZUKI
totalSupply() view returns (uint256)
162
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaims(address) view returns (bool)
State-modifying
Events activatePresale()
activateSale()
airdrop(address receiver, uint256 quantity)
approve(address to, uint256 tokenId)
mintNFTWhitelist(bytes32[] merkleProof) payable
mintNFTs(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
togglePresale()
toggleSale()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string pBaseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.