Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Art Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14216407 | 3 years ago | | | 0 | 0.0023355628 | |
| 14213548 | 3 years ago | | | 0 | 0.0049286205 | |
| 14209654 | 3 years ago | | | 0 | 0.0016885818 | |
| 13255566 | 3 years ago | | | 0 | 0.0019994114 | |
| 13224378 | 3 years ago | | | 0 | 0.0027574920 | |
| 13209901 | 3 years ago | | | 0 | 0.0017239181 | |
| 13209901 | 3 years ago | | | 0 | 0.0030017507 | |
| 13188556 | 3 years ago | | | 0 | 0.0067801762 | |
| 13182394 | 3 years ago | | | 0 | 0.0074500139 | |
| 13172594 | 3 years ago | | | 0 | 0.0049710561 |
ABI
ABI objects
Getter at block 21088316
name() view returns (string)
Art Loot
owner() view returns (address)
0xadab39e92c851bd487e95642d1add2a86038f594
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
ARTL
totalSupply() view returns (uint256)
313
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBackground(uint256 tokenId) view returns (string)
getCollisionCheck(uint256 tokenId) view returns (string)
getColor(uint256 tokenId) view returns (string)
getDensity(uint256 tokenId) view returns (string)
getOutlined(uint256 tokenId) view returns (string)
getProfession(uint256 tokenId) view returns (string)
getScale(uint256 tokenId) view returns (string)
getSuperBlocks(uint256 tokenId) view returns (string)
getTurbulence(uint256 tokenId) view returns (string)
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)
claim() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.