Ordinal Abstract II
Verified contract
Active on
Ethereum with 617 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 "Ordinal Abstract II"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16812639 | 2 years ago | | | 0 | 0.0012169142 | |
| 16812637 | 2 years ago | | | 0 | 0.0018718980 | |
| 16591522 | 2 years ago | | | 0 | 0.0011872638 | |
| 16591522 | 2 years ago | | | 0 | 0.0011872638 | |
| 16591483 | 2 years ago | | | 0 | 0.0011101892 | |
| 16591479 | 2 years ago | | | 0 | 0.0012272870 | |
| 16591474 | 2 years ago | | | 0 | 0.0013077942 | |
| 16591466 | 2 years ago | | | 0 | 0.0012467403 | |
| 16591464 | 2 years ago | | | 0 | 0.0013364053 | |
| 16591463 | 2 years ago | | | 0 | 0.0013614547 |
ABI
ABI objects
Getter at block 21316870
maxSupply() view returns (uint256)
545
mintPrice() view returns (uint256)
2500000000000000
name() view returns (string)
Ordinal Abstract II
owner() view returns (address)
0x2220eb8bb5f040a2ae60ce58ab2838d92330094b
symbol() view returns (string)
OAII
totalSupply() view returns (uint256)
545
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()