LOOTaDOG Pass Card
Verified contract
Active on
Base with 5,034 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22312795 | 10 days ago | | | 0 | 0.0000013243434 | |
| 22153785 | 14 days ago | | | 0 | 0.0000013247812 | |
| 22030430 | 17 days ago | | | 0 | 0.000000808323735440 | |
| 20431518 | 2 months ago | | | 0 | 3.9678405e-7 | |
| 20430519 | 2 months ago | | | 0 | 2.7394479e-7 | |
| 20430514 | 2 months ago | | | 0 | 0.000000807843039640 | |
| 20369678 | 2 months ago | | | 0 | 0.0000012644690 | |
| 20297596 | 2 months ago | | | 0 | 5.3829800e-7 | |
| 20271346 | 2 months ago | | | 0 | 4.2142329e-7 | |
| 20270698 | 2 months ago | | | 0 | 3.7061865e-7 |
ABI
ABI objects
Getter at block 22748982
name() view returns (string)
LOOTaDOG Pass Card
owner() view returns (address)
0x593b8f82f93537f08d4071e3f9ba4110772fd6e6
paused() view returns (bool)
false
symbol() view returns (string)
LOOTaDOG Pass Card
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
pause()
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.