Ordinal Loot
Verified contract
Active on
Ethereum with 129 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 Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16596743 | 2 years ago | | | 0 | 0.00064897629 | |
| 16595999 | 2 years ago | | | 0.01 | 0.0014993651 | |
| 16595778 | 2 years ago | | | 0 | 0.0012007060 | |
| 16595648 | 2 years ago | | | 0 | 0.0010238243 | |
| 16595641 | 2 years ago | | | 0 | 0.0010891164 | |
| 16595636 | 2 years ago | | | 0 | 0.0011133887 | |
| 16595634 | 2 years ago | | | 0.02 | 0.0019550426 | |
| 16595633 | 2 years ago | | | 0 | 0.0011160077 | |
| 16595631 | 2 years ago | | | 0.01 | 0.0018618008 | |
| 16595630 | 2 years ago | | | 0.01 | 0.0018690476 |
ABI
ABI objects
Getter at block 21401010
baseURI() view returns (string)
ipfs://QmU6114evnHGBzVLgcRges471KTnbmUF9fpogNMDMF23Rn/
lootSupply() view returns (uint32)
500
maxLootPerTx() view returns (uint32)
5
name() view returns (string)
Ordinal Loot
owner() view returns (address)
0x15d8495940a8ef95c508455c44bfc7f3f482aa67
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
OLoot
totalSupply() view returns (uint256)
485
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)
mintLoot(uint32 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()