About Onchain Letters
Unverified contract
Proxy
Active on
Base with 3,195 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001584 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21756709 | 3 days ago | | | 0 | 2.9421171e-7 | |
| 21627273 | 6 days ago | | | 0 | 8.5320473e-7 | |
| 21113140 | 18 days ago | | | 0 | 1.6396279e-7 | |
| 19454550 | 2 months ago | | | 0 | 1.7746734e-7 | |
| 18438417 | 3 months ago | | | 0 | 1.3560764e-7 | |
| 17836895 | 3 months ago | | | 0 | 3.5338260e-7 | |
| 17556905 | 3 months ago | | | 0 | 1.5604085e-7 | |
| 17183128 | 4 months ago | | | 0 | 1.5716091e-7 | |
| 17166667 | 4 months ago | | | 0 | 0.0000013750464 | |
| 17084334 | 4 months ago | | | 0 | 5.7293600e-7 |
ABI
ABI objects
Getter at block 21873255
baseURI() view returns (string)
https://paragraph.xyz/api/crypto/highlights/contract/
contractURI() view returns (string)
https://paragraph.xyz/api/crypto/highlights/contract/0x61102227bcdf642725f91d37f43ca441abc33c86
creatorReferrer() view returns (address)
0x0000000000000000000000000000000000000000
feeManager() view returns (address)
0x54a57e8cee1c443d3090f901e85741e4e3cadba1
getMintFee() view returns (uint256)
777000000000000
getTotalMintPrice() view returns (uint256)
777000000000000
maxSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
About Onchain Letters
owner() view returns (address)
0xbc262a12884f176e3e1feee3d6e1ccef9f355929
priceWei() view returns (uint256)
0
symbol() view returns (string)
ONCHAINLETTERS
totalSupply() view returns (uint256)
3049
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)
firstMint(address owner, address minter, address mintReferrer) payable
initialize(address _feeManagerAddress, address _creatorReferrerAddress, string name_, string symbol_, string baseURI_, uint256 maxSupply_, uint256 priceWei_)
mint(address to) payable returns (uint256)
mintWithReferrer(address to, address mintReferrer) payable returns (uint256)
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_)
setFeeManager(address newFeeManager)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
FeeManagerChanged(address indexed oldFeeManager, address indexed newFeeManager)
Initialized(uint8 version)
Minted(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.