Loot2: Tokenbound Character
Verified contract
Active on
Base with 117,960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x139e…a138
0x4377…803f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000856 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 68.916667 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719110 | 4 hours ago | | | 0 | 0.000000203620999666 | |
| 22718467 | 5 hours ago | | | 0 | 0.0000019368890 | |
| 22716868 | 6 hours ago | | | 0 | 0.0000022926045 | |
| 22695718 | 17 hours ago | | | 0 | 0.0000034551705 | |
| 22692920 | 19 hours ago | | | 0 | 0.0000030376115 | |
| 22691081 | 20 hours ago | | | 0 | 0.0000030743875 | |
| 22689763 | 21 hours ago | | | 0 | 0.0000032071684 | |
| 22674079 | a day ago | | | 0 | 2.2248854e-7 | |
| 22674075 | a day ago | | | 0 | 2.2172123e-7 | |
| 22671511 | a day ago | | | 0 | 1.9836069e-7 |
ABI
ABI objects
Getter at block 22726857
implementation() view returns (address)
0xf21074833502cbb87d69b7e865c19852a63ca34b
name() view returns (string)
Loot2: Tokenbound Character
owner() view returns (address)
0xe7affdb964178261df49b86bfdba78e9d768db6d
registry() view returns (address)
0x1b7424e264890950ddfa61c2eed28c9676b9205f
renderer() view returns (address)
0xb7d488da393b4f34813dabeb295931a2b86ea505
svgStorageBase() view returns (address)
0x139e89fcab8bbb005358b1362175069f20cca138
svgStorageEmpty() view returns (address)
0x4377183d9f9376e7da270c3d103f0250a5ec803f
symbol() view returns (string)
LOOT2:C
totalSupply() view returns (uint256)
108294
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint()
mint(address to)
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)
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(address _renderer, address _registry, address _implementation, address _svgStorageBase, address _svgStorageEmpty)
This contract contains no fallback and receive objects.
This contract contains no error objects.