Letters
Verified contract
Active on
Ethereum with 1,158 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 "Letters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16857575 | 2 years ago | | | 0 | 0.00065249393 | |
| 16765078 | 2 years ago | | | 0 | 0.0013269296 | |
| 16729034 | 2 years ago | | | 0 | 0.00077363498 | |
| 16376762 | 2 years ago | | | 0 | 0.00075401403 | |
| 16020129 | 2 years ago | | | 0 | 0.00085602009 | |
| 15847584 | 2 years ago | | | 0 | 0.00088081513 | |
| 15621386 | 2 years ago | | | 0 | 0.00044265712 | |
| 15342564 | 2 years ago | | | 0 | 0.00092947509 | |
| 15342563 | 2 years ago | | | 0 | 0.0010175212 | |
| 15301550 | 2 years ago | | | 0 | 0.0013712996 |
ABI
ABI objects
Getter at block 21184107
collectionSize() view returns (uint256)
6666
maxBatchSize() view returns (uint256)
10
merkleRoot() view returns (bytes32)
0x3d0ac2fc1b57d3320875f13c83dd002f5380789650a4f16be8dd5cc7fc8dd7a8
name() view returns (string)
Letters
owner() view returns (address)
0xe294576f8649367b78ee8bc44372462cf6f799d6
price() view returns (uint256)
0
reserves() view returns (uint256)
100
saleState() view returns (uint256)
2
symbol() view returns (string)
LETTERS
totalSupply() view returns (uint256)
6566
treasuryWallet() view returns (address)
0xe294576f8649367b78ee8bc44372462cf6f799d6
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
devMint(uint256 quantity)
privateSaleMint(uint256 quantity, uint256 allowance, bytes32[] proof) payable
publicSaleMint(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 baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _newPrice)
setSaleState(uint256 _saleState)
setTreasuryWallet(address wallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 baseTokenURI_, address _treasuryWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.