SoulboundFreeTimedMint
Verified contract
Active on
Base with 33,391 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000817 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22712935 | 13 hours ago | | | 0 | 0.000000102782724060 | |
| 22669293 | 2 days ago | | | 0 | 2.2217826e-7 | |
| 22483816 | 6 days ago | | | 0 | 1.6955920e-7 | |
| 22287142 | 10 days ago | | | 0 | 2.1113348e-7 | |
| 22273631 | 11 days ago | | | 0 | 1.9662098e-7 | |
| 22146384 | 14 days ago | | | 0 | 0.000000201596817750 | |
| 21974133 | 18 days ago | | | 0 | 0.000000097223033630 | |
| 21825504 | 21 days ago | | | 0 | 0.000000102331677939 | |
| 21825417 | 21 days ago | | | 0 | 0.000000102092635872 | |
| 21564843 | a month ago | | | 0 | 0.000000201544426590 |
ABI
ABI objects
Getter at block 22737052
counter() view returns (uint256)
31745
description() view returns (string)
Base celebrates the launch of transactions in Farcaster frames, unlocking the next wave of innovation in onchain experiences.
mintEndUnixTimestamp() view returns (uint256)
1710518400
name() view returns (string)
Frames of the Future
nameString() view returns (string)
Frames of the Future
owner() view returns (address)
0x83957ef9df51257bd59743fcbde02f2752d6498d
symbol() view returns (string)
FRAME
tokenArtIPFSId() view returns (string)
QmWDZBzUSrM24c8v59XYhfNdtLFWndpNtqYTWCNnKgTaQ2
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()