AbstractLoot
Verified contract
Active on
Ethereum with 12,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "AbstractLoot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20979775 | 25 days ago | | | 0 | 0.00044146560 | |
| 20913338 | a month ago | | | 0 | 0.00047619578 | |
| 20908819 | a month ago | | | 0 | 0.00048541313 | |
| 20908815 | a month ago | | | 0 | 0.00061786878 | |
| 20845404 | a month ago | | | 0 | 0.00036801005 | |
| 20753175 | 2 months ago | | | 0 | 0.000052704134 | |
| 20708841 | 2 months ago | | | 0 | 0.000095902910 | |
| 20625866 | 2 months ago | | | 0 | 0.00027195134 | |
| 20587852 | 3 months ago | | | 0 | 0.000059713750 | |
| 20296449 | 4 months ago | | | 0 | 0.000033776560 |
ABI
ABI objects
Getter at block 21158264
PROVENANCE() view returns (string)
baseURI() view returns (string)
https://raw.githubusercontent.com/abstract-loot/abstract-loot/main/json/
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
lootersPrice() view returns (uint256)
15000000000000000
name() view returns (string)
AbstractLoot
owner() view returns (address)
0xfbf9813c06bc21072b8cc52df65f2309830adb67
privateSale() view returns (bool)
false
publicPrice() view returns (uint256)
65000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AL
totalSupply() view returns (uint256)
8000
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)
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)
deposit() payable
endPrivateSale()
flipSaleState()
mint(uint256 lootId) payable
mintWithLoot(uint256 lootId) payable
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)
setLootersPrice(uint256 newPrice)
setProvenance(string prov)
setPublicPrice(uint256 newPrice)
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.
This contract contains no error objects.