Tattoo Artists
Verified contract
Active on
Ethereum with 1,044 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 "Tattoo Artists"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904052 | a year ago | | | 0 | 0.00073453323 | |
| 16646228 | 2 years ago | | | 0 | 0.00056715168 | |
| 15801847 | 2 years ago | | | 0 | 0.00085687969 | |
| 15153019 | 2 years ago | | | 0 | 0.00035875295 | |
| 15001617 | 2 years ago | | | 0 | 0.0012873852 | |
| 14981222 | 2 years ago | | | 0 | 0.0010802899 | |
| 14828173 | 3 years ago | | | 0 | 0.0027787400 | |
| 14811653 | 3 years ago | | | 0 | 0.0018246257 | |
| 14810102 | 3 years ago | | | 0 | 0.00065698564 | |
| 14781788 | 3 years ago | | | 0 | 0.0010283637 |
ABI
ABI objects
Getter at block 21285696
_baseTokenURI() view returns (string)
cost() view returns (uint256)
27000000000000000
freemint_supply() view returns (uint256)
6428
hiddenMetadataUri() view returns (string)
https://ipfs.io/ipfs/QmcgSEMJxTTSQfxzX2teTMA8d1wSAN1Q3Juq7vFYow6emt
isSignature() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
6428
name() view returns (string)
Tattoo Artists
owner() view returns (address)
0xdacf8123c912098dc6b3248ede8cbaeeade8666c
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
TA
totalSupply() view returns (uint256)
6428
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)
signatureWallet(address wallet, uint256 _tokenAmount, uint256 _timestamp, bytes _signature) pure returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freemint(uint256 _mintAmount, uint256 _timestamp, bytes _signature)
mint(uint256 _mintAmount, uint256 _timestamp, bytes _signature) 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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setFreemintSupply(uint256 _freemintSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
setSignature(bool _isSignature)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll(address _withdrawAddress)
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 _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()