Ordinal Flube
Verified contract
Active on
Ethereum with 382 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 Flube"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16640464 | 2 years ago | | | 0 | 0.00069537836 | |
| 16640463 | 2 years ago | | | 0 | 0.0012389123 | |
| 16602625 | 2 years ago | | | 0 | 0.00050375945 | |
| 16597220 | 2 years ago | | | 0 | 0.0011024500 | |
| 16597199 | 2 years ago | | | 0 | 0.0020092612 | |
| 16597192 | 2 years ago | | | 0 | 0.0022000059 | |
| 16597191 | 2 years ago | | | 0 | 0.0024210384 | |
| 16597181 | 2 years ago | | | 0 | 0.0024904450 | |
| 16597180 | 2 years ago | | | 0 | 0.0021745239 | |
| 16597176 | 2 years ago | | | 0.015 | 0.0019146241 |
ABI
ABI objects
Getter at block 21077503
maxSupply() view returns (uint256)
512
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
Ordinal Flube
owner() view returns (address)
0x0388ba9ab5828c52047ada030ddf0a90737081e9
symbol() view returns (string)
flube
totalSupply() view returns (uint256)
305
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, 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()