Tattoo Artists
Verified contract
Active on
Ethereum with 3,208 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) |
---|---|---|---|---|---|---|---|
| 20983160 | a month ago | | | 0 | 0.00021862330 | |
| 19759055 | 7 months ago | | | 0 | 0.00018515932 | |
| 19629332 | 7 months ago | | | 0 | 0.00091871951 | |
| 18910046 | a year ago | | | 0 | 0.00044675143 | |
| 17774924 | a year ago | | | 0 | 0.00073145589 | |
| 17464315 | a year ago | | | 0 | 0.00043840582 | |
| 16985188 | 2 years ago | | | 0 | 0.00085238234 | |
| 16821000 | 2 years ago | | | 0 | 0.0016483669 | |
| 16531917 | 2 years ago | | | 0 | 0.00068823881 | |
| 16493628 | 2 years ago | | | 0 | 0.0016731405 |
ABI
ABI objects
Getter at block 21213263
_baseTokenURI() view returns (string)
ipfs://Qmd6jjsKz53kLyez6Wx3XQboXSDELJjPweq6S4cMRffbqZ/
cost() view returns (uint256)
1000000000000000000
freemint_supply() view returns (uint256)
6248
hiddenMetadataUri() view returns (string)
https://ipfs.io/ipfs/QmcgSEMJxTTSQfxzX2teTMA8d1wSAN1Q3Juq7vFYow6emt
isFreemintOpen() view returns (bool)
true
isSignature() view returns (bool)
true
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
6428
name() view returns (string)
Tattoo Artists
owner() view returns (address)
0xdf6dfc956174f6cb5d3359153b532cbc6516813c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TA
timeLimit() view returns (uint256)
60
totalSupply() view returns (uint256)
6248
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasAdminRole(address _address) view returns (bool)
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 addAdminRole(address _address)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freemint(uint256 _mintAmount, uint256 _timestamp, bytes _signature)
mint(uint256 _mintAmount, uint256 _timestamp, bytes _signature) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
revokeAdminRole(address _address)
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)
setFreemintOpen(bool _freemintOpen)
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)
updateTimeLimit(uint256 _limit)
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()