NFT Taggers
Verified contract
Active on
Ethereum with 2,647 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.54)
Native
Value
$15.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,108.05 |
$15.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20030357 | 5 months ago | | | 0 | 0.00043291887 | |
| 19884278 | 6 months ago | | | 0 | 0.00023046752 | |
| 19884276 | 6 months ago | | | 0 | 0.00023840843 | |
| 19884142 | 6 months ago | | | 0 | 0.00038669536 | |
| 19884139 | 6 months ago | | | 0 | 0.00059628977 | |
| 18390719 | a year ago | | | 0 | 0.00040990955 | |
| 17179219 | 2 years ago | | | 0 | 0.0027018049 | |
| 16798875 | 2 years ago | | | 0 | 0.0014754841 | |
| 16586284 | 2 years ago | | | 0 | 0.0021795330 | |
| 16350812 | 2 years ago | | | 0 | 0.00044439016 |
ABI
ABI objects
Getter at block 21225329
MAX_FREE_PER_WALLET() view returns (uint256)
2
MAX_MINTS_PER_WALLET() view returns (uint256)
5
PUBLIC_SALE_PRICE() view returns (uint256)
60000000000000000
baseURI() view returns (string)
ipfs://bafybeigm62wa2x26clgmdc2avjd3vaptlr6ipbwwjzzktn75k7puxbzvoa/
hiddenbaseURI() view returns (string)
ipfs://bafkreia47b3fri2tltqjwbbuw5zzecanbt5gglxezlywlttpcib6uuybdm
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
5000
name() view returns (string)
NFT Taggers
owner() view returns (address)
0x6ef96a0d1cf1aefed9c68d3af18f4b86cbc4ad04
symbol() view returns (string)
Taggers
totalSupply() view returns (uint256)
5000
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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 _newBaseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerWALLET(uint256 _limit)
setReveal(bool _reveal)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()