Textmaps
Verified contract
Active on
Ethereum with 1,472 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 "Textmaps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20415927 | 4 months ago | | | 0 | 0.000081960837 | |
| 20158684 | 6 months ago | | | 0 | 0.00013952340 | |
| 18626283 | a year ago | | | 0 | 0.0012679989 | |
| 18324941 | a year ago | | | 0 | 0.00015748499 | |
| 18292188 | a year ago | | | 0 | 0.00029573648 | |
| 18249112 | a year ago | | | 0 | 0.00037236872 | |
| 18124591 | a year ago | | | 0 | 0.00027971747 | |
| 18124583 | a year ago | | | 0 | 0.00055804081 | |
| 17684633 | a year ago | | | 0 | 0.00074081864 | |
| 17551521 | a year ago | | | 0 | 0.00066947421 |
ABI
ABI objects
Getter at block 21385993
baseURI() view returns (string)
ipfs://QmQDewC4CLRRh7Y7Y4eNCz5n7EX9EP3gvJMta2DNWrrPW7/
cost() view returns (uint256)
5000000000000000
maxFreePerWallet() view returns (uint256)
0
maxMintAmountPerTx() view returns (uint256)
5
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
800
name() view returns (string)
Textmaps
owner() view returns (address)
0x1cfc89fb0a6cf7ecd737c6f4f90ecdd51387584c
paused() view returns (bool)
false
symbol() view returns (string)
TEXTMAPS
totalSupply() view returns (uint256)
800
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)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 quantity) payable
publicMint(uint256 quantity) 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 uri)
setMaxFreePerWallet(uint256 _amount)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()