Letters
Verified contract
Active on
Ethereum with 5,800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOLT | ERC-20 | 6.879329K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216199 | 5 hours ago | | | 0 | 0.0020741680 | |
| 21210662 | a day ago | | | 0 | 0.00024483554 | |
| 21210662 | a day ago | | | 0 | 0.00043039471 | |
| 21186981 | 4 days ago | | | 0 | 0.0017755833 | |
| 21081602 | 19 days ago | | | 0 | 0.00050813639 | |
| 21080125 | 19 days ago | | | 0 | 0.0014368834 | |
| 21077437 | 20 days ago | | | 0 | 0.00042472664 | |
| 21072913 | 20 days ago | | | 0 | 0.00097854344 | |
| 21071848 | 20 days ago | | | 0 | 0.00077456824 | |
| 21068381 | 21 days ago | | | 0 | 0.0014755089 |
ABI
ABI objects
Getter at block 21217706
LETTERS_MAX() view returns (uint256)
1000
LETTERS_PUBLIC() view returns (uint256)
1000
PRICE() view returns (uint256)
100000000000000000
PURCHASE_LIMIT() view returns (uint256)
1
allowListMaxMint() view returns (uint256)
1
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmaCNSm54zn9zbisjttdzAaRLjhbkCk4jRJ9nCPDaHp6Cg/
isAllowListActive() view returns (bool)
false
name() view returns (string)
Letters
owner() view returns (address)
0x03cd22f915ba0273ebd1d001f02fbc83a24281a5
symbol() view returns (string)
LETTERS
totalSupply() view returns (uint256)
1000
Read-only
allowListClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowList(address addr) 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 addToAllowList(address[] addresses)
approve(address to, uint256 tokenId)
minting(address to, uint256 numberOfTokens) payable
purchase(uint256 numberOfTokens) payable
purchaseAllowList(uint256 numberOfTokens) payable
removeFromAllowList(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setIsAllowListActive(bool _isAllowListActive)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.