Loot (a Residence Card)
Verified contract
Active on
Ethereum with 785 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "Loot (a Residence Card)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20856555 | 2 months ago | | | 0 | 0.00032904681 | |
| 20856382 | 2 months ago | | | 0 | 0.00017709490 | |
| 20598803 | 3 months ago | | | 0 | 0.000057739246 | |
| 20571313 | 3 months ago | | | 0 | 0.000058283439 | |
| 19695505 | 7 months ago | | | 0 | 0.00017248137 | |
| 19491771 | 8 months ago | | | 0 | 0.00063761354 | |
| 19335915 | 9 months ago | | | 0 | 0.0020760735 | |
| 19304554 | 9 months ago | | | 0 | 0.0012040219 | |
| 18866144 | a year ago | | | 0 | 0.00061506677 | |
| 18734345 | a year ago | | | 0 | 0.0017824908 |
ABI
ABI objects
Getter at block 21292069
MAX_CYBERPUNK_ITEMS() view returns (uint256)
2000
MAX_PARTNER_ITEMS() view returns (uint256)
800
MAX_PUBLIC_ITEMS() view returns (uint256)
5500
MAX_TOTAL_ITEMS() view returns (uint256)
8300
MINT_LIMIT() view returns (uint256)
25
PRICE() view returns (uint256)
50000000000000000
baseTokenURI() view returns (string)
https://www.lootmetaverse.club/api/metadata/card/
charactersAddress() view returns (address)
0x9929b3f3599edbae3a06e31fc64f75027c8a3e1d
cyberLootAddress() view returns (address)
0x13a48f723f4ad29b6da6e7215fe53172c027d98f
dopeWarsAddress() view returns (address)
0x8707276df042e89669d69a177d3da7dc78bd8723
gearAddress() view returns (address)
0xff796cbbe32b2150a4585a3791cadb213d0f35a3
lootAddress() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
moreLootAddress() view returns (address)
0x1dfe7ca09e99d10835bf73044a23b73fc20623df
multisigAddress() view returns (address)
0x72e19fe8c0d4ae1cecc1e4f0fafc1cf2d9cd163b
name() view returns (string)
Loot (a Residence Card)
owner() view returns (address)
0x1ae69c980c7d18090e86ddf09becc5212cbc3986
paused() view returns (bool)
false
symbol() view returns (string)
RESIDENCE
totalCyberpunkSupply() view returns (uint256)
672
totalItemsSupply() view returns (uint256)
1832
totalPartnerSupply() view returns (uint256)
800
totalSupply() view returns (uint256)
1832
xLootAddress() view returns (address)
0x8bf2f876e2dcd2cae9c3d272f325776c82da366d
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPower(uint256 tokenId) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
prices(uint256 _count) view returns (uint256, uint256, uint256, uint256)
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 _count) payable
pause(bool val)
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)
setMultisig(address multisig)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateTicket(uint256 indexed id)
ErrorNotHandled(bytes reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address moreLoot, address loot, address cyber, address xLoot, address dopeWars, address gear, address characters, address multisig, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.