Base Sniper NFT
Verified contract
Active on
Base with 23 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 "Base Sniper NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3300232 | a year ago | | | 0 | 4.4990795e-7 | |
| 3215529 | a year ago | | | 0 | 3.1791181e-7 | |
| 3215422 | a year ago | | | 0 | 0.00011512005 | |
| 3215359 | a year ago | | | 0 | 3.2452560e-7 | |
| 3215337 | a year ago | | | 0 | 0.000060135840 | |
| 3215267 | a year ago | | | 0 | 0.000000302493237846 | |
| 3215246 | a year ago | | | 0 | 3.7479001e-7 | |
Transfer | 3215169 | a year ago | | | 0.003 | 2.4805399e-7 | |
| 3215020 | a year ago | | | 0 | 0.000072205667 | |
| 3214955 | a year ago | | | 0 | 0.0000011021979 |
ABI
ABI objects
Getter at block 22767504
cost() view returns (uint256)
6000000000000000
hiddenMetadataUri() view returns (string)
https://basesniper.net/nfts/
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
300
name() view returns (string)
Base Sniper NFT
owner() view returns (address)
0xdd1838608652455456ad3ff816bba98fac187ee8
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BASE-S
totalSupply() view returns (uint256)
5
uriPrefix() view returns (string)
https://basesniper.net/nfts/
uriSuffix() view returns (string)
.json
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)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.