Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.01 | $1.00 |
$0.01 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22864320 | 5 minutes ago | | | 0 | 4.1915550e-7 | |
| 22839070 | 14 hours ago | | | 0 | 4.6071300e-7 | |
| 22831812 | 18 hours ago | | | 0 | 4.5987489e-7 | |
| 22823796 | a day ago | | | 0 | 3.4345187e-7 | |
| 22820099 | a day ago | | | 0 | 4.1881707e-7 | |
| 22799272 | 2 days ago | | | 0 | 4.5880233e-7 | |
| 22794719 | 2 days ago | | | 0 | 4.5932775e-7 | |
| 22793335 | 2 days ago | | | 0 | 4.5932775e-7 | |
| 22770126 | 2 days ago | | | 0 | 4.1095750e-7 | |
| 22763809 | 2 days ago | | | 0 | 4.1005081e-7 |
ABI
ABI objects
Getter at block 22864480
counter() view returns (uint256)
941636
description() view returns (string)
Cheaper, faster transactions make the world go round. Lower gas fees are a critical step towards a new internet and a new economy. Base is for everyone.
mintEndUnixTimestamp() view returns (uint256)
1710979200
name() view returns (string)
EIP-4844 is Based
nameString() view returns (string)
EIP-4844 is Based
owner() view returns (address)
0x83957ef9df51257bd59743fcbde02f2752d6498d
symbol() view returns (string)
$4844
tokenArtIPFSId() view returns (string)
QmPLdLhPipZ5Lb5XQcmmGCtdVqE1nr8jmZKnT3cSJULRFL
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _mintEndUnixTimestamp, string _nameString, string _symbol, string _tokenArtIPFSId, string _description)
This contract contains no fallback and receive objects.
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
InvalidTokenId(uint256 tokenId)
MintOver()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SoulboundToken()