OPEPENAI
Verified contract
Active on
Ethereum with 2,915 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 "OPEPENAI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007613 | a month ago | | | 0 | 0.00065063492 | |
| 20884650 | 2 months ago | | | 0 | 0.00016880756 | |
| 20844400 | 2 months ago | | | 0 | 0.00072290927 | |
| 20779716 | 2 months ago | | | 0 | 0.00050073507 | |
| 20755477 | 3 months ago | | | 0 | 0.000072278626 | |
| 20755477 | 3 months ago | | | 0 | 0.000072278626 | |
| 20755475 | 3 months ago | | | 0 | 0.00013683499 | |
| 20755475 | 3 months ago | | | 0 | 0.000077882554 | |
| 20755474 | 3 months ago | | | 0 | 0.00014649037 | |
| 20742015 | 3 months ago | | | 0 | 0.000050930184 |
ABI
ABI objects
Getter at block 21306704
maxPerAddressDuringMint() view returns (uint256)
5
name() view returns (string)
OPEPENAI
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
OPEPENAI
totalSupply() view returns (uint256)
9868
Read-only
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)
numberMinted(address owner) view returns (uint256)
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)
mint(uint256 quantity)
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)
setOwnersExplicit(uint256 quantity)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.