Loot2: Tokenbound Trait
Verified contract
Active on
Base with 1,542 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbe38…5af9
0x139e…a138
Balances ($0.00)
No balances found for "Loot2: Tokenbound Trait"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17243499 | 4 months ago | | | 0 | 0.0000013146376 | |
| 17243495 | 4 months ago | | | 0 | 0.0000012993136 | |
| 13791738 | 7 months ago | | | 0 | 0.0000022166893 | |
| 13643308 | 7 months ago | | | 0 | 0.0000029666529 | |
| 13626286 | 7 months ago | | | 0 | 0.0000066472400 | |
| 13444753 | 7 months ago | | | 0 | 9.8974880e-7 | |
| 10153563 | 10 months ago | | | 0 | 0.000000026684512462 | |
| 10153558 | 10 months ago | | | 0 | 0.000000029792990256 | |
| 10153552 | 10 months ago | | | 0 | 0.000000028240112780 | |
| 10153545 | 10 months ago | | | 0 | 0.000000028240112780 |
ABI
ABI objects
Getter at block 22737231
name() view returns (string)
Loot2: Tokenbound Trait
owner() view returns (address)
0xe7affdb964178261df49b86bfdba78e9d768db6d
svgStorageBase() view returns (address)
0x139e89fcab8bbb005358b1362175069f20cca138
symbol() view returns (string)
Loot2:T
totalSupply() view returns (uint256)
1529
traitStorage() view returns (address)
0xbe38029bfc6641f32d42f5c01c4332c7fcdc5af9
Read-only
areStringsEqual(string str1, string str2) pure returns (bool)
balanceOf(address owner) view returns (uint256)
equippedItems(address, string) view returns (uint256)
equippedTraitsOfOwner(address _owner) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getItem(uint256 tokenId) view returns (string)
getTraitDetails(uint256 tokenId) view returns (struct TraitDetails)
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)
traitDetails(uint256) view returns (string traitType, string name, bool equipped)
traitsOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
equip(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)
unequip(uint256 tokenId)
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 _traitStorage, address _svgStorageBase)
This contract contains no fallback and receive objects.
This contract contains no error objects.